|
|
|
| 1 | 2026-08-25T21:54:23.520Z | job assigned to worker 01M0XEMCX531B55RVRQ0ZZCMS5 [factory aws, i-0683ffe2afbe22977] (queued for 48 s) |
| |
| 2 | 2026-08-25T21:54:30.542Z | starting task 0: "setup" |
| 3 | 2026-08-25T21:54:30.545Z | ++ uname -s |
| 4 | 2026-08-25T21:54:30.548Z | + kern=SunOS |
| 5 | 2026-08-25T21:54:30.549Z | + build_user=build |
| 6 | 2026-08-25T21:54:30.549Z | + build_uid=12345 |
| 7 | 2026-08-25T21:54:30.549Z | + work_dir=/work |
| 8 | 2026-08-25T21:54:30.549Z | + input_dir=/input |
| 9 | 2026-08-25T21:54:30.549Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T21:54:30.549Z | + case "$kern" in |
| 11 | 2026-08-25T21:54:30.549Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T21:54:30.560Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T21:54:32.566Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T21:54:32.652Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T21:54:32.655Z | + home_fs=zfs |
| 16 | 2026-08-25T21:54:32.655Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T21:54:32.655Z | + mkdir -p /home/build |
| 18 | 2026-08-25T21:54:32.655Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T21:54:34.656Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T21:54:34.659Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-08-25T21:54:34.666Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T21:54:34.669Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T21:54:34.670Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T21:54:34.670Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T21:54:34.670Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T21:54:34.670Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T21:54:34.670Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T21:54:34.673Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T21:54:34.673Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T21:54:34.751Z | info: downloading installer |
| 31 | 2026-08-25T21:54:36.133Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T21:54:36.133Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T21:54:36.133Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T21:54:36.133Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T21:54:36.145Z | info: profile set to default |
| 36 | 2026-08-25T21:54:36.145Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T21:54:36.149Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T21:54:36.278Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T21:54:36.281Z | info: downloading 6 components |
| 40 | 2026-08-25T21:54:51.473Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T21:54:51.473Z | |
| 42 | 2026-08-25T21:54:51.499Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T21:54:51.499Z | |
| 44 | 2026-08-25T21:54:51.499Z | |
| 45 | 2026-08-25T21:54:51.499Z | Rust is installed now. Great! |
| 46 | 2026-08-25T21:54:51.499Z | |
| 47 | 2026-08-25T21:54:51.499Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T21:54:51.499Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T21:54:51.499Z | |
| 50 | 2026-08-25T21:54:51.499Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T21:54:51.499Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T21:54:51.500Z | |
| 53 | 2026-08-25T21:54:51.500Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T21:54:51.504Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T21:54:51.504Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T21:54:51.504Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T21:54:51.504Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T21:54:51.504Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T21:54:51.504Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T21:54:51.504Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T21:54:51.504Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T21:54:51.587Z | + rustup --version |
| 63 | 2026-08-25T21:54:51.596Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T21:54:51.599Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T21:54:51.617Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T21:54:51.620Z | + cargo --version |
| 67 | 2026-08-25T21:54:51.634Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T21:54:51.637Z | + rustc --version |
| 69 | 2026-08-25T21:54:51.656Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T21:54:51.659Z | process exited: duration 16991 ms, exit code 0 |
| |
| 71 | 2026-08-25T21:54:51.665Z | starting task 2: "authentication" |
| 72 | 2026-08-25T21:54:51.682Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T21:54:51.688Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T21:54:51.692Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T21:54:51.695Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T21:54:51.727Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T21:55:11.667Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T21:55:11.667Z | + git fetch origin 64c0a310d4a56957b74fa4020cffec1b1aad1d4b |
| 79 | 2026-08-25T21:55:12.024Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T21:55:12.024Z | * branch 64c0a310d4a56957b74fa4020cffec1b1aad1d4b -> FETCH_HEAD |
| 81 | 2026-08-25T21:55:12.035Z | + [[ -n sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]] |
| 82 | 2026-08-25T21:55:12.038Z | ++ git branch --show-current |
| 83 | 2026-08-25T21:55:12.038Z | + current=main |
| 84 | 2026-08-25T21:55:12.038Z | + [[ main != sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse ]] |
| 85 | 2026-08-25T21:55:12.038Z | + git branch -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse 64c0a310d4a56957b74fa4020cffec1b1aad1d4b |
| 86 | 2026-08-25T21:55:12.042Z | + git checkout -f sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse |
| 87 | 2026-08-25T21:55:12.292Z | Switched to branch 'sunshowers/spr/43n-wicket-use-iddqd-within-getartifactsandeventreportsresponse' |
| 88 | 2026-08-25T21:55:12.295Z | + git reset --hard 64c0a310d4a56957b74fa4020cffec1b1aad1d4b |
| 89 | 2026-08-25T21:55:12.309Z | HEAD is now at 64c0a310d rebase on main |
| 90 | 2026-08-25T21:55:12.312Z | process exited: duration 20621 ms, exit code 0 |
| |
| 91 | 2026-08-25T21:55:12.318Z | starting task 4: "build" |
| 92 | 2026-08-25T21:55:12.322Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T21:55:12.325Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T21:55:12.325Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T21:55:12.325Z | +++ uname -s |
| 96 | 2026-08-25T21:55:12.325Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T21:55:12.325Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T21:55:12.329Z | + cargo --version |
| 99 | 2026-08-25T21:55:12.334Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T21:55:12.337Z | + rustc --version |
| 101 | 2026-08-25T21:55:12.357Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T21:55:12.360Z | + source ./env.sh |
| 103 | 2026-08-25T21:55:12.360Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-25T21:55:12.360Z | ++ set -o xtrace |
| 105 | 2026-08-25T21:55:12.364Z | ++++ dirname ./env.sh |
| 106 | 2026-08-25T21:55:12.364Z | +++ readlink -f . |
| 107 | 2026-08-25T21:55:12.367Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ 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-25T21:55:12.367Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-25T21:55:12.367Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-25T21:55:12.367Z | + 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-25T21:55:12.367Z | + 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-25T21:55:12.367Z | + banner prerequisites |
| 123 | 2026-08-25T21:55:12.371Z | |
| 124 | 2026-08-25T21:55:12.371Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-25T21:55:12.371Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-25T21:55:12.371Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-25T21:55:12.371Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-25T21:55:12.371Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-25T21:55:12.371Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-25T21:55:12.371Z | |
| 131 | 2026-08-25T21:55:12.371Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-25T21:55:14.315Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-25T21:55:14.703Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-25T21:55:16.859Z | Planning: Solver setup ... Done (2.036s) |
| 135 | 2026-08-25T21:55:16.920Z | Planning: Running solver ... Done (0.062s) |
| 136 | 2026-08-25T21:55:16.967Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-25T21:55:16.978Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-25T21:55:16.998Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-25T21:55:17.012Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-25T21:55:17.015Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-25T21:55:17.240Z | Planning: Checking for conflicting actions ... Done (0.227s) |
| 142 | 2026-08-25T21:55:17.243Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-25T21:55:18.034Z | Planning: Evaluating mediators ... Done (0.793s) |
| 144 | 2026-08-25T21:55:18.037Z | Planning: Planning completed in 3.30 seconds |
| 145 | 2026-08-25T21:55:18.044Z | Packages to install: 2 |
| 146 | 2026-08-25T21:55:18.048Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-25T21:55:18.048Z | Estimated space to be consumed: 80.56 MB |
| 148 | 2026-08-25T21:55:18.048Z | Create boot environment: No |
| 149 | 2026-08-25T21:55:18.048Z | Create backup boot environment: No |
| 150 | 2026-08-25T21:55:18.048Z | Rebuild boot archive: No |
| 151 | 2026-08-25T21:55:18.048Z | |
| 152 | 2026-08-25T21:55:18.048Z | Changed packages: |
| 153 | 2026-08-25T21:55:18.048Z | helios |
| 154 | 2026-08-25T21:55:18.048Z | developer/build-essential |
| 155 | 2026-08-25T21:55:18.048Z | None -> 11-3.0 |
| 156 | 2026-08-25T21:55:18.048Z | library/libxmlsec1 |
| 157 | 2026-08-25T21:55:18.048Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-25T21:55:18.069Z | |
| 159 | 2026-08-25T21:55:18.069Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-25T21:55:18.158Z | Download: Completed 1.28 MB in 0.08 seconds (16.8M/s) |
| 161 | 2026-08-25T21:55:18.237Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-25T21:55:18.276Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-25T21:55:18.314Z | Finalize: Updating package state database ... Done (0.038s) |
| 164 | 2026-08-25T21:55:18.317Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-25T21:55:18.402Z | Finalize: Updating image state ... Done (0.088s) |
| 166 | 2026-08-25T21:55:20.898Z | Finalize: Creating fast lookup database ... Done (2.444s) |
| 167 | 2026-08-25T21:55:20.964Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-25T21:55:20.967Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-25T21:55:21.133Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-25T21:55:21.496Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-25T21:55:21.599Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-25T21:55:21.603Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-25T21:55:21.756Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-25T21:55:21.759Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-25T21:55:21.778Z | Mediators to change: 2 |
| 176 | 2026-08-25T21:55:21.779Z | Create boot environment: No |
| 177 | 2026-08-25T21:55:21.779Z | Create backup boot environment: No |
| 178 | 2026-08-25T21:55:21.832Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-25T21:55:21.832Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-25T21:55:21.884Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-25T21:55:23.821Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-25T21:55:23.883Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-25T21:55:23.886Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-25T21:55:23.957Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-25T21:55:24.240Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-25T21:55:24.343Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-25T21:55:24.346Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-25T21:55:24.498Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-25T21:55:24.501Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-25T21:55:24.521Z | Mediators to change: 1 |
| 191 | 2026-08-25T21:55:24.521Z | Create boot environment: No |
| 192 | 2026-08-25T21:55:24.524Z | Create backup boot environment: No |
| 193 | 2026-08-25T21:55:24.562Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-25T21:55:24.562Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-25T21:55:24.614Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-25T21:55:26.554Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-25T21:55:26.614Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-25T21:55:26.617Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-25T21:55:26.691Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-25T21:55:27.003Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-25T21:55:27.003Z | apache system 2.4 system |
| 202 | 2026-08-25T21:55:27.003Z | clang system 15 system |
| 203 | 2026-08-25T21:55:27.003Z | csh system system illumos |
| 204 | 2026-08-25T21:55:27.003Z | ctags system system illumos |
| 205 | 2026-08-25T21:55:27.003Z | file vendor vendor darwinsys |
| 206 | 2026-08-25T21:55:27.003Z | file system system illumos |
| 207 | 2026-08-25T21:55:27.004Z | gcc vendor 14 vendor |
| 208 | 2026-08-25T21:55:27.004Z | gcc system 13 system |
| 209 | 2026-08-25T21:55:27.004Z | gcc system 10 system |
| 210 | 2026-08-25T21:55:27.004Z | go system 1.25 system |
| 211 | 2026-08-25T21:55:27.004Z | llvm system 15 system |
| 212 | 2026-08-25T21:55:27.004Z | mariadb system 11.4 system |
| 213 | 2026-08-25T21:55:27.004Z | mta vendor vendor dma |
| 214 | 2026-08-25T21:55:27.004Z | openjdk system 17 system |
| 215 | 2026-08-25T21:55:27.004Z | openjdk system 11 system |
| 216 | 2026-08-25T21:55:27.004Z | openssl vendor 3 vendor |
| 217 | 2026-08-25T21:55:27.004Z | perl system 5.40 system |
| 218 | 2026-08-25T21:55:27.004Z | postgresql system 18 system |
| 219 | 2026-08-25T21:55:27.004Z | postgresql system 17 system |
| 220 | 2026-08-25T21:55:27.004Z | python vendor 3 vendor |
| 221 | 2026-08-25T21:55:27.004Z | python system 2 system |
| 222 | 2026-08-25T21:55:27.004Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-25T21:55:27.004Z | ruby system 3.4 system |
| 224 | 2026-08-25T21:55:27.004Z | ruby system 3.0 system |
| 225 | 2026-08-25T21:55:27.004Z | words vendor vendor american-english |
| 226 | 2026-08-25T21:55:27.004Z | words system system australian-english |
| 227 | 2026-08-25T21:55:27.004Z | words system system british-english |
| 228 | 2026-08-25T21:55:27.004Z | words system system canadian-english |
| 229 | 2026-08-25T21:55:27.004Z | words system system french |
| 230 | 2026-08-25T21:55:27.004Z | words system system italian |
| 231 | 2026-08-25T21:55:27.004Z | words system system ngerman |
| 232 | 2026-08-25T21:55:27.004Z | words system system ogerman |
| 233 | 2026-08-25T21:55:27.004Z | words system system spanish |
| 234 | 2026-08-25T21:55:27.254Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-25T21:55:27.254Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-25T21:55:27.743Z | FMRI IFO |
| 237 | 2026-08-25T21:55:27.743Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-25T21:55:27.743Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-25T21:55:27.743Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-25T21:55:27.743Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-25T21:55:27.743Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-25T21:55:27.743Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-25T21:55:27.744Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-25T21:55:27.744Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-25T21:55:27.744Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-25T21:55:28.074Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-25T21:55:28.395Z | Updating crates.io index |
| 248 | 2026-08-25T21:55:28.399Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-25T21:55:28.691Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-25T21:55:29.077Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 251 | 2026-08-25T21:55:29.380Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-08-25T21:55:30.686Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-08-25T21:55:31.352Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-25T21:55:33.330Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-25T21:55:34.481Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-25T21:55:34.820Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-08-25T21:55:35.224Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-25T21:55:36.593Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-25T21:55:36.899Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-25T21:55:37.371Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-25T21:55:37.679Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-08-25T21:55:37.951Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-08-25T21:55:38.234Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-08-25T21:55:38.538Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-08-25T21:55:38.816Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-08-25T21:55:39.169Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-25T21:55:39.731Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-08-25T21:55:40.164Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-25T21:55:40.568Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-25T21:55:40.912Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-25T21:55:41.492Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-25T21:55:41.803Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-25T21:55:42.055Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-25T21:55:42.524Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-25T21:55:42.800Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-25T21:55:43.115Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-25T21:55:43.500Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-25T21:55:43.761Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-25T21:55:44.071Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-25T21:55:44.456Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-25T21:55:45.050Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-25T21:55:45.619Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-25T21:55:45.928Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-25T21:55:46.232Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-25T21:55:46.921Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-25T21:55:47.228Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-25T21:55:47.522Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-25T21:55:47.834Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-25T21:55:48.090Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-25T21:55:48.388Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-08-25T21:55:51.180Z | Downloading crates ... |
| 292 | 2026-08-25T21:55:51.246Z | Downloaded dof v0.3.0 |
| 293 | 2026-08-25T21:55:51.252Z | Downloaded heck v0.5.0 |
| 294 | 2026-08-25T21:55:51.256Z | Downloaded anstyle v1.0.14 |
| 295 | 2026-08-25T21:55:51.259Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-08-25T21:55:51.266Z | Downloaded cfg-if v1.0.4 |
| 297 | 2026-08-25T21:55:51.269Z | Downloaded strsim v0.11.1 |
| 298 | 2026-08-25T21:55:51.273Z | Downloaded zerocopy-derive v0.7.35 |
| 299 | 2026-08-25T21:55:51.276Z | Downloaded toml_write v0.1.2 |
| 300 | 2026-08-25T21:55:51.276Z | Downloaded clap_lex v1.0.0 |
| 301 | 2026-08-25T21:55:51.279Z | Downloaded zerocopy v0.7.35 |
| 302 | 2026-08-25T21:55:51.288Z | Downloaded anstyle-parse v1.0.0 |
| 303 | 2026-08-25T21:55:51.291Z | Downloaded cargo_toml v0.21.0 |
| 304 | 2026-08-25T21:55:51.291Z | Downloaded zmij v1.0.21 |
| 305 | 2026-08-25T21:55:51.291Z | Downloaded cargo-platform v0.3.2 |
| 306 | 2026-08-25T21:55:51.291Z | Downloaded macaddr v1.0.1 |
| 307 | 2026-08-25T21:55:51.295Z | Downloaded cargo_metadata v0.23.1 |
| 308 | 2026-08-25T21:55:51.295Z | Downloaded autocfg v1.5.0 |
| 309 | 2026-08-25T21:55:51.295Z | Downloaded camino-tempfile v1.4.1 |
| 310 | 2026-08-25T21:55:51.298Z | Downloaded anstream v1.0.0 |
| 311 | 2026-08-25T21:55:51.298Z | Downloaded digest v0.10.7 |
| 312 | 2026-08-25T21:55:51.298Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2026-08-25T21:55:51.298Z | Downloaded bytecount v0.6.9 |
| 314 | 2026-08-25T21:55:51.298Z | Downloaded byteorder v1.5.0 |
| 315 | 2026-08-25T21:55:51.302Z | Downloaded crypto-common v0.1.7 |
| 316 | 2026-08-25T21:55:51.302Z | Downloaded colorchoice v1.0.4 |
| 317 | 2026-08-25T21:55:51.302Z | Downloaded cpufeatures v0.2.17 |
| 318 | 2026-08-25T21:55:51.305Z | Downloaded generic-array v0.14.7 |
| 319 | 2026-08-25T21:55:51.308Z | Downloaded anstyle-query v1.1.5 |
| 320 | 2026-08-25T21:55:51.308Z | Downloaded fastrand v2.3.0 |
| 321 | 2026-08-25T21:55:51.308Z | Downloaded clap_derive v4.6.1 |
| 322 | 2026-08-25T21:55:51.311Z | Downloaded camino v1.2.5 |
| 323 | 2026-08-25T21:55:51.314Z | Downloaded memmap v0.7.0 |
| 324 | 2026-08-25T21:55:51.318Z | Downloaded dtrace-parser v0.2.0 |
| 325 | 2026-08-25T21:55:51.318Z | Downloaded errno v0.3.14 |
| 326 | 2026-08-25T21:55:51.322Z | Downloaded equivalent v1.0.2 |
| 327 | 2026-08-25T21:55:51.325Z | Downloaded itoa v1.0.17 |
| 328 | 2026-08-25T21:55:51.326Z | Downloaded serde_spanned v0.6.9 |
| 329 | 2026-08-25T21:55:51.326Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-08-25T21:55:51.329Z | Downloaded usdt-macro v0.5.0 |
| 331 | 2026-08-25T21:55:51.332Z | Downloaded utf8parse v0.2.2 |
| 332 | 2026-08-25T21:55:51.332Z | Downloaded smawk v0.3.2 |
| 333 | 2026-08-25T21:55:51.335Z | Downloaded toml_datetime v0.6.11 |
| 334 | 2026-08-25T21:55:51.338Z | Downloaded bitflags v2.11.0 |
| 335 | 2026-08-25T21:55:51.341Z | Downloaded fnv v1.0.7 |
| 336 | 2026-08-25T21:55:51.346Z | Downloaded swrite v0.1.0 |
| 337 | 2026-08-25T21:55:51.349Z | Downloaded terminal_size v0.4.3 |
| 338 | 2026-08-25T21:55:51.349Z | Downloaded scroll_derive v0.12.1 |
| 339 | 2026-08-25T21:55:51.350Z | Downloaded unicode-linebreak v0.1.5 |
| 340 | 2026-08-25T21:55:51.353Z | Downloaded is_terminal_polyfill v1.70.2 |
| 341 | 2026-08-25T21:55:51.353Z | Downloaded usdt-attr-macro v0.5.0 |
| 342 | 2026-08-25T21:55:51.356Z | Downloaded tabled_derive v0.7.0 |
| 343 | 2026-08-25T21:55:51.356Z | Downloaded usdt v0.5.0 |
| 344 | 2026-08-25T21:55:51.359Z | Downloaded block-buffer v0.10.4 |
| 345 | 2026-08-25T21:55:51.362Z | Downloaded heck v0.4.1 |
| 346 | 2026-08-25T21:55:51.365Z | Downloaded version_check v0.9.5 |
| 347 | 2026-08-25T21:55:51.365Z | Downloaded anyhow v1.0.104 |
| 348 | 2026-08-25T21:55:51.374Z | Downloaded proc-macro-error-attr v1.0.4 |
| 349 | 2026-08-25T21:55:51.378Z | Downloaded thiserror v2.0.18 |
| 350 | 2026-08-25T21:55:51.386Z | Downloaded clap v4.6.1 |
| 351 | 2026-08-25T21:55:51.391Z | Downloaded quote v1.0.45 |
| 352 | 2026-08-25T21:55:51.394Z | Downloaded pretty-hex v0.4.1 |
| 353 | 2026-08-25T21:55:51.394Z | Downloaded plain v0.2.3 |
| 354 | 2026-08-25T21:55:51.394Z | Downloaded thiserror-impl v2.0.18 |
| 355 | 2026-08-25T21:55:51.397Z | Downloaded scroll v0.12.0 |
| 356 | 2026-08-25T21:55:51.400Z | Downloaded thiserror v1.0.69 |
| 357 | 2026-08-25T21:55:51.400Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2026-08-25T21:55:51.403Z | Downloaded serde v1.0.228 |
| 359 | 2026-08-25T21:55:51.407Z | Downloaded sha2 v0.10.9 |
| 360 | 2026-08-25T21:55:51.415Z | Downloaded serde_tokenstream v0.2.3 |
| 361 | 2026-08-25T21:55:51.419Z | Downloaded once_cell v1.21.3 |
| 362 | 2026-08-25T21:55:51.419Z | Downloaded usdt-impl v0.5.0 |
| 363 | 2026-08-25T21:55:51.423Z | Downloaded papergrid v0.11.0 |
| 364 | 2026-08-25T21:55:51.423Z | Downloaded tempfile v3.27.0 |
| 365 | 2026-08-25T21:55:51.426Z | Downloaded pest_derive v2.8.6 |
| 366 | 2026-08-25T21:55:51.426Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-08-25T21:55:51.426Z | Downloaded ucd-trie v0.1.7 |
| 368 | 2026-08-25T21:55:51.430Z | Downloaded toml v0.8.23 |
| 369 | 2026-08-25T21:55:51.437Z | Downloaded getrandom v0.4.3 |
| 370 | 2026-08-25T21:55:51.441Z | Downloaded pest v2.8.6 |
| 371 | 2026-08-25T21:55:51.448Z | Downloaded semver v1.0.28 |
| 372 | 2026-08-25T21:55:51.448Z | Downloaded log v0.4.33 |
| 373 | 2026-08-25T21:55:51.448Z | Downloaded pest_generator v2.8.6 |
| 374 | 2026-08-25T21:55:51.451Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-08-25T21:55:51.451Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-08-25T21:55:51.454Z | Downloaded serde_core v1.0.228 |
| 377 | 2026-08-25T21:55:51.454Z | Downloaded serde_derive v1.0.228 |
| 378 | 2026-08-25T21:55:51.458Z | Downloaded textwrap v0.16.2 |
| 379 | 2026-08-25T21:55:51.467Z | Downloaded toml_edit v0.22.27 |
| 380 | 2026-08-25T21:55:51.473Z | Downloaded memchr v2.8.0 |
| 381 | 2026-08-25T21:55:51.487Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-08-25T21:55:51.490Z | Downloaded typenum v1.20.1 |
| 383 | 2026-08-25T21:55:51.494Z | Downloaded goblin v0.8.2 |
| 384 | 2026-08-25T21:55:51.499Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-08-25T21:55:51.517Z | Downloaded clap_builder v4.6.0 |
| 386 | 2026-08-25T21:55:51.539Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-25T21:55:51.544Z | Downloaded serde_json v1.0.151 |
| 388 | 2026-08-25T21:55:51.554Z | Downloaded tabled v0.15.0 |
| 389 | 2026-08-25T21:55:51.567Z | Downloaded syn v1.0.109 |
| 390 | 2026-08-25T21:55:51.576Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-25T21:55:51.580Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-08-25T21:55:51.585Z | Downloaded syn v2.0.117 |
| 393 | 2026-08-25T21:55:51.592Z | Downloaded rustix v1.1.4 |
| 394 | 2026-08-25T21:55:51.619Z | Downloaded libc v0.2.185 |
| 395 | 2026-08-25T21:55:51.685Z | Compiling proc-macro2 v1.0.106 |
| 396 | 2026-08-25T21:55:51.685Z | Compiling quote v1.0.45 |
| 397 | 2026-08-25T21:55:51.689Z | Compiling unicode-ident v1.0.24 |
| 398 | 2026-08-25T21:55:51.689Z | Compiling serde_core v1.0.228 |
| 399 | 2026-08-25T21:55:51.689Z | Compiling libc v0.2.185 |
| 400 | 2026-08-25T21:55:51.689Z | Compiling version_check v0.9.5 |
| 401 | 2026-08-25T21:55:51.689Z | Compiling memchr v2.8.0 |
| 402 | 2026-08-25T21:55:51.689Z | Compiling serde v1.0.228 |
| 403 | 2026-08-25T21:55:52.005Z | Compiling zmij v1.0.21 |
| 404 | 2026-08-25T21:55:52.530Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-25T21:55:52.559Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-25T21:55:52.606Z | Compiling thiserror v1.0.69 |
| 407 | 2026-08-25T21:55:52.716Z | Compiling pest v2.8.6 |
| 408 | 2026-08-25T21:55:52.829Z | Compiling rustix v1.1.4 |
| 409 | 2026-08-25T21:55:53.020Z | Compiling byteorder v1.5.0 |
| 410 | 2026-08-25T21:55:53.082Z | Compiling errno v0.3.14 |
| 411 | 2026-08-25T21:55:53.241Z | Compiling bitflags v2.11.0 |
| 412 | 2026-08-25T21:55:53.270Z | Compiling serde_json v1.0.151 |
| 413 | 2026-08-25T21:55:53.458Z | Compiling syn v2.0.117 |
| 414 | 2026-08-25T21:55:53.489Z | Compiling thread-id v4.2.2 |
| 415 | 2026-08-25T21:55:53.521Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-25T21:55:53.557Z | Compiling usdt-impl v0.5.0 |
| 417 | 2026-08-25T21:55:53.582Z | Compiling camino v1.2.5 |
| 418 | 2026-08-25T21:55:53.690Z | Compiling syn v1.0.109 |
| 419 | 2026-08-25T21:55:53.757Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-25T21:55:53.999Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2026-08-25T21:55:54.029Z | Compiling getrandom v0.4.3 |
| 422 | 2026-08-25T21:55:54.033Z | Compiling equivalent v1.0.2 |
| 423 | 2026-08-25T21:55:54.118Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-25T21:55:54.173Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-08-25T21:55:54.230Z | Compiling plain v0.2.3 |
| 426 | 2026-08-25T21:55:54.341Z | Compiling log v0.4.33 |
| 427 | 2026-08-25T21:55:54.566Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-25T21:55:54.583Z | Compiling anstyle-parse v1.0.0 |
| 429 | 2026-08-25T21:55:54.700Z | Compiling indexmap v2.14.0 |
| 430 | 2026-08-25T21:55:55.128Z | Compiling anstyle v1.0.14 |
| 431 | 2026-08-25T21:55:55.239Z | Compiling toml_write v0.1.2 |
| 432 | 2026-08-25T21:55:55.315Z | Compiling anstyle-query v1.1.5 |
| 433 | 2026-08-25T21:55:55.349Z | Compiling winnow v0.7.14 |
| 434 | 2026-08-25T21:55:55.368Z | Compiling autocfg v1.5.0 |
| 435 | 2026-08-25T21:55:55.390Z | Compiling is_terminal_polyfill v1.70.2 |
| 436 | 2026-08-25T21:55:55.421Z | Compiling pretty-hex v0.4.1 |
| 437 | 2026-08-25T21:55:55.438Z | Compiling cfg-if v1.0.4 |
| 438 | 2026-08-25T21:55:55.481Z | Compiling colorchoice v1.0.4 |
| 439 | 2026-08-25T21:55:55.500Z | Compiling thiserror v2.0.18 |
| 440 | 2026-08-25T21:55:55.593Z | Compiling anstream v1.0.0 |
| 441 | 2026-08-25T21:55:55.660Z | Compiling pest_generator v2.8.6 |
| 442 | 2026-08-25T21:55:55.683Z | Compiling fnv v1.0.7 |
| 443 | 2026-08-25T21:55:55.775Z | Compiling fs-err v3.3.0 |
| 444 | 2026-08-25T21:55:55.790Z | Compiling heck v0.4.1 |
| 445 | 2026-08-25T21:55:55.958Z | Compiling fastrand v2.3.0 |
| 446 | 2026-08-25T21:55:56.006Z | Compiling once_cell v1.21.3 |
| 447 | 2026-08-25T21:55:56.031Z | Compiling anyhow v1.0.104 |
| 448 | 2026-08-25T21:55:56.191Z | Compiling clap_lex v1.0.0 |
| 449 | 2026-08-25T21:55:56.216Z | Compiling strsim v0.11.1 |
| 450 | 2026-08-25T21:55:56.233Z | Compiling unicode-width v0.1.14 |
| 451 | 2026-08-25T21:55:56.331Z | Compiling bytecount v0.6.9 |
| 452 | 2026-08-25T21:55:56.348Z | Compiling heck v0.5.0 |
| 453 | 2026-08-25T21:55:56.414Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-08-25T21:55:56.464Z | Compiling papergrid v0.11.0 |
| 455 | 2026-08-25T21:55:56.558Z | Compiling tempfile v3.27.0 |
| 456 | 2026-08-25T21:55:56.732Z | Compiling cargo-platform v0.3.2 |
| 457 | 2026-08-25T21:55:56.786Z | Compiling semver v1.0.28 |
| 458 | 2026-08-25T21:55:56.808Z | Compiling tabled_derive v0.7.0 |
| 459 | 2026-08-25T21:55:56.873Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-25T21:55:56.967Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-25T21:55:57.025Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-08-25T21:55:57.056Z | Compiling unicode-linebreak v0.1.5 |
| 463 | 2026-08-25T21:55:57.104Z | Compiling camino-tempfile v1.4.1 |
| 464 | 2026-08-25T21:55:57.296Z | Compiling textwrap v0.16.2 |
| 465 | 2026-08-25T21:55:57.316Z | Compiling serde_derive v1.0.228 |
| 466 | 2026-08-25T21:55:57.348Z | Compiling thiserror-impl v1.0.69 |
| 467 | 2026-08-25T21:55:57.452Z | Compiling zerocopy-derive v0.7.35 |
| 468 | 2026-08-25T21:55:57.612Z | Compiling pest_derive v2.8.6 |
| 469 | 2026-08-25T21:55:57.706Z | Compiling scroll_derive v0.12.1 |
| 470 | 2026-08-25T21:55:57.743Z | Compiling thiserror-impl v2.0.18 |
| 471 | 2026-08-25T21:55:57.951Z | Compiling clap_derive v4.6.1 |
| 472 | 2026-08-25T21:55:58.055Z | Compiling tabled v0.15.0 |
| 473 | 2026-08-25T21:55:58.331Z | Compiling zerocopy v0.7.35 |
| 474 | 2026-08-25T21:55:58.368Z | Compiling scroll v0.12.0 |
| 475 | 2026-08-25T21:55:58.636Z | Compiling goblin v0.8.2 |
| 476 | 2026-08-25T21:55:58.701Z | Compiling dtrace-parser v0.2.0 |
| 477 | 2026-08-25T21:55:58.870Z | Compiling swrite v0.1.0 |
| 478 | 2026-08-25T21:55:59.621Z | Compiling clap v4.6.1 |
| 479 | 2026-08-25T21:56:00.186Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-08-25T21:56:00.186Z | Compiling toml_datetime v0.6.11 |
| 481 | 2026-08-25T21:56:00.190Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-08-25T21:56:00.190Z | Compiling cargo_metadata v0.23.1 |
| 483 | 2026-08-25T21:56:00.190Z | Compiling macaddr v1.0.1 |
| 484 | 2026-08-25T21:56:00.265Z | Compiling dof v0.3.0 |
| 485 | 2026-08-25T21:56:00.282Z | Compiling serde_tokenstream v0.2.3 |
| 486 | 2026-08-25T21:56:00.372Z | Compiling toml_edit v0.22.27 |
| 487 | 2026-08-25T21:56:00.965Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2026-08-25T21:56:01.005Z | Compiling usdt-macro v0.5.0 |
| 489 | 2026-08-25T21:56:01.667Z | Compiling usdt v0.5.0 |
| 490 | 2026-08-25T21:56:01.773Z | Compiling toml v0.8.23 |
| 491 | 2026-08-25T21:56:02.074Z | Compiling cargo_toml v0.21.0 |
| 492 | 2026-08-25T21:56:03.337Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2026-08-25T21:56:05.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.42s |
| 494 | 2026-08-25T21:56:05.534Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 495 | 2026-08-25T21:56:06.045Z | Downloading crates ... |
| 496 | 2026-08-25T21:56:06.088Z | Downloaded aead v0.6.1 |
| 497 | 2026-08-25T21:56:06.095Z | Downloaded addr2line v0.25.1 |
| 498 | 2026-08-25T21:56:06.101Z | Downloaded async-bb8-diesel v0.2.1 |
| 499 | 2026-08-25T21:56:06.118Z | Downloaded bindgen v0.71.1 |
| 500 | 2026-08-25T21:56:06.122Z | Downloaded ciborium v0.2.2 |
| 501 | 2026-08-25T21:56:06.125Z | Downloaded chacha20 v0.9.1 |
| 502 | 2026-08-25T21:56:06.125Z | Downloaded foldhash v0.2.0 |
| 503 | 2026-08-25T21:56:06.128Z | Downloaded getrandom v0.3.4 |
| 504 | 2026-08-25T21:56:06.131Z | Downloaded adler2 v2.0.1 |
| 505 | 2026-08-25T21:56:06.132Z | Downloaded bit-set v0.8.0 |
| 506 | 2026-08-25T21:56:06.132Z | Downloaded ascii-canvas v3.0.0 |
| 507 | 2026-08-25T21:56:06.132Z | Downloaded fd-lock v4.0.4 |
| 508 | 2026-08-25T21:56:06.132Z | Downloaded env_logger v0.11.11 |
| 509 | 2026-08-25T21:56:06.135Z | Downloaded ff v0.14.0 |
| 510 | 2026-08-25T21:56:06.135Z | Downloaded atomicwrites v0.4.4 |
| 511 | 2026-08-25T21:56:06.135Z | Downloaded atty v0.2.14 |
| 512 | 2026-08-25T21:56:06.139Z | Downloaded endian-type v0.1.2 |
| 513 | 2026-08-25T21:56:06.139Z | Downloaded foreign-types-shared v0.3.1 |
| 514 | 2026-08-25T21:56:06.139Z | Downloaded env_filter v2.0.0 |
| 515 | 2026-08-25T21:56:06.139Z | Downloaded foreign-types-shared v0.1.1 |
| 516 | 2026-08-25T21:56:06.139Z | Downloaded futures-task v0.3.32 |
| 517 | 2026-08-25T21:56:06.142Z | Downloaded erased-serde v0.3.31 |
| 518 | 2026-08-25T21:56:06.145Z | Downloaded fatfs v0.3.6 |
| 519 | 2026-08-25T21:56:06.145Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 520 | 2026-08-25T21:56:06.148Z | Downloaded fallible-iterator v0.2.0 |
| 521 | 2026-08-25T21:56:06.148Z | Downloaded ff v0.13.1 |
| 522 | 2026-08-25T21:56:06.148Z | Downloaded async-stream-impl v0.3.6 |
| 523 | 2026-08-25T21:56:06.148Z | Downloaded base16ct v1.0.0 |
| 524 | 2026-08-25T21:56:06.148Z | Downloaded bb8 v0.8.6 |
| 525 | 2026-08-25T21:56:06.151Z | Downloaded filetime v0.2.27 |
| 526 | 2026-08-25T21:56:06.151Z | Downloaded foreign-types v0.3.2 |
| 527 | 2026-08-25T21:56:06.151Z | Downloaded gethostname v0.5.0 |
| 528 | 2026-08-25T21:56:06.151Z | Downloaded humantime v2.3.0 |
| 529 | 2026-08-25T21:56:06.151Z | Downloaded enum_dispatch v0.3.13 |
| 530 | 2026-08-25T21:56:06.154Z | Downloaded anstream v0.6.21 |
| 531 | 2026-08-25T21:56:06.154Z | Downloaded anstyle-parse v0.2.7 |
| 532 | 2026-08-25T21:56:06.157Z | Downloaded argon2 v0.5.3 |
| 533 | 2026-08-25T21:56:06.158Z | Downloaded foreign-types-macros v0.2.3 |
| 534 | 2026-08-25T21:56:06.158Z | Downloaded float-ord v0.3.2 |
| 535 | 2026-08-25T21:56:06.158Z | Downloaded arrayref v0.3.9 |
| 536 | 2026-08-25T21:56:06.161Z | Downloaded bitfield-struct v0.6.2 |
| 537 | 2026-08-25T21:56:06.161Z | Downloaded bcs v0.1.6 |
| 538 | 2026-08-25T21:56:06.161Z | Downloaded array-init v0.0.4 |
| 539 | 2026-08-25T21:56:06.164Z | Downloaded fixedbitset v0.5.7 |
| 540 | 2026-08-25T21:56:06.164Z | Downloaded float-cmp v0.10.0 |
| 541 | 2026-08-25T21:56:06.168Z | Downloaded aead v0.5.2 |
| 542 | 2026-08-25T21:56:06.168Z | Downloaded ahash v0.8.12 |
| 543 | 2026-08-25T21:56:06.168Z | Downloaded base16ct v0.2.0 |
| 544 | 2026-08-25T21:56:06.171Z | Downloaded find-msvc-tools v0.1.9 |
| 545 | 2026-08-25T21:56:06.171Z | Downloaded flagset v0.4.7 |
| 546 | 2026-08-25T21:56:06.177Z | Downloaded futures-io v0.3.32 |
| 547 | 2026-08-25T21:56:06.177Z | Downloaded fxhash v0.2.1 |
| 548 | 2026-08-25T21:56:06.177Z | Downloaded backtrace-ext v0.2.1 |
| 549 | 2026-08-25T21:56:06.177Z | Downloaded ciborium-ll v0.2.2 |
| 550 | 2026-08-25T21:56:06.177Z | Downloaded ciborium-io v0.2.2 |
| 551 | 2026-08-25T21:56:06.177Z | Downloaded bitfield v0.19.4 |
| 552 | 2026-08-25T21:56:06.181Z | Downloaded expectorate v1.2.0 |
| 553 | 2026-08-25T21:56:06.182Z | Downloaded futures-channel v0.3.32 |
| 554 | 2026-08-25T21:56:06.185Z | Downloaded futures-core v0.3.32 |
| 555 | 2026-08-25T21:56:06.185Z | Downloaded futures-sink v0.3.32 |
| 556 | 2026-08-25T21:56:06.185Z | Downloaded bitfield-macros v0.19.4 |
| 557 | 2026-08-25T21:56:06.185Z | Downloaded cfg_aliases v0.1.1 |
| 558 | 2026-08-25T21:56:06.185Z | Downloaded fixedbitset v0.4.2 |
| 559 | 2026-08-25T21:56:06.185Z | Downloaded ghash v0.6.0 |
| 560 | 2026-08-25T21:56:06.185Z | Downloaded form_urlencoded v1.2.2 |
| 561 | 2026-08-25T21:56:06.185Z | Downloaded futures-macro v0.3.32 |
| 562 | 2026-08-25T21:56:06.188Z | Downloaded foreign-types v0.5.0 |
| 563 | 2026-08-25T21:56:06.188Z | Downloaded hostname v0.3.1 |
| 564 | 2026-08-25T21:56:06.188Z | Downloaded hex-literal v1.1.0 |
| 565 | 2026-08-25T21:56:06.192Z | Downloaded http-body v1.0.1 |
| 566 | 2026-08-25T21:56:06.192Z | Downloaded atomic-waker v1.1.2 |
| 567 | 2026-08-25T21:56:06.192Z | Downloaded assert_matches v1.5.0 |
| 568 | 2026-08-25T21:56:06.192Z | Downloaded block-buffer v0.12.1 |
| 569 | 2026-08-25T21:56:06.192Z | Downloaded cfg_aliases v0.2.1 |
| 570 | 2026-08-25T21:56:06.195Z | Downloaded git-stub v1.0.0 |
| 571 | 2026-08-25T21:56:06.195Z | Downloaded futures-executor v0.3.32 |
| 572 | 2026-08-25T21:56:06.198Z | Downloaded hash32 v0.2.1 |
| 573 | 2026-08-25T21:56:06.202Z | Downloaded generic-array v1.4.3 |
| 574 | 2026-08-25T21:56:06.202Z | Downloaded half v1.8.3 |
| 575 | 2026-08-25T21:56:06.205Z | Downloaded cobs v0.3.0 |
| 576 | 2026-08-25T21:56:06.205Z | Downloaded enum-as-inner v0.6.1 |
| 577 | 2026-08-25T21:56:06.208Z | Downloaded bit-set v0.5.3 |
| 578 | 2026-08-25T21:56:06.208Z | Downloaded block-padding v0.4.2 |
| 579 | 2026-08-25T21:56:06.208Z | Downloaded hubpack v0.1.2 |
| 580 | 2026-08-25T21:56:06.212Z | Downloaded async-recursion v1.1.1 |
| 581 | 2026-08-25T21:56:06.212Z | Downloaded normalize-line-endings v0.3.0 |
| 582 | 2026-08-25T21:56:06.215Z | Downloaded hubpack_derive v0.1.1 |
| 583 | 2026-08-25T21:56:06.215Z | Downloaded argon2 v0.6.0-rc.8 |
| 584 | 2026-08-25T21:56:06.220Z | Downloaded hex v0.4.3 |
| 585 | 2026-08-25T21:56:06.225Z | Downloaded backon v1.6.0 |
| 586 | 2026-08-25T21:56:06.225Z | Downloaded home v0.5.12 |
| 587 | 2026-08-25T21:56:06.225Z | Downloaded compression-core v0.4.31 |
| 588 | 2026-08-25T21:56:06.225Z | Downloaded castaway v0.2.4 |
| 589 | 2026-08-25T21:56:06.225Z | Downloaded hostname v0.4.2 |
| 590 | 2026-08-25T21:56:06.231Z | Downloaded nibble_vec v0.1.0 |
| 591 | 2026-08-25T21:56:06.237Z | Downloaded hash32 v0.3.1 |
| 592 | 2026-08-25T21:56:06.237Z | Downloaded headers-core v0.3.0 |
| 593 | 2026-08-25T21:56:06.237Z | Downloaded http-range v0.1.5 |
| 594 | 2026-08-25T21:56:06.237Z | Downloaded nodrop v0.1.14 |
| 595 | 2026-08-25T21:56:06.242Z | Downloaded base64ct v1.8.3 |
| 596 | 2026-08-25T21:56:06.242Z | Downloaded bit-vec v0.8.0 |
| 597 | 2026-08-25T21:56:06.246Z | Downloaded num_threads v0.1.7 |
| 598 | 2026-08-25T21:56:06.246Z | Downloaded password-hash v0.6.1 |
| 599 | 2026-08-25T21:56:06.250Z | Downloaded funty v2.0.0 |
| 600 | 2026-08-25T21:56:06.257Z | Downloaded opaque-debug v0.3.1 |
| 601 | 2026-08-25T21:56:06.257Z | Downloaded fs-err v2.11.0 |
| 602 | 2026-08-25T21:56:06.257Z | Downloaded globwalk v0.9.1 |
| 603 | 2026-08-25T21:56:06.257Z | Downloaded phf_shared v0.13.1 |
| 604 | 2026-08-25T21:56:06.257Z | Downloaded potential_utf v0.1.4 |
| 605 | 2026-08-25T21:56:06.260Z | Downloaded progenitor-macro v0.14.0 |
| 606 | 2026-08-25T21:56:06.260Z | Downloaded powerfmt v0.2.0 |
| 607 | 2026-08-25T21:56:06.260Z | Downloaded proc-macro-crate v3.4.0 |
| 608 | 2026-08-25T21:56:06.260Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 609 | 2026-08-25T21:56:06.263Z | Downloaded const-oid v0.10.2 |
| 610 | 2026-08-25T21:56:06.267Z | Downloaded async-trait v0.1.89 |
| 611 | 2026-08-25T21:56:06.270Z | Downloaded cexpr v0.6.0 |
| 612 | 2026-08-25T21:56:06.270Z | Downloaded bit-vec v0.6.3 |
| 613 | 2026-08-25T21:56:06.270Z | Downloaded cipher v0.5.2 |
| 614 | 2026-08-25T21:56:06.273Z | Downloaded rand_xorshift v0.4.0 |
| 615 | 2026-08-25T21:56:06.274Z | Downloaded rfc6979 v0.4.0 |
| 616 | 2026-08-25T21:56:06.274Z | Downloaded rfc6979 v0.6.0 |
| 617 | 2026-08-25T21:56:06.277Z | Downloaded bitflags v1.3.2 |
| 618 | 2026-08-25T21:56:06.281Z | Downloaded buf-list v1.1.2 |
| 619 | 2026-08-25T21:56:06.281Z | Downloaded signature v3.0.0 |
| 620 | 2026-08-25T21:56:06.281Z | Downloaded async-stream v0.3.6 |
| 621 | 2026-08-25T21:56:06.281Z | Downloaded cipher v0.4.4 |
| 622 | 2026-08-25T21:56:06.284Z | Downloaded serde_plain v1.0.2 |
| 623 | 2026-08-25T21:56:06.284Z | Downloaded signature v2.2.0 |
| 624 | 2026-08-25T21:56:06.289Z | Downloaded subtle v2.6.1 |
| 625 | 2026-08-25T21:56:06.292Z | Downloaded russh-cryptovec v0.62.0 |
| 626 | 2026-08-25T21:56:06.292Z | Downloaded secrecy v0.10.3 |
| 627 | 2026-08-25T21:56:06.295Z | Downloaded git-stub-vcs v0.1.0 |
| 628 | 2026-08-25T21:56:06.295Z | Downloaded httpdate v1.0.3 |
| 629 | 2026-08-25T21:56:06.299Z | Downloaded scopeguard v1.2.0 |
| 630 | 2026-08-25T21:56:06.299Z | Downloaded serde-big-array v0.5.1 |
| 631 | 2026-08-25T21:56:06.302Z | Downloaded fs_extra v1.3.0 |
| 632 | 2026-08-25T21:56:06.302Z | Downloaded group v0.14.0 |
| 633 | 2026-08-25T21:56:06.305Z | Downloaded byte-wrapper v0.1.0 |
| 634 | 2026-08-25T21:56:06.305Z | Downloaded camino-tempfile-ext v0.3.3 |
| 635 | 2026-08-25T21:56:06.310Z | Downloaded globset v0.4.18 |
| 636 | 2026-08-25T21:56:06.314Z | Downloaded cmov v0.5.4 |
| 637 | 2026-08-25T21:56:06.314Z | Downloaded glob v0.3.3 |
| 638 | 2026-08-25T21:56:06.314Z | Downloaded blowfish v0.10.0 |
| 639 | 2026-08-25T21:56:06.318Z | Downloaded group v0.13.0 |
| 640 | 2026-08-25T21:56:06.318Z | Downloaded highway v1.3.0 |
| 641 | 2026-08-25T21:56:06.321Z | Downloaded compression-codecs v0.4.37 |
| 642 | 2026-08-25T21:56:06.321Z | Downloaded http-body-util v0.1.3 |
| 643 | 2026-08-25T21:56:06.321Z | Downloaded testing_table v0.3.0 |
| 644 | 2026-08-25T21:56:06.325Z | Downloaded sqlparser_derive v0.5.0 |
| 645 | 2026-08-25T21:56:06.325Z | Downloaded stable_deref_trait v1.2.1 |
| 646 | 2026-08-25T21:56:06.325Z | Downloaded take_mut v0.2.2 |
| 647 | 2026-08-25T21:56:06.329Z | Downloaded hybrid-array v0.4.13 |
| 648 | 2026-08-25T21:56:06.329Z | Downloaded pem v3.0.6 |
| 649 | 2026-08-25T21:56:06.329Z | Downloaded pem-rfc7468 v0.7.0 |
| 650 | 2026-08-25T21:56:06.333Z | Downloaded pem-rfc7468 v1.0.0 |
| 651 | 2026-08-25T21:56:06.333Z | Downloaded cmake v0.1.57 |
| 652 | 2026-08-25T21:56:06.333Z | Downloaded proc-macro-crate v1.3.1 |
| 653 | 2026-08-25T21:56:06.333Z | Downloaded polyval v0.7.1 |
| 654 | 2026-08-25T21:56:06.333Z | Downloaded proc-macro-error2 v2.0.1 |
| 655 | 2026-08-25T21:56:06.337Z | Downloaded rand_core v0.9.5 |
| 656 | 2026-08-25T21:56:06.337Z | Downloaded futures v0.3.32 |
| 657 | 2026-08-25T21:56:06.340Z | Downloaded arrayvec v0.7.6 |
| 658 | 2026-08-25T21:56:06.340Z | Downloaded nu-ansi-term v0.50.3 |
| 659 | 2026-08-25T21:56:06.340Z | Downloaded num-integer v0.1.46 |
| 660 | 2026-08-25T21:56:06.343Z | Downloaded unarray v0.1.4 |
| 661 | 2026-08-25T21:56:06.343Z | Downloaded unit-prefix v0.5.2 |
| 662 | 2026-08-25T21:56:06.346Z | Downloaded usdt v0.6.0 |
| 663 | 2026-08-25T21:56:06.346Z | Downloaded oxide-generation v0.1.3 |
| 664 | 2026-08-25T21:56:06.349Z | Downloaded rustversion v1.0.22 |
| 665 | 2026-08-25T21:56:06.350Z | Downloaded serde_path_to_error v0.1.20 |
| 666 | 2026-08-25T21:56:06.353Z | Downloaded serde_with_macros v1.5.2 |
| 667 | 2026-08-25T21:56:06.353Z | Downloaded tokio-macros v2.7.0 |
| 668 | 2026-08-25T21:56:06.353Z | Downloaded utf-8 v0.7.6 |
| 669 | 2026-08-25T21:56:06.356Z | Downloaded slog-async v2.8.0 |
| 670 | 2026-08-25T21:56:06.356Z | Downloaded wait-timeout v0.2.1 |
| 671 | 2026-08-25T21:56:06.359Z | Downloaded backoff v0.4.0 |
| 672 | 2026-08-25T21:56:06.363Z | Downloaded yoke-derive v0.8.1 |
| 673 | 2026-08-25T21:56:06.366Z | Downloaded getrandom v0.2.17 |
| 674 | 2026-08-25T21:56:06.370Z | Downloaded hyper-rustls v0.27.7 |
| 675 | 2026-08-25T21:56:06.370Z | Downloaded smallvec v0.6.14 |
| 676 | 2026-08-25T21:56:06.374Z | Downloaded strum_macros v0.24.3 |
| 677 | 2026-08-25T21:56:06.374Z | Downloaded support-bundle-viewer v0.1.2 |
| 678 | 2026-08-25T21:56:06.374Z | Downloaded clang-sys v1.8.1 |
| 679 | 2026-08-25T21:56:06.374Z | Downloaded const-oid v0.9.6 |
| 680 | 2026-08-25T21:56:06.374Z | Downloaded hmac v0.12.1 |
| 681 | 2026-08-25T21:56:06.378Z | Downloaded hmac v0.13.0 |
| 682 | 2026-08-25T21:56:06.378Z | Downloaded bs58 v0.5.1 |
| 683 | 2026-08-25T21:56:06.378Z | Downloaded bzip2 v0.4.4 |
| 684 | 2026-08-25T21:56:06.383Z | Downloaded cassowary v0.3.0 |
| 685 | 2026-08-25T21:56:06.383Z | Downloaded colored v2.2.0 |
| 686 | 2026-08-25T21:56:06.383Z | Downloaded bzip2 v0.6.1 |
| 687 | 2026-08-25T21:56:06.383Z | Downloaded blake2 v0.10.6 |
| 688 | 2026-08-25T21:56:06.394Z | Downloaded num_enum v0.5.11 |
| 689 | 2026-08-25T21:56:06.394Z | Downloaded httparse v1.10.1 |
| 690 | 2026-08-25T21:56:06.394Z | Downloaded oxnet v0.1.6 |
| 691 | 2026-08-25T21:56:06.394Z | Downloaded poly1305 v0.9.0 |
| 692 | 2026-08-25T21:56:06.394Z | Downloaded synstructure v0.13.2 |
| 693 | 2026-08-25T21:56:06.395Z | Downloaded darling_macro v0.20.11 |
| 694 | 2026-08-25T21:56:06.395Z | Downloaded chacha20 v0.10.0 |
| 695 | 2026-08-25T21:56:06.399Z | Downloaded console v0.16.2 |
| 696 | 2026-08-25T21:56:06.399Z | Downloaded password-hash v0.5.0 |
| 697 | 2026-08-25T21:56:06.399Z | Downloaded scrypt v0.12.0 |
| 698 | 2026-08-25T21:56:06.399Z | Downloaded tls_codec v0.4.2 |
| 699 | 2026-08-25T21:56:06.399Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 700 | 2026-08-25T21:56:06.399Z | Downloaded foldhash v0.1.5 |
| 701 | 2026-08-25T21:56:06.399Z | Downloaded console v0.15.11 |
| 702 | 2026-08-25T21:56:06.399Z | Downloaded blake2 v0.11.0-rc.6 |
| 703 | 2026-08-25T21:56:06.403Z | Downloaded cbc v0.2.1 |
| 704 | 2026-08-25T21:56:06.403Z | Downloaded cancel-safe-futures v0.1.5 |
| 705 | 2026-08-25T21:56:06.403Z | Downloaded colored v3.1.1 |
| 706 | 2026-08-25T21:56:06.407Z | Downloaded zeroize_derive v1.5.0 |
| 707 | 2026-08-25T21:56:06.407Z | Downloaded zone_cfg_derive v0.3.1 |
| 708 | 2026-08-25T21:56:06.407Z | Downloaded dirs-sys-next v0.1.2 |
| 709 | 2026-08-25T21:56:06.407Z | Downloaded static_assertions v1.1.0 |
| 710 | 2026-08-25T21:56:06.412Z | Downloaded crc-catalog v2.4.0 |
| 711 | 2026-08-25T21:56:06.412Z | Downloaded indoc v1.0.9 |
| 712 | 2026-08-25T21:56:06.413Z | Downloaded rusty-fork v0.3.1 |
| 713 | 2026-08-25T21:56:06.416Z | Downloaded debug-ignore v1.0.5 |
| 714 | 2026-08-25T21:56:06.416Z | Downloaded defmt v0.3.100 |
| 715 | 2026-08-25T21:56:06.416Z | Downloaded difflib v0.4.0 |
| 716 | 2026-08-25T21:56:06.416Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 717 | 2026-08-25T21:56:06.421Z | Downloaded allocator-api2 v0.2.21 |
| 718 | 2026-08-25T21:56:06.421Z | Downloaded slog-term v2.9.2 |
| 719 | 2026-08-25T21:56:06.428Z | Downloaded xshell v0.2.7 |
| 720 | 2026-08-25T21:56:06.428Z | Downloaded corncobs v0.1.4 |
| 721 | 2026-08-25T21:56:06.428Z | Downloaded idna_adapter v1.2.1 |
| 722 | 2026-08-25T21:56:06.428Z | Downloaded lalrpop-util v0.19.12 |
| 723 | 2026-08-25T21:56:06.428Z | Downloaded parking_lot v0.11.2 |
| 724 | 2026-08-25T21:56:06.431Z | Downloaded thread_local v1.1.9 |
| 725 | 2026-08-25T21:56:06.431Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 726 | 2026-08-25T21:56:06.434Z | Downloaded md5 v0.8.0 |
| 727 | 2026-08-25T21:56:06.434Z | Downloaded tokio-native-tls v0.3.1 |
| 728 | 2026-08-25T21:56:06.434Z | Downloaded tui-tree-widget v0.23.1 |
| 729 | 2026-08-25T21:56:06.434Z | Downloaded lzss v0.8.2 |
| 730 | 2026-08-25T21:56:06.437Z | Downloaded maybe-uninit v2.0.0 |
| 731 | 2026-08-25T21:56:06.437Z | Downloaded embedded-io v0.6.1 |
| 732 | 2026-08-25T21:56:06.437Z | Downloaded num_enum_derive v0.5.11 |
| 733 | 2026-08-25T21:56:06.440Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 734 | 2026-08-25T21:56:06.441Z | Downloaded instant v0.1.13 |
| 735 | 2026-08-25T21:56:06.444Z | Downloaded multimap v0.10.1 |
| 736 | 2026-08-25T21:56:06.447Z | Downloaded postgres-types v0.2.12 |
| 737 | 2026-08-25T21:56:06.447Z | Downloaded half v2.7.1 |
| 738 | 2026-08-25T21:56:06.451Z | Downloaded vergen-lib v0.1.6 |
| 739 | 2026-08-25T21:56:06.458Z | Downloaded num-iter v0.1.45 |
| 740 | 2026-08-25T21:56:06.461Z | Downloaded flume v0.11.1 |
| 741 | 2026-08-25T21:56:06.464Z | Downloaded olpc-cjson v0.1.4 |
| 742 | 2026-08-25T21:56:06.464Z | Downloaded ctr v0.10.1 |
| 743 | 2026-08-25T21:56:06.464Z | Downloaded deranged v0.5.8 |
| 744 | 2026-08-25T21:56:06.467Z | Downloaded der_derive v0.7.3 |
| 745 | 2026-08-25T21:56:06.467Z | Downloaded flate2 v1.1.9 |
| 746 | 2026-08-25T21:56:06.470Z | Downloaded newline-converter v0.3.0 |
| 747 | 2026-08-25T21:56:06.470Z | Downloaded tracing-attributes v0.1.31 |
| 748 | 2026-08-25T21:56:06.470Z | Downloaded dof v0.4.0 |
| 749 | 2026-08-25T21:56:06.474Z | Downloaded wyz v0.5.1 |
| 750 | 2026-08-25T21:56:06.474Z | Downloaded parse-size v1.1.0 |
| 751 | 2026-08-25T21:56:06.481Z | Downloaded oxide-update-engine-types v0.1.2 |
| 752 | 2026-08-25T21:56:06.487Z | Downloaded diesel-dtrace v0.5.0 |
| 753 | 2026-08-25T21:56:06.490Z | Downloaded ingot-types v0.2.0 |
| 754 | 2026-08-25T21:56:06.490Z | Downloaded ipnetwork v0.21.1 |
| 755 | 2026-08-25T21:56:06.490Z | Downloaded rustls-platform-verifier v0.6.2 |
| 756 | 2026-08-25T21:56:06.490Z | Downloaded slog v2.8.2 |
| 757 | 2026-08-25T21:56:06.494Z | Downloaded socket2 v0.5.10 |
| 758 | 2026-08-25T21:56:06.494Z | Downloaded serde_with_macros v3.21.0 |
| 759 | 2026-08-25T21:56:06.497Z | Downloaded socket2 v0.6.3 |
| 760 | 2026-08-25T21:56:06.497Z | Downloaded stacker v0.1.23 |
| 761 | 2026-08-25T21:56:06.497Z | Downloaded quick-error v1.2.3 |
| 762 | 2026-08-25T21:56:06.500Z | Downloaded libloading v0.8.9 |
| 763 | 2026-08-25T21:56:06.500Z | Downloaded md-5 v0.10.6 |
| 764 | 2026-08-25T21:56:06.500Z | Downloaded predicates-core v1.0.10 |
| 765 | 2026-08-25T21:56:06.500Z | Downloaded predicates-tree v1.0.13 |
| 766 | 2026-08-25T21:56:06.503Z | Downloaded rustc_version v0.4.1 |
| 767 | 2026-08-25T21:56:06.507Z | Downloaded arc-swap v1.8.2 |
| 768 | 2026-08-25T21:56:06.510Z | Downloaded omicron-zone-package v0.12.3 |
| 769 | 2026-08-25T21:56:06.510Z | Downloaded oso v0.27.3 |
| 770 | 2026-08-25T21:56:06.513Z | Downloaded term v0.7.0 |
| 771 | 2026-08-25T21:56:06.513Z | Downloaded unicode-properties v0.1.4 |
| 772 | 2026-08-25T21:56:06.516Z | Downloaded heapless v0.8.0 |
| 773 | 2026-08-25T21:56:06.516Z | Downloaded ena v0.14.4 |
| 774 | 2026-08-25T21:56:06.520Z | Downloaded headers v0.4.1 |
| 775 | 2026-08-25T21:56:06.523Z | Downloaded heapless v0.7.17 |
| 776 | 2026-08-25T21:56:06.526Z | Downloaded serde_urlencoded v0.7.1 |
| 777 | 2026-08-25T21:56:06.526Z | Downloaded ctutils v0.4.2 |
| 778 | 2026-08-25T21:56:06.526Z | Downloaded signal-hook-mio v0.2.5 |
| 779 | 2026-08-25T21:56:06.529Z | Downloaded pin-project v1.1.11 |
| 780 | 2026-08-25T21:56:06.532Z | Downloaded parking_lot_core v0.8.6 |
| 781 | 2026-08-25T21:56:06.536Z | Downloaded pkcs5 v0.8.1 |
| 782 | 2026-08-25T21:56:06.539Z | Downloaded rcgen v0.12.1 |
| 783 | 2026-08-25T21:56:06.539Z | Downloaded elliptic-curve v0.14.1 |
| 784 | 2026-08-25T21:56:06.542Z | Downloaded ecdsa v0.17.0 |
| 785 | 2026-08-25T21:56:06.542Z | Downloaded phf v0.12.1 |
| 786 | 2026-08-25T21:56:06.542Z | Downloaded phf v0.13.1 |
| 787 | 2026-08-25T21:56:06.542Z | Downloaded base64 v0.22.1 |
| 788 | 2026-08-25T21:56:06.546Z | Downloaded pkcs8 v0.10.2 |
| 789 | 2026-08-25T21:56:06.546Z | Downloaded chacha20poly1305 v0.10.1 |
| 790 | 2026-08-25T21:56:06.551Z | Downloaded time-core v0.1.8 |
| 791 | 2026-08-25T21:56:06.551Z | Downloaded slog-bunyan v2.5.0 |
| 792 | 2026-08-25T21:56:06.551Z | Downloaded unicode-truncate v1.1.0 |
| 793 | 2026-08-25T21:56:06.551Z | Downloaded utf8_iter v1.0.4 |
| 794 | 2026-08-25T21:56:06.551Z | Downloaded structmeta-derive v0.3.0 |
| 795 | 2026-08-25T21:56:06.554Z | Downloaded progenitor v0.13.0 |
| 796 | 2026-08-25T21:56:06.554Z | Downloaded supports-color v3.0.2 |
| 797 | 2026-08-25T21:56:06.554Z | Downloaded topological-sort v0.2.2 |
| 798 | 2026-08-25T21:56:06.557Z | Downloaded ar_archive_writer v0.5.1 |
| 799 | 2026-08-25T21:56:06.564Z | Downloaded memmap2 v0.9.10 |
| 800 | 2026-08-25T21:56:06.567Z | Downloaded newtype-uuid v1.3.2 |
| 801 | 2026-08-25T21:56:06.567Z | Downloaded oxide-update-engine-display v0.1.2 |
| 802 | 2026-08-25T21:56:06.567Z | Downloaded resolv-conf v0.7.6 |
| 803 | 2026-08-25T21:56:06.567Z | Downloaded schemars_derive v0.8.22 |
| 804 | 2026-08-25T21:56:06.567Z | Downloaded convert_case v0.4.0 |
| 805 | 2026-08-25T21:56:06.567Z | Downloaded scroll v0.13.0 |
| 806 | 2026-08-25T21:56:06.571Z | Downloaded usdt-attr-macro v0.6.0 |
| 807 | 2026-08-25T21:56:06.575Z | Downloaded crossbeam-utils v0.8.21 |
| 808 | 2026-08-25T21:56:06.579Z | Downloaded darling v0.20.11 |
| 809 | 2026-08-25T21:56:06.582Z | Downloaded peg v0.8.5 |
| 810 | 2026-08-25T21:56:06.582Z | Downloaded rand_core v0.10.0 |
| 811 | 2026-08-25T21:56:06.585Z | Downloaded darling v0.21.3 |
| 812 | 2026-08-25T21:56:06.589Z | Downloaded crc8 v0.1.1 |
| 813 | 2026-08-25T21:56:06.589Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 814 | 2026-08-25T21:56:06.589Z | Downloaded compact_str v0.8.1 |
| 815 | 2026-08-25T21:56:06.592Z | Downloaded papergrid v0.18.0 |
| 816 | 2026-08-25T21:56:06.595Z | Downloaded twox-hash v2.1.2 |
| 817 | 2026-08-25T21:56:06.595Z | Downloaded http v1.4.2 |
| 818 | 2026-08-25T21:56:06.598Z | Downloaded ssh-encoding v0.3.0 |
| 819 | 2026-08-25T21:56:06.598Z | Downloaded derive_builder_macro v0.20.2 |
| 820 | 2026-08-25T21:56:06.603Z | Downloaded dsl_auto_type v0.2.0 |
| 821 | 2026-08-25T21:56:06.608Z | Downloaded lock_api v0.4.14 |
| 822 | 2026-08-25T21:56:06.612Z | Downloaded pkcs1 v0.7.5 |
| 823 | 2026-08-25T21:56:06.615Z | Downloaded progenitor v0.14.0 |
| 824 | 2026-08-25T21:56:06.615Z | Downloaded serdect v0.4.3 |
| 825 | 2026-08-25T21:56:06.615Z | Downloaded time-macros v0.2.27 |
| 826 | 2026-08-25T21:56:06.619Z | Downloaded bumpalo v3.20.2 |
| 827 | 2026-08-25T21:56:06.622Z | Downloaded vte v0.14.1 |
| 828 | 2026-08-25T21:56:06.622Z | Downloaded zip v0.6.6 |
| 829 | 2026-08-25T21:56:06.625Z | Downloaded const_format v0.2.35 |
| 830 | 2026-08-25T21:56:06.629Z | Downloaded rayon-core v1.13.0 |
| 831 | 2026-08-25T21:56:06.629Z | Downloaded snafu-derive v0.8.9 |
| 832 | 2026-08-25T21:56:06.632Z | Downloaded sponge-cursor v0.1.0 |
| 833 | 2026-08-25T21:56:06.632Z | Downloaded smf v0.2.3 |
| 834 | 2026-08-25T21:56:06.632Z | Downloaded strum_macros v0.27.2 |
| 835 | 2026-08-25T21:56:06.637Z | Downloaded illumos-nvpair v0.3.0 |
| 836 | 2026-08-25T21:56:06.637Z | Downloaded is_ci v1.2.0 |
| 837 | 2026-08-25T21:56:06.646Z | Downloaded hashbrown v0.13.2 |
| 838 | 2026-08-25T21:56:06.650Z | Downloaded hickory-resolver v0.24.4 |
| 839 | 2026-08-25T21:56:06.653Z | Downloaded is-terminal v0.4.17 |
| 840 | 2026-08-25T21:56:06.653Z | Downloaded kstat-rs v0.2.5 |
| 841 | 2026-08-25T21:56:06.653Z | Downloaded tokio-dtrace v0.1.1 |
| 842 | 2026-08-25T21:56:06.656Z | Downloaded async-compression v0.4.41 |
| 843 | 2026-08-25T21:56:06.660Z | Downloaded zeroize v1.9.0 |
| 844 | 2026-08-25T21:56:06.660Z | Downloaded bytes v1.11.1 |
| 845 | 2026-08-25T21:56:06.663Z | Downloaded chumsky v0.9.3 |
| 846 | 2026-08-25T21:56:06.666Z | Downloaded convert_case v0.10.0 |
| 847 | 2026-08-25T21:56:06.666Z | Downloaded hashbrown v0.12.3 |
| 848 | 2026-08-25T21:56:06.669Z | Downloaded hickory-server v0.25.2 |
| 849 | 2026-08-25T21:56:06.673Z | Downloaded hickory-resolver v0.25.2 |
| 850 | 2026-08-25T21:56:06.673Z | Downloaded memoffset v0.9.1 |
| 851 | 2026-08-25T21:56:06.673Z | Downloaded vergen-gitcl v1.0.8 |
| 852 | 2026-08-25T21:56:06.676Z | Downloaded newtype_derive v0.1.6 |
| 853 | 2026-08-25T21:56:06.676Z | Downloaded crc-any v2.5.0 |
| 854 | 2026-08-25T21:56:06.676Z | Downloaded percent-encoding v2.3.2 |
| 855 | 2026-08-25T21:56:06.676Z | Downloaded vergen-lib v9.1.0 |
| 856 | 2026-08-25T21:56:06.680Z | Downloaded stringprep v0.1.5 |
| 857 | 2026-08-25T21:56:06.680Z | Downloaded data-encoding v2.10.0 |
| 858 | 2026-08-25T21:56:06.680Z | Downloaded oso-derive v0.27.3 |
| 859 | 2026-08-25T21:56:06.680Z | Downloaded writeable v0.6.2 |
| 860 | 2026-08-25T21:56:06.680Z | Downloaded icu_normalizer v2.1.1 |
| 861 | 2026-08-25T21:56:06.683Z | Downloaded path-slash v0.1.5 |
| 862 | 2026-08-25T21:56:06.683Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 863 | 2026-08-25T21:56:06.686Z | Downloaded tokio-rustls v0.26.4 |
| 864 | 2026-08-25T21:56:06.686Z | Downloaded base64 v0.21.7 |
| 865 | 2026-08-25T21:56:06.689Z | Downloaded cc v1.2.56 |
| 866 | 2026-08-25T21:56:06.689Z | Downloaded icu_provider v2.1.1 |
| 867 | 2026-08-25T21:56:06.692Z | Downloaded ref-cast v1.0.25 |
| 868 | 2026-08-25T21:56:06.692Z | Downloaded rustls-pki-types v1.14.0 |
| 869 | 2026-08-25T21:56:06.696Z | Downloaded unicode_categories v0.1.1 |
| 870 | 2026-08-25T21:56:06.696Z | Downloaded rtoolbox v0.0.3 |
| 871 | 2026-08-25T21:56:06.696Z | Downloaded rustls-webpki v0.103.13 |
| 872 | 2026-08-25T21:56:06.696Z | Downloaded knus v3.4.0 |
| 873 | 2026-08-25T21:56:06.699Z | Downloaded delegate v0.13.5 |
| 874 | 2026-08-25T21:56:06.699Z | Downloaded radium v0.7.0 |
| 875 | 2026-08-25T21:56:06.699Z | Downloaded libefi-sys v0.1.0 |
| 876 | 2026-08-25T21:56:06.699Z | Downloaded serde_bytes v0.11.19 |
| 877 | 2026-08-25T21:56:06.702Z | Downloaded hyper-staticfile v0.10.1 |
| 878 | 2026-08-25T21:56:06.702Z | Downloaded slog-envlogger v2.2.0 |
| 879 | 2026-08-25T21:56:06.706Z | Downloaded backtrace v0.3.76 |
| 880 | 2026-08-25T21:56:06.713Z | Downloaded nanorand v0.7.0 |
| 881 | 2026-08-25T21:56:06.721Z | Downloaded supports-hyperlinks v3.2.0 |
| 882 | 2026-08-25T21:56:06.724Z | Downloaded derive_builder v0.20.2 |
| 883 | 2026-08-25T21:56:06.728Z | Downloaded derive_builder_core v0.20.2 |
| 884 | 2026-08-25T21:56:06.728Z | Downloaded pkg-config v0.3.32 |
| 885 | 2026-08-25T21:56:06.731Z | Downloaded tokio-test v0.4.5 |
| 886 | 2026-08-25T21:56:06.734Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 887 | 2026-08-25T21:56:06.738Z | Downloaded test-strategy v0.4.5 |
| 888 | 2026-08-25T21:56:06.738Z | Downloaded strum v0.26.3 |
| 889 | 2026-08-25T21:56:06.739Z | Downloaded unsafe-libyaml v0.2.11 |
| 890 | 2026-08-25T21:56:06.742Z | Downloaded strum v0.27.2 |
| 891 | 2026-08-25T21:56:06.745Z | Downloaded unicode-xid v0.2.6 |
| 892 | 2026-08-25T21:56:06.748Z | Downloaded wnaf v0.14.0 |
| 893 | 2026-08-25T21:56:06.748Z | Downloaded crc v3.4.0 |
| 894 | 2026-08-25T21:56:06.748Z | Downloaded whoami v2.1.0 |
| 895 | 2026-08-25T21:56:06.751Z | Downloaded num-complex v0.4.6 |
| 896 | 2026-08-25T21:56:06.751Z | Downloaded cpufeatures v0.3.0 |
| 897 | 2026-08-25T21:56:06.754Z | Downloaded ingot-macros v0.2.0 |
| 898 | 2026-08-25T21:56:06.754Z | Downloaded phf_shared v0.11.3 |
| 899 | 2026-08-25T21:56:06.755Z | Downloaded ppv-lite86 v0.2.21 |
| 900 | 2026-08-25T21:56:06.758Z | Downloaded chrono v0.4.45 |
| 901 | 2026-08-25T21:56:06.761Z | Downloaded zerocopy-derive v0.8.55 |
| 902 | 2026-08-25T21:56:06.765Z | Downloaded untrusted v0.7.1 |
| 903 | 2026-08-25T21:56:06.769Z | Downloaded mime_guess v2.0.5 |
| 904 | 2026-08-25T21:56:06.769Z | Downloaded darling_macro v0.21.3 |
| 905 | 2026-08-25T21:56:06.769Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 906 | 2026-08-25T21:56:06.769Z | Downloaded downcast-rs v2.0.2 |
| 907 | 2026-08-25T21:56:06.769Z | Downloaded litemap v0.8.1 |
| 908 | 2026-08-25T21:56:06.773Z | Downloaded signal-hook v0.3.18 |
| 909 | 2026-08-25T21:56:06.776Z | Downloaded darling v0.23.0 |
| 910 | 2026-08-25T21:56:06.781Z | Downloaded owo-colors v4.3.0 |
| 911 | 2026-08-25T21:56:06.781Z | Downloaded cpubits v0.1.1 |
| 912 | 2026-08-25T21:56:06.781Z | Downloaded want v0.3.1 |
| 913 | 2026-08-25T21:56:06.788Z | Downloaded defmt-parser v1.0.0 |
| 914 | 2026-08-25T21:56:06.788Z | Downloaded inout v0.2.2 |
| 915 | 2026-08-25T21:56:06.788Z | Downloaded crossbeam-epoch v0.9.18 |
| 916 | 2026-08-25T21:56:06.788Z | Downloaded dirs-next v2.0.0 |
| 917 | 2026-08-25T21:56:06.788Z | Downloaded quinn v0.11.11 |
| 918 | 2026-08-25T21:56:06.791Z | Downloaded dunce v1.0.5 |
| 919 | 2026-08-25T21:56:06.791Z | Downloaded string_cache v0.8.9 |
| 920 | 2026-08-25T21:56:06.791Z | Downloaded parking_lot_core v0.9.12 |
| 921 | 2026-08-25T21:56:06.796Z | Downloaded strum_macros v0.26.4 |
| 922 | 2026-08-25T21:56:06.796Z | Downloaded thiserror-no-std v2.0.2 |
| 923 | 2026-08-25T21:56:06.796Z | Downloaded aes v0.9.1 |
| 924 | 2026-08-25T21:56:06.800Z | Downloaded rand v0.10.1 |
| 925 | 2026-08-25T21:56:06.800Z | Downloaded subprocess v0.2.15 |
| 926 | 2026-08-25T21:56:06.803Z | Downloaded lru v0.12.5 |
| 927 | 2026-08-25T21:56:06.803Z | Downloaded sec1 v0.7.3 |
| 928 | 2026-08-25T21:56:06.806Z | Downloaded signal-hook-registry v1.4.8 |
| 929 | 2026-08-25T21:56:06.806Z | Downloaded derive-where v1.6.0 |
| 930 | 2026-08-25T21:56:06.806Z | Downloaded tracing-core v0.1.36 |
| 931 | 2026-08-25T21:56:06.810Z | Downloaded inout v0.1.4 |
| 932 | 2026-08-25T21:56:06.810Z | Downloaded kem v0.3.0 |
| 933 | 2026-08-25T21:56:06.810Z | Downloaded match_cfg v0.1.0 |
| 934 | 2026-08-25T21:56:06.813Z | Downloaded derive_more v0.99.20 |
| 935 | 2026-08-25T21:56:06.816Z | Downloaded slog-dtrace v0.3.0 |
| 936 | 2026-08-25T21:56:06.816Z | Downloaded nonempty v0.12.0 |
| 937 | 2026-08-25T21:56:06.816Z | Downloaded oxide-generation-macros v0.2.0 |
| 938 | 2026-08-25T21:56:06.819Z | Downloaded cstr-argument v0.1.2 |
| 939 | 2026-08-25T21:56:06.819Z | Downloaded dropshot_endpoint v0.17.1 |
| 940 | 2026-08-25T21:56:06.819Z | Downloaded ed25519-dalek v3.0.0 |
| 941 | 2026-08-25T21:56:06.822Z | Downloaded tungstenite v0.21.0 |
| 942 | 2026-08-25T21:56:06.826Z | Downloaded samael v0.0.19 |
| 943 | 2026-08-25T21:56:06.830Z | Downloaded num-derive v0.4.2 |
| 944 | 2026-08-25T21:56:06.835Z | Downloaded csv-core v0.1.13 |
| 945 | 2026-08-25T21:56:06.838Z | Downloaded litrs v1.0.0 |
| 946 | 2026-08-25T21:56:06.843Z | Downloaded hashbrown v0.16.1 |
| 947 | 2026-08-25T21:56:06.848Z | Downloaded primeorder v0.14.0 |
| 948 | 2026-08-25T21:56:06.851Z | Downloaded uzers v0.12.2 |
| 949 | 2026-08-25T21:56:06.851Z | Downloaded hashbrown v0.14.5 |
| 950 | 2026-08-25T21:56:06.857Z | Downloaded ed25519 v3.0.0 |
| 951 | 2026-08-25T21:56:06.863Z | Downloaded same-file v1.0.6 |
| 952 | 2026-08-25T21:56:06.867Z | Downloaded whoami v1.6.1 |
| 953 | 2026-08-25T21:56:06.867Z | Downloaded pkcs8 v0.11.0 |
| 954 | 2026-08-25T21:56:06.870Z | Downloaded derive_more v2.1.1 |
| 955 | 2026-08-25T21:56:06.875Z | Downloaded multer v3.1.0 |
| 956 | 2026-08-25T21:56:06.881Z | Downloaded tokio-postgres v0.7.16 |
| 957 | 2026-08-25T21:56:06.885Z | Downloaded futures-util v0.3.32 |
| 958 | 2026-08-25T21:56:06.888Z | Downloaded hashbrown v0.15.5 |
| 959 | 2026-08-25T21:56:06.892Z | Downloaded hkdf v0.12.4 |
| 960 | 2026-08-25T21:56:06.892Z | Downloaded yansi v1.0.1 |
| 961 | 2026-08-25T21:56:06.892Z | Downloaded sigpipe v0.1.3 |
| 962 | 2026-08-25T21:56:06.897Z | Downloaded tap v1.0.1 |
| 963 | 2026-08-25T21:56:06.897Z | Downloaded salsa20 v0.11.0 |
| 964 | 2026-08-25T21:56:06.897Z | Downloaded schemars v1.2.1 |
| 965 | 2026-08-25T21:56:06.905Z | Downloaded sec1 v0.8.1 |
| 966 | 2026-08-25T21:56:06.909Z | Downloaded itertools v0.10.5 |
| 967 | 2026-08-25T21:56:06.909Z | Downloaded supports-unicode v3.0.0 |
| 968 | 2026-08-25T21:56:06.909Z | Downloaded try-lock v0.2.5 |
| 969 | 2026-08-25T21:56:06.909Z | Downloaded tar v0.4.46 |
| 970 | 2026-08-25T21:56:06.909Z | Downloaded peg-macros v0.8.5 |
| 971 | 2026-08-25T21:56:06.915Z | Downloaded knus-derive v3.4.0 |
| 972 | 2026-08-25T21:56:06.915Z | Downloaded pin-project-lite v0.2.17 |
| 973 | 2026-08-25T21:56:06.920Z | Downloaded predicates v3.1.4 |
| 974 | 2026-08-25T21:56:06.920Z | Downloaded thread-id v5.1.0 |
| 975 | 2026-08-25T21:56:06.920Z | Downloaded ml-kem v0.3.2 |
| 976 | 2026-08-25T21:56:06.920Z | Downloaded universal-hash v0.5.1 |
| 977 | 2026-08-25T21:56:06.920Z | Downloaded usdt-macro v0.6.0 |
| 978 | 2026-08-25T21:56:06.920Z | Downloaded zerofrom-derive v0.1.6 |
| 979 | 2026-08-25T21:56:06.920Z | Downloaded instability v0.3.11 |
| 980 | 2026-08-25T21:56:06.920Z | Downloaded pbkdf2 v0.13.0 |
| 981 | 2026-08-25T21:56:06.924Z | Downloaded crypto-common v0.2.2 |
| 982 | 2026-08-25T21:56:06.929Z | Downloaded darling_core v0.23.0 |
| 983 | 2026-08-25T21:56:06.940Z | Downloaded either v1.15.0 |
| 984 | 2026-08-25T21:56:06.940Z | Downloaded crunchy v0.2.4 |
| 985 | 2026-08-25T21:56:06.940Z | Downloaded display-error-chain v0.2.2 |
| 986 | 2026-08-25T21:56:06.940Z | Downloaded tokio-stream v0.1.18 |
| 987 | 2026-08-25T21:56:06.943Z | Downloaded lru-cache v0.1.2 |
| 988 | 2026-08-25T21:56:06.943Z | Downloaded num v0.4.3 |
| 989 | 2026-08-25T21:56:06.943Z | Downloaded rustls-pemfile v2.2.0 |
| 990 | 2026-08-25T21:56:06.947Z | Downloaded tokio-util v0.7.18 |
| 991 | 2026-08-25T21:56:06.952Z | Downloaded linked-hash-map v0.5.6 |
| 992 | 2026-08-25T21:56:06.955Z | Downloaded managed v0.8.0 |
| 993 | 2026-08-25T21:56:06.955Z | Downloaded maplit v1.0.2 |
| 994 | 2026-08-25T21:56:06.955Z | Downloaded openssl-probe v0.1.6 |
| 995 | 2026-08-25T21:56:06.955Z | Downloaded tiny-keccak v2.0.2 |
| 996 | 2026-08-25T21:56:06.958Z | Downloaded schemars v0.9.0 |
| 997 | 2026-08-25T21:56:06.962Z | Downloaded parse-display v0.10.0 |
| 998 | 2026-08-25T21:56:06.965Z | Downloaded ron v0.8.1 |
| 999 | 2026-08-25T21:56:06.968Z | Downloaded tinystr v0.8.2 |
| 1000 | 2026-08-25T21:56:06.968Z | Downloaded icu_collections v2.1.1 |
| 1001 | 2026-08-25T21:56:06.971Z | Downloaded icu_locale_core v2.1.1 |
| 1002 | 2026-08-25T21:56:06.975Z | Downloaded cookie_store v0.22.1 |
| 1003 | 2026-08-25T21:56:06.975Z | Downloaded rand_chacha v0.9.0 |
| 1004 | 2026-08-25T21:56:06.978Z | Downloaded rsa v0.10.0-rc.18 |
| 1005 | 2026-08-25T21:56:06.981Z | Downloaded libscf-sys v1.2.0 |
| 1006 | 2026-08-25T21:56:06.981Z | Downloaded serde_tokenstream v0.3.0 |
| 1007 | 2026-08-25T21:56:06.981Z | Downloaded progenitor-macro v0.13.0 |
| 1008 | 2026-08-25T21:56:06.981Z | Downloaded unicase v2.9.0 |
| 1009 | 2026-08-25T21:56:06.981Z | Downloaded hyper v1.10.1 |
| 1010 | 2026-08-25T21:56:06.984Z | Downloaded slog-scope v4.4.1 |
| 1011 | 2026-08-25T21:56:06.987Z | Downloaded slog-json v2.6.1 |
| 1012 | 2026-08-25T21:56:06.988Z | Downloaded quinn-udp v0.5.14 |
| 1013 | 2026-08-25T21:56:06.988Z | Downloaded snafu v0.8.9 |
| 1014 | 2026-08-25T21:56:06.992Z | Downloaded ignore v0.4.25 |
| 1015 | 2026-08-25T21:56:06.996Z | Downloaded ryu v1.0.23 |
| 1016 | 2026-08-25T21:56:06.996Z | Downloaded rand_pcg v0.10.2 |
| 1017 | 2026-08-25T21:56:06.996Z | Downloaded similar v2.7.0 |
| 1018 | 2026-08-25T21:56:06.999Z | Downloaded rustc_version v0.1.7 |
| 1019 | 2026-08-25T21:56:06.999Z | Downloaded semver v0.1.20 |
| 1020 | 2026-08-25T21:56:06.999Z | Downloaded icu_properties v2.1.2 |
| 1021 | 2026-08-25T21:56:06.999Z | Downloaded aho-corasick v1.1.4 |
| 1022 | 2026-08-25T21:56:07.003Z | Downloaded rustc-hash v2.1.1 |
| 1023 | 2026-08-25T21:56:07.006Z | Downloaded pretty_assertions v1.4.1 |
| 1024 | 2026-08-25T21:56:07.006Z | Downloaded keccak v0.2.0 |
| 1025 | 2026-08-25T21:56:07.006Z | Downloaded rand v0.8.6 |
| 1026 | 2026-08-25T21:56:07.023Z | Downloaded usdt-impl v0.6.0 |
| 1027 | 2026-08-25T21:56:07.023Z | Downloaded constant_time_eq v0.4.2 |
| 1028 | 2026-08-25T21:56:07.023Z | Downloaded ref-cast-impl v1.0.25 |
| 1029 | 2026-08-25T21:56:07.023Z | Downloaded sync-ptr v0.1.4 |
| 1030 | 2026-08-25T21:56:07.023Z | Downloaded num-traits v0.2.19 |
| 1031 | 2026-08-25T21:56:07.023Z | Downloaded sha2 v0.11.0 |
| 1032 | 2026-08-25T21:56:07.023Z | Downloaded lru-slab v0.1.2 |
| 1033 | 2026-08-25T21:56:07.023Z | Downloaded qorb v0.4.1 |
| 1034 | 2026-08-25T21:56:07.023Z | Downloaded xshell-macros v0.2.7 |
| 1035 | 2026-08-25T21:56:07.023Z | Downloaded zerofrom v0.1.6 |
| 1036 | 2026-08-25T21:56:07.023Z | Downloaded parse-display-derive v0.10.0 |
| 1037 | 2026-08-25T21:56:07.023Z | Downloaded pin-project-internal v1.1.11 |
| 1038 | 2026-08-25T21:56:07.023Z | Downloaded winnow v0.6.26 |
| 1039 | 2026-08-25T21:56:07.028Z | Downloaded openssl-sys v0.9.117 |
| 1040 | 2026-08-25T21:56:07.028Z | Downloaded tinyvec v1.10.0 |
| 1041 | 2026-08-25T21:56:07.028Z | Downloaded typify v0.6.2 |
| 1042 | 2026-08-25T21:56:07.032Z | Downloaded parking_lot v0.12.5 |
| 1043 | 2026-08-25T21:56:07.032Z | Downloaded uuid v1.23.4 |
| 1044 | 2026-08-25T21:56:07.032Z | Downloaded ed25519 v2.2.3 |
| 1045 | 2026-08-25T21:56:07.035Z | Downloaded derive-ex v0.1.8 |
| 1046 | 2026-08-25T21:56:07.035Z | Downloaded document-features v0.2.12 |
| 1047 | 2026-08-25T21:56:07.035Z | Downloaded hkdf v0.13.0 |
| 1048 | 2026-08-25T21:56:07.038Z | Downloaded indoc v2.0.7 |
| 1049 | 2026-08-25T21:56:07.038Z | Downloaded r2d2 v0.8.10 |
| 1050 | 2026-08-25T21:56:07.038Z | Downloaded tinyvec_macros v0.1.1 |
| 1051 | 2026-08-25T21:56:07.038Z | Downloaded trait-variant v0.1.2 |
| 1052 | 2026-08-25T21:56:07.038Z | Downloaded h2 v0.4.15 |
| 1053 | 2026-08-25T21:56:07.041Z | Downloaded nom v8.0.0 |
| 1054 | 2026-08-25T21:56:07.045Z | Downloaded num-bigint-dig v0.8.6 |
| 1055 | 2026-08-25T21:56:07.048Z | Downloaded prefix-trie v0.7.0 |
| 1056 | 2026-08-25T21:56:07.048Z | Downloaded yasna v0.5.2 |
| 1057 | 2026-08-25T21:56:07.051Z | Downloaded zip v4.6.1 |
| 1058 | 2026-08-25T21:56:07.051Z | Downloaded rpassword v7.5.4 |
| 1059 | 2026-08-25T21:56:07.056Z | Downloaded seq-macro v0.3.6 |
| 1060 | 2026-08-25T21:56:07.056Z | Downloaded crypto-bigint v0.5.5 |
| 1061 | 2026-08-25T21:56:07.062Z | Downloaded progenitor-impl v0.13.0 |
| 1062 | 2026-08-25T21:56:07.062Z | Downloaded progenitor-impl v0.14.0 |
| 1063 | 2026-08-25T21:56:07.062Z | Downloaded jiff-static v0.2.34 |
| 1064 | 2026-08-25T21:56:07.062Z | Downloaded lazy_static v1.5.0 |
| 1065 | 2026-08-25T21:56:07.066Z | Downloaded num-conv v0.2.0 |
| 1066 | 2026-08-25T21:56:07.066Z | Downloaded indicatif v0.18.4 |
| 1067 | 2026-08-25T21:56:07.066Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1068 | 2026-08-25T21:56:07.066Z | Downloaded darling_macro v0.13.4 |
| 1069 | 2026-08-25T21:56:07.066Z | Downloaded serde-hex v0.1.0 |
| 1070 | 2026-08-25T21:56:07.066Z | Downloaded rustc-demangle v0.1.27 |
| 1071 | 2026-08-25T21:56:07.066Z | Downloaded serde_cbor v0.11.2 |
| 1072 | 2026-08-25T21:56:07.069Z | Downloaded spin v0.9.8 |
| 1073 | 2026-08-25T21:56:07.069Z | Downloaded aes-gcm v0.11.0 |
| 1074 | 2026-08-25T21:56:07.069Z | Downloaded ed25519-dalek v2.2.0 |
| 1075 | 2026-08-25T21:56:07.073Z | Downloaded serde_derive_internals v0.29.1 |
| 1076 | 2026-08-25T21:56:07.073Z | Downloaded openssl-probe v0.2.1 |
| 1077 | 2026-08-25T21:56:07.073Z | Downloaded spki v0.8.0 |
| 1078 | 2026-08-25T21:56:07.076Z | Downloaded psl-types v2.0.11 |
| 1079 | 2026-08-25T21:56:07.080Z | Downloaded sha1 v0.10.6 |
| 1080 | 2026-08-25T21:56:07.080Z | Downloaded postgres-protocol v0.6.10 |
| 1081 | 2026-08-25T21:56:07.083Z | Downloaded tokio-tungstenite v0.23.1 |
| 1082 | 2026-08-25T21:56:07.086Z | Downloaded p521 v0.14.0 |
| 1083 | 2026-08-25T21:56:07.090Z | Downloaded ecdsa v0.16.9 |
| 1084 | 2026-08-25T21:56:07.093Z | Downloaded tagptr v0.2.0 |
| 1085 | 2026-08-25T21:56:07.093Z | Downloaded signal-hook-tokio v0.3.1 |
| 1086 | 2026-08-25T21:56:07.093Z | Downloaded strsim v0.10.0 |
| 1087 | 2026-08-25T21:56:07.097Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1088 | 2026-08-25T21:56:07.097Z | Downloaded secrecy v0.8.0 |
| 1089 | 2026-08-25T21:56:07.101Z | Downloaded crossterm v0.28.1 |
| 1090 | 2026-08-25T21:56:07.110Z | Downloaded packed_struct_codegen v0.10.1 |
| 1091 | 2026-08-25T21:56:07.113Z | Downloaded internet-checksum v0.2.1 |
| 1092 | 2026-08-25T21:56:07.117Z | Downloaded hyper-tls v0.6.0 |
| 1093 | 2026-08-25T21:56:07.121Z | Downloaded xattr v1.6.1 |
| 1094 | 2026-08-25T21:56:07.121Z | Downloaded smallvec v1.15.1 |
| 1095 | 2026-08-25T21:56:07.125Z | Downloaded elliptic-curve v0.13.8 |
| 1096 | 2026-08-25T21:56:07.128Z | Downloaded vsss-rs v3.3.4 |
| 1097 | 2026-08-25T21:56:07.131Z | Downloaded term v1.2.1 |
| 1098 | 2026-08-25T21:56:07.135Z | Downloaded psm v0.1.30 |
| 1099 | 2026-08-25T21:56:07.138Z | Downloaded progenitor-client v0.14.0 |
| 1100 | 2026-08-25T21:56:07.141Z | Downloaded scroll_derive v0.13.1 |
| 1101 | 2026-08-25T21:56:07.141Z | Downloaded universal-hash v0.6.1 |
| 1102 | 2026-08-25T21:56:07.144Z | Downloaded indent_write v2.2.0 |
| 1103 | 2026-08-25T21:56:07.144Z | Downloaded progenitor-extras v0.2.0 |
| 1104 | 2026-08-25T21:56:07.148Z | Downloaded reqwest v0.13.2 |
| 1105 | 2026-08-25T21:56:07.151Z | Downloaded libm v0.2.16 |
| 1106 | 2026-08-25T21:56:07.154Z | Downloaded ident_case v1.0.1 |
| 1107 | 2026-08-25T21:56:07.154Z | Downloaded serde_with v1.14.0 |
| 1108 | 2026-08-25T21:56:07.158Z | Downloaded prettyplease v0.2.37 |
| 1109 | 2026-08-25T21:56:07.161Z | Downloaded sqlformat v0.3.5 |
| 1110 | 2026-08-25T21:56:07.161Z | Downloaded zerovec-derive v0.11.2 |
| 1111 | 2026-08-25T21:56:07.161Z | Downloaded dyn-clone v1.0.20 |
| 1112 | 2026-08-25T21:56:07.161Z | Downloaded embedded-io v0.4.0 |
| 1113 | 2026-08-25T21:56:07.165Z | Downloaded postcard v1.1.3 |
| 1114 | 2026-08-25T21:56:07.165Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1115 | 2026-08-25T21:56:07.165Z | Downloaded daft v0.1.8 |
| 1116 | 2026-08-25T21:56:07.169Z | Downloaded tower-service v0.3.3 |
| 1117 | 2026-08-25T21:56:07.172Z | Downloaded iana-time-zone v0.1.65 |
| 1118 | 2026-08-25T21:56:07.172Z | Downloaded ipnet v2.12.0 |
| 1119 | 2026-08-25T21:56:07.175Z | Downloaded structmeta v0.3.0 |
| 1120 | 2026-08-25T21:56:07.176Z | Downloaded tabwriter v1.4.1 |
| 1121 | 2026-08-25T21:56:07.176Z | Downloaded defmt v1.0.1 |
| 1122 | 2026-08-25T21:56:07.179Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1123 | 2026-08-25T21:56:07.179Z | Downloaded serde_repr v0.1.20 |
| 1124 | 2026-08-25T21:56:07.179Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1125 | 2026-08-25T21:56:07.179Z | Downloaded linear-map v1.2.0 |
| 1126 | 2026-08-25T21:56:07.185Z | Downloaded ingot v0.2.1 |
| 1127 | 2026-08-25T21:56:07.188Z | Downloaded peg-runtime v0.8.5 |
| 1128 | 2026-08-25T21:56:07.188Z | Downloaded precomputed-hash v0.1.1 |
| 1129 | 2026-08-25T21:56:07.188Z | Downloaded typify-macro v0.6.2 |
| 1130 | 2026-08-25T21:56:07.192Z | Downloaded primeorder v0.13.6 |
| 1131 | 2026-08-25T21:56:07.192Z | Downloaded zopfli v0.8.3 |
| 1132 | 2026-08-25T21:56:07.195Z | Downloaded keccak v0.1.6 |
| 1133 | 2026-08-25T21:56:07.195Z | Downloaded new_debug_unreachable v1.0.6 |
| 1134 | 2026-08-25T21:56:07.195Z | Downloaded russh-util v0.52.0 |
| 1135 | 2026-08-25T21:56:07.198Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1136 | 2026-08-25T21:56:07.201Z | Downloaded indexmap v1.9.3 |
| 1137 | 2026-08-25T21:56:07.205Z | Downloaded slog-stdlog v4.1.1 |
| 1138 | 2026-08-25T21:56:07.208Z | Downloaded tls_codec_derive v0.4.2 |
| 1139 | 2026-08-25T21:56:07.208Z | Downloaded vergen-git2 v9.1.0 |
| 1140 | 2026-08-25T21:56:07.209Z | Downloaded progenitor-client v0.13.0 |
| 1141 | 2026-08-25T21:56:07.212Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-08-25T21:56:07.212Z | Downloaded sha1 v0.11.0 |
| 1143 | 2026-08-25T21:56:07.212Z | Downloaded openssl-macros v0.1.1 |
| 1144 | 2026-08-25T21:56:07.215Z | Downloaded rawzip v0.4.4 |
| 1145 | 2026-08-25T21:56:07.219Z | Downloaded const_format_proc_macros v0.2.34 |
| 1146 | 2026-08-25T21:56:07.222Z | Downloaded dropshot-api-manager v0.8.0 |
| 1147 | 2026-08-25T21:56:07.225Z | Downloaded tower-http v0.6.8 |
| 1148 | 2026-08-25T21:56:07.231Z | Downloaded mime v0.3.17 |
| 1149 | 2026-08-25T21:56:07.234Z | Downloaded native-tls v0.2.18 |
| 1150 | 2026-08-25T21:56:07.234Z | Downloaded num-rational v0.4.2 |
| 1151 | 2026-08-25T21:56:07.234Z | Downloaded git2 v0.20.4 |
| 1152 | 2026-08-25T21:56:07.238Z | Downloaded termtree v0.5.1 |
| 1153 | 2026-08-25T21:56:07.241Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1154 | 2026-08-25T21:56:07.241Z | Downloaded module-lattice v0.2.3 |
| 1155 | 2026-08-25T21:56:07.245Z | Downloaded simd-adler32 v0.3.8 |
| 1156 | 2026-08-25T21:56:07.252Z | Downloaded num_enum_derive v0.7.6 |
| 1157 | 2026-08-25T21:56:07.255Z | Downloaded dtrace-parser v0.3.0 |
| 1158 | 2026-08-25T21:56:07.263Z | Downloaded miette v7.6.0 |
| 1159 | 2026-08-25T21:56:07.263Z | Downloaded shlex v1.3.0 |
| 1160 | 2026-08-25T21:56:07.263Z | Downloaded termios v0.3.3 |
| 1161 | 2026-08-25T21:56:07.270Z | Downloaded libsw-core v0.3.2 |
| 1162 | 2026-08-25T21:56:07.270Z | Downloaded paste v1.0.15 |
| 1163 | 2026-08-25T21:56:07.277Z | Downloaded reedline v0.40.0 |
| 1164 | 2026-08-25T21:56:07.277Z | Downloaded steno v0.4.1 |
| 1165 | 2026-08-25T21:56:07.277Z | Downloaded darling v0.13.4 |
| 1166 | 2026-08-25T21:56:07.277Z | Downloaded port-file v0.1.0 |
| 1167 | 2026-08-25T21:56:07.281Z | Downloaded tower-layer v0.3.3 |
| 1168 | 2026-08-25T21:56:07.281Z | Downloaded cookie v0.18.1 |
| 1169 | 2026-08-25T21:56:07.281Z | Downloaded void v1.0.2 |
| 1170 | 2026-08-25T21:56:07.284Z | Downloaded recursive v0.1.1 |
| 1171 | 2026-08-25T21:56:07.284Z | Downloaded shell-words v1.1.1 |
| 1172 | 2026-08-25T21:56:07.285Z | Downloaded sync_wrapper v1.0.2 |
| 1173 | 2026-08-25T21:56:07.288Z | Downloaded rand_seeder v0.4.0 |
| 1174 | 2026-08-25T21:56:07.288Z | Downloaded zerotrie v0.2.3 |
| 1175 | 2026-08-25T21:56:07.291Z | Downloaded spki v0.7.3 |
| 1176 | 2026-08-25T21:56:07.291Z | Downloaded ssh-cipher v0.3.0 |
| 1177 | 2026-08-25T21:56:07.294Z | Downloaded tungstenite v0.23.0 |
| 1178 | 2026-08-25T21:56:07.295Z | Downloaded serde_spanned v1.1.1 |
| 1179 | 2026-08-25T21:56:07.298Z | Downloaded critical-section v1.2.0 |
| 1180 | 2026-08-25T21:56:07.298Z | Downloaded digest v0.11.3 |
| 1181 | 2026-08-25T21:56:07.301Z | Downloaded darling_macro v0.23.0 |
| 1182 | 2026-08-25T21:56:07.304Z | Downloaded itertools v0.15.0 |
| 1183 | 2026-08-25T21:56:07.307Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1184 | 2026-08-25T21:56:07.307Z | Downloaded der v0.7.10 |
| 1185 | 2026-08-25T21:56:07.312Z | Downloaded crypto-primes v0.7.2 |
| 1186 | 2026-08-25T21:56:07.316Z | Downloaded crossbeam-channel v0.5.15 |
| 1187 | 2026-08-25T21:56:07.316Z | Downloaded crossbeam-deque v0.8.6 |
| 1188 | 2026-08-25T21:56:07.316Z | Downloaded p256 v0.14.0 |
| 1189 | 2026-08-25T21:56:07.321Z | Downloaded miniz_oxide v0.8.9 |
| 1190 | 2026-08-25T21:56:07.325Z | Downloaded primefield v0.14.0 |
| 1191 | 2026-08-25T21:56:07.325Z | Downloaded sapling-renderdag v0.1.0 |
| 1192 | 2026-08-25T21:56:07.325Z | Downloaded crc32fast v1.5.0 |
| 1193 | 2026-08-25T21:56:07.325Z | Downloaded digest-io v0.1.0 |
| 1194 | 2026-08-25T21:56:07.328Z | Downloaded drift v0.2.0 |
| 1195 | 2026-08-25T21:56:07.334Z | Downloaded diff v0.1.13 |
| 1196 | 2026-08-25T21:56:07.339Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1197 | 2026-08-25T21:56:07.342Z | Downloaded rustls-native-certs v0.8.3 |
| 1198 | 2026-08-25T21:56:07.345Z | Downloaded rustyline v14.0.0 |
| 1199 | 2026-08-25T21:56:07.349Z | Downloaded phf_shared v0.12.1 |
| 1200 | 2026-08-25T21:56:07.349Z | Downloaded rand_chacha v0.3.1 |
| 1201 | 2026-08-25T21:56:07.354Z | Downloaded siphasher v1.0.2 |
| 1202 | 2026-08-25T21:56:07.354Z | Downloaded zone v0.3.1 |
| 1203 | 2026-08-25T21:56:07.354Z | Downloaded defmt-macros v1.0.1 |
| 1204 | 2026-08-25T21:56:07.358Z | Downloaded tough v0.22.0 |
| 1205 | 2026-08-25T21:56:07.362Z | Downloaded aws-lc-rs v1.16.3 |
| 1206 | 2026-08-25T21:56:07.371Z | Downloaded walkdir v2.5.0 |
| 1207 | 2026-08-25T21:56:07.371Z | Downloaded libsw v3.5.0 |
| 1208 | 2026-08-25T21:56:07.371Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1209 | 2026-08-25T21:56:07.371Z | Downloaded url v2.5.8 |
| 1210 | 2026-08-25T21:56:07.371Z | Downloaded libxml v0.3.3 |
| 1211 | 2026-08-25T21:56:07.375Z | Downloaded poly1305 v0.8.0 |
| 1212 | 2026-08-25T21:56:07.375Z | Downloaded toml v0.7.8 |
| 1213 | 2026-08-25T21:56:07.375Z | Downloaded nom v7.1.3 |
| 1214 | 2026-08-25T21:56:07.379Z | Downloaded typed-path v0.9.3 |
| 1215 | 2026-08-25T21:56:07.384Z | Downloaded oxide-update-engine v0.1.2 |
| 1216 | 2026-08-25T21:56:07.384Z | Downloaded goblin v0.10.5 |
| 1217 | 2026-08-25T21:56:07.388Z | Downloaded untrusted v0.9.0 |
| 1218 | 2026-08-25T21:56:07.388Z | Downloaded zstd v0.13.3 |
| 1219 | 2026-08-25T21:56:07.388Z | Downloaded jobserver v0.1.34 |
| 1220 | 2026-08-25T21:56:07.388Z | Downloaded x509-cert v0.2.5 |
| 1221 | 2026-08-25T21:56:07.392Z | Downloaded daft-derive v0.1.8 |
| 1222 | 2026-08-25T21:56:07.396Z | Downloaded packed_struct v0.10.1 |
| 1223 | 2026-08-25T21:56:07.396Z | Downloaded yoke v0.8.1 |
| 1224 | 2026-08-25T21:56:07.396Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1225 | 2026-08-25T21:56:07.400Z | Downloaded tokio-tungstenite v0.21.0 |
| 1226 | 2026-08-25T21:56:07.400Z | Downloaded vergen v9.1.0 |
| 1227 | 2026-08-25T21:56:07.400Z | Downloaded slab v0.4.12 |
| 1228 | 2026-08-25T21:56:07.403Z | Downloaded rand_core v0.6.4 |
| 1229 | 2026-08-25T21:56:07.408Z | Downloaded p384 v0.14.0 |
| 1230 | 2026-08-25T21:56:07.411Z | Downloaded miette-derive v7.6.0 |
| 1231 | 2026-08-25T21:56:07.411Z | Downloaded zstd-safe v7.2.4 |
| 1232 | 2026-08-25T21:56:07.411Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1233 | 2026-08-25T21:56:07.415Z | Downloaded darling_core v0.13.4 |
| 1234 | 2026-08-25T21:56:07.415Z | Downloaded publicsuffix v2.3.0 |
| 1235 | 2026-08-25T21:56:07.415Z | Downloaded num_enum v0.7.6 |
| 1236 | 2026-08-25T21:56:07.427Z | Downloaded icu_normalizer_data v2.1.1 |
| 1237 | 2026-08-25T21:56:07.432Z | Downloaded zerocopy v0.6.6 |
| 1238 | 2026-08-25T21:56:07.432Z | Downloaded phc v0.6.1 |
| 1239 | 2026-08-25T21:56:07.432Z | Downloaded unicode-bidi v0.3.18 |
| 1240 | 2026-08-25T21:56:07.438Z | Downloaded toml_edit v0.19.15 |
| 1241 | 2026-08-25T21:56:07.446Z | Downloaded zerovec v0.11.5 |
| 1242 | 2026-08-25T21:56:07.449Z | Downloaded displaydoc v0.2.5 |
| 1243 | 2026-08-25T21:56:07.466Z | Downloaded iri-string v0.7.10 |
| 1244 | 2026-08-25T21:56:07.470Z | Downloaded zlib-rs v0.6.2 |
| 1245 | 2026-08-25T21:56:07.470Z | Downloaded des v0.9.0 |
| 1246 | 2026-08-25T21:56:07.470Z | Downloaded tower v0.5.3 |
| 1247 | 2026-08-25T21:56:07.475Z | Downloaded bitvec v1.0.1 |
| 1248 | 2026-08-25T21:56:07.486Z | Downloaded sha3 v0.12.0 |
| 1249 | 2026-08-25T21:56:07.489Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1250 | 2026-08-25T21:56:07.489Z | Downloaded der v0.8.0 |
| 1251 | 2026-08-25T21:56:07.489Z | Downloaded quick-xml v0.37.5 |
| 1252 | 2026-08-25T21:56:07.493Z | Downloaded schemars v0.8.22 |
| 1253 | 2026-08-25T21:56:07.498Z | Downloaded darling_core v0.20.11 |
| 1254 | 2026-08-25T21:56:07.502Z | Downloaded diesel_derives v2.3.7 |
| 1255 | 2026-08-25T21:56:07.505Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1256 | 2026-08-25T21:56:07.505Z | Downloaded mio v1.2.0 |
| 1257 | 2026-08-25T21:56:07.509Z | Downloaded salty v0.3.0 |
| 1258 | 2026-08-25T21:56:07.512Z | Downloaded num-bigint v0.4.6 |
| 1259 | 2026-08-25T21:56:07.515Z | Downloaded rsa v0.9.10 |
| 1260 | 2026-08-25T21:56:07.518Z | Downloaded scuffle v0.1.0 |
| 1261 | 2026-08-25T21:56:07.521Z | Downloaded idna v1.1.0 |
| 1262 | 2026-08-25T21:56:07.522Z | Downloaded gimli v0.32.3 |
| 1263 | 2026-08-25T21:56:07.526Z | Downloaded darling_core v0.21.3 |
| 1264 | 2026-08-25T21:56:07.531Z | Downloaded jiff-core v0.1.0 |
| 1265 | 2026-08-25T21:56:07.534Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-08-25T21:56:07.537Z | Downloaded winnow v1.0.3 |
| 1267 | 2026-08-25T21:56:07.541Z | Downloaded rayon v1.11.0 |
| 1268 | 2026-08-25T21:56:07.546Z | Downloaded russh v0.62.4 |
| 1269 | 2026-08-25T21:56:07.552Z | Downloaded portable-atomic v1.13.1 |
| 1270 | 2026-08-25T21:56:07.556Z | Downloaded serde_with v3.21.0 |
| 1271 | 2026-08-25T21:56:07.564Z | Downloaded derive_more-impl v2.1.1 |
| 1272 | 2026-08-25T21:56:07.569Z | Downloaded blake3 v1.8.5 |
| 1273 | 2026-08-25T21:56:07.573Z | Downloaded rand v0.9.2 |
| 1274 | 2026-08-25T21:56:07.577Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1275 | 2026-08-25T21:56:07.580Z | Downloaded proptest v1.11.0 |
| 1276 | 2026-08-25T21:56:07.584Z | Downloaded time v0.3.47 |
| 1277 | 2026-08-25T21:56:07.594Z | Downloaded unicode-normalization v0.1.25 |
| 1278 | 2026-08-25T21:56:07.597Z | Downloaded quinn-proto v0.11.16 |
| 1279 | 2026-08-25T21:56:07.597Z | Downloaded hyper-util v0.1.20 |
| 1280 | 2026-08-25T21:56:07.601Z | Downloaded minimal-lexical v0.2.1 |
| 1281 | 2026-08-25T21:56:07.604Z | Downloaded unicode-segmentation v1.12.0 |
| 1282 | 2026-08-25T21:56:07.607Z | Downloaded iddqd v0.4.2 |
| 1283 | 2026-08-25T21:56:07.610Z | Downloaded regex v1.12.3 |
| 1284 | 2026-08-25T21:56:07.614Z | Downloaded crossterm v0.29.0 |
| 1285 | 2026-08-25T21:56:07.617Z | Downloaded itertools v0.12.1 |
| 1286 | 2026-08-25T21:56:07.620Z | Downloaded moka v0.12.13 |
| 1287 | 2026-08-25T21:56:07.624Z | Downloaded p384 v0.13.1 |
| 1288 | 2026-08-25T21:56:07.629Z | Downloaded regex-syntax v0.6.29 |
| 1289 | 2026-08-25T21:56:07.632Z | Downloaded vcpkg v0.2.15 |
| 1290 | 2026-08-25T21:56:07.654Z | Downloaded icu_properties_data v2.1.2 |
| 1291 | 2026-08-25T21:56:07.660Z | Downloaded openssl v0.10.80 |
| 1292 | 2026-08-25T21:56:07.665Z | Downloaded tabled v0.21.0 |
| 1293 | 2026-08-25T21:56:07.675Z | Downloaded reqwest v0.12.28 |
| 1294 | 2026-08-25T21:56:07.699Z | Downloaded zerocopy v0.8.55 |
| 1295 | 2026-08-25T21:56:07.710Z | Downloaded hickory-proto v0.25.2 |
| 1296 | 2026-08-25T21:56:07.719Z | Downloaded itertools v0.13.0 |
| 1297 | 2026-08-25T21:56:07.725Z | Downloaded hickory-proto v0.24.4 |
| 1298 | 2026-08-25T21:56:07.733Z | Downloaded itertools v0.14.0 |
| 1299 | 2026-08-25T21:56:07.741Z | Downloaded radix_trie v0.2.1 |
| 1300 | 2026-08-25T21:56:07.741Z | Downloaded openapiv3 v2.2.0 |
| 1301 | 2026-08-25T21:56:07.746Z | Downloaded bstr v1.12.1 |
| 1302 | 2026-08-25T21:56:07.749Z | Downloaded object v0.37.3 |
| 1303 | 2026-08-25T21:56:07.755Z | Downloaded regress v0.10.5 |
| 1304 | 2026-08-25T21:56:07.762Z | Downloaded crypto-bigint v0.7.5 |
| 1305 | 2026-08-25T21:56:07.771Z | Downloaded curve25519-dalek v4.1.3 |
| 1306 | 2026-08-25T21:56:07.776Z | Downloaded lalrpop v0.19.12 |
| 1307 | 2026-08-25T21:56:07.783Z | Downloaded object v0.30.4 |
| 1308 | 2026-08-25T21:56:07.790Z | Downloaded rustls v0.23.41 |
| 1309 | 2026-08-25T21:56:07.798Z | Downloaded petname v2.0.2 |
| 1310 | 2026-08-25T21:56:07.811Z | Downloaded regex-syntax v0.8.10 |
| 1311 | 2026-08-25T21:56:07.824Z | Downloaded smoltcp v0.9.1 |
| 1312 | 2026-08-25T21:56:07.830Z | Downloaded nix v0.28.0 |
| 1313 | 2026-08-25T21:56:07.850Z | Downloaded nix v0.31.2 |
| 1314 | 2026-08-25T21:56:07.855Z | Downloaded syn v3.0.3 |
| 1315 | 2026-08-25T21:56:07.861Z | Downloaded sqlparser v0.61.0 |
| 1316 | 2026-08-25T21:56:07.867Z | Downloaded polar-core v0.27.3 |
| 1317 | 2026-08-25T21:56:07.875Z | Downloaded regress v0.11.1 |
| 1318 | 2026-08-25T21:56:07.892Z | Downloaded nix v0.27.1 |
| 1319 | 2026-08-25T21:56:07.897Z | Downloaded rustix v0.38.44 |
| 1320 | 2026-08-25T21:56:07.906Z | Downloaded typify-impl v0.6.2 |
| 1321 | 2026-08-25T21:56:07.914Z | Downloaded dropshot v0.17.1 |
| 1322 | 2026-08-25T21:56:07.926Z | Downloaded curve25519-dalek v5.0.0 |
| 1323 | 2026-08-25T21:56:07.933Z | Downloaded smoltcp v0.11.0 |
| 1324 | 2026-08-25T21:56:07.967Z | Downloaded petgraph v0.6.5 |
| 1325 | 2026-08-25T21:56:07.978Z | Downloaded sled v0.34.7 |
| 1326 | 2026-08-25T21:56:07.983Z | Downloaded tracing v0.1.44 |
| 1327 | 2026-08-25T21:56:07.995Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1328 | 2026-08-25T21:56:08.005Z | Downloaded sha3 v0.11.0 |
| 1329 | 2026-08-25T21:56:08.010Z | Downloaded diesel v2.3.7 |
| 1330 | 2026-08-25T21:56:08.031Z | Downloaded ratatui v0.29.0 |
| 1331 | 2026-08-25T21:56:08.044Z | Downloaded csv v1.4.0 |
| 1332 | 2026-08-25T21:56:08.055Z | Downloaded petgraph v0.8.3 |
| 1333 | 2026-08-25T21:56:08.068Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1334 | 2026-08-25T21:56:08.075Z | Downloaded regex-automata v0.4.14 |
| 1335 | 2026-08-25T21:56:08.083Z | Downloaded zerocopy-derive v0.6.6 |
| 1336 | 2026-08-25T21:56:08.088Z | Downloaded jiff v0.2.34 |
| 1337 | 2026-08-25T21:56:08.097Z | Downloaded tokio v1.52.1 |
| 1338 | 2026-08-25T21:56:08.119Z | Downloaded chrono-tz v0.10.4 |
| 1339 | 2026-08-25T21:56:08.136Z | Downloaded encoding_rs v0.8.35 |
| 1340 | 2026-08-25T21:56:08.148Z | Downloaded sha3 v0.10.8 |
| 1341 | 2026-08-25T21:56:08.153Z | Downloaded libz-sys v1.1.24 |
| 1342 | 2026-08-25T21:56:08.172Z | Downloaded ring v0.17.14 |
| 1343 | 2026-08-25T21:56:08.196Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1344 | 2026-08-25T21:56:08.759Z | Downloaded aws-lc-sys v0.40.0 |
| 1345 | 2026-08-25T21:56:09.013Z | Compiling serde_core v1.0.228 |
| 1346 | 2026-08-25T21:56:09.013Z | Compiling libc v0.2.185 |
| 1347 | 2026-08-25T21:56:09.013Z | Compiling serde v1.0.228 |
| 1348 | 2026-08-25T21:56:09.017Z | Compiling log v0.4.33 |
| 1349 | 2026-08-25T21:56:09.017Z | Compiling smallvec v1.15.1 |
| 1350 | 2026-08-25T21:56:09.017Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-08-25T21:56:09.017Z | Compiling shlex v1.3.0 |
| 1352 | 2026-08-25T21:56:09.158Z | Compiling syn v2.0.117 |
| 1353 | 2026-08-25T21:56:09.344Z | Compiling subtle v2.6.1 |
| 1354 | 2026-08-25T21:56:09.389Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-08-25T21:56:09.412Z | Compiling typenum v1.20.1 |
| 1356 | 2026-08-25T21:56:09.457Z | Compiling stable_deref_trait v1.2.1 |
| 1357 | 2026-08-25T21:56:09.484Z | Compiling lock_api v0.4.14 |
| 1358 | 2026-08-25T21:56:09.499Z | Compiling zerocopy v0.8.55 |
| 1359 | 2026-08-25T21:56:09.526Z | Compiling portable-atomic v1.13.1 |
| 1360 | 2026-08-25T21:56:09.539Z | Compiling serde_json v1.0.151 |
| 1361 | 2026-08-25T21:56:09.702Z | Compiling critical-section v1.2.0 |
| 1362 | 2026-08-25T21:56:09.741Z | Compiling libm v0.2.16 |
| 1363 | 2026-08-25T21:56:09.807Z | Compiling num-traits v0.2.19 |
| 1364 | 2026-08-25T21:56:09.920Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-08-25T21:56:09.966Z | Compiling errno v0.3.14 |
| 1366 | 2026-08-25T21:56:09.988Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-08-25T21:56:10.042Z | Compiling getrandom v0.2.17 |
| 1368 | 2026-08-25T21:56:10.188Z | Compiling cc v1.2.56 |
| 1369 | 2026-08-25T21:56:10.259Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-08-25T21:56:10.454Z | Compiling generic-array v0.14.7 |
| 1371 | 2026-08-25T21:56:10.516Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-08-25T21:56:10.535Z | Compiling pin-project-lite v0.2.17 |
| 1373 | 2026-08-25T21:56:10.586Z | Compiling getrandom v0.4.3 |
| 1374 | 2026-08-25T21:56:10.631Z | Compiling parking_lot_core v0.9.12 |
| 1375 | 2026-08-25T21:56:10.648Z | Compiling const-oid v0.9.6 |
| 1376 | 2026-08-25T21:56:10.774Z | Compiling rand_core v0.10.0 |
| 1377 | 2026-08-25T21:56:11.172Z | Compiling bitflags v2.11.0 |
| 1378 | 2026-08-25T21:56:11.214Z | Compiling signal-hook-registry v1.4.8 |
| 1379 | 2026-08-25T21:56:11.283Z | Compiling litemap v0.8.1 |
| 1380 | 2026-08-25T21:56:11.368Z | Compiling writeable v0.6.2 |
| 1381 | 2026-08-25T21:56:11.392Z | Compiling futures-core v0.3.32 |
| 1382 | 2026-08-25T21:56:11.471Z | Compiling percent-encoding v2.3.2 |
| 1383 | 2026-08-25T21:56:11.485Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-25T21:56:11.485Z | Compiling parking_lot v0.12.5 |
| 1385 | 2026-08-25T21:56:11.544Z | Compiling mio v1.2.0 |
| 1386 | 2026-08-25T21:56:11.559Z | Compiling icu_normalizer_data v2.1.1 |
| 1387 | 2026-08-25T21:56:11.759Z | Compiling icu_properties_data v2.1.2 |
| 1388 | 2026-08-25T21:56:11.796Z | Compiling socket2 v0.6.3 |
| 1389 | 2026-08-25T21:56:11.911Z | Compiling rustix v1.1.4 |
| 1390 | 2026-08-25T21:56:11.936Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-08-25T21:56:11.969Z | Compiling futures-sink v0.3.32 |
| 1392 | 2026-08-25T21:56:11.984Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-08-25T21:56:12.127Z | Compiling indexmap v2.14.0 |
| 1394 | 2026-08-25T21:56:12.213Z | Compiling futures-channel v0.3.32 |
| 1395 | 2026-08-25T21:56:12.229Z | Compiling futures-io v0.3.32 |
| 1396 | 2026-08-25T21:56:12.386Z | Compiling slab v0.4.12 |
| 1397 | 2026-08-25T21:56:12.437Z | Compiling futures-task v0.3.32 |
| 1398 | 2026-08-25T21:56:12.453Z | Compiling utf8_iter v1.0.4 |
| 1399 | 2026-08-25T21:56:12.566Z | Compiling form_urlencoded v1.2.2 |
| 1400 | 2026-08-25T21:56:12.595Z | Compiling rustversion v1.0.22 |
| 1401 | 2026-08-25T21:56:12.608Z | Compiling base64ct v1.8.3 |
| 1402 | 2026-08-25T21:56:12.611Z | Compiling iana-time-zone v0.1.65 |
| 1403 | 2026-08-25T21:56:12.746Z | Compiling cmake v0.1.57 |
| 1404 | 2026-08-25T21:56:12.802Z | Compiling ident_case v1.0.1 |
| 1405 | 2026-08-25T21:56:12.819Z | Compiling fs_extra v1.3.0 |
| 1406 | 2026-08-25T21:56:12.855Z | Compiling pem-rfc7468 v0.7.0 |
| 1407 | 2026-08-25T21:56:12.898Z | Compiling regex-syntax v0.8.10 |
| 1408 | 2026-08-25T21:56:12.929Z | Compiling dunce v1.0.5 |
| 1409 | 2026-08-25T21:56:13.029Z | Compiling flagset v0.4.7 |
| 1410 | 2026-08-25T21:56:13.087Z | Compiling rand_core v0.9.5 |
| 1411 | 2026-08-25T21:56:13.142Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-25T21:56:13.164Z | Compiling uuid v1.23.4 |
| 1413 | 2026-08-25T21:56:13.168Z | Compiling base64 v0.22.1 |
| 1414 | 2026-08-25T21:56:13.366Z | Compiling vcpkg v0.2.15 |
| 1415 | 2026-08-25T21:56:13.508Z | Compiling syn v1.0.109 |
| 1416 | 2026-08-25T21:56:13.579Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-08-25T21:56:13.654Z | Compiling rustc_version v0.4.1 |
| 1418 | 2026-08-25T21:56:13.736Z | Compiling serde_derive v1.0.228 |
| 1419 | 2026-08-25T21:56:13.818Z | Compiling zeroize_derive v1.5.0 |
| 1420 | 2026-08-25T21:56:13.867Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-08-25T21:56:13.984Z | Compiling zerocopy-derive v0.8.55 |
| 1422 | 2026-08-25T21:56:14.106Z | Compiling yoke-derive v0.8.1 |
| 1423 | 2026-08-25T21:56:14.476Z | Compiling zerovec-derive v0.11.2 |
| 1424 | 2026-08-25T21:56:14.490Z | Compiling displaydoc v0.2.5 |
| 1425 | 2026-08-25T21:56:15.250Z | Compiling tokio-macros v2.7.0 |
| 1426 | 2026-08-25T21:56:15.265Z | Compiling futures-macro v0.3.32 |
| 1427 | 2026-08-25T21:56:15.296Z | Compiling thiserror-impl v2.0.18 |
| 1428 | 2026-08-25T21:56:15.296Z | Compiling zerofrom v0.1.6 |
| 1429 | 2026-08-25T21:56:15.442Z | Compiling yoke v0.8.1 |
| 1430 | 2026-08-25T21:56:15.611Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-08-25T21:56:15.632Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-08-25T21:56:15.938Z | Compiling der_derive v0.7.3 |
| 1433 | 2026-08-25T21:56:16.001Z | Compiling openssl-sys v0.9.117 |
| 1434 | 2026-08-25T21:56:16.085Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-08-25T21:56:16.133Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-08-25T21:56:16.292Z | Compiling icu_locale_core v2.1.1 |
| 1437 | 2026-08-25T21:56:16.304Z | Compiling icu_collections v2.1.1 |
| 1438 | 2026-08-25T21:56:16.519Z | Compiling futures-util v0.3.32 |
| 1439 | 2026-08-25T21:56:16.677Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-08-25T21:56:16.814Z | Compiling tracing-attributes v0.1.31 |
| 1441 | 2026-08-25T21:56:16.836Z | Compiling tracing-core v0.1.36 |
| 1442 | 2026-08-25T21:56:16.937Z | Compiling icu_provider v2.1.1 |
| 1443 | 2026-08-25T21:56:17.182Z | Compiling icu_normalizer v2.1.1 |
| 1444 | 2026-08-25T21:56:17.233Z | Compiling icu_properties v2.1.2 |
| 1445 | 2026-08-25T21:56:17.367Z | Compiling zeroize v1.9.0 |
| 1446 | 2026-08-25T21:56:17.381Z | Compiling bytes v1.11.1 |
| 1447 | 2026-08-25T21:56:17.719Z | Compiling chrono v0.4.45 |
| 1448 | 2026-08-25T21:56:17.996Z | Compiling tokio v1.52.1 |
| 1449 | 2026-08-25T21:56:18.121Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-08-25T21:56:18.145Z | Compiling crypto-common v0.1.7 |
| 1451 | 2026-08-25T21:56:18.295Z | Compiling digest v0.10.7 |
| 1452 | 2026-08-25T21:56:18.304Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-08-25T21:56:18.322Z | Compiling der v0.7.10 |
| 1454 | 2026-08-25T21:56:18.443Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-08-25T21:56:18.555Z | Compiling idna v1.1.0 |
| 1456 | 2026-08-25T21:56:18.585Z | Compiling http v1.4.2 |
| 1457 | 2026-08-25T21:56:18.767Z | Compiling rand_chacha v0.9.0 |
| 1458 | 2026-08-25T21:56:18.867Z | Compiling url v2.5.8 |
| 1459 | 2026-08-25T21:56:19.081Z | Compiling cpufeatures v0.2.17 |
| 1460 | 2026-08-25T21:56:19.159Z | Compiling spki v0.7.3 |
| 1461 | 2026-08-25T21:56:19.196Z | Compiling dyn-clone v1.0.20 |
| 1462 | 2026-08-25T21:56:19.334Z | Compiling simd-adler32 v0.3.8 |
| 1463 | 2026-08-25T21:56:19.366Z | Compiling schemars v0.8.22 |
| 1464 | 2026-08-25T21:56:19.449Z | Compiling aws-lc-rs v1.16.3 |
| 1465 | 2026-08-25T21:56:19.472Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-08-25T21:56:19.503Z | Compiling http-body v1.0.1 |
| 1467 | 2026-08-25T21:56:19.569Z | Compiling rand v0.9.2 |
| 1468 | 2026-08-25T21:56:19.583Z | Compiling tracing v0.1.44 |
| 1469 | 2026-08-25T21:56:19.643Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-08-25T21:56:19.731Z | Compiling schemars_derive v0.8.22 |
| 1471 | 2026-08-25T21:56:19.831Z | Compiling spin v0.9.8 |
| 1472 | 2026-08-25T21:56:20.021Z | Compiling httparse v1.10.1 |
| 1473 | 2026-08-25T21:56:20.036Z | Compiling cmov v0.5.4 |
| 1474 | 2026-08-25T21:56:20.074Z | Compiling tinyvec_macros v0.1.1 |
| 1475 | 2026-08-25T21:56:20.145Z | Compiling adler2 v2.0.1 |
| 1476 | 2026-08-25T21:56:20.234Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-08-25T21:56:20.275Z | Compiling openssl-probe v0.2.1 |
| 1478 | 2026-08-25T21:56:20.303Z | Compiling miniz_oxide v0.8.9 |
| 1479 | 2026-08-25T21:56:20.386Z | Compiling ctutils v0.4.2 |
| 1480 | 2026-08-25T21:56:20.448Z | Compiling tinyvec v1.10.0 |
| 1481 | 2026-08-25T21:56:20.533Z | Compiling tempfile v3.27.0 |
| 1482 | 2026-08-25T21:56:20.618Z | Compiling pest_generator v2.8.6 |
| 1483 | 2026-08-25T21:56:20.784Z | Compiling sha2 v0.10.9 |
| 1484 | 2026-08-25T21:56:20.872Z | Compiling terminal_size v0.4.3 |
| 1485 | 2026-08-25T21:56:20.893Z | Compiling aho-corasick v1.1.4 |
| 1486 | 2026-08-25T21:56:21.003Z | Compiling tower-service v0.3.3 |
| 1487 | 2026-08-25T21:56:21.100Z | Compiling radium v0.7.0 |
| 1488 | 2026-08-25T21:56:21.292Z | Compiling untrusted v0.7.1 |
| 1489 | 2026-08-25T21:56:21.347Z | Compiling atomic-waker v1.1.2 |
| 1490 | 2026-08-25T21:56:21.415Z | Compiling tower-layer v0.3.3 |
| 1491 | 2026-08-25T21:56:21.472Z | Compiling try-lock v0.2.5 |
| 1492 | 2026-08-25T21:56:21.579Z | Compiling want v0.3.1 |
| 1493 | 2026-08-25T21:56:21.652Z | Compiling pest_derive v2.8.6 |
| 1494 | 2026-08-25T21:56:21.761Z | Compiling tokio-util v0.7.18 |
| 1495 | 2026-08-25T21:56:22.086Z | Compiling regex-automata v0.4.14 |
| 1496 | 2026-08-25T21:56:22.112Z | Compiling hybrid-array v0.4.13 |
| 1497 | 2026-08-25T21:56:22.569Z | Compiling h2 v0.4.15 |
| 1498 | 2026-08-25T21:56:22.698Z | Compiling ipnet v2.12.0 |
| 1499 | 2026-08-25T21:56:22.799Z | Compiling scroll_derive v0.13.1 |
| 1500 | 2026-08-25T21:56:22.884Z | Compiling darling_core v0.20.11 |
| 1501 | 2026-08-25T21:56:23.185Z | Compiling openssl v0.10.80 |
| 1502 | 2026-08-25T21:56:23.408Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2026-08-25T21:56:23.463Z | Compiling rustls v0.23.41 |
| 1504 | 2026-08-25T21:56:23.496Z | Compiling maybe-uninit v2.0.0 |
| 1505 | 2026-08-25T21:56:23.572Z | Compiling tap v1.0.1 |
| 1506 | 2026-08-25T21:56:23.629Z | Compiling untrusted v0.9.0 |
| 1507 | 2026-08-25T21:56:23.644Z | Compiling httpdate v1.0.3 |
| 1508 | 2026-08-25T21:56:23.681Z | Compiling wyz v0.5.1 |
| 1509 | 2026-08-25T21:56:23.746Z | Compiling scroll v0.13.0 |
| 1510 | 2026-08-25T21:56:23.793Z | Compiling foreign-types v0.3.2 |
| 1511 | 2026-08-25T21:56:23.862Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-08-25T21:56:24.019Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-08-25T21:56:24.075Z | Compiling signature v2.2.0 |
| 1514 | 2026-08-25T21:56:24.259Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-25T21:56:24.300Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-08-25T21:56:24.336Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-08-25T21:56:24.521Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1518 | 2026-08-25T21:56:24.691Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1519 | 2026-08-25T21:56:24.785Z | Compiling num-integer v0.1.46 |
| 1520 | 2026-08-25T21:56:24.800Z | Compiling wait-timeout v0.2.1 |
| 1521 | 2026-08-25T21:56:25.058Z | Compiling ahash v0.8.12 |
| 1522 | 2026-08-25T21:56:25.071Z | Compiling num-bigint-dig v0.8.6 |
| 1523 | 2026-08-25T21:56:25.095Z | Compiling quick-error v1.2.3 |
| 1524 | 2026-08-25T21:56:25.116Z | Compiling darling_macro v0.20.11 |
| 1525 | 2026-08-25T21:56:25.202Z | Compiling num-conv v0.2.0 |
| 1526 | 2026-08-25T21:56:25.247Z | Compiling packed_struct v0.10.1 |
| 1527 | 2026-08-25T21:56:25.260Z | Compiling powerfmt v0.2.0 |
| 1528 | 2026-08-25T21:56:25.332Z | Compiling native-tls v0.2.18 |
| 1529 | 2026-08-25T21:56:25.460Z | Compiling funty v2.0.0 |
| 1530 | 2026-08-25T21:56:25.484Z | Compiling bit-vec v0.8.0 |
| 1531 | 2026-08-25T21:56:25.529Z | Compiling time-core v0.1.8 |
| 1532 | 2026-08-25T21:56:25.548Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-08-25T21:56:25.589Z | Compiling darling v0.20.11 |
| 1534 | 2026-08-25T21:56:25.658Z | Compiling hyper v1.10.1 |
| 1535 | 2026-08-25T21:56:25.675Z | Compiling bit-set v0.8.0 |
| 1536 | 2026-08-25T21:56:25.684Z | Compiling time-macros v0.2.27 |
| 1537 | 2026-08-25T21:56:25.745Z | Compiling deranged v0.5.8 |
| 1538 | 2026-08-25T21:56:25.829Z | Compiling bitvec v1.0.1 |
| 1539 | 2026-08-25T21:56:26.086Z | Compiling clap_builder v4.6.0 |
| 1540 | 2026-08-25T21:56:26.116Z | Compiling rusty-fork v0.3.1 |
| 1541 | 2026-08-25T21:56:26.617Z | Compiling num-iter v0.1.45 |
| 1542 | 2026-08-25T21:56:26.757Z | Compiling hyper-util v0.1.20 |
| 1543 | 2026-08-25T21:56:27.254Z | Compiling rand v0.8.6 |
| 1544 | 2026-08-25T21:56:27.268Z | Compiling goblin v0.10.5 |
| 1545 | 2026-08-25T21:56:27.552Z | Compiling packed_struct_codegen v0.10.1 |
| 1546 | 2026-08-25T21:56:28.061Z | Compiling lazy_static v1.5.0 |
| 1547 | 2026-08-25T21:56:28.155Z | Compiling hmac v0.12.1 |
| 1548 | 2026-08-25T21:56:28.314Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-08-25T21:56:28.459Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-08-25T21:56:28.493Z | Compiling clap_derive v4.6.1 |
| 1551 | 2026-08-25T21:56:28.592Z | Compiling bitfield-macros v0.19.4 |
| 1552 | 2026-08-25T21:56:28.715Z | Compiling zerocopy-derive v0.6.6 |
| 1553 | 2026-08-25T21:56:29.057Z | Compiling rand_xorshift v0.4.0 |
| 1554 | 2026-08-25T21:56:29.227Z | Compiling sync_wrapper v1.0.2 |
| 1555 | 2026-08-25T21:56:29.282Z | Compiling indexmap v1.9.3 |
| 1556 | 2026-08-25T21:56:29.332Z | Compiling usdt-impl v0.6.0 |
| 1557 | 2026-08-25T21:56:29.471Z | Compiling num_threads v0.1.7 |
| 1558 | 2026-08-25T21:56:29.529Z | Compiling unarray v0.1.4 |
| 1559 | 2026-08-25T21:56:29.533Z | Compiling object v0.37.3 |
| 1560 | 2026-08-25T21:56:29.566Z | Compiling paste v1.0.15 |
| 1561 | 2026-08-25T21:56:29.651Z | Compiling crossbeam-utils v0.8.21 |
| 1562 | 2026-08-25T21:56:29.668Z | Compiling siphasher v1.0.2 |
| 1563 | 2026-08-25T21:56:29.785Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-08-25T21:56:29.825Z | Compiling crc-catalog v2.4.0 |
| 1565 | 2026-08-25T21:56:29.900Z | Compiling nodrop v0.1.14 |
| 1566 | 2026-08-25T21:56:29.918Z | Compiling unicode-segmentation v1.12.0 |
| 1567 | 2026-08-25T21:56:29.949Z | Compiling array-init v0.0.4 |
| 1568 | 2026-08-25T21:56:29.964Z | Compiling dof v0.4.0 |
| 1569 | 2026-08-25T21:56:30.214Z | Compiling clap v4.6.1 |
| 1570 | 2026-08-25T21:56:30.283Z | Compiling crc v3.4.0 |
| 1571 | 2026-08-25T21:56:30.342Z | Compiling proptest v1.11.0 |
| 1572 | 2026-08-25T21:56:30.356Z | Compiling time v0.3.47 |
| 1573 | 2026-08-25T21:56:30.493Z | Compiling zerocopy v0.6.6 |
| 1574 | 2026-08-25T21:56:30.834Z | Compiling tower v0.5.3 |
| 1575 | 2026-08-25T21:56:31.099Z | Compiling bitfield v0.19.4 |
| 1576 | 2026-08-25T21:56:31.596Z | Compiling smallvec v0.6.14 |
| 1577 | 2026-08-25T21:56:31.938Z | Compiling derive_builder_core v0.20.2 |
| 1578 | 2026-08-25T21:56:32.121Z | Compiling dtrace-parser v0.3.0 |
| 1579 | 2026-08-25T21:56:32.687Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-08-25T21:56:32.783Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-08-25T21:56:32.848Z | Compiling pkcs1 v0.7.5 |
| 1582 | 2026-08-25T21:56:32.905Z | Compiling http-body-util v0.1.3 |
| 1583 | 2026-08-25T21:56:32.997Z | Compiling heapless v0.7.17 |
| 1584 | 2026-08-25T21:56:33.082Z | Compiling structmeta-derive v0.3.0 |
| 1585 | 2026-08-25T21:56:33.150Z | Compiling scroll_derive v0.12.1 |
| 1586 | 2026-08-25T21:56:33.163Z | Compiling slog v2.8.2 |
| 1587 | 2026-08-25T21:56:33.233Z | Compiling darling_core v0.23.0 |
| 1588 | 2026-08-25T21:56:33.233Z | Compiling thread-id v5.1.0 |
| 1589 | 2026-08-25T21:56:33.331Z | Compiling cookie v0.18.1 |
| 1590 | 2026-08-25T21:56:33.345Z | Compiling env_filter v2.0.0 |
| 1591 | 2026-08-25T21:56:33.509Z | Compiling syn v3.0.3 |
| 1592 | 2026-08-25T21:56:33.637Z | Compiling iri-string v0.7.10 |
| 1593 | 2026-08-25T21:56:33.801Z | Compiling allocator-api2 v0.2.21 |
| 1594 | 2026-08-25T21:56:34.137Z | Compiling winnow v0.5.40 |
| 1595 | 2026-08-25T21:56:34.141Z | Compiling unicode-properties v0.1.4 |
| 1596 | 2026-08-25T21:56:34.356Z | Compiling zstd-safe v7.2.4 |
| 1597 | 2026-08-25T21:56:34.550Z | Compiling ryu v1.0.23 |
| 1598 | 2026-08-25T21:56:34.735Z | Compiling base64 v0.21.7 |
| 1599 | 2026-08-25T21:56:35.044Z | Compiling unicode-bidi v0.3.18 |
| 1600 | 2026-08-25T21:56:35.122Z | Compiling anyhow v1.0.104 |
| 1601 | 2026-08-25T21:56:35.431Z | Compiling hashbrown v0.12.3 |
| 1602 | 2026-08-25T21:56:35.551Z | Compiling gimli v0.32.3 |
| 1603 | 2026-08-25T21:56:35.563Z | Compiling signal-hook v0.3.18 |
| 1604 | 2026-08-25T21:56:35.705Z | Compiling darling_macro v0.23.0 |
| 1605 | 2026-08-25T21:56:35.968Z | Compiling toml_edit v0.19.15 |
| 1606 | 2026-08-25T21:56:36.198Z | Compiling stringprep v0.1.5 |
| 1607 | 2026-08-25T21:56:36.309Z | Compiling ron v0.8.1 |
| 1608 | 2026-08-25T21:56:36.689Z | Compiling tower-http v0.6.8 |
| 1609 | 2026-08-25T21:56:36.852Z | Compiling serde_urlencoded v0.7.1 |
| 1610 | 2026-08-25T21:56:36.939Z | Compiling daft-derive v0.1.8 |
| 1611 | 2026-08-25T21:56:37.096Z | Compiling structmeta v0.3.0 |
| 1612 | 2026-08-25T21:56:37.125Z | Compiling scroll v0.12.0 |
| 1613 | 2026-08-25T21:56:37.290Z | Compiling addr2line v0.25.1 |
| 1614 | 2026-08-25T21:56:37.368Z | Compiling env_logger v0.11.11 |
| 1615 | 2026-08-25T21:56:37.553Z | Compiling rsa v0.9.10 |
| 1616 | 2026-08-25T21:56:37.622Z | Compiling oxnet v0.1.6 |
| 1617 | 2026-08-25T21:56:37.717Z | Compiling derive_builder_macro v0.20.2 |
| 1618 | 2026-08-25T21:56:37.767Z | Compiling newtype-uuid v1.3.2 |
| 1619 | 2026-08-25T21:56:37.986Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1620 | 2026-08-25T21:56:38.049Z | Compiling hashbrown v0.13.2 |
| 1621 | 2026-08-25T21:56:38.091Z | Compiling bzip2 v0.4.4 |
| 1622 | 2026-08-25T21:56:38.179Z | Compiling serde-hex v0.1.0 |
| 1623 | 2026-08-25T21:56:38.295Z | Compiling tokio-native-tls v0.3.1 |
| 1624 | 2026-08-25T21:56:38.470Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1625 | 2026-08-25T21:56:38.652Z | Compiling camino v1.2.5 |
| 1626 | 2026-08-25T21:56:39.108Z | Compiling bstr v1.12.1 |
| 1627 | 2026-08-25T21:56:39.522Z | Compiling crypto-common v0.2.2 |
| 1628 | 2026-08-25T21:56:39.739Z | Compiling block-padding v0.4.2 |
| 1629 | 2026-08-25T21:56:39.915Z | Compiling block-buffer v0.12.1 |
| 1630 | 2026-08-25T21:56:39.915Z | Compiling rustls-native-certs v0.8.3 |
| 1631 | 2026-08-25T21:56:40.116Z | Compiling x509-cert v0.2.5 |
| 1632 | 2026-08-25T21:56:40.217Z | Compiling md-5 v0.10.6 |
| 1633 | 2026-08-25T21:56:40.393Z | Compiling serde_tokenstream v0.2.3 |
| 1634 | 2026-08-25T21:56:40.565Z | Compiling erased-serde v0.3.31 |
| 1635 | 2026-08-25T21:56:40.713Z | Compiling curve25519-dalek v4.1.3 |
| 1636 | 2026-08-25T21:56:41.047Z | Compiling pin-project-internal v1.1.11 |
| 1637 | 2026-08-25T21:56:41.050Z | Compiling zerocopy-derive v0.7.35 |
| 1638 | 2026-08-25T21:56:41.196Z | Compiling async-trait v0.1.89 |
| 1639 | 2026-08-25T21:56:41.253Z | Compiling vergen-lib v9.1.0 |
| 1640 | 2026-08-25T21:56:41.284Z | Compiling hash32 v0.2.1 |
| 1641 | 2026-08-25T21:56:41.431Z | Compiling memoffset v0.9.1 |
| 1642 | 2026-08-25T21:56:41.469Z | Compiling encoding_rs v0.8.35 |
| 1643 | 2026-08-25T21:56:41.658Z | Compiling mime v0.3.17 |
| 1644 | 2026-08-25T21:56:41.752Z | Compiling psl-types v2.0.11 |
| 1645 | 2026-08-25T21:56:41.883Z | Compiling ref-cast v1.0.25 |
| 1646 | 2026-08-25T21:56:41.916Z | Compiling owo-colors v4.3.0 |
| 1647 | 2026-08-25T21:56:41.931Z | Compiling litrs v1.0.0 |
| 1648 | 2026-08-25T21:56:42.170Z | Compiling cfg_aliases v0.2.1 |
| 1649 | 2026-08-25T21:56:42.191Z | Compiling crc-any v2.5.0 |
| 1650 | 2026-08-25T21:56:42.223Z | Compiling rustc-demangle v0.1.27 |
| 1651 | 2026-08-25T21:56:42.227Z | Compiling smoltcp v0.9.1 |
| 1652 | 2026-08-25T21:56:42.251Z | Compiling fallible-iterator v0.2.0 |
| 1653 | 2026-08-25T21:56:42.416Z | Compiling rustix v0.38.44 |
| 1654 | 2026-08-25T21:56:42.436Z | Compiling document-features v0.2.12 |
| 1655 | 2026-08-25T21:56:42.555Z | Compiling postgres-protocol v0.6.10 |
| 1656 | 2026-08-25T21:56:42.583Z | Compiling backtrace v0.3.76 |
| 1657 | 2026-08-25T21:56:42.599Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1658 | 2026-08-25T21:56:42.612Z | Compiling nix v0.31.2 |
| 1659 | 2026-08-25T21:56:42.934Z | Compiling pin-project v1.1.11 |
| 1660 | 2026-08-25T21:56:42.964Z | Compiling zerocopy v0.7.35 |
| 1661 | 2026-08-25T21:56:42.977Z | Compiling publicsuffix v2.3.0 |
| 1662 | 2026-08-25T21:56:43.140Z | Compiling inout v0.2.2 |
| 1663 | 2026-08-25T21:56:43.181Z | Compiling daft v0.1.8 |
| 1664 | 2026-08-25T21:56:43.314Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1665 | 2026-08-25T21:56:43.451Z | Compiling object v0.30.4 |
| 1666 | 2026-08-25T21:56:43.488Z | Compiling hyper-tls v0.6.0 |
| 1667 | 2026-08-25T21:56:43.502Z | Compiling zip v0.6.6 |
| 1668 | 2026-08-25T21:56:43.506Z | Compiling derive_builder v0.20.2 |
| 1669 | 2026-08-25T21:56:43.708Z | Compiling goblin v0.8.2 |
| 1670 | 2026-08-25T21:56:43.731Z | Compiling toml v0.7.8 |
| 1671 | 2026-08-25T21:56:43.801Z | Compiling derive-ex v0.1.8 |
| 1672 | 2026-08-25T21:56:44.061Z | Compiling darling v0.23.0 |
| 1673 | 2026-08-25T21:56:44.312Z | Compiling convert_case v0.10.0 |
| 1674 | 2026-08-25T21:56:44.453Z | Compiling phf_shared v0.13.1 |
| 1675 | 2026-08-25T21:56:44.492Z | Compiling regex v1.12.3 |
| 1676 | 2026-08-25T21:56:44.607Z | Compiling hubpack_derive v0.1.1 |
| 1677 | 2026-08-25T21:56:44.692Z | Compiling futures-executor v0.3.32 |
| 1678 | 2026-08-25T21:56:44.909Z | Compiling ref-cast-impl v1.0.25 |
| 1679 | 2026-08-25T21:56:44.946Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1680 | 2026-08-25T21:56:45.054Z | Compiling snafu-derive v0.8.9 |
| 1681 | 2026-08-25T21:56:45.443Z | Compiling strum_macros v0.27.2 |
| 1682 | 2026-08-25T21:56:45.446Z | Compiling vergen v9.1.0 |
| 1683 | 2026-08-25T21:56:45.572Z | Compiling cargo-platform v0.3.2 |
| 1684 | 2026-08-25T21:56:45.632Z | Compiling ff v0.13.1 |
| 1685 | 2026-08-25T21:56:45.771Z | Compiling fs-err v3.3.0 |
| 1686 | 2026-08-25T21:56:45.839Z | Compiling foldhash v0.1.5 |
| 1687 | 2026-08-25T21:56:45.959Z | Compiling same-file v1.0.6 |
| 1688 | 2026-08-25T21:56:46.016Z | Compiling is_ci v1.2.0 |
| 1689 | 2026-08-25T21:56:46.123Z | Compiling base16ct v0.2.0 |
| 1690 | 2026-08-25T21:56:46.154Z | Compiling managed v0.8.0 |
| 1691 | 2026-08-25T21:56:46.275Z | Compiling path-slash v0.1.5 |
| 1692 | 2026-08-25T21:56:46.300Z | Compiling either v1.15.0 |
| 1693 | 2026-08-25T21:56:46.369Z | Compiling bumpalo v3.20.2 |
| 1694 | 2026-08-25T21:56:46.404Z | Compiling libbz2-rs-sys v0.2.2 |
| 1695 | 2026-08-25T21:56:46.508Z | Compiling bitflags v1.3.2 |
| 1696 | 2026-08-25T21:56:46.612Z | Compiling foldhash v0.2.0 |
| 1697 | 2026-08-25T21:56:46.677Z | Compiling jiff-core v0.1.0 |
| 1698 | 2026-08-25T21:56:46.851Z | Compiling hashbrown v0.16.1 |
| 1699 | 2026-08-25T21:56:46.926Z | Compiling snafu v0.8.9 |
| 1700 | 2026-08-25T21:56:47.140Z | Compiling bzip2 v0.6.1 |
| 1701 | 2026-08-25T21:56:47.281Z | Compiling zopfli v0.8.3 |
| 1702 | 2026-08-25T21:56:47.344Z | Compiling textwrap v0.16.2 |
| 1703 | 2026-08-25T21:56:47.449Z | Compiling jiff v0.2.34 |
| 1704 | 2026-08-25T21:56:47.470Z | Compiling strum v0.27.2 |
| 1705 | 2026-08-25T21:56:47.602Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1706 | 2026-08-25T21:56:47.755Z | Compiling sec1 v0.7.3 |
| 1707 | 2026-08-25T21:56:47.799Z | Compiling supports-color v3.0.2 |
| 1708 | 2026-08-25T21:56:47.929Z | Compiling walkdir v2.5.0 |
| 1709 | 2026-08-25T21:56:47.953Z | Compiling hashbrown v0.15.5 |
| 1710 | 2026-08-25T21:56:48.033Z | Compiling dof v0.3.0 |
| 1711 | 2026-08-25T21:56:48.065Z | Compiling cargo_metadata v0.23.1 |
| 1712 | 2026-08-25T21:56:48.240Z | Compiling group v0.13.0 |
| 1713 | 2026-08-25T21:56:48.502Z | Compiling test-strategy v0.4.5 |
| 1714 | 2026-08-25T21:56:48.849Z | Compiling hubpack v0.1.2 |
| 1715 | 2026-08-25T21:56:49.006Z | Compiling futures v0.3.32 |
| 1716 | 2026-08-25T21:56:49.062Z | Compiling phf v0.13.1 |
| 1717 | 2026-08-25T21:56:49.099Z | Compiling derive_more-impl v2.1.1 |
| 1718 | 2026-08-25T21:56:49.412Z | Compiling signal-hook-mio v0.2.5 |
| 1719 | 2026-08-25T21:56:49.530Z | Compiling serde_with_macros v3.21.0 |
| 1720 | 2026-08-25T21:56:49.586Z | Compiling cookie_store v0.22.1 |
| 1721 | 2026-08-25T21:56:49.957Z | Compiling zstd v0.13.3 |
| 1722 | 2026-08-25T21:56:50.221Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-08-25T21:56:50.226Z | Compiling cipher v0.5.2 |
| 1724 | 2026-08-25T21:56:50.335Z | Compiling backtrace-ext v0.2.1 |
| 1725 | 2026-08-25T21:56:50.529Z | Compiling postgres-types v0.2.12 |
| 1726 | 2026-08-25T21:56:50.962Z | Compiling usdt-attr-macro v0.6.0 |
| 1727 | 2026-08-25T21:56:51.077Z | Compiling usdt-macro v0.6.0 |
| 1728 | 2026-08-25T21:56:51.239Z | Compiling globset v0.4.18 |
| 1729 | 2026-08-25T21:56:51.400Z | Compiling phf_shared v0.11.3 |
| 1730 | 2026-08-25T21:56:51.598Z | Compiling hkdf v0.12.4 |
| 1731 | 2026-08-25T21:56:51.650Z | Compiling dtrace-parser v0.2.0 |
| 1732 | 2026-08-25T21:56:51.760Z | Compiling byte-wrapper v0.1.0 |
| 1733 | 2026-08-25T21:56:51.778Z | Compiling olpc-cjson v0.1.4 |
| 1734 | 2026-08-25T21:56:51.811Z | Compiling ed25519 v2.2.3 |
| 1735 | 2026-08-25T21:56:51.851Z | Compiling crypto-bigint v0.5.5 |
| 1736 | 2026-08-25T21:56:51.936Z | Compiling serde_plain v1.0.2 |
| 1737 | 2026-08-25T21:56:51.961Z | Compiling serde-big-array v0.5.1 |
| 1738 | 2026-08-25T21:56:52.086Z | Compiling enum-as-inner v0.6.1 |
| 1739 | 2026-08-25T21:56:52.107Z | Compiling strum_macros v0.26.4 |
| 1740 | 2026-08-25T21:56:52.135Z | Compiling serde_repr v0.1.20 |
| 1741 | 2026-08-25T21:56:52.390Z | Compiling miette-derive v7.6.0 |
| 1742 | 2026-08-25T21:56:52.604Z | Compiling async-recursion v1.1.1 |
| 1743 | 2026-08-25T21:56:52.695Z | Compiling pem v3.0.6 |
| 1744 | 2026-08-25T21:56:52.727Z | Compiling float-cmp v0.10.0 |
| 1745 | 2026-08-25T21:56:52.880Z | Compiling memmap2 v0.9.10 |
| 1746 | 2026-08-25T21:56:53.011Z | Compiling thread-id v4.2.2 |
| 1747 | 2026-08-25T21:56:53.109Z | Compiling fixedbitset v0.5.7 |
| 1748 | 2026-08-25T21:56:53.109Z | Compiling new_debug_unreachable v1.0.6 |
| 1749 | 2026-08-25T21:56:53.185Z | Compiling whoami v2.1.0 |
| 1750 | 2026-08-25T21:56:53.247Z | Compiling supports-hyperlinks v3.2.0 |
| 1751 | 2026-08-25T21:56:53.404Z | Compiling cpufeatures v0.3.0 |
| 1752 | 2026-08-25T21:56:53.405Z | Compiling data-encoding v2.10.0 |
| 1753 | 2026-08-25T21:56:53.487Z | Compiling typed-path v0.9.3 |
| 1754 | 2026-08-25T21:56:53.561Z | Compiling winnow v1.0.3 |
| 1755 | 2026-08-25T21:56:53.561Z | Compiling keccak v0.1.6 |
| 1756 | 2026-08-25T21:56:53.836Z | Compiling supports-unicode v3.0.0 |
| 1757 | 2026-08-25T21:56:53.984Z | Compiling predicates-core v1.0.10 |
| 1758 | 2026-08-25T21:56:53.994Z | Compiling static_assertions v1.1.0 |
| 1759 | 2026-08-25T21:56:54.010Z | Compiling normalize-line-endings v0.3.0 |
| 1760 | 2026-08-25T21:56:54.068Z | Compiling difflib v0.4.0 |
| 1761 | 2026-08-25T21:56:54.115Z | Compiling const-oid v0.10.2 |
| 1762 | 2026-08-25T21:56:54.129Z | Compiling precomputed-hash v0.1.1 |
| 1763 | 2026-08-25T21:56:54.153Z | Compiling fixedbitset v0.4.2 |
| 1764 | 2026-08-25T21:56:54.202Z | Compiling string_cache v0.8.9 |
| 1765 | 2026-08-25T21:56:54.310Z | Compiling petgraph v0.6.5 |
| 1766 | 2026-08-25T21:56:54.310Z | Compiling predicates v3.1.4 |
| 1767 | 2026-08-25T21:56:54.370Z | Compiling digest v0.11.3 |
| 1768 | 2026-08-25T21:56:54.423Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1769 | 2026-08-25T21:56:54.596Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1770 | 2026-08-25T21:56:54.615Z | Compiling miette v7.6.0 |
| 1771 | 2026-08-25T21:56:54.635Z | Compiling toml_edit v0.22.27 |
| 1772 | 2026-08-25T21:56:54.701Z | Compiling strum v0.26.3 |
| 1773 | 2026-08-25T21:56:54.832Z | Compiling hickory-proto v0.25.2 |
| 1774 | 2026-08-25T21:56:54.948Z | Compiling sha3 v0.10.8 |
| 1775 | 2026-08-25T21:56:55.221Z | Compiling chacha20 v0.10.0 |
| 1776 | 2026-08-25T21:56:55.417Z | Compiling tokio-postgres v0.7.16 |
| 1777 | 2026-08-25T21:56:55.608Z | Compiling petgraph v0.8.3 |
| 1778 | 2026-08-25T21:56:55.747Z | Compiling usdt-impl v0.5.0 |
| 1779 | 2026-08-25T21:56:55.782Z | Compiling usdt v0.6.0 |
| 1780 | 2026-08-25T21:56:56.027Z | Compiling elliptic-curve v0.13.8 |
| 1781 | 2026-08-25T21:56:56.352Z | Compiling ed25519-dalek v2.2.0 |
| 1782 | 2026-08-25T21:56:56.475Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1783 | 2026-08-25T21:56:56.915Z | Compiling crossterm v0.28.1 |
| 1784 | 2026-08-25T21:56:57.268Z | Compiling serde_with v3.21.0 |
| 1785 | 2026-08-25T21:56:57.581Z | Compiling derive_more v2.1.1 |
| 1786 | 2026-08-25T21:56:57.665Z | Compiling zip v4.6.1 |
| 1787 | 2026-08-25T21:56:58.021Z | Compiling iddqd v0.4.2 |
| 1788 | 2026-08-25T21:56:58.204Z | Compiling itertools v0.13.0 |
| 1789 | 2026-08-25T21:56:58.483Z | Compiling itertools v0.15.0 |
| 1790 | 2026-08-25T21:56:58.607Z | Compiling similar v2.7.0 |
| 1791 | 2026-08-25T21:56:59.059Z | Compiling crossbeam-epoch v0.9.18 |
| 1792 | 2026-08-25T21:56:59.090Z | Compiling heck v0.4.1 |
| 1793 | 2026-08-25T21:56:59.274Z | Compiling tokio-stream v0.1.18 |
| 1794 | 2026-08-25T21:56:59.293Z | Compiling buf-list v1.1.2 |
| 1795 | 2026-08-25T21:56:59.375Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1796 | 2026-08-25T21:56:59.431Z | Compiling openapiv3 v2.2.0 |
| 1797 | 2026-08-25T21:56:59.442Z | Compiling peg-runtime v0.8.5 |
| 1798 | 2026-08-25T21:56:59.502Z | Compiling lalrpop-util v0.19.12 |
| 1799 | 2026-08-25T21:56:59.564Z | Compiling thread_local v1.1.9 |
| 1800 | 2026-08-25T21:56:59.666Z | Compiling slog-async v2.8.0 |
| 1801 | 2026-08-25T21:56:59.696Z | Compiling crossbeam-channel v0.5.15 |
| 1802 | 2026-08-25T21:56:59.712Z | Compiling filetime v0.2.27 |
| 1803 | 2026-08-25T21:56:59.726Z | Compiling is-terminal v0.4.17 |
| 1804 | 2026-08-25T21:56:59.811Z | Compiling xattr v1.6.1 |
| 1805 | 2026-08-25T21:56:59.820Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-25T21:56:59.829Z | Compiling term v1.2.1 |
| 1807 | 2026-08-25T21:56:59.887Z | Compiling camino-tempfile v1.4.1 |
| 1808 | 2026-08-25T21:56:59.933Z | Compiling tar v0.4.46 |
| 1809 | 2026-08-25T21:57:00.113Z | Compiling slog-term v2.9.2 |
| 1810 | 2026-08-25T21:57:06.241Z | Compiling rustls-webpki v0.103.13 |
| 1811 | 2026-08-25T21:57:08.925Z | Compiling tokio-rustls v0.26.4 |
| 1812 | 2026-08-25T21:57:08.925Z | Compiling rustls-platform-verifier v0.6.2 |
| 1813 | 2026-08-25T21:57:08.928Z | Compiling tough v0.22.0 |
| 1814 | 2026-08-25T21:57:09.140Z | Compiling hyper-rustls v0.27.7 |
| 1815 | 2026-08-25T21:57:09.335Z | Compiling reqwest v0.13.2 |
| 1816 | 2026-08-25T21:57:11.553Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1817 | 2026-08-25T21:57:11.766Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1818 | 2026-08-25T21:57:14.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1819 | 2026-08-25T21:57:14.833Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1820 | 2026-08-25T21:57:14.890Z | Aug 25 21:57:13.695 INFO Starting download, target: Cockroach |
| 1821 | 2026-08-25T21:57:14.890Z | Aug 25 21:57:13.695 INFO Starting download, target: Console |
| 1822 | 2026-08-25T21:57:14.890Z | Aug 25 21:57:13.695 INFO Starting download, target: Clickhouse |
| 1823 | 2026-08-25T21:57:14.891Z | Aug 25 21:57:13.695 INFO Starting download, target: DendriteStub |
| 1824 | 2026-08-25T21:57:14.891Z | Aug 25 21:57:13.695 INFO Starting download, target: MaghemiteMgd |
| 1825 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Starting download, target: MaghemiteDdmd |
| 1826 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Starting download, target: TransceiverControl |
| 1827 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1828 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1829 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1830 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1831 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1832 | 2026-08-25T21:57:14.894Z | Aug 25 21:57:13.695 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1833 | 2026-08-25T21:57:14.895Z | Aug 25 21:57:13.695 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1834 | 2026-08-25T21:57:15.377Z | Aug 25 21:57:14.151 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1835 | 2026-08-25T21:57:15.582Z | Aug 25 21:57:14.375 INFO Download complete, target: TransceiverControl |
| 1836 | 2026-08-25T21:57:16.640Z | Aug 25 21:57:15.429 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1837 | 2026-08-25T21:57:16.649Z | Aug 25 21:57:15.448 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1838 | 2026-08-25T21:57:16.781Z | Aug 25 21:57:15.583 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1839 | 2026-08-25T21:57:16.803Z | Aug 25 21:57:15.607 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1840 | 2026-08-25T21:57:16.886Z | Aug 25 21:57:15.691 INFO Download complete, target: Console |
| 1841 | 2026-08-25T21:57:17.473Z | Aug 25 21:57:16.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1842 | 2026-08-25T21:57:17.490Z | Aug 25 21:57:16.296 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1843 | 2026-08-25T21:57:17.491Z | Aug 25 21:57:16.296 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1844 | 2026-08-25T21:57:18.570Z | Aug 25 21:57:17.375 INFO Download complete, target: MaghemiteDdmd |
| 1845 | 2026-08-25T21:57:19.232Z | Aug 25 21:57:18.037 INFO Download complete, target: DendriteStub |
| 1846 | 2026-08-25T21:57:19.917Z | Aug 25 21:57:18.722 INFO Download complete, target: MaghemiteMgd |
| 1847 | 2026-08-25T21:57:22.206Z | Aug 25 21:57:21.011 INFO Checking that binary works, target: Cockroach |
| 1848 | 2026-08-25T21:57:22.382Z | Aug 25 21:57:21.187 INFO Download complete, target: Cockroach |
| 1849 | 2026-08-25T21:57:23.513Z | Aug 25 21:57:22.316 INFO Checking that binary works, target: Clickhouse |
| 1850 | 2026-08-25T21:57:23.648Z | Aug 25 21:57:22.445 INFO Download complete, target: Clickhouse |
| 1851 | 2026-08-25T21:57:23.697Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1852 | 2026-08-25T21:57:23.708Z | |
| 1853 | 2026-08-25T21:57:23.708Z | real 2:11.315023199 |
| 1854 | 2026-08-25T21:57:23.708Z | user 7:21.182916524 |
| 1855 | 2026-08-25T21:57:23.708Z | sys 1:26.691243889 |
| 1856 | 2026-08-25T21:57:23.708Z | trap 0.249845818 |
| 1857 | 2026-08-25T21:57:23.708Z | tflt 1.232616216 |
| 1858 | 2026-08-25T21:57:23.708Z | dflt 2.426332240 |
| 1859 | 2026-08-25T21:57:23.708Z | kflt 0.036547858 |
| 1860 | 2026-08-25T21:57:23.708Z | lock 27:30.080271555 |
| 1861 | 2026-08-25T21:57:23.708Z | slp 22:22.366161601 |
| 1862 | 2026-08-25T21:57:23.708Z | lat 46.519437431 |
| 1863 | 2026-08-25T21:57:23.708Z | stop 2:43.249338400 |
| 1864 | 2026-08-25T21:57:23.708Z | + banner hack-check |
| 1865 | 2026-08-25T21:57:23.708Z | |
| 1866 | 2026-08-25T21:57:23.708Z | # # ## #### # # #### # # ###### #### # # |
| 1867 | 2026-08-25T21:57:23.708Z | # # # # # # # # # # # # # # # # # |
| 1868 | 2026-08-25T21:57:23.708Z | ###### # # # #### ##### # ###### ##### # #### |
| 1869 | 2026-08-25T21:57:23.708Z | # # ###### # # # # # # # # # # |
| 1870 | 2026-08-25T21:57:23.708Z | # # # # # # # # # # # # # # # # # |
| 1871 | 2026-08-25T21:57:23.708Z | # # # # #### # # #### # # ###### #### # # |
| 1872 | 2026-08-25T21:57:23.709Z | |
| 1873 | 2026-08-25T21:57:23.709Z | + export CARGO_INCREMENTAL=0 |
| 1874 | 2026-08-25T21:57:23.709Z | + CARGO_INCREMENTAL=0 |
| 1875 | 2026-08-25T21:57:23.709Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1876 | 2026-08-25T21:57:24.163Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1877 | 2026-08-25T21:57:24.448Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1878 | 2026-08-25T21:57:26.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
| 1879 | 2026-08-25T21:57:26.307Z | Running `target/debug/xtask check-features --ci` |
| 1880 | 2026-08-25T21:57:26.332Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1881 | 2026-08-25T21:57:26.332Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1882 | 2026-08-25T21:57:26.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1883 | 2026-08-25T21:57:26.780Z | Running `target/debug/xtask download cargo-hack` |
| 1884 | 2026-08-25T21:57:27.562Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1885 | 2026-08-25T21:57:27.883Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1886 | 2026-08-25T21:57:30.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s |
| 1887 | 2026-08-25T21:57:30.606Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1888 | 2026-08-25T21:57:30.646Z | Aug 25 21:57:29.450 INFO Starting download, target: CargoHack |
| 1889 | 2026-08-25T21:57:30.649Z | Aug 25 21:57:29.451 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1890 | 2026-08-25T21:57:31.005Z | Aug 25 21:57:29.810 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1891 | 2026-08-25T21:57:31.055Z | Aug 25 21:57:29.860 INFO Download complete, target: CargoHack |
| 1892 | 2026-08-25T21:57:31.059Z | 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" |
| 1893 | 2026-08-25T21:57:31.071Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1894 | 2026-08-25T21:57:31.231Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1895 | 2026-08-25T21:57:31.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-08-25T21:57:31.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-08-25T21:57:31.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-08-25T21:57:31.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1899 | 2026-08-25T21:57:31.781Z | |
| 1900 | 2026-08-25T21:57:31.781Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1901 | 2026-08-25T21:57:32.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-08-25T21:57:32.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-08-25T21:57:32.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-08-25T21:57:32.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1905 | 2026-08-25T21:57:32.334Z | |
| 1906 | 2026-08-25T21:57:32.334Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1907 | 2026-08-25T21:57:32.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-08-25T21:57:32.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-08-25T21:57:32.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-08-25T21:57:32.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1911 | 2026-08-25T21:57:32.889Z | |
| 1912 | 2026-08-25T21:57:32.889Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1913 | 2026-08-25T21:57:33.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-08-25T21:57:33.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-08-25T21:57:33.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-08-25T21:57:33.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1917 | 2026-08-25T21:57:33.444Z | |
| 1918 | 2026-08-25T21:57:33.444Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1919 | 2026-08-25T21:57:33.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-08-25T21:57:33.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-08-25T21:57:33.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-08-25T21:57:33.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1923 | 2026-08-25T21:57:34.001Z | |
| 1924 | 2026-08-25T21:57:34.001Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1925 | 2026-08-25T21:57:34.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-08-25T21:57:34.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-08-25T21:57:34.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-08-25T21:57:34.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1929 | 2026-08-25T21:57:34.571Z | |
| 1930 | 2026-08-25T21:57:34.571Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1931 | 2026-08-25T21:57:35.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-08-25T21:57:35.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-08-25T21:57:35.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-08-25T21:57:35.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1935 | 2026-08-25T21:57:35.143Z | |
| 1936 | 2026-08-25T21:57:35.143Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1937 | 2026-08-25T21:57:35.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-08-25T21:57:35.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-08-25T21:57:35.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-08-25T21:57:35.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1941 | 2026-08-25T21:57:35.703Z | |
| 1942 | 2026-08-25T21:57:35.703Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 1943 | 2026-08-25T21:57:36.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-08-25T21:57:36.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-08-25T21:57:36.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-08-25T21:57:36.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1947 | 2026-08-25T21:57:36.114Z | |
| 1948 | 2026-08-25T21:57:36.114Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 1949 | 2026-08-25T21:57:36.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-08-25T21:57:36.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-08-25T21:57:36.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-08-25T21:57:36.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1953 | 2026-08-25T21:57:36.528Z | |
| 1954 | 2026-08-25T21:57:36.528Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 1955 | 2026-08-25T21:57:36.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-08-25T21:57:36.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-08-25T21:57:36.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-08-25T21:57:36.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1959 | 2026-08-25T21:57:36.941Z | |
| 1960 | 2026-08-25T21:57:36.941Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 1961 | 2026-08-25T21:57:37.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-08-25T21:57:37.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-08-25T21:57:37.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-08-25T21:57:37.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1965 | 2026-08-25T21:57:37.358Z | |
| 1966 | 2026-08-25T21:57:37.358Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 1967 | 2026-08-25T21:57:37.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-08-25T21:57:37.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-08-25T21:57:37.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-08-25T21:57:37.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1971 | 2026-08-25T21:57:37.773Z | |
| 1972 | 2026-08-25T21:57:37.773Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 1973 | 2026-08-25T21:57:38.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-08-25T21:57:38.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-08-25T21:57:38.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-08-25T21:57:38.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1977 | 2026-08-25T21:57:38.185Z | |
| 1978 | 2026-08-25T21:57:38.185Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 1979 | 2026-08-25T21:57:38.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-08-25T21:57:38.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-08-25T21:57:38.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-08-25T21:57:38.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1983 | 2026-08-25T21:57:38.600Z | |
| 1984 | 2026-08-25T21:57:38.600Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 1985 | 2026-08-25T21:57:38.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-08-25T21:57:38.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-08-25T21:57:38.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-08-25T21:57:38.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1989 | 2026-08-25T21:57:39.013Z | |
| 1990 | 2026-08-25T21:57:39.013Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 1991 | 2026-08-25T21:57:39.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-08-25T21:57:39.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-08-25T21:57:39.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-08-25T21:57:39.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1995 | 2026-08-25T21:57:39.427Z | |
| 1996 | 2026-08-25T21:57:39.427Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 1997 | 2026-08-25T21:57:39.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-08-25T21:57:39.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-08-25T21:57:39.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-08-25T21:57:39.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2001 | 2026-08-25T21:57:39.840Z | |
| 2002 | 2026-08-25T21:57:39.840Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 2003 | 2026-08-25T21:57:40.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-08-25T21:57:40.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-08-25T21:57:40.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-08-25T21:57:40.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2007 | 2026-08-25T21:57:40.254Z | |
| 2008 | 2026-08-25T21:57:40.254Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2009 | 2026-08-25T21:57:40.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-08-25T21:57:40.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-08-25T21:57:40.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-08-25T21:57:40.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2013 | 2026-08-25T21:57:40.668Z | |
| 2014 | 2026-08-25T21:57:40.668Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2015 | 2026-08-25T21:57:41.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-08-25T21:57:41.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-08-25T21:57:41.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-08-25T21:57:41.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2019 | 2026-08-25T21:57:41.081Z | |
| 2020 | 2026-08-25T21:57:41.082Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2021 | 2026-08-25T21:57:41.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-08-25T21:57:41.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-08-25T21:57:41.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-08-25T21:57:41.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2025 | 2026-08-25T21:57:41.497Z | |
| 2026 | 2026-08-25T21:57:41.497Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2027 | 2026-08-25T21:57:41.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-08-25T21:57:41.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-08-25T21:57:41.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-08-25T21:57:41.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2031 | 2026-08-25T21:57:41.911Z | |
| 2032 | 2026-08-25T21:57:41.911Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2033 | 2026-08-25T21:57:42.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-08-25T21:57:42.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-08-25T21:57:42.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-08-25T21:57:42.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2037 | 2026-08-25T21:57:42.326Z | |
| 2038 | 2026-08-25T21:57:42.326Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2039 | 2026-08-25T21:57:42.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-08-25T21:57:42.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-08-25T21:57:42.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-08-25T21:57:42.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2043 | 2026-08-25T21:57:42.740Z | |
| 2044 | 2026-08-25T21:57:42.740Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2045 | 2026-08-25T21:57:43.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-08-25T21:57:43.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-08-25T21:57:43.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-08-25T21:57:43.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2049 | 2026-08-25T21:57:43.154Z | |
| 2050 | 2026-08-25T21:57:43.155Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2051 | 2026-08-25T21:57:43.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-08-25T21:57:43.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-08-25T21:57:43.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-08-25T21:57:43.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2055 | 2026-08-25T21:57:43.570Z | |
| 2056 | 2026-08-25T21:57:43.570Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2057 | 2026-08-25T21:57:43.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-08-25T21:57:43.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-08-25T21:57:43.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-08-25T21:57:43.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2061 | 2026-08-25T21:57:43.983Z | |
| 2062 | 2026-08-25T21:57:43.983Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2063 | 2026-08-25T21:57:44.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-08-25T21:57:44.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-08-25T21:57:44.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-08-25T21:57:44.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2067 | 2026-08-25T21:57:44.398Z | |
| 2068 | 2026-08-25T21:57:44.398Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2069 | 2026-08-25T21:57:44.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-08-25T21:57:44.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-08-25T21:57:44.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-08-25T21:57:44.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2073 | 2026-08-25T21:57:44.817Z | |
| 2074 | 2026-08-25T21:57:44.817Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2075 | 2026-08-25T21:57:45.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-08-25T21:57:45.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-08-25T21:57:45.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-08-25T21:57:45.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2079 | 2026-08-25T21:57:45.234Z | |
| 2080 | 2026-08-25T21:57:45.234Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2081 | 2026-08-25T21:57:45.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-08-25T21:57:45.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-08-25T21:57:45.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-08-25T21:57:45.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2085 | 2026-08-25T21:57:45.652Z | |
| 2086 | 2026-08-25T21:57:45.652Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2087 | 2026-08-25T21:57:46.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-08-25T21:57:46.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-08-25T21:57:46.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-08-25T21:57:46.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2091 | 2026-08-25T21:57:46.066Z | |
| 2092 | 2026-08-25T21:57:46.066Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2093 | 2026-08-25T21:57:46.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-08-25T21:57:46.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-08-25T21:57:46.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-08-25T21:57:46.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2097 | 2026-08-25T21:57:46.484Z | |
| 2098 | 2026-08-25T21:57:46.484Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2099 | 2026-08-25T21:57:46.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-08-25T21:57:46.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-08-25T21:57:46.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-08-25T21:57:46.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2103 | 2026-08-25T21:57:46.898Z | |
| 2104 | 2026-08-25T21:57:46.898Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2105 | 2026-08-25T21:57:47.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-08-25T21:57:47.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-08-25T21:57:47.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-08-25T21:57:47.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2109 | 2026-08-25T21:57:47.316Z | |
| 2110 | 2026-08-25T21:57:47.316Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2111 | 2026-08-25T21:57:47.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-08-25T21:57:47.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-08-25T21:57:47.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-08-25T21:57:47.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2115 | 2026-08-25T21:57:47.734Z | |
| 2116 | 2026-08-25T21:57:47.734Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2117 | 2026-08-25T21:57:48.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-08-25T21:57:48.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-08-25T21:57:48.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-08-25T21:57:48.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2121 | 2026-08-25T21:57:48.151Z | |
| 2122 | 2026-08-25T21:57:48.151Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2123 | 2026-08-25T21:57:48.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-08-25T21:57:48.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-08-25T21:57:48.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-08-25T21:57:48.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2127 | 2026-08-25T21:57:48.568Z | |
| 2128 | 2026-08-25T21:57:48.568Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2129 | 2026-08-25T21:57:48.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-08-25T21:57:48.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-08-25T21:57:48.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-08-25T21:57:48.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2133 | 2026-08-25T21:57:48.984Z | |
| 2134 | 2026-08-25T21:57:48.984Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2135 | 2026-08-25T21:57:49.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-08-25T21:57:49.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-08-25T21:57:49.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-08-25T21:57:49.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2139 | 2026-08-25T21:57:49.402Z | |
| 2140 | 2026-08-25T21:57:49.402Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2141 | 2026-08-25T21:57:49.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-08-25T21:57:49.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-08-25T21:57:49.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-08-25T21:57:49.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2145 | 2026-08-25T21:57:49.816Z | |
| 2146 | 2026-08-25T21:57:49.816Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2147 | 2026-08-25T21:57:50.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-08-25T21:57:50.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-08-25T21:57:50.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-08-25T21:57:50.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2151 | 2026-08-25T21:57:50.235Z | |
| 2152 | 2026-08-25T21:57:50.235Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2153 | 2026-08-25T21:57:50.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-08-25T21:57:50.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-08-25T21:57:50.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-08-25T21:57:50.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2157 | 2026-08-25T21:57:50.652Z | |
| 2158 | 2026-08-25T21:57:50.652Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2159 | 2026-08-25T21:57:51.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-08-25T21:57:51.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-08-25T21:57:51.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-08-25T21:57:51.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2163 | 2026-08-25T21:57:51.069Z | |
| 2164 | 2026-08-25T21:57:51.069Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2165 | 2026-08-25T21:57:51.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-08-25T21:57:51.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-08-25T21:57:51.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-08-25T21:57:51.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2169 | 2026-08-25T21:57:51.493Z | |
| 2170 | 2026-08-25T21:57:51.493Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2171 | 2026-08-25T21:57:51.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-08-25T21:57:51.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-08-25T21:57:51.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-08-25T21:57:51.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2175 | 2026-08-25T21:57:51.910Z | |
| 2176 | 2026-08-25T21:57:51.910Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2177 | 2026-08-25T21:57:52.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-08-25T21:57:52.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-08-25T21:57:52.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-08-25T21:57:52.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2181 | 2026-08-25T21:57:52.333Z | |
| 2182 | 2026-08-25T21:57:52.333Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2183 | 2026-08-25T21:57:52.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-08-25T21:57:52.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-08-25T21:57:52.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-08-25T21:57:52.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2187 | 2026-08-25T21:57:52.751Z | |
| 2188 | 2026-08-25T21:57:52.751Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2189 | 2026-08-25T21:57:53.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-08-25T21:57:53.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-08-25T21:57:53.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-08-25T21:57:53.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2193 | 2026-08-25T21:57:53.170Z | |
| 2194 | 2026-08-25T21:57:53.170Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2195 | 2026-08-25T21:57:53.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-08-25T21:57:53.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-08-25T21:57:53.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-08-25T21:57:53.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2199 | 2026-08-25T21:57:53.588Z | |
| 2200 | 2026-08-25T21:57:53.588Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2201 | 2026-08-25T21:57:53.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-08-25T21:57:53.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-08-25T21:57:53.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-08-25T21:57:53.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2205 | 2026-08-25T21:57:54.004Z | |
| 2206 | 2026-08-25T21:57:54.004Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2207 | 2026-08-25T21:57:54.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-08-25T21:57:54.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-08-25T21:57:54.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-08-25T21:57:54.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2211 | 2026-08-25T21:57:54.423Z | |
| 2212 | 2026-08-25T21:57:54.423Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2213 | 2026-08-25T21:57:54.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-08-25T21:57:54.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-08-25T21:57:54.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-08-25T21:57:54.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2217 | 2026-08-25T21:57:54.839Z | |
| 2218 | 2026-08-25T21:57:54.839Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2219 | 2026-08-25T21:57:55.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-08-25T21:57:55.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-08-25T21:57:55.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-08-25T21:57:55.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2223 | 2026-08-25T21:57:55.257Z | |
| 2224 | 2026-08-25T21:57:55.257Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2225 | 2026-08-25T21:57:55.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-08-25T21:57:55.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-08-25T21:57:55.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-08-25T21:57:55.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2229 | 2026-08-25T21:57:55.676Z | |
| 2230 | 2026-08-25T21:57:55.676Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2231 | 2026-08-25T21:57:56.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-08-25T21:57:56.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-08-25T21:57:56.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-08-25T21:57:56.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2235 | 2026-08-25T21:57:56.089Z | |
| 2236 | 2026-08-25T21:57:56.089Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2237 | 2026-08-25T21:57:56.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-08-25T21:57:56.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-08-25T21:57:56.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-08-25T21:57:56.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2241 | 2026-08-25T21:57:56.506Z | |
| 2242 | 2026-08-25T21:57:56.506Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2243 | 2026-08-25T21:57:56.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-08-25T21:57:56.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-08-25T21:57:56.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-08-25T21:57:56.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2247 | 2026-08-25T21:57:56.922Z | |
| 2248 | 2026-08-25T21:57:56.922Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2249 | 2026-08-25T21:57:57.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-08-25T21:57:57.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-08-25T21:57:57.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-08-25T21:57:57.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2253 | 2026-08-25T21:57:57.345Z | |
| 2254 | 2026-08-25T21:57:57.345Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2255 | 2026-08-25T21:57:57.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-08-25T21:57:57.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-08-25T21:57:57.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-08-25T21:57:57.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2259 | 2026-08-25T21:57:57.764Z | |
| 2260 | 2026-08-25T21:57:57.764Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2261 | 2026-08-25T21:57:58.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-08-25T21:57:58.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-08-25T21:57:58.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-08-25T21:57:58.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2265 | 2026-08-25T21:57:58.182Z | |
| 2266 | 2026-08-25T21:57:58.182Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2267 | 2026-08-25T21:57:58.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-08-25T21:57:58.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-08-25T21:57:58.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-08-25T21:57:58.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2271 | 2026-08-25T21:57:58.606Z | |
| 2272 | 2026-08-25T21:57:58.606Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2273 | 2026-08-25T21:57:58.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-08-25T21:57:58.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-08-25T21:57:58.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2276 | 2026-08-25T21:57:58.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2277 | 2026-08-25T21:57:59.027Z | |
| 2278 | 2026-08-25T21:57:59.027Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2279 | 2026-08-25T21:57:59.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2280 | 2026-08-25T21:57:59.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2281 | 2026-08-25T21:57:59.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2282 | 2026-08-25T21:57:59.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2283 | 2026-08-25T21:57:59.448Z | |
| 2284 | 2026-08-25T21:57:59.448Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2285 | 2026-08-25T21:57:59.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2286 | 2026-08-25T21:57:59.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2287 | 2026-08-25T21:57:59.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2288 | 2026-08-25T21:57:59.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2289 | 2026-08-25T21:57:59.865Z | |
| 2290 | 2026-08-25T21:57:59.865Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2291 | 2026-08-25T21:58:00.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2292 | 2026-08-25T21:58:00.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2293 | 2026-08-25T21:58:00.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2294 | 2026-08-25T21:58:00.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2295 | 2026-08-25T21:58:00.282Z | |
| 2296 | 2026-08-25T21:58:00.282Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2297 | 2026-08-25T21:58:00.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2298 | 2026-08-25T21:58:00.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2299 | 2026-08-25T21:58:00.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2300 | 2026-08-25T21:58:00.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2301 | 2026-08-25T21:58:00.709Z | |
| 2302 | 2026-08-25T21:58:00.709Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2303 | 2026-08-25T21:58:01.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2304 | 2026-08-25T21:58:01.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2305 | 2026-08-25T21:58:01.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2306 | 2026-08-25T21:58:01.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2307 | 2026-08-25T21:58:01.127Z | |
| 2308 | 2026-08-25T21:58:01.128Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2309 | 2026-08-25T21:58:01.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2310 | 2026-08-25T21:58:01.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2311 | 2026-08-25T21:58:01.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2312 | 2026-08-25T21:58:01.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2313 | 2026-08-25T21:58:01.541Z | |
| 2314 | 2026-08-25T21:58:01.542Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2315 | 2026-08-25T21:58:01.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2316 | 2026-08-25T21:58:01.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2317 | 2026-08-25T21:58:01.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2318 | 2026-08-25T21:58:01.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2319 | 2026-08-25T21:58:01.962Z | |
| 2320 | 2026-08-25T21:58:01.962Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2321 | 2026-08-25T21:58:02.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2322 | 2026-08-25T21:58:02.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2323 | 2026-08-25T21:58:02.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2324 | 2026-08-25T21:58:02.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2325 | 2026-08-25T21:58:02.378Z | |
| 2326 | 2026-08-25T21:58:02.378Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2327 | 2026-08-25T21:58:02.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2328 | 2026-08-25T21:58:02.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2329 | 2026-08-25T21:58:02.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2330 | 2026-08-25T21:58:02.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2331 | 2026-08-25T21:58:02.794Z | |
| 2332 | 2026-08-25T21:58:02.794Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2333 | 2026-08-25T21:58:03.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2334 | 2026-08-25T21:58:03.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2335 | 2026-08-25T21:58:03.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2336 | 2026-08-25T21:58:03.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2337 | 2026-08-25T21:58:03.211Z | |
| 2338 | 2026-08-25T21:58:03.211Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2339 | 2026-08-25T21:58:03.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2340 | 2026-08-25T21:58:03.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2341 | 2026-08-25T21:58:03.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2342 | 2026-08-25T21:58:03.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2343 | 2026-08-25T21:58:03.629Z | |
| 2344 | 2026-08-25T21:58:03.629Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2345 | 2026-08-25T21:58:03.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2346 | 2026-08-25T21:58:03.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2347 | 2026-08-25T21:58:03.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2348 | 2026-08-25T21:58:04.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2349 | 2026-08-25T21:58:04.048Z | |
| 2350 | 2026-08-25T21:58:04.048Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2351 | 2026-08-25T21:58:04.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2352 | 2026-08-25T21:58:04.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2353 | 2026-08-25T21:58:04.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2354 | 2026-08-25T21:58:04.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2355 | 2026-08-25T21:58:04.470Z | |
| 2356 | 2026-08-25T21:58:04.470Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2357 | 2026-08-25T21:58:04.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2358 | 2026-08-25T21:58:04.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2359 | 2026-08-25T21:58:04.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2360 | 2026-08-25T21:58:04.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2361 | 2026-08-25T21:58:04.891Z | |
| 2362 | 2026-08-25T21:58:04.891Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2363 | 2026-08-25T21:58:05.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2364 | 2026-08-25T21:58:05.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2365 | 2026-08-25T21:58:05.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2366 | 2026-08-25T21:58:05.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2367 | 2026-08-25T21:58:05.314Z | |
| 2368 | 2026-08-25T21:58:05.314Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2369 | 2026-08-25T21:58:05.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2026-08-25T21:58:05.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2026-08-25T21:58:05.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2372 | 2026-08-25T21:58:05.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2373 | 2026-08-25T21:58:05.732Z | |
| 2374 | 2026-08-25T21:58:05.732Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2375 | 2026-08-25T21:58:06.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2026-08-25T21:58:06.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2026-08-25T21:58:06.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2378 | 2026-08-25T21:58:06.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2379 | 2026-08-25T21:58:06.149Z | |
| 2380 | 2026-08-25T21:58:06.150Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2381 | 2026-08-25T21:58:06.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2026-08-25T21:58:06.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2026-08-25T21:58:06.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2384 | 2026-08-25T21:58:06.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2385 | 2026-08-25T21:58:06.571Z | |
| 2386 | 2026-08-25T21:58:06.571Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2387 | 2026-08-25T21:58:06.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2026-08-25T21:58:06.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2026-08-25T21:58:06.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2026-08-25T21:58:06.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2391 | 2026-08-25T21:58:06.989Z | |
| 2392 | 2026-08-25T21:58:06.989Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2393 | 2026-08-25T21:58:07.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2026-08-25T21:58:07.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2026-08-25T21:58:07.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2396 | 2026-08-25T21:58:07.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2397 | 2026-08-25T21:58:07.408Z | |
| 2398 | 2026-08-25T21:58:07.408Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2399 | 2026-08-25T21:58:07.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2026-08-25T21:58:07.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2026-08-25T21:58:07.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2402 | 2026-08-25T21:58:07.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2403 | 2026-08-25T21:58:07.831Z | |
| 2404 | 2026-08-25T21:58:07.831Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2405 | 2026-08-25T21:58:08.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2026-08-25T21:58:08.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2026-08-25T21:58:08.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2408 | 2026-08-25T21:58:08.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2409 | 2026-08-25T21:58:08.250Z | |
| 2410 | 2026-08-25T21:58:08.250Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2411 | 2026-08-25T21:58:08.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2026-08-25T21:58:08.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2026-08-25T21:58:08.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2414 | 2026-08-25T21:58:08.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2415 | 2026-08-25T21:58:08.674Z | |
| 2416 | 2026-08-25T21:58:08.674Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2417 | 2026-08-25T21:58:09.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2026-08-25T21:58:09.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2026-08-25T21:58:09.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2026-08-25T21:58:09.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2421 | 2026-08-25T21:58:09.091Z | |
| 2422 | 2026-08-25T21:58:09.091Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2423 | 2026-08-25T21:58:09.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2026-08-25T21:58:09.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2026-08-25T21:58:09.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2026-08-25T21:58:09.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2427 | 2026-08-25T21:58:09.699Z | |
| 2428 | 2026-08-25T21:58:09.699Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2429 | 2026-08-25T21:58:10.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2026-08-25T21:58:10.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2026-08-25T21:58:10.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2026-08-25T21:58:10.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2433 | 2026-08-25T21:58:10.309Z | |
| 2434 | 2026-08-25T21:58:10.309Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2435 | 2026-08-25T21:58:10.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2026-08-25T21:58:10.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2026-08-25T21:58:10.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2026-08-25T21:58:10.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2439 | 2026-08-25T21:58:10.908Z | |
| 2440 | 2026-08-25T21:58:10.909Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2441 | 2026-08-25T21:58:11.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2026-08-25T21:58:11.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2026-08-25T21:58:11.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2026-08-25T21:58:11.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2445 | 2026-08-25T21:58:11.514Z | |
| 2446 | 2026-08-25T21:58:11.514Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2447 | 2026-08-25T21:58:12.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2026-08-25T21:58:12.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2026-08-25T21:58:12.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2026-08-25T21:58:12.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2451 | 2026-08-25T21:58:12.091Z | |
| 2452 | 2026-08-25T21:58:12.091Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2453 | 2026-08-25T21:58:12.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2026-08-25T21:58:12.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2026-08-25T21:58:12.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2026-08-25T21:58:12.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2457 | 2026-08-25T21:58:12.639Z | |
| 2458 | 2026-08-25T21:58:12.639Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2459 | 2026-08-25T21:58:13.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2026-08-25T21:58:13.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2026-08-25T21:58:13.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2026-08-25T21:58:13.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2463 | 2026-08-25T21:58:13.213Z | |
| 2464 | 2026-08-25T21:58:13.213Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2465 | 2026-08-25T21:58:13.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2026-08-25T21:58:13.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2026-08-25T21:58:13.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2026-08-25T21:58:13.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2469 | 2026-08-25T21:58:13.785Z | |
| 2470 | 2026-08-25T21:58:13.785Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2471 | 2026-08-25T21:58:14.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2026-08-25T21:58:14.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2026-08-25T21:58:14.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2026-08-25T21:58:14.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2475 | 2026-08-25T21:58:14.367Z | |
| 2476 | 2026-08-25T21:58:14.367Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2477 | 2026-08-25T21:58:14.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2026-08-25T21:58:14.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2026-08-25T21:58:14.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2026-08-25T21:58:14.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2481 | 2026-08-25T21:58:14.944Z | |
| 2482 | 2026-08-25T21:58:14.944Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2483 | 2026-08-25T21:58:15.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2026-08-25T21:58:15.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2026-08-25T21:58:15.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2026-08-25T21:58:15.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2487 | 2026-08-25T21:58:15.503Z | |
| 2488 | 2026-08-25T21:58:15.503Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2489 | 2026-08-25T21:58:15.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2026-08-25T21:58:15.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2026-08-25T21:58:15.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2026-08-25T21:58:15.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2493 | 2026-08-25T21:58:16.060Z | |
| 2494 | 2026-08-25T21:58:16.060Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2495 | 2026-08-25T21:58:16.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2026-08-25T21:58:16.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2026-08-25T21:58:16.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2026-08-25T21:58:16.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2499 | 2026-08-25T21:58:16.609Z | |
| 2500 | 2026-08-25T21:58:16.609Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2501 | 2026-08-25T21:58:17.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2026-08-25T21:58:17.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2026-08-25T21:58:17.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2026-08-25T21:58:17.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2505 | 2026-08-25T21:58:17.165Z | |
| 2506 | 2026-08-25T21:58:17.165Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2507 | 2026-08-25T21:58:17.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2026-08-25T21:58:17.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2026-08-25T21:58:17.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2026-08-25T21:58:17.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2511 | 2026-08-25T21:58:17.722Z | |
| 2512 | 2026-08-25T21:58:17.722Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2513 | 2026-08-25T21:58:18.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2026-08-25T21:58:18.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2026-08-25T21:58:18.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2026-08-25T21:58:18.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2517 | 2026-08-25T21:58:18.298Z | |
| 2518 | 2026-08-25T21:58:18.298Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2519 | 2026-08-25T21:58:18.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2026-08-25T21:58:18.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2026-08-25T21:58:18.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2026-08-25T21:58:18.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2523 | 2026-08-25T21:58:18.866Z | |
| 2524 | 2026-08-25T21:58:18.866Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2525 | 2026-08-25T21:58:19.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2026-08-25T21:58:19.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2026-08-25T21:58:19.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2026-08-25T21:58:19.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2529 | 2026-08-25T21:58:19.430Z | |
| 2530 | 2026-08-25T21:58:19.430Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2531 | 2026-08-25T21:58:19.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2026-08-25T21:58:19.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2026-08-25T21:58:19.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2026-08-25T21:58:19.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2535 | 2026-08-25T21:58:19.980Z | |
| 2536 | 2026-08-25T21:58:19.980Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2537 | 2026-08-25T21:58:20.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2026-08-25T21:58:20.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2026-08-25T21:58:20.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2026-08-25T21:58:20.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2541 | 2026-08-25T21:58:20.547Z | |
| 2542 | 2026-08-25T21:58:20.547Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2543 | 2026-08-25T21:58:21.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2026-08-25T21:58:21.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2026-08-25T21:58:21.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2026-08-25T21:58:21.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2547 | 2026-08-25T21:58:21.110Z | |
| 2548 | 2026-08-25T21:58:21.110Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2549 | 2026-08-25T21:58:21.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2026-08-25T21:58:21.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2026-08-25T21:58:21.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2026-08-25T21:58:21.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2553 | 2026-08-25T21:58:21.669Z | |
| 2554 | 2026-08-25T21:58:21.670Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2555 | 2026-08-25T21:58:22.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2026-08-25T21:58:22.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2026-08-25T21:58:22.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2558 | 2026-08-25T21:58:22.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2559 | 2026-08-25T21:58:22.226Z | |
| 2560 | 2026-08-25T21:58:22.226Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2561 | 2026-08-25T21:58:22.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2026-08-25T21:58:22.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2026-08-25T21:58:22.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2564 | 2026-08-25T21:58:22.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2565 | 2026-08-25T21:58:22.792Z | |
| 2566 | 2026-08-25T21:58:22.793Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2567 | 2026-08-25T21:58:23.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2026-08-25T21:58:23.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2026-08-25T21:58:23.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2570 | 2026-08-25T21:58:23.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2571 | 2026-08-25T21:58:23.347Z | |
| 2572 | 2026-08-25T21:58:23.347Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2573 | 2026-08-25T21:58:23.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2026-08-25T21:58:23.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2026-08-25T21:58:23.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2026-08-25T21:58:23.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2577 | 2026-08-25T21:58:23.911Z | |
| 2578 | 2026-08-25T21:58:23.911Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2579 | 2026-08-25T21:58:24.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2026-08-25T21:58:24.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2026-08-25T21:58:24.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2026-08-25T21:58:24.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2583 | 2026-08-25T21:58:24.470Z | |
| 2584 | 2026-08-25T21:58:24.470Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2585 | 2026-08-25T21:58:24.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2026-08-25T21:58:24.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2026-08-25T21:58:24.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2026-08-25T21:58:24.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2589 | 2026-08-25T21:58:25.058Z | |
| 2590 | 2026-08-25T21:58:25.059Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2591 | 2026-08-25T21:58:25.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2026-08-25T21:58:25.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2026-08-25T21:58:25.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2026-08-25T21:58:25.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2595 | 2026-08-25T21:58:25.640Z | |
| 2596 | 2026-08-25T21:58:25.640Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2597 | 2026-08-25T21:58:26.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2026-08-25T21:58:26.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2026-08-25T21:58:26.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2600 | 2026-08-25T21:58:26.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2601 | 2026-08-25T21:58:26.194Z | |
| 2602 | 2026-08-25T21:58:26.194Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2603 | 2026-08-25T21:58:26.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2604 | 2026-08-25T21:58:26.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2605 | 2026-08-25T21:58:26.790Z | Checking cfg-if v1.0.4 |
| 2606 | 2026-08-25T21:58:26.793Z | Checking serde_core v1.0.228 |
| 2607 | 2026-08-25T21:58:26.894Z | Checking libc v0.2.185 |
| 2608 | 2026-08-25T21:58:26.906Z | Checking memchr v2.8.0 |
| 2609 | 2026-08-25T21:58:26.915Z | Checking smallvec v1.15.1 |
| 2610 | 2026-08-25T21:58:26.918Z | Checking log v0.4.33 |
| 2611 | 2026-08-25T21:58:26.936Z | Checking subtle v2.6.1 |
| 2612 | 2026-08-25T21:58:26.946Z | Checking itoa v1.0.17 |
| 2613 | 2026-08-25T21:58:26.949Z | Checking scopeguard v1.2.0 |
| 2614 | 2026-08-25T21:58:27.053Z | Checking lock_api v0.4.14 |
| 2615 | 2026-08-25T21:58:27.078Z | Checking stable_deref_trait v1.2.1 |
| 2616 | 2026-08-25T21:58:27.078Z | Checking typenum v1.20.1 |
| 2617 | 2026-08-25T21:58:27.101Z | Checking zerofrom v0.1.6 |
| 2618 | 2026-08-25T21:58:27.114Z | Checking portable-atomic v1.13.1 |
| 2619 | 2026-08-25T21:58:27.150Z | Checking zerocopy v0.8.55 |
| 2620 | 2026-08-25T21:58:27.213Z | Checking yoke v0.8.1 |
| 2621 | 2026-08-25T21:58:27.251Z | Checking critical-section v1.2.0 |
| 2622 | 2026-08-25T21:58:27.266Z | Checking const-oid v0.9.6 |
| 2623 | 2026-08-25T21:58:27.284Z | Checking errno v0.3.14 |
| 2624 | 2026-08-25T21:58:27.346Z | Checking getrandom v0.2.17 |
| 2625 | 2026-08-25T21:58:27.375Z | Checking zerovec v0.11.5 |
| 2626 | 2026-08-25T21:58:27.423Z | Checking pin-project-lite v0.2.17 |
| 2627 | 2026-08-25T21:58:27.490Z | Checking rand_core v0.6.4 |
| 2628 | 2026-08-25T21:58:27.517Z | Checking once_cell v1.21.3 |
| 2629 | 2026-08-25T21:58:27.529Z | Checking libm v0.2.16 |
| 2630 | 2026-08-25T21:58:27.662Z | Checking zmij v1.0.21 |
| 2631 | 2026-08-25T21:58:27.687Z | Checking signal-hook-registry v1.4.8 |
| 2632 | 2026-08-25T21:58:27.807Z | Checking tinystr v0.8.2 |
| 2633 | 2026-08-25T21:58:27.828Z | Checking parking_lot_core v0.9.12 |
| 2634 | 2026-08-25T21:58:27.850Z | Checking writeable v0.6.2 |
| 2635 | 2026-08-25T21:58:27.874Z | Checking futures-core v0.3.32 |
| 2636 | 2026-08-25T21:58:27.978Z | Checking rand_core v0.10.0 |
| 2637 | 2026-08-25T21:58:27.981Z | Checking litemap v0.8.1 |
| 2638 | 2026-08-25T21:58:28.001Z | Checking percent-encoding v2.3.2 |
| 2639 | 2026-08-25T21:58:28.013Z | Checking parking_lot v0.12.5 |
| 2640 | 2026-08-25T21:58:28.013Z | Checking potential_utf v0.1.4 |
| 2641 | 2026-08-25T21:58:28.117Z | Checking getrandom v0.4.3 |
| 2642 | 2026-08-25T21:58:28.134Z | Checking zerotrie v0.2.3 |
| 2643 | 2026-08-25T21:58:28.145Z | Checking mio v1.2.0 |
| 2644 | 2026-08-25T21:58:28.156Z | Checking icu_locale_core v2.1.1 |
| 2645 | 2026-08-25T21:58:28.195Z | Checking equivalent v1.0.2 |
| 2646 | 2026-08-25T21:58:28.231Z | Checking num-traits v0.2.19 |
| 2647 | 2026-08-25T21:58:28.261Z | Checking icu_collections v2.1.1 |
| 2648 | 2026-08-25T21:58:28.277Z | Checking socket2 v0.6.3 |
| 2649 | 2026-08-25T21:58:28.372Z | Checking icu_properties_data v2.1.2 |
| 2650 | 2026-08-25T21:58:28.385Z | Checking serde v1.0.228 |
| 2651 | 2026-08-25T21:58:28.420Z | Checking bitflags v2.11.0 |
| 2652 | 2026-08-25T21:58:28.498Z | Checking serde_json v1.0.151 |
| 2653 | 2026-08-25T21:58:28.513Z | Checking icu_normalizer_data v2.1.1 |
| 2654 | 2026-08-25T21:58:28.561Z | Checking byteorder v1.5.0 |
| 2655 | 2026-08-25T21:58:28.582Z | Checking futures-sink v0.3.32 |
| 2656 | 2026-08-25T21:58:28.586Z | Checking hashbrown v0.17.0 |
| 2657 | 2026-08-25T21:58:28.681Z | Checking futures-channel v0.3.32 |
| 2658 | 2026-08-25T21:58:28.700Z | Checking icu_provider v2.1.1 |
| 2659 | 2026-08-25T21:58:28.753Z | Checking getrandom v0.3.4 |
| 2660 | 2026-08-25T21:58:28.766Z | Checking slab v0.4.12 |
| 2661 | 2026-08-25T21:58:28.781Z | Checking zeroize v1.9.0 |
| 2662 | 2026-08-25T21:58:28.870Z | Checking bytes v1.11.1 |
| 2663 | 2026-08-25T21:58:28.893Z | Checking utf8_iter v1.0.4 |
| 2664 | 2026-08-25T21:58:28.918Z | Checking futures-io v0.3.32 |
| 2665 | 2026-08-25T21:58:28.929Z | Checking icu_properties v2.1.2 |
| 2666 | 2026-08-25T21:58:28.947Z | Checking generic-array v0.14.7 |
| 2667 | 2026-08-25T21:58:29.012Z | Checking icu_normalizer v2.1.1 |
| 2668 | 2026-08-25T21:58:29.028Z | Checking futures-task v0.3.32 |
| 2669 | 2026-08-25T21:58:29.055Z | Checking indexmap v2.14.0 |
| 2670 | 2026-08-25T21:58:29.163Z | Checking futures-util v0.3.32 |
| 2671 | 2026-08-25T21:58:29.163Z | Checking rustix v1.1.4 |
| 2672 | 2026-08-25T21:58:29.306Z | Checking tokio v1.52.1 |
| 2673 | 2026-08-25T21:58:29.318Z | Checking form_urlencoded v1.2.2 |
| 2674 | 2026-08-25T21:58:29.399Z | Checking block-buffer v0.10.4 |
| 2675 | 2026-08-25T21:58:29.440Z | Checking crypto-common v0.1.7 |
| 2676 | 2026-08-25T21:58:29.547Z | Checking fnv v1.0.7 |
| 2677 | 2026-08-25T21:58:29.565Z | Checking digest v0.10.7 |
| 2678 | 2026-08-25T21:58:29.606Z | Checking base64ct v1.8.3 |
| 2679 | 2026-08-25T21:58:29.641Z | Checking iana-time-zone v0.1.65 |
| 2680 | 2026-08-25T21:58:29.738Z | Checking idna_adapter v1.2.1 |
| 2681 | 2026-08-25T21:58:29.750Z | Checking flagset v0.4.7 |
| 2682 | 2026-08-25T21:58:29.762Z | Checking chrono v0.4.45 |
| 2683 | 2026-08-25T21:58:29.839Z | Checking pem-rfc7468 v0.7.0 |
| 2684 | 2026-08-25T21:58:29.854Z | Checking idna v1.1.0 |
| 2685 | 2026-08-25T21:58:29.867Z | Checking rand_core v0.9.5 |
| 2686 | 2026-08-25T21:58:29.899Z | Checking ppv-lite86 v0.2.21 |
| 2687 | 2026-08-25T21:58:29.975Z | Checking uuid v1.23.4 |
| 2688 | 2026-08-25T21:58:29.994Z | Checking der v0.7.10 |
| 2689 | 2026-08-25T21:58:30.036Z | Checking base64 v0.22.1 |
| 2690 | 2026-08-25T21:58:30.087Z | Checking url v2.5.8 |
| 2691 | 2026-08-25T21:58:30.187Z | Checking regex-syntax v0.8.10 |
| 2692 | 2026-08-25T21:58:30.268Z | Checking http v1.4.2 |
| 2693 | 2026-08-25T21:58:30.287Z | Checking rand_chacha v0.9.0 |
| 2694 | 2026-08-25T21:58:30.491Z | Checking tracing-core v0.1.36 |
| 2695 | 2026-08-25T21:58:30.520Z | Checking cpufeatures v0.2.17 |
| 2696 | 2026-08-25T21:58:30.589Z | Checking dyn-clone v1.0.20 |
| 2697 | 2026-08-25T21:58:30.603Z | Checking simd-adler32 v0.3.8 |
| 2698 | 2026-08-25T21:58:30.693Z | Checking rand v0.9.2 |
| 2699 | 2026-08-25T21:58:30.709Z | Checking spki v0.7.3 |
| 2700 | 2026-08-25T21:58:30.771Z | Checking rustls-pki-types v1.14.0 |
| 2701 | 2026-08-25T21:58:30.792Z | Checking tracing v0.1.44 |
| 2702 | 2026-08-25T21:58:30.816Z | Checking http-body v1.0.1 |
| 2703 | 2026-08-25T21:58:30.873Z | Checking pkcs8 v0.10.2 |
| 2704 | 2026-08-25T21:58:30.950Z | Checking semver v1.0.28 |
| 2705 | 2026-08-25T21:58:30.993Z | Checking spin v0.9.8 |
| 2706 | 2026-08-25T21:58:31.034Z | Checking cmov v0.5.4 |
| 2707 | 2026-08-25T21:58:31.051Z | Checking openssl-probe v0.2.1 |
| 2708 | 2026-08-25T21:58:31.065Z | Checking tinyvec_macros v0.1.1 |
| 2709 | 2026-08-25T21:58:31.128Z | Checking adler2 v2.0.1 |
| 2710 | 2026-08-25T21:58:31.153Z | Checking anstyle v1.0.14 |
| 2711 | 2026-08-25T21:58:31.165Z | Checking utf8parse v0.2.2 |
| 2712 | 2026-08-25T21:58:31.177Z | Checking schemars v0.8.22 |
| 2713 | 2026-08-25T21:58:31.177Z | Checking tinyvec v1.10.0 |
| 2714 | 2026-08-25T21:58:31.217Z | Checking ctutils v0.4.2 |
| 2715 | 2026-08-25T21:58:31.230Z | Checking miniz_oxide v0.8.9 |
| 2716 | 2026-08-25T21:58:31.259Z | Checking anstyle-parse v1.0.0 |
| 2717 | 2026-08-25T21:58:31.332Z | Checking sha2 v0.10.9 |
| 2718 | 2026-08-25T21:58:31.411Z | Checking terminal_size v0.4.3 |
| 2719 | 2026-08-25T21:58:31.428Z | Checking aws-lc-sys v0.40.0 |
| 2720 | 2026-08-25T21:58:31.469Z | Checking thiserror v2.0.18 |
| 2721 | 2026-08-25T21:58:31.486Z | Checking untrusted v0.7.1 |
| 2722 | 2026-08-25T21:58:31.519Z | Checking try-lock v0.2.5 |
| 2723 | 2026-08-25T21:58:31.566Z | Checking fastrand v2.3.0 |
| 2724 | 2026-08-25T21:58:31.579Z | Checking atomic-waker v1.1.2 |
| 2725 | 2026-08-25T21:58:31.596Z | Checking tower-service v0.3.3 |
| 2726 | 2026-08-25T21:58:31.609Z | Checking is_terminal_polyfill v1.70.2 |
| 2727 | 2026-08-25T21:58:31.620Z | Checking tower-layer v0.3.3 |
| 2728 | 2026-08-25T21:58:31.670Z | Checking anstyle-query v1.1.5 |
| 2729 | 2026-08-25T21:58:31.683Z | Checking colorchoice v1.0.4 |
| 2730 | 2026-08-25T21:58:31.695Z | Checking want v0.3.1 |
| 2731 | 2026-08-25T21:58:31.739Z | Checking tempfile v3.27.0 |
| 2732 | 2026-08-25T21:58:31.758Z | Checking hybrid-array v0.4.13 |
| 2733 | 2026-08-25T21:58:31.773Z | Checking ipnet v2.12.0 |
| 2734 | 2026-08-25T21:58:31.784Z | Checking anstream v1.0.0 |
| 2735 | 2026-08-25T21:58:31.809Z | Checking crc32fast v1.5.0 |
| 2736 | 2026-08-25T21:58:31.821Z | Checking httparse v1.10.1 |
| 2737 | 2026-08-25T21:58:31.924Z | Checking aws-lc-rs v1.16.3 |
| 2738 | 2026-08-25T21:58:31.937Z | Checking aho-corasick v1.1.4 |
| 2739 | 2026-08-25T21:58:31.951Z | Checking untrusted v0.9.0 |
| 2740 | 2026-08-25T21:58:31.973Z | Checking plain v0.2.3 |
| 2741 | 2026-08-25T21:58:32.021Z | Checking foreign-types-shared v0.1.1 |
| 2742 | 2026-08-25T21:58:32.035Z | Checking httpdate v1.0.3 |
| 2743 | 2026-08-25T21:58:32.051Z | Checking tap v1.0.1 |
| 2744 | 2026-08-25T21:58:32.074Z | Checking unicode-normalization v0.1.25 |
| 2745 | 2026-08-25T21:58:32.102Z | Checking foreign-types v0.3.2 |
| 2746 | 2026-08-25T21:58:32.151Z | Checking wyz v0.5.1 |
| 2747 | 2026-08-25T21:58:32.169Z | Checking rand_chacha v0.3.1 |
| 2748 | 2026-08-25T21:58:32.181Z | Checking signature v2.2.0 |
| 2749 | 2026-08-25T21:58:32.313Z | Checking radium v0.7.0 |
| 2750 | 2026-08-25T21:58:32.327Z | Checking hex v0.4.3 |
| 2751 | 2026-08-25T21:58:32.371Z | Checking num-integer v0.1.46 |
| 2752 | 2026-08-25T21:58:32.468Z | Checking openssl-sys v0.9.117 |
| 2753 | 2026-08-25T21:58:32.481Z | Checking wait-timeout v0.2.1 |
| 2754 | 2026-08-25T21:58:32.504Z | Checking unicode-ident v1.0.24 |
| 2755 | 2026-08-25T21:58:32.519Z | Checking tokio-util v0.7.18 |
| 2756 | 2026-08-25T21:58:32.548Z | Checking ucd-trie v0.1.7 |
| 2757 | 2026-08-25T21:58:32.592Z | Checking regex-automata v0.4.14 |
| 2758 | 2026-08-25T21:58:32.593Z | Checking strsim v0.11.1 |
| 2759 | 2026-08-25T21:58:32.596Z | Checking quick-error v1.2.3 |
| 2760 | 2026-08-25T21:58:32.629Z | Checking funty v2.0.0 |
| 2761 | 2026-08-25T21:58:32.677Z | Checking bit-vec v0.8.0 |
| 2762 | 2026-08-25T21:58:32.704Z | Checking clap_lex v1.0.0 |
| 2763 | 2026-08-25T21:58:32.766Z | Checking rustls-webpki v0.103.13 |
| 2764 | 2026-08-25T21:58:32.779Z | Checking rusty-fork v0.3.1 |
| 2765 | 2026-08-25T21:58:32.853Z | Checking clap_builder v4.6.0 |
| 2766 | 2026-08-25T21:58:32.856Z | Checking openssl v0.10.80 |
| 2767 | 2026-08-25T21:58:32.883Z | Checking bit-set v0.8.0 |
| 2768 | 2026-08-25T21:58:32.953Z | Checking pest v2.8.6 |
| 2769 | 2026-08-25T21:58:32.962Z | Checking bitvec v1.0.1 |
| 2770 | 2026-08-25T21:58:33.028Z | Checking proc-macro2 v1.0.106 |
| 2771 | 2026-08-25T21:58:33.145Z | Checking h2 v0.4.15 |
| 2772 | 2026-08-25T21:58:33.198Z | Checking rustls v0.23.41 |
| 2773 | 2026-08-25T21:58:33.344Z | Checking num-iter v0.1.45 |
| 2774 | 2026-08-25T21:58:33.454Z | Checking rand v0.8.6 |
| 2775 | 2026-08-25T21:58:33.973Z | Checking lazy_static v1.5.0 |
| 2776 | 2026-08-25T21:58:34.005Z | Checking rand_xorshift v0.4.0 |
| 2777 | 2026-08-25T21:58:34.061Z | Checking hmac v0.12.1 |
| 2778 | 2026-08-25T21:58:34.075Z | Checking thiserror v1.0.69 |
| 2779 | 2026-08-25T21:58:34.123Z | Checking maybe-uninit v2.0.0 |
| 2780 | 2026-08-25T21:58:34.171Z | Checking toml_datetime v0.6.11 |
| 2781 | 2026-08-25T21:58:34.188Z | Checking serde_spanned v0.6.9 |
| 2782 | 2026-08-25T21:58:34.201Z | Checking sync_wrapper v1.0.2 |
| 2783 | 2026-08-25T21:58:34.280Z | Checking pretty-hex v0.4.1 |
| 2784 | 2026-08-25T21:58:34.299Z | Checking siphasher v1.0.2 |
| 2785 | 2026-08-25T21:58:34.311Z | Checking nodrop v0.1.14 |
| 2786 | 2026-08-25T21:58:34.349Z | Checking zlib-rs v0.6.2 |
| 2787 | 2026-08-25T21:58:34.394Z | Checking powerfmt v0.2.0 |
| 2788 | 2026-08-25T21:58:34.394Z | Checking unarray v0.1.4 |
| 2789 | 2026-08-25T21:58:34.440Z | Checking crc-catalog v2.4.0 |
| 2790 | 2026-08-25T21:58:34.453Z | Checking array-init v0.0.4 |
| 2791 | 2026-08-25T21:58:34.501Z | Checking proptest v1.11.0 |
| 2792 | 2026-08-25T21:58:34.528Z | Checking crc v3.4.0 |
| 2793 | 2026-08-25T21:58:34.540Z | Checking deranged v0.5.8 |
| 2794 | 2026-08-25T21:58:34.697Z | Checking tower v0.5.3 |
| 2795 | 2026-08-25T21:58:34.739Z | Checking packed_struct v0.10.1 |
| 2796 | 2026-08-25T21:58:34.869Z | Checking native-tls v0.2.18 |
| 2797 | 2026-08-25T21:58:35.053Z | Checking smallvec v0.6.14 |
| 2798 | 2026-08-25T21:58:35.083Z | Checking clap v4.6.1 |
| 2799 | 2026-08-25T21:58:35.162Z | Checking num-bigint-dig v0.8.6 |
| 2800 | 2026-08-25T21:58:35.208Z | Checking flate2 v1.1.9 |
| 2801 | 2026-08-25T21:58:35.238Z | Checking quote v1.0.45 |
| 2802 | 2026-08-25T21:58:35.412Z | Checking ipnetwork v0.21.1 |
| 2803 | 2026-08-25T21:58:35.453Z | Checking pkcs1 v0.7.5 |
| 2804 | 2026-08-25T21:58:35.453Z | Checking http-body-util v0.1.3 |
| 2805 | 2026-08-25T21:58:35.495Z | Checking crossbeam-utils v0.8.21 |
| 2806 | 2026-08-25T21:58:35.623Z | Checking zerocopy v0.6.6 |
| 2807 | 2026-08-25T21:58:35.666Z | Checking bitfield v0.19.4 |
| 2808 | 2026-08-25T21:58:35.668Z | Checking ahash v0.8.12 |
| 2809 | 2026-08-25T21:58:35.766Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2810 | 2026-08-25T21:58:35.830Z | Checking scroll v0.13.0 |
| 2811 | 2026-08-25T21:58:35.849Z | Checking env_filter v2.0.0 |
| 2812 | 2026-08-25T21:58:35.870Z | Checking unicode-properties v0.1.4 |
| 2813 | 2026-08-25T21:58:35.912Z | Checking num_threads v0.1.7 |
| 2814 | 2026-08-25T21:58:35.927Z | Checking hyper v1.10.1 |
| 2815 | 2026-08-25T21:58:35.937Z | Checking hashbrown v0.12.3 |
| 2816 | 2026-08-25T21:58:35.984Z | Checking allocator-api2 v0.2.21 |
| 2817 | 2026-08-25T21:58:35.996Z | Checking time-core v0.1.8 |
| 2818 | 2026-08-25T21:58:35.999Z | Checking unicode-bidi v0.3.18 |
| 2819 | 2026-08-25T21:58:36.053Z | Checking base64 v0.21.7 |
| 2820 | 2026-08-25T21:58:36.054Z | Checking num-conv v0.2.0 |
| 2821 | 2026-08-25T21:58:36.133Z | Checking iri-string v0.7.10 |
| 2822 | 2026-08-25T21:58:36.169Z | Checking winnow v0.5.40 |
| 2823 | 2026-08-25T21:58:36.266Z | Checking ryu v1.0.23 |
| 2824 | 2026-08-25T21:58:36.284Z | Checking gimli v0.32.3 |
| 2825 | 2026-08-25T21:58:36.297Z | Checking stringprep v0.1.5 |
| 2826 | 2026-08-25T21:58:36.309Z | Checking ron v0.8.1 |
| 2827 | 2026-08-25T21:58:36.344Z | Checking indexmap v1.9.3 |
| 2828 | 2026-08-25T21:58:36.395Z | Checking serde_urlencoded v0.7.1 |
| 2829 | 2026-08-25T21:58:36.445Z | Checking newtype-uuid v1.3.2 |
| 2830 | 2026-08-25T21:58:36.598Z | Checking time v0.3.47 |
| 2831 | 2026-08-25T21:58:36.647Z | Checking goblin v0.10.5 |
| 2832 | 2026-08-25T21:58:36.661Z | Checking rsa v0.9.10 |
| 2833 | 2026-08-25T21:58:36.818Z | Checking env_logger v0.11.11 |
| 2834 | 2026-08-25T21:58:36.845Z | Checking hyper-util v0.1.20 |
| 2835 | 2026-08-25T21:58:37.025Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2836 | 2026-08-25T21:58:37.124Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2837 | 2026-08-25T21:58:37.151Z | Checking tower-http v0.6.8 |
| 2838 | 2026-08-25T21:58:37.280Z | Checking hashbrown v0.13.2 |
| 2839 | 2026-08-25T21:58:37.310Z | Checking toml_edit v0.19.15 |
| 2840 | 2026-08-25T21:58:37.432Z | Checking bzip2 v0.4.4 |
| 2841 | 2026-08-25T21:58:37.598Z | Checking crossbeam-epoch v0.9.18 |
| 2842 | 2026-08-25T21:58:37.693Z | Checking oxnet v0.1.6 |
| 2843 | 2026-08-25T21:58:37.724Z | Checking syn v2.0.117 |
| 2844 | 2026-08-25T21:58:37.814Z | Checking addr2line v0.25.1 |
| 2845 | 2026-08-25T21:58:37.831Z | Checking serde-hex v0.1.0 |
| 2846 | 2026-08-25T21:58:37.952Z | Checking tokio-native-tls v0.3.1 |
| 2847 | 2026-08-25T21:58:38.080Z | Checking bstr v1.12.1 |
| 2848 | 2026-08-25T21:58:38.121Z | Checking block-padding v0.4.2 |
| 2849 | 2026-08-25T21:58:38.133Z | Checking block-buffer v0.12.1 |
| 2850 | 2026-08-25T21:58:38.256Z | Checking crypto-common v0.2.2 |
| 2851 | 2026-08-25T21:58:38.299Z | Checking rustls-native-certs v0.8.3 |
| 2852 | 2026-08-25T21:58:38.344Z | Checking x509-cert v0.2.5 |
| 2853 | 2026-08-25T21:58:38.432Z | Checking scroll v0.12.0 |
| 2854 | 2026-08-25T21:58:38.478Z | Checking object v0.37.3 |
| 2855 | 2026-08-25T21:58:38.658Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2856 | 2026-08-25T21:58:38.772Z | Checking md-5 v0.10.6 |
| 2857 | 2026-08-25T21:58:38.843Z | Checking hash32 v0.2.1 |
| 2858 | 2026-08-25T21:58:38.913Z | Checking encoding_rs v0.8.35 |
| 2859 | 2026-08-25T21:58:38.966Z | Checking rustc-demangle v0.1.27 |
| 2860 | 2026-08-25T21:58:38.989Z | Checking fallible-iterator v0.2.0 |
| 2861 | 2026-08-25T21:58:39.002Z | Checking either v1.15.0 |
| 2862 | 2026-08-25T21:58:39.179Z | Checking mime v0.3.17 |
| 2863 | 2026-08-25T21:58:39.182Z | Checking psl-types v2.0.11 |
| 2864 | 2026-08-25T21:58:39.259Z | Checking crc-any v2.5.0 |
| 2865 | 2026-08-25T21:58:39.307Z | Checking publicsuffix v2.3.0 |
| 2866 | 2026-08-25T21:58:39.326Z | Checking postgres-protocol v0.6.10 |
| 2867 | 2026-08-25T21:58:39.357Z | Checking heapless v0.7.17 |
| 2868 | 2026-08-25T21:58:39.436Z | Checking dof v0.4.0 |
| 2869 | 2026-08-25T21:58:39.469Z | Checking zstd-safe v7.2.4 |
| 2870 | 2026-08-25T21:58:39.635Z | Checking goblin v0.8.2 |
| 2871 | 2026-08-25T21:58:39.648Z | Checking toml v0.7.8 |
| 2872 | 2026-08-25T21:58:39.770Z | Checking inout v0.2.2 |
| 2873 | 2026-08-25T21:58:39.841Z | Checking hyper-tls v0.6.0 |
| 2874 | 2026-08-25T21:58:39.925Z | Checking daft v0.1.8 |
| 2875 | 2026-08-25T21:58:39.957Z | Checking cookie v0.18.1 |
| 2876 | 2026-08-25T21:58:39.994Z | Checking object v0.30.4 |
| 2877 | 2026-08-25T21:58:40.015Z | Checking zip v0.6.6 |
| 2878 | 2026-08-25T21:58:40.033Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2879 | 2026-08-25T21:58:40.074Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2880 | 2026-08-25T21:58:40.168Z | Checking tokio-rustls v0.26.4 |
| 2881 | 2026-08-25T21:58:40.182Z | Checking phf_shared v0.13.1 |
| 2882 | 2026-08-25T21:58:40.229Z | Checking dtrace-parser v0.3.0 |
| 2883 | 2026-08-25T21:58:40.336Z | Checking zerocopy v0.7.35 |
| 2884 | 2026-08-25T21:58:40.371Z | Checking pin-project v1.1.11 |
| 2885 | 2026-08-25T21:58:40.392Z | Checking signal-hook v0.3.18 |
| 2886 | 2026-08-25T21:58:40.464Z | Checking futures-executor v0.3.32 |
| 2887 | 2026-08-25T21:58:40.478Z | Checking ff v0.13.1 |
| 2888 | 2026-08-25T21:58:40.580Z | Checking thread-id v5.1.0 |
| 2889 | 2026-08-25T21:58:40.602Z | Checking base16ct v0.2.0 |
| 2890 | 2026-08-25T21:58:40.613Z | Checking libbz2-rs-sys v0.2.2 |
| 2891 | 2026-08-25T21:58:40.657Z | Checking unicode-width v0.2.0 |
| 2892 | 2026-08-25T21:58:40.727Z | Checking bitflags v1.3.2 |
| 2893 | 2026-08-25T21:58:40.773Z | Checking backtrace v0.3.76 |
| 2894 | 2026-08-25T21:58:40.797Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2895 | 2026-08-25T21:58:40.816Z | Checking smawk v0.3.2 |
| 2896 | 2026-08-25T21:58:40.898Z | Checking bumpalo v3.20.2 |
| 2897 | 2026-08-25T21:58:40.942Z | Checking same-file v1.0.6 |
| 2898 | 2026-08-25T21:58:40.971Z | Checking unicode-linebreak v0.1.5 |
| 2899 | 2026-08-25T21:58:40.988Z | Checking managed v0.8.0 |
| 2900 | 2026-08-25T21:58:41.001Z | Checking is_ci v1.2.0 |
| 2901 | 2026-08-25T21:58:41.056Z | Checking foldhash v0.2.0 |
| 2902 | 2026-08-25T21:58:41.069Z | Checking path-slash v0.1.5 |
| 2903 | 2026-08-25T21:58:41.089Z | Checking jiff-core v0.1.0 |
| 2904 | 2026-08-25T21:58:41.104Z | Checking foldhash v0.1.5 |
| 2905 | 2026-08-25T21:58:41.164Z | Compiling rayon-core v1.13.0 |
| 2906 | 2026-08-25T21:58:41.178Z | Checking textwrap v0.16.2 |
| 2907 | 2026-08-25T21:58:41.182Z | Checking smoltcp v0.9.1 |
| 2908 | 2026-08-25T21:58:41.211Z | Checking hashbrown v0.16.1 |
| 2909 | 2026-08-25T21:58:41.230Z | Checking hashbrown v0.15.5 |
| 2910 | 2026-08-25T21:58:41.355Z | Checking zopfli v0.8.3 |
| 2911 | 2026-08-25T21:58:41.387Z | Checking supports-color v3.0.2 |
| 2912 | 2026-08-25T21:58:41.510Z | Checking backtrace-ext v0.2.1 |
| 2913 | 2026-08-25T21:58:41.527Z | Checking dof v0.3.0 |
| 2914 | 2026-08-25T21:58:41.617Z | Checking walkdir v2.5.0 |
| 2915 | 2026-08-25T21:58:41.674Z | Checking bzip2 v0.6.1 |
| 2916 | 2026-08-25T21:58:41.704Z | Checking sec1 v0.7.3 |
| 2917 | 2026-08-25T21:58:41.716Z | Checking usdt-impl v0.6.0 |
| 2918 | 2026-08-25T21:58:41.756Z | Checking futures v0.3.32 |
| 2919 | 2026-08-25T21:58:41.769Z | Checking jiff v0.2.34 |
| 2920 | 2026-08-25T21:58:41.781Z | Checking group v0.13.0 |
| 2921 | 2026-08-25T21:58:41.806Z | Checking signal-hook-mio v0.2.5 |
| 2922 | 2026-08-25T21:58:41.829Z | Checking snafu v0.8.9 |
| 2923 | 2026-08-25T21:58:41.841Z | Checking hyper-rustls v0.27.7 |
| 2924 | 2026-08-25T21:58:41.906Z | Checking phf v0.13.1 |
| 2925 | 2026-08-25T21:58:41.910Z | Checking cookie_store v0.22.1 |
| 2926 | 2026-08-25T21:58:41.934Z | Checking reqwest v0.12.28 |
| 2927 | 2026-08-25T21:58:41.992Z | Checking cipher v0.5.2 |
| 2928 | 2026-08-25T21:58:42.043Z | Checking postgres-types v0.2.12 |
| 2929 | 2026-08-25T21:58:42.055Z | Checking zstd v0.13.3 |
| 2930 | 2026-08-25T21:58:42.068Z | Checking globset v0.4.18 |
| 2931 | 2026-08-25T21:58:42.080Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2932 | 2026-08-25T21:58:42.229Z | Checking rustls-platform-verifier v0.6.2 |
| 2933 | 2026-08-25T21:58:42.241Z | Checking crossbeam-deque v0.8.6 |
| 2934 | 2026-08-25T21:58:42.253Z | Checking phf_shared v0.11.3 |
| 2935 | 2026-08-25T21:58:42.314Z | Checking regex v1.12.3 |
| 2936 | 2026-08-25T21:58:42.351Z | Checking hkdf v0.12.4 |
| 2937 | 2026-08-25T21:58:42.368Z | Checking dtrace-parser v0.2.0 |
| 2938 | 2026-08-25T21:58:42.389Z | Checking byte-wrapper v0.1.0 |
| 2939 | 2026-08-25T21:58:42.410Z | Checking ref-cast v1.0.25 |
| 2940 | 2026-08-25T21:58:42.414Z | Checking curve25519-dalek v4.1.3 |
| 2941 | 2026-08-25T21:58:42.484Z | Checking strum v0.27.2 |
| 2942 | 2026-08-25T21:58:42.505Z | Checking hubpack v0.1.2 |
| 2943 | 2026-08-25T21:58:42.586Z | Checking olpc-cjson v0.1.4 |
| 2944 | 2026-08-25T21:58:42.589Z | Checking ed25519 v2.2.3 |
| 2945 | 2026-08-25T21:58:42.610Z | Checking memoffset v0.9.1 |
| 2946 | 2026-08-25T21:58:42.614Z | Checking rustix v0.38.44 |
| 2947 | 2026-08-25T21:58:42.668Z | Checking owo-colors v4.3.0 |
| 2948 | 2026-08-25T21:58:42.682Z | Checking pem v3.0.6 |
| 2949 | 2026-08-25T21:58:42.686Z | Checking crypto-bigint v0.5.5 |
| 2950 | 2026-08-25T21:58:42.735Z | Checking erased-serde v0.3.31 |
| 2951 | 2026-08-25T21:58:42.788Z | Checking serde_plain v1.0.2 |
| 2952 | 2026-08-25T21:58:42.838Z | Checking serde-big-array v0.5.1 |
| 2953 | 2026-08-25T21:58:42.933Z | Checking float-cmp v0.10.0 |
| 2954 | 2026-08-25T21:58:42.971Z | Checking thread-id v4.2.2 |
| 2955 | 2026-08-25T21:58:43.053Z | Checking memmap2 v0.9.10 |
| 2956 | 2026-08-25T21:58:43.065Z | Checking fixedbitset v0.4.2 |
| 2957 | 2026-08-25T21:58:43.120Z | Checking difflib v0.4.0 |
| 2958 | 2026-08-25T21:58:43.208Z | Checking new_debug_unreachable v1.0.6 |
| 2959 | 2026-08-25T21:58:43.212Z | Checking keccak v0.1.6 |
| 2960 | 2026-08-25T21:58:43.233Z | Checking fixedbitset v0.5.7 |
| 2961 | 2026-08-25T21:58:43.236Z | Checking winnow v0.7.14 |
| 2962 | 2026-08-25T21:58:43.275Z | Checking unicode-width v0.1.14 |
| 2963 | 2026-08-25T21:58:43.295Z | Checking cpufeatures v0.3.0 |
| 2964 | 2026-08-25T21:58:43.367Z | Checking typed-path v0.9.3 |
| 2965 | 2026-08-25T21:58:43.383Z | Checking normalize-line-endings v0.3.0 |
| 2966 | 2026-08-25T21:58:43.419Z | Checking toml_write v0.1.2 |
| 2967 | 2026-08-25T21:58:43.433Z | Checking data-encoding v2.10.0 |
| 2968 | 2026-08-25T21:58:43.469Z | Checking precomputed-hash v0.1.1 |
| 2969 | 2026-08-25T21:58:43.516Z | Checking unicode-segmentation v1.12.0 |
| 2970 | 2026-08-25T21:58:43.551Z | Checking const-oid v0.10.2 |
| 2971 | 2026-08-25T21:58:43.583Z | Checking whoami v2.1.0 |
| 2972 | 2026-08-25T21:58:43.623Z | Checking predicates-core v1.0.10 |
| 2973 | 2026-08-25T21:58:43.694Z | Checking supports-unicode v3.0.0 |
| 2974 | 2026-08-25T21:58:43.706Z | Checking static_assertions v1.1.0 |
| 2975 | 2026-08-25T21:58:43.709Z | Checking winnow v1.0.3 |
| 2976 | 2026-08-25T21:58:43.744Z | Checking supports-hyperlinks v3.2.0 |
| 2977 | 2026-08-25T21:58:43.771Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2978 | 2026-08-25T21:58:43.785Z | Checking tokio-postgres v0.7.16 |
| 2979 | 2026-08-25T21:58:43.795Z | Checking predicates v3.1.4 |
| 2980 | 2026-08-25T21:58:43.823Z | Checking similar v2.7.0 |
| 2981 | 2026-08-25T21:58:43.847Z | Checking miette v7.6.0 |
| 2982 | 2026-08-25T21:58:44.087Z | Checking digest v0.11.3 |
| 2983 | 2026-08-25T21:58:44.134Z | Checking tough v0.22.0 |
| 2984 | 2026-08-25T21:58:44.205Z | Checking hickory-proto v0.25.2 |
| 2985 | 2026-08-25T21:58:44.271Z | Checking zip v4.6.1 |
| 2986 | 2026-08-25T21:58:44.344Z | Checking elliptic-curve v0.13.8 |
| 2987 | 2026-08-25T21:58:44.437Z | Checking toml_edit v0.22.27 |
| 2988 | 2026-08-25T21:58:44.556Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2989 | 2026-08-25T21:58:44.658Z | Checking string_cache v0.8.9 |
| 2990 | 2026-08-25T21:58:44.828Z | Checking crossterm v0.28.1 |
| 2991 | 2026-08-25T21:58:44.851Z | Checking petgraph v0.8.3 |
| 2992 | 2026-08-25T21:58:44.879Z | Checking sha3 v0.10.8 |
| 2993 | 2026-08-25T21:58:45.052Z | Checking chacha20 v0.10.0 |
| 2994 | 2026-08-25T21:58:45.098Z | Checking usdt v0.6.0 |
| 2995 | 2026-08-25T21:58:45.271Z | Checking ed25519-dalek v2.2.0 |
| 2996 | 2026-08-25T21:58:45.315Z | Checking petgraph v0.6.5 |
| 2997 | 2026-08-25T21:58:45.503Z | Checking slog v2.8.2 |
| 2998 | 2026-08-25T21:58:45.518Z | Checking usdt-impl v0.5.0 |
| 2999 | 2026-08-25T21:58:45.521Z | Checking nix v0.31.2 |
| 3000 | 2026-08-25T21:58:45.763Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3001 | 2026-08-25T21:58:45.809Z | Checking iddqd v0.4.2 |
| 3002 | 2026-08-25T21:58:46.174Z | Checking reqwest v0.13.2 |
| 3003 | 2026-08-25T21:58:46.358Z | Checking itertools v0.15.0 |
| 3004 | 2026-08-25T21:58:46.385Z | Checking itertools v0.13.0 |
| 3005 | 2026-08-25T21:58:46.455Z | Checking strum v0.26.3 |
| 3006 | 2026-08-25T21:58:46.571Z | Checking serde_with v3.21.0 |
| 3007 | 2026-08-25T21:58:46.574Z | Checking derive_more v2.1.1 |
| 3008 | 2026-08-25T21:58:46.669Z | Checking fs-err v3.3.0 |
| 3009 | 2026-08-25T21:58:46.705Z | Checking tokio-stream v0.1.18 |
| 3010 | 2026-08-25T21:58:46.708Z | Checking buf-list v1.1.2 |
| 3011 | 2026-08-25T21:58:46.900Z | Checking anyhow v1.0.104 |
| 3012 | 2026-08-25T21:58:46.964Z | Checking camino v1.2.5 |
| 3013 | 2026-08-25T21:58:46.987Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3014 | 2026-08-25T21:58:47.018Z | Checking openapiv3 v2.2.0 |
| 3015 | 2026-08-25T21:58:47.090Z | Checking lalrpop-util v0.19.12 |
| 3016 | 2026-08-25T21:58:47.104Z | Checking peg-runtime v0.8.5 |
| 3017 | 2026-08-25T21:58:47.211Z | Checking illumos-nvpair v0.3.0 |
| 3018 | 2026-08-25T21:58:47.241Z | Checking rayon v1.11.0 |
| 3019 | 2026-08-25T21:58:47.255Z | Checking sigpipe v0.1.3 |
| 3020 | 2026-08-25T21:58:47.260Z | Checking glob v0.3.3 |
| 3021 | 2026-08-25T21:58:48.203Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3022 | 2026-08-25T21:58:48.533Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3023 | 2026-08-25T21:58:48.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s |
| 3024 | 2026-08-25T21:58:48.988Z | |
| 3025 | 2026-08-25T21:58:48.988Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3026 | 2026-08-25T21:58:49.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-25T21:58:49.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-25T21:58:49.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-25T21:58:49.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3030 | 2026-08-25T21:58:49.559Z | |
| 3031 | 2026-08-25T21:58:49.559Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3032 | 2026-08-25T21:58:50.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-25T21:58:50.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-25T21:58:50.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-25T21:58:50.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3036 | 2026-08-25T21:58:50.114Z | |
| 3037 | 2026-08-25T21:58:50.114Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3038 | 2026-08-25T21:58:50.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-25T21:58:50.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-25T21:58:50.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-25T21:58:50.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3042 | 2026-08-25T21:58:50.704Z | |
| 3043 | 2026-08-25T21:58:50.704Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3044 | 2026-08-25T21:58:51.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-25T21:58:51.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-25T21:58:51.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-25T21:58:51.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3048 | 2026-08-25T21:58:51.276Z | |
| 3049 | 2026-08-25T21:58:51.276Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3050 | 2026-08-25T21:58:51.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-25T21:58:51.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-25T21:58:51.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-25T21:58:51.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3054 | 2026-08-25T21:58:51.846Z | |
| 3055 | 2026-08-25T21:58:51.846Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3056 | 2026-08-25T21:58:52.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-25T21:58:52.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-25T21:58:52.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-08-25T21:58:52.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3060 | 2026-08-25T21:58:52.421Z | |
| 3061 | 2026-08-25T21:58:52.421Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3062 | 2026-08-25T21:58:52.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-08-25T21:58:52.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-08-25T21:58:52.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-08-25T21:58:52.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3066 | 2026-08-25T21:58:52.973Z | |
| 3067 | 2026-08-25T21:58:52.973Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3068 | 2026-08-25T21:58:53.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-08-25T21:58:53.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-08-25T21:58:53.653Z | Compiling multer v3.1.0 |
| 3071 | 2026-08-25T21:58:53.767Z | Compiling async-stream-impl v0.3.6 |
| 3072 | 2026-08-25T21:58:53.770Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3073 | 2026-08-25T21:58:53.782Z | Compiling serde_tokenstream v0.3.0 |
| 3074 | 2026-08-25T21:58:53.791Z | Compiling dropshot v0.17.1 |
| 3075 | 2026-08-25T21:58:53.803Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-08-25T21:58:53.815Z | Compiling dropshot_endpoint v0.17.1 |
| 3077 | 2026-08-25T21:58:53.818Z | Compiling newtype-uuid-macros v0.1.0 |
| 3078 | 2026-08-25T21:58:53.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3079 | 2026-08-25T21:58:54.045Z | Checking thread_local v1.1.9 |
| 3080 | 2026-08-25T21:58:54.074Z | Compiling oxide-generation-macros v0.2.0 |
| 3081 | 2026-08-25T21:58:54.138Z | Checking match_cfg v0.1.0 |
| 3082 | 2026-08-25T21:58:54.209Z | Checking compression-core v0.4.31 |
| 3083 | 2026-08-25T21:58:54.224Z | Checking hostname v0.3.1 |
| 3084 | 2026-08-25T21:58:54.326Z | Checking crossbeam-channel v0.5.15 |
| 3085 | 2026-08-25T21:58:54.340Z | Checking compression-codecs v0.4.37 |
| 3086 | 2026-08-25T21:58:54.344Z | Checking atomicwrites v0.4.4 |
| 3087 | 2026-08-25T21:58:54.416Z | Checking slog-json v2.6.1 |
| 3088 | 2026-08-25T21:58:54.476Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3089 | 2026-08-25T21:58:54.504Z | Checking serde_spanned v1.1.1 |
| 3090 | 2026-08-25T21:58:54.566Z | Checking is-terminal v0.4.17 |
| 3091 | 2026-08-25T21:58:54.578Z | Checking take_mut v0.2.2 |
| 3092 | 2026-08-25T21:58:54.630Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3093 | 2026-08-25T21:58:54.654Z | Checking term v1.2.1 |
| 3094 | 2026-08-25T21:58:54.667Z | Checking debug-ignore v1.0.5 |
| 3095 | 2026-08-25T21:58:54.681Z | Checking slog-async v2.8.0 |
| 3096 | 2026-08-25T21:58:54.681Z | Checking slog-bunyan v2.5.0 |
| 3097 | 2026-08-25T21:58:54.762Z | Checking async-compression v0.4.41 |
| 3098 | 2026-08-25T21:58:54.801Z | Checking toml v1.1.2+spec-1.1.0 |
| 3099 | 2026-08-25T21:58:54.804Z | Checking async-stream v0.3.6 |
| 3100 | 2026-08-25T21:58:54.804Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3101 | 2026-08-25T21:58:54.850Z | Checking progenitor-client v0.14.0 |
| 3102 | 2026-08-25T21:58:54.866Z | Checking slog-term v2.9.2 |
| 3103 | 2026-08-25T21:58:54.927Z | Checking sha1 v0.11.0 |
| 3104 | 2026-08-25T21:58:55.002Z | Checking oxide-generation v0.1.3 |
| 3105 | 2026-08-25T21:58:55.076Z | Checking waitgroup v0.1.2 |
| 3106 | 2026-08-25T21:58:55.116Z | Checking rustls-pemfile v2.2.0 |
| 3107 | 2026-08-25T21:58:55.119Z | Checking backon v1.6.0 |
| 3108 | 2026-08-25T21:58:55.153Z | Checking serde_path_to_error v0.1.20 |
| 3109 | 2026-08-25T21:58:55.176Z | Checking hostname v0.4.2 |
| 3110 | 2026-08-25T21:58:55.218Z | Checking instant v0.1.13 |
| 3111 | 2026-08-25T21:58:55.287Z | Checking progenitor-extras v0.2.0 |
| 3112 | 2026-08-25T21:58:55.302Z | Checking backoff v0.4.0 |
| 3113 | 2026-08-25T21:58:55.409Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3114 | 2026-08-25T21:58:55.422Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3115 | 2026-08-25T21:58:55.461Z | Checking parse-display v0.10.0 |
| 3116 | 2026-08-25T21:58:55.472Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3117 | 2026-08-25T21:58:55.476Z | Checking regress v0.10.5 |
| 3118 | 2026-08-25T21:58:55.497Z | Checking itertools v0.14.0 |
| 3119 | 2026-08-25T21:58:55.596Z | Checking macaddr v1.0.1 |
| 3120 | 2026-08-25T21:58:55.759Z | Checking humantime v2.3.0 |
| 3121 | 2026-08-25T21:58:56.609Z | Compiling prettyplease v0.2.37 |
| 3122 | 2026-08-25T21:58:56.900Z | Checking num-rational v0.4.2 |
| 3123 | 2026-08-25T21:58:57.182Z | Checking num-complex v0.4.6 |
| 3124 | 2026-08-25T21:58:57.478Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3125 | 2026-08-25T21:58:57.578Z | Compiling num v0.4.3 |
| 3126 | 2026-08-25T21:58:57.729Z | Compiling usdt-macro v0.5.0 |
| 3127 | 2026-08-25T21:58:57.754Z | Compiling usdt-attr-macro v0.5.0 |
| 3128 | 2026-08-25T21:58:57.758Z | Checking memmap v0.7.0 |
| 3129 | 2026-08-25T21:58:57.821Z | Compiling float-ord v0.3.2 |
| 3130 | 2026-08-25T21:58:57.941Z | Compiling convert_case v0.4.0 |
| 3131 | 2026-08-25T21:58:58.315Z | Compiling derive_more v0.99.20 |
| 3132 | 2026-08-25T21:58:58.380Z | Checking newline-converter v0.3.0 |
| 3133 | 2026-08-25T21:58:58.487Z | Checking console v0.15.11 |
| 3134 | 2026-08-25T21:58:58.501Z | Compiling toml v0.8.23 |
| 3135 | 2026-08-25T21:58:58.543Z | Checking usdt v0.5.0 |
| 3136 | 2026-08-25T21:58:58.721Z | Checking linked-hash-map v0.5.6 |
| 3137 | 2026-08-25T21:58:58.767Z | Compiling minimal-lexical v0.2.1 |
| 3138 | 2026-08-25T21:58:58.896Z | Checking lru-cache v0.1.2 |
| 3139 | 2026-08-25T21:58:59.016Z | Compiling nom v7.1.3 |
| 3140 | 2026-08-25T21:58:59.019Z | Checking expectorate v1.2.0 |
| 3141 | 2026-08-25T21:58:59.174Z | Checking camino-tempfile v1.4.1 |
| 3142 | 2026-08-25T21:58:59.332Z | Checking hickory-proto v0.24.4 |
| 3143 | 2026-08-25T21:58:59.482Z | Checking phf_shared v0.12.1 |
| 3144 | 2026-08-25T21:58:59.612Z | Compiling slog-dtrace v0.3.0 |
| 3145 | 2026-08-25T21:58:59.626Z | Compiling chrono-tz v0.10.4 |
| 3146 | 2026-08-25T21:58:59.801Z | Checking resolv-conf v0.7.6 |
| 3147 | 2026-08-25T21:58:59.995Z | Compiling unicode-xid v0.2.6 |
| 3148 | 2026-08-25T21:59:00.022Z | Checking heck v0.5.0 |
| 3149 | 2026-08-25T21:59:00.124Z | Compiling const_format_proc_macros v0.2.34 |
| 3150 | 2026-08-25T21:59:00.217Z | Checking phf v0.12.1 |
| 3151 | 2026-08-25T21:59:00.271Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3152 | 2026-08-25T21:59:00.334Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3153 | 2026-08-25T21:59:00.358Z | Checking tokio-dtrace v0.1.1 |
| 3154 | 2026-08-25T21:59:00.550Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3155 | 2026-08-25T21:59:00.805Z | Compiling derive-where v1.6.0 |
| 3156 | 2026-08-25T21:59:00.880Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3157 | 2026-08-25T21:59:00.938Z | Checking highway v1.3.0 |
| 3158 | 2026-08-25T21:59:01.156Z | Checking hickory-resolver v0.24.4 |
| 3159 | 2026-08-25T21:59:01.169Z | Checking const_format v0.2.35 |
| 3160 | 2026-08-25T21:59:01.403Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3161 | 2026-08-25T21:59:01.834Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3162 | 2026-08-25T21:59:01.893Z | Checking oxide-tokio-rt v0.1.4 |
| 3163 | 2026-08-25T21:59:02.093Z | Checking qorb v0.4.1 |
| 3164 | 2026-08-25T21:59:02.112Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3165 | 2026-08-25T21:59:02.305Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3166 | 2026-08-25T21:59:02.350Z | Checking gethostname v0.5.0 |
| 3167 | 2026-08-25T21:59:02.383Z | Checking bcs v0.1.6 |
| 3168 | 2026-08-25T21:59:02.403Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3169 | 2026-08-25T21:59:02.439Z | Checking termtree v0.5.1 |
| 3170 | 2026-08-25T21:59:05.501Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3171 | 2026-08-25T21:59:08.562Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3172 | 2026-08-25T21:59:10.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.79s |
| 3173 | 2026-08-25T21:59:10.936Z | |
| 3174 | 2026-08-25T21:59:10.936Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3175 | 2026-08-25T21:59:11.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2026-08-25T21:59:11.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2026-08-25T21:59:11.611Z | Compiling ar_archive_writer v0.5.1 |
| 3178 | 2026-08-25T21:59:11.721Z | Compiling stacker v0.1.23 |
| 3179 | 2026-08-25T21:59:11.727Z | Compiling cfg_aliases v0.1.1 |
| 3180 | 2026-08-25T21:59:11.733Z | Compiling proc-macro-error v1.0.4 |
| 3181 | 2026-08-25T21:59:11.741Z | Checking fd-lock v4.0.4 |
| 3182 | 2026-08-25T21:59:11.744Z | Checking nibble_vec v0.1.0 |
| 3183 | 2026-08-25T21:59:11.744Z | Checking vte v0.14.1 |
| 3184 | 2026-08-25T21:59:11.744Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3185 | 2026-08-25T21:59:11.783Z | Compiling nix v0.28.0 |
| 3186 | 2026-08-25T21:59:11.851Z | Checking endian-type v0.1.2 |
| 3187 | 2026-08-25T21:59:11.882Z | Checking bytecount v0.6.9 |
| 3188 | 2026-08-25T21:59:11.894Z | Checking strip-ansi-escapes v0.2.1 |
| 3189 | 2026-08-25T21:59:11.972Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3190 | 2026-08-25T21:59:11.985Z | Checking radix_trie v0.2.1 |
| 3191 | 2026-08-25T21:59:11.986Z | Checking papergrid v0.11.0 |
| 3192 | 2026-08-25T21:59:11.992Z | Compiling peg-macros v0.8.5 |
| 3193 | 2026-08-25T21:59:12.041Z | Compiling tabled_derive v0.7.0 |
| 3194 | 2026-08-25T21:59:12.150Z | Compiling sqlparser_derive v0.5.0 |
| 3195 | 2026-08-25T21:59:12.246Z | Checking winnow v0.6.26 |
| 3196 | 2026-08-25T21:59:12.433Z | Checking home v0.5.12 |
| 3197 | 2026-08-25T21:59:12.514Z | Compiling psm v0.1.30 |
| 3198 | 2026-08-25T21:59:12.538Z | Checking nu-ansi-term v0.50.3 |
| 3199 | 2026-08-25T21:59:12.612Z | Checking unicode_categories v0.1.1 |
| 3200 | 2026-08-25T21:59:12.789Z | Checking reedline v0.40.0 |
| 3201 | 2026-08-25T21:59:12.834Z | Checking crossterm v0.29.0 |
| 3202 | 2026-08-25T21:59:12.901Z | Checking display-error-chain v0.2.2 |
| 3203 | 2026-08-25T21:59:13.079Z | Checking tabled v0.15.0 |
| 3204 | 2026-08-25T21:59:13.107Z | Checking rustyline v14.0.0 |
| 3205 | 2026-08-25T21:59:13.340Z | Checking recursive v0.1.1 |
| 3206 | 2026-08-25T21:59:13.353Z | Checking peg v0.8.5 |
| 3207 | 2026-08-25T21:59:13.406Z | Checking sqlformat v0.3.5 |
| 3208 | 2026-08-25T21:59:13.426Z | Checking sqlparser v0.61.0 |
| 3209 | 2026-08-25T21:59:24.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s |
| 3210 | 2026-08-25T21:59:24.875Z | |
| 3211 | 2026-08-25T21:59:24.875Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3212 | 2026-08-25T21:59:25.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-08-25T21:59:25.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-08-25T21:59:25.543Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3215 | 2026-08-25T21:59:29.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 3216 | 2026-08-25T21:59:29.230Z | |
| 3217 | 2026-08-25T21:59:29.230Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3218 | 2026-08-25T21:59:29.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-08-25T21:59:29.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-08-25T21:59:29.904Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-08-25T21:59:32.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3222 | 2026-08-25T21:59:32.605Z | |
| 3223 | 2026-08-25T21:59:32.605Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3224 | 2026-08-25T21:59:33.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-08-25T21:59:33.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-08-25T21:59:33.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-08-25T21:59:36.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 3228 | 2026-08-25T21:59:36.775Z | |
| 3229 | 2026-08-25T21:59:36.775Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3230 | 2026-08-25T21:59:37.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-08-25T21:59:37.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-08-25T21:59:37.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-08-25T21:59:40.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3234 | 2026-08-25T21:59:40.979Z | |
| 3235 | 2026-08-25T21:59:40.979Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3236 | 2026-08-25T21:59:41.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-08-25T21:59:41.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-08-25T21:59:41.649Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-08-25T21:59:44.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 3240 | 2026-08-25T21:59:44.504Z | |
| 3241 | 2026-08-25T21:59:44.504Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3242 | 2026-08-25T21:59:45.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-08-25T21:59:45.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-08-25T21:59:45.185Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3245 | 2026-08-25T21:59:47.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 3246 | 2026-08-25T21:59:48.079Z | |
| 3247 | 2026-08-25T21:59:48.079Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3248 | 2026-08-25T21:59:48.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-08-25T21:59:48.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-08-25T21:59:48.759Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3251 | 2026-08-25T21:59:52.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 3252 | 2026-08-25T21:59:52.425Z | |
| 3253 | 2026-08-25T21:59:52.425Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3254 | 2026-08-25T21:59:52.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-08-25T21:59:52.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-08-25T21:59:52.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2026-08-25T21:59:52.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3258 | 2026-08-25T21:59:53.002Z | |
| 3259 | 2026-08-25T21:59:53.002Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3260 | 2026-08-25T21:59:53.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-08-25T21:59:53.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-08-25T21:59:53.636Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3263 | 2026-08-25T21:59:54.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3264 | 2026-08-25T21:59:54.178Z | |
| 3265 | 2026-08-25T21:59:54.178Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3266 | 2026-08-25T21:59:54.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2026-08-25T21:59:54.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2026-08-25T21:59:54.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2026-08-25T21:59:54.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3270 | 2026-08-25T21:59:54.755Z | |
| 3271 | 2026-08-25T21:59:54.755Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3272 | 2026-08-25T21:59:55.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-08-25T21:59:55.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-08-25T21:59:55.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-08-25T21:59:55.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3276 | 2026-08-25T21:59:55.374Z | |
| 3277 | 2026-08-25T21:59:55.374Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3278 | 2026-08-25T21:59:55.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-08-25T21:59:55.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-08-25T21:59:55.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-08-25T21:59:55.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3282 | 2026-08-25T21:59:55.954Z | |
| 3283 | 2026-08-25T21:59:55.954Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3284 | 2026-08-25T21:59:56.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-08-25T21:59:56.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-08-25T21:59:56.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-08-25T21:59:56.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3288 | 2026-08-25T21:59:56.536Z | |
| 3289 | 2026-08-25T21:59:56.536Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3290 | 2026-08-25T21:59:57.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-08-25T21:59:57.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-08-25T21:59:57.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2026-08-25T21:59:57.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3294 | 2026-08-25T21:59:57.121Z | |
| 3295 | 2026-08-25T21:59:57.121Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3296 | 2026-08-25T21:59:57.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2026-08-25T21:59:57.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2026-08-25T21:59:57.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2026-08-25T21:59:57.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3300 | 2026-08-25T21:59:57.706Z | |
| 3301 | 2026-08-25T21:59:57.706Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3302 | 2026-08-25T21:59:58.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-08-25T21:59:58.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-08-25T21:59:58.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2026-08-25T21:59:58.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3306 | 2026-08-25T21:59:58.290Z | |
| 3307 | 2026-08-25T21:59:58.290Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3308 | 2026-08-25T21:59:58.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-08-25T21:59:58.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-08-25T21:59:59.115Z | Compiling crucible-workspace-hack v0.1.0 |
| 3311 | 2026-08-25T21:59:59.118Z | Compiling regress v0.11.1 |
| 3312 | 2026-08-25T21:59:59.119Z | Checking secrecy v0.10.3 |
| 3313 | 2026-08-25T21:59:59.119Z | Checking half v2.7.1 |
| 3314 | 2026-08-25T21:59:59.119Z | Checking ciborium-io v0.2.2 |
| 3315 | 2026-08-25T21:59:59.119Z | Checking inout v0.1.4 |
| 3316 | 2026-08-25T21:59:59.247Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3317 | 2026-08-25T21:59:59.250Z | Checking universal-hash v0.5.1 |
| 3318 | 2026-08-25T21:59:59.325Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3319 | 2026-08-25T21:59:59.378Z | Checking cipher v0.4.4 |
| 3320 | 2026-08-25T21:59:59.378Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3321 | 2026-08-25T21:59:59.420Z | Checking opaque-debug v0.3.1 |
| 3322 | 2026-08-25T21:59:59.486Z | Checking poly1305 v0.8.0 |
| 3323 | 2026-08-25T21:59:59.506Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3324 | 2026-08-25T21:59:59.524Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3325 | 2026-08-25T21:59:59.538Z | Checking ciborium-ll v0.2.2 |
| 3326 | 2026-08-25T21:59:59.577Z | Checking chacha20 v0.9.1 |
| 3327 | 2026-08-25T21:59:59.712Z | Checking ciborium v0.2.2 |
| 3328 | 2026-08-25T21:59:59.746Z | Checking password-hash v0.5.0 |
| 3329 | 2026-08-25T21:59:59.774Z | Checking blake2 v0.10.6 |
| 3330 | 2026-08-25T21:59:59.804Z | Checking aead v0.5.2 |
| 3331 | 2026-08-25T21:59:59.905Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3332 | 2026-08-25T21:59:59.953Z | Checking indent_write v2.2.0 |
| 3333 | 2026-08-25T21:59:59.970Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3334 | 2026-08-25T22:00:00.013Z | Checking argon2 v0.5.3 |
| 3335 | 2026-08-25T22:00:00.081Z | Checking chacha20poly1305 v0.10.1 |
| 3336 | 2026-08-25T22:00:00.124Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3337 | 2026-08-25T22:00:00.213Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3338 | 2026-08-25T22:00:00.230Z | Compiling unsafe-libyaml v0.2.11 |
| 3339 | 2026-08-25T22:00:00.360Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3340 | 2026-08-25T22:00:00.552Z | Checking thiserror-no-std v2.0.2 |
| 3341 | 2026-08-25T22:00:00.574Z | Compiling heapless v0.8.0 |
| 3342 | 2026-08-25T22:00:00.645Z | Checking vsss-rs v3.3.4 |
| 3343 | 2026-08-25T22:00:00.745Z | Compiling proc-macro-crate v3.4.0 |
| 3344 | 2026-08-25T22:00:00.859Z | Compiling typify-impl v0.6.2 |
| 3345 | 2026-08-25T22:00:00.975Z | Compiling serde_yaml v0.9.34+deprecated |
| 3346 | 2026-08-25T22:00:01.290Z | Compiling num_enum_derive v0.7.6 |
| 3347 | 2026-08-25T22:00:01.419Z | Compiling ingot-macros v0.2.0 |
| 3348 | 2026-08-25T22:00:01.566Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3349 | 2026-08-25T22:00:01.671Z | Checking hash32 v0.3.1 |
| 3350 | 2026-08-25T22:00:01.751Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3351 | 2026-08-25T22:00:01.802Z | Compiling smoltcp v0.11.0 |
| 3352 | 2026-08-25T22:00:02.150Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3353 | 2026-08-25T22:00:02.330Z | Checking num_enum v0.7.6 |
| 3354 | 2026-08-25T22:00:02.382Z | Checking tabwriter v1.4.1 |
| 3355 | 2026-08-25T22:00:02.404Z | Checking cobs v0.3.0 |
| 3356 | 2026-08-25T22:00:02.448Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3357 | 2026-08-25T22:00:02.488Z | Checking swrite v0.1.0 |
| 3358 | 2026-08-25T22:00:02.534Z | Compiling proc-macro-crate v1.3.1 |
| 3359 | 2026-08-25T22:00:02.552Z | Checking postcard v1.1.3 |
| 3360 | 2026-08-25T22:00:02.594Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3361 | 2026-08-25T22:00:02.645Z | Compiling foreign-types-macros v0.2.3 |
| 3362 | 2026-08-25T22:00:02.815Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3363 | 2026-08-25T22:00:02.863Z | Checking colored v3.1.1 |
| 3364 | 2026-08-25T22:00:02.904Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3365 | 2026-08-25T22:00:02.968Z | Checking foreign-types-shared v0.3.1 |
| 3366 | 2026-08-25T22:00:03.055Z | Compiling num_enum_derive v0.5.11 |
| 3367 | 2026-08-25T22:00:03.183Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3368 | 2026-08-25T22:00:03.199Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3369 | 2026-08-25T22:00:03.246Z | Checking foreign-types v0.5.0 |
| 3370 | 2026-08-25T22:00:03.329Z | Checking cstr-argument v0.1.2 |
| 3371 | 2026-08-25T22:00:03.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3372 | 2026-08-25T22:00:03.625Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3373 | 2026-08-25T22:00:03.657Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3374 | 2026-08-25T22:00:03.675Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3375 | 2026-08-25T22:00:03.735Z | Checking rand v0.10.1 |
| 3376 | 2026-08-25T22:00:03.803Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3377 | 2026-08-25T22:00:03.825Z | Compiling zone_cfg_derive v0.3.1 |
| 3378 | 2026-08-25T22:00:03.842Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3379 | 2026-08-25T22:00:03.959Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3380 | 2026-08-25T22:00:04.099Z | Checking num_enum v0.5.11 |
| 3381 | 2026-08-25T22:00:04.128Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3382 | 2026-08-25T22:00:04.217Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3383 | 2026-08-25T22:00:04.296Z | Checking ingot-types v0.2.0 |
| 3384 | 2026-08-25T22:00:04.311Z | Checking itertools v0.12.1 |
| 3385 | 2026-08-25T22:00:04.394Z | Compiling num-derive v0.4.2 |
| 3386 | 2026-08-25T22:00:04.478Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3387 | 2026-08-25T22:00:04.665Z | Compiling semver v0.1.20 |
| 3388 | 2026-08-25T22:00:04.681Z | Checking ingot v0.2.1 |
| 3389 | 2026-08-25T22:00:04.963Z | Compiling rustc_version v0.1.7 |
| 3390 | 2026-08-25T22:00:05.194Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3391 | 2026-08-25T22:00:05.255Z | Checking smf v0.2.3 |
| 3392 | 2026-08-25T22:00:05.315Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3393 | 2026-08-25T22:00:05.330Z | Checking zone v0.3.1 |
| 3394 | 2026-08-25T22:00:05.355Z | Checking nom v8.0.0 |
| 3395 | 2026-08-25T22:00:05.400Z | Compiling typify-macro v0.6.2 |
| 3396 | 2026-08-25T22:00:05.476Z | Checking csv-core v0.1.13 |
| 3397 | 2026-08-25T22:00:05.492Z | Checking whoami v1.6.1 |
| 3398 | 2026-08-25T22:00:05.533Z | Compiling newtype_derive v0.1.6 |
| 3399 | 2026-08-25T22:00:05.655Z | Checking csv v1.4.0 |
| 3400 | 2026-08-25T22:00:05.670Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3401 | 2026-08-25T22:00:05.685Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3402 | 2026-08-25T22:00:05.718Z | Compiling cancel-safe-futures v0.1.5 |
| 3403 | 2026-08-25T22:00:05.855Z | Compiling libefi-sys v0.1.0 |
| 3404 | 2026-08-25T22:00:05.943Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3405 | 2026-08-25T22:00:06.031Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3406 | 2026-08-25T22:00:06.081Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3407 | 2026-08-25T22:00:06.143Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3408 | 2026-08-25T22:00:06.255Z | Checking oxide-update-engine-types v0.1.2 |
| 3409 | 2026-08-25T22:00:06.295Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3410 | 2026-08-25T22:00:06.343Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3411 | 2026-08-25T22:00:06.451Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3412 | 2026-08-25T22:00:06.518Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3413 | 2026-08-25T22:00:06.627Z | Compiling bitfield-struct v0.6.2 |
| 3414 | 2026-08-25T22:00:06.690Z | Checking linear-map v1.2.0 |
| 3415 | 2026-08-25T22:00:06.867Z | Checking steno v0.4.1 |
| 3416 | 2026-08-25T22:00:07.127Z | Compiling typify v0.6.2 |
| 3417 | 2026-08-25T22:00:07.173Z | Checking oxide-update-engine v0.1.2 |
| 3418 | 2026-08-25T22:00:07.242Z | Compiling progenitor-impl v0.14.0 |
| 3419 | 2026-08-25T22:00:07.258Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3420 | 2026-08-25T22:00:07.287Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3421 | 2026-08-25T22:00:07.387Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3422 | 2026-08-25T22:00:07.494Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3423 | 2026-08-25T22:00:07.597Z | Checking sha1 v0.10.6 |
| 3424 | 2026-08-25T22:00:07.659Z | Checking utf-8 v0.7.6 |
| 3425 | 2026-08-25T22:00:07.795Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3426 | 2026-08-25T22:00:07.849Z | Checking tungstenite v0.21.0 |
| 3427 | 2026-08-25T22:00:07.877Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3428 | 2026-08-25T22:00:07.930Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3429 | 2026-08-25T22:00:08.091Z | Checking ignore v0.4.25 |
| 3430 | 2026-08-25T22:00:08.115Z | Checking anstyle-parse v0.2.7 |
| 3431 | 2026-08-25T22:00:08.206Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-08-25T22:00:08.278Z | Compiling xshell-macros v0.2.7 |
| 3433 | 2026-08-25T22:00:08.294Z | Checking tokio-tungstenite v0.21.0 |
| 3434 | 2026-08-25T22:00:08.416Z | Checking anstream v0.6.21 |
| 3435 | 2026-08-25T22:00:08.493Z | Checking globwalk v0.9.1 |
| 3436 | 2026-08-25T22:00:08.508Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3437 | 2026-08-25T22:00:08.578Z | Checking predicates-tree v1.0.13 |
| 3438 | 2026-08-25T22:00:08.625Z | Checking filetime v0.2.27 |
| 3439 | 2026-08-25T22:00:08.663Z | Checking xshell v0.2.7 |
| 3440 | 2026-08-25T22:00:08.677Z | Checking tagptr v0.2.0 |
| 3441 | 2026-08-25T22:00:08.692Z | Checking xattr v1.6.1 |
| 3442 | 2026-08-25T22:00:08.728Z | Checking camino-tempfile-ext v0.3.3 |
| 3443 | 2026-08-25T22:00:08.763Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3444 | 2026-08-25T22:00:08.821Z | Checking moka v0.12.13 |
| 3445 | 2026-08-25T22:00:08.824Z | Checking tar v0.4.46 |
| 3446 | 2026-08-25T22:00:08.858Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3447 | 2026-08-25T22:00:08.928Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3448 | 2026-08-25T22:00:08.946Z | Checking rand_seeder v0.4.0 |
| 3449 | 2026-08-25T22:00:08.993Z | Checking half v1.8.3 |
| 3450 | 2026-08-25T22:00:09.071Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3451 | 2026-08-25T22:00:09.098Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3452 | 2026-08-25T22:00:09.197Z | Checking serde_cbor v0.11.2 |
| 3453 | 2026-08-25T22:00:09.226Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3454 | 2026-08-25T22:00:09.408Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3455 | 2026-08-25T22:00:09.463Z | Checking hickory-resolver v0.25.2 |
| 3456 | 2026-08-25T22:00:09.481Z | Checking sha2 v0.11.0 |
| 3457 | 2026-08-25T22:00:09.576Z | Checking digest-io v0.1.0 |
| 3458 | 2026-08-25T22:00:09.713Z | Compiling petname v2.0.2 |
| 3459 | 2026-08-25T22:00:09.940Z | Compiling progenitor-macro v0.14.0 |
| 3460 | 2026-08-25T22:00:10.036Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3461 | 2026-08-25T22:00:10.144Z | Checking rawzip v0.4.4 |
| 3462 | 2026-08-25T22:00:10.165Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3463 | 2026-08-25T22:00:10.465Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3464 | 2026-08-25T22:00:10.594Z | Checking sapling-renderdag v0.1.0 |
| 3465 | 2026-08-25T22:00:10.631Z | Checking subprocess v0.2.15 |
| 3466 | 2026-08-25T22:00:10.649Z | Checking sync-ptr v0.1.4 |
| 3467 | 2026-08-25T22:00:10.767Z | Checking colored v2.2.0 |
| 3468 | 2026-08-25T22:00:10.832Z | Checking assert_matches v1.5.0 |
| 3469 | 2026-08-25T22:00:10.917Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3470 | 2026-08-25T22:00:11.006Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-25T22:00:11.271Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3472 | 2026-08-25T22:00:11.301Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3473 | 2026-08-25T22:00:11.444Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3474 | 2026-08-25T22:00:11.955Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3475 | 2026-08-25T22:00:11.955Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3476 | 2026-08-25T22:00:12.770Z | Checking progenitor v0.14.0 |
| 3477 | 2026-08-25T22:00:12.909Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3478 | 2026-08-25T22:00:12.912Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3479 | 2026-08-25T22:00:12.912Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3480 | 2026-08-25T22:00:12.912Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3481 | 2026-08-25T22:00:12.912Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3482 | 2026-08-25T22:00:12.912Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3483 | 2026-08-25T22:00:13.318Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3484 | 2026-08-25T22:00:13.409Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3485 | 2026-08-25T22:00:13.574Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3486 | 2026-08-25T22:00:13.665Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3487 | 2026-08-25T22:00:13.682Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3488 | 2026-08-25T22:00:13.874Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3489 | 2026-08-25T22:00:14.657Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3490 | 2026-08-25T22:00:14.787Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3491 | 2026-08-25T22:00:15.438Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3492 | 2026-08-25T22:00:15.933Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3493 | 2026-08-25T22:00:25.138Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3494 | 2026-08-25T22:00:32.398Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3495 | 2026-08-25T22:00:32.398Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3496 | 2026-08-25T22:00:32.425Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3497 | 2026-08-25T22:00:34.079Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3498 | 2026-08-25T22:00:34.670Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3499 | 2026-08-25T22:00:36.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.61s |
| 3500 | 2026-08-25T22:00:37.111Z | |
| 3501 | 2026-08-25T22:00:37.111Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3502 | 2026-08-25T22:00:37.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-25T22:00:37.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-25T22:00:37.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-25T22:00:37.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3506 | 2026-08-25T22:00:37.733Z | |
| 3507 | 2026-08-25T22:00:37.733Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3508 | 2026-08-25T22:00:38.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-25T22:00:38.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-25T22:00:38.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-25T22:00:38.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3512 | 2026-08-25T22:00:38.318Z | |
| 3513 | 2026-08-25T22:00:38.318Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3514 | 2026-08-25T22:00:38.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-25T22:00:38.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-25T22:00:38.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-25T22:00:38.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3518 | 2026-08-25T22:00:38.904Z | |
| 3519 | 2026-08-25T22:00:38.904Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3520 | 2026-08-25T22:00:39.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-25T22:00:39.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-25T22:00:39.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-25T22:00:39.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3524 | 2026-08-25T22:00:39.467Z | |
| 3525 | 2026-08-25T22:00:39.467Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3526 | 2026-08-25T22:00:39.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-25T22:00:39.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-25T22:00:39.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-25T22:00:39.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3530 | 2026-08-25T22:00:40.030Z | |
| 3531 | 2026-08-25T22:00:40.031Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3532 | 2026-08-25T22:00:40.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-25T22:00:40.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-25T22:00:40.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-25T22:00:40.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3536 | 2026-08-25T22:00:40.596Z | |
| 3537 | 2026-08-25T22:00:40.596Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3538 | 2026-08-25T22:00:42.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-25T22:00:42.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-25T22:00:42.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-25T22:00:42.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3542 | 2026-08-25T22:00:42.080Z | |
| 3543 | 2026-08-25T22:00:42.080Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3544 | 2026-08-25T22:00:42.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-25T22:00:42.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-25T22:00:42.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-25T22:00:42.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3548 | 2026-08-25T22:00:42.080Z | |
| 3549 | 2026-08-25T22:00:42.080Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3550 | 2026-08-25T22:00:42.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-25T22:00:42.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-25T22:00:42.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-25T22:00:42.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3554 | 2026-08-25T22:00:42.312Z | |
| 3555 | 2026-08-25T22:00:42.313Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3556 | 2026-08-25T22:00:42.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-25T22:00:42.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-25T22:00:42.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-25T22:00:42.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3560 | 2026-08-25T22:00:42.907Z | |
| 3561 | 2026-08-25T22:00:42.907Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3562 | 2026-08-25T22:00:43.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-25T22:00:43.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-25T22:00:43.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-25T22:00:43.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3566 | 2026-08-25T22:00:43.500Z | |
| 3567 | 2026-08-25T22:00:43.500Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3568 | 2026-08-25T22:00:44.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-25T22:00:44.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-25T22:00:44.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-25T22:00:44.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3572 | 2026-08-25T22:00:44.096Z | |
| 3573 | 2026-08-25T22:00:44.096Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3574 | 2026-08-25T22:00:44.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-25T22:00:44.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-25T22:00:44.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-25T22:00:44.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3578 | 2026-08-25T22:00:44.675Z | |
| 3579 | 2026-08-25T22:00:44.675Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3580 | 2026-08-25T22:00:45.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-25T22:00:45.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-25T22:00:45.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-25T22:00:45.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-08-25T22:00:45.268Z | |
| 3585 | 2026-08-25T22:00:45.268Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3586 | 2026-08-25T22:00:45.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-25T22:00:45.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-25T22:00:45.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-25T22:00:45.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3590 | 2026-08-25T22:00:45.857Z | |
| 3591 | 2026-08-25T22:00:45.857Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3592 | 2026-08-25T22:00:46.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-25T22:00:46.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-25T22:00:46.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-25T22:00:46.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3596 | 2026-08-25T22:00:46.419Z | |
| 3597 | 2026-08-25T22:00:46.419Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3598 | 2026-08-25T22:00:46.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-25T22:00:46.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-25T22:00:46.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-25T22:00:46.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3602 | 2026-08-25T22:00:47.041Z | |
| 3603 | 2026-08-25T22:00:47.041Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3604 | 2026-08-25T22:00:47.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-25T22:00:47.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-25T22:00:47.778Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3607 | 2026-08-25T22:00:47.781Z | Checking void v1.0.2 |
| 3608 | 2026-08-25T22:00:47.781Z | Checking tungstenite v0.23.0 |
| 3609 | 2026-08-25T22:00:47.781Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3610 | 2026-08-25T22:00:47.781Z | Checking dropshot-api-manager-types v0.8.0 |
| 3611 | 2026-08-25T22:00:47.906Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3612 | 2026-08-25T22:00:47.912Z | Checking nix v0.27.1 |
| 3613 | 2026-08-25T22:00:47.915Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3614 | 2026-08-25T22:00:47.978Z | Checking lzss v0.8.2 |
| 3615 | 2026-08-25T22:00:48.051Z | Checking kstat-rs v0.2.5 |
| 3616 | 2026-08-25T22:00:48.077Z | Checking fxhash v0.2.1 |
| 3617 | 2026-08-25T22:00:48.132Z | Checking serde_bytes v0.11.19 |
| 3618 | 2026-08-25T22:00:48.151Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3619 | 2026-08-25T22:00:48.191Z | Checking signal-hook-tokio v0.3.1 |
| 3620 | 2026-08-25T22:00:48.219Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3621 | 2026-08-25T22:00:48.234Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3622 | 2026-08-25T22:00:48.312Z | Checking tokio-tungstenite v0.23.1 |
| 3623 | 2026-08-25T22:00:48.411Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3624 | 2026-08-25T22:00:49.496Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3625 | 2026-08-25T22:00:50.038Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3626 | 2026-08-25T22:00:52.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 3627 | 2026-08-25T22:00:52.355Z | |
| 3628 | 2026-08-25T22:00:52.355Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3629 | 2026-08-25T22:00:52.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-25T22:00:52.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-25T22:00:52.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-25T22:00:52.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3633 | 2026-08-25T22:00:52.926Z | |
| 3634 | 2026-08-25T22:00:52.927Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3635 | 2026-08-25T22:00:53.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-25T22:00:53.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-25T22:00:53.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-25T22:00:53.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3639 | 2026-08-25T22:00:53.487Z | |
| 3640 | 2026-08-25T22:00:53.487Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3641 | 2026-08-25T22:00:53.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-25T22:00:53.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-25T22:00:53.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-25T22:00:53.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3645 | 2026-08-25T22:00:54.047Z | |
| 3646 | 2026-08-25T22:00:54.047Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3647 | 2026-08-25T22:00:54.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-25T22:00:54.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-25T22:00:54.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-25T22:00:54.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3651 | 2026-08-25T22:00:54.647Z | |
| 3652 | 2026-08-25T22:00:54.647Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3653 | 2026-08-25T22:00:55.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-25T22:00:55.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-25T22:00:55.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-25T22:00:55.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3657 | 2026-08-25T22:00:55.229Z | |
| 3658 | 2026-08-25T22:00:55.229Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3659 | 2026-08-25T22:00:55.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-25T22:00:55.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-25T22:00:55.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-25T22:00:55.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-25T22:00:55.802Z | |
| 3664 | 2026-08-25T22:00:55.803Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3665 | 2026-08-25T22:00:56.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-25T22:00:56.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-25T22:00:56.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-25T22:00:56.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3669 | 2026-08-25T22:00:56.381Z | |
| 3670 | 2026-08-25T22:00:56.381Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3671 | 2026-08-25T22:00:56.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-25T22:00:56.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-25T22:00:56.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-25T22:00:56.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3675 | 2026-08-25T22:00:56.976Z | |
| 3676 | 2026-08-25T22:00:56.976Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3677 | 2026-08-25T22:00:57.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-25T22:00:57.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-25T22:00:57.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-25T22:00:57.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3681 | 2026-08-25T22:00:57.550Z | |
| 3682 | 2026-08-25T22:00:57.550Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3683 | 2026-08-25T22:00:58.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-25T22:00:58.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-25T22:00:58.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-25T22:00:58.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3687 | 2026-08-25T22:00:58.127Z | |
| 3688 | 2026-08-25T22:00:58.128Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3689 | 2026-08-25T22:00:58.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-25T22:00:58.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-25T22:00:58.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-25T22:00:58.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3693 | 2026-08-25T22:00:58.705Z | |
| 3694 | 2026-08-25T22:00:58.705Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3695 | 2026-08-25T22:00:59.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-25T22:00:59.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-25T22:00:59.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-25T22:00:59.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-25T22:00:59.281Z | |
| 3700 | 2026-08-25T22:00:59.281Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3701 | 2026-08-25T22:00:59.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-25T22:00:59.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-25T22:00:59.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-25T22:00:59.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3705 | 2026-08-25T22:00:59.855Z | |
| 3706 | 2026-08-25T22:00:59.855Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3707 | 2026-08-25T22:01:00.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-25T22:01:00.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-25T22:01:00.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-25T22:01:00.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3711 | 2026-08-25T22:01:00.434Z | |
| 3712 | 2026-08-25T22:01:00.434Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3713 | 2026-08-25T22:01:00.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-25T22:01:00.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-25T22:01:00.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-25T22:01:00.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3717 | 2026-08-25T22:01:01.007Z | |
| 3718 | 2026-08-25T22:01:01.007Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3719 | 2026-08-25T22:01:01.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-25T22:01:01.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-25T22:01:01.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-25T22:01:01.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3723 | 2026-08-25T22:01:01.582Z | |
| 3724 | 2026-08-25T22:01:01.582Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3725 | 2026-08-25T22:01:02.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-25T22:01:02.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-25T22:01:02.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-25T22:01:02.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3729 | 2026-08-25T22:01:02.158Z | |
| 3730 | 2026-08-25T22:01:02.158Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3731 | 2026-08-25T22:01:02.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-25T22:01:02.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-25T22:01:02.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-25T22:01:02.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-25T22:01:02.735Z | |
| 3736 | 2026-08-25T22:01:02.735Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3737 | 2026-08-25T22:01:03.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-25T22:01:03.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-25T22:01:03.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-25T22:01:03.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3741 | 2026-08-25T22:01:03.314Z | |
| 3742 | 2026-08-25T22:01:03.314Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3743 | 2026-08-25T22:01:03.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-25T22:01:03.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-25T22:01:03.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-25T22:01:03.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3747 | 2026-08-25T22:01:03.890Z | |
| 3748 | 2026-08-25T22:01:03.890Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3749 | 2026-08-25T22:01:04.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-25T22:01:04.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-25T22:01:04.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-25T22:01:04.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3753 | 2026-08-25T22:01:04.467Z | |
| 3754 | 2026-08-25T22:01:04.467Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3755 | 2026-08-25T22:01:04.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-25T22:01:04.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-25T22:01:04.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-25T22:01:04.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3759 | 2026-08-25T22:01:05.045Z | |
| 3760 | 2026-08-25T22:01:05.045Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3761 | 2026-08-25T22:01:05.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-25T22:01:05.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-25T22:01:05.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-25T22:01:05.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3765 | 2026-08-25T22:01:05.641Z | |
| 3766 | 2026-08-25T22:01:05.641Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3767 | 2026-08-25T22:01:06.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-25T22:01:06.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-25T22:01:06.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-25T22:01:06.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3771 | 2026-08-25T22:01:06.225Z | |
| 3772 | 2026-08-25T22:01:06.225Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3773 | 2026-08-25T22:01:06.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-25T22:01:06.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-25T22:01:06.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-25T22:01:06.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3777 | 2026-08-25T22:01:06.810Z | |
| 3778 | 2026-08-25T22:01:06.810Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3779 | 2026-08-25T22:01:07.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-25T22:01:07.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-25T22:01:07.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-25T22:01:07.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3783 | 2026-08-25T22:01:07.399Z | |
| 3784 | 2026-08-25T22:01:07.399Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3785 | 2026-08-25T22:01:07.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-25T22:01:07.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-25T22:01:07.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-25T22:01:07.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3789 | 2026-08-25T22:01:07.984Z | |
| 3790 | 2026-08-25T22:01:07.985Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3791 | 2026-08-25T22:01:08.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-25T22:01:08.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-25T22:01:08.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-25T22:01:08.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3795 | 2026-08-25T22:01:08.563Z | |
| 3796 | 2026-08-25T22:01:08.563Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3797 | 2026-08-25T22:01:09.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-25T22:01:09.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-25T22:01:09.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-25T22:01:09.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3801 | 2026-08-25T22:01:09.145Z | |
| 3802 | 2026-08-25T22:01:09.145Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3803 | 2026-08-25T22:01:09.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-25T22:01:09.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-25T22:01:09.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-25T22:01:09.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3807 | 2026-08-25T22:01:09.731Z | |
| 3808 | 2026-08-25T22:01:09.731Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3809 | 2026-08-25T22:01:10.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-25T22:01:10.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-25T22:01:10.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-25T22:01:10.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3813 | 2026-08-25T22:01:10.317Z | |
| 3814 | 2026-08-25T22:01:10.317Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3815 | 2026-08-25T22:01:10.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-25T22:01:10.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-25T22:01:10.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2026-08-25T22:01:10.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3819 | 2026-08-25T22:01:10.900Z | |
| 3820 | 2026-08-25T22:01:10.900Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3821 | 2026-08-25T22:01:11.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2026-08-25T22:01:11.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2026-08-25T22:01:11.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2026-08-25T22:01:11.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3825 | 2026-08-25T22:01:11.491Z | |
| 3826 | 2026-08-25T22:01:11.491Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3827 | 2026-08-25T22:01:11.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2026-08-25T22:01:11.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2026-08-25T22:01:11.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2026-08-25T22:01:11.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3831 | 2026-08-25T22:01:12.075Z | |
| 3832 | 2026-08-25T22:01:12.076Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3833 | 2026-08-25T22:01:12.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-08-25T22:01:12.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-08-25T22:01:12.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-08-25T22:01:12.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3837 | 2026-08-25T22:01:12.662Z | |
| 3838 | 2026-08-25T22:01:12.662Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3839 | 2026-08-25T22:01:13.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-08-25T22:01:13.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-08-25T22:01:13.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-08-25T22:01:13.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3843 | 2026-08-25T22:01:13.250Z | |
| 3844 | 2026-08-25T22:01:13.250Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3845 | 2026-08-25T22:01:13.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-08-25T22:01:13.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-08-25T22:01:13.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-08-25T22:01:13.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3849 | 2026-08-25T22:01:13.841Z | |
| 3850 | 2026-08-25T22:01:13.841Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3851 | 2026-08-25T22:01:14.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-08-25T22:01:14.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-08-25T22:01:14.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3854 | 2026-08-25T22:01:14.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3855 | 2026-08-25T22:01:14.424Z | |
| 3856 | 2026-08-25T22:01:14.424Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3857 | 2026-08-25T22:01:14.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-08-25T22:01:14.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-08-25T22:01:14.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-08-25T22:01:14.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3861 | 2026-08-25T22:01:15.009Z | |
| 3862 | 2026-08-25T22:01:15.009Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3863 | 2026-08-25T22:01:15.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-08-25T22:01:15.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-08-25T22:01:15.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2026-08-25T22:01:15.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3867 | 2026-08-25T22:01:15.597Z | |
| 3868 | 2026-08-25T22:01:15.597Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3869 | 2026-08-25T22:01:16.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-08-25T22:01:16.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-08-25T22:01:16.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-08-25T22:01:16.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3873 | 2026-08-25T22:01:16.172Z | |
| 3874 | 2026-08-25T22:01:16.172Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3875 | 2026-08-25T22:01:16.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-08-25T22:01:16.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-08-25T22:01:16.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-08-25T22:01:16.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3879 | 2026-08-25T22:01:16.739Z | |
| 3880 | 2026-08-25T22:01:16.739Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3881 | 2026-08-25T22:01:17.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-08-25T22:01:17.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-08-25T22:01:17.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-08-25T22:01:17.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3885 | 2026-08-25T22:01:17.310Z | |
| 3886 | 2026-08-25T22:01:17.310Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3887 | 2026-08-25T22:01:17.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-25T22:01:17.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-25T22:01:17.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-08-25T22:01:17.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3891 | 2026-08-25T22:01:17.877Z | |
| 3892 | 2026-08-25T22:01:17.877Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3893 | 2026-08-25T22:01:18.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-08-25T22:01:18.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-08-25T22:01:18.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-08-25T22:01:18.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3897 | 2026-08-25T22:01:18.449Z | |
| 3898 | 2026-08-25T22:01:18.450Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3899 | 2026-08-25T22:01:18.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-08-25T22:01:18.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-08-25T22:01:18.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-08-25T22:01:18.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3903 | 2026-08-25T22:01:19.015Z | |
| 3904 | 2026-08-25T22:01:19.015Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3905 | 2026-08-25T22:01:19.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-08-25T22:01:19.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-08-25T22:01:19.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-08-25T22:01:19.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3909 | 2026-08-25T22:01:19.589Z | |
| 3910 | 2026-08-25T22:01:19.589Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3911 | 2026-08-25T22:01:20.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-25T22:01:20.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-25T22:01:20.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-08-25T22:01:20.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3915 | 2026-08-25T22:01:20.148Z | |
| 3916 | 2026-08-25T22:01:20.148Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3917 | 2026-08-25T22:01:20.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-08-25T22:01:20.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-08-25T22:01:20.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-08-25T22:01:20.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3921 | 2026-08-25T22:01:20.725Z | |
| 3922 | 2026-08-25T22:01:20.725Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3923 | 2026-08-25T22:01:21.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-08-25T22:01:21.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-08-25T22:01:21.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-08-25T22:01:21.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3927 | 2026-08-25T22:01:21.287Z | |
| 3928 | 2026-08-25T22:01:21.288Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3929 | 2026-08-25T22:01:21.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-08-25T22:01:21.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-08-25T22:01:21.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-08-25T22:01:21.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3933 | 2026-08-25T22:01:21.855Z | |
| 3934 | 2026-08-25T22:01:21.855Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3935 | 2026-08-25T22:01:22.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-08-25T22:01:22.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-08-25T22:01:22.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-08-25T22:01:22.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3939 | 2026-08-25T22:01:22.420Z | |
| 3940 | 2026-08-25T22:01:22.420Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3941 | 2026-08-25T22:01:22.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-08-25T22:01:22.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-08-25T22:01:22.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-08-25T22:01:22.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3945 | 2026-08-25T22:01:22.985Z | |
| 3946 | 2026-08-25T22:01:22.985Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3947 | 2026-08-25T22:01:23.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-08-25T22:01:23.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-08-25T22:01:23.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-08-25T22:01:23.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3951 | 2026-08-25T22:01:23.552Z | |
| 3952 | 2026-08-25T22:01:23.553Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3953 | 2026-08-25T22:01:24.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-25T22:01:24.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-25T22:01:24.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-08-25T22:01:24.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3957 | 2026-08-25T22:01:24.120Z | |
| 3958 | 2026-08-25T22:01:24.120Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3959 | 2026-08-25T22:01:24.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-08-25T22:01:24.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-08-25T22:01:24.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-08-25T22:01:24.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3963 | 2026-08-25T22:01:24.694Z | |
| 3964 | 2026-08-25T22:01:24.694Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3965 | 2026-08-25T22:01:25.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-08-25T22:01:25.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-08-25T22:01:25.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-08-25T22:01:25.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3969 | 2026-08-25T22:01:25.287Z | |
| 3970 | 2026-08-25T22:01:25.287Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3971 | 2026-08-25T22:01:25.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-08-25T22:01:25.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-08-25T22:01:25.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-08-25T22:01:25.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3975 | 2026-08-25T22:01:25.874Z | |
| 3976 | 2026-08-25T22:01:25.874Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 3977 | 2026-08-25T22:01:26.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-25T22:01:26.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-25T22:01:26.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-08-25T22:01:26.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3981 | 2026-08-25T22:01:26.457Z | |
| 3982 | 2026-08-25T22:01:26.458Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 3983 | 2026-08-25T22:01:26.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-08-25T22:01:26.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-08-25T22:01:26.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-08-25T22:01:26.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3987 | 2026-08-25T22:01:27.040Z | |
| 3988 | 2026-08-25T22:01:27.040Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 3989 | 2026-08-25T22:01:27.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-08-25T22:01:27.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-08-25T22:01:27.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-08-25T22:01:27.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3993 | 2026-08-25T22:01:27.625Z | |
| 3994 | 2026-08-25T22:01:27.625Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 3995 | 2026-08-25T22:01:28.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-08-25T22:01:28.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-08-25T22:01:28.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-08-25T22:01:28.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3999 | 2026-08-25T22:01:28.213Z | |
| 4000 | 2026-08-25T22:01:28.213Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 4001 | 2026-08-25T22:01:28.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-08-25T22:01:28.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-08-25T22:01:28.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-08-25T22:01:28.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4005 | 2026-08-25T22:01:28.798Z | |
| 4006 | 2026-08-25T22:01:28.799Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4007 | 2026-08-25T22:01:29.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-08-25T22:01:29.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-08-25T22:01:29.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-08-25T22:01:29.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-08-25T22:01:29.384Z | |
| 4012 | 2026-08-25T22:01:29.384Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4013 | 2026-08-25T22:01:29.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-08-25T22:01:29.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-08-25T22:01:29.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-08-25T22:01:29.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4017 | 2026-08-25T22:01:29.972Z | |
| 4018 | 2026-08-25T22:01:29.972Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4019 | 2026-08-25T22:01:30.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-08-25T22:01:30.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-08-25T22:01:30.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-08-25T22:01:30.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4023 | 2026-08-25T22:01:30.551Z | |
| 4024 | 2026-08-25T22:01:30.551Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4025 | 2026-08-25T22:01:31.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-08-25T22:01:31.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-08-25T22:01:31.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4028 | 2026-08-25T22:01:31.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4029 | 2026-08-25T22:01:31.133Z | |
| 4030 | 2026-08-25T22:01:31.133Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4031 | 2026-08-25T22:01:31.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-08-25T22:01:31.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-08-25T22:01:31.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4034 | 2026-08-25T22:01:31.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4035 | 2026-08-25T22:01:31.716Z | |
| 4036 | 2026-08-25T22:01:31.716Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4037 | 2026-08-25T22:01:32.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-08-25T22:01:32.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-08-25T22:01:32.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-08-25T22:01:32.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4041 | 2026-08-25T22:01:32.314Z | |
| 4042 | 2026-08-25T22:01:32.314Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4043 | 2026-08-25T22:01:32.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-08-25T22:01:32.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-08-25T22:01:32.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-08-25T22:01:32.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4047 | 2026-08-25T22:01:32.895Z | |
| 4048 | 2026-08-25T22:01:32.895Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4049 | 2026-08-25T22:01:33.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-08-25T22:01:33.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-08-25T22:01:33.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-08-25T22:01:33.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4053 | 2026-08-25T22:01:33.484Z | |
| 4054 | 2026-08-25T22:01:33.484Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4055 | 2026-08-25T22:01:33.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-08-25T22:01:33.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-08-25T22:01:33.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-08-25T22:01:34.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4059 | 2026-08-25T22:01:34.088Z | |
| 4060 | 2026-08-25T22:01:34.088Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4061 | 2026-08-25T22:01:34.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-08-25T22:01:34.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-08-25T22:01:34.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-08-25T22:01:34.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4065 | 2026-08-25T22:01:34.664Z | |
| 4066 | 2026-08-25T22:01:34.664Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4067 | 2026-08-25T22:01:35.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-08-25T22:01:35.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-08-25T22:01:35.304Z | Compiling parking_lot_core v0.8.6 |
| 4070 | 2026-08-25T22:01:35.412Z | Compiling git-stub v1.0.0 |
| 4071 | 2026-08-25T22:01:35.419Z | Checking prefix-trie v0.7.0 |
| 4072 | 2026-08-25T22:01:35.426Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4073 | 2026-08-25T22:01:35.536Z | Compiling git-stub-vcs v0.1.0 |
| 4074 | 2026-08-25T22:01:35.697Z | Checking hickory-server v0.25.2 |
| 4075 | 2026-08-25T22:01:35.804Z | Checking parking_lot v0.11.2 |
| 4076 | 2026-08-25T22:01:35.837Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4077 | 2026-08-25T22:01:35.972Z | Checking sled v0.34.7 |
| 4078 | 2026-08-25T22:01:37.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4079 | 2026-08-25T22:01:38.074Z | |
| 4080 | 2026-08-25T22:01:38.074Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4081 | 2026-08-25T22:01:38.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-08-25T22:01:38.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-08-25T22:01:38.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-08-25T22:01:38.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4085 | 2026-08-25T22:01:38.649Z | |
| 4086 | 2026-08-25T22:01:38.649Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4087 | 2026-08-25T22:01:39.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-08-25T22:01:39.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-08-25T22:01:39.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-08-25T22:01:39.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4091 | 2026-08-25T22:01:39.236Z | |
| 4092 | 2026-08-25T22:01:39.236Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4093 | 2026-08-25T22:01:39.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-08-25T22:01:39.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-08-25T22:01:39.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-08-25T22:01:39.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4097 | 2026-08-25T22:01:39.802Z | |
| 4098 | 2026-08-25T22:01:39.802Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4099 | 2026-08-25T22:01:40.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-08-25T22:01:40.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-08-25T22:01:40.502Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4102 | 2026-08-25T22:01:41.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 4103 | 2026-08-25T22:01:41.211Z | |
| 4104 | 2026-08-25T22:01:41.211Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4105 | 2026-08-25T22:01:41.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-08-25T22:01:41.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-08-25T22:01:42.028Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4108 | 2026-08-25T22:01:42.159Z | Compiling hashbrown v0.14.5 |
| 4109 | 2026-08-25T22:01:42.159Z | Compiling rfc6979 v0.4.0 |
| 4110 | 2026-08-25T22:01:42.165Z | Compiling salty v0.3.0 |
| 4111 | 2026-08-25T22:01:42.181Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4112 | 2026-08-25T22:01:42.193Z | Compiling primeorder v0.13.6 |
| 4113 | 2026-08-25T22:01:42.206Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4114 | 2026-08-25T22:01:42.278Z | Compiling ecdsa v0.16.9 |
| 4115 | 2026-08-25T22:01:42.334Z | Compiling sha1 v0.10.6 |
| 4116 | 2026-08-25T22:01:42.449Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4117 | 2026-08-25T22:01:42.524Z | Compiling proc-macro-error2 v2.0.1 |
| 4118 | 2026-08-25T22:01:42.633Z | Compiling chumsky v0.9.3 |
| 4119 | 2026-08-25T22:01:42.651Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4120 | 2026-08-25T22:01:42.666Z | Compiling p384 v0.13.1 |
| 4121 | 2026-08-25T22:01:42.697Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4122 | 2026-08-25T22:01:42.847Z | Compiling knus-derive v3.4.0 |
| 4123 | 2026-08-25T22:01:42.871Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4124 | 2026-08-25T22:01:42.907Z | Checking libscf-sys v1.2.0 |
| 4125 | 2026-08-25T22:01:42.963Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4126 | 2026-08-25T22:01:43.036Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4127 | 2026-08-25T22:01:43.186Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4128 | 2026-08-25T22:01:43.214Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4129 | 2026-08-25T22:01:43.386Z | Checking corncobs v0.1.4 |
| 4130 | 2026-08-25T22:01:43.404Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4131 | 2026-08-25T22:01:43.418Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4132 | 2026-08-25T22:01:43.421Z | Checking papergrid v0.18.0 |
| 4133 | 2026-08-25T22:01:43.459Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4134 | 2026-08-25T22:01:43.511Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4135 | 2026-08-25T22:01:43.561Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4136 | 2026-08-25T22:01:43.631Z | Checking secrecy v0.8.0 |
| 4137 | 2026-08-25T22:01:43.759Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4138 | 2026-08-25T22:01:43.775Z | Compiling unicase v2.9.0 |
| 4139 | 2026-08-25T22:01:43.832Z | Compiling progenitor-impl v0.13.0 |
| 4140 | 2026-08-25T22:01:43.932Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4141 | 2026-08-25T22:01:43.974Z | Compiling mime_guess v2.0.5 |
| 4142 | 2026-08-25T22:01:43.997Z | Checking crc8 v0.1.1 |
| 4143 | 2026-08-25T22:01:44.096Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4144 | 2026-08-25T22:01:44.212Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4145 | 2026-08-25T22:01:44.215Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4146 | 2026-08-25T22:01:44.243Z | Checking tabled v0.21.0 |
| 4147 | 2026-08-25T22:01:44.256Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4148 | 2026-08-25T22:01:44.289Z | Compiling knus v3.4.0 |
| 4149 | 2026-08-25T22:01:44.782Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4150 | 2026-08-25T22:01:45.051Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4151 | 2026-08-25T22:01:45.084Z | Checking progenitor-client v0.13.0 |
| 4152 | 2026-08-25T22:01:45.162Z | Checking http-range v0.1.5 |
| 4153 | 2026-08-25T22:01:45.297Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4154 | 2026-08-25T22:01:45.326Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4155 | 2026-08-25T22:01:45.416Z | Checking scuffle v0.1.0 |
| 4156 | 2026-08-25T22:01:45.478Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4157 | 2026-08-25T22:01:45.670Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4158 | 2026-08-25T22:01:45.981Z | Checking nanorand v0.7.0 |
| 4159 | 2026-08-25T22:01:46.068Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4160 | 2026-08-25T22:01:46.184Z | Checking flume v0.11.1 |
| 4161 | 2026-08-25T22:01:46.281Z | Checking hyper-staticfile v0.10.1 |
| 4162 | 2026-08-25T22:01:46.379Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4163 | 2026-08-25T22:01:46.411Z | Compiling progenitor-macro v0.13.0 |
| 4164 | 2026-08-25T22:01:46.440Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4165 | 2026-08-25T22:01:46.457Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4166 | 2026-08-25T22:01:46.476Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4167 | 2026-08-25T22:01:46.569Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4168 | 2026-08-25T22:01:46.605Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4169 | 2026-08-25T22:01:46.811Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4170 | 2026-08-25T22:01:46.827Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4171 | 2026-08-25T22:01:46.990Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4172 | 2026-08-25T22:01:47.019Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4173 | 2026-08-25T22:01:47.232Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4174 | 2026-08-25T22:01:47.294Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4175 | 2026-08-25T22:01:47.496Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4176 | 2026-08-25T22:01:48.838Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4177 | 2026-08-25T22:01:49.742Z | Checking progenitor v0.13.0 |
| 4178 | 2026-08-25T22:01:49.875Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4179 | 2026-08-25T22:01:50.792Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4180 | 2026-08-25T22:01:51.847Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4181 | 2026-08-25T22:01:52.324Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4182 | 2026-08-25T22:01:52.420Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4183 | 2026-08-25T22:01:52.426Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4184 | 2026-08-25T22:02:05.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.54s |
| 4185 | 2026-08-25T22:02:05.762Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4186 | 2026-08-25T22:02:05.762Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4187 | 2026-08-25T22:02:05.965Z | |
| 4188 | 2026-08-25T22:02:05.965Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4189 | 2026-08-25T22:02:06.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-08-25T22:02:06.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-08-25T22:02:06.737Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4192 | 2026-08-25T22:02:17.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 4193 | 2026-08-25T22:02:17.423Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4194 | 2026-08-25T22:02:17.423Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4195 | 2026-08-25T22:02:17.622Z | |
| 4196 | 2026-08-25T22:02:17.622Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4197 | 2026-08-25T22:02:18.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-08-25T22:02:18.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-08-25T22:02:18.405Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4200 | 2026-08-25T22:02:29.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 4201 | 2026-08-25T22:02:29.037Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4202 | 2026-08-25T22:02:29.037Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4203 | 2026-08-25T22:02:29.243Z | |
| 4204 | 2026-08-25T22:02:29.243Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4205 | 2026-08-25T22:02:29.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-08-25T22:02:29.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-08-25T22:02:30.008Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4208 | 2026-08-25T22:02:40.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 4209 | 2026-08-25T22:02:40.576Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4210 | 2026-08-25T22:02:40.576Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4211 | 2026-08-25T22:02:40.778Z | |
| 4212 | 2026-08-25T22:02:40.778Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4213 | 2026-08-25T22:02:41.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-08-25T22:02:41.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-08-25T22:02:41.552Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4216 | 2026-08-25T22:02:52.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 4217 | 2026-08-25T22:02:52.106Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4218 | 2026-08-25T22:02:52.106Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4219 | 2026-08-25T22:02:52.305Z | |
| 4220 | 2026-08-25T22:02:52.305Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4221 | 2026-08-25T22:02:52.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4222 | 2026-08-25T22:02:52.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4223 | 2026-08-25T22:02:53.076Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4224 | 2026-08-25T22:03:03.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 4225 | 2026-08-25T22:03:03.667Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4226 | 2026-08-25T22:03:03.667Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4227 | 2026-08-25T22:03:03.873Z | |
| 4228 | 2026-08-25T22:03:03.874Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4229 | 2026-08-25T22:03:04.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-08-25T22:03:04.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-08-25T22:03:04.658Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4232 | 2026-08-25T22:03:15.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 4233 | 2026-08-25T22:03:15.234Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4234 | 2026-08-25T22:03:15.234Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4235 | 2026-08-25T22:03:15.433Z | |
| 4236 | 2026-08-25T22:03:15.433Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4237 | 2026-08-25T22:03:15.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-08-25T22:03:15.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-08-25T22:03:16.215Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4240 | 2026-08-25T22:03:26.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 4241 | 2026-08-25T22:03:26.860Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4242 | 2026-08-25T22:03:26.860Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4243 | 2026-08-25T22:03:26.970Z | |
| 4244 | 2026-08-25T22:03:26.970Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4245 | 2026-08-25T22:03:27.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-08-25T22:03:27.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-08-25T22:03:27.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-08-25T22:03:27.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4249 | 2026-08-25T22:03:27.555Z | |
| 4250 | 2026-08-25T22:03:27.556Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4251 | 2026-08-25T22:03:28.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-08-25T22:03:28.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-08-25T22:03:28.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-08-25T22:03:28.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4255 | 2026-08-25T22:03:28.149Z | |
| 4256 | 2026-08-25T22:03:28.149Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4257 | 2026-08-25T22:03:28.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-08-25T22:03:28.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-08-25T22:03:28.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-08-25T22:03:28.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4261 | 2026-08-25T22:03:28.712Z | |
| 4262 | 2026-08-25T22:03:28.712Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4263 | 2026-08-25T22:03:29.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-08-25T22:03:29.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-08-25T22:03:29.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-08-25T22:03:29.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4267 | 2026-08-25T22:03:29.327Z | |
| 4268 | 2026-08-25T22:03:29.327Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4269 | 2026-08-25T22:03:29.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-25T22:03:29.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-25T22:03:29.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-08-25T22:03:29.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4273 | 2026-08-25T22:03:29.907Z | |
| 4274 | 2026-08-25T22:03:29.907Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4275 | 2026-08-25T22:03:30.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-08-25T22:03:30.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-08-25T22:03:30.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-08-25T22:03:30.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4279 | 2026-08-25T22:03:30.482Z | |
| 4280 | 2026-08-25T22:03:30.482Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4281 | 2026-08-25T22:03:30.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-08-25T22:03:30.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-08-25T22:03:30.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-08-25T22:03:30.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4285 | 2026-08-25T22:03:31.057Z | |
| 4286 | 2026-08-25T22:03:31.057Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4287 | 2026-08-25T22:03:31.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-08-25T22:03:31.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-08-25T22:03:31.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-08-25T22:03:31.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4291 | 2026-08-25T22:03:31.621Z | |
| 4292 | 2026-08-25T22:03:31.621Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4293 | 2026-08-25T22:03:32.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-25T22:03:32.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-25T22:03:32.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-08-25T22:03:32.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4297 | 2026-08-25T22:03:32.215Z | |
| 4298 | 2026-08-25T22:03:32.215Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4299 | 2026-08-25T22:03:32.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-08-25T22:03:32.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-08-25T22:03:32.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-08-25T22:03:32.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4303 | 2026-08-25T22:03:32.817Z | |
| 4304 | 2026-08-25T22:03:32.817Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4305 | 2026-08-25T22:03:33.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-08-25T22:03:33.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-08-25T22:03:33.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-08-25T22:03:33.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4309 | 2026-08-25T22:03:33.488Z | |
| 4310 | 2026-08-25T22:03:33.488Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4311 | 2026-08-25T22:03:33.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-08-25T22:03:34.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-08-25T22:03:34.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-08-25T22:03:34.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4315 | 2026-08-25T22:03:34.102Z | |
| 4316 | 2026-08-25T22:03:34.102Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4317 | 2026-08-25T22:03:34.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-25T22:03:34.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-25T22:03:34.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-25T22:03:34.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4321 | 2026-08-25T22:03:34.637Z | |
| 4322 | 2026-08-25T22:03:34.638Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4323 | 2026-08-25T22:03:35.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-25T22:03:35.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-25T22:03:35.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-25T22:03:35.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4327 | 2026-08-25T22:03:35.266Z | |
| 4328 | 2026-08-25T22:03:35.266Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4329 | 2026-08-25T22:03:35.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-25T22:03:35.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-25T22:03:35.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-25T22:03:35.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4333 | 2026-08-25T22:03:35.844Z | |
| 4334 | 2026-08-25T22:03:35.844Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4335 | 2026-08-25T22:03:36.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-25T22:03:36.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-25T22:03:36.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-25T22:03:36.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4339 | 2026-08-25T22:03:36.433Z | |
| 4340 | 2026-08-25T22:03:36.434Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4341 | 2026-08-25T22:03:36.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-25T22:03:36.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-25T22:03:36.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-25T22:03:36.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4345 | 2026-08-25T22:03:37.036Z | |
| 4346 | 2026-08-25T22:03:37.036Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4347 | 2026-08-25T22:03:37.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-25T22:03:37.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-25T22:03:37.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-25T22:03:37.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4351 | 2026-08-25T22:03:37.664Z | |
| 4352 | 2026-08-25T22:03:37.664Z | info: running `cargo check --bins` on sled-agent-early-networking (268/377) |
| 4353 | 2026-08-25T22:03:38.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-25T22:03:38.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-25T22:03:38.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-25T22:03:38.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4357 | 2026-08-25T22:03:38.251Z | |
| 4358 | 2026-08-25T22:03:38.252Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/377) |
| 4359 | 2026-08-25T22:03:38.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-25T22:03:38.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-25T22:03:38.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-25T22:03:38.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4363 | 2026-08-25T22:03:38.855Z | |
| 4364 | 2026-08-25T22:03:38.855Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/377) |
| 4365 | 2026-08-25T22:03:39.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-25T22:03:39.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-25T22:03:39.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-25T22:03:39.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4369 | 2026-08-25T22:03:39.461Z | |
| 4370 | 2026-08-25T22:03:39.461Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/377) |
| 4371 | 2026-08-25T22:03:39.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-25T22:03:39.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-25T22:03:39.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-25T22:03:39.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4375 | 2026-08-25T22:03:40.088Z | |
| 4376 | 2026-08-25T22:03:40.088Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377) |
| 4377 | 2026-08-25T22:03:40.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-25T22:03:40.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-25T22:03:40.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-25T22:03:40.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4381 | 2026-08-25T22:03:40.694Z | |
| 4382 | 2026-08-25T22:03:40.695Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/377) |
| 4383 | 2026-08-25T22:03:41.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-25T22:03:41.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-25T22:03:41.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-25T22:03:41.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4387 | 2026-08-25T22:03:41.317Z | |
| 4388 | 2026-08-25T22:03:41.317Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377) |
| 4389 | 2026-08-25T22:03:41.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-25T22:03:41.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-25T22:03:41.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-25T22:03:41.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4393 | 2026-08-25T22:03:41.940Z | |
| 4394 | 2026-08-25T22:03:41.940Z | info: running `cargo check --bins` on omicron-deployment-graph (275/377) |
| 4395 | 2026-08-25T22:03:42.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-25T22:03:42.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-25T22:03:42.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-25T22:03:42.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4399 | 2026-08-25T22:03:42.501Z | |
| 4400 | 2026-08-25T22:03:42.501Z | info: running `cargo check --bins` on transient-dns-server (276/377) |
| 4401 | 2026-08-25T22:03:42.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-25T22:03:42.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-25T22:03:42.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-25T22:03:42.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4405 | 2026-08-25T22:03:43.084Z | |
| 4406 | 2026-08-25T22:03:43.084Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377) |
| 4407 | 2026-08-25T22:03:43.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-25T22:03:43.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-25T22:03:43.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-25T22:03:43.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4411 | 2026-08-25T22:03:43.666Z | |
| 4412 | 2026-08-25T22:03:43.666Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377) |
| 4413 | 2026-08-25T22:03:44.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-25T22:03:44.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-25T22:03:44.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-25T22:03:44.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4417 | 2026-08-25T22:03:44.259Z | |
| 4418 | 2026-08-25T22:03:44.259Z | info: running `cargo check --bins` on omicron-rpaths (279/377) |
| 4419 | 2026-08-25T22:03:44.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-25T22:03:44.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-25T22:03:44.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-08-25T22:03:44.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4423 | 2026-08-25T22:03:44.812Z | |
| 4424 | 2026-08-25T22:03:44.812Z | info: running `cargo check --bins` on omicron-repl-utils (280/377) |
| 4425 | 2026-08-25T22:03:45.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-08-25T22:03:45.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-08-25T22:03:45.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-08-25T22:03:45.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4429 | 2026-08-25T22:03:45.363Z | |
| 4430 | 2026-08-25T22:03:45.363Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/377) |
| 4431 | 2026-08-25T22:03:45.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-08-25T22:03:45.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-08-25T22:03:46.067Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4434 | 2026-08-25T22:03:46.476Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4435 | 2026-08-25T22:03:47.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4436 | 2026-08-25T22:03:47.859Z | |
| 4437 | 2026-08-25T22:03:47.859Z | info: running `cargo check --bins` on clickhouse-admin-api (282/377) |
| 4438 | 2026-08-25T22:03:48.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-08-25T22:03:48.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-08-25T22:03:48.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-08-25T22:03:48.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4442 | 2026-08-25T22:03:48.430Z | |
| 4443 | 2026-08-25T22:03:48.431Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/377) |
| 4444 | 2026-08-25T22:03:48.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-25T22:03:48.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-25T22:03:48.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-25T22:03:48.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4448 | 2026-08-25T22:03:49.006Z | |
| 4449 | 2026-08-25T22:03:49.006Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377) |
| 4450 | 2026-08-25T22:03:49.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-25T22:03:49.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-25T22:03:49.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-25T22:03:49.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4454 | 2026-08-25T22:03:49.592Z | |
| 4455 | 2026-08-25T22:03:49.592Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/377) |
| 4456 | 2026-08-25T22:03:50.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-25T22:03:50.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-25T22:03:50.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-25T22:03:50.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4460 | 2026-08-25T22:03:50.175Z | |
| 4461 | 2026-08-25T22:03:50.175Z | info: running `cargo check --bins` on installinator-client (286/377) |
| 4462 | 2026-08-25T22:03:50.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-25T22:03:50.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-25T22:03:50.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-25T22:03:50.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4466 | 2026-08-25T22:03:50.732Z | |
| 4467 | 2026-08-25T22:03:50.733Z | info: running `cargo check --bins` on oxide-client (287/377) |
| 4468 | 2026-08-25T22:03:51.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-25T22:03:51.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-25T22:03:51.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-08-25T22:03:51.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4472 | 2026-08-25T22:03:51.299Z | |
| 4473 | 2026-08-25T22:03:51.300Z | info: running `cargo check --bins` on oximeter-client (288/377) |
| 4474 | 2026-08-25T22:03:51.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-08-25T22:03:51.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-08-25T22:03:51.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-08-25T22:03:51.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4478 | 2026-08-25T22:03:51.874Z | |
| 4479 | 2026-08-25T22:03:51.874Z | info: running `cargo check --bins` on wicketd-client (289/377) |
| 4480 | 2026-08-25T22:03:52.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-08-25T22:03:52.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-08-25T22:03:52.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4483 | 2026-08-25T22:03:52.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4484 | 2026-08-25T22:03:52.473Z | |
| 4485 | 2026-08-25T22:03:52.473Z | info: running `cargo check --bins` on wicket-common (290/377) |
| 4486 | 2026-08-25T22:03:52.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-08-25T22:03:52.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-08-25T22:03:52.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4489 | 2026-08-25T22:03:52.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4490 | 2026-08-25T22:03:53.062Z | |
| 4491 | 2026-08-25T22:03:53.062Z | info: running `cargo check --bins` on wicketd-commission-client (291/377) |
| 4492 | 2026-08-25T22:03:53.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-08-25T22:03:53.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-08-25T22:03:53.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4495 | 2026-08-25T22:03:53.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4496 | 2026-08-25T22:03:53.655Z | |
| 4497 | 2026-08-25T22:03:53.655Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/377) |
| 4498 | 2026-08-25T22:03:54.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-08-25T22:03:54.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-08-25T22:03:54.315Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4501 | 2026-08-25T22:03:54.320Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4502 | 2026-08-25T22:03:55.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4503 | 2026-08-25T22:03:55.684Z | |
| 4504 | 2026-08-25T22:03:55.684Z | info: running `cargo check --bins` on cockroach-admin-api (293/377) |
| 4505 | 2026-08-25T22:03:56.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-25T22:03:56.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-25T22:03:56.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-25T22:03:56.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4509 | 2026-08-25T22:03:56.247Z | |
| 4510 | 2026-08-25T22:03:56.247Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377) |
| 4511 | 2026-08-25T22:03:56.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-25T22:03:56.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-25T22:03:56.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4514 | 2026-08-25T22:03:56.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4515 | 2026-08-25T22:03:56.895Z | |
| 4516 | 2026-08-25T22:03:56.895Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377) |
| 4517 | 2026-08-25T22:03:57.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-08-25T22:03:57.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-08-25T22:03:57.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-08-25T22:03:57.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4521 | 2026-08-25T22:03:57.552Z | |
| 4522 | 2026-08-25T22:03:57.552Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377) |
| 4523 | 2026-08-25T22:03:58.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-08-25T22:03:58.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-08-25T22:03:58.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4526 | 2026-08-25T22:03:58.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4527 | 2026-08-25T22:03:58.173Z | |
| 4528 | 2026-08-25T22:03:58.173Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377) |
| 4529 | 2026-08-25T22:03:58.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-08-25T22:03:58.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-08-25T22:03:58.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4532 | 2026-08-25T22:03:58.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4533 | 2026-08-25T22:03:58.796Z | |
| 4534 | 2026-08-25T22:03:58.796Z | info: running `cargo check --bins` on db-macros (298/377) |
| 4535 | 2026-08-25T22:03:59.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-25T22:03:59.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-25T22:03:59.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4538 | 2026-08-25T22:03:59.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4539 | 2026-08-25T22:03:59.351Z | |
| 4540 | 2026-08-25T22:03:59.351Z | info: running `cargo check --bins` on nexus-macros-common (299/377) |
| 4541 | 2026-08-25T22:03:59.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-08-25T22:03:59.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-08-25T22:03:59.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-08-25T22:03:59.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4545 | 2026-08-25T22:03:59.906Z | |
| 4546 | 2026-08-25T22:03:59.906Z | info: running `cargo check --bins` on nexus-auth (300/377) |
| 4547 | 2026-08-25T22:04:00.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-08-25T22:04:00.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-08-25T22:04:00.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-08-25T22:04:00.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4551 | 2026-08-25T22:04:00.525Z | |
| 4552 | 2026-08-25T22:04:00.525Z | info: running `cargo check --bins` on authz-macros (301/377) |
| 4553 | 2026-08-25T22:04:00.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-08-25T22:04:01.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-08-25T22:04:01.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4556 | 2026-08-25T22:04:01.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4557 | 2026-08-25T22:04:01.084Z | |
| 4558 | 2026-08-25T22:04:01.084Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/377) |
| 4559 | 2026-08-25T22:04:01.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-08-25T22:04:01.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-08-25T22:04:01.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4562 | 2026-08-25T22:04:01.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4563 | 2026-08-25T22:04:01.704Z | |
| 4564 | 2026-08-25T22:04:01.704Z | info: running `cargo check --bins` on nexus-db-model (303/377) |
| 4565 | 2026-08-25T22:04:02.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-08-25T22:04:02.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-08-25T22:04:02.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-08-25T22:04:02.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4569 | 2026-08-25T22:04:02.321Z | |
| 4570 | 2026-08-25T22:04:02.321Z | info: running `cargo check --bins` on nexus-db-schema (304/377) |
| 4571 | 2026-08-25T22:04:02.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-08-25T22:04:02.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-08-25T22:04:02.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-08-25T22:04:02.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4575 | 2026-08-25T22:04:02.889Z | |
| 4576 | 2026-08-25T22:04:02.889Z | info: running `cargo check --bins` on nexus-defaults (305/377) |
| 4577 | 2026-08-25T22:04:03.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-25T22:04:03.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-25T22:04:03.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-25T22:04:03.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4581 | 2026-08-25T22:04:03.463Z | |
| 4582 | 2026-08-25T22:04:03.463Z | info: running `cargo check --bins` on omicron-git-version (306/377) |
| 4583 | 2026-08-25T22:04:03.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-25T22:04:03.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-25T22:04:03.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-25T22:04:03.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4587 | 2026-08-25T22:04:04.025Z | |
| 4588 | 2026-08-25T22:04:04.025Z | info: running `cargo check --bins` on nexus-db-errors (307/377) |
| 4589 | 2026-08-25T22:04:04.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-25T22:04:04.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-25T22:04:04.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-25T22:04:04.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4593 | 2026-08-25T22:04:04.648Z | |
| 4594 | 2026-08-25T22:04:04.648Z | info: running `cargo check --bins` on nexus-db-lookup (308/377) |
| 4595 | 2026-08-25T22:04:05.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-25T22:04:05.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-25T22:04:05.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4598 | 2026-08-25T22:04:05.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4599 | 2026-08-25T22:04:05.270Z | |
| 4600 | 2026-08-25T22:04:05.270Z | info: running `cargo check --bins` on nexus-test-interface (309/377) |
| 4601 | 2026-08-25T22:04:05.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-25T22:04:05.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-25T22:04:05.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-25T22:04:05.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4605 | 2026-08-25T22:04:05.902Z | |
| 4606 | 2026-08-25T22:04:05.902Z | info: running `cargo check --bins` on oximeter-collector (310/377) |
| 4607 | 2026-08-25T22:04:06.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-25T22:04:06.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-25T22:04:06.620Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4610 | 2026-08-25T22:04:06.621Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4611 | 2026-08-25T22:04:07.299Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4612 | 2026-08-25T22:04:09.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 4613 | 2026-08-25T22:04:09.196Z | |
| 4614 | 2026-08-25T22:04:09.196Z | info: running `cargo check --bins` on oximeter-api (311/377) |
| 4615 | 2026-08-25T22:04:09.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4616 | 2026-08-25T22:04:09.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4617 | 2026-08-25T22:04:09.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4618 | 2026-08-25T22:04:09.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4619 | 2026-08-25T22:04:09.769Z | |
| 4620 | 2026-08-25T22:04:09.769Z | info: running `cargo check --bins` on cert-dev (312/377) |
| 4621 | 2026-08-25T22:04:10.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-08-25T22:04:10.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-08-25T22:04:10.382Z | Checking yasna v0.5.2 |
| 4624 | 2026-08-25T22:04:10.786Z | Checking rcgen v0.12.1 |
| 4625 | 2026-08-25T22:04:11.040Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4626 | 2026-08-25T22:04:11.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4627 | 2026-08-25T22:04:11.402Z | |
| 4628 | 2026-08-25T22:04:11.402Z | info: running `cargo check --bins` on clickana (313/377) |
| 4629 | 2026-08-25T22:04:11.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-08-25T22:04:11.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-08-25T22:04:12.040Z | Compiling instability v0.3.11 |
| 4632 | 2026-08-25T22:04:12.040Z | Checking castaway v0.2.4 |
| 4633 | 2026-08-25T22:04:12.043Z | Compiling indoc v2.0.7 |
| 4634 | 2026-08-25T22:04:12.043Z | Checking unicode-truncate v1.1.0 |
| 4635 | 2026-08-25T22:04:12.043Z | Checking lru v0.12.5 |
| 4636 | 2026-08-25T22:04:12.043Z | Checking cassowary v0.3.0 |
| 4637 | 2026-08-25T22:04:12.239Z | Checking compact_str v0.8.1 |
| 4638 | 2026-08-25T22:04:13.017Z | Checking ratatui v0.29.0 |
| 4639 | 2026-08-25T22:04:14.066Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4640 | 2026-08-25T22:04:14.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 4641 | 2026-08-25T22:04:14.967Z | |
| 4642 | 2026-08-25T22:04:14.967Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/377) |
| 4643 | 2026-08-25T22:04:15.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-25T22:04:15.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-25T22:04:15.678Z | Checking headers-core v0.3.0 |
| 4646 | 2026-08-25T22:04:15.678Z | Checking port-file v0.1.0 |
| 4647 | 2026-08-25T22:04:15.681Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4648 | 2026-08-25T22:04:15.875Z | Checking headers v0.4.1 |
| 4649 | 2026-08-25T22:04:16.242Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4650 | 2026-08-25T22:04:17.215Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4651 | 2026-08-25T22:04:17.735Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4652 | 2026-08-25T22:04:18.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4653 | 2026-08-25T22:04:18.372Z | |
| 4654 | 2026-08-25T22:04:18.372Z | info: running `cargo check --bins` on ch-dev (315/377) |
| 4655 | 2026-08-25T22:04:18.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-25T22:04:18.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-25T22:04:19.079Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4658 | 2026-08-25T22:04:19.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4659 | 2026-08-25T22:04:20.041Z | |
| 4660 | 2026-08-25T22:04:20.041Z | info: running `cargo check --bins` on dev-tools-common (316/377) |
| 4661 | 2026-08-25T22:04:20.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-25T22:04:20.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-25T22:04:20.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-25T22:04:20.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4665 | 2026-08-25T22:04:20.457Z | |
| 4666 | 2026-08-25T22:04:20.457Z | info: running `cargo check --bins` on corpus-adjust (317/377) |
| 4667 | 2026-08-25T22:04:20.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-25T22:04:20.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-25T22:04:21.078Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4670 | 2026-08-25T22:04:21.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4671 | 2026-08-25T22:04:21.623Z | |
| 4672 | 2026-08-25T22:04:21.623Z | info: running `cargo check --bins` on crdb-seed (318/377) |
| 4673 | 2026-08-25T22:04:22.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-25T22:04:22.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-25T22:04:22.336Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4676 | 2026-08-25T22:04:23.449Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4677 | 2026-08-25T22:04:23.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4678 | 2026-08-25T22:04:23.990Z | |
| 4679 | 2026-08-25T22:04:23.990Z | info: running `cargo check --bins` on db-dev (319/377) |
| 4680 | 2026-08-25T22:04:24.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-25T22:04:24.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-25T22:04:24.699Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4683 | 2026-08-25T22:04:25.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4684 | 2026-08-25T22:04:25.653Z | |
| 4685 | 2026-08-25T22:04:25.653Z | info: running `cargo check --bins` on omicron-dev-lib (320/377) |
| 4686 | 2026-08-25T22:04:26.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-25T22:04:26.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-25T22:04:26.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4689 | 2026-08-25T22:04:26.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4690 | 2026-08-25T22:04:26.263Z | |
| 4691 | 2026-08-25T22:04:26.263Z | info: running `cargo check --bins` on xtask-downloader (321/377) |
| 4692 | 2026-08-25T22:04:26.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-08-25T22:04:26.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-08-25T22:04:26.880Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4695 | 2026-08-25T22:04:27.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 4696 | 2026-08-25T22:04:27.735Z | |
| 4697 | 2026-08-25T22:04:27.735Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/377) |
| 4698 | 2026-08-25T22:04:28.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-08-25T22:04:28.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-08-25T22:04:28.472Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4701 | 2026-08-25T22:04:28.472Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4702 | 2026-08-25T22:04:28.475Z | Checking git-stub v1.0.0 |
| 4703 | 2026-08-25T22:04:28.475Z | Compiling trait-variant v0.1.2 |
| 4704 | 2026-08-25T22:04:28.588Z | Checking maplit v1.0.2 |
| 4705 | 2026-08-25T22:04:28.616Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4706 | 2026-08-25T22:04:28.619Z | Checking drift v0.2.0 |
| 4707 | 2026-08-25T22:04:28.619Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4708 | 2026-08-25T22:04:28.668Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4709 | 2026-08-25T22:04:28.751Z | Checking git-stub-vcs v0.1.0 |
| 4710 | 2026-08-25T22:04:28.811Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4711 | 2026-08-25T22:04:28.828Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4712 | 2026-08-25T22:04:28.950Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4713 | 2026-08-25T22:04:28.964Z | Checking dropshot-api-manager v0.8.0 |
| 4714 | 2026-08-25T22:04:28.980Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4715 | 2026-08-25T22:04:29.097Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4716 | 2026-08-25T22:04:29.330Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4717 | 2026-08-25T22:04:29.807Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4718 | 2026-08-25T22:04:30.792Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4719 | 2026-08-25T22:04:31.809Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4720 | 2026-08-25T22:04:32.560Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4721 | 2026-08-25T22:04:33.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s |
| 4722 | 2026-08-25T22:04:33.205Z | |
| 4723 | 2026-08-25T22:04:33.205Z | info: running `cargo check --bins` on installinator-api (323/377) |
| 4724 | 2026-08-25T22:04:33.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-25T22:04:33.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-25T22:04:33.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-25T22:04:33.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4728 | 2026-08-25T22:04:33.770Z | |
| 4729 | 2026-08-25T22:04:33.770Z | info: running `cargo check --bins` on nexus-external-api (324/377) |
| 4730 | 2026-08-25T22:04:34.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-25T22:04:34.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-25T22:04:34.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-25T22:04:34.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4734 | 2026-08-25T22:04:34.379Z | |
| 4735 | 2026-08-25T22:04:34.379Z | info: running `cargo check --bins` on nexus-internal-api (325/377) |
| 4736 | 2026-08-25T22:04:34.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-25T22:04:34.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-25T22:04:34.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-25T22:04:34.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4740 | 2026-08-25T22:04:34.984Z | |
| 4741 | 2026-08-25T22:04:34.984Z | info: running `cargo check --bins` on nexus-lockstep-api (326/377) |
| 4742 | 2026-08-25T22:04:35.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-25T22:04:35.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-25T22:04:35.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-25T22:04:35.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4746 | 2026-08-25T22:04:35.592Z | |
| 4747 | 2026-08-25T22:04:35.592Z | info: running `cargo check --bins` on ntp-admin-api (327/377) |
| 4748 | 2026-08-25T22:04:36.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-25T22:04:36.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-25T22:04:36.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-25T22:04:36.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4752 | 2026-08-25T22:04:36.159Z | |
| 4753 | 2026-08-25T22:04:36.159Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/377) |
| 4754 | 2026-08-25T22:04:36.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-25T22:04:36.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-25T22:04:36.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-25T22:04:36.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4758 | 2026-08-25T22:04:36.718Z | |
| 4759 | 2026-08-25T22:04:36.718Z | info: running `cargo check --bins` on wicketd-api (329/377) |
| 4760 | 2026-08-25T22:04:37.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-25T22:04:37.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-25T22:04:37.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-25T22:04:37.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4764 | 2026-08-25T22:04:37.307Z | |
| 4765 | 2026-08-25T22:04:37.308Z | info: running `cargo check --bins` on wicketd-commission-api (330/377) |
| 4766 | 2026-08-25T22:04:37.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-25T22:04:37.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-25T22:04:37.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4769 | 2026-08-25T22:04:37.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4770 | 2026-08-25T22:04:37.883Z | |
| 4771 | 2026-08-25T22:04:37.883Z | info: running `cargo check --bins` on omicron-ls-apis (331/377) |
| 4772 | 2026-08-25T22:04:38.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-25T22:04:38.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-25T22:04:38.495Z | Compiling blake3 v1.8.5 |
| 4775 | 2026-08-25T22:04:38.602Z | Checking arrayvec v0.7.6 |
| 4776 | 2026-08-25T22:04:38.602Z | Checking arrayref v0.3.9 |
| 4777 | 2026-08-25T22:04:38.604Z | Checking constant_time_eq v0.4.2 |
| 4778 | 2026-08-25T22:04:38.624Z | Checking cargo-platform v0.3.2 |
| 4779 | 2026-08-25T22:04:38.624Z | Checking topological-sort v0.2.2 |
| 4780 | 2026-08-25T22:04:38.627Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4781 | 2026-08-25T22:04:38.773Z | Checking cargo_metadata v0.23.1 |
| 4782 | 2026-08-25T22:04:39.469Z | Checking omicron-zone-package v0.12.3 |
| 4783 | 2026-08-25T22:04:40.170Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4784 | 2026-08-25T22:04:41.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 4785 | 2026-08-25T22:04:41.165Z | |
| 4786 | 2026-08-25T22:04:41.165Z | info: running `cargo check --bins` on mgs-dev (332/377) |
| 4787 | 2026-08-25T22:04:41.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-08-25T22:04:41.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-08-25T22:04:41.879Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4790 | 2026-08-25T22:04:42.509Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4791 | 2026-08-25T22:04:43.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4792 | 2026-08-25T22:04:43.216Z | |
| 4793 | 2026-08-25T22:04:43.216Z | info: running `cargo check --bins` on omicron-omdb (333/377) |
| 4794 | 2026-08-25T22:04:43.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-08-25T22:04:43.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-08-25T22:04:44.195Z | Compiling darling_core v0.21.3 |
| 4797 | 2026-08-25T22:04:44.195Z | Compiling vergen-lib v0.1.6 |
| 4798 | 2026-08-25T22:04:44.195Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4799 | 2026-08-25T22:04:44.203Z | Compiling diesel_derives v2.3.7 |
| 4800 | 2026-08-25T22:04:44.203Z | Checking scheduled-thread-pool v0.2.7 |
| 4801 | 2026-08-25T22:04:44.203Z | Compiling vergen-gitcl v1.0.8 |
| 4802 | 2026-08-25T22:04:44.203Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4803 | 2026-08-25T22:04:44.356Z | Compiling dirs-sys-next v0.1.2 |
| 4804 | 2026-08-25T22:04:44.495Z | Compiling glob v0.3.3 |
| 4805 | 2026-08-25T22:04:44.524Z | Compiling crunchy v0.2.4 |
| 4806 | 2026-08-25T22:04:44.540Z | Checking r2d2 v0.8.10 |
| 4807 | 2026-08-25T22:04:44.596Z | Compiling dirs-next v2.0.0 |
| 4808 | 2026-08-25T22:04:44.691Z | Compiling tiny-keccak v2.0.2 |
| 4809 | 2026-08-25T22:04:44.712Z | Checking downcast-rs v2.0.2 |
| 4810 | 2026-08-25T22:04:44.721Z | Compiling term v0.7.0 |
| 4811 | 2026-08-25T22:04:44.857Z | Compiling clang-sys v1.8.1 |
| 4812 | 2026-08-25T22:04:44.879Z | Compiling bit-vec v0.6.3 |
| 4813 | 2026-08-25T22:04:44.963Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4814 | 2026-08-25T22:04:45.098Z | Compiling bit-set v0.5.3 |
| 4815 | 2026-08-25T22:04:45.155Z | Compiling ascii-canvas v3.0.0 |
| 4816 | 2026-08-25T22:04:45.239Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4817 | 2026-08-25T22:04:45.261Z | Compiling itertools v0.10.5 |
| 4818 | 2026-08-25T22:04:45.280Z | Compiling ena v0.14.4 |
| 4819 | 2026-08-25T22:04:45.326Z | Compiling libloading v0.8.9 |
| 4820 | 2026-08-25T22:04:45.369Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4821 | 2026-08-25T22:04:45.386Z | Compiling diff v0.1.13 |
| 4822 | 2026-08-25T22:04:45.403Z | Compiling bindgen v0.71.1 |
| 4823 | 2026-08-25T22:04:45.486Z | Compiling regex-syntax v0.6.29 |
| 4824 | 2026-08-25T22:04:45.672Z | Compiling cexpr v0.6.0 |
| 4825 | 2026-08-25T22:04:45.810Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4826 | 2026-08-25T22:04:45.984Z | Compiling rustc-hash v2.1.1 |
| 4827 | 2026-08-25T22:04:46.007Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4828 | 2026-08-25T22:04:46.313Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4829 | 2026-08-25T22:04:46.325Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4830 | 2026-08-25T22:04:46.342Z | Compiling libxml v0.3.3 |
| 4831 | 2026-08-25T22:04:46.366Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4832 | 2026-08-25T22:04:46.551Z | Compiling strum_macros v0.24.3 |
| 4833 | 2026-08-25T22:04:46.596Z | Compiling indoc v1.0.9 |
| 4834 | 2026-08-25T22:04:46.834Z | Compiling darling_macro v0.21.3 |
| 4835 | 2026-08-25T22:04:47.032Z | Compiling lalrpop v0.19.12 |
| 4836 | 2026-08-25T22:04:47.337Z | Compiling darling v0.21.3 |
| 4837 | 2026-08-25T22:04:47.433Z | Compiling dsl_auto_type v0.2.0 |
| 4838 | 2026-08-25T22:04:47.561Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4839 | 2026-08-25T22:04:47.581Z | Checking derive_builder v0.20.2 |
| 4840 | 2026-08-25T22:04:47.721Z | Compiling oso-derive v0.27.3 |
| 4841 | 2026-08-25T22:04:47.766Z | Checking quick-xml v0.37.5 |
| 4842 | 2026-08-25T22:04:47.908Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4843 | 2026-08-25T22:04:48.245Z | Checking openssl-probe v0.1.6 |
| 4844 | 2026-08-25T22:04:48.392Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4845 | 2026-08-25T22:04:48.639Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4846 | 2026-08-25T22:04:48.838Z | Checking bb8 v0.8.6 |
| 4847 | 2026-08-25T22:04:49.129Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4848 | 2026-08-25T22:04:49.162Z | Checking nonempty v0.12.0 |
| 4849 | 2026-08-25T22:04:49.178Z | Compiling libz-sys v1.1.24 |
| 4850 | 2026-08-25T22:04:49.329Z | Compiling strsim v0.10.0 |
| 4851 | 2026-08-25T22:04:49.371Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4852 | 2026-08-25T22:04:49.457Z | Compiling vergen-git2 v9.1.0 |
| 4853 | 2026-08-25T22:04:49.623Z | Compiling darling_core v0.13.4 |
| 4854 | 2026-08-25T22:04:49.692Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4855 | 2026-08-25T22:04:49.772Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4856 | 2026-08-25T22:04:49.903Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4857 | 2026-08-25T22:04:50.120Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4858 | 2026-08-25T22:04:50.307Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4859 | 2026-08-25T22:04:50.494Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4860 | 2026-08-25T22:04:50.685Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4861 | 2026-08-25T22:04:50.728Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4862 | 2026-08-25T22:04:50.871Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4863 | 2026-08-25T22:04:51.062Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4864 | 2026-08-25T22:04:51.253Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4865 | 2026-08-25T22:04:51.439Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4866 | 2026-08-25T22:04:51.495Z | Compiling darling_macro v0.13.4 |
| 4867 | 2026-08-25T22:04:51.819Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4868 | 2026-08-25T22:04:51.994Z | Compiling darling v0.13.4 |
| 4869 | 2026-08-25T22:04:52.091Z | Compiling serde_with_macros v1.5.2 |
| 4870 | 2026-08-25T22:04:52.203Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4871 | 2026-08-25T22:04:52.826Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4872 | 2026-08-25T22:04:52.968Z | Compiling serde_with v1.14.0 |
| 4873 | 2026-08-25T22:04:53.015Z | Checking twox-hash v2.1.2 |
| 4874 | 2026-08-25T22:04:53.183Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4875 | 2026-08-25T22:04:53.313Z | Checking diesel v2.3.7 |
| 4876 | 2026-08-25T22:04:53.329Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4877 | 2026-08-25T22:04:54.142Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4878 | 2026-08-25T22:04:54.895Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4879 | 2026-08-25T22:04:55.130Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4880 | 2026-08-25T22:04:55.741Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4881 | 2026-08-25T22:04:55.833Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4882 | 2026-08-25T22:04:56.493Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4883 | 2026-08-25T22:04:56.676Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4884 | 2026-08-25T22:04:56.868Z | Checking libsw-core v0.3.2 |
| 4885 | 2026-08-25T22:04:57.029Z | Checking atty v0.2.14 |
| 4886 | 2026-08-25T22:04:57.134Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4887 | 2026-08-25T22:04:57.152Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4888 | 2026-08-25T22:04:57.182Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4889 | 2026-08-25T22:04:57.201Z | Checking libsw v3.5.0 |
| 4890 | 2026-08-25T22:04:57.329Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4891 | 2026-08-25T22:04:57.356Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4892 | 2026-08-25T22:04:58.630Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4893 | 2026-08-25T22:04:58.764Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4894 | 2026-08-25T22:04:59.348Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4895 | 2026-08-25T22:04:59.461Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4896 | 2026-08-25T22:05:00.047Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4897 | 2026-08-25T22:05:00.238Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4898 | 2026-08-25T22:05:00.389Z | Checking fatfs v0.3.6 |
| 4899 | 2026-08-25T22:05:00.426Z | Checking console v0.16.2 |
| 4900 | 2026-08-25T22:05:00.743Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4901 | 2026-08-25T22:05:00.844Z | Checking unit-prefix v0.5.2 |
| 4902 | 2026-08-25T22:05:00.980Z | Compiling seq-macro v0.3.6 |
| 4903 | 2026-08-25T22:05:01.489Z | Checking indicatif v0.18.4 |
| 4904 | 2026-08-25T22:05:01.906Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4905 | 2026-08-25T22:05:02.028Z | Checking oxide-update-engine-display v0.1.2 |
| 4906 | 2026-08-25T22:05:02.069Z | Checking support-bundle-viewer v0.1.2 |
| 4907 | 2026-08-25T22:05:02.318Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4908 | 2026-08-25T22:05:02.337Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4909 | 2026-08-25T22:05:02.560Z | Checking multimap v0.10.1 |
| 4910 | 2026-08-25T22:05:08.418Z | Checking async-bb8-diesel v0.2.1 |
| 4911 | 2026-08-25T22:05:08.773Z | Checking diesel-dtrace v0.5.0 |
| 4912 | 2026-08-25T22:05:11.678Z | Compiling samael v0.0.19 |
| 4913 | 2026-08-25T22:05:15.273Z | Compiling git2 v0.20.4 |
| 4914 | 2026-08-25T22:05:18.232Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4915 | 2026-08-25T22:05:18.597Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4916 | 2026-08-25T22:05:19.866Z | Compiling polar-core v0.27.3 |
| 4917 | 2026-08-25T22:05:24.390Z | Checking oso v0.27.3 |
| 4918 | 2026-08-25T22:05:56.098Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4919 | 2026-08-25T22:07:11.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4920 | 2026-08-25T22:07:11.554Z | |
| 4921 | 2026-08-25T22:07:11.554Z | info: running `cargo check --bins` on nexus-networking (334/377) |
| 4922 | 2026-08-25T22:07:12.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4923 | 2026-08-25T22:07:12.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4924 | 2026-08-25T22:07:12.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4925 | 2026-08-25T22:07:12.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4926 | 2026-08-25T22:07:12.226Z | |
| 4927 | 2026-08-25T22:07:12.226Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377) |
| 4928 | 2026-08-25T22:07:12.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-25T22:07:12.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-25T22:07:12.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4931 | 2026-08-25T22:07:12.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4932 | 2026-08-25T22:07:12.859Z | |
| 4933 | 2026-08-25T22:07:12.859Z | info: running `cargo check --bins` on nexus-saga-recovery (336/377) |
| 4934 | 2026-08-25T22:07:13.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-08-25T22:07:13.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-08-25T22:07:13.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4937 | 2026-08-25T22:07:13.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4938 | 2026-08-25T22:07:13.494Z | |
| 4939 | 2026-08-25T22:07:13.494Z | info: running `cargo check --bins` on nexus-test-utils-macros (337/377) |
| 4940 | 2026-08-25T22:07:13.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-25T22:07:13.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-25T22:07:13.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4943 | 2026-08-25T22:07:13.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4944 | 2026-08-25T22:07:14.061Z | |
| 4945 | 2026-08-25T22:07:14.061Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (338/377) |
| 4946 | 2026-08-25T22:07:14.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-25T22:07:14.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-25T22:07:14.891Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4949 | 2026-08-25T22:07:15.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4950 | 2026-08-25T22:07:15.900Z | |
| 4951 | 2026-08-25T22:07:15.900Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377) |
| 4952 | 2026-08-25T22:07:16.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-25T22:07:16.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-25T22:07:16.732Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4955 | 2026-08-25T22:07:56.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.14s |
| 4956 | 2026-08-25T22:07:56.263Z | |
| 4957 | 2026-08-25T22:07:56.263Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377) |
| 4958 | 2026-08-25T22:07:56.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-25T22:07:56.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-25T22:07:56.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4961 | 2026-08-25T22:07:56.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4962 | 2026-08-25T22:07:56.824Z | |
| 4963 | 2026-08-25T22:07:56.824Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377) |
| 4964 | 2026-08-25T22:07:57.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-08-25T22:07:57.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-08-25T22:07:57.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4967 | 2026-08-25T22:07:57.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4968 | 2026-08-25T22:07:57.394Z | |
| 4969 | 2026-08-25T22:07:57.394Z | info: running `cargo check --bins --no-default-features` on nexus-fm (342/377) |
| 4970 | 2026-08-25T22:07:57.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4971 | 2026-08-25T22:07:57.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4972 | 2026-08-25T22:07:57.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4973 | 2026-08-25T22:07:57.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4974 | 2026-08-25T22:07:58.019Z | |
| 4975 | 2026-08-25T22:07:58.019Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377) |
| 4976 | 2026-08-25T22:07:58.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4977 | 2026-08-25T22:07:58.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4978 | 2026-08-25T22:07:58.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4979 | 2026-08-25T22:07:58.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4980 | 2026-08-25T22:07:58.661Z | |
| 4981 | 2026-08-25T22:07:58.661Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 4982 | 2026-08-25T22:07:59.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4983 | 2026-08-25T22:07:59.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4984 | 2026-08-25T22:07:59.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4985 | 2026-08-25T22:07:59.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4986 | 2026-08-25T22:07:59.298Z | |
| 4987 | 2026-08-25T22:07:59.298Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 4988 | 2026-08-25T22:07:59.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4989 | 2026-08-25T22:07:59.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4990 | 2026-08-25T22:07:59.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4991 | 2026-08-25T22:07:59.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4992 | 2026-08-25T22:07:59.917Z | |
| 4993 | 2026-08-25T22:07:59.918Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 4994 | 2026-08-25T22:08:00.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4995 | 2026-08-25T22:08:00.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4996 | 2026-08-25T22:08:00.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4997 | 2026-08-25T22:08:00.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4998 | 2026-08-25T22:08:00.557Z | |
| 4999 | 2026-08-25T22:08:00.557Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 5000 | 2026-08-25T22:08:01.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5001 | 2026-08-25T22:08:01.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5002 | 2026-08-25T22:08:01.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5003 | 2026-08-25T22:08:01.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5004 | 2026-08-25T22:08:01.188Z | |
| 5005 | 2026-08-25T22:08:01.188Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5006 | 2026-08-25T22:08:01.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-25T22:08:01.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-25T22:08:01.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5009 | 2026-08-25T22:08:01.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5010 | 2026-08-25T22:08:01.805Z | |
| 5011 | 2026-08-25T22:08:01.805Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5012 | 2026-08-25T22:08:02.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-08-25T22:08:02.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-08-25T22:08:02.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-08-25T22:08:02.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5016 | 2026-08-25T22:08:02.438Z | |
| 5017 | 2026-08-25T22:08:02.441Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5018 | 2026-08-25T22:08:02.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-08-25T22:08:02.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-08-25T22:08:02.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5021 | 2026-08-25T22:08:02.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 5022 | 2026-08-25T22:08:03.072Z | |
| 5023 | 2026-08-25T22:08:03.072Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5024 | 2026-08-25T22:08:03.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5025 | 2026-08-25T22:08:03.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5026 | 2026-08-25T22:08:03.975Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5027 | 2026-08-25T22:08:03.975Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5028 | 2026-08-25T22:08:04.164Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5029 | 2026-08-25T22:08:04.192Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5030 | 2026-08-25T22:08:04.210Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5031 | 2026-08-25T22:08:04.225Z | Checking yansi v1.0.1 |
| 5032 | 2026-08-25T22:08:04.228Z | Checking diff v0.1.13 |
| 5033 | 2026-08-25T22:08:04.240Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5034 | 2026-08-25T22:08:04.297Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5035 | 2026-08-25T22:08:04.471Z | Checking pretty_assertions v1.4.1 |
| 5036 | 2026-08-25T22:08:05.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5037 | 2026-08-25T22:08:05.270Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5038 | 2026-08-25T22:08:30.207Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5039 | 2026-08-25T22:08:30.210Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5040 | 2026-08-25T22:08:30.210Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5041 | 2026-08-25T22:08:30.210Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5042 | 2026-08-25T22:08:30.210Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5043 | 2026-08-25T22:08:30.210Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5044 | 2026-08-25T22:08:30.210Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5045 | 2026-08-25T22:08:31.110Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5046 | 2026-08-25T22:08:31.113Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5047 | 2026-08-25T22:08:32.374Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5048 | 2026-08-25T22:09:11.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5049 | 2026-08-25T22:09:11.250Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5050 | 2026-08-25T22:09:11.250Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5051 | 2026-08-25T22:09:11.446Z | |
| 5052 | 2026-08-25T22:09:11.447Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5053 | 2026-08-25T22:09:11.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5054 | 2026-08-25T22:09:11.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5055 | 2026-08-25T22:09:12.155Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5056 | 2026-08-25T22:09:16.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 5057 | 2026-08-25T22:09:16.518Z | |
| 5058 | 2026-08-25T22:09:16.518Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5059 | 2026-08-25T22:09:16.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5060 | 2026-08-25T22:09:16.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5061 | 2026-08-25T22:09:16.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5062 | 2026-08-25T22:09:16.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5063 | 2026-08-25T22:09:16.519Z | |
| 5064 | 2026-08-25T22:09:16.519Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5065 | 2026-08-25T22:09:16.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5066 | 2026-08-25T22:09:16.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5067 | 2026-08-25T22:09:16.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5068 | 2026-08-25T22:09:16.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5069 | 2026-08-25T22:09:16.519Z | |
| 5070 | 2026-08-25T22:09:16.519Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5071 | 2026-08-25T22:09:16.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5072 | 2026-08-25T22:09:16.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5073 | 2026-08-25T22:09:16.519Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5074 | 2026-08-25T22:09:16.519Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5075 | 2026-08-25T22:09:16.519Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5076 | 2026-08-25T22:09:42.100Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5077 | 2026-08-25T22:09:42.505Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5078 | 2026-08-25T22:09:44.271Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5079 | 2026-08-25T22:09:44.759Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5080 | 2026-08-25T22:09:47.861Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5081 | 2026-08-25T22:10:11.857Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5082 | 2026-08-25T22:10:12.603Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5083 | 2026-08-25T22:10:14.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5084 | 2026-08-25T22:10:14.522Z | |
| 5085 | 2026-08-25T22:10:14.522Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5086 | 2026-08-25T22:10:15.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-08-25T22:10:15.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-08-25T22:10:15.237Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5089 | 2026-08-25T22:10:15.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5090 | 2026-08-25T22:10:16.132Z | |
| 5091 | 2026-08-25T22:10:16.132Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5092 | 2026-08-25T22:10:16.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5093 | 2026-08-25T22:10:16.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5094 | 2026-08-25T22:10:16.759Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5095 | 2026-08-25T22:10:16.762Z | Compiling fs-err v2.11.0 |
| 5096 | 2026-08-25T22:10:16.877Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5097 | 2026-08-25T22:10:16.888Z | Checking parse-size v1.1.0 |
| 5098 | 2026-08-25T22:10:16.897Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5099 | 2026-08-25T22:10:16.903Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5100 | 2026-08-25T22:10:16.903Z | Checking shell-words v1.1.1 |
| 5101 | 2026-08-25T22:10:16.990Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5102 | 2026-08-25T22:10:17.317Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5103 | 2026-08-25T22:10:17.501Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5104 | 2026-08-25T22:10:18.173Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5105 | 2026-08-25T22:10:19.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 5106 | 2026-08-25T22:10:19.302Z | |
| 5107 | 2026-08-25T22:10:19.302Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5108 | 2026-08-25T22:10:19.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-08-25T22:10:19.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-08-25T22:10:19.939Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5111 | 2026-08-25T22:10:20.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 5112 | 2026-08-25T22:10:20.612Z | |
| 5113 | 2026-08-25T22:10:20.612Z | info: running `cargo check --bins` on schema (359/377) |
| 5114 | 2026-08-25T22:10:21.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-08-25T22:10:21.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-08-25T22:10:21.605Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5117 | 2026-08-25T22:10:22.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5118 | 2026-08-25T22:10:22.255Z | |
| 5119 | 2026-08-25T22:10:22.255Z | info: running `cargo check --bins` on xtask (360/377) |
| 5120 | 2026-08-25T22:10:22.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5121 | 2026-08-25T22:10:22.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5122 | 2026-08-25T22:10:22.660Z | Checking serde_core v1.0.228 |
| 5123 | 2026-08-25T22:10:22.663Z | Checking libc v0.2.185 |
| 5124 | 2026-08-25T22:10:22.663Z | Checking bitflags v2.11.0 |
| 5125 | 2026-08-25T22:10:22.745Z | Checking scroll v0.12.0 |
| 5126 | 2026-08-25T22:10:22.748Z | Checking thiserror v1.0.69 |
| 5127 | 2026-08-25T22:10:22.752Z | Checking log v0.4.33 |
| 5128 | 2026-08-25T22:10:22.765Z | Checking zerocopy v0.7.35 |
| 5129 | 2026-08-25T22:10:22.768Z | Checking indexmap v2.14.0 |
| 5130 | 2026-08-25T22:10:22.838Z | Checking syn v2.0.117 |
| 5131 | 2026-08-25T22:10:22.883Z | Checking dtrace-parser v0.2.0 |
| 5132 | 2026-08-25T22:10:22.896Z | Checking once_cell v1.21.3 |
| 5133 | 2026-08-25T22:10:22.958Z | Checking goblin v0.8.2 |
| 5134 | 2026-08-25T22:10:23.020Z | Checking errno v0.3.14 |
| 5135 | 2026-08-25T22:10:23.070Z | Checking getrandom v0.4.3 |
| 5136 | 2026-08-25T22:10:23.114Z | Checking thread-id v4.2.2 |
| 5137 | 2026-08-25T22:10:23.138Z | Checking rustix v1.1.4 |
| 5138 | 2026-08-25T22:10:23.194Z | Checking memmap v0.7.0 |
| 5139 | 2026-08-25T22:10:23.206Z | Checking thiserror v2.0.18 |
| 5140 | 2026-08-25T22:10:23.248Z | Checking fs-err v3.3.0 |
| 5141 | 2026-08-25T22:10:23.294Z | Checking tabled v0.15.0 |
| 5142 | 2026-08-25T22:10:23.304Z | Checking anyhow v1.0.104 |
| 5143 | 2026-08-25T22:10:23.911Z | Checking terminal_size v0.4.3 |
| 5144 | 2026-08-25T22:10:23.911Z | Checking tempfile v3.27.0 |
| 5145 | 2026-08-25T22:10:24.042Z | Checking clap_builder v4.6.0 |
| 5146 | 2026-08-25T22:10:24.045Z | Checking textwrap v0.16.2 |
| 5147 | 2026-08-25T22:10:24.195Z | Checking serde v1.0.228 |
| 5148 | 2026-08-25T22:10:24.195Z | Checking serde_json v1.0.151 |
| 5149 | 2026-08-25T22:10:24.198Z | Checking camino v1.2.5 |
| 5150 | 2026-08-25T22:10:24.255Z | Checking cargo-platform v0.3.2 |
| 5151 | 2026-08-25T22:10:24.383Z | Checking semver v1.0.28 |
| 5152 | 2026-08-25T22:10:24.461Z | Checking camino-tempfile v1.4.1 |
| 5153 | 2026-08-25T22:10:24.594Z | Checking serde_spanned v0.6.9 |
| 5154 | 2026-08-25T22:10:24.594Z | Checking toml_datetime v0.6.11 |
| 5155 | 2026-08-25T22:10:24.597Z | Checking macaddr v1.0.1 |
| 5156 | 2026-08-25T22:10:24.623Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5157 | 2026-08-25T22:10:24.775Z | Checking toml_edit v0.22.27 |
| 5158 | 2026-08-25T22:10:24.786Z | Checking dof v0.3.0 |
| 5159 | 2026-08-25T22:10:24.790Z | Checking cargo_metadata v0.23.1 |
| 5160 | 2026-08-25T22:10:25.042Z | Checking usdt-impl v0.5.0 |
| 5161 | 2026-08-25T22:10:25.230Z | Checking clap v4.6.1 |
| 5162 | 2026-08-25T22:10:25.304Z | Checking usdt v0.5.0 |
| 5163 | 2026-08-25T22:10:25.741Z | Checking toml v0.8.23 |
| 5164 | 2026-08-25T22:10:26.001Z | Checking cargo_toml v0.21.0 |
| 5165 | 2026-08-25T22:10:26.648Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5166 | 2026-08-25T22:10:27.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 5167 | 2026-08-25T22:10:27.142Z | |
| 5168 | 2026-08-25T22:10:27.142Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5169 | 2026-08-25T22:10:27.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5170 | 2026-08-25T22:10:27.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5171 | 2026-08-25T22:10:27.782Z | Checking arc-swap v1.8.2 |
| 5172 | 2026-08-25T22:10:28.063Z | Checking slog-scope v4.4.1 |
| 5173 | 2026-08-25T22:10:28.180Z | Checking slog-stdlog v4.1.1 |
| 5174 | 2026-08-25T22:10:28.282Z | Checking slog-envlogger v2.2.0 |
| 5175 | 2026-08-25T22:10:28.404Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5176 | 2026-08-25T22:10:28.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 5177 | 2026-08-25T22:10:28.996Z | |
| 5178 | 2026-08-25T22:10:28.996Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5179 | 2026-08-25T22:10:29.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5180 | 2026-08-25T22:10:29.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5181 | 2026-08-25T22:10:29.811Z | Checking cpubits v0.1.1 |
| 5182 | 2026-08-25T22:10:29.937Z | Checking pem-rfc7468 v1.0.0 |
| 5183 | 2026-08-25T22:10:29.951Z | Checking hmac v0.13.0 |
| 5184 | 2026-08-25T22:10:29.956Z | Checking universal-hash v0.6.1 |
| 5185 | 2026-08-25T22:10:29.972Z | Checking ctr v0.10.1 |
| 5186 | 2026-08-25T22:10:29.972Z | Checking aead v0.6.1 |
| 5187 | 2026-08-25T22:10:29.999Z | Checking crypto-bigint v0.7.5 |
| 5188 | 2026-08-25T22:10:29.999Z | Checking aes v0.9.1 |
| 5189 | 2026-08-25T22:10:30.028Z | Checking salsa20 v0.11.0 |
| 5190 | 2026-08-25T22:10:30.075Z | Checking der v0.8.0 |
| 5191 | 2026-08-25T22:10:30.078Z | Checking polyval v0.7.1 |
| 5192 | 2026-08-25T22:10:30.104Z | Checking pbkdf2 v0.13.0 |
| 5193 | 2026-08-25T22:10:30.122Z | Checking cbc v0.2.1 |
| 5194 | 2026-08-25T22:10:30.153Z | Checking ff v0.14.0 |
| 5195 | 2026-08-25T22:10:30.200Z | Checking signature v3.0.0 |
| 5196 | 2026-08-25T22:10:30.221Z | Checking scrypt v0.12.0 |
| 5197 | 2026-08-25T22:10:30.244Z | Checking ghash v0.6.0 |
| 5198 | 2026-08-25T22:10:30.302Z | Checking base16ct v1.0.0 |
| 5199 | 2026-08-25T22:10:30.318Z | Checking group v0.14.0 |
| 5200 | 2026-08-25T22:10:30.355Z | Checking hkdf v0.13.0 |
| 5201 | 2026-08-25T22:10:30.375Z | Compiling curve25519-dalek v5.0.0 |
| 5202 | 2026-08-25T22:10:30.392Z | Checking keccak v0.2.0 |
| 5203 | 2026-08-25T22:10:30.410Z | Checking aes-gcm v0.11.0 |
| 5204 | 2026-08-25T22:10:30.433Z | Checking poly1305 v0.9.0 |
| 5205 | 2026-08-25T22:10:30.464Z | Checking wnaf v0.14.0 |
| 5206 | 2026-08-25T22:10:30.493Z | Checking blowfish v0.10.0 |
| 5207 | 2026-08-25T22:10:30.548Z | Checking blake2 v0.11.0-rc.6 |
| 5208 | 2026-08-25T22:10:30.578Z | Checking sha3 v0.11.0 |
| 5209 | 2026-08-25T22:10:30.636Z | Checking kem v0.3.0 |
| 5210 | 2026-08-25T22:10:30.651Z | Checking bcrypt-pbkdf v0.11.0 |
| 5211 | 2026-08-25T22:10:30.708Z | Checking module-lattice v0.2.3 |
| 5212 | 2026-08-25T22:10:30.758Z | Checking sponge-cursor v0.1.0 |
| 5213 | 2026-08-25T22:10:30.807Z | Checking argon2 v0.6.0-rc.8 |
| 5214 | 2026-08-25T22:10:30.823Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5215 | 2026-08-25T22:10:30.886Z | Checking sha3 v0.12.0 |
| 5216 | 2026-08-25T22:10:30.902Z | Checking spki v0.8.0 |
| 5217 | 2026-08-25T22:10:30.923Z | Checking sec1 v0.8.1 |
| 5218 | 2026-08-25T22:10:30.937Z | Checking ml-kem v0.3.2 |
| 5219 | 2026-08-25T22:10:31.007Z | Checking internal-russh-num-bigint v0.5.0 |
| 5220 | 2026-08-25T22:10:31.074Z | Checking pkcs5 v0.8.1 |
| 5221 | 2026-08-25T22:10:31.089Z | Checking pkcs1 v0.8.0-rc.4 |
| 5222 | 2026-08-25T22:10:31.124Z | Checking num-bigint v0.4.6 |
| 5223 | 2026-08-25T22:10:31.146Z | Checking generic-array v1.4.3 |
| 5224 | 2026-08-25T22:10:31.306Z | Checking russh-util v0.52.0 |
| 5225 | 2026-08-25T22:10:31.376Z | Checking pkcs8 v0.11.0 |
| 5226 | 2026-08-25T22:10:31.429Z | Compiling enum_dispatch v0.3.13 |
| 5227 | 2026-08-25T22:10:31.552Z | Compiling delegate v0.13.5 |
| 5228 | 2026-08-25T22:10:31.582Z | Checking ed25519 v3.0.0 |
| 5229 | 2026-08-25T22:10:31.687Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5230 | 2026-08-25T22:10:31.728Z | Checking hex-literal v1.1.0 |
| 5231 | 2026-08-25T22:10:31.785Z | Checking ed25519-dalek v3.0.0 |
| 5232 | 2026-08-25T22:10:31.829Z | Checking md5 v0.8.0 |
| 5233 | 2026-08-25T22:10:31.884Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5234 | 2026-08-25T22:10:31.999Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5235 | 2026-08-25T22:10:32.014Z | Checking socket2 v0.5.10 |
| 5236 | 2026-08-25T22:10:32.049Z | Checking internet-checksum v0.2.1 |
| 5237 | 2026-08-25T22:10:32.094Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5238 | 2026-08-25T22:10:32.242Z | Checking elliptic-curve v0.14.1 |
| 5239 | 2026-08-25T22:10:32.243Z | Checking rfc6979 v0.6.0 |
| 5240 | 2026-08-25T22:10:32.246Z | Checking primefield v0.14.0 |
| 5241 | 2026-08-25T22:10:32.287Z | Checking ssh-encoding v0.3.0 |
| 5242 | 2026-08-25T22:10:32.371Z | Checking crypto-primes v0.7.2 |
| 5243 | 2026-08-25T22:10:32.508Z | Checking ssh-cipher v0.3.0 |
| 5244 | 2026-08-25T22:10:32.508Z | Checking russh-cryptovec v0.62.0 |
| 5245 | 2026-08-25T22:10:32.655Z | Checking ecdsa v0.17.0 |
| 5246 | 2026-08-25T22:10:32.658Z | Checking primeorder v0.14.0 |
| 5247 | 2026-08-25T22:10:33.025Z | Checking p521 v0.14.0 |
| 5248 | 2026-08-25T22:10:33.025Z | Checking p256 v0.14.0 |
| 5249 | 2026-08-25T22:10:33.025Z | Checking p384 v0.14.0 |
| 5250 | 2026-08-25T22:10:33.301Z | Checking rsa v0.10.0-rc.18 |
| 5251 | 2026-08-25T22:10:35.881Z | Checking ssh-key v0.7.0-rc.11 |
| 5252 | 2026-08-25T22:10:36.637Z | Checking russh v0.62.4 |
| 5253 | 2026-08-25T22:10:49.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s |
| 5254 | 2026-08-25T22:10:49.909Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5255 | 2026-08-25T22:10:49.909Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5256 | 2026-08-25T22:10:50.116Z | |
| 5257 | 2026-08-25T22:10:50.116Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5258 | 2026-08-25T22:10:50.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5259 | 2026-08-25T22:10:50.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5260 | 2026-08-25T22:10:50.746Z | Checking termios v0.3.3 |
| 5261 | 2026-08-25T22:10:50.947Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5262 | 2026-08-25T22:10:51.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5263 | 2026-08-25T22:10:51.719Z | |
| 5264 | 2026-08-25T22:10:51.719Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5265 | 2026-08-25T22:10:52.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5266 | 2026-08-25T22:10:52.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5267 | 2026-08-25T22:10:52.400Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5268 | 2026-08-25T22:10:53.089Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5269 | 2026-08-25T22:10:54.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 5270 | 2026-08-25T22:10:54.873Z | |
| 5271 | 2026-08-25T22:10:54.873Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5272 | 2026-08-25T22:10:55.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5273 | 2026-08-25T22:10:55.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5274 | 2026-08-25T22:10:55.515Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5275 | 2026-08-25T22:10:55.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 5276 | 2026-08-25T22:10:56.127Z | |
| 5277 | 2026-08-25T22:10:56.127Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5278 | 2026-08-25T22:10:56.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5279 | 2026-08-25T22:10:56.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5280 | 2026-08-25T22:10:56.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5281 | 2026-08-25T22:10:56.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5282 | 2026-08-25T22:10:56.690Z | |
| 5283 | 2026-08-25T22:10:56.690Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5284 | 2026-08-25T22:10:57.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5285 | 2026-08-25T22:10:57.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5286 | 2026-08-25T22:10:57.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5287 | 2026-08-25T22:10:57.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5288 | 2026-08-25T22:10:57.251Z | |
| 5289 | 2026-08-25T22:10:57.251Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5290 | 2026-08-25T22:10:57.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5291 | 2026-08-25T22:10:57.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5292 | 2026-08-25T22:10:57.994Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5293 | 2026-08-25T22:10:58.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 5294 | 2026-08-25T22:10:58.782Z | |
| 5295 | 2026-08-25T22:10:58.782Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5296 | 2026-08-25T22:10:59.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5297 | 2026-08-25T22:10:59.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5298 | 2026-08-25T22:10:59.427Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5299 | 2026-08-25T22:10:59.533Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5300 | 2026-08-25T22:11:00.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 5301 | 2026-08-25T22:11:00.539Z | |
| 5302 | 2026-08-25T22:11:00.539Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5303 | 2026-08-25T22:11:01.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5304 | 2026-08-25T22:11:01.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5305 | 2026-08-25T22:11:01.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5306 | 2026-08-25T22:11:01.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5307 | 2026-08-25T22:11:01.100Z | |
| 5308 | 2026-08-25T22:11:01.100Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5309 | 2026-08-25T22:11:01.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5310 | 2026-08-25T22:11:01.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5311 | 2026-08-25T22:11:01.780Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5312 | 2026-08-25T22:11:02.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 5313 | 2026-08-25T22:11:03.056Z | |
| 5314 | 2026-08-25T22:11:03.056Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5315 | 2026-08-25T22:11:03.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5316 | 2026-08-25T22:11:03.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5317 | 2026-08-25T22:11:03.843Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5318 | 2026-08-25T22:11:04.199Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5319 | 2026-08-25T22:11:04.708Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5320 | 2026-08-25T22:11:04.708Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5321 | 2026-08-25T22:11:11.540Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5322 | 2026-08-25T22:11:11.543Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5323 | 2026-08-25T22:11:11.543Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5324 | 2026-08-25T22:11:12.170Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5325 | 2026-08-25T22:11:12.170Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5326 | 2026-08-25T22:11:12.173Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5327 | 2026-08-25T22:11:12.173Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5328 | 2026-08-25T22:11:12.943Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5329 | 2026-08-25T22:11:13.581Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5330 | 2026-08-25T22:11:13.809Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5331 | 2026-08-25T22:11:14.040Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5332 | 2026-08-25T22:11:14.899Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5333 | 2026-08-25T22:11:15.551Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5334 | 2026-08-25T22:11:20.449Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5335 | 2026-08-25T22:11:27.708Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5336 | 2026-08-25T22:11:27.708Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5337 | 2026-08-25T22:11:27.711Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5338 | 2026-08-25T22:11:27.711Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5339 | 2026-08-25T22:11:29.207Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5340 | 2026-08-25T22:11:30.497Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5341 | 2026-08-25T22:11:31.182Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5342 | 2026-08-25T22:11:32.473Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5343 | 2026-08-25T22:11:33.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.97s |
| 5344 | 2026-08-25T22:11:33.234Z | |
| 5345 | 2026-08-25T22:11:33.234Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5346 | 2026-08-25T22:11:33.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5347 | 2026-08-25T22:11:33.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5348 | 2026-08-25T22:11:33.942Z | Checking rtoolbox v0.0.3 |
| 5349 | 2026-08-25T22:11:33.943Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5350 | 2026-08-25T22:11:34.065Z | Checking tui-tree-widget v0.23.1 |
| 5351 | 2026-08-25T22:11:34.067Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5352 | 2026-08-25T22:11:34.164Z | Checking rpassword v7.5.4 |
| 5353 | 2026-08-25T22:11:36.972Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5354 | 2026-08-25T22:11:38.822Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5355 | 2026-08-25T22:11:39.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
| 5356 | 2026-08-25T22:11:39.952Z | |
| 5357 | 2026-08-25T22:11:39.952Z | info: running `cargo check --bins` on wicket (374/377) |
| 5358 | 2026-08-25T22:11:40.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5359 | 2026-08-25T22:11:40.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5360 | 2026-08-25T22:11:40.649Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5361 | 2026-08-25T22:11:41.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 5362 | 2026-08-25T22:11:41.205Z | |
| 5363 | 2026-08-25T22:11:41.206Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5364 | 2026-08-25T22:11:41.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5365 | 2026-08-25T22:11:41.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5366 | 2026-08-25T22:11:41.909Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5367 | 2026-08-25T22:11:45.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 5368 | 2026-08-25T22:11:45.634Z | |
| 5369 | 2026-08-25T22:11:45.635Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5370 | 2026-08-25T22:11:46.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5371 | 2026-08-25T22:11:46.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5372 | 2026-08-25T22:11:46.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5373 | 2026-08-25T22:11:46.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5374 | 2026-08-25T22:11:46.200Z | |
| 5375 | 2026-08-25T22:11:46.200Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5376 | 2026-08-25T22:11:46.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5377 | 2026-08-25T22:11:46.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5378 | 2026-08-25T22:11:46.873Z | Checking uzers v0.12.2 |
| 5379 | 2026-08-25T22:11:47.145Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5380 | 2026-08-25T22:11:47.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 5381 | 2026-08-25T22:11:48.133Z | |
| 5382 | 2026-08-25T22:11:48.133Z | real 14:24.434307735 |
| 5383 | 2026-08-25T22:11:48.134Z | user 21:38.846475671 |
| 5384 | 2026-08-25T22:11:48.134Z | sys 4:26.895314903 |
| 5385 | 2026-08-25T22:11:48.134Z | trap 0.362437295 |
| 5386 | 2026-08-25T22:11:48.134Z | tflt 2.128816464 |
| 5387 | 2026-08-25T22:11:48.134Z | dflt 1.694290611 |
| 5388 | 2026-08-25T22:11:48.134Z | kflt 0.005161590 |
| 5389 | 2026-08-25T22:11:48.134Z | lock 1:27:25.812361848 |
| 5390 | 2026-08-25T22:11:48.134Z | slp 1:42:54.393330948 |
| 5391 | 2026-08-25T22:11:48.134Z | lat 56.961972174 |
| 5392 | 2026-08-25T22:11:48.137Z | stop 3:59.134241195 |
| 5393 | 2026-08-25T22:11:48.137Z | process exited: duration 995805 ms, exit code 0 |
| |
| 5394 | 2026-08-25T22:11:48.143Z | found 0 output files |