|
|
|
| 1 | 2026-08-12T01:01:07.700Z | job assigned to worker 01KZSQQXF4HKNWB3Q9X8HPGKQR [factory aws, i-082323e28ef703cda] (queued for 54 s) |
| |
| 2 | 2026-08-12T01:01:13.768Z | starting task 0: "setup" |
| 3 | 2026-08-12T01:01:13.771Z | ++ uname -s |
| 4 | 2026-08-12T01:01:13.775Z | + kern=SunOS |
| 5 | 2026-08-12T01:01:13.775Z | + build_user=build |
| 6 | 2026-08-12T01:01:13.775Z | + build_uid=12345 |
| 7 | 2026-08-12T01:01:13.775Z | + work_dir=/work |
| 8 | 2026-08-12T01:01:13.775Z | + input_dir=/input |
| 9 | 2026-08-12T01:01:13.775Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-12T01:01:13.775Z | + case "$kern" in |
| 11 | 2026-08-12T01:01:13.775Z | + groupadd -g 12345 build |
| 12 | 2026-08-12T01:01:13.775Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-12T01:01:15.801Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-12T01:01:15.867Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-12T01:01:15.870Z | + home_fs=zfs |
| 16 | 2026-08-12T01:01:15.870Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-12T01:01:15.870Z | + mkdir -p /home/build |
| 18 | 2026-08-12T01:01:15.870Z | + chown build:build /home/build /work |
| 19 | 2026-08-12T01:01:17.871Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-12T01:01:17.874Z | process exited: duration 4106 ms, exit code 0 |
| |
| 21 | 2026-08-12T01:01:17.880Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-12T01:01:17.884Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-12T01:01:17.884Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-12T01:01:17.884Z | * rust toolchain profile = "default" |
| 25 | 2026-08-12T01:01:17.884Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-12T01:01:17.884Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-12T01:01:17.884Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-12T01:01:17.888Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-12T01:01:17.888Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-12T01:01:17.940Z | info: downloading installer |
| 31 | 2026-08-12T01:01:19.618Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-12T01:01:19.618Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-12T01:01:19.618Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-12T01:01:19.618Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-12T01:01:19.630Z | info: profile set to default |
| 36 | 2026-08-12T01:01:19.630Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-12T01:01:19.633Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-12T01:01:19.771Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-12T01:01:19.775Z | info: downloading 6 components |
| 40 | 2026-08-12T01:01:35.262Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-12T01:01:35.262Z | |
| 42 | 2026-08-12T01:01:35.289Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-12T01:01:35.289Z | |
| 44 | 2026-08-12T01:01:35.292Z | |
| 45 | 2026-08-12T01:01:35.292Z | Rust is installed now. Great! |
| 46 | 2026-08-12T01:01:35.292Z | |
| 47 | 2026-08-12T01:01:35.293Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-12T01:01:35.293Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-12T01:01:35.293Z | |
| 50 | 2026-08-12T01:01:35.293Z | To configure your current shell, you need to source |
| 51 | 2026-08-12T01:01:35.293Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-12T01:01:35.293Z | |
| 53 | 2026-08-12T01:01:35.293Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-12T01:01:35.293Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-12T01:01:35.293Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-12T01:01:35.293Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-12T01:01:35.293Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-12T01:01:35.293Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-12T01:01:35.293Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-12T01:01:35.293Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-12T01:01:35.293Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-12T01:01:35.397Z | + rustup --version |
| 63 | 2026-08-12T01:01:35.406Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-12T01:01:35.409Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-12T01:01:35.427Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-12T01:01:35.430Z | + cargo --version |
| 67 | 2026-08-12T01:01:35.445Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-12T01:01:35.447Z | + rustc --version |
| 69 | 2026-08-12T01:01:35.466Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-12T01:01:35.469Z | process exited: duration 17588 ms, exit code 0 |
| |
| 71 | 2026-08-12T01:01:35.475Z | starting task 2: "authentication" |
| 72 | 2026-08-12T01:01:35.492Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-12T01:01:35.498Z | starting task 3: "clone repository" |
| 74 | 2026-08-12T01:01:35.501Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-12T01:01:35.504Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-12T01:01:35.535Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-12T01:01:46.063Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-12T01:01:46.063Z | + git fetch origin a6edaf011eeb97d1e5513f06fa914ae31cb7065f |
| 79 | 2026-08-12T01:01:46.372Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-12T01:01:46.372Z | * branch a6edaf011eeb97d1e5513f06fa914ae31cb7065f -> FETCH_HEAD |
| 81 | 2026-08-12T01:01:46.383Z | + [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]] |
| 82 | 2026-08-12T01:01:46.386Z | ++ git branch --show-current |
| 83 | 2026-08-12T01:01:46.386Z | + current=main |
| 84 | 2026-08-12T01:01:46.386Z | + [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]] |
| 85 | 2026-08-12T01:01:46.386Z | + git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config a6edaf011eeb97d1e5513f06fa914ae31cb7065f |
| 86 | 2026-08-12T01:01:46.389Z | + git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config |
| 87 | 2026-08-12T01:01:46.640Z | Switched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config' |
| 88 | 2026-08-12T01:01:46.643Z | + git reset --hard a6edaf011eeb97d1e5513f06fa914ae31cb7065f |
| 89 | 2026-08-12T01:01:46.660Z | HEAD is now at a6edaf011 [spr] initial version |
| 90 | 2026-08-12T01:01:46.663Z | process exited: duration 11163 ms, exit code 0 |
| |
| 91 | 2026-08-12T01:01:46.669Z | starting task 4: "build" |
| 92 | 2026-08-12T01:01:46.673Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-12T01:01:46.676Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-12T01:01:46.676Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-12T01:01:46.676Z | +++ uname -s |
| 96 | 2026-08-12T01:01:46.676Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-12T01:01:46.676Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-12T01:01:46.680Z | + cargo --version |
| 99 | 2026-08-12T01:01:46.685Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-12T01:01:46.689Z | + rustc --version |
| 101 | 2026-08-12T01:01:46.708Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-12T01:01:46.712Z | + source ./env.sh |
| 103 | 2026-08-12T01:01:46.712Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-12T01:01:46.712Z | ++ set -o xtrace |
| 105 | 2026-08-12T01:01:46.716Z | ++++ dirname ./env.sh |
| 106 | 2026-08-12T01:01:46.726Z | +++ readlink -f . |
| 107 | 2026-08-12T01:01:46.729Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-12T01:01:46.729Z | ++ 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-12T01:01:46.729Z | ++ 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-12T01:01:46.729Z | ++ 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-12T01:01:46.730Z | ++ 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-12T01:01:46.730Z | ++ 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-12T01:01:46.730Z | ++ 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-12T01:01:46.730Z | ++ 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-12T01:01:46.730Z | ++ 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-12T01:01:46.730Z | ++ 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-12T01:01:46.730Z | ++ 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-12T01:01:46.730Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-12T01:01:46.730Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-12T01:01:46.730Z | + 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-12T01:01:46.730Z | + 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-12T01:01:46.730Z | + banner prerequisites |
| 123 | 2026-08-12T01:01:46.734Z | |
| 124 | 2026-08-12T01:01:46.734Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-12T01:01:46.734Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-12T01:01:46.734Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-12T01:01:46.734Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-12T01:01:46.734Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-12T01:01:46.734Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-12T01:01:46.734Z | |
| 131 | 2026-08-12T01:01:46.734Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-12T01:01:49.146Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-12T01:01:49.460Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-12T01:01:51.184Z | Planning: Solver setup ... Done (1.621s) |
| 135 | 2026-08-12T01:01:51.237Z | Planning: Running solver ... Done (0.053s) |
| 136 | 2026-08-12T01:01:51.273Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-12T01:01:51.285Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-12T01:01:51.305Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-12T01:01:51.318Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-12T01:01:51.324Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-12T01:01:51.480Z | Planning: Checking for conflicting actions ... Done (0.159s) |
| 142 | 2026-08-12T01:01:51.483Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-12T01:01:52.213Z | Planning: Evaluating mediators ... Done (0.733s) |
| 144 | 2026-08-12T01:01:52.216Z | Planning: Planning completed in 2.72 seconds |
| 145 | 2026-08-12T01:01:52.223Z | Packages to install: 2 |
| 146 | 2026-08-12T01:01:52.223Z | Estimated space available: 156.02 GB |
| 147 | 2026-08-12T01:01:52.226Z | Estimated space to be consumed: 67.95 MB |
| 148 | 2026-08-12T01:01:52.226Z | Create boot environment: No |
| 149 | 2026-08-12T01:01:52.226Z | Create backup boot environment: No |
| 150 | 2026-08-12T01:01:52.226Z | Rebuild boot archive: No |
| 151 | 2026-08-12T01:01:52.227Z | |
| 152 | 2026-08-12T01:01:52.227Z | Changed packages: |
| 153 | 2026-08-12T01:01:52.227Z | helios |
| 154 | 2026-08-12T01:01:52.227Z | developer/build-essential |
| 155 | 2026-08-12T01:01:52.227Z | None -> 11-3.0 |
| 156 | 2026-08-12T01:01:52.227Z | library/libxmlsec1 |
| 157 | 2026-08-12T01:01:52.227Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-12T01:01:52.247Z | |
| 159 | 2026-08-12T01:01:52.247Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-12T01:01:52.325Z | Download: Completed 1.28 MB in 0.08 seconds (16.6M/s) |
| 161 | 2026-08-12T01:01:52.458Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-12T01:01:52.496Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-12T01:01:52.528Z | Finalize: Updating package state database ... Done (0.031s) |
| 164 | 2026-08-12T01:01:52.528Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-12T01:01:52.601Z | Finalize: Updating image state ... Done (0.072s) |
| 166 | 2026-08-12T01:01:55.048Z | Finalize: Creating fast lookup database ... Done (2.402s) |
| 167 | 2026-08-12T01:01:55.114Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-12T01:01:55.118Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-12T01:01:55.228Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-12T01:01:55.584Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-12T01:01:55.686Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-12T01:01:55.690Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-12T01:01:55.842Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-12T01:01:55.846Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-12T01:01:55.865Z | Mediators to change: 2 |
| 176 | 2026-08-12T01:01:55.865Z | Create boot environment: No |
| 177 | 2026-08-12T01:01:55.865Z | Create backup boot environment: No |
| 178 | 2026-08-12T01:01:55.916Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-12T01:01:55.916Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-12T01:01:55.958Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-12T01:01:57.914Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-12T01:01:57.974Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-12T01:01:57.977Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-12T01:01:58.055Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-12T01:01:58.341Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-12T01:01:58.446Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-12T01:01:58.451Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-12T01:01:58.603Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-12T01:01:58.607Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-12T01:01:58.627Z | Mediators to change: 1 |
| 191 | 2026-08-12T01:01:58.632Z | Create boot environment: No |
| 192 | 2026-08-12T01:01:58.632Z | Create backup boot environment: No |
| 193 | 2026-08-12T01:01:58.676Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-12T01:01:58.676Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-12T01:01:58.711Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-12T01:02:00.662Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-12T01:02:00.724Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-12T01:02:00.727Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-12T01:02:00.805Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-12T01:02:01.115Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-12T01:02:01.115Z | apache system 2.4 system |
| 202 | 2026-08-12T01:02:01.115Z | clang system 15 system |
| 203 | 2026-08-12T01:02:01.115Z | csh system system illumos |
| 204 | 2026-08-12T01:02:01.115Z | ctags system system illumos |
| 205 | 2026-08-12T01:02:01.115Z | file vendor vendor darwinsys |
| 206 | 2026-08-12T01:02:01.115Z | file system system illumos |
| 207 | 2026-08-12T01:02:01.115Z | gcc vendor 14 vendor |
| 208 | 2026-08-12T01:02:01.115Z | gcc system 13 system |
| 209 | 2026-08-12T01:02:01.115Z | gcc system 10 system |
| 210 | 2026-08-12T01:02:01.115Z | go system 1.25 system |
| 211 | 2026-08-12T01:02:01.115Z | llvm system 15 system |
| 212 | 2026-08-12T01:02:01.115Z | mariadb system 11.4 system |
| 213 | 2026-08-12T01:02:01.115Z | mta vendor vendor dma |
| 214 | 2026-08-12T01:02:01.116Z | openjdk system 17 system |
| 215 | 2026-08-12T01:02:01.116Z | openjdk system 11 system |
| 216 | 2026-08-12T01:02:01.116Z | openssl vendor 3 vendor |
| 217 | 2026-08-12T01:02:01.116Z | perl system 5.40 system |
| 218 | 2026-08-12T01:02:01.116Z | postgresql system 18 system |
| 219 | 2026-08-12T01:02:01.116Z | postgresql system 17 system |
| 220 | 2026-08-12T01:02:01.116Z | python vendor 3 vendor |
| 221 | 2026-08-12T01:02:01.116Z | python system 2 system |
| 222 | 2026-08-12T01:02:01.116Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-12T01:02:01.116Z | ruby system 3.4 system |
| 224 | 2026-08-12T01:02:01.116Z | ruby system 3.0 system |
| 225 | 2026-08-12T01:02:01.116Z | words vendor vendor american-english |
| 226 | 2026-08-12T01:02:01.116Z | words system system australian-english |
| 227 | 2026-08-12T01:02:01.116Z | words system system british-english |
| 228 | 2026-08-12T01:02:01.116Z | words system system canadian-english |
| 229 | 2026-08-12T01:02:01.116Z | words system system french |
| 230 | 2026-08-12T01:02:01.116Z | words system system italian |
| 231 | 2026-08-12T01:02:01.116Z | words system system ngerman |
| 232 | 2026-08-12T01:02:01.116Z | words system system ogerman |
| 233 | 2026-08-12T01:02:01.116Z | words system system spanish |
| 234 | 2026-08-12T01:02:01.369Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-12T01:02:01.369Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-12T01:02:01.812Z | FMRI IFO |
| 237 | 2026-08-12T01:02:01.812Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-12T01:02:01.812Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-12T01:02:01.812Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-12T01:02:01.812Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-12T01:02:01.812Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-12T01:02:01.812Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-12T01:02:01.813Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-12T01:02:01.813Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-12T01:02:01.813Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-12T01:02:02.130Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-12T01:02:02.450Z | Updating crates.io index |
| 248 | 2026-08-12T01:02:02.454Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-12T01:02:02.723Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-12T01:02:03.106Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-12T01:02:04.479Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-12T01:02:05.129Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-12T01:02:07.130Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-12T01:02:08.190Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-12T01:02:08.488Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-12T01:02:08.833Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-12T01:02:10.163Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-12T01:02:10.454Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-12T01:02:10.852Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-12T01:02:11.103Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-12T01:02:11.359Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-12T01:02:11.630Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-12T01:02:11.950Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-12T01:02:12.211Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-12T01:02:12.516Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 266 | 2026-08-12T01:02:12.858Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-12T01:02:13.387Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-08-12T01:02:13.742Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-12T01:02:14.133Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-12T01:02:14.421Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-12T01:02:14.950Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-12T01:02:15.277Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-12T01:02:15.531Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-12T01:02:15.995Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-12T01:02:16.298Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-12T01:02:16.672Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-12T01:02:16.989Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-12T01:02:17.246Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-12T01:02:17.560Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-12T01:02:17.950Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-12T01:02:18.478Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-12T01:02:19.017Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-12T01:02:19.325Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-12T01:02:19.670Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-12T01:02:20.359Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-12T01:02:20.605Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-12T01:02:20.893Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-12T01:02:21.210Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-12T01:02:21.472Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-12T01:02:24.383Z | Downloading crates ... |
| 291 | 2026-08-12T01:02:24.440Z | Downloaded memchr v2.8.0 |
| 292 | 2026-08-12T01:02:24.443Z | Downloaded macaddr v1.0.1 |
| 293 | 2026-08-12T01:02:24.447Z | Downloaded heck v0.4.1 |
| 294 | 2026-08-12T01:02:24.447Z | Downloaded heck v0.5.0 |
| 295 | 2026-08-12T01:02:24.447Z | Downloaded anstream v1.0.0 |
| 296 | 2026-08-12T01:02:24.451Z | Downloaded plain v0.2.3 |
| 297 | 2026-08-12T01:02:24.451Z | Downloaded anyhow v1.0.102 |
| 298 | 2026-08-12T01:02:24.451Z | Downloaded bytecount v0.6.9 |
| 299 | 2026-08-12T01:02:24.456Z | Downloaded is_terminal_polyfill v1.70.2 |
| 300 | 2026-08-12T01:02:24.456Z | Downloaded clap v4.6.1 |
| 301 | 2026-08-12T01:02:24.459Z | Downloaded errno v0.3.14 |
| 302 | 2026-08-12T01:02:24.463Z | Downloaded zerocopy v0.7.35 |
| 303 | 2026-08-12T01:02:24.468Z | Downloaded zmij v1.0.21 |
| 304 | 2026-08-12T01:02:24.476Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-08-12T01:02:24.477Z | Downloaded zerocopy-derive v0.7.35 |
| 306 | 2026-08-12T01:02:24.477Z | Downloaded crypto-common v0.1.7 |
| 307 | 2026-08-12T01:02:24.477Z | Downloaded equivalent v1.0.2 |
| 308 | 2026-08-12T01:02:24.480Z | Downloaded generic-array v0.14.7 |
| 309 | 2026-08-12T01:02:24.480Z | Downloaded fnv v1.0.7 |
| 310 | 2026-08-12T01:02:24.480Z | Downloaded itoa v1.0.17 |
| 311 | 2026-08-12T01:02:24.480Z | Downloaded autocfg v1.5.0 |
| 312 | 2026-08-12T01:02:24.489Z | Downloaded bitflags v2.11.0 |
| 313 | 2026-08-12T01:02:24.490Z | Downloaded anstyle-query v1.1.5 |
| 314 | 2026-08-12T01:02:24.490Z | Downloaded log v0.4.29 |
| 315 | 2026-08-12T01:02:24.495Z | Downloaded pest v2.8.6 |
| 316 | 2026-08-12T01:02:24.495Z | Downloaded block-buffer v0.10.4 |
| 317 | 2026-08-12T01:02:24.495Z | Downloaded memmap v0.7.0 |
| 318 | 2026-08-12T01:02:24.500Z | Downloaded getrandom v0.4.1 |
| 319 | 2026-08-12T01:02:24.503Z | Downloaded papergrid v0.11.0 |
| 320 | 2026-08-12T01:02:24.504Z | Downloaded pest_meta v2.8.6 |
| 321 | 2026-08-12T01:02:24.507Z | Downloaded anstyle v1.0.14 |
| 322 | 2026-08-12T01:02:24.507Z | Downloaded clap_lex v1.0.0 |
| 323 | 2026-08-12T01:02:24.507Z | Downloaded dtrace-parser v0.2.0 |
| 324 | 2026-08-12T01:02:24.511Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2026-08-12T01:02:24.511Z | Downloaded swrite v0.1.0 |
| 326 | 2026-08-12T01:02:24.511Z | Downloaded colorchoice v1.0.4 |
| 327 | 2026-08-12T01:02:24.533Z | Downloaded version_check v0.9.5 |
| 328 | 2026-08-12T01:02:24.533Z | Downloaded strsim v0.11.1 |
| 329 | 2026-08-12T01:02:24.533Z | Downloaded terminal_size v0.4.3 |
| 330 | 2026-08-12T01:02:24.533Z | Downloaded unicode-linebreak v0.1.5 |
| 331 | 2026-08-12T01:02:24.533Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2026-08-12T01:02:24.533Z | Downloaded toml_write v0.1.2 |
| 333 | 2026-08-12T01:02:24.534Z | Downloaded cfg-if v1.0.4 |
| 334 | 2026-08-12T01:02:24.534Z | Downloaded serde_spanned v0.6.9 |
| 335 | 2026-08-12T01:02:24.538Z | Downloaded proc-macro-error-attr v1.0.4 |
| 336 | 2026-08-12T01:02:24.538Z | Downloaded toml_datetime v0.6.11 |
| 337 | 2026-08-12T01:02:24.538Z | Downloaded smawk v0.3.2 |
| 338 | 2026-08-12T01:02:24.543Z | Downloaded cpufeatures v0.2.17 |
| 339 | 2026-08-12T01:02:24.547Z | Downloaded scroll_derive v0.12.1 |
| 340 | 2026-08-12T01:02:24.550Z | Downloaded tabled_derive v0.7.0 |
| 341 | 2026-08-12T01:02:24.550Z | Downloaded usdt v0.5.0 |
| 342 | 2026-08-12T01:02:24.550Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-08-12T01:02:24.554Z | Downloaded usdt-macro v0.5.0 |
| 344 | 2026-08-12T01:02:24.557Z | Downloaded thread-id v4.2.2 |
| 345 | 2026-08-12T01:02:24.561Z | Downloaded dof v0.3.0 |
| 346 | 2026-08-12T01:02:24.564Z | Downloaded camino-tempfile v1.4.1 |
| 347 | 2026-08-12T01:02:24.568Z | Downloaded scroll v0.12.0 |
| 348 | 2026-08-12T01:02:24.568Z | Downloaded digest v0.10.7 |
| 349 | 2026-08-12T01:02:24.571Z | Downloaded cargo-platform v0.3.2 |
| 350 | 2026-08-12T01:02:24.574Z | Downloaded anstyle-parse v1.0.0 |
| 351 | 2026-08-12T01:02:24.574Z | Downloaded thiserror v1.0.69 |
| 352 | 2026-08-12T01:02:24.578Z | Downloaded thiserror-impl v1.0.69 |
| 353 | 2026-08-12T01:02:24.578Z | Downloaded pest_derive v2.8.6 |
| 354 | 2026-08-12T01:02:24.578Z | Downloaded once_cell v1.21.3 |
| 355 | 2026-08-12T01:02:24.578Z | Downloaded pest_generator v2.8.6 |
| 356 | 2026-08-12T01:02:24.581Z | Downloaded cargo_metadata v0.23.1 |
| 357 | 2026-08-12T01:02:24.582Z | Downloaded serde_tokenstream v0.2.3 |
| 358 | 2026-08-12T01:02:24.585Z | Downloaded sha2 v0.10.9 |
| 359 | 2026-08-12T01:02:24.585Z | Downloaded byteorder v1.5.0 |
| 360 | 2026-08-12T01:02:24.590Z | Downloaded cargo_toml v0.21.0 |
| 361 | 2026-08-12T01:02:24.590Z | Downloaded thiserror v2.0.18 |
| 362 | 2026-08-12T01:02:24.593Z | Downloaded proc-macro-error v1.0.4 |
| 363 | 2026-08-12T01:02:24.597Z | Downloaded thiserror-impl v2.0.18 |
| 364 | 2026-08-12T01:02:24.601Z | Downloaded camino v1.2.2 |
| 365 | 2026-08-12T01:02:24.601Z | Downloaded clap_derive v4.6.1 |
| 366 | 2026-08-12T01:02:24.607Z | Downloaded ucd-trie v0.1.7 |
| 367 | 2026-08-12T01:02:24.613Z | Downloaded quote v1.0.45 |
| 368 | 2026-08-12T01:02:24.620Z | Downloaded semver v1.0.28 |
| 369 | 2026-08-12T01:02:24.623Z | Downloaded tempfile v3.25.0 |
| 370 | 2026-08-12T01:02:24.623Z | Downloaded toml v0.8.23 |
| 371 | 2026-08-12T01:02:24.627Z | Downloaded fs-err v3.3.0 |
| 372 | 2026-08-12T01:02:24.627Z | Downloaded usdt-impl v0.5.0 |
| 373 | 2026-08-12T01:02:24.630Z | Downloaded serde_derive v1.0.228 |
| 374 | 2026-08-12T01:02:24.633Z | Downloaded unicode-ident v1.0.24 |
| 375 | 2026-08-12T01:02:24.644Z | Downloaded proc-macro2 v1.0.106 |
| 376 | 2026-08-12T01:02:24.654Z | Downloaded textwrap v0.16.2 |
| 377 | 2026-08-12T01:02:24.657Z | Downloaded serde_core v1.0.228 |
| 378 | 2026-08-12T01:02:24.674Z | Downloaded toml_edit v0.22.27 |
| 379 | 2026-08-12T01:02:24.677Z | Downloaded typenum v1.20.1 |
| 380 | 2026-08-12T01:02:24.681Z | Downloaded serde v1.0.228 |
| 381 | 2026-08-12T01:02:24.684Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-08-12T01:02:24.708Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-12T01:02:24.725Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-08-12T01:02:24.729Z | Downloaded serde_json v1.0.151 |
| 385 | 2026-08-12T01:02:24.733Z | Downloaded goblin v0.8.2 |
| 386 | 2026-08-12T01:02:24.740Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-12T01:02:24.754Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-12T01:02:24.764Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-12T01:02:24.769Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-12T01:02:24.773Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-12T01:02:24.776Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-12T01:02:24.788Z | Downloaded rustix v1.1.3 |
| 393 | 2026-08-12T01:02:24.811Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-12T01:02:24.873Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-12T01:02:24.873Z | Compiling quote v1.0.45 |
| 396 | 2026-08-12T01:02:24.873Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-08-12T01:02:24.877Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-12T01:02:24.877Z | Compiling libc v0.2.185 |
| 399 | 2026-08-12T01:02:24.877Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-12T01:02:24.877Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-12T01:02:24.877Z | Compiling serde v1.0.228 |
| 402 | 2026-08-12T01:02:25.245Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-12T01:02:25.398Z | Compiling thiserror v1.0.69 |
| 404 | 2026-08-12T01:02:25.491Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-12T01:02:25.677Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-12T01:02:25.703Z | Compiling rustix v1.1.3 |
| 407 | 2026-08-12T01:02:25.895Z | Compiling pest v2.8.6 |
| 408 | 2026-08-12T01:02:25.935Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-12T01:02:25.961Z | Compiling errno v0.3.14 |
| 410 | 2026-08-12T01:02:26.120Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-12T01:02:26.186Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-12T01:02:26.394Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-12T01:02:26.460Z | Compiling syn v2.0.117 |
| 414 | 2026-08-12T01:02:26.492Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-12T01:02:26.528Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-12T01:02:26.578Z | Compiling camino v1.2.2 |
| 417 | 2026-08-12T01:02:26.694Z | Compiling syn v1.0.109 |
| 418 | 2026-08-12T01:02:26.891Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-12T01:02:26.941Z | Compiling log v0.4.29 |
| 420 | 2026-08-12T01:02:26.995Z | Compiling pest_meta v2.8.6 |
| 421 | 2026-08-12T01:02:27.107Z | Compiling plain v0.2.3 |
| 422 | 2026-08-12T01:02:27.131Z | Compiling equivalent v1.0.2 |
| 423 | 2026-08-12T01:02:27.157Z | Compiling getrandom v0.4.1 |
| 424 | 2026-08-12T01:02:27.218Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-08-12T01:02:27.236Z | Compiling utf8parse v0.2.2 |
| 426 | 2026-08-12T01:02:27.443Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-08-12T01:02:27.533Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-12T01:02:27.739Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-12T01:02:28.102Z | Compiling toml_write v0.1.2 |
| 430 | 2026-08-12T01:02:28.233Z | Compiling autocfg v1.5.0 |
| 431 | 2026-08-12T01:02:28.292Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-08-12T01:02:28.354Z | Compiling winnow v0.7.14 |
| 433 | 2026-08-12T01:02:28.371Z | Compiling pretty-hex v0.4.1 |
| 434 | 2026-08-12T01:02:28.392Z | Compiling thiserror v2.0.18 |
| 435 | 2026-08-12T01:02:28.510Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-08-12T01:02:28.591Z | Compiling anstyle v1.0.14 |
| 437 | 2026-08-12T01:02:28.606Z | Compiling colorchoice v1.0.4 |
| 438 | 2026-08-12T01:02:28.609Z | Compiling anstyle-query v1.1.5 |
| 439 | 2026-08-12T01:02:28.653Z | Compiling fs-err v3.3.0 |
| 440 | 2026-08-12T01:02:28.717Z | Compiling pest_generator v2.8.6 |
| 441 | 2026-08-12T01:02:28.841Z | Compiling anstream v1.0.0 |
| 442 | 2026-08-12T01:02:28.949Z | Compiling once_cell v1.21.3 |
| 443 | 2026-08-12T01:02:29.036Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-08-12T01:02:29.120Z | Compiling bytecount v0.6.9 |
| 445 | 2026-08-12T01:02:29.149Z | Compiling heck v0.5.0 |
| 446 | 2026-08-12T01:02:29.169Z | Compiling strsim v0.11.1 |
| 447 | 2026-08-12T01:02:29.241Z | Compiling fastrand v2.3.0 |
| 448 | 2026-08-12T01:02:29.282Z | Compiling anyhow v1.0.102 |
| 449 | 2026-08-12T01:02:29.394Z | Compiling unicode-width v0.1.14 |
| 450 | 2026-08-12T01:02:29.404Z | Compiling heck v0.4.1 |
| 451 | 2026-08-12T01:02:29.512Z | Compiling fnv v1.0.7 |
| 452 | 2026-08-12T01:02:29.529Z | Compiling tempfile v3.25.0 |
| 453 | 2026-08-12T01:02:29.615Z | Compiling papergrid v0.11.0 |
| 454 | 2026-08-12T01:02:29.638Z | Compiling clap_builder v4.6.0 |
| 455 | 2026-08-12T01:02:29.668Z | Compiling tabled_derive v0.7.0 |
| 456 | 2026-08-12T01:02:29.763Z | Compiling cargo-platform v0.3.2 |
| 457 | 2026-08-12T01:02:29.788Z | Compiling semver v1.0.28 |
| 458 | 2026-08-12T01:02:29.831Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-12T01:02:29.894Z | Compiling unicode-width v0.2.0 |
| 460 | 2026-08-12T01:02:30.011Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-12T01:02:30.039Z | Compiling unicode-linebreak v0.1.5 |
| 462 | 2026-08-12T01:02:30.174Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-12T01:02:30.280Z | Compiling textwrap v0.16.2 |
| 464 | 2026-08-12T01:02:30.319Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-08-12T01:02:30.401Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-08-12T01:02:30.437Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-08-12T01:02:30.466Z | Compiling pest_derive v2.8.6 |
| 468 | 2026-08-12T01:02:30.566Z | Compiling scroll_derive v0.12.1 |
| 469 | 2026-08-12T01:02:30.735Z | Compiling thiserror-impl v2.0.18 |
| 470 | 2026-08-12T01:02:30.952Z | Compiling clap_derive v4.6.1 |
| 471 | 2026-08-12T01:02:31.051Z | Compiling tabled v0.15.0 |
| 472 | 2026-08-12T01:02:31.274Z | Compiling scroll v0.12.0 |
| 473 | 2026-08-12T01:02:31.329Z | Compiling zerocopy v0.7.35 |
| 474 | 2026-08-12T01:02:31.555Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-12T01:02:31.824Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-12T01:02:31.895Z | Compiling swrite v0.1.0 |
| 477 | 2026-08-12T01:02:32.540Z | Compiling clap v4.6.1 |
| 478 | 2026-08-12T01:02:33.298Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-08-12T01:02:33.298Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-08-12T01:02:33.298Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-12T01:02:33.302Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-12T01:02:33.302Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-12T01:02:33.396Z | Compiling dof v0.3.0 |
| 484 | 2026-08-12T01:02:33.412Z | Compiling serde_tokenstream v0.2.3 |
| 485 | 2026-08-12T01:02:33.530Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-12T01:02:34.096Z | Compiling usdt-macro v0.5.0 |
| 487 | 2026-08-12T01:02:34.115Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2026-08-12T01:02:34.697Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-12T01:02:34.858Z | Compiling toml v0.8.23 |
| 490 | 2026-08-12T01:02:35.180Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-12T01:02:36.456Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-12T01:02:38.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.51s |
| 493 | 2026-08-12T01:02:38.686Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-12T01:02:39.208Z | Downloading crates ... |
| 495 | 2026-08-12T01:02:39.250Z | Downloaded adler2 v2.0.1 |
| 496 | 2026-08-12T01:02:39.253Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 497 | 2026-08-12T01:02:39.253Z | Downloaded atomicwrites v0.4.4 |
| 498 | 2026-08-12T01:02:39.253Z | Downloaded bitfield-macros v0.19.4 |
| 499 | 2026-08-12T01:02:39.260Z | Downloaded async-compression v0.4.41 |
| 500 | 2026-08-12T01:02:39.263Z | Downloaded block-padding v0.4.2 |
| 501 | 2026-08-12T01:02:39.272Z | Downloaded arrayvec v0.7.6 |
| 502 | 2026-08-12T01:02:39.276Z | Downloaded base16ct v0.2.0 |
| 503 | 2026-08-12T01:02:39.276Z | Downloaded bit-set v0.5.3 |
| 504 | 2026-08-12T01:02:39.276Z | Downloaded arrayref v0.3.9 |
| 505 | 2026-08-12T01:02:39.276Z | Downloaded async-stream-impl v0.3.6 |
| 506 | 2026-08-12T01:02:39.276Z | Downloaded atomic-waker v1.1.2 |
| 507 | 2026-08-12T01:02:39.276Z | Downloaded foreign-types-shared v0.1.1 |
| 508 | 2026-08-12T01:02:39.276Z | Downloaded gethostname v0.5.0 |
| 509 | 2026-08-12T01:02:39.276Z | Downloaded async-trait v0.1.89 |
| 510 | 2026-08-12T01:02:39.293Z | Downloaded cexpr v0.6.0 |
| 511 | 2026-08-12T01:02:39.293Z | Downloaded futures-macro v0.3.32 |
| 512 | 2026-08-12T01:02:39.294Z | Downloaded atty v0.2.14 |
| 513 | 2026-08-12T01:02:39.294Z | Downloaded bit-set v0.8.0 |
| 514 | 2026-08-12T01:02:39.294Z | Downloaded aead v0.5.2 |
| 515 | 2026-08-12T01:02:39.294Z | Downloaded foreign-types v0.3.2 |
| 516 | 2026-08-12T01:02:39.294Z | Downloaded bumpalo v3.20.2 |
| 517 | 2026-08-12T01:02:39.294Z | Downloaded base64 v0.22.1 |
| 518 | 2026-08-12T01:02:39.294Z | Downloaded env_filter v1.0.0 |
| 519 | 2026-08-12T01:02:39.294Z | Downloaded fixedbitset v0.5.7 |
| 520 | 2026-08-12T01:02:39.294Z | Downloaded argon2 v0.5.3 |
| 521 | 2026-08-12T01:02:39.302Z | Downloaded async-stream v0.3.6 |
| 522 | 2026-08-12T01:02:39.302Z | Downloaded flume v0.11.1 |
| 523 | 2026-08-12T01:02:39.302Z | Downloaded hyper-tls v0.6.0 |
| 524 | 2026-08-12T01:02:39.302Z | Downloaded hex-literal v1.1.0 |
| 525 | 2026-08-12T01:02:39.302Z | Downloaded async-bb8-diesel v0.2.1 |
| 526 | 2026-08-12T01:02:39.302Z | Downloaded backon v1.6.0 |
| 527 | 2026-08-12T01:02:39.312Z | Downloaded flagset v0.4.7 |
| 528 | 2026-08-12T01:02:39.312Z | Downloaded futures-task v0.3.32 |
| 529 | 2026-08-12T01:02:39.312Z | Downloaded bitfield v0.19.4 |
| 530 | 2026-08-12T01:02:39.312Z | Downloaded convert_case v0.4.0 |
| 531 | 2026-08-12T01:02:39.312Z | Downloaded globset v0.4.18 |
| 532 | 2026-08-12T01:02:39.312Z | Downloaded anstream v0.6.21 |
| 533 | 2026-08-12T01:02:39.312Z | Downloaded float-cmp v0.10.0 |
| 534 | 2026-08-12T01:02:39.312Z | Downloaded fd-lock v4.0.4 |
| 535 | 2026-08-12T01:02:39.316Z | Downloaded foldhash v0.2.0 |
| 536 | 2026-08-12T01:02:39.316Z | Downloaded fs-err v2.11.0 |
| 537 | 2026-08-12T01:02:39.316Z | Downloaded group v0.14.0 |
| 538 | 2026-08-12T01:02:39.316Z | Downloaded futures-sink v0.3.32 |
| 539 | 2026-08-12T01:02:39.316Z | Downloaded foreign-types v0.5.0 |
| 540 | 2026-08-12T01:02:39.316Z | Downloaded ascii-canvas v3.0.0 |
| 541 | 2026-08-12T01:02:39.316Z | Downloaded aead v0.6.1 |
| 542 | 2026-08-12T01:02:39.316Z | Downloaded bb8 v0.8.6 |
| 543 | 2026-08-12T01:02:39.316Z | Downloaded form_urlencoded v1.2.2 |
| 544 | 2026-08-12T01:02:39.316Z | Downloaded git-stub v1.0.0 |
| 545 | 2026-08-12T01:02:39.320Z | Downloaded futures-core v0.3.32 |
| 546 | 2026-08-12T01:02:39.320Z | Downloaded assert_matches v1.5.0 |
| 547 | 2026-08-12T01:02:39.325Z | Downloaded array-init v0.0.4 |
| 548 | 2026-08-12T01:02:39.329Z | Downloaded git-stub-vcs v0.1.0 |
| 549 | 2026-08-12T01:02:39.329Z | Downloaded async-recursion v1.1.1 |
| 550 | 2026-08-12T01:02:39.329Z | Downloaded base16ct v1.0.0 |
| 551 | 2026-08-12T01:02:39.336Z | Downloaded ghash v0.6.0 |
| 552 | 2026-08-12T01:02:39.336Z | Downloaded ciborium-io v0.2.2 |
| 553 | 2026-08-12T01:02:39.336Z | Downloaded heapless v0.7.17 |
| 554 | 2026-08-12T01:02:39.336Z | Downloaded futures-io v0.3.32 |
| 555 | 2026-08-12T01:02:39.336Z | Downloaded bitfield-struct v0.6.2 |
| 556 | 2026-08-12T01:02:39.336Z | Downloaded block-buffer v0.12.1 |
| 557 | 2026-08-12T01:02:39.340Z | Downloaded fallible-iterator v0.2.0 |
| 558 | 2026-08-12T01:02:39.340Z | Downloaded fs_extra v1.3.0 |
| 559 | 2026-08-12T01:02:39.340Z | Downloaded base64ct v1.8.3 |
| 560 | 2026-08-12T01:02:39.340Z | Downloaded fxhash v0.2.1 |
| 561 | 2026-08-12T01:02:39.340Z | Downloaded parking_lot_core v0.9.12 |
| 562 | 2026-08-12T01:02:39.340Z | Downloaded blowfish v0.10.0 |
| 563 | 2026-08-12T01:02:39.352Z | Downloaded float-ord v0.3.2 |
| 564 | 2026-08-12T01:02:39.352Z | Downloaded funty v2.0.0 |
| 565 | 2026-08-12T01:02:39.352Z | Downloaded foreign-types-macros v0.2.3 |
| 566 | 2026-08-12T01:02:39.353Z | Downloaded foreign-types-shared v0.3.1 |
| 567 | 2026-08-12T01:02:39.353Z | Downloaded hashbrown v0.12.3 |
| 568 | 2026-08-12T01:02:39.360Z | Downloaded castaway v0.2.4 |
| 569 | 2026-08-12T01:02:39.360Z | Downloaded ciborium-ll v0.2.2 |
| 570 | 2026-08-12T01:02:39.360Z | Downloaded num-conv v0.2.0 |
| 571 | 2026-08-12T01:02:39.360Z | Downloaded globwalk v0.9.1 |
| 572 | 2026-08-12T01:02:39.364Z | Downloaded fixedbitset v0.4.2 |
| 573 | 2026-08-12T01:02:39.367Z | Downloaded cfg_aliases v0.2.1 |
| 574 | 2026-08-12T01:02:39.367Z | Downloaded cobs v0.3.0 |
| 575 | 2026-08-12T01:02:39.367Z | Downloaded hex v0.4.3 |
| 576 | 2026-08-12T01:02:39.377Z | Downloaded cfg_aliases v0.1.1 |
| 577 | 2026-08-12T01:02:39.381Z | Downloaded hostname v0.3.1 |
| 578 | 2026-08-12T01:02:39.381Z | Downloaded openssl-probe v0.2.1 |
| 579 | 2026-08-12T01:02:39.381Z | Downloaded phf_shared v0.13.1 |
| 580 | 2026-08-12T01:02:39.384Z | Downloaded hash32 v0.3.1 |
| 581 | 2026-08-12T01:02:39.384Z | Downloaded hubpack v0.1.2 |
| 582 | 2026-08-12T01:02:39.390Z | Downloaded bit-vec v0.6.3 |
| 583 | 2026-08-12T01:02:39.393Z | Downloaded bitflags v1.3.2 |
| 584 | 2026-08-12T01:02:39.397Z | Downloaded http-range v0.1.5 |
| 585 | 2026-08-12T01:02:39.397Z | Downloaded bit-vec v0.8.0 |
| 586 | 2026-08-12T01:02:39.397Z | Downloaded byte-wrapper v0.1.0 |
| 587 | 2026-08-12T01:02:39.401Z | Downloaded path-slash v0.1.5 |
| 588 | 2026-08-12T01:02:39.401Z | Downloaded httpdate v1.0.3 |
| 589 | 2026-08-12T01:02:39.404Z | Downloaded parse-display v0.10.0 |
| 590 | 2026-08-12T01:02:39.404Z | Downloaded hash32 v0.2.1 |
| 591 | 2026-08-12T01:02:39.408Z | Downloaded http-body v1.0.1 |
| 592 | 2026-08-12T01:02:39.408Z | Downloaded backoff v0.4.0 |
| 593 | 2026-08-12T01:02:39.408Z | Downloaded compression-codecs v0.4.37 |
| 594 | 2026-08-12T01:02:39.408Z | Downloaded headers-core v0.3.0 |
| 595 | 2026-08-12T01:02:39.414Z | Downloaded home v0.5.12 |
| 596 | 2026-08-12T01:02:39.426Z | Downloaded hubpack_derive v0.1.1 |
| 597 | 2026-08-12T01:02:39.426Z | Downloaded predicates-core v1.0.10 |
| 598 | 2026-08-12T01:02:39.431Z | Downloaded find-msvc-tools v0.1.9 |
| 599 | 2026-08-12T01:02:39.431Z | Downloaded semver v0.1.20 |
| 600 | 2026-08-12T01:02:39.431Z | Downloaded serde_bytes v0.11.19 |
| 601 | 2026-08-12T01:02:39.431Z | Downloaded group v0.13.0 |
| 602 | 2026-08-12T01:02:39.431Z | Downloaded shell-words v1.1.1 |
| 603 | 2026-08-12T01:02:39.431Z | Downloaded ff v0.14.0 |
| 604 | 2026-08-12T01:02:39.431Z | Downloaded filetime v0.2.27 |
| 605 | 2026-08-12T01:02:39.431Z | Downloaded cmake v0.1.57 |
| 606 | 2026-08-12T01:02:39.431Z | Downloaded compression-core v0.4.31 |
| 607 | 2026-08-12T01:02:39.431Z | Downloaded chacha20 v0.9.1 |
| 608 | 2026-08-12T01:02:39.431Z | Downloaded cipher v0.4.4 |
| 609 | 2026-08-12T01:02:39.431Z | Downloaded bs58 v0.5.1 |
| 610 | 2026-08-12T01:02:39.435Z | Downloaded buf-list v1.1.2 |
| 611 | 2026-08-12T01:02:39.435Z | Downloaded hostname v0.4.2 |
| 612 | 2026-08-12T01:02:39.438Z | Downloaded constant_time_eq v0.4.2 |
| 613 | 2026-08-12T01:02:39.438Z | Downloaded camino-tempfile-ext v0.3.3 |
| 614 | 2026-08-12T01:02:39.438Z | Downloaded bcs v0.1.6 |
| 615 | 2026-08-12T01:02:39.441Z | Downloaded proc-macro-crate v1.3.1 |
| 616 | 2026-08-12T01:02:39.441Z | Downloaded progenitor-macro v0.14.0 |
| 617 | 2026-08-12T01:02:39.441Z | Downloaded radium v0.7.0 |
| 618 | 2026-08-12T01:02:39.441Z | Downloaded cmov v0.5.4 |
| 619 | 2026-08-12T01:02:39.442Z | Downloaded serde_plain v1.0.2 |
| 620 | 2026-08-12T01:02:39.445Z | Downloaded cipher v0.5.2 |
| 621 | 2026-08-12T01:02:39.448Z | Downloaded num_enum_derive v0.5.11 |
| 622 | 2026-08-12T01:02:39.451Z | Downloaded rustc_version v0.1.7 |
| 623 | 2026-08-12T01:02:39.451Z | Downloaded signature v3.0.0 |
| 624 | 2026-08-12T01:02:39.455Z | Downloaded num-rational v0.4.2 |
| 625 | 2026-08-12T01:02:39.455Z | Downloaded signal-hook-mio v0.2.5 |
| 626 | 2026-08-12T01:02:39.458Z | Downloaded sqlparser_derive v0.5.0 |
| 627 | 2026-08-12T01:02:39.463Z | Downloaded argon2 v0.6.0-rc.8 |
| 628 | 2026-08-12T01:02:39.463Z | Downloaded paste v1.0.15 |
| 629 | 2026-08-12T01:02:39.463Z | Downloaded strum v0.26.3 |
| 630 | 2026-08-12T01:02:39.463Z | Downloaded strum v0.27.2 |
| 631 | 2026-08-12T01:02:39.463Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 632 | 2026-08-12T01:02:39.463Z | Downloaded cancel-safe-futures v0.1.5 |
| 633 | 2026-08-12T01:02:39.467Z | Downloaded bzip2 v0.6.1 |
| 634 | 2026-08-12T01:02:39.467Z | Downloaded clang-sys v1.8.1 |
| 635 | 2026-08-12T01:02:39.468Z | Downloaded anstyle-parse v0.2.7 |
| 636 | 2026-08-12T01:02:39.468Z | Downloaded blake2 v0.10.6 |
| 637 | 2026-08-12T01:02:39.472Z | Downloaded foldhash v0.1.5 |
| 638 | 2026-08-12T01:02:39.472Z | Downloaded phf v0.12.1 |
| 639 | 2026-08-12T01:02:39.472Z | Downloaded glob v0.3.3 |
| 640 | 2026-08-12T01:02:39.472Z | Downloaded tabwriter v1.4.1 |
| 641 | 2026-08-12T01:02:39.479Z | Downloaded oxnet v0.1.6 |
| 642 | 2026-08-12T01:02:39.479Z | Downloaded allocator-api2 v0.2.21 |
| 643 | 2026-08-12T01:02:39.485Z | Downloaded humantime v2.3.0 |
| 644 | 2026-08-12T01:02:39.490Z | Downloaded pin-project-lite v0.2.17 |
| 645 | 2026-08-12T01:02:39.490Z | Downloaded primeorder v0.14.0 |
| 646 | 2026-08-12T01:02:39.490Z | Downloaded hyper-staticfile v0.10.1 |
| 647 | 2026-08-12T01:02:39.493Z | Downloaded progenitor-extras v0.2.0 |
| 648 | 2026-08-12T01:02:39.493Z | Downloaded rand_core v0.6.4 |
| 649 | 2026-08-12T01:02:39.493Z | Downloaded tokio-test v0.4.5 |
| 650 | 2026-08-12T01:02:39.500Z | Downloaded slab v0.4.12 |
| 651 | 2026-08-12T01:02:39.500Z | Downloaded colored v3.1.1 |
| 652 | 2026-08-12T01:02:39.503Z | Downloaded const_format_proc_macros v0.2.34 |
| 653 | 2026-08-12T01:02:39.503Z | Downloaded http-body-util v0.1.3 |
| 654 | 2026-08-12T01:02:39.503Z | Downloaded chacha20 v0.10.0 |
| 655 | 2026-08-12T01:02:39.503Z | Downloaded colored v2.2.0 |
| 656 | 2026-08-12T01:02:39.503Z | Downloaded futures-executor v0.3.32 |
| 657 | 2026-08-12T01:02:39.503Z | Downloaded cbc v0.2.1 |
| 658 | 2026-08-12T01:02:39.513Z | Downloaded hybrid-array v0.4.13 |
| 659 | 2026-08-12T01:02:39.513Z | Downloaded const-oid v0.9.6 |
| 660 | 2026-08-12T01:02:39.513Z | Downloaded blake2 v0.11.0-rc.6 |
| 661 | 2026-08-12T01:02:39.514Z | Downloaded console v0.15.11 |
| 662 | 2026-08-12T01:02:39.517Z | Downloaded num_enum_derive v0.7.6 |
| 663 | 2026-08-12T01:02:39.517Z | Downloaded bzip2 v0.4.4 |
| 664 | 2026-08-12T01:02:39.517Z | Downloaded tower-layer v0.3.3 |
| 665 | 2026-08-12T01:02:39.517Z | Downloaded tower-service v0.3.3 |
| 666 | 2026-08-12T01:02:39.517Z | Downloaded getrandom v0.3.4 |
| 667 | 2026-08-12T01:02:39.517Z | Downloaded ciborium v0.2.2 |
| 668 | 2026-08-12T01:02:39.517Z | Downloaded console v0.16.2 |
| 669 | 2026-08-12T01:02:39.517Z | Downloaded utf8_iter v1.0.4 |
| 670 | 2026-08-12T01:02:39.517Z | Downloaded waitgroup v0.1.2 |
| 671 | 2026-08-12T01:02:39.517Z | Downloaded futures-util v0.3.32 |
| 672 | 2026-08-12T01:02:39.522Z | Downloaded untrusted v0.7.1 |
| 673 | 2026-08-12T01:02:39.526Z | Downloaded unit-prefix v0.5.2 |
| 674 | 2026-08-12T01:02:39.526Z | Downloaded wait-timeout v0.2.1 |
| 675 | 2026-08-12T01:02:39.526Z | Downloaded highway v1.3.0 |
| 676 | 2026-08-12T01:02:39.526Z | Downloaded rand_core v0.9.5 |
| 677 | 2026-08-12T01:02:39.526Z | Downloaded rpassword v7.5.4 |
| 678 | 2026-08-12T01:02:39.526Z | Downloaded rustls-native-certs v0.8.3 |
| 679 | 2026-08-12T01:02:39.530Z | Downloaded scroll v0.13.0 |
| 680 | 2026-08-12T01:02:39.530Z | Downloaded sec1 v0.7.3 |
| 681 | 2026-08-12T01:02:39.530Z | Downloaded supports-color v3.0.2 |
| 682 | 2026-08-12T01:02:39.530Z | Downloaded slog-scope v4.4.1 |
| 683 | 2026-08-12T01:02:39.530Z | Downloaded smallvec v0.6.14 |
| 684 | 2026-08-12T01:02:39.534Z | Downloaded ssh-cipher v0.3.0 |
| 685 | 2026-08-12T01:02:39.534Z | Downloaded cassowary v0.3.0 |
| 686 | 2026-08-12T01:02:39.534Z | Downloaded poly1305 v0.9.0 |
| 687 | 2026-08-12T01:02:39.534Z | Downloaded spki v0.7.3 |
| 688 | 2026-08-12T01:02:39.538Z | Downloaded ssh-encoding v0.3.0 |
| 689 | 2026-08-12T01:02:39.538Z | Downloaded termios v0.3.3 |
| 690 | 2026-08-12T01:02:39.538Z | Downloaded usdt-attr-macro v0.6.0 |
| 691 | 2026-08-12T01:02:39.538Z | Downloaded ahash v0.8.12 |
| 692 | 2026-08-12T01:02:39.542Z | Downloaded xattr v1.6.1 |
| 693 | 2026-08-12T01:02:39.542Z | Downloaded cpufeatures v0.3.0 |
| 694 | 2026-08-12T01:02:39.542Z | Downloaded zerofrom v0.1.6 |
| 695 | 2026-08-12T01:02:39.542Z | Downloaded zone v0.3.1 |
| 696 | 2026-08-12T01:02:39.542Z | Downloaded cpubits v0.1.1 |
| 697 | 2026-08-12T01:02:39.542Z | Downloaded crucible-workspace-hack v0.1.0 |
| 698 | 2026-08-12T01:02:39.542Z | Downloaded crunchy v0.2.4 |
| 699 | 2026-08-12T01:02:39.542Z | Downloaded darling_macro v0.20.11 |
| 700 | 2026-08-12T01:02:39.542Z | Downloaded salsa20 v0.11.0 |
| 701 | 2026-08-12T01:02:39.550Z | Downloaded futures-channel v0.3.32 |
| 702 | 2026-08-12T01:02:39.550Z | Downloaded getrandom v0.2.17 |
| 703 | 2026-08-12T01:02:39.550Z | Downloaded httparse v1.10.1 |
| 704 | 2026-08-12T01:02:39.550Z | Downloaded tinystr v0.8.2 |
| 705 | 2026-08-12T01:02:39.555Z | Downloaded tls_codec v0.4.2 |
| 706 | 2026-08-12T01:02:39.555Z | Downloaded postgres-protocol v0.6.10 |
| 707 | 2026-08-12T01:02:39.555Z | Downloaded defmt v0.3.100 |
| 708 | 2026-08-12T01:02:39.555Z | Downloaded hmac v0.13.0 |
| 709 | 2026-08-12T01:02:39.555Z | Downloaded display-error-chain v0.2.2 |
| 710 | 2026-08-12T01:02:39.555Z | Downloaded ff v0.13.1 |
| 711 | 2026-08-12T01:02:39.555Z | Downloaded dunce v1.0.5 |
| 712 | 2026-08-12T01:02:39.555Z | Downloaded indoc v1.0.9 |
| 713 | 2026-08-12T01:02:39.558Z | Downloaded pkcs8 v0.11.0 |
| 714 | 2026-08-12T01:02:39.563Z | Downloaded iana-time-zone v0.1.65 |
| 715 | 2026-08-12T01:02:39.575Z | Downloaded enum-as-inner v0.6.1 |
| 716 | 2026-08-12T01:02:39.579Z | Downloaded hyper-rustls v0.27.7 |
| 717 | 2026-08-12T01:02:39.579Z | Downloaded lazy_static v1.5.0 |
| 718 | 2026-08-12T01:02:39.579Z | Downloaded generic-array v1.4.3 |
| 719 | 2026-08-12T01:02:39.582Z | Downloaded convert_case v0.10.0 |
| 720 | 2026-08-12T01:02:39.585Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 721 | 2026-08-12T01:02:39.586Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-08-12T01:02:39.590Z | Downloaded libscf-sys v1.2.0 |
| 723 | 2026-08-12T01:02:39.594Z | Downloaded downcast-rs v2.0.2 |
| 724 | 2026-08-12T01:02:39.594Z | Downloaded tokio-native-tls v0.3.1 |
| 725 | 2026-08-12T01:02:39.594Z | Downloaded unicase v2.9.0 |
| 726 | 2026-08-12T01:02:39.594Z | Downloaded embedded-io v0.6.1 |
| 727 | 2026-08-12T01:02:39.594Z | Downloaded lru-cache v0.1.2 |
| 728 | 2026-08-12T01:02:39.595Z | Downloaded lru-slab v0.1.2 |
| 729 | 2026-08-12T01:02:39.598Z | Downloaded cc v1.2.56 |
| 730 | 2026-08-12T01:02:39.598Z | Downloaded arc-swap v1.8.2 |
| 731 | 2026-08-12T01:02:39.602Z | Downloaded crossbeam-deque v0.8.6 |
| 732 | 2026-08-12T01:02:39.602Z | Downloaded newtype-uuid-macros v0.1.0 |
| 733 | 2026-08-12T01:02:39.602Z | Downloaded rand_core v0.10.0 |
| 734 | 2026-08-12T01:02:39.606Z | Downloaded sha2 v0.11.0 |
| 735 | 2026-08-12T01:02:39.606Z | Downloaded spin v0.9.8 |
| 736 | 2026-08-12T01:02:39.610Z | Downloaded vergen-lib v9.1.0 |
| 737 | 2026-08-12T01:02:39.610Z | Downloaded multimap v0.10.1 |
| 738 | 2026-08-12T01:02:39.610Z | Downloaded newline-converter v0.3.0 |
| 739 | 2026-08-12T01:02:39.610Z | Downloaded kstat-rs v0.2.5 |
| 740 | 2026-08-12T01:02:39.610Z | Downloaded mime v0.3.17 |
| 741 | 2026-08-12T01:02:39.610Z | Downloaded md5 v0.8.0 |
| 742 | 2026-08-12T01:02:39.614Z | Downloaded delegate v0.13.5 |
| 743 | 2026-08-12T01:02:39.614Z | Downloaded rcgen v0.12.1 |
| 744 | 2026-08-12T01:02:39.614Z | Downloaded ryu v1.0.23 |
| 745 | 2026-08-12T01:02:39.614Z | Downloaded futures v0.3.32 |
| 746 | 2026-08-12T01:02:39.617Z | Downloaded normalize-line-endings v0.3.0 |
| 747 | 2026-08-12T01:02:39.617Z | Downloaded digest v0.11.3 |
| 748 | 2026-08-12T01:02:39.621Z | Downloaded ingot-types v0.2.0 |
| 749 | 2026-08-12T01:02:39.621Z | Downloaded ipnetwork v0.21.1 |
| 750 | 2026-08-12T01:02:39.621Z | Downloaded half v2.7.1 |
| 751 | 2026-08-12T01:02:39.624Z | Downloaded icu_properties v2.1.2 |
| 752 | 2026-08-12T01:02:39.624Z | Downloaded password-hash v0.6.1 |
| 753 | 2026-08-12T01:02:39.627Z | Downloaded compact_str v0.8.1 |
| 754 | 2026-08-12T01:02:39.630Z | Downloaded const-oid v0.10.2 |
| 755 | 2026-08-12T01:02:39.630Z | Downloaded half v1.8.3 |
| 756 | 2026-08-12T01:02:39.634Z | Downloaded hmac v0.12.1 |
| 757 | 2026-08-12T01:02:39.634Z | Downloaded chacha20poly1305 v0.10.1 |
| 758 | 2026-08-12T01:02:39.639Z | Downloaded num_threads v0.1.7 |
| 759 | 2026-08-12T01:02:39.643Z | Downloaded opaque-debug v0.3.1 |
| 760 | 2026-08-12T01:02:39.646Z | Downloaded either v1.15.0 |
| 761 | 2026-08-12T01:02:39.646Z | Downloaded fatfs v0.3.6 |
| 762 | 2026-08-12T01:02:39.646Z | Downloaded rand_pcg v0.10.2 |
| 763 | 2026-08-12T01:02:39.647Z | Downloaded der_derive v0.7.3 |
| 764 | 2026-08-12T01:02:39.655Z | Downloaded rustc-hash v2.1.1 |
| 765 | 2026-08-12T01:02:39.658Z | Downloaded base64 v0.21.7 |
| 766 | 2026-08-12T01:02:39.658Z | Downloaded psl-types v2.0.11 |
| 767 | 2026-08-12T01:02:39.658Z | Downloaded rand_xorshift v0.4.0 |
| 768 | 2026-08-12T01:02:39.661Z | Downloaded ar_archive_writer v0.5.1 |
| 769 | 2026-08-12T01:02:39.665Z | Downloaded sigpipe v0.1.3 |
| 770 | 2026-08-12T01:02:39.665Z | Downloaded sync-ptr v0.1.4 |
| 771 | 2026-08-12T01:02:39.665Z | Downloaded same-file v1.0.6 |
| 772 | 2026-08-12T01:02:39.668Z | Downloaded serde_spanned v1.1.1 |
| 773 | 2026-08-12T01:02:39.672Z | Downloaded ctutils v0.4.2 |
| 774 | 2026-08-12T01:02:39.672Z | Downloaded ed25519 v2.2.3 |
| 775 | 2026-08-12T01:02:39.675Z | Downloaded tinyvec_macros v0.1.1 |
| 776 | 2026-08-12T01:02:39.675Z | Downloaded vergen v9.1.0 |
| 777 | 2026-08-12T01:02:39.679Z | Downloaded parse-display-derive v0.10.0 |
| 778 | 2026-08-12T01:02:39.679Z | Downloaded postcard v1.1.3 |
| 779 | 2026-08-12T01:02:39.679Z | Downloaded daft v0.1.7 |
| 780 | 2026-08-12T01:02:39.679Z | Downloaded newtype-uuid v1.3.2 |
| 781 | 2026-08-12T01:02:39.683Z | Downloaded primeorder v0.13.6 |
| 782 | 2026-08-12T01:02:39.687Z | Downloaded oxide-tokio-rt v0.1.4 |
| 783 | 2026-08-12T01:02:39.687Z | Downloaded pkg-config v0.3.32 |
| 784 | 2026-08-12T01:02:39.687Z | Downloaded sapling-renderdag v0.1.0 |
| 785 | 2026-08-12T01:02:39.693Z | Downloaded sha1 v0.10.6 |
| 786 | 2026-08-12T01:02:39.693Z | Downloaded take_mut v0.2.2 |
| 787 | 2026-08-12T01:02:39.696Z | Downloaded untrusted v0.9.0 |
| 788 | 2026-08-12T01:02:39.696Z | Downloaded want v0.3.1 |
| 789 | 2026-08-12T01:02:39.696Z | Downloaded zone_cfg_derive v0.3.1 |
| 790 | 2026-08-12T01:02:39.699Z | Downloaded usdt-macro v0.6.0 |
| 791 | 2026-08-12T01:02:39.700Z | Downloaded tungstenite v0.21.0 |
| 792 | 2026-08-12T01:02:39.700Z | Downloaded oxide-update-engine-types v0.1.2 |
| 793 | 2026-08-12T01:02:39.703Z | Downloaded tungstenite v0.23.0 |
| 794 | 2026-08-12T01:02:39.703Z | Downloaded bytes v1.11.1 |
| 795 | 2026-08-12T01:02:39.706Z | Downloaded const_format v0.2.35 |
| 796 | 2026-08-12T01:02:39.709Z | Downloaded headers v0.4.1 |
| 797 | 2026-08-12T01:02:39.710Z | Downloaded icu_locale_core v2.1.1 |
| 798 | 2026-08-12T01:02:39.713Z | Downloaded snafu v0.8.9 |
| 799 | 2026-08-12T01:02:39.716Z | Downloaded progenitor v0.14.0 |
| 800 | 2026-08-12T01:02:39.717Z | Downloaded vte v0.14.1 |
| 801 | 2026-08-12T01:02:39.720Z | Downloaded jobserver v0.1.34 |
| 802 | 2026-08-12T01:02:39.720Z | Downloaded rusty-fork v0.3.1 |
| 803 | 2026-08-12T01:02:39.720Z | Downloaded rustls-pemfile v2.2.0 |
| 804 | 2026-08-12T01:02:39.720Z | Downloaded crypto-common v0.2.2 |
| 805 | 2026-08-12T01:02:39.723Z | Downloaded icu_normalizer_data v2.1.1 |
| 806 | 2026-08-12T01:02:39.723Z | Downloaded dirs-next v2.0.0 |
| 807 | 2026-08-12T01:02:39.723Z | Downloaded darling v0.21.3 |
| 808 | 2026-08-12T01:02:39.726Z | Downloaded pem v3.0.6 |
| 809 | 2026-08-12T01:02:39.726Z | Downloaded document-features v0.2.12 |
| 810 | 2026-08-12T01:02:39.726Z | Downloaded openssl-sys v0.9.117 |
| 811 | 2026-08-12T01:02:39.730Z | Downloaded pem-rfc7468 v1.0.0 |
| 812 | 2026-08-12T01:02:39.730Z | Downloaded simd-adler32 v0.3.8 |
| 813 | 2026-08-12T01:02:39.733Z | Downloaded slog-json v2.6.1 |
| 814 | 2026-08-12T01:02:39.733Z | Downloaded string_cache v0.8.9 |
| 815 | 2026-08-12T01:02:39.733Z | Downloaded p256 v0.14.0 |
| 816 | 2026-08-12T01:02:39.736Z | Downloaded pem-rfc7468 v0.7.0 |
| 817 | 2026-08-12T01:02:39.736Z | Downloaded utf-8 v0.7.6 |
| 818 | 2026-08-12T01:02:39.737Z | Downloaded void v1.0.2 |
| 819 | 2026-08-12T01:02:39.737Z | Downloaded stringprep v0.1.5 |
| 820 | 2026-08-12T01:02:39.737Z | Downloaded debug-ignore v1.0.5 |
| 821 | 2026-08-12T01:02:39.740Z | Downloaded flate2 v1.1.9 |
| 822 | 2026-08-12T01:02:39.740Z | Downloaded crc-catalog v2.4.0 |
| 823 | 2026-08-12T01:02:39.740Z | Downloaded dof v0.4.0 |
| 824 | 2026-08-12T01:02:39.740Z | Downloaded rand_chacha v0.9.0 |
| 825 | 2026-08-12T01:02:39.744Z | Downloaded toml v0.7.8 |
| 826 | 2026-08-12T01:02:39.744Z | Downloaded publicsuffix v2.3.0 |
| 827 | 2026-08-12T01:02:39.744Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 828 | 2026-08-12T01:02:39.747Z | Downloaded instant v0.1.13 |
| 829 | 2026-08-12T01:02:39.747Z | Downloaded ingot-macros v0.2.0 |
| 830 | 2026-08-12T01:02:39.747Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 831 | 2026-08-12T01:02:39.747Z | Downloaded darling_macro v0.13.4 |
| 832 | 2026-08-12T01:02:39.751Z | Downloaded pkcs1 v0.7.5 |
| 833 | 2026-08-12T01:02:39.751Z | Downloaded jiff-static v0.2.34 |
| 834 | 2026-08-12T01:02:39.751Z | Downloaded progenitor v0.13.0 |
| 835 | 2026-08-12T01:02:39.751Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 836 | 2026-08-12T01:02:39.758Z | Downloaded managed v0.8.0 |
| 837 | 2026-08-12T01:02:39.761Z | Downloaded indent_write v2.2.0 |
| 838 | 2026-08-12T01:02:39.761Z | Downloaded is-terminal v0.4.17 |
| 839 | 2026-08-12T01:02:39.765Z | Downloaded is_ci v1.2.0 |
| 840 | 2026-08-12T01:02:39.765Z | Downloaded new_debug_unreachable v1.0.6 |
| 841 | 2026-08-12T01:02:39.765Z | Downloaded newtype_derive v0.1.6 |
| 842 | 2026-08-12T01:02:39.765Z | Downloaded rustls-webpki v0.103.13 |
| 843 | 2026-08-12T01:02:39.768Z | Downloaded rand_seeder v0.4.0 |
| 844 | 2026-08-12T01:02:39.768Z | Downloaded serdect v0.4.3 |
| 845 | 2026-08-12T01:02:39.768Z | Downloaded whoami v1.6.1 |
| 846 | 2026-08-12T01:02:39.768Z | Downloaded zerovec-derive v0.11.2 |
| 847 | 2026-08-12T01:02:39.768Z | Downloaded heapless v0.8.0 |
| 848 | 2026-08-12T01:02:39.773Z | Downloaded yoke v0.8.1 |
| 849 | 2026-08-12T01:02:39.773Z | Downloaded litemap v0.8.1 |
| 850 | 2026-08-12T01:02:39.778Z | Downloaded openssl-probe v0.1.6 |
| 851 | 2026-08-12T01:02:39.778Z | Downloaded snafu-derive v0.8.9 |
| 852 | 2026-08-12T01:02:39.778Z | Downloaded stable_deref_trait v1.2.1 |
| 853 | 2026-08-12T01:02:39.778Z | Downloaded tokio-tungstenite v0.23.1 |
| 854 | 2026-08-12T01:02:39.778Z | Downloaded packed_struct_codegen v0.10.1 |
| 855 | 2026-08-12T01:02:39.778Z | Downloaded prettyplease v0.2.37 |
| 856 | 2026-08-12T01:02:39.782Z | Downloaded defmt-macros v1.0.1 |
| 857 | 2026-08-12T01:02:39.782Z | Downloaded defmt v1.0.1 |
| 858 | 2026-08-12T01:02:39.782Z | Downloaded thiserror-no-std v2.0.2 |
| 859 | 2026-08-12T01:02:39.782Z | Downloaded tui-tree-widget v0.23.1 |
| 860 | 2026-08-12T01:02:39.787Z | Downloaded zerotrie v0.2.3 |
| 861 | 2026-08-12T01:02:39.787Z | Downloaded strum_macros v0.27.2 |
| 862 | 2026-08-12T01:02:39.788Z | Downloaded md-5 v0.10.6 |
| 863 | 2026-08-12T01:02:39.791Z | Downloaded zerocopy v0.6.6 |
| 864 | 2026-08-12T01:02:39.791Z | Downloaded phf_shared v0.11.3 |
| 865 | 2026-08-12T01:02:39.791Z | Downloaded phf_shared v0.12.1 |
| 866 | 2026-08-12T01:02:39.791Z | Downloaded icu_normalizer v2.1.1 |
| 867 | 2026-08-12T01:02:39.791Z | Downloaded term v1.2.1 |
| 868 | 2026-08-12T01:02:39.795Z | Downloaded time-macros v0.2.27 |
| 869 | 2026-08-12T01:02:39.795Z | Downloaded hickory-resolver v0.24.4 |
| 870 | 2026-08-12T01:02:39.795Z | Downloaded ena v0.14.4 |
| 871 | 2026-08-12T01:02:39.799Z | Downloaded qorb v0.4.1 |
| 872 | 2026-08-12T01:02:39.803Z | Downloaded recursive v0.1.1 |
| 873 | 2026-08-12T01:02:39.803Z | Downloaded rfc6979 v0.4.0 |
| 874 | 2026-08-12T01:02:39.803Z | Downloaded darling_core v0.21.3 |
| 875 | 2026-08-12T01:02:39.803Z | Downloaded postgres-types v0.2.12 |
| 876 | 2026-08-12T01:02:39.806Z | Downloaded omicron-zone-package v0.12.3 |
| 877 | 2026-08-12T01:02:39.806Z | Downloaded num-complex v0.4.6 |
| 878 | 2026-08-12T01:02:39.806Z | Downloaded port-file v0.1.0 |
| 879 | 2026-08-12T01:02:39.810Z | Downloaded secrecy v0.10.3 |
| 880 | 2026-08-12T01:02:39.813Z | Downloaded scopeguard v1.2.0 |
| 881 | 2026-08-12T01:02:39.813Z | Downloaded seq-macro v0.3.6 |
| 882 | 2026-08-12T01:02:39.813Z | Downloaded serde-big-array v0.5.1 |
| 883 | 2026-08-12T01:02:39.813Z | Downloaded icu_collections v2.1.1 |
| 884 | 2026-08-12T01:02:39.816Z | Downloaded strsim v0.10.0 |
| 885 | 2026-08-12T01:02:39.817Z | Downloaded sync_wrapper v1.0.2 |
| 886 | 2026-08-12T01:02:39.817Z | Downloaded crc v3.4.0 |
| 887 | 2026-08-12T01:02:39.820Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 888 | 2026-08-12T01:02:39.826Z | Downloaded resolv-conf v0.7.6 |
| 889 | 2026-08-12T01:02:39.831Z | Downloaded signal-hook-tokio v0.3.1 |
| 890 | 2026-08-12T01:02:39.834Z | Downloaded tagptr v0.2.0 |
| 891 | 2026-08-12T01:02:39.834Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2026-08-12T01:02:39.834Z | Downloaded aes v0.9.1 |
| 893 | 2026-08-12T01:02:39.837Z | Downloaded similar v2.7.0 |
| 894 | 2026-08-12T01:02:39.840Z | Downloaded serde_cbor v0.11.2 |
| 895 | 2026-08-12T01:02:39.841Z | Downloaded ecdsa v0.16.9 |
| 896 | 2026-08-12T01:02:39.841Z | Downloaded trait-variant v0.1.2 |
| 897 | 2026-08-12T01:02:39.844Z | Downloaded icu_provider v2.1.1 |
| 898 | 2026-08-12T01:02:39.844Z | Downloaded crossbeam-channel v0.5.15 |
| 899 | 2026-08-12T01:02:39.847Z | Downloaded bstr v1.12.1 |
| 900 | 2026-08-12T01:02:39.851Z | Downloaded poly1305 v0.8.0 |
| 901 | 2026-08-12T01:02:39.851Z | Downloaded r2d2 v0.8.10 |
| 902 | 2026-08-12T01:02:39.856Z | Downloaded libefi-sys v0.1.0 |
| 903 | 2026-08-12T01:02:39.859Z | Downloaded erased-serde v0.3.31 |
| 904 | 2026-08-12T01:02:39.859Z | Downloaded structmeta v0.3.0 |
| 905 | 2026-08-12T01:02:39.859Z | Downloaded toml_edit v0.19.15 |
| 906 | 2026-08-12T01:02:39.867Z | Downloaded litrs v1.0.0 |
| 907 | 2026-08-12T01:02:39.870Z | Downloaded p384 v0.14.0 |
| 908 | 2026-08-12T01:02:39.870Z | Downloaded typify-macro v0.6.2 |
| 909 | 2026-08-12T01:02:39.873Z | Downloaded unicode-xid v0.2.6 |
| 910 | 2026-08-12T01:02:39.873Z | Downloaded inout v0.2.2 |
| 911 | 2026-08-12T01:02:39.873Z | Downloaded lru v0.12.5 |
| 912 | 2026-08-12T01:02:39.873Z | Downloaded lzss v0.8.2 |
| 913 | 2026-08-12T01:02:39.876Z | Downloaded hickory-resolver v0.25.2 |
| 914 | 2026-08-12T01:02:39.876Z | Downloaded hickory-server v0.25.2 |
| 915 | 2026-08-12T01:02:39.880Z | Downloaded http v1.4.2 |
| 916 | 2026-08-12T01:02:39.883Z | Downloaded schemars_derive v0.8.22 |
| 917 | 2026-08-12T01:02:39.883Z | Downloaded xshell v0.2.7 |
| 918 | 2026-08-12T01:02:39.887Z | Downloaded serde_with v1.14.0 |
| 919 | 2026-08-12T01:02:39.890Z | Downloaded oxide-update-engine v0.1.2 |
| 920 | 2026-08-12T01:02:39.894Z | Downloaded defmt-parser v1.0.0 |
| 921 | 2026-08-12T01:02:39.897Z | Downloaded slog-stdlog v4.1.1 |
| 922 | 2026-08-12T01:02:39.897Z | Downloaded synstructure v0.13.2 |
| 923 | 2026-08-12T01:02:39.897Z | Downloaded dsl_auto_type v0.2.0 |
| 924 | 2026-08-12T01:02:39.901Z | Downloaded ml-kem v0.3.2 |
| 925 | 2026-08-12T01:02:39.901Z | Downloaded rsa v0.9.10 |
| 926 | 2026-08-12T01:02:39.904Z | Downloaded hyper-util v0.1.20 |
| 927 | 2026-08-12T01:02:39.908Z | Downloaded tiny-keccak v2.0.2 |
| 928 | 2026-08-12T01:02:39.908Z | Downloaded instability v0.3.11 |
| 929 | 2026-08-12T01:02:39.908Z | Downloaded proc-macro-crate v3.4.0 |
| 930 | 2026-08-12T01:02:39.908Z | Downloaded progenitor-client v0.14.0 |
| 931 | 2026-08-12T01:02:39.916Z | Downloaded vsss-rs v3.3.4 |
| 932 | 2026-08-12T01:02:39.919Z | Downloaded serde_yaml v0.9.34+deprecated |
| 933 | 2026-08-12T01:02:39.919Z | Downloaded daft-derive v0.1.7 |
| 934 | 2026-08-12T01:02:39.923Z | Downloaded scroll_derive v0.13.1 |
| 935 | 2026-08-12T01:02:39.923Z | Downloaded walkdir v2.5.0 |
| 936 | 2026-08-12T01:02:39.923Z | Downloaded wyz v0.5.1 |
| 937 | 2026-08-12T01:02:39.923Z | Downloaded ppv-lite86 v0.2.21 |
| 938 | 2026-08-12T01:02:39.930Z | Downloaded zstd-safe v7.2.4 |
| 939 | 2026-08-12T01:02:39.935Z | Downloaded darling v0.13.4 |
| 940 | 2026-08-12T01:02:39.935Z | Downloaded progenitor-macro v0.13.0 |
| 941 | 2026-08-12T01:02:39.945Z | Downloaded socket2 v0.5.10 |
| 942 | 2026-08-12T01:02:39.948Z | Downloaded strip-ansi-escapes v0.2.1 |
| 943 | 2026-08-12T01:02:39.948Z | Downloaded testing_table v0.3.0 |
| 944 | 2026-08-12T01:02:39.948Z | Downloaded thread-id v5.1.0 |
| 945 | 2026-08-12T01:02:39.948Z | Downloaded unicode-truncate v1.1.0 |
| 946 | 2026-08-12T01:02:39.951Z | Downloaded tokio-dtrace v0.1.1 |
| 947 | 2026-08-12T01:02:39.955Z | Downloaded russh-util v0.52.0 |
| 948 | 2026-08-12T01:02:39.960Z | Downloaded slog-envlogger v2.2.0 |
| 949 | 2026-08-12T01:02:39.960Z | Downloaded unicode-segmentation v1.12.0 |
| 950 | 2026-08-12T01:02:39.963Z | Downloaded peg-runtime v0.8.5 |
| 951 | 2026-08-12T01:02:39.967Z | Downloaded num-traits v0.2.19 |
| 952 | 2026-08-12T01:02:39.967Z | Downloaded papergrid v0.18.0 |
| 953 | 2026-08-12T01:02:39.970Z | Downloaded parking_lot v0.11.2 |
| 954 | 2026-08-12T01:02:39.970Z | Downloaded parking_lot v0.12.5 |
| 955 | 2026-08-12T01:02:39.970Z | Downloaded memmap2 v0.9.10 |
| 956 | 2026-08-12T01:02:39.973Z | Downloaded multer v3.1.0 |
| 957 | 2026-08-12T01:02:39.974Z | Downloaded tokio-tungstenite v0.21.0 |
| 958 | 2026-08-12T01:02:39.974Z | Downloaded usdt v0.6.0 |
| 959 | 2026-08-12T01:02:39.974Z | Downloaded zeroize_derive v1.5.0 |
| 960 | 2026-08-12T01:02:39.977Z | Downloaded crc8 v0.1.1 |
| 961 | 2026-08-12T01:02:39.977Z | Downloaded rand v0.10.1 |
| 962 | 2026-08-12T01:02:39.977Z | Downloaded hashbrown v0.13.2 |
| 963 | 2026-08-12T01:02:39.981Z | Downloaded phc v0.6.1 |
| 964 | 2026-08-12T01:02:39.981Z | Downloaded password-hash v0.5.0 |
| 965 | 2026-08-12T01:02:39.981Z | Downloaded predicates v3.1.4 |
| 966 | 2026-08-12T01:02:39.984Z | Downloaded data-encoding v2.10.0 |
| 967 | 2026-08-12T01:02:39.984Z | Downloaded dtrace-parser v0.3.0 |
| 968 | 2026-08-12T01:02:39.984Z | Downloaded yoke-derive v0.8.1 |
| 969 | 2026-08-12T01:02:39.984Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 970 | 2026-08-12T01:02:39.984Z | Downloaded darling_macro v0.23.0 |
| 971 | 2026-08-12T01:02:39.989Z | Downloaded zopfli v0.8.3 |
| 972 | 2026-08-12T01:02:39.989Z | Downloaded der v0.7.10 |
| 973 | 2026-08-12T01:02:39.992Z | Downloaded uzers v0.12.2 |
| 974 | 2026-08-12T01:02:39.992Z | Downloaded proc-macro-error2 v2.0.1 |
| 975 | 2026-08-12T01:02:39.995Z | Downloaded rustversion v1.0.22 |
| 976 | 2026-08-12T01:02:39.999Z | Downloaded scrypt v0.12.0 |
| 977 | 2026-08-12T01:02:39.999Z | Downloaded illumos-nvpair v0.3.0 |
| 978 | 2026-08-12T01:02:40.002Z | Downloaded native-tls v0.2.18 |
| 979 | 2026-08-12T01:02:40.003Z | Downloaded crc-any v2.5.0 |
| 980 | 2026-08-12T01:02:40.003Z | Downloaded des v0.9.0 |
| 981 | 2026-08-12T01:02:40.006Z | Downloaded lalrpop-util v0.19.12 |
| 982 | 2026-08-12T01:02:40.006Z | Downloaded progenitor-impl v0.13.0 |
| 983 | 2026-08-12T01:02:40.006Z | Downloaded crossbeam-utils v0.8.21 |
| 984 | 2026-08-12T01:02:40.006Z | Downloaded rustls-pki-types v1.14.0 |
| 985 | 2026-08-12T01:02:40.010Z | Downloaded shlex v1.3.0 |
| 986 | 2026-08-12T01:02:40.010Z | Downloaded slog-async v2.8.0 |
| 987 | 2026-08-12T01:02:40.010Z | Downloaded libloading v0.8.9 |
| 988 | 2026-08-12T01:02:40.010Z | Downloaded nanorand v0.7.0 |
| 989 | 2026-08-12T01:02:40.015Z | Downloaded polyval v0.7.1 |
| 990 | 2026-08-12T01:02:40.027Z | Downloaded dyn-clone v1.0.20 |
| 991 | 2026-08-12T01:02:40.027Z | Downloaded maplit v1.0.2 |
| 992 | 2026-08-12T01:02:40.027Z | Downloaded num-integer v0.1.46 |
| 993 | 2026-08-12T01:02:40.032Z | Downloaded nibble_vec v0.1.0 |
| 994 | 2026-08-12T01:02:40.032Z | Downloaded ecdsa v0.17.0 |
| 995 | 2026-08-12T01:02:40.032Z | Downloaded indexmap v1.9.3 |
| 996 | 2026-08-12T01:02:40.032Z | Downloaded strum_macros v0.26.4 |
| 997 | 2026-08-12T01:02:40.032Z | Downloaded num v0.4.3 |
| 998 | 2026-08-12T01:02:40.032Z | Downloaded aes-gcm v0.11.0 |
| 999 | 2026-08-12T01:02:40.037Z | Downloaded zerocopy-derive v0.8.40 |
| 1000 | 2026-08-12T01:02:40.049Z | Downloaded unicode-properties v0.1.4 |
| 1001 | 2026-08-12T01:02:40.052Z | Downloaded phf v0.13.1 |
| 1002 | 2026-08-12T01:02:40.052Z | Downloaded predicates-tree v1.0.13 |
| 1003 | 2026-08-12T01:02:40.053Z | Downloaded vergen-lib v0.1.6 |
| 1004 | 2026-08-12T01:02:40.053Z | Downloaded nodrop v0.1.14 |
| 1005 | 2026-08-12T01:02:40.053Z | Downloaded zerovec v0.11.5 |
| 1006 | 2026-08-12T01:02:40.053Z | Downloaded aho-corasick v1.1.4 |
| 1007 | 2026-08-12T01:02:40.053Z | Downloaded critical-section v1.2.0 |
| 1008 | 2026-08-12T01:02:40.056Z | Downloaded precomputed-hash v0.1.1 |
| 1009 | 2026-08-12T01:02:40.056Z | Downloaded ref-cast v1.0.25 |
| 1010 | 2026-08-12T01:02:40.060Z | Downloaded progenitor-impl v0.14.0 |
| 1011 | 2026-08-12T01:02:40.060Z | Downloaded unsafe-libyaml v0.2.11 |
| 1012 | 2026-08-12T01:02:40.063Z | Downloaded crossbeam-epoch v0.9.18 |
| 1013 | 2026-08-12T01:02:40.066Z | Downloaded deranged v0.5.8 |
| 1014 | 2026-08-12T01:02:40.070Z | Downloaded ingot v0.2.1 |
| 1015 | 2026-08-12T01:02:40.070Z | Downloaded signature v2.2.0 |
| 1016 | 2026-08-12T01:02:40.084Z | Downloaded secrecy v0.8.0 |
| 1017 | 2026-08-12T01:02:40.084Z | Downloaded russh-cryptovec v0.62.0 |
| 1018 | 2026-08-12T01:02:40.090Z | Downloaded mime_guess v2.0.5 |
| 1019 | 2026-08-12T01:02:40.090Z | Downloaded num-bigint-dig v0.8.6 |
| 1020 | 2026-08-12T01:02:40.090Z | Downloaded hashbrown v0.15.5 |
| 1021 | 2026-08-12T01:02:40.090Z | Downloaded derive_more v0.99.20 |
| 1022 | 2026-08-12T01:02:40.090Z | Downloaded dropshot_endpoint v0.17.1 |
| 1023 | 2026-08-12T01:02:40.107Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1024 | 2026-08-12T01:02:40.107Z | Downloaded quinn v0.11.11 |
| 1025 | 2026-08-12T01:02:40.107Z | Downloaded oso-derive v0.27.3 |
| 1026 | 2026-08-12T01:02:40.107Z | Downloaded owo-colors v4.3.0 |
| 1027 | 2026-08-12T01:02:40.107Z | Downloaded time-core v0.1.8 |
| 1028 | 2026-08-12T01:02:40.110Z | Downloaded embedded-io v0.4.0 |
| 1029 | 2026-08-12T01:02:40.110Z | Downloaded darling_macro v0.21.3 |
| 1030 | 2026-08-12T01:02:40.110Z | Downloaded ctr v0.10.1 |
| 1031 | 2026-08-12T01:02:40.111Z | Downloaded dirs-sys-next v0.1.2 |
| 1032 | 2026-08-12T01:02:40.111Z | Downloaded ed25519 v3.0.0 |
| 1033 | 2026-08-12T01:02:40.111Z | Downloaded ipnet v2.11.0 |
| 1034 | 2026-08-12T01:02:40.111Z | Downloaded match_cfg v0.1.0 |
| 1035 | 2026-08-12T01:02:40.111Z | Downloaded rayon-core v1.13.0 |
| 1036 | 2026-08-12T01:02:40.111Z | Downloaded zerofrom-derive v0.1.6 |
| 1037 | 2026-08-12T01:02:40.111Z | Downloaded cstr-argument v0.1.2 |
| 1038 | 2026-08-12T01:02:40.111Z | Downloaded difflib v0.4.0 |
| 1039 | 2026-08-12T01:02:40.111Z | Downloaded x509-cert v0.2.5 |
| 1040 | 2026-08-12T01:02:40.117Z | Downloaded samael v0.0.19 |
| 1041 | 2026-08-12T01:02:40.117Z | Downloaded peg-macros v0.8.5 |
| 1042 | 2026-08-12T01:02:40.120Z | Downloaded tokio-postgres v0.7.16 |
| 1043 | 2026-08-12T01:02:40.123Z | Downloaded serde_with_macros v3.21.0 |
| 1044 | 2026-08-12T01:02:40.126Z | Downloaded powerfmt v0.2.0 |
| 1045 | 2026-08-12T01:02:40.130Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1046 | 2026-08-12T01:02:40.130Z | Downloaded sponge-cursor v0.1.0 |
| 1047 | 2026-08-12T01:02:40.133Z | Downloaded rtoolbox v0.0.3 |
| 1048 | 2026-08-12T01:02:40.137Z | Downloaded progenitor-client v0.13.0 |
| 1049 | 2026-08-12T01:02:40.137Z | Downloaded expectorate v1.2.0 |
| 1050 | 2026-08-12T01:02:40.140Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1051 | 2026-08-12T01:02:40.140Z | Downloaded enum_dispatch v0.3.13 |
| 1052 | 2026-08-12T01:02:40.143Z | Downloaded git2 v0.20.4 |
| 1053 | 2026-08-12T01:02:40.147Z | Downloaded num_enum v0.7.6 |
| 1054 | 2026-08-12T01:02:40.151Z | Downloaded sec1 v0.8.1 |
| 1055 | 2026-08-12T01:02:40.151Z | Downloaded serde-hex v0.1.0 |
| 1056 | 2026-08-12T01:02:40.151Z | Downloaded strum_macros v0.24.3 |
| 1057 | 2026-08-12T01:02:40.151Z | Downloaded wnaf v0.14.0 |
| 1058 | 2026-08-12T01:02:40.154Z | Downloaded pin-project-internal v1.1.11 |
| 1059 | 2026-08-12T01:02:40.154Z | Downloaded tls_codec_derive v0.4.2 |
| 1060 | 2026-08-12T01:02:40.154Z | Downloaded endian-type v0.1.2 |
| 1061 | 2026-08-12T01:02:40.160Z | Downloaded indicatif v0.18.4 |
| 1062 | 2026-08-12T01:02:40.163Z | Downloaded uuid v1.23.4 |
| 1063 | 2026-08-12T01:02:40.163Z | Downloaded tracing-attributes v0.1.31 |
| 1064 | 2026-08-12T01:02:40.163Z | Downloaded serde_urlencoded v0.7.1 |
| 1065 | 2026-08-12T01:02:40.163Z | Downloaded derive-ex v0.1.8 |
| 1066 | 2026-08-12T01:02:40.167Z | Downloaded slog-bunyan v2.5.0 |
| 1067 | 2026-08-12T01:02:40.167Z | Downloaded structmeta-derive v0.3.0 |
| 1068 | 2026-08-12T01:02:40.167Z | Downloaded indoc v2.0.7 |
| 1069 | 2026-08-12T01:02:40.170Z | Downloaded tap v1.0.1 |
| 1070 | 2026-08-12T01:02:40.171Z | Downloaded der v0.8.0 |
| 1071 | 2026-08-12T01:02:40.176Z | Downloaded ignore v0.4.25 |
| 1072 | 2026-08-12T01:02:40.180Z | Downloaded slog-dtrace v0.3.0 |
| 1073 | 2026-08-12T01:02:40.180Z | Downloaded tokio-rustls v0.26.4 |
| 1074 | 2026-08-12T01:02:40.180Z | Downloaded writeable v0.6.2 |
| 1075 | 2026-08-12T01:02:40.180Z | Downloaded diesel_derives v2.3.7 |
| 1076 | 2026-08-12T01:02:40.184Z | Downloaded rustyline v14.0.0 |
| 1077 | 2026-08-12T01:02:40.187Z | Downloaded h2 v0.4.15 |
| 1078 | 2026-08-12T01:02:40.190Z | Downloaded prefix-trie v0.7.0 |
| 1079 | 2026-08-12T01:02:40.190Z | Downloaded oso v0.27.3 |
| 1080 | 2026-08-12T01:02:40.198Z | Downloaded num-derive v0.4.2 |
| 1081 | 2026-08-12T01:02:40.198Z | Downloaded keccak v0.1.6 |
| 1082 | 2026-08-12T01:02:40.198Z | Downloaded spki v0.8.0 |
| 1083 | 2026-08-12T01:02:40.199Z | Downloaded whoami v2.1.0 |
| 1084 | 2026-08-12T01:02:40.199Z | Downloaded hashbrown v0.16.1 |
| 1085 | 2026-08-12T01:02:40.202Z | Downloaded module-lattice v0.2.3 |
| 1086 | 2026-08-12T01:02:40.205Z | Downloaded potential_utf v0.1.4 |
| 1087 | 2026-08-12T01:02:40.208Z | Downloaded rustc_version v0.4.1 |
| 1088 | 2026-08-12T01:02:40.208Z | Downloaded primefield v0.14.0 |
| 1089 | 2026-08-12T01:02:40.212Z | Downloaded iri-string v0.7.10 |
| 1090 | 2026-08-12T01:02:40.215Z | Downloaded subprocess v0.2.15 |
| 1091 | 2026-08-12T01:02:40.219Z | Downloaded packed_struct v0.10.1 |
| 1092 | 2026-08-12T01:02:40.219Z | Downloaded parking_lot_core v0.8.6 |
| 1093 | 2026-08-12T01:02:40.222Z | Downloaded termtree v0.5.1 |
| 1094 | 2026-08-12T01:02:40.222Z | Downloaded unarray v0.1.4 |
| 1095 | 2026-08-12T01:02:40.223Z | Downloaded universal-hash v0.6.1 |
| 1096 | 2026-08-12T01:02:40.226Z | Downloaded memoffset v0.9.1 |
| 1097 | 2026-08-12T01:02:40.226Z | Downloaded universal-hash v0.5.1 |
| 1098 | 2026-08-12T01:02:40.226Z | Downloaded digest-io v0.1.0 |
| 1099 | 2026-08-12T01:02:40.226Z | Downloaded internet-checksum v0.2.1 |
| 1100 | 2026-08-12T01:02:40.229Z | Downloaded socket2 v0.6.3 |
| 1101 | 2026-08-12T01:02:40.232Z | Downloaded zip v0.6.6 |
| 1102 | 2026-08-12T01:02:40.235Z | Downloaded darling_core v0.20.11 |
| 1103 | 2026-08-12T01:02:40.235Z | Downloaded usdt-impl v0.6.0 |
| 1104 | 2026-08-12T01:02:40.241Z | Downloaded yasna v0.5.2 |
| 1105 | 2026-08-12T01:02:40.241Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1106 | 2026-08-12T01:02:40.241Z | Downloaded vergen-git2 v9.1.0 |
| 1107 | 2026-08-12T01:02:40.241Z | Downloaded zstd v0.13.3 |
| 1108 | 2026-08-12T01:02:40.244Z | Downloaded darling v0.20.11 |
| 1109 | 2026-08-12T01:02:40.247Z | Downloaded percent-encoding v2.3.2 |
| 1110 | 2026-08-12T01:02:40.251Z | Downloaded siphasher v1.0.2 |
| 1111 | 2026-08-12T01:02:40.251Z | Downloaded derive_builder_core v0.20.2 |
| 1112 | 2026-08-12T01:02:40.254Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1113 | 2026-08-12T01:02:40.259Z | Downloaded miniz_oxide v0.8.9 |
| 1114 | 2026-08-12T01:02:40.264Z | Downloaded derive_more-impl v2.1.1 |
| 1115 | 2026-08-12T01:02:40.267Z | Downloaded lock_api v0.4.14 |
| 1116 | 2026-08-12T01:02:40.267Z | Downloaded nonempty v0.12.0 |
| 1117 | 2026-08-12T01:02:40.267Z | Downloaded num_enum v0.5.11 |
| 1118 | 2026-08-12T01:02:40.270Z | Downloaded static_assertions v1.1.0 |
| 1119 | 2026-08-12T01:02:40.270Z | Downloaded term v0.7.0 |
| 1120 | 2026-08-12T01:02:40.273Z | Downloaded idna_adapter v1.2.1 |
| 1121 | 2026-08-12T01:02:40.276Z | Downloaded openssl-macros v0.1.1 |
| 1122 | 2026-08-12T01:02:40.276Z | Downloaded pbkdf2 v0.13.0 |
| 1123 | 2026-08-12T01:02:40.279Z | Downloaded linked-hash-map v0.5.6 |
| 1124 | 2026-08-12T01:02:40.283Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1125 | 2026-08-12T01:02:40.286Z | Downloaded slog-term v2.9.2 |
| 1126 | 2026-08-12T01:02:40.291Z | Downloaded schemars v1.2.1 |
| 1127 | 2026-08-12T01:02:40.299Z | Downloaded tinyvec v1.10.0 |
| 1128 | 2026-08-12T01:02:40.304Z | Downloaded csv-core v0.1.13 |
| 1129 | 2026-08-12T01:02:40.307Z | Downloaded derive_builder v0.20.2 |
| 1130 | 2026-08-12T01:02:40.310Z | Downloaded cookie v0.18.1 |
| 1131 | 2026-08-12T01:02:40.314Z | Downloaded derive_more v2.1.1 |
| 1132 | 2026-08-12T01:02:40.318Z | Downloaded subtle v2.6.1 |
| 1133 | 2026-08-12T01:02:40.321Z | Downloaded topological-sort v0.2.2 |
| 1134 | 2026-08-12T01:02:40.321Z | Downloaded elliptic-curve v0.14.1 |
| 1135 | 2026-08-12T01:02:40.321Z | Downloaded xshell-macros v0.2.7 |
| 1136 | 2026-08-12T01:02:40.321Z | Downloaded rfc6979 v0.6.0 |
| 1137 | 2026-08-12T01:02:40.324Z | Downloaded psm v0.1.30 |
| 1138 | 2026-08-12T01:02:40.324Z | Downloaded serde_path_to_error v0.1.20 |
| 1139 | 2026-08-12T01:02:40.324Z | Downloaded icu_properties_data v2.1.2 |
| 1140 | 2026-08-12T01:02:40.330Z | Downloaded url v2.5.8 |
| 1141 | 2026-08-12T01:02:40.335Z | Downloaded serde_with v3.21.0 |
| 1142 | 2026-08-12T01:02:40.338Z | Downloaded libsw-core v0.3.2 |
| 1143 | 2026-08-12T01:02:40.339Z | Downloaded num-bigint v0.4.6 |
| 1144 | 2026-08-12T01:02:40.342Z | Downloaded try-lock v0.2.5 |
| 1145 | 2026-08-12T01:02:40.342Z | Downloaded derive_builder_macro v0.20.2 |
| 1146 | 2026-08-12T01:02:40.342Z | Downloaded smf v0.2.3 |
| 1147 | 2026-08-12T01:02:40.342Z | Downloaded libm v0.2.16 |
| 1148 | 2026-08-12T01:02:40.346Z | Downloaded pretty_assertions v1.4.1 |
| 1149 | 2026-08-12T01:02:40.349Z | Downloaded keccak v0.2.0 |
| 1150 | 2026-08-12T01:02:40.349Z | Downloaded corncobs v0.1.4 |
| 1151 | 2026-08-12T01:02:40.349Z | Downloaded aws-lc-rs v1.16.3 |
| 1152 | 2026-08-12T01:02:40.354Z | Downloaded bindgen v0.71.1 |
| 1153 | 2026-08-12T01:02:40.359Z | Downloaded hyper v1.10.1 |
| 1154 | 2026-08-12T01:02:40.362Z | Downloaded tracing-core v0.1.36 |
| 1155 | 2026-08-12T01:02:40.365Z | Downloaded pkcs5 v0.8.1 |
| 1156 | 2026-08-12T01:02:40.365Z | Downloaded inout v0.1.4 |
| 1157 | 2026-08-12T01:02:40.369Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-08-12T01:02:40.369Z | Downloaded num-iter v0.1.45 |
| 1159 | 2026-08-12T01:02:40.369Z | Downloaded olpc-cjson v0.1.4 |
| 1160 | 2026-08-12T01:02:40.373Z | Downloaded serde_derive_internals v0.29.1 |
| 1161 | 2026-08-12T01:02:40.373Z | Downloaded displaydoc v0.2.5 |
| 1162 | 2026-08-12T01:02:40.373Z | Downloaded maybe-uninit v2.0.0 |
| 1163 | 2026-08-12T01:02:40.373Z | Downloaded darling v0.23.0 |
| 1164 | 2026-08-12T01:02:40.376Z | Downloaded drift v0.2.0 |
| 1165 | 2026-08-12T01:02:40.380Z | Downloaded ref-cast-impl v1.0.25 |
| 1166 | 2026-08-12T01:02:40.387Z | Downloaded sqlformat v0.3.5 |
| 1167 | 2026-08-12T01:02:40.387Z | Downloaded stacker v0.1.23 |
| 1168 | 2026-08-12T01:02:40.387Z | Downloaded smallvec v1.15.1 |
| 1169 | 2026-08-12T01:02:40.387Z | Downloaded sha1 v0.11.0 |
| 1170 | 2026-08-12T01:02:40.387Z | Downloaded peg v0.8.5 |
| 1171 | 2026-08-12T01:02:40.391Z | Downloaded parse-size v1.1.0 |
| 1172 | 2026-08-12T01:02:40.391Z | Downloaded serde_repr v0.1.20 |
| 1173 | 2026-08-12T01:02:40.391Z | Downloaded hkdf v0.12.4 |
| 1174 | 2026-08-12T01:02:40.391Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1175 | 2026-08-12T01:02:40.391Z | Downloaded reqwest v0.12.28 |
| 1176 | 2026-08-12T01:02:40.804Z | Downloaded blake3 v1.8.5 |
| 1177 | 2026-08-12T01:02:40.804Z | Downloaded bitvec v1.0.1 |
| 1178 | 2026-08-12T01:02:40.804Z | Downloaded p521 v0.14.0 |
| 1179 | 2026-08-12T01:02:40.804Z | Downloaded tokio-macros v2.7.0 |
| 1180 | 2026-08-12T01:02:40.804Z | Downloaded signal-hook-registry v1.4.8 |
| 1181 | 2026-08-12T01:02:40.804Z | Downloaded crc32fast v1.5.0 |
| 1182 | 2026-08-12T01:02:40.804Z | Downloaded quick-error v1.2.3 |
| 1183 | 2026-08-12T01:02:40.804Z | Downloaded hkdf v0.13.0 |
| 1184 | 2026-08-12T01:02:40.804Z | Downloaded libsw v3.5.0 |
| 1185 | 2026-08-12T01:02:40.804Z | Downloaded nu-ansi-term v0.50.3 |
| 1186 | 2026-08-12T01:02:40.804Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1187 | 2026-08-12T01:02:40.804Z | Downloaded kem v0.3.0 |
| 1188 | 2026-08-12T01:02:40.804Z | Downloaded pin-project v1.1.11 |
| 1189 | 2026-08-12T01:02:40.804Z | Downloaded rsa v0.10.0-rc.18 |
| 1190 | 2026-08-12T01:02:40.804Z | Downloaded ron v0.8.1 |
| 1191 | 2026-08-12T01:02:40.804Z | Downloaded signal-hook v0.3.18 |
| 1192 | 2026-08-12T01:02:40.804Z | Downloaded diff v0.1.13 |
| 1193 | 2026-08-12T01:02:40.804Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1194 | 2026-08-12T01:02:40.805Z | Downloaded serde_with_macros v1.5.2 |
| 1195 | 2026-08-12T01:02:40.805Z | Downloaded zeroize v1.9.0 |
| 1196 | 2026-08-12T01:02:40.805Z | Downloaded thread_local v1.1.9 |
| 1197 | 2026-08-12T01:02:40.805Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-08-12T01:02:40.805Z | Downloaded diesel-dtrace v0.5.0 |
| 1199 | 2026-08-12T01:02:40.805Z | Downloaded support-bundle-viewer v0.1.2 |
| 1200 | 2026-08-12T01:02:40.805Z | Downloaded quinn-udp v0.5.14 |
| 1201 | 2026-08-12T01:02:40.805Z | Downloaded salty v0.3.0 |
| 1202 | 2026-08-12T01:02:40.805Z | Downloaded schemars v0.8.22 |
| 1203 | 2026-08-12T01:02:40.805Z | Downloaded pkcs8 v0.10.2 |
| 1204 | 2026-08-12T01:02:40.805Z | Downloaded tower-http v0.6.8 |
| 1205 | 2026-08-12T01:02:40.805Z | Downloaded unicode_categories v0.1.1 |
| 1206 | 2026-08-12T01:02:40.805Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1207 | 2026-08-12T01:02:40.805Z | Downloaded vergen-gitcl v1.0.8 |
| 1208 | 2026-08-12T01:02:40.805Z | Downloaded env_logger v0.11.9 |
| 1209 | 2026-08-12T01:02:40.805Z | Downloaded elliptic-curve v0.13.8 |
| 1210 | 2026-08-12T01:02:40.805Z | Downloaded twox-hash v2.1.2 |
| 1211 | 2026-08-12T01:02:40.805Z | Downloaded crossterm v0.28.1 |
| 1212 | 2026-08-12T01:02:40.805Z | Downloaded unicode-normalization v0.1.25 |
| 1213 | 2026-08-12T01:02:40.805Z | Downloaded tar v0.4.46 |
| 1214 | 2026-08-12T01:02:40.805Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-08-12T01:02:40.805Z | Downloaded linear-map v1.2.0 |
| 1216 | 2026-08-12T01:02:40.805Z | Downloaded chrono v0.4.45 |
| 1217 | 2026-08-12T01:02:40.805Z | Downloaded derive-where v1.6.0 |
| 1218 | 2026-08-12T01:02:40.805Z | Downloaded ed25519-dalek v2.2.0 |
| 1219 | 2026-08-12T01:02:40.805Z | Downloaded minimal-lexical v0.2.1 |
| 1220 | 2026-08-12T01:02:40.805Z | Downloaded slog v2.8.2 |
| 1221 | 2026-08-12T01:02:40.805Z | Downloaded itertools v0.15.0 |
| 1222 | 2026-08-12T01:02:40.805Z | Downloaded tough v0.22.0 |
| 1223 | 2026-08-12T01:02:40.805Z | Downloaded tabled v0.21.0 |
| 1224 | 2026-08-12T01:02:40.806Z | Downloaded scuffle v0.1.0 |
| 1225 | 2026-08-12T01:02:40.806Z | Downloaded cookie_store v0.22.1 |
| 1226 | 2026-08-12T01:02:40.806Z | Downloaded typify v0.6.2 |
| 1227 | 2026-08-12T01:02:40.806Z | Downloaded nom v8.0.0 |
| 1228 | 2026-08-12T01:02:40.806Z | Downloaded typed-path v0.9.3 |
| 1229 | 2026-08-12T01:02:40.806Z | Downloaded dropshot-api-manager v0.7.2 |
| 1230 | 2026-08-12T01:02:40.806Z | Downloaded zip v4.6.1 |
| 1231 | 2026-08-12T01:02:40.806Z | Downloaded crypto-primes v0.7.2 |
| 1232 | 2026-08-12T01:02:40.806Z | Downloaded darling_core v0.13.4 |
| 1233 | 2026-08-12T01:02:40.806Z | Downloaded test-strategy v0.4.5 |
| 1234 | 2026-08-12T01:02:40.806Z | Downloaded mio v1.2.0 |
| 1235 | 2026-08-12T01:02:40.806Z | Downloaded reqwest v0.13.2 |
| 1236 | 2026-08-12T01:02:40.806Z | Downloaded regex v1.12.3 |
| 1237 | 2026-08-12T01:02:40.806Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1238 | 2026-08-12T01:02:40.806Z | Downloaded rand v0.8.6 |
| 1239 | 2026-08-12T01:02:40.806Z | Downloaded sha3 v0.12.0 |
| 1240 | 2026-08-12T01:02:40.806Z | Downloaded darling_core v0.23.0 |
| 1241 | 2026-08-12T01:02:40.806Z | Downloaded yansi v1.0.1 |
| 1242 | 2026-08-12T01:02:40.806Z | Downloaded schemars v0.9.0 |
| 1243 | 2026-08-12T01:02:40.806Z | Downloaded crypto-bigint v0.5.5 |
| 1244 | 2026-08-12T01:02:40.806Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1245 | 2026-08-12T01:02:40.806Z | Downloaded reedline v0.40.0 |
| 1246 | 2026-08-12T01:02:40.806Z | Downloaded steno v0.4.1 |
| 1247 | 2026-08-12T01:02:40.806Z | Downloaded tower v0.5.3 |
| 1248 | 2026-08-12T01:02:40.806Z | Downloaded tokio-util v0.7.18 |
| 1249 | 2026-08-12T01:02:40.806Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1250 | 2026-08-12T01:02:40.806Z | Downloaded ed25519-dalek v3.0.0 |
| 1251 | 2026-08-12T01:02:40.806Z | Downloaded time v0.3.47 |
| 1252 | 2026-08-12T01:02:40.806Z | Downloaded portable-atomic v1.13.1 |
| 1253 | 2026-08-12T01:02:40.806Z | Downloaded moka v0.12.13 |
| 1254 | 2026-08-12T01:02:40.806Z | Downloaded itertools v0.14.0 |
| 1255 | 2026-08-12T01:02:40.806Z | Downloaded itertools v0.13.0 |
| 1256 | 2026-08-12T01:02:40.806Z | Downloaded iddqd v0.4.2 |
| 1257 | 2026-08-12T01:02:40.806Z | Downloaded goblin v0.10.5 |
| 1258 | 2026-08-12T01:02:40.807Z | Downloaded itertools v0.10.5 |
| 1259 | 2026-08-12T01:02:40.807Z | Downloaded nom v7.1.3 |
| 1260 | 2026-08-12T01:02:40.807Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1261 | 2026-08-12T01:02:40.807Z | Downloaded itertools v0.12.1 |
| 1262 | 2026-08-12T01:02:40.807Z | Downloaded jiff-core v0.1.0 |
| 1263 | 2026-08-12T01:02:40.807Z | Downloaded libxml v0.3.3 |
| 1264 | 2026-08-12T01:02:40.807Z | Downloaded rand v0.9.2 |
| 1265 | 2026-08-12T01:02:40.807Z | Downloaded idna v1.1.0 |
| 1266 | 2026-08-12T01:02:40.807Z | Downloaded openapiv3 v2.2.0 |
| 1267 | 2026-08-12T01:02:40.807Z | Downloaded regex-syntax v0.6.29 |
| 1268 | 2026-08-12T01:02:40.807Z | Downloaded quinn-proto v0.11.16 |
| 1269 | 2026-08-12T01:02:40.810Z | Downloaded winnow v0.6.26 |
| 1270 | 2026-08-12T01:02:40.810Z | Downloaded quick-xml v0.37.5 |
| 1271 | 2026-08-12T01:02:40.814Z | Downloaded rayon v1.11.0 |
| 1272 | 2026-08-12T01:02:40.819Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-08-12T01:02:40.823Z | Downloaded proptest v1.11.0 |
| 1274 | 2026-08-12T01:02:40.827Z | Downloaded winnow v0.5.40 |
| 1275 | 2026-08-12T01:02:40.836Z | Downloaded lalrpop v0.19.12 |
| 1276 | 2026-08-12T01:02:40.840Z | Downloaded crossterm v0.29.0 |
| 1277 | 2026-08-12T01:02:40.843Z | Downloaded winnow v1.0.3 |
| 1278 | 2026-08-12T01:02:40.848Z | Downloaded rawzip v0.4.4 |
| 1279 | 2026-08-12T01:02:40.856Z | Downloaded zerocopy v0.8.40 |
| 1280 | 2026-08-12T01:02:40.891Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-08-12T01:02:40.903Z | Downloaded polar-core v0.27.3 |
| 1282 | 2026-08-12T01:02:40.907Z | Downloaded russh v0.62.4 |
| 1283 | 2026-08-12T01:02:40.912Z | Downloaded object v0.30.4 |
| 1284 | 2026-08-12T01:02:40.918Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-08-12T01:02:40.929Z | Downloaded petname v2.0.2 |
| 1286 | 2026-08-12T01:02:40.932Z | Downloaded regress v0.11.1 |
| 1287 | 2026-08-12T01:02:40.947Z | Downloaded vcpkg v0.2.15 |
| 1288 | 2026-08-12T01:02:40.971Z | Downloaded sled v0.34.7 |
| 1289 | 2026-08-12T01:02:40.974Z | Downloaded nix v0.27.1 |
| 1290 | 2026-08-12T01:02:40.981Z | Downloaded curve25519-dalek v4.1.3 |
| 1291 | 2026-08-12T01:02:40.985Z | Downloaded radix_trie v0.2.1 |
| 1292 | 2026-08-12T01:02:40.988Z | Downloaded smoltcp v0.11.0 |
| 1293 | 2026-08-12T01:02:41.000Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-08-12T01:02:41.007Z | Downloaded hickory-proto v0.24.4 |
| 1295 | 2026-08-12T01:02:41.017Z | Downloaded object v0.37.3 |
| 1296 | 2026-08-12T01:02:41.022Z | Downloaded regress v0.10.5 |
| 1297 | 2026-08-12T01:02:41.028Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-08-12T01:02:41.039Z | Downloaded diesel v2.3.7 |
| 1299 | 2026-08-12T01:02:41.045Z | Downloaded nix v0.28.0 |
| 1300 | 2026-08-12T01:02:41.051Z | Downloaded openssl v0.10.80 |
| 1301 | 2026-08-12T01:02:41.056Z | Downloaded nix v0.31.2 |
| 1302 | 2026-08-12T01:02:41.063Z | Downloaded sqlparser v0.61.0 |
| 1303 | 2026-08-12T01:02:41.071Z | Downloaded rustls v0.23.41 |
| 1304 | 2026-08-12T01:02:41.074Z | Downloaded tracing v0.1.44 |
| 1305 | 2026-08-12T01:02:41.084Z | Downloaded crypto-bigint v0.7.5 |
| 1306 | 2026-08-12T01:02:41.095Z | Downloaded rustix v0.38.44 |
| 1307 | 2026-08-12T01:02:41.104Z | Downloaded curve25519-dalek v5.0.0 |
| 1308 | 2026-08-12T01:02:41.109Z | Downloaded zerocopy-derive v0.6.6 |
| 1309 | 2026-08-12T01:02:41.114Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1310 | 2026-08-12T01:02:41.120Z | Downloaded dropshot v0.17.1 |
| 1311 | 2026-08-12T01:02:41.132Z | Downloaded sha3 v0.11.0 |
| 1312 | 2026-08-12T01:02:41.155Z | Downloaded regex-automata v0.4.14 |
| 1313 | 2026-08-12T01:02:41.165Z | Downloaded chrono-tz v0.10.4 |
| 1314 | 2026-08-12T01:02:41.172Z | Downloaded ratatui v0.29.0 |
| 1315 | 2026-08-12T01:02:41.185Z | Downloaded petgraph v0.6.5 |
| 1316 | 2026-08-12T01:02:41.202Z | Downloaded jiff v0.2.34 |
| 1317 | 2026-08-12T01:02:41.227Z | Downloaded libz-sys v1.1.24 |
| 1318 | 2026-08-12T01:02:41.238Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1319 | 2026-08-12T01:02:41.248Z | Downloaded tokio v1.52.1 |
| 1320 | 2026-08-12T01:02:41.269Z | Downloaded csv v1.4.0 |
| 1321 | 2026-08-12T01:02:41.280Z | Downloaded petgraph v0.8.3 |
| 1322 | 2026-08-12T01:02:41.292Z | Downloaded sha3 v0.10.8 |
| 1323 | 2026-08-12T01:02:41.307Z | Downloaded encoding_rs v0.8.35 |
| 1324 | 2026-08-12T01:02:41.331Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1325 | 2026-08-12T01:02:41.362Z | Downloaded ring v0.17.14 |
| 1326 | 2026-08-12T01:02:41.830Z | Downloaded aws-lc-sys v0.40.0 |
| 1327 | 2026-08-12T01:02:42.087Z | Compiling serde_core v1.0.228 |
| 1328 | 2026-08-12T01:02:42.087Z | Compiling libc v0.2.185 |
| 1329 | 2026-08-12T01:02:42.087Z | Compiling serde v1.0.228 |
| 1330 | 2026-08-12T01:02:42.090Z | Compiling log v0.4.29 |
| 1331 | 2026-08-12T01:02:42.090Z | Compiling smallvec v1.15.1 |
| 1332 | 2026-08-12T01:02:42.090Z | Compiling find-msvc-tools v0.1.9 |
| 1333 | 2026-08-12T01:02:42.090Z | Compiling shlex v1.3.0 |
| 1334 | 2026-08-12T01:02:42.230Z | Compiling syn v2.0.117 |
| 1335 | 2026-08-12T01:02:42.466Z | Compiling subtle v2.6.1 |
| 1336 | 2026-08-12T01:02:42.469Z | Compiling scopeguard v1.2.0 |
| 1337 | 2026-08-12T01:02:42.493Z | Compiling typenum v1.20.1 |
| 1338 | 2026-08-12T01:02:42.528Z | Compiling stable_deref_trait v1.2.1 |
| 1339 | 2026-08-12T01:02:42.558Z | Compiling zerocopy v0.8.40 |
| 1340 | 2026-08-12T01:02:42.600Z | Compiling lock_api v0.4.14 |
| 1341 | 2026-08-12T01:02:42.614Z | Compiling portable-atomic v1.13.1 |
| 1342 | 2026-08-12T01:02:42.643Z | Compiling serde_json v1.0.151 |
| 1343 | 2026-08-12T01:02:42.845Z | Compiling critical-section v1.2.0 |
| 1344 | 2026-08-12T01:02:42.861Z | Compiling libm v0.2.16 |
| 1345 | 2026-08-12T01:02:42.958Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-08-12T01:02:42.988Z | Compiling pkg-config v0.3.32 |
| 1347 | 2026-08-12T01:02:43.064Z | Compiling errno v0.3.14 |
| 1348 | 2026-08-12T01:02:43.129Z | Compiling jobserver v0.1.34 |
| 1349 | 2026-08-12T01:02:43.168Z | Compiling getrandom v0.2.17 |
| 1350 | 2026-08-12T01:02:43.308Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-08-12T01:02:43.391Z | Compiling cc v1.2.56 |
| 1352 | 2026-08-12T01:02:43.538Z | Compiling generic-array v0.14.7 |
| 1353 | 2026-08-12T01:02:43.574Z | Compiling getrandom v0.4.1 |
| 1354 | 2026-08-12T01:02:43.662Z | Compiling once_cell v1.21.3 |
| 1355 | 2026-08-12T01:02:43.691Z | Compiling parking_lot_core v0.9.12 |
| 1356 | 2026-08-12T01:02:43.721Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-08-12T01:02:43.873Z | Compiling pin-project-lite v0.2.17 |
| 1358 | 2026-08-12T01:02:43.972Z | Compiling rand_core v0.10.0 |
| 1359 | 2026-08-12T01:02:44.266Z | Compiling signal-hook-registry v1.4.8 |
| 1360 | 2026-08-12T01:02:44.301Z | Compiling bitflags v2.11.0 |
| 1361 | 2026-08-12T01:02:44.426Z | Compiling futures-core v0.3.32 |
| 1362 | 2026-08-12T01:02:44.442Z | Compiling writeable v0.6.2 |
| 1363 | 2026-08-12T01:02:44.525Z | Compiling litemap v0.8.1 |
| 1364 | 2026-08-12T01:02:44.528Z | Compiling percent-encoding v2.3.2 |
| 1365 | 2026-08-12T01:02:44.562Z | Compiling semver v1.0.28 |
| 1366 | 2026-08-12T01:02:44.575Z | Compiling parking_lot v0.12.5 |
| 1367 | 2026-08-12T01:02:44.633Z | Compiling mio v1.2.0 |
| 1368 | 2026-08-12T01:02:44.710Z | Compiling icu_properties_data v2.1.2 |
| 1369 | 2026-08-12T01:02:44.727Z | Compiling icu_normalizer_data v2.1.1 |
| 1370 | 2026-08-12T01:02:44.872Z | Compiling socket2 v0.6.3 |
| 1371 | 2026-08-12T01:02:44.905Z | Compiling getrandom v0.3.4 |
| 1372 | 2026-08-12T01:02:44.947Z | Compiling futures-sink v0.3.32 |
| 1373 | 2026-08-12T01:02:45.035Z | Compiling synstructure v0.13.2 |
| 1374 | 2026-08-12T01:02:45.051Z | Compiling indexmap v2.14.0 |
| 1375 | 2026-08-12T01:02:45.064Z | Compiling futures-channel v0.3.32 |
| 1376 | 2026-08-12T01:02:45.089Z | Compiling futures-task v0.3.32 |
| 1377 | 2026-08-12T01:02:45.259Z | Compiling rustix v1.1.3 |
| 1378 | 2026-08-12T01:02:45.270Z | Compiling utf8_iter v1.0.4 |
| 1379 | 2026-08-12T01:02:45.287Z | Compiling futures-io v0.3.32 |
| 1380 | 2026-08-12T01:02:45.414Z | Compiling slab v0.4.12 |
| 1381 | 2026-08-12T01:02:45.444Z | Compiling form_urlencoded v1.2.2 |
| 1382 | 2026-08-12T01:02:45.460Z | Compiling rustversion v1.0.22 |
| 1383 | 2026-08-12T01:02:45.585Z | Compiling base64ct v1.8.3 |
| 1384 | 2026-08-12T01:02:45.614Z | Compiling iana-time-zone v0.1.65 |
| 1385 | 2026-08-12T01:02:45.628Z | Compiling cmake v0.1.57 |
| 1386 | 2026-08-12T01:02:45.691Z | Compiling flagset v0.4.7 |
| 1387 | 2026-08-12T01:02:45.742Z | Compiling dunce v1.0.5 |
| 1388 | 2026-08-12T01:02:45.864Z | Compiling ident_case v1.0.1 |
| 1389 | 2026-08-12T01:02:45.879Z | Compiling regex-syntax v0.8.10 |
| 1390 | 2026-08-12T01:02:45.893Z | Compiling pem-rfc7468 v0.7.0 |
| 1391 | 2026-08-12T01:02:45.944Z | Compiling fs_extra v1.3.0 |
| 1392 | 2026-08-12T01:02:45.982Z | Compiling rand_core v0.9.5 |
| 1393 | 2026-08-12T01:02:46.102Z | Compiling uuid v1.23.4 |
| 1394 | 2026-08-12T01:02:46.208Z | Compiling base64 v0.22.1 |
| 1395 | 2026-08-12T01:02:46.225Z | Compiling aws-lc-sys v0.40.0 |
| 1396 | 2026-08-12T01:02:46.262Z | Compiling vcpkg v0.2.15 |
| 1397 | 2026-08-12T01:02:46.510Z | Compiling syn v1.0.109 |
| 1398 | 2026-08-12T01:02:46.538Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2026-08-12T01:02:46.785Z | Compiling serde_derive v1.0.228 |
| 1400 | 2026-08-12T01:02:46.800Z | Compiling zeroize_derive v1.5.0 |
| 1401 | 2026-08-12T01:02:46.819Z | Compiling zerocopy-derive v0.8.40 |
| 1402 | 2026-08-12T01:02:47.004Z | Compiling zerofrom-derive v0.1.6 |
| 1403 | 2026-08-12T01:02:47.050Z | Compiling yoke-derive v0.8.1 |
| 1404 | 2026-08-12T01:02:47.447Z | Compiling zerovec-derive v0.11.2 |
| 1405 | 2026-08-12T01:02:47.462Z | Compiling displaydoc v0.2.5 |
| 1406 | 2026-08-12T01:02:48.218Z | Compiling tokio-macros v2.7.0 |
| 1407 | 2026-08-12T01:02:48.232Z | Compiling futures-macro v0.3.32 |
| 1408 | 2026-08-12T01:02:48.246Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-08-12T01:02:48.414Z | Compiling zerofrom v0.1.6 |
| 1410 | 2026-08-12T01:02:48.547Z | Compiling yoke v0.8.1 |
| 1411 | 2026-08-12T01:02:48.575Z | Compiling thiserror-impl v2.0.18 |
| 1412 | 2026-08-12T01:02:48.734Z | Compiling zerovec v0.11.5 |
| 1413 | 2026-08-12T01:02:48.967Z | Compiling zerotrie v0.2.3 |
| 1414 | 2026-08-12T01:02:49.046Z | Compiling futures-util v0.3.32 |
| 1415 | 2026-08-12T01:02:49.223Z | Compiling tinystr v0.8.2 |
| 1416 | 2026-08-12T01:02:49.248Z | Compiling potential_utf v0.1.4 |
| 1417 | 2026-08-12T01:02:49.264Z | Compiling openssl-sys v0.9.117 |
| 1418 | 2026-08-12T01:02:49.413Z | Compiling icu_locale_core v2.1.1 |
| 1419 | 2026-08-12T01:02:49.428Z | Compiling icu_collections v2.1.1 |
| 1420 | 2026-08-12T01:02:49.832Z | Compiling tracing-attributes v0.1.31 |
| 1421 | 2026-08-12T01:02:49.896Z | Compiling rustc_version v0.4.1 |
| 1422 | 2026-08-12T01:02:49.913Z | Compiling thiserror v2.0.18 |
| 1423 | 2026-08-12T01:02:50.021Z | Compiling icu_provider v2.1.1 |
| 1424 | 2026-08-12T01:02:50.206Z | Compiling tracing-core v0.1.36 |
| 1425 | 2026-08-12T01:02:50.277Z | Compiling zeroize v1.9.0 |
| 1426 | 2026-08-12T01:02:50.312Z | Compiling bytes v1.11.1 |
| 1427 | 2026-08-12T01:02:50.353Z | Compiling icu_properties v2.1.2 |
| 1428 | 2026-08-12T01:02:50.745Z | Compiling icu_normalizer v2.1.1 |
| 1429 | 2026-08-12T01:02:50.971Z | Compiling tokio v1.52.1 |
| 1430 | 2026-08-12T01:02:51.115Z | Compiling block-buffer v0.10.4 |
| 1431 | 2026-08-12T01:02:51.187Z | Compiling crypto-common v0.1.7 |
| 1432 | 2026-08-12T01:02:51.292Z | Compiling idna_adapter v1.2.1 |
| 1433 | 2026-08-12T01:02:51.292Z | Compiling ppv-lite86 v0.2.21 |
| 1434 | 2026-08-12T01:02:51.346Z | Compiling digest v0.10.7 |
| 1435 | 2026-08-12T01:02:51.361Z | Compiling chrono v0.4.45 |
| 1436 | 2026-08-12T01:02:51.404Z | Compiling der v0.7.10 |
| 1437 | 2026-08-12T01:02:51.444Z | Compiling idna v1.1.0 |
| 1438 | 2026-08-12T01:02:51.461Z | Compiling http v1.4.2 |
| 1439 | 2026-08-12T01:02:51.601Z | Compiling rand_chacha v0.9.0 |
| 1440 | 2026-08-12T01:02:51.620Z | Compiling aws-lc-rs v1.16.3 |
| 1441 | 2026-08-12T01:02:51.926Z | Compiling url v2.5.8 |
| 1442 | 2026-08-12T01:02:52.114Z | Compiling dyn-clone v1.0.20 |
| 1443 | 2026-08-12T01:02:52.255Z | Compiling spki v0.7.3 |
| 1444 | 2026-08-12T01:02:52.308Z | Compiling cpufeatures v0.2.17 |
| 1445 | 2026-08-12T01:02:52.372Z | Compiling schemars v0.8.22 |
| 1446 | 2026-08-12T01:02:52.387Z | Compiling http-body v1.0.1 |
| 1447 | 2026-08-12T01:02:52.464Z | Compiling pkcs8 v0.10.2 |
| 1448 | 2026-08-12T01:02:52.533Z | Compiling rand v0.9.2 |
| 1449 | 2026-08-12T01:02:52.589Z | Compiling tracing v0.1.44 |
| 1450 | 2026-08-12T01:02:52.603Z | Compiling rustls-pki-types v1.14.0 |
| 1451 | 2026-08-12T01:02:52.751Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-08-12T01:02:52.786Z | Compiling spin v0.9.8 |
| 1453 | 2026-08-12T01:02:52.842Z | Compiling tinyvec_macros v0.1.1 |
| 1454 | 2026-08-12T01:02:52.911Z | Compiling httparse v1.10.1 |
| 1455 | 2026-08-12T01:02:52.989Z | Compiling openssl-probe v0.2.1 |
| 1456 | 2026-08-12T01:02:53.037Z | Compiling crc32fast v1.5.0 |
| 1457 | 2026-08-12T01:02:53.161Z | Compiling cmov v0.5.4 |
| 1458 | 2026-08-12T01:02:53.266Z | Compiling tempfile v3.25.0 |
| 1459 | 2026-08-12T01:02:53.281Z | Compiling tinyvec v1.10.0 |
| 1460 | 2026-08-12T01:02:53.338Z | Compiling ctutils v0.4.2 |
| 1461 | 2026-08-12T01:02:53.362Z | Compiling pest_generator v2.8.6 |
| 1462 | 2026-08-12T01:02:53.569Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-08-12T01:02:53.616Z | Compiling aho-corasick v1.1.4 |
| 1464 | 2026-08-12T01:02:53.630Z | Compiling radium v0.7.0 |
| 1465 | 2026-08-12T01:02:53.873Z | Compiling try-lock v0.2.5 |
| 1466 | 2026-08-12T01:02:53.980Z | Compiling untrusted v0.7.1 |
| 1467 | 2026-08-12T01:02:54.025Z | Compiling tower-service v0.3.3 |
| 1468 | 2026-08-12T01:02:54.099Z | Compiling tower-layer v0.3.3 |
| 1469 | 2026-08-12T01:02:54.117Z | Compiling atomic-waker v1.1.2 |
| 1470 | 2026-08-12T01:02:54.240Z | Compiling pest_derive v2.8.6 |
| 1471 | 2026-08-12T01:02:54.257Z | Compiling want v0.3.1 |
| 1472 | 2026-08-12T01:02:54.416Z | Compiling regex-automata v0.4.14 |
| 1473 | 2026-08-12T01:02:54.694Z | Compiling hybrid-array v0.4.13 |
| 1474 | 2026-08-12T01:02:54.849Z | Compiling tokio-util v0.7.18 |
| 1475 | 2026-08-12T01:02:55.383Z | Compiling ipnet v2.11.0 |
| 1476 | 2026-08-12T01:02:55.450Z | Compiling scroll_derive v0.13.1 |
| 1477 | 2026-08-12T01:02:55.529Z | Compiling h2 v0.4.15 |
| 1478 | 2026-08-12T01:02:55.862Z | Compiling darling_core v0.20.11 |
| 1479 | 2026-08-12T01:02:55.915Z | Compiling maybe-uninit v2.0.0 |
| 1480 | 2026-08-12T01:02:56.180Z | Compiling untrusted v0.9.0 |
| 1481 | 2026-08-12T01:02:56.282Z | Compiling openssl v0.10.80 |
| 1482 | 2026-08-12T01:02:56.303Z | Compiling tap v1.0.1 |
| 1483 | 2026-08-12T01:02:56.417Z | Compiling httpdate v1.0.3 |
| 1484 | 2026-08-12T01:02:56.508Z | Compiling foreign-types-shared v0.1.1 |
| 1485 | 2026-08-12T01:02:56.524Z | Compiling rustls v0.23.41 |
| 1486 | 2026-08-12T01:02:56.597Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-08-12T01:02:56.641Z | Compiling foreign-types v0.3.2 |
| 1488 | 2026-08-12T01:02:56.696Z | Compiling wyz v0.5.1 |
| 1489 | 2026-08-12T01:02:56.710Z | Compiling scroll v0.13.0 |
| 1490 | 2026-08-12T01:02:56.838Z | Compiling unicode-normalization v0.1.25 |
| 1491 | 2026-08-12T01:02:56.966Z | Compiling rand_chacha v0.3.1 |
| 1492 | 2026-08-12T01:02:56.981Z | Compiling signature v2.2.0 |
| 1493 | 2026-08-12T01:02:57.164Z | Compiling hex v0.4.3 |
| 1494 | 2026-08-12T01:02:57.281Z | Compiling openssl-macros v0.1.1 |
| 1495 | 2026-08-12T01:02:57.285Z | Compiling thiserror-impl v1.0.69 |
| 1496 | 2026-08-12T01:02:57.429Z | Compiling terminal_size v0.4.3 |
| 1497 | 2026-08-12T01:02:57.566Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1498 | 2026-08-12T01:02:57.669Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1499 | 2026-08-12T01:02:57.725Z | Compiling num-integer v0.1.46 |
| 1500 | 2026-08-12T01:02:57.836Z | Compiling wait-timeout v0.2.1 |
| 1501 | 2026-08-12T01:02:58.041Z | Compiling ahash v0.8.12 |
| 1502 | 2026-08-12T01:02:58.055Z | Compiling quick-error v1.2.3 |
| 1503 | 2026-08-12T01:02:58.092Z | Compiling num-bigint-dig v0.8.6 |
| 1504 | 2026-08-12T01:02:58.110Z | Compiling darling_macro v0.20.11 |
| 1505 | 2026-08-12T01:02:58.155Z | Compiling bit-vec v0.8.0 |
| 1506 | 2026-08-12T01:02:58.240Z | Compiling time-core v0.1.8 |
| 1507 | 2026-08-12T01:02:58.270Z | Compiling adler2 v2.0.1 |
| 1508 | 2026-08-12T01:02:58.384Z | Compiling powerfmt v0.2.0 |
| 1509 | 2026-08-12T01:02:58.388Z | Compiling funty v2.0.0 |
| 1510 | 2026-08-12T01:02:58.412Z | Compiling num-conv v0.2.0 |
| 1511 | 2026-08-12T01:02:58.457Z | Compiling native-tls v0.2.18 |
| 1512 | 2026-08-12T01:02:58.521Z | Compiling packed_struct v0.10.1 |
| 1513 | 2026-08-12T01:02:58.538Z | Compiling time-macros v0.2.27 |
| 1514 | 2026-08-12T01:02:58.579Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-08-12T01:02:58.582Z | Compiling darling v0.20.11 |
| 1516 | 2026-08-12T01:02:58.653Z | Compiling hyper v1.10.1 |
| 1517 | 2026-08-12T01:02:58.686Z | Compiling deranged v0.5.8 |
| 1518 | 2026-08-12T01:02:58.709Z | Compiling miniz_oxide v0.8.9 |
| 1519 | 2026-08-12T01:02:58.774Z | Compiling bitvec v1.0.1 |
| 1520 | 2026-08-12T01:02:58.966Z | Compiling bit-set v0.8.0 |
| 1521 | 2026-08-12T01:02:59.197Z | Compiling rusty-fork v0.3.1 |
| 1522 | 2026-08-12T01:02:59.307Z | Compiling clap_builder v4.6.0 |
| 1523 | 2026-08-12T01:02:59.586Z | Compiling num-iter v0.1.45 |
| 1524 | 2026-08-12T01:02:59.700Z | Compiling rand v0.8.6 |
| 1525 | 2026-08-12T01:03:00.194Z | Compiling hyper-util v0.1.20 |
| 1526 | 2026-08-12T01:03:00.211Z | Compiling goblin v0.10.5 |
| 1527 | 2026-08-12T01:03:00.469Z | Compiling packed_struct_codegen v0.10.1 |
| 1528 | 2026-08-12T01:03:00.484Z | Compiling lazy_static v1.5.0 |
| 1529 | 2026-08-12T01:03:00.573Z | Compiling hmac v0.12.1 |
| 1530 | 2026-08-12T01:03:00.732Z | Compiling toml_datetime v0.6.11 |
| 1531 | 2026-08-12T01:03:00.998Z | Compiling serde_spanned v0.6.9 |
| 1532 | 2026-08-12T01:03:01.143Z | Compiling clap_derive v4.6.1 |
| 1533 | 2026-08-12T01:03:01.559Z | Compiling zerocopy-derive v0.6.6 |
| 1534 | 2026-08-12T01:03:01.973Z | Compiling bitfield-macros v0.19.4 |
| 1535 | 2026-08-12T01:03:02.325Z | Compiling anstyle-parse v0.2.7 |
| 1536 | 2026-08-12T01:03:02.387Z | Compiling rand_xorshift v0.4.0 |
| 1537 | 2026-08-12T01:03:02.507Z | Compiling sync_wrapper v1.0.2 |
| 1538 | 2026-08-12T01:03:02.546Z | Compiling indexmap v1.9.3 |
| 1539 | 2026-08-12T01:03:02.612Z | Compiling crc-catalog v2.4.0 |
| 1540 | 2026-08-12T01:03:02.648Z | Compiling siphasher v1.0.2 |
| 1541 | 2026-08-12T01:03:02.672Z | Compiling unarray v0.1.4 |
| 1542 | 2026-08-12T01:03:02.702Z | Compiling nodrop v0.1.14 |
| 1543 | 2026-08-12T01:03:02.727Z | Compiling crossbeam-utils v0.8.21 |
| 1544 | 2026-08-12T01:03:02.780Z | Compiling num_threads v0.1.7 |
| 1545 | 2026-08-12T01:03:02.795Z | Compiling usdt-impl v0.6.0 |
| 1546 | 2026-08-12T01:03:02.838Z | Compiling zlib-rs v0.6.2 |
| 1547 | 2026-08-12T01:03:02.874Z | Compiling paste v1.0.15 |
| 1548 | 2026-08-12T01:03:02.889Z | Compiling clap v4.6.1 |
| 1549 | 2026-08-12T01:03:02.965Z | Compiling dof v0.4.0 |
| 1550 | 2026-08-12T01:03:03.019Z | Compiling time v0.3.47 |
| 1551 | 2026-08-12T01:03:03.033Z | Compiling array-init v0.0.4 |
| 1552 | 2026-08-12T01:03:03.177Z | Compiling proptest v1.11.0 |
| 1553 | 2026-08-12T01:03:03.386Z | Compiling crc v3.4.0 |
| 1554 | 2026-08-12T01:03:03.578Z | Compiling bitfield v0.19.4 |
| 1555 | 2026-08-12T01:03:03.874Z | Compiling tower v0.5.3 |
| 1556 | 2026-08-12T01:03:04.102Z | Compiling anstream v0.6.21 |
| 1557 | 2026-08-12T01:03:04.335Z | Compiling zerocopy v0.6.6 |
| 1558 | 2026-08-12T01:03:04.643Z | Compiling smallvec v0.6.14 |
| 1559 | 2026-08-12T01:03:04.839Z | Compiling derive_builder_core v0.20.2 |
| 1560 | 2026-08-12T01:03:05.014Z | Compiling ipnetwork v0.21.1 |
| 1561 | 2026-08-12T01:03:05.391Z | Compiling dtrace-parser v0.3.0 |
| 1562 | 2026-08-12T01:03:05.662Z | Compiling flate2 v1.1.9 |
| 1563 | 2026-08-12T01:03:05.662Z | Compiling pkcs1 v0.7.5 |
| 1564 | 2026-08-12T01:03:06.011Z | Compiling http-body-util v0.1.3 |
| 1565 | 2026-08-12T01:03:06.092Z | Compiling heapless v0.7.17 |
| 1566 | 2026-08-12T01:03:06.110Z | Compiling structmeta-derive v0.3.0 |
| 1567 | 2026-08-12T01:03:06.125Z | Compiling scroll_derive v0.12.1 |
| 1568 | 2026-08-12T01:03:06.251Z | Compiling slog v2.8.2 |
| 1569 | 2026-08-12T01:03:06.306Z | Compiling darling_core v0.23.0 |
| 1570 | 2026-08-12T01:03:06.327Z | Compiling thread-id v5.1.0 |
| 1571 | 2026-08-12T01:03:06.414Z | Compiling cookie v0.18.1 |
| 1572 | 2026-08-12T01:03:06.438Z | Compiling env_filter v1.0.0 |
| 1573 | 2026-08-12T01:03:06.595Z | Compiling ryu v1.0.23 |
| 1574 | 2026-08-12T01:03:06.743Z | Compiling allocator-api2 v0.2.21 |
| 1575 | 2026-08-12T01:03:06.783Z | Compiling winnow v0.5.40 |
| 1576 | 2026-08-12T01:03:06.798Z | Compiling unicode-bidi v0.3.18 |
| 1577 | 2026-08-12T01:03:07.068Z | Compiling anyhow v1.0.102 |
| 1578 | 2026-08-12T01:03:07.189Z | Compiling zstd-safe v7.2.4 |
| 1579 | 2026-08-12T01:03:07.324Z | Compiling signal-hook v0.3.18 |
| 1580 | 2026-08-12T01:03:07.363Z | Compiling base64 v0.21.7 |
| 1581 | 2026-08-12T01:03:07.390Z | Compiling unicode-properties v0.1.4 |
| 1582 | 2026-08-12T01:03:07.490Z | Compiling iri-string v0.7.10 |
| 1583 | 2026-08-12T01:03:07.600Z | Compiling hashbrown v0.12.3 |
| 1584 | 2026-08-12T01:03:07.680Z | Compiling ron v0.8.1 |
| 1585 | 2026-08-12T01:03:08.061Z | Compiling toml_edit v0.19.15 |
| 1586 | 2026-08-12T01:03:08.573Z | Compiling stringprep v0.1.5 |
| 1587 | 2026-08-12T01:03:08.623Z | Compiling tower-http v0.6.8 |
| 1588 | 2026-08-12T01:03:08.805Z | Compiling darling_macro v0.23.0 |
| 1589 | 2026-08-12T01:03:09.022Z | Compiling structmeta v0.3.0 |
| 1590 | 2026-08-12T01:03:09.036Z | Compiling scroll v0.12.0 |
| 1591 | 2026-08-12T01:03:09.221Z | Compiling serde_urlencoded v0.7.1 |
| 1592 | 2026-08-12T01:03:09.284Z | Compiling env_logger v0.11.9 |
| 1593 | 2026-08-12T01:03:09.467Z | Compiling rsa v0.9.10 |
| 1594 | 2026-08-12T01:03:09.501Z | Compiling derive_builder_macro v0.20.2 |
| 1595 | 2026-08-12T01:03:09.626Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1596 | 2026-08-12T01:03:09.866Z | Compiling newtype-uuid v1.3.2 |
| 1597 | 2026-08-12T01:03:09.971Z | Compiling oxnet v0.1.6 |
| 1598 | 2026-08-12T01:03:09.996Z | Compiling hashbrown v0.13.2 |
| 1599 | 2026-08-12T01:03:10.198Z | Compiling serde-hex v0.1.0 |
| 1600 | 2026-08-12T01:03:10.404Z | Compiling bzip2 v0.4.4 |
| 1601 | 2026-08-12T01:03:10.458Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1602 | 2026-08-12T01:03:10.609Z | Compiling tokio-native-tls v0.3.1 |
| 1603 | 2026-08-12T01:03:10.646Z | Compiling camino v1.2.2 |
| 1604 | 2026-08-12T01:03:11.064Z | Compiling bstr v1.12.1 |
| 1605 | 2026-08-12T01:03:11.234Z | Compiling block-buffer v0.12.1 |
| 1606 | 2026-08-12T01:03:11.329Z | Compiling block-padding v0.4.2 |
| 1607 | 2026-08-12T01:03:11.435Z | Compiling crypto-common v0.2.2 |
| 1608 | 2026-08-12T01:03:11.502Z | Compiling rustls-native-certs v0.8.3 |
| 1609 | 2026-08-12T01:03:11.718Z | Compiling x509-cert v0.2.5 |
| 1610 | 2026-08-12T01:03:11.798Z | Compiling md-5 v0.10.6 |
| 1611 | 2026-08-12T01:03:11.969Z | Compiling erased-serde v0.3.31 |
| 1612 | 2026-08-12T01:03:11.972Z | Compiling serde_tokenstream v0.2.3 |
| 1613 | 2026-08-12T01:03:12.296Z | Compiling curve25519-dalek v4.1.3 |
| 1614 | 2026-08-12T01:03:12.460Z | Compiling pin-project-internal v1.1.11 |
| 1615 | 2026-08-12T01:03:12.540Z | Compiling zerocopy-derive v0.7.35 |
| 1616 | 2026-08-12T01:03:12.630Z | Compiling daft-derive v0.1.7 |
| 1617 | 2026-08-12T01:03:13.185Z | Compiling async-trait v0.1.89 |
| 1618 | 2026-08-12T01:03:13.307Z | Compiling vergen-lib v9.1.0 |
| 1619 | 2026-08-12T01:03:13.348Z | Compiling hash32 v0.2.1 |
| 1620 | 2026-08-12T01:03:13.405Z | Compiling memoffset v0.9.1 |
| 1621 | 2026-08-12T01:03:13.485Z | Compiling encoding_rs v0.8.35 |
| 1622 | 2026-08-12T01:03:13.537Z | Compiling ref-cast v1.0.25 |
| 1623 | 2026-08-12T01:03:13.558Z | Compiling litrs v1.0.0 |
| 1624 | 2026-08-12T01:03:13.590Z | Compiling smoltcp v0.9.1 |
| 1625 | 2026-08-12T01:03:13.831Z | Compiling rustix v0.38.44 |
| 1626 | 2026-08-12T01:03:13.915Z | Compiling cfg_aliases v0.2.1 |
| 1627 | 2026-08-12T01:03:13.993Z | Compiling psl-types v2.0.11 |
| 1628 | 2026-08-12T01:03:14.057Z | Compiling crc-any v2.5.0 |
| 1629 | 2026-08-12T01:03:14.073Z | Compiling mime v0.3.17 |
| 1630 | 2026-08-12T01:03:14.117Z | Compiling fallible-iterator v0.2.0 |
| 1631 | 2026-08-12T01:03:14.198Z | Compiling publicsuffix v2.3.0 |
| 1632 | 2026-08-12T01:03:14.241Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1633 | 2026-08-12T01:03:14.255Z | Compiling document-features v0.2.12 |
| 1634 | 2026-08-12T01:03:14.278Z | Compiling nix v0.31.2 |
| 1635 | 2026-08-12T01:03:14.377Z | Compiling pin-project v1.1.11 |
| 1636 | 2026-08-12T01:03:14.422Z | Compiling postgres-protocol v0.6.10 |
| 1637 | 2026-08-12T01:03:14.492Z | Compiling zerocopy v0.7.35 |
| 1638 | 2026-08-12T01:03:14.626Z | Compiling daft v0.1.7 |
| 1639 | 2026-08-12T01:03:14.903Z | Compiling inout v0.2.2 |
| 1640 | 2026-08-12T01:03:14.926Z | Compiling hyper-tls v0.6.0 |
| 1641 | 2026-08-12T01:03:14.954Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1642 | 2026-08-12T01:03:14.969Z | Compiling zip v0.6.6 |
| 1643 | 2026-08-12T01:03:15.036Z | Compiling object v0.30.4 |
| 1644 | 2026-08-12T01:03:15.069Z | Compiling derive_builder v0.20.2 |
| 1645 | 2026-08-12T01:03:15.190Z | Compiling toml v0.7.8 |
| 1646 | 2026-08-12T01:03:15.231Z | Compiling darling v0.23.0 |
| 1647 | 2026-08-12T01:03:15.310Z | Compiling goblin v0.8.2 |
| 1648 | 2026-08-12T01:03:15.324Z | Compiling derive-ex v0.1.8 |
| 1649 | 2026-08-12T01:03:15.817Z | Compiling phf_shared v0.13.1 |
| 1650 | 2026-08-12T01:03:15.920Z | Compiling regex v1.12.3 |
| 1651 | 2026-08-12T01:03:16.055Z | Compiling hubpack_derive v0.1.1 |
| 1652 | 2026-08-12T01:03:16.101Z | Compiling futures-executor v0.3.32 |
| 1653 | 2026-08-12T01:03:16.356Z | Compiling ref-cast-impl v1.0.25 |
| 1654 | 2026-08-12T01:03:16.371Z | Compiling strum_macros v0.27.2 |
| 1655 | 2026-08-12T01:03:16.501Z | Compiling snafu-derive v0.8.9 |
| 1656 | 2026-08-12T01:03:16.900Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1657 | 2026-08-12T01:03:17.011Z | Compiling vergen v9.1.0 |
| 1658 | 2026-08-12T01:03:17.191Z | Compiling cargo-platform v0.3.2 |
| 1659 | 2026-08-12T01:03:17.466Z | Compiling ff v0.13.1 |
| 1660 | 2026-08-12T01:03:17.540Z | Compiling fs-err v3.3.0 |
| 1661 | 2026-08-12T01:03:17.604Z | Compiling bumpalo v3.20.2 |
| 1662 | 2026-08-12T01:03:17.725Z | Compiling libbz2-rs-sys v0.2.2 |
| 1663 | 2026-08-12T01:03:17.855Z | Compiling object v0.37.3 |
| 1664 | 2026-08-12T01:03:17.884Z | Compiling foldhash v0.1.5 |
| 1665 | 2026-08-12T01:03:18.070Z | Compiling same-file v1.0.6 |
| 1666 | 2026-08-12T01:03:18.117Z | Compiling managed v0.8.0 |
| 1667 | 2026-08-12T01:03:18.229Z | Compiling either v1.15.0 |
| 1668 | 2026-08-12T01:03:18.310Z | Compiling bitflags v1.3.2 |
| 1669 | 2026-08-12T01:03:18.337Z | Compiling jiff-core v0.1.0 |
| 1670 | 2026-08-12T01:03:18.377Z | Compiling base16ct v0.2.0 |
| 1671 | 2026-08-12T01:03:18.443Z | Compiling path-slash v0.1.5 |
| 1672 | 2026-08-12T01:03:18.463Z | Compiling unicode-segmentation v1.12.0 |
| 1673 | 2026-08-12T01:03:18.463Z | Compiling foldhash v0.2.0 |
| 1674 | 2026-08-12T01:03:18.504Z | Compiling sec1 v0.7.3 |
| 1675 | 2026-08-12T01:03:18.537Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1676 | 2026-08-12T01:03:18.650Z | Compiling hashbrown v0.16.1 |
| 1677 | 2026-08-12T01:03:18.775Z | Compiling snafu v0.8.9 |
| 1678 | 2026-08-12T01:03:18.798Z | Compiling strum v0.27.2 |
| 1679 | 2026-08-12T01:03:18.922Z | Compiling walkdir v2.5.0 |
| 1680 | 2026-08-12T01:03:19.110Z | Compiling jiff v0.2.34 |
| 1681 | 2026-08-12T01:03:19.223Z | Compiling bzip2 v0.6.1 |
| 1682 | 2026-08-12T01:03:19.283Z | Compiling hashbrown v0.15.5 |
| 1683 | 2026-08-12T01:03:19.389Z | Compiling zopfli v0.8.3 |
| 1684 | 2026-08-12T01:03:19.526Z | Compiling group v0.13.0 |
| 1685 | 2026-08-12T01:03:19.560Z | Compiling dof v0.3.0 |
| 1686 | 2026-08-12T01:03:19.835Z | Compiling cargo_metadata v0.23.1 |
| 1687 | 2026-08-12T01:03:19.953Z | Compiling test-strategy v0.4.5 |
| 1688 | 2026-08-12T01:03:20.145Z | Compiling hubpack v0.1.2 |
| 1689 | 2026-08-12T01:03:20.274Z | Compiling futures v0.3.32 |
| 1690 | 2026-08-12T01:03:20.358Z | Compiling phf v0.13.1 |
| 1691 | 2026-08-12T01:03:20.372Z | Compiling signal-hook-mio v0.2.5 |
| 1692 | 2026-08-12T01:03:20.517Z | Compiling cookie_store v0.22.1 |
| 1693 | 2026-08-12T01:03:20.882Z | Compiling serde_with_macros v3.21.0 |
| 1694 | 2026-08-12T01:03:21.211Z | Compiling zstd v0.13.3 |
| 1695 | 2026-08-12T01:03:21.260Z | Compiling reqwest v0.12.28 |
| 1696 | 2026-08-12T01:03:21.467Z | Compiling cipher v0.5.2 |
| 1697 | 2026-08-12T01:03:21.487Z | Compiling postgres-types v0.2.12 |
| 1698 | 2026-08-12T01:03:22.105Z | Compiling usdt-macro v0.6.0 |
| 1699 | 2026-08-12T01:03:22.257Z | Compiling usdt-attr-macro v0.6.0 |
| 1700 | 2026-08-12T01:03:22.739Z | Compiling globset v0.4.18 |
| 1701 | 2026-08-12T01:03:22.820Z | Compiling phf_shared v0.11.3 |
| 1702 | 2026-08-12T01:03:22.944Z | Compiling hkdf v0.12.4 |
| 1703 | 2026-08-12T01:03:22.944Z | Compiling dtrace-parser v0.2.0 |
| 1704 | 2026-08-12T01:03:23.033Z | Compiling byte-wrapper v0.1.0 |
| 1705 | 2026-08-12T01:03:23.033Z | Compiling olpc-cjson v0.1.4 |
| 1706 | 2026-08-12T01:03:23.084Z | Compiling ed25519 v2.2.3 |
| 1707 | 2026-08-12T01:03:23.159Z | Compiling crypto-bigint v0.5.5 |
| 1708 | 2026-08-12T01:03:23.268Z | Compiling serde_plain v1.0.2 |
| 1709 | 2026-08-12T01:03:23.393Z | Compiling serde-big-array v0.5.1 |
| 1710 | 2026-08-12T01:03:23.462Z | Compiling strum_macros v0.26.4 |
| 1711 | 2026-08-12T01:03:23.513Z | Compiling async-recursion v1.1.1 |
| 1712 | 2026-08-12T01:03:23.513Z | Compiling serde_repr v0.1.20 |
| 1713 | 2026-08-12T01:03:23.599Z | Compiling enum-as-inner v0.6.1 |
| 1714 | 2026-08-12T01:03:23.956Z | Compiling pem v3.0.6 |
| 1715 | 2026-08-12T01:03:24.047Z | Compiling float-cmp v0.10.0 |
| 1716 | 2026-08-12T01:03:24.126Z | Compiling thread-id v4.2.2 |
| 1717 | 2026-08-12T01:03:24.201Z | Compiling memmap2 v0.9.10 |
| 1718 | 2026-08-12T01:03:24.201Z | Compiling keccak v0.1.6 |
| 1719 | 2026-08-12T01:03:24.276Z | Compiling fixedbitset v0.4.2 |
| 1720 | 2026-08-12T01:03:24.276Z | Compiling predicates-core v1.0.10 |
| 1721 | 2026-08-12T01:03:24.357Z | Compiling normalize-line-endings v0.3.0 |
| 1722 | 2026-08-12T01:03:24.408Z | Compiling difflib v0.4.0 |
| 1723 | 2026-08-12T01:03:24.474Z | Compiling new_debug_unreachable v1.0.6 |
| 1724 | 2026-08-12T01:03:24.474Z | Compiling typed-path v0.9.3 |
| 1725 | 2026-08-12T01:03:24.562Z | Compiling fixedbitset v0.5.7 |
| 1726 | 2026-08-12T01:03:24.878Z | Compiling winnow v1.0.3 |
| 1727 | 2026-08-12T01:03:25.005Z | Compiling cpufeatures v0.3.0 |
| 1728 | 2026-08-12T01:03:25.005Z | Compiling whoami v2.1.0 |
| 1729 | 2026-08-12T01:03:25.095Z | Compiling data-encoding v2.10.0 |
| 1730 | 2026-08-12T01:03:25.171Z | Compiling const-oid v0.10.2 |
| 1731 | 2026-08-12T01:03:25.171Z | Compiling static_assertions v1.1.0 |
| 1732 | 2026-08-12T01:03:25.171Z | Compiling precomputed-hash v0.1.1 |
| 1733 | 2026-08-12T01:03:25.245Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1734 | 2026-08-12T01:03:25.245Z | Compiling string_cache v0.8.9 |
| 1735 | 2026-08-12T01:03:25.275Z | Compiling digest v0.11.3 |
| 1736 | 2026-08-12T01:03:25.275Z | Compiling tokio-postgres v0.7.16 |
| 1737 | 2026-08-12T01:03:25.309Z | Compiling hickory-proto v0.25.2 |
| 1738 | 2026-08-12T01:03:25.516Z | Compiling strum v0.26.3 |
| 1739 | 2026-08-12T01:03:25.571Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1740 | 2026-08-12T01:03:25.617Z | Compiling toml_edit v0.22.27 |
| 1741 | 2026-08-12T01:03:25.682Z | Compiling chacha20 v0.10.0 |
| 1742 | 2026-08-12T01:03:25.759Z | Compiling petgraph v0.8.3 |
| 1743 | 2026-08-12T01:03:26.028Z | Compiling predicates v3.1.4 |
| 1744 | 2026-08-12T01:03:26.151Z | Compiling petgraph v0.6.5 |
| 1745 | 2026-08-12T01:03:26.672Z | Compiling sha3 v0.10.8 |
| 1746 | 2026-08-12T01:03:27.124Z | Compiling usdt v0.6.0 |
| 1747 | 2026-08-12T01:03:27.384Z | Compiling usdt-impl v0.5.0 |
| 1748 | 2026-08-12T01:03:27.542Z | Compiling elliptic-curve v0.13.8 |
| 1749 | 2026-08-12T01:03:27.633Z | Compiling ed25519-dalek v2.2.0 |
| 1750 | 2026-08-12T01:03:27.725Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1751 | 2026-08-12T01:03:27.962Z | Compiling crossterm v0.28.1 |
| 1752 | 2026-08-12T01:03:27.969Z | Compiling serde_with v3.21.0 |
| 1753 | 2026-08-12T01:03:28.143Z | Compiling zip v4.6.1 |
| 1754 | 2026-08-12T01:03:28.726Z | Compiling iddqd v0.4.2 |
| 1755 | 2026-08-12T01:03:29.207Z | Compiling similar v2.7.0 |
| 1756 | 2026-08-12T01:03:29.495Z | Compiling heck v0.4.1 |
| 1757 | 2026-08-12T01:03:29.658Z | Compiling itertools v0.15.0 |
| 1758 | 2026-08-12T01:03:29.728Z | Compiling itertools v0.13.0 |
| 1759 | 2026-08-12T01:03:29.746Z | Compiling crossbeam-epoch v0.9.18 |
| 1760 | 2026-08-12T01:03:29.995Z | Compiling tokio-stream v0.1.18 |
| 1761 | 2026-08-12T01:03:29.995Z | Compiling buf-list v1.1.2 |
| 1762 | 2026-08-12T01:03:30.046Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1763 | 2026-08-12T01:03:30.057Z | Compiling openapiv3 v2.2.0 |
| 1764 | 2026-08-12T01:03:30.261Z | Compiling lalrpop-util v0.19.12 |
| 1765 | 2026-08-12T01:03:30.330Z | Compiling peg-runtime v0.8.5 |
| 1766 | 2026-08-12T01:03:30.469Z | Compiling thread_local v1.1.9 |
| 1767 | 2026-08-12T01:03:30.479Z | Compiling slog-async v2.8.0 |
| 1768 | 2026-08-12T01:03:30.592Z | Compiling crossbeam-channel v0.5.15 |
| 1769 | 2026-08-12T01:03:30.692Z | Compiling is-terminal v0.4.17 |
| 1770 | 2026-08-12T01:03:30.787Z | Compiling filetime v0.2.27 |
| 1771 | 2026-08-12T01:03:30.807Z | Compiling take_mut v0.2.2 |
| 1772 | 2026-08-12T01:03:30.919Z | Compiling term v1.2.1 |
| 1773 | 2026-08-12T01:03:30.954Z | Compiling xattr v1.6.1 |
| 1774 | 2026-08-12T01:03:30.992Z | Compiling camino-tempfile v1.4.1 |
| 1775 | 2026-08-12T01:03:31.090Z | Compiling tar v0.4.46 |
| 1776 | 2026-08-12T01:03:31.189Z | Compiling slog-term v2.9.2 |
| 1777 | 2026-08-12T01:03:37.384Z | Compiling rustls-webpki v0.103.13 |
| 1778 | 2026-08-12T01:03:40.050Z | Compiling tokio-rustls v0.26.4 |
| 1779 | 2026-08-12T01:03:40.051Z | Compiling rustls-platform-verifier v0.6.2 |
| 1780 | 2026-08-12T01:03:40.054Z | Compiling tough v0.22.0 |
| 1781 | 2026-08-12T01:03:40.268Z | Compiling hyper-rustls v0.27.7 |
| 1782 | 2026-08-12T01:03:40.465Z | Compiling reqwest v0.13.2 |
| 1783 | 2026-08-12T01:03:42.681Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1784 | 2026-08-12T01:03:42.912Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1785 | 2026-08-12T01:03:45.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1786 | 2026-08-12T01:03:45.984Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1787 | 2026-08-12T01:03:46.039Z | Aug 12 01:03:44.702 INFO Starting download, target: Cockroach |
| 1788 | 2026-08-12T01:03:46.039Z | Aug 12 01:03:44.702 INFO Starting download, target: Console |
| 1789 | 2026-08-12T01:03:46.039Z | Aug 12 01:03:44.702 INFO Starting download, target: Clickhouse |
| 1790 | 2026-08-12T01:03:46.039Z | Aug 12 01:03:44.702 INFO Starting download, target: DendriteStub |
| 1791 | 2026-08-12T01:03:46.039Z | Aug 12 01:03:44.702 INFO Starting download, target: MaghemiteMgd |
| 1792 | 2026-08-12T01:03:46.039Z | Aug 12 01:03:44.702 INFO Starting download, target: MaghemiteDdmd |
| 1793 | 2026-08-12T01:03:46.043Z | Aug 12 01:03:44.702 INFO Starting download, target: TransceiverControl |
| 1794 | 2026-08-12T01:03:46.043Z | Aug 12 01:03:44.702 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1795 | 2026-08-12T01:03:46.043Z | Aug 12 01:03:44.702 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1796 | 2026-08-12T01:03:46.043Z | Aug 12 01:03:44.702 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1797 | 2026-08-12T01:03:46.043Z | Aug 12 01:03:44.702 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1798 | 2026-08-12T01:03:46.043Z | Aug 12 01:03:44.702 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1799 | 2026-08-12T01:03:46.043Z | Aug 12 01:03:44.702 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1800 | 2026-08-12T01:03:46.044Z | Aug 12 01:03:44.702 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1801 | 2026-08-12T01:03:46.581Z | Aug 12 01:03:45.238 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1802 | 2026-08-12T01:03:46.791Z | Aug 12 01:03:45.448 INFO Download complete, target: TransceiverControl |
| 1803 | 2026-08-12T01:03:48.015Z | Aug 12 01:03:46.666 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1804 | 2026-08-12T01:03:48.119Z | Aug 12 01:03:46.776 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1805 | 2026-08-12T01:03:48.224Z | Aug 12 01:03:46.886 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1806 | 2026-08-12T01:03:48.268Z | Aug 12 01:03:46.922 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1807 | 2026-08-12T01:03:48.401Z | Aug 12 01:03:47.059 INFO Download complete, target: Console |
| 1808 | 2026-08-12T01:03:48.467Z | Aug 12 01:03:47.113 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1809 | 2026-08-12T01:03:48.702Z | Aug 12 01:03:47.364 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1810 | 2026-08-12T01:03:48.702Z | Aug 12 01:03:47.364 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1811 | 2026-08-12T01:03:50.227Z | Aug 12 01:03:48.890 INFO Download complete, target: MaghemiteDdmd |
| 1812 | 2026-08-12T01:03:50.452Z | Aug 12 01:03:49.113 INFO Download complete, target: DendriteStub |
| 1813 | 2026-08-12T01:03:50.838Z | Aug 12 01:03:49.498 INFO Download complete, target: MaghemiteMgd |
| 1814 | 2026-08-12T01:03:53.357Z | Aug 12 01:03:52.020 INFO Checking that binary works, target: Cockroach |
| 1815 | 2026-08-12T01:03:53.473Z | Aug 12 01:03:52.135 INFO Download complete, target: Cockroach |
| 1816 | 2026-08-12T01:03:55.197Z | Aug 12 01:03:53.855 INFO Checking that binary works, target: Clickhouse |
| 1817 | 2026-08-12T01:03:55.295Z | Aug 12 01:03:53.950 INFO Download complete, target: Clickhouse |
| 1818 | 2026-08-12T01:03:55.308Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1819 | 2026-08-12T01:03:55.320Z | |
| 1820 | 2026-08-12T01:03:55.320Z | real 2:08.556315263 |
| 1821 | 2026-08-12T01:03:55.320Z | user 7:10.573379182 |
| 1822 | 2026-08-12T01:03:55.320Z | sys 1:25.429716815 |
| 1823 | 2026-08-12T01:03:55.320Z | trap 0.246497124 |
| 1824 | 2026-08-12T01:03:55.320Z | tflt 0.582088771 |
| 1825 | 2026-08-12T01:03:55.320Z | dflt 1.074704226 |
| 1826 | 2026-08-12T01:03:55.320Z | kflt 0.029220217 |
| 1827 | 2026-08-12T01:03:55.320Z | lock 27:15.998526901 |
| 1828 | 2026-08-12T01:03:55.320Z | slp 21:38.033933296 |
| 1829 | 2026-08-12T01:03:55.320Z | lat 45.270842739 |
| 1830 | 2026-08-12T01:03:55.320Z | stop 2:38.263158335 |
| 1831 | 2026-08-12T01:03:55.321Z | + banner hack-check |
| 1832 | 2026-08-12T01:03:55.321Z | |
| 1833 | 2026-08-12T01:03:55.321Z | # # ## #### # # #### # # ###### #### # # |
| 1834 | 2026-08-12T01:03:55.321Z | # # # # # # # # # # # # # # # # # |
| 1835 | 2026-08-12T01:03:55.321Z | ###### # # # #### ##### # ###### ##### # #### |
| 1836 | 2026-08-12T01:03:55.321Z | # # ###### # # # # # # # # # # |
| 1837 | 2026-08-12T01:03:55.321Z | # # # # # # # # # # # # # # # # # |
| 1838 | 2026-08-12T01:03:55.321Z | # # # # #### # # #### # # ###### #### # # |
| 1839 | 2026-08-12T01:03:55.321Z | |
| 1840 | 2026-08-12T01:03:55.321Z | + export CARGO_INCREMENTAL=0 |
| 1841 | 2026-08-12T01:03:55.321Z | + CARGO_INCREMENTAL=0 |
| 1842 | 2026-08-12T01:03:55.321Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1843 | 2026-08-12T01:03:55.870Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1844 | 2026-08-12T01:03:56.082Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1845 | 2026-08-12T01:03:57.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1846 | 2026-08-12T01:03:57.957Z | Running `target/debug/xtask check-features --ci` |
| 1847 | 2026-08-12T01:03:57.985Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1848 | 2026-08-12T01:03:57.988Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1849 | 2026-08-12T01:03:58.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1850 | 2026-08-12T01:03:58.432Z | Running `target/debug/xtask download cargo-hack` |
| 1851 | 2026-08-12T01:03:59.247Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1852 | 2026-08-12T01:03:59.566Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1853 | 2026-08-12T01:04:02.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
| 1854 | 2026-08-12T01:04:02.286Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1855 | 2026-08-12T01:04:02.326Z | Aug 12 01:04:00.988 INFO Starting download, target: CargoHack |
| 1856 | 2026-08-12T01:04:02.329Z | Aug 12 01:04:00.989 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1857 | 2026-08-12T01:04:02.700Z | Aug 12 01:04:01.358 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1858 | 2026-08-12T01:04:02.747Z | Aug 12 01:04:01.407 INFO Download complete, target: CargoHack |
| 1859 | 2026-08-12T01:04:02.751Z | 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" |
| 1860 | 2026-08-12T01:04:02.761Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1861 | 2026-08-12T01:04:02.920Z | info: running `cargo check --bins` on api_identity (1/334) |
| 1862 | 2026-08-12T01:04:03.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-08-12T01:04:03.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-08-12T01:04:03.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-08-12T01:04:03.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1866 | 2026-08-12T01:04:03.476Z | |
| 1867 | 2026-08-12T01:04:03.476Z | info: running `cargo check --bins` on bootstore (2/334) |
| 1868 | 2026-08-12T01:04:03.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-08-12T01:04:03.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-08-12T01:04:03.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-08-12T01:04:03.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1872 | 2026-08-12T01:04:04.015Z | |
| 1873 | 2026-08-12T01:04:04.016Z | info: running `cargo check --bins` on omicron-ledger (3/334) |
| 1874 | 2026-08-12T01:04:04.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-08-12T01:04:04.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-08-12T01:04:04.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-08-12T01:04:04.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1878 | 2026-08-12T01:04:04.544Z | |
| 1879 | 2026-08-12T01:04:04.544Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/334) |
| 1880 | 2026-08-12T01:04:05.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-08-12T01:04:05.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-08-12T01:04:05.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-08-12T01:04:05.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1884 | 2026-08-12T01:04:05.094Z | |
| 1885 | 2026-08-12T01:04:05.094Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/334) |
| 1886 | 2026-08-12T01:04:05.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-08-12T01:04:05.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-08-12T01:04:05.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-08-12T01:04:05.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1890 | 2026-08-12T01:04:05.636Z | |
| 1891 | 2026-08-12T01:04:05.636Z | info: running `cargo check --bins` on omicron-certificates (6/334) |
| 1892 | 2026-08-12T01:04:06.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-08-12T01:04:06.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-08-12T01:04:06.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-08-12T01:04:06.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1896 | 2026-08-12T01:04:06.192Z | |
| 1897 | 2026-08-12T01:04:06.192Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/334) |
| 1898 | 2026-08-12T01:04:06.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-08-12T01:04:06.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-08-12T01:04:06.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-08-12T01:04:06.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1902 | 2026-08-12T01:04:06.743Z | |
| 1903 | 2026-08-12T01:04:06.743Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/334) |
| 1904 | 2026-08-12T01:04:07.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-08-12T01:04:07.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-08-12T01:04:07.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-08-12T01:04:07.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1908 | 2026-08-12T01:04:07.295Z | |
| 1909 | 2026-08-12T01:04:07.295Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/334) |
| 1910 | 2026-08-12T01:04:07.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-08-12T01:04:07.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-08-12T01:04:07.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-08-12T01:04:07.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1914 | 2026-08-12T01:04:07.712Z | |
| 1915 | 2026-08-12T01:04:07.712Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/334) |
| 1916 | 2026-08-12T01:04:08.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-08-12T01:04:08.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-08-12T01:04:08.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-08-12T01:04:08.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1920 | 2026-08-12T01:04:08.123Z | |
| 1921 | 2026-08-12T01:04:08.123Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/334) |
| 1922 | 2026-08-12T01:04:08.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-08-12T01:04:08.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-08-12T01:04:08.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-08-12T01:04:08.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1926 | 2026-08-12T01:04:08.534Z | |
| 1927 | 2026-08-12T01:04:08.534Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/334) |
| 1928 | 2026-08-12T01:04:08.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-08-12T01:04:08.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-08-12T01:04:08.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-08-12T01:04:08.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1932 | 2026-08-12T01:04:08.946Z | |
| 1933 | 2026-08-12T01:04:08.946Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/334) |
| 1934 | 2026-08-12T01:04:09.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-08-12T01:04:09.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-08-12T01:04:09.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-08-12T01:04:09.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1938 | 2026-08-12T01:04:09.357Z | |
| 1939 | 2026-08-12T01:04:09.357Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/334) |
| 1940 | 2026-08-12T01:04:09.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-08-12T01:04:09.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-08-12T01:04:09.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-08-12T01:04:09.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1944 | 2026-08-12T01:04:09.770Z | |
| 1945 | 2026-08-12T01:04:09.770Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/334) |
| 1946 | 2026-08-12T01:04:10.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-08-12T01:04:10.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-08-12T01:04:10.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-08-12T01:04:10.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1950 | 2026-08-12T01:04:10.182Z | |
| 1951 | 2026-08-12T01:04:10.183Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/334) |
| 1952 | 2026-08-12T01:04:10.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-08-12T01:04:10.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-08-12T01:04:10.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-08-12T01:04:10.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1956 | 2026-08-12T01:04:10.597Z | |
| 1957 | 2026-08-12T01:04:10.597Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/334) |
| 1958 | 2026-08-12T01:04:10.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-08-12T01:04:10.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-08-12T01:04:10.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-08-12T01:04:10.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1962 | 2026-08-12T01:04:11.007Z | |
| 1963 | 2026-08-12T01:04:11.007Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/334) |
| 1964 | 2026-08-12T01:04:11.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-08-12T01:04:11.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-08-12T01:04:11.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-08-12T01:04:11.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1968 | 2026-08-12T01:04:11.417Z | |
| 1969 | 2026-08-12T01:04:11.417Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/334) |
| 1970 | 2026-08-12T01:04:11.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-08-12T01:04:11.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-08-12T01:04:11.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-08-12T01:04:11.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1974 | 2026-08-12T01:04:11.831Z | |
| 1975 | 2026-08-12T01:04:11.831Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/334) |
| 1976 | 2026-08-12T01:04:12.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-08-12T01:04:12.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-08-12T01:04:12.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-08-12T01:04:12.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1980 | 2026-08-12T01:04:12.242Z | |
| 1981 | 2026-08-12T01:04:12.242Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/334) |
| 1982 | 2026-08-12T01:04:12.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-08-12T01:04:12.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-08-12T01:04:12.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-08-12T01:04:12.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1986 | 2026-08-12T01:04:12.656Z | |
| 1987 | 2026-08-12T01:04:12.656Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/334) |
| 1988 | 2026-08-12T01:04:13.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-08-12T01:04:13.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-08-12T01:04:13.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-08-12T01:04:13.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1992 | 2026-08-12T01:04:13.074Z | |
| 1993 | 2026-08-12T01:04:13.075Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/334) |
| 1994 | 2026-08-12T01:04:13.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-08-12T01:04:13.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-08-12T01:04:13.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-08-12T01:04:13.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1998 | 2026-08-12T01:04:13.484Z | |
| 1999 | 2026-08-12T01:04:13.485Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/334) |
| 2000 | 2026-08-12T01:04:13.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-08-12T01:04:13.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-08-12T01:04:13.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-08-12T01:04:13.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2004 | 2026-08-12T01:04:13.900Z | |
| 2005 | 2026-08-12T01:04:13.900Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/334) |
| 2006 | 2026-08-12T01:04:14.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-08-12T01:04:14.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-08-12T01:04:14.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-08-12T01:04:14.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2010 | 2026-08-12T01:04:14.317Z | |
| 2011 | 2026-08-12T01:04:14.318Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/334) |
| 2012 | 2026-08-12T01:04:14.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-08-12T01:04:14.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-08-12T01:04:14.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-08-12T01:04:14.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2016 | 2026-08-12T01:04:14.732Z | |
| 2017 | 2026-08-12T01:04:14.732Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/334) |
| 2018 | 2026-08-12T01:04:15.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-08-12T01:04:15.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-08-12T01:04:15.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-08-12T01:04:15.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2022 | 2026-08-12T01:04:15.144Z | |
| 2023 | 2026-08-12T01:04:15.144Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/334) |
| 2024 | 2026-08-12T01:04:15.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-08-12T01:04:15.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-08-12T01:04:15.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-08-12T01:04:15.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2028 | 2026-08-12T01:04:15.557Z | |
| 2029 | 2026-08-12T01:04:15.558Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/334) |
| 2030 | 2026-08-12T01:04:15.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-08-12T01:04:15.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-08-12T01:04:15.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-08-12T01:04:15.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2034 | 2026-08-12T01:04:15.971Z | |
| 2035 | 2026-08-12T01:04:15.971Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/334) |
| 2036 | 2026-08-12T01:04:16.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-08-12T01:04:16.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-08-12T01:04:16.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-08-12T01:04:16.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2040 | 2026-08-12T01:04:16.382Z | |
| 2041 | 2026-08-12T01:04:16.382Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/334) |
| 2042 | 2026-08-12T01:04:16.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-08-12T01:04:16.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-08-12T01:04:16.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-08-12T01:04:16.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2046 | 2026-08-12T01:04:16.792Z | |
| 2047 | 2026-08-12T01:04:16.792Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/334) |
| 2048 | 2026-08-12T01:04:17.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-08-12T01:04:17.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-08-12T01:04:17.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-08-12T01:04:17.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2052 | 2026-08-12T01:04:17.202Z | |
| 2053 | 2026-08-12T01:04:17.202Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/334) |
| 2054 | 2026-08-12T01:04:17.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-08-12T01:04:17.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-08-12T01:04:17.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-08-12T01:04:17.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2058 | 2026-08-12T01:04:17.614Z | |
| 2059 | 2026-08-12T01:04:17.614Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/334) |
| 2060 | 2026-08-12T01:04:17.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-08-12T01:04:17.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-08-12T01:04:17.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-08-12T01:04:17.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2064 | 2026-08-12T01:04:18.024Z | |
| 2065 | 2026-08-12T01:04:18.024Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/334) |
| 2066 | 2026-08-12T01:04:18.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-08-12T01:04:18.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-08-12T01:04:18.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-08-12T01:04:18.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2070 | 2026-08-12T01:04:18.434Z | |
| 2071 | 2026-08-12T01:04:18.434Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/334) |
| 2072 | 2026-08-12T01:04:18.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-08-12T01:04:18.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-08-12T01:04:18.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-08-12T01:04:18.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2076 | 2026-08-12T01:04:18.844Z | |
| 2077 | 2026-08-12T01:04:18.844Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/334) |
| 2078 | 2026-08-12T01:04:19.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-08-12T01:04:19.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-08-12T01:04:19.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-08-12T01:04:19.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2082 | 2026-08-12T01:04:19.255Z | |
| 2083 | 2026-08-12T01:04:19.255Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/334) |
| 2084 | 2026-08-12T01:04:19.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-08-12T01:04:19.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-08-12T01:04:19.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-08-12T01:04:19.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2088 | 2026-08-12T01:04:19.671Z | |
| 2089 | 2026-08-12T01:04:19.671Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/334) |
| 2090 | 2026-08-12T01:04:20.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-08-12T01:04:20.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-08-12T01:04:20.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-08-12T01:04:20.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2094 | 2026-08-12T01:04:20.081Z | |
| 2095 | 2026-08-12T01:04:20.081Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/334) |
| 2096 | 2026-08-12T01:04:20.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-08-12T01:04:20.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-08-12T01:04:20.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-08-12T01:04:20.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2100 | 2026-08-12T01:04:20.494Z | |
| 2101 | 2026-08-12T01:04:20.494Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/334) |
| 2102 | 2026-08-12T01:04:20.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-08-12T01:04:20.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-08-12T01:04:20.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-08-12T01:04:20.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2106 | 2026-08-12T01:04:20.903Z | |
| 2107 | 2026-08-12T01:04:20.903Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/334) |
| 2108 | 2026-08-12T01:04:21.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-08-12T01:04:21.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-08-12T01:04:21.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-08-12T01:04:21.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2112 | 2026-08-12T01:04:21.317Z | |
| 2113 | 2026-08-12T01:04:21.317Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/334) |
| 2114 | 2026-08-12T01:04:21.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-08-12T01:04:21.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-08-12T01:04:21.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-08-12T01:04:21.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2118 | 2026-08-12T01:04:21.729Z | |
| 2119 | 2026-08-12T01:04:21.729Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/334) |
| 2120 | 2026-08-12T01:04:22.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-08-12T01:04:22.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-08-12T01:04:22.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-08-12T01:04:22.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2124 | 2026-08-12T01:04:22.142Z | |
| 2125 | 2026-08-12T01:04:22.142Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/334) |
| 2126 | 2026-08-12T01:04:22.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-08-12T01:04:22.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-08-12T01:04:22.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-08-12T01:04:22.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2130 | 2026-08-12T01:04:22.556Z | |
| 2131 | 2026-08-12T01:04:22.556Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/334) |
| 2132 | 2026-08-12T01:04:22.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-08-12T01:04:22.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-08-12T01:04:22.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-08-12T01:04:22.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2136 | 2026-08-12T01:04:22.969Z | |
| 2137 | 2026-08-12T01:04:22.969Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/334) |
| 2138 | 2026-08-12T01:04:23.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-08-12T01:04:23.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-08-12T01:04:23.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-08-12T01:04:23.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2142 | 2026-08-12T01:04:23.384Z | |
| 2143 | 2026-08-12T01:04:23.384Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/334) |
| 2144 | 2026-08-12T01:04:23.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-08-12T01:04:23.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-08-12T01:04:23.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-08-12T01:04:23.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2148 | 2026-08-12T01:04:23.795Z | |
| 2149 | 2026-08-12T01:04:23.795Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/334) |
| 2150 | 2026-08-12T01:04:24.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-08-12T01:04:24.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-08-12T01:04:24.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-08-12T01:04:24.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2154 | 2026-08-12T01:04:24.394Z | |
| 2155 | 2026-08-12T01:04:24.394Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/334) |
| 2156 | 2026-08-12T01:04:24.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-08-12T01:04:24.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-08-12T01:04:24.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-08-12T01:04:24.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-08-12T01:04:24.992Z | |
| 2161 | 2026-08-12T01:04:24.992Z | info: running `cargo check --bins` on nexus-config (51/334) |
| 2162 | 2026-08-12T01:04:25.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-08-12T01:04:25.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-08-12T01:04:25.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-08-12T01:04:25.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2166 | 2026-08-12T01:04:25.594Z | |
| 2167 | 2026-08-12T01:04:25.594Z | info: running `cargo check --bins` on nexus-types (52/334) |
| 2168 | 2026-08-12T01:04:26.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-08-12T01:04:26.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-08-12T01:04:26.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-08-12T01:04:26.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2172 | 2026-08-12T01:04:26.192Z | |
| 2173 | 2026-08-12T01:04:26.192Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/334) |
| 2174 | 2026-08-12T01:04:26.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-08-12T01:04:26.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-08-12T01:04:26.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-08-12T01:04:26.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2178 | 2026-08-12T01:04:26.758Z | |
| 2179 | 2026-08-12T01:04:26.758Z | info: running `cargo check --bins` on omicron-passwords (54/334) |
| 2180 | 2026-08-12T01:04:27.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-08-12T01:04:27.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-08-12T01:04:27.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-08-12T01:04:27.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2184 | 2026-08-12T01:04:27.303Z | |
| 2185 | 2026-08-12T01:04:27.303Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/334) |
| 2186 | 2026-08-12T01:04:27.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-08-12T01:04:27.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-08-12T01:04:27.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-08-12T01:04:27.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2190 | 2026-08-12T01:04:27.865Z | |
| 2191 | 2026-08-12T01:04:27.865Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/334) |
| 2192 | 2026-08-12T01:04:28.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-08-12T01:04:28.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-08-12T01:04:28.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-08-12T01:04:28.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2196 | 2026-08-12T01:04:28.432Z | |
| 2197 | 2026-08-12T01:04:28.432Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/334) |
| 2198 | 2026-08-12T01:04:28.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-08-12T01:04:28.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-08-12T01:04:28.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-08-12T01:04:28.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2202 | 2026-08-12T01:04:28.997Z | |
| 2203 | 2026-08-12T01:04:28.997Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/334) |
| 2204 | 2026-08-12T01:04:29.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-08-12T01:04:29.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-08-12T01:04:29.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-08-12T01:04:29.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2208 | 2026-08-12T01:04:29.566Z | |
| 2209 | 2026-08-12T01:04:29.566Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/334) |
| 2210 | 2026-08-12T01:04:30.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-08-12T01:04:30.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-08-12T01:04:30.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-08-12T01:04:30.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2214 | 2026-08-12T01:04:30.114Z | |
| 2215 | 2026-08-12T01:04:30.114Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/334) |
| 2216 | 2026-08-12T01:04:30.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-08-12T01:04:30.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-08-12T01:04:30.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-08-12T01:04:30.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2220 | 2026-08-12T01:04:30.662Z | |
| 2221 | 2026-08-12T01:04:30.662Z | info: running `cargo check --bins --no-default-features` on gfss (61/334) |
| 2222 | 2026-08-12T01:04:31.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-08-12T01:04:31.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-08-12T01:04:31.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-08-12T01:04:31.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2226 | 2026-08-12T01:04:31.208Z | |
| 2227 | 2026-08-12T01:04:31.208Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/334) |
| 2228 | 2026-08-12T01:04:31.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-08-12T01:04:31.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-08-12T01:04:31.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-08-12T01:04:31.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2232 | 2026-08-12T01:04:31.754Z | |
| 2233 | 2026-08-12T01:04:31.754Z | info: running `cargo check --bins` on wicketd-commission-types (63/334) |
| 2234 | 2026-08-12T01:04:32.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-08-12T01:04:32.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-08-12T01:04:32.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-08-12T01:04:32.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2238 | 2026-08-12T01:04:32.323Z | |
| 2239 | 2026-08-12T01:04:32.323Z | info: running `cargo check --bins` on wicketd-commission-types-versions (64/334) |
| 2240 | 2026-08-12T01:04:32.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-08-12T01:04:32.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-08-12T01:04:32.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-08-12T01:04:32.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2244 | 2026-08-12T01:04:32.882Z | |
| 2245 | 2026-08-12T01:04:32.882Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (65/334) |
| 2246 | 2026-08-12T01:04:33.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-08-12T01:04:33.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-08-12T01:04:33.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-08-12T01:04:33.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2250 | 2026-08-12T01:04:33.438Z | |
| 2251 | 2026-08-12T01:04:33.438Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/334) |
| 2252 | 2026-08-12T01:04:33.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-08-12T01:04:33.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-08-12T01:04:33.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-08-12T01:04:33.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2256 | 2026-08-12T01:04:33.992Z | |
| 2257 | 2026-08-12T01:04:33.992Z | info: running `cargo check --bins` on clickhouse-admin-types (67/334) |
| 2258 | 2026-08-12T01:04:34.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-08-12T01:04:34.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-08-12T01:04:34.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2261 | 2026-08-12T01:04:34.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2262 | 2026-08-12T01:04:34.555Z | |
| 2263 | 2026-08-12T01:04:34.555Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (68/334) |
| 2264 | 2026-08-12T01:04:35.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2265 | 2026-08-12T01:04:35.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2266 | 2026-08-12T01:04:35.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2267 | 2026-08-12T01:04:35.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2268 | 2026-08-12T01:04:35.117Z | |
| 2269 | 2026-08-12T01:04:35.117Z | info: running `cargo check --bins` on cockroach-admin-types (69/334) |
| 2270 | 2026-08-12T01:04:35.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2271 | 2026-08-12T01:04:35.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2272 | 2026-08-12T01:04:35.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2273 | 2026-08-12T01:04:35.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2274 | 2026-08-12T01:04:35.664Z | |
| 2275 | 2026-08-12T01:04:35.664Z | info: running `cargo check --bins` on cockroach-admin-types-versions (70/334) |
| 2276 | 2026-08-12T01:04:36.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2277 | 2026-08-12T01:04:36.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2278 | 2026-08-12T01:04:36.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2279 | 2026-08-12T01:04:36.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2280 | 2026-08-12T01:04:36.211Z | |
| 2281 | 2026-08-12T01:04:36.212Z | info: running `cargo check --bins` on ereport-types (71/334) |
| 2282 | 2026-08-12T01:04:36.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2026-08-12T01:04:36.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2026-08-12T01:04:36.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2285 | 2026-08-12T01:04:36.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2286 | 2026-08-12T01:04:36.771Z | |
| 2287 | 2026-08-12T01:04:36.771Z | info: running `cargo check --bins` on gateway-client (72/334) |
| 2288 | 2026-08-12T01:04:37.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2026-08-12T01:04:37.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2026-08-12T01:04:37.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2026-08-12T01:04:37.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2292 | 2026-08-12T01:04:37.325Z | |
| 2293 | 2026-08-12T01:04:37.325Z | info: running `cargo check --bins --no-default-features` on gateway-types (73/334) |
| 2294 | 2026-08-12T01:04:37.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2026-08-12T01:04:37.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2026-08-12T01:04:37.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2026-08-12T01:04:37.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2298 | 2026-08-12T01:04:37.879Z | |
| 2299 | 2026-08-12T01:04:37.879Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/334) |
| 2300 | 2026-08-12T01:04:38.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2026-08-12T01:04:38.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2026-08-12T01:04:38.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2026-08-12T01:04:38.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2304 | 2026-08-12T01:04:38.432Z | |
| 2305 | 2026-08-12T01:04:38.432Z | info: running `cargo check --bins --no-default-features` on illumos-utils (75/334) |
| 2306 | 2026-08-12T01:04:38.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2026-08-12T01:04:38.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2026-08-12T01:04:38.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2309 | 2026-08-12T01:04:38.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2310 | 2026-08-12T01:04:39.005Z | |
| 2311 | 2026-08-12T01:04:39.006Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/334) |
| 2312 | 2026-08-12T01:04:39.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2026-08-12T01:04:39.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2026-08-12T01:04:39.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2026-08-12T01:04:39.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2316 | 2026-08-12T01:04:39.577Z | |
| 2317 | 2026-08-12T01:04:39.577Z | info: running `cargo check --bins` on key-manager-types (77/334) |
| 2318 | 2026-08-12T01:04:40.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2026-08-12T01:04:40.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2026-08-12T01:04:40.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2321 | 2026-08-12T01:04:40.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2322 | 2026-08-12T01:04:40.120Z | |
| 2323 | 2026-08-12T01:04:40.120Z | info: running `cargo check --bins` on oxlog (78/334) |
| 2324 | 2026-08-12T01:04:40.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2325 | 2026-08-12T01:04:40.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2326 | 2026-08-12T01:04:40.708Z | Checking cfg-if v1.0.4 |
| 2327 | 2026-08-12T01:04:40.813Z | Checking serde_core v1.0.228 |
| 2328 | 2026-08-12T01:04:40.816Z | Checking libc v0.2.185 |
| 2329 | 2026-08-12T01:04:40.828Z | Checking memchr v2.8.0 |
| 2330 | 2026-08-12T01:04:40.835Z | Checking log v0.4.29 |
| 2331 | 2026-08-12T01:04:40.837Z | Checking smallvec v1.15.1 |
| 2332 | 2026-08-12T01:04:40.854Z | Checking subtle v2.6.1 |
| 2333 | 2026-08-12T01:04:40.864Z | Checking itoa v1.0.17 |
| 2334 | 2026-08-12T01:04:40.874Z | Checking scopeguard v1.2.0 |
| 2335 | 2026-08-12T01:04:40.968Z | Checking lock_api v0.4.14 |
| 2336 | 2026-08-12T01:04:40.995Z | Checking typenum v1.20.1 |
| 2337 | 2026-08-12T01:04:40.995Z | Checking stable_deref_trait v1.2.1 |
| 2338 | 2026-08-12T01:04:41.019Z | Checking zerofrom v0.1.6 |
| 2339 | 2026-08-12T01:04:41.030Z | Checking zerocopy v0.8.40 |
| 2340 | 2026-08-12T01:04:41.065Z | Checking portable-atomic v1.13.1 |
| 2341 | 2026-08-12T01:04:41.128Z | Checking yoke v0.8.1 |
| 2342 | 2026-08-12T01:04:41.162Z | Checking critical-section v1.2.0 |
| 2343 | 2026-08-12T01:04:41.192Z | Checking pin-project-lite v0.2.17 |
| 2344 | 2026-08-12T01:04:41.206Z | Checking errno v0.3.14 |
| 2345 | 2026-08-12T01:04:41.254Z | Checking getrandom v0.2.17 |
| 2346 | 2026-08-12T01:04:41.282Z | Checking const-oid v0.9.6 |
| 2347 | 2026-08-12T01:04:41.293Z | Checking zerovec v0.11.5 |
| 2348 | 2026-08-12T01:04:41.315Z | Checking zmij v1.0.21 |
| 2349 | 2026-08-12T01:04:41.395Z | Checking rand_core v0.6.4 |
| 2350 | 2026-08-12T01:04:41.464Z | Checking once_cell v1.21.3 |
| 2351 | 2026-08-12T01:04:41.519Z | Checking libm v0.2.16 |
| 2352 | 2026-08-12T01:04:41.566Z | Checking signal-hook-registry v1.4.8 |
| 2353 | 2026-08-12T01:04:41.632Z | Checking parking_lot_core v0.9.12 |
| 2354 | 2026-08-12T01:04:41.713Z | Checking tinystr v0.8.2 |
| 2355 | 2026-08-12T01:04:41.725Z | Checking futures-core v0.3.32 |
| 2356 | 2026-08-12T01:04:41.736Z | Checking litemap v0.8.1 |
| 2357 | 2026-08-12T01:04:41.819Z | Checking writeable v0.6.2 |
| 2358 | 2026-08-12T01:04:41.877Z | Checking percent-encoding v2.3.2 |
| 2359 | 2026-08-12T01:04:41.888Z | Checking rand_core v0.10.0 |
| 2360 | 2026-08-12T01:04:41.934Z | Checking parking_lot v0.12.5 |
| 2361 | 2026-08-12T01:04:41.957Z | Checking potential_utf v0.1.4 |
| 2362 | 2026-08-12T01:04:41.981Z | Checking icu_locale_core v2.1.1 |
| 2363 | 2026-08-12T01:04:42.036Z | Checking zerotrie v0.2.3 |
| 2364 | 2026-08-12T01:04:42.040Z | Checking getrandom v0.4.1 |
| 2365 | 2026-08-12T01:04:42.080Z | Checking mio v1.2.0 |
| 2366 | 2026-08-12T01:04:42.121Z | Checking equivalent v1.0.2 |
| 2367 | 2026-08-12T01:04:42.170Z | Checking icu_collections v2.1.1 |
| 2368 | 2026-08-12T01:04:42.202Z | Checking socket2 v0.6.3 |
| 2369 | 2026-08-12T01:04:42.216Z | Checking num-traits v0.2.19 |
| 2370 | 2026-08-12T01:04:42.250Z | Checking icu_properties_data v2.1.2 |
| 2371 | 2026-08-12T01:04:42.318Z | Checking serde v1.0.228 |
| 2372 | 2026-08-12T01:04:42.362Z | Checking bitflags v2.11.0 |
| 2373 | 2026-08-12T01:04:42.377Z | Checking serde_json v1.0.151 |
| 2374 | 2026-08-12T01:04:42.433Z | Checking icu_normalizer_data v2.1.1 |
| 2375 | 2026-08-12T01:04:42.472Z | Checking byteorder v1.5.0 |
| 2376 | 2026-08-12T01:04:42.504Z | Checking futures-sink v0.3.32 |
| 2377 | 2026-08-12T01:04:42.518Z | Checking icu_provider v2.1.1 |
| 2378 | 2026-08-12T01:04:42.518Z | Checking hashbrown v0.17.0 |
| 2379 | 2026-08-12T01:04:42.599Z | Checking futures-channel v0.3.32 |
| 2380 | 2026-08-12T01:04:42.667Z | Checking getrandom v0.3.4 |
| 2381 | 2026-08-12T01:04:42.717Z | Checking zeroize v1.9.0 |
| 2382 | 2026-08-12T01:04:42.733Z | Checking bytes v1.11.1 |
| 2383 | 2026-08-12T01:04:42.754Z | Checking icu_normalizer v2.1.1 |
| 2384 | 2026-08-12T01:04:42.788Z | Checking icu_properties v2.1.2 |
| 2385 | 2026-08-12T01:04:42.808Z | Checking futures-io v0.3.32 |
| 2386 | 2026-08-12T01:04:42.886Z | Checking generic-array v0.14.7 |
| 2387 | 2026-08-12T01:04:42.919Z | Checking futures-task v0.3.32 |
| 2388 | 2026-08-12T01:04:42.979Z | Checking indexmap v2.14.0 |
| 2389 | 2026-08-12T01:04:43.037Z | Checking slab v0.4.12 |
| 2390 | 2026-08-12T01:04:43.053Z | Checking utf8_iter v1.0.4 |
| 2391 | 2026-08-12T01:04:43.067Z | Checking form_urlencoded v1.2.2 |
| 2392 | 2026-08-12T01:04:43.161Z | Checking tokio v1.52.1 |
| 2393 | 2026-08-12T01:04:43.176Z | Checking rustix v1.1.3 |
| 2394 | 2026-08-12T01:04:43.189Z | Checking futures-util v0.3.32 |
| 2395 | 2026-08-12T01:04:43.200Z | Checking fnv v1.0.7 |
| 2396 | 2026-08-12T01:04:43.291Z | Checking base64ct v1.8.3 |
| 2397 | 2026-08-12T01:04:43.338Z | Checking block-buffer v0.10.4 |
| 2398 | 2026-08-12T01:04:43.477Z | Checking crypto-common v0.1.7 |
| 2399 | 2026-08-12T01:04:43.525Z | Checking pem-rfc7468 v0.7.0 |
| 2400 | 2026-08-12T01:04:43.539Z | Checking flagset v0.4.7 |
| 2401 | 2026-08-12T01:04:43.601Z | Checking digest v0.10.7 |
| 2402 | 2026-08-12T01:04:43.613Z | Checking idna_adapter v1.2.1 |
| 2403 | 2026-08-12T01:04:43.657Z | Checking iana-time-zone v0.1.65 |
| 2404 | 2026-08-12T01:04:43.678Z | Checking der v0.7.10 |
| 2405 | 2026-08-12T01:04:43.727Z | Checking idna v1.1.0 |
| 2406 | 2026-08-12T01:04:43.761Z | Checking chrono v0.4.45 |
| 2407 | 2026-08-12T01:04:43.777Z | Checking ppv-lite86 v0.2.21 |
| 2408 | 2026-08-12T01:04:43.800Z | Checking rand_core v0.9.5 |
| 2409 | 2026-08-12T01:04:43.968Z | Checking url v2.5.8 |
| 2410 | 2026-08-12T01:04:43.982Z | Checking uuid v1.23.4 |
| 2411 | 2026-08-12T01:04:44.010Z | Checking regex-syntax v0.8.10 |
| 2412 | 2026-08-12T01:04:44.060Z | Checking base64 v0.22.1 |
| 2413 | 2026-08-12T01:04:44.298Z | Checking http v1.4.2 |
| 2414 | 2026-08-12T01:04:44.312Z | Checking utf8parse v0.2.2 |
| 2415 | 2026-08-12T01:04:44.401Z | Checking rand_chacha v0.9.0 |
| 2416 | 2026-08-12T01:04:44.415Z | Checking spki v0.7.3 |
| 2417 | 2026-08-12T01:04:44.415Z | Checking tracing-core v0.1.36 |
| 2418 | 2026-08-12T01:04:44.581Z | Checking anstyle v1.0.14 |
| 2419 | 2026-08-12T01:04:44.599Z | Checking cpufeatures v0.2.17 |
| 2420 | 2026-08-12T01:04:44.618Z | Checking dyn-clone v1.0.20 |
| 2421 | 2026-08-12T01:04:44.667Z | Checking rand v0.9.2 |
| 2422 | 2026-08-12T01:04:44.720Z | Checking pkcs8 v0.10.2 |
| 2423 | 2026-08-12T01:04:44.738Z | Checking tracing v0.1.44 |
| 2424 | 2026-08-12T01:04:44.760Z | Checking rustls-pki-types v1.14.0 |
| 2425 | 2026-08-12T01:04:44.860Z | Checking http-body v1.0.1 |
| 2426 | 2026-08-12T01:04:44.879Z | Checking semver v1.0.28 |
| 2427 | 2026-08-12T01:04:44.941Z | Checking spin v0.9.8 |
| 2428 | 2026-08-12T01:04:44.990Z | Checking colorchoice v1.0.4 |
| 2429 | 2026-08-12T01:04:45.047Z | Checking anstyle-query v1.1.5 |
| 2430 | 2026-08-12T01:04:45.078Z | Checking openssl-probe v0.2.1 |
| 2431 | 2026-08-12T01:04:45.092Z | Checking is_terminal_polyfill v1.70.2 |
| 2432 | 2026-08-12T01:04:45.095Z | Checking tinyvec_macros v0.1.1 |
| 2433 | 2026-08-12T01:04:45.119Z | Checking cmov v0.5.4 |
| 2434 | 2026-08-12T01:04:45.133Z | Checking schemars v0.8.22 |
| 2435 | 2026-08-12T01:04:45.147Z | Checking sha2 v0.10.9 |
| 2436 | 2026-08-12T01:04:45.162Z | Checking tinyvec v1.10.0 |
| 2437 | 2026-08-12T01:04:45.177Z | Checking aws-lc-sys v0.40.0 |
| 2438 | 2026-08-12T01:04:45.177Z | Checking thiserror v2.0.18 |
| 2439 | 2026-08-12T01:04:45.287Z | Checking fastrand v2.3.0 |
| 2440 | 2026-08-12T01:04:45.303Z | Checking ctutils v0.4.2 |
| 2441 | 2026-08-12T01:04:45.315Z | Checking untrusted v0.7.1 |
| 2442 | 2026-08-12T01:04:45.423Z | Checking atomic-waker v1.1.2 |
| 2443 | 2026-08-12T01:04:45.426Z | Checking tower-service v0.3.3 |
| 2444 | 2026-08-12T01:04:45.475Z | Checking try-lock v0.2.5 |
| 2445 | 2026-08-12T01:04:45.489Z | Checking tower-layer v0.3.3 |
| 2446 | 2026-08-12T01:04:45.521Z | Checking tempfile v3.25.0 |
| 2447 | 2026-08-12T01:04:45.535Z | Checking anstyle-parse v1.0.0 |
| 2448 | 2026-08-12T01:04:45.548Z | Checking hybrid-array v0.4.13 |
| 2449 | 2026-08-12T01:04:45.572Z | Checking want v0.3.1 |
| 2450 | 2026-08-12T01:04:45.635Z | Checking ipnet v2.11.0 |
| 2451 | 2026-08-12T01:04:45.680Z | Checking crc32fast v1.5.0 |
| 2452 | 2026-08-12T01:04:45.695Z | Checking httparse v1.10.1 |
| 2453 | 2026-08-12T01:04:45.698Z | Checking aws-lc-rs v1.16.3 |
| 2454 | 2026-08-12T01:04:45.720Z | Checking aho-corasick v1.1.4 |
| 2455 | 2026-08-12T01:04:45.796Z | Checking plain v0.2.3 |
| 2456 | 2026-08-12T01:04:45.819Z | Checking tap v1.0.1 |
| 2457 | 2026-08-12T01:04:45.896Z | Checking foreign-types-shared v0.1.1 |
| 2458 | 2026-08-12T01:04:45.909Z | Checking simd-adler32 v0.3.8 |
| 2459 | 2026-08-12T01:04:45.920Z | Checking untrusted v0.9.0 |
| 2460 | 2026-08-12T01:04:45.932Z | Checking httpdate v1.0.3 |
| 2461 | 2026-08-12T01:04:45.976Z | Checking foreign-types v0.3.2 |
| 2462 | 2026-08-12T01:04:46.023Z | Checking wyz v0.5.1 |
| 2463 | 2026-08-12T01:04:46.044Z | Checking anstream v1.0.0 |
| 2464 | 2026-08-12T01:04:46.070Z | Checking unicode-normalization v0.1.25 |
| 2465 | 2026-08-12T01:04:46.085Z | Checking rand_chacha v0.3.1 |
| 2466 | 2026-08-12T01:04:46.193Z | Checking terminal_size v0.4.3 |
| 2467 | 2026-08-12T01:04:46.240Z | Checking signature v2.2.0 |
| 2468 | 2026-08-12T01:04:46.291Z | Checking radium v0.7.0 |
| 2469 | 2026-08-12T01:04:46.303Z | Checking num-integer v0.1.46 |
| 2470 | 2026-08-12T01:04:46.307Z | Checking hex v0.4.3 |
| 2471 | 2026-08-12T01:04:46.376Z | Checking openssl-sys v0.9.117 |
| 2472 | 2026-08-12T01:04:46.392Z | Checking regex-automata v0.4.14 |
| 2473 | 2026-08-12T01:04:46.442Z | Checking tokio-util v0.7.18 |
| 2474 | 2026-08-12T01:04:46.463Z | Checking wait-timeout v0.2.1 |
| 2475 | 2026-08-12T01:04:46.478Z | Checking strsim v0.11.1 |
| 2476 | 2026-08-12T01:04:46.524Z | Checking clap_lex v1.0.0 |
| 2477 | 2026-08-12T01:04:46.536Z | Checking funty v2.0.0 |
| 2478 | 2026-08-12T01:04:46.547Z | Checking rustls-webpki v0.103.13 |
| 2479 | 2026-08-12T01:04:46.582Z | Checking unicode-ident v1.0.24 |
| 2480 | 2026-08-12T01:04:46.638Z | Checking bit-vec v0.8.0 |
| 2481 | 2026-08-12T01:04:46.671Z | Checking quick-error v1.2.3 |
| 2482 | 2026-08-12T01:04:46.686Z | Checking ucd-trie v0.1.7 |
| 2483 | 2026-08-12T01:04:46.743Z | Checking adler2 v2.0.1 |
| 2484 | 2026-08-12T01:04:46.768Z | Checking rusty-fork v0.3.1 |
| 2485 | 2026-08-12T01:04:46.812Z | Checking pest v2.8.6 |
| 2486 | 2026-08-12T01:04:46.824Z | Checking bit-set v0.8.0 |
| 2487 | 2026-08-12T01:04:46.843Z | Checking bitvec v1.0.1 |
| 2488 | 2026-08-12T01:04:46.847Z | Checking miniz_oxide v0.8.9 |
| 2489 | 2026-08-12T01:04:46.933Z | Checking openssl v0.10.80 |
| 2490 | 2026-08-12T01:04:46.959Z | Checking rustls v0.23.41 |
| 2491 | 2026-08-12T01:04:46.971Z | Checking proc-macro2 v1.0.106 |
| 2492 | 2026-08-12T01:04:47.057Z | Checking h2 v0.4.15 |
| 2493 | 2026-08-12T01:04:47.208Z | Checking clap_builder v4.6.0 |
| 2494 | 2026-08-12T01:04:47.282Z | Checking num-iter v0.1.45 |
| 2495 | 2026-08-12T01:04:47.392Z | Checking rand v0.8.6 |
| 2496 | 2026-08-12T01:04:47.865Z | Checking lazy_static v1.5.0 |
| 2497 | 2026-08-12T01:04:47.911Z | Checking anstyle-parse v0.2.7 |
| 2498 | 2026-08-12T01:04:47.955Z | Checking rand_xorshift v0.4.0 |
| 2499 | 2026-08-12T01:04:48.061Z | Checking hmac v0.12.1 |
| 2500 | 2026-08-12T01:04:48.076Z | Checking thiserror v1.0.69 |
| 2501 | 2026-08-12T01:04:48.148Z | Checking maybe-uninit v2.0.0 |
| 2502 | 2026-08-12T01:04:48.170Z | Checking toml_datetime v0.6.11 |
| 2503 | 2026-08-12T01:04:48.196Z | Checking serde_spanned v0.6.9 |
| 2504 | 2026-08-12T01:04:48.210Z | Checking sync_wrapper v1.0.2 |
| 2505 | 2026-08-12T01:04:48.224Z | Checking unarray v0.1.4 |
| 2506 | 2026-08-12T01:04:48.309Z | Checking crc-catalog v2.4.0 |
| 2507 | 2026-08-12T01:04:48.321Z | Checking pretty-hex v0.4.1 |
| 2508 | 2026-08-12T01:04:48.324Z | Checking zlib-rs v0.6.2 |
| 2509 | 2026-08-12T01:04:48.349Z | Checking powerfmt v0.2.0 |
| 2510 | 2026-08-12T01:04:48.397Z | Checking siphasher v1.0.2 |
| 2511 | 2026-08-12T01:04:48.432Z | Checking nodrop v0.1.14 |
| 2512 | 2026-08-12T01:04:48.445Z | Checking clap v4.6.1 |
| 2513 | 2026-08-12T01:04:48.496Z | Checking deranged v0.5.8 |
| 2514 | 2026-08-12T01:04:48.517Z | Checking array-init v0.0.4 |
| 2515 | 2026-08-12T01:04:48.530Z | Checking crc v3.4.0 |
| 2516 | 2026-08-12T01:04:48.549Z | Checking proptest v1.11.0 |
| 2517 | 2026-08-12T01:04:48.697Z | Checking tower v0.5.3 |
| 2518 | 2026-08-12T01:04:48.806Z | Checking smallvec v0.6.14 |
| 2519 | 2026-08-12T01:04:48.915Z | Checking native-tls v0.2.18 |
| 2520 | 2026-08-12T01:04:48.995Z | Checking packed_struct v0.10.1 |
| 2521 | 2026-08-12T01:04:49.085Z | Checking anstream v0.6.21 |
| 2522 | 2026-08-12T01:04:49.096Z | Checking num-bigint-dig v0.8.6 |
| 2523 | 2026-08-12T01:04:49.211Z | Checking flate2 v1.1.9 |
| 2524 | 2026-08-12T01:04:49.227Z | Checking quote v1.0.45 |
| 2525 | 2026-08-12T01:04:49.281Z | Checking ipnetwork v0.21.1 |
| 2526 | 2026-08-12T01:04:49.397Z | Checking http-body-util v0.1.3 |
| 2527 | 2026-08-12T01:04:49.410Z | Checking pkcs1 v0.7.5 |
| 2528 | 2026-08-12T01:04:49.497Z | Checking crossbeam-utils v0.8.21 |
| 2529 | 2026-08-12T01:04:49.510Z | Checking zerocopy v0.6.6 |
| 2530 | 2026-08-12T01:04:49.610Z | Checking bitfield v0.19.4 |
| 2531 | 2026-08-12T01:04:49.613Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2532 | 2026-08-12T01:04:49.702Z | Checking ahash v0.8.12 |
| 2533 | 2026-08-12T01:04:49.796Z | Checking scroll v0.13.0 |
| 2534 | 2026-08-12T01:04:49.834Z | Checking env_filter v1.0.0 |
| 2535 | 2026-08-12T01:04:49.870Z | Checking unicode-bidi v0.3.18 |
| 2536 | 2026-08-12T01:04:49.885Z | Checking hyper v1.10.1 |
| 2537 | 2026-08-12T01:04:49.897Z | Checking winnow v0.5.40 |
| 2538 | 2026-08-12T01:04:49.900Z | Checking base64 v0.21.7 |
| 2539 | 2026-08-12T01:04:49.974Z | Checking num_threads v0.1.7 |
| 2540 | 2026-08-12T01:04:50.019Z | Checking allocator-api2 v0.2.21 |
| 2541 | 2026-08-12T01:04:50.050Z | Checking num-conv v0.2.0 |
| 2542 | 2026-08-12T01:04:50.063Z | Checking hashbrown v0.12.3 |
| 2543 | 2026-08-12T01:04:50.137Z | Checking ryu v1.0.23 |
| 2544 | 2026-08-12T01:04:50.161Z | Checking time-core v0.1.8 |
| 2545 | 2026-08-12T01:04:50.171Z | Checking unicode-properties v0.1.4 |
| 2546 | 2026-08-12T01:04:50.268Z | Checking iri-string v0.7.10 |
| 2547 | 2026-08-12T01:04:50.299Z | Checking time v0.3.47 |
| 2548 | 2026-08-12T01:04:50.299Z | Checking serde_urlencoded v0.7.1 |
| 2549 | 2026-08-12T01:04:50.352Z | Checking stringprep v0.1.5 |
| 2550 | 2026-08-12T01:04:50.365Z | Checking newtype-uuid v1.3.2 |
| 2551 | 2026-08-12T01:04:50.488Z | Checking indexmap v1.9.3 |
| 2552 | 2026-08-12T01:04:50.506Z | Checking ron v0.8.1 |
| 2553 | 2026-08-12T01:04:50.518Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2554 | 2026-08-12T01:04:50.569Z | Checking goblin v0.10.5 |
| 2555 | 2026-08-12T01:04:50.805Z | Checking env_logger v0.11.9 |
| 2556 | 2026-08-12T01:04:50.856Z | Checking hyper-util v0.1.20 |
| 2557 | 2026-08-12T01:04:50.999Z | Checking hashbrown v0.13.2 |
| 2558 | 2026-08-12T01:04:51.019Z | Checking rsa v0.9.10 |
| 2559 | 2026-08-12T01:04:51.072Z | Checking toml_edit v0.19.15 |
| 2560 | 2026-08-12T01:04:51.316Z | Checking tower-http v0.6.8 |
| 2561 | 2026-08-12T01:04:51.419Z | Checking crossbeam-epoch v0.9.18 |
| 2562 | 2026-08-12T01:04:51.448Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2563 | 2026-08-12T01:04:51.475Z | Checking bzip2 v0.4.4 |
| 2564 | 2026-08-12T01:04:51.594Z | Checking oxnet v0.1.6 |
| 2565 | 2026-08-12T01:04:51.607Z | Checking syn v2.0.117 |
| 2566 | 2026-08-12T01:04:51.637Z | Checking tokio-native-tls v0.3.1 |
| 2567 | 2026-08-12T01:04:51.637Z | Checking serde-hex v0.1.0 |
| 2568 | 2026-08-12T01:04:51.803Z | Checking bstr v1.12.1 |
| 2569 | 2026-08-12T01:04:51.850Z | Checking block-buffer v0.12.1 |
| 2570 | 2026-08-12T01:04:52.012Z | Checking block-padding v0.4.2 |
| 2571 | 2026-08-12T01:04:52.109Z | Checking crypto-common v0.2.2 |
| 2572 | 2026-08-12T01:04:52.123Z | Checking rustls-native-certs v0.8.3 |
| 2573 | 2026-08-12T01:04:52.148Z | Checking scroll v0.12.0 |
| 2574 | 2026-08-12T01:04:52.197Z | Checking x509-cert v0.2.5 |
| 2575 | 2026-08-12T01:04:52.252Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2576 | 2026-08-12T01:04:52.361Z | Checking md-5 v0.10.6 |
| 2577 | 2026-08-12T01:04:52.374Z | Checking hash32 v0.2.1 |
| 2578 | 2026-08-12T01:04:52.502Z | Checking encoding_rs v0.8.35 |
| 2579 | 2026-08-12T01:04:52.528Z | Checking crc-any v2.5.0 |
| 2580 | 2026-08-12T01:04:52.700Z | Checking fallible-iterator v0.2.0 |
| 2581 | 2026-08-12T01:04:52.714Z | Checking either v1.15.0 |
| 2582 | 2026-08-12T01:04:52.848Z | Checking mime v0.3.17 |
| 2583 | 2026-08-12T01:04:52.876Z | Checking psl-types v2.0.11 |
| 2584 | 2026-08-12T01:04:52.893Z | Checking dof v0.4.0 |
| 2585 | 2026-08-12T01:04:52.978Z | Checking postgres-protocol v0.6.10 |
| 2586 | 2026-08-12T01:04:52.993Z | Checking publicsuffix v2.3.0 |
| 2587 | 2026-08-12T01:04:53.024Z | Checking heapless v0.7.17 |
| 2588 | 2026-08-12T01:04:53.138Z | Checking goblin v0.8.2 |
| 2589 | 2026-08-12T01:04:53.150Z | Checking zstd-safe v7.2.4 |
| 2590 | 2026-08-12T01:04:53.301Z | Checking inout v0.2.2 |
| 2591 | 2026-08-12T01:04:53.315Z | Checking hyper-tls v0.6.0 |
| 2592 | 2026-08-12T01:04:53.446Z | Checking toml v0.7.8 |
| 2593 | 2026-08-12T01:04:53.452Z | Checking daft v0.1.7 |
| 2594 | 2026-08-12T01:04:53.467Z | Checking zip v0.6.6 |
| 2595 | 2026-08-12T01:04:53.488Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2596 | 2026-08-12T01:04:53.522Z | Checking cookie v0.18.1 |
| 2597 | 2026-08-12T01:04:53.542Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2598 | 2026-08-12T01:04:53.645Z | Checking object v0.30.4 |
| 2599 | 2026-08-12T01:04:53.690Z | Checking tokio-rustls v0.26.4 |
| 2600 | 2026-08-12T01:04:53.740Z | Checking phf_shared v0.13.1 |
| 2601 | 2026-08-12T01:04:53.754Z | Checking dtrace-parser v0.3.0 |
| 2602 | 2026-08-12T01:04:53.785Z | Checking zerocopy v0.7.35 |
| 2603 | 2026-08-12T01:04:53.876Z | Checking pin-project v1.1.11 |
| 2604 | 2026-08-12T01:04:53.914Z | Checking signal-hook v0.3.18 |
| 2605 | 2026-08-12T01:04:53.937Z | Checking futures-executor v0.3.32 |
| 2606 | 2026-08-12T01:04:53.969Z | Checking ff v0.13.1 |
| 2607 | 2026-08-12T01:04:53.984Z | Checking thread-id v5.1.0 |
| 2608 | 2026-08-12T01:04:54.061Z | Checking libbz2-rs-sys v0.2.2 |
| 2609 | 2026-08-12T01:04:54.081Z | Checking managed v0.8.0 |
| 2610 | 2026-08-12T01:04:54.092Z | Checking base16ct v0.2.0 |
| 2611 | 2026-08-12T01:04:54.103Z | Checking foldhash v0.2.0 |
| 2612 | 2026-08-12T01:04:54.209Z | Checking foldhash v0.1.5 |
| 2613 | 2026-08-12T01:04:54.249Z | Checking same-file v1.0.6 |
| 2614 | 2026-08-12T01:04:54.261Z | Checking path-slash v0.1.5 |
| 2615 | 2026-08-12T01:04:54.272Z | Compiling rayon-core v1.13.0 |
| 2616 | 2026-08-12T01:04:54.345Z | Checking jiff-core v0.1.0 |
| 2617 | 2026-08-12T01:04:54.358Z | Checking bitflags v1.3.2 |
| 2618 | 2026-08-12T01:04:54.370Z | Checking bumpalo v3.20.2 |
| 2619 | 2026-08-12T01:04:54.426Z | Checking smoltcp v0.9.1 |
| 2620 | 2026-08-12T01:04:54.441Z | Checking bzip2 v0.6.1 |
| 2621 | 2026-08-12T01:04:54.478Z | Checking walkdir v2.5.0 |
| 2622 | 2026-08-12T01:04:54.507Z | Checking hashbrown v0.15.5 |
| 2623 | 2026-08-12T01:04:54.567Z | Checking zopfli v0.8.3 |
| 2624 | 2026-08-12T01:04:54.605Z | Checking hashbrown v0.16.1 |
| 2625 | 2026-08-12T01:04:54.628Z | Checking sec1 v0.7.3 |
| 2626 | 2026-08-12T01:04:54.834Z | Checking signal-hook-mio v0.2.5 |
| 2627 | 2026-08-12T01:04:54.890Z | Checking group v0.13.0 |
| 2628 | 2026-08-12T01:04:54.939Z | Checking futures v0.3.32 |
| 2629 | 2026-08-12T01:04:54.967Z | Checking usdt-impl v0.6.0 |
| 2630 | 2026-08-12T01:04:55.002Z | Checking snafu v0.8.9 |
| 2631 | 2026-08-12T01:04:55.016Z | Checking phf v0.13.1 |
| 2632 | 2026-08-12T01:04:55.026Z | Checking jiff v0.2.34 |
| 2633 | 2026-08-12T01:04:55.026Z | Checking dof v0.3.0 |
| 2634 | 2026-08-12T01:04:55.049Z | Checking hyper-rustls v0.27.7 |
| 2635 | 2026-08-12T01:04:55.106Z | Checking cookie_store v0.22.1 |
| 2636 | 2026-08-12T01:04:55.155Z | Checking reqwest v0.12.28 |
| 2637 | 2026-08-12T01:04:55.234Z | Checking cipher v0.5.2 |
| 2638 | 2026-08-12T01:04:55.247Z | Checking zstd v0.13.3 |
| 2639 | 2026-08-12T01:04:55.260Z | Checking postgres-types v0.2.12 |
| 2640 | 2026-08-12T01:04:55.316Z | Checking rustls-platform-verifier v0.6.2 |
| 2641 | 2026-08-12T01:04:55.446Z | Checking globset v0.4.18 |
| 2642 | 2026-08-12T01:04:55.449Z | Checking crossbeam-deque v0.8.6 |
| 2643 | 2026-08-12T01:04:55.470Z | Checking phf_shared v0.11.3 |
| 2644 | 2026-08-12T01:04:55.482Z | Checking regex v1.12.3 |
| 2645 | 2026-08-12T01:04:55.590Z | Checking hkdf v0.12.4 |
| 2646 | 2026-08-12T01:04:55.612Z | Checking dtrace-parser v0.2.0 |
| 2647 | 2026-08-12T01:04:55.640Z | Checking byte-wrapper v0.1.0 |
| 2648 | 2026-08-12T01:04:55.701Z | Checking curve25519-dalek v4.1.3 |
| 2649 | 2026-08-12T01:04:55.726Z | Checking ref-cast v1.0.25 |
| 2650 | 2026-08-12T01:04:55.761Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2651 | 2026-08-12T01:04:55.772Z | Checking strum v0.27.2 |
| 2652 | 2026-08-12T01:04:55.822Z | Checking olpc-cjson v0.1.4 |
| 2653 | 2026-08-12T01:04:55.844Z | Checking hubpack v0.1.2 |
| 2654 | 2026-08-12T01:04:55.847Z | Checking ed25519 v2.2.3 |
| 2655 | 2026-08-12T01:04:55.876Z | Checking memoffset v0.9.1 |
| 2656 | 2026-08-12T01:04:55.930Z | Checking rustix v0.38.44 |
| 2657 | 2026-08-12T01:04:55.952Z | Checking pem v3.0.6 |
| 2658 | 2026-08-12T01:04:55.955Z | Checking crypto-bigint v0.5.5 |
| 2659 | 2026-08-12T01:04:56.009Z | Checking float-cmp v0.10.0 |
| 2660 | 2026-08-12T01:04:56.040Z | Checking serde-big-array v0.5.1 |
| 2661 | 2026-08-12T01:04:56.095Z | Checking erased-serde v0.3.31 |
| 2662 | 2026-08-12T01:04:56.110Z | Checking serde_plain v1.0.2 |
| 2663 | 2026-08-12T01:04:56.133Z | Checking memmap2 v0.9.10 |
| 2664 | 2026-08-12T01:04:56.170Z | Checking thread-id v4.2.2 |
| 2665 | 2026-08-12T01:04:56.249Z | Checking typed-path v0.9.3 |
| 2666 | 2026-08-12T01:04:56.252Z | Checking data-encoding v2.10.0 |
| 2667 | 2026-08-12T01:04:56.291Z | Checking precomputed-hash v0.1.1 |
| 2668 | 2026-08-12T01:04:56.377Z | Checking toml_write v0.1.2 |
| 2669 | 2026-08-12T01:04:56.460Z | Checking whoami v2.1.0 |
| 2670 | 2026-08-12T01:04:56.473Z | Checking new_debug_unreachable v1.0.6 |
| 2671 | 2026-08-12T01:04:56.523Z | Checking fixedbitset v0.5.7 |
| 2672 | 2026-08-12T01:04:56.536Z | Checking cpufeatures v0.3.0 |
| 2673 | 2026-08-12T01:04:56.547Z | Checking unicode-segmentation v1.12.0 |
| 2674 | 2026-08-12T01:04:56.603Z | Checking keccak v0.1.6 |
| 2675 | 2026-08-12T01:04:56.649Z | Checking static_assertions v1.1.0 |
| 2676 | 2026-08-12T01:04:56.712Z | Checking winnow v0.7.14 |
| 2677 | 2026-08-12T01:04:56.726Z | Checking predicates-core v1.0.10 |
| 2678 | 2026-08-12T01:04:56.728Z | Checking fixedbitset v0.4.2 |
| 2679 | 2026-08-12T01:04:56.764Z | Checking normalize-line-endings v0.3.0 |
| 2680 | 2026-08-12T01:04:56.851Z | Checking winnow v1.0.3 |
| 2681 | 2026-08-12T01:04:56.854Z | Checking difflib v0.4.0 |
| 2682 | 2026-08-12T01:04:56.874Z | Checking const-oid v0.10.2 |
| 2683 | 2026-08-12T01:04:56.877Z | Checking petgraph v0.6.5 |
| 2684 | 2026-08-12T01:04:56.877Z | Checking elliptic-curve v0.13.8 |
| 2685 | 2026-08-12T01:04:56.951Z | Checking zip v4.6.1 |
| 2686 | 2026-08-12T01:04:57.016Z | Checking tough v0.22.0 |
| 2687 | 2026-08-12T01:04:57.028Z | Checking digest v0.11.3 |
| 2688 | 2026-08-12T01:04:57.041Z | Checking predicates v3.1.4 |
| 2689 | 2026-08-12T01:04:57.132Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2690 | 2026-08-12T01:04:57.203Z | Checking similar v2.7.0 |
| 2691 | 2026-08-12T01:04:57.203Z | Checking sha3 v0.10.8 |
| 2692 | 2026-08-12T01:04:57.332Z | Checking crossterm v0.28.1 |
| 2693 | 2026-08-12T01:04:57.421Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2694 | 2026-08-12T01:04:57.453Z | Checking petgraph v0.8.3 |
| 2695 | 2026-08-12T01:04:57.521Z | Checking tokio-postgres v0.7.16 |
| 2696 | 2026-08-12T01:04:57.585Z | Checking chacha20 v0.10.0 |
| 2697 | 2026-08-12T01:04:57.842Z | Checking string_cache v0.8.9 |
| 2698 | 2026-08-12T01:04:57.898Z | Checking toml_edit v0.22.27 |
| 2699 | 2026-08-12T01:04:58.015Z | Checking hickory-proto v0.25.2 |
| 2700 | 2026-08-12T01:04:58.035Z | Checking slog v2.8.2 |
| 2701 | 2026-08-12T01:04:58.124Z | Checking ed25519-dalek v2.2.0 |
| 2702 | 2026-08-12T01:04:58.295Z | Checking usdt v0.6.0 |
| 2703 | 2026-08-12T01:04:58.358Z | Checking usdt-impl v0.5.0 |
| 2704 | 2026-08-12T01:04:58.465Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2705 | 2026-08-12T01:04:58.643Z | Checking nix v0.31.2 |
| 2706 | 2026-08-12T01:04:58.781Z | Checking iddqd v0.4.2 |
| 2707 | 2026-08-12T01:04:59.037Z | Checking reqwest v0.13.2 |
| 2708 | 2026-08-12T01:04:59.051Z | Checking itertools v0.13.0 |
| 2709 | 2026-08-12T01:04:59.063Z | Checking itertools v0.15.0 |
| 2710 | 2026-08-12T01:04:59.303Z | Checking strum v0.26.3 |
| 2711 | 2026-08-12T01:04:59.416Z | Checking serde_with v3.21.0 |
| 2712 | 2026-08-12T01:04:59.656Z | Checking fs-err v3.3.0 |
| 2713 | 2026-08-12T01:04:59.683Z | Checking object v0.37.3 |
| 2714 | 2026-08-12T01:04:59.825Z | Checking tokio-stream v0.1.18 |
| 2715 | 2026-08-12T01:04:59.870Z | Checking buf-list v1.1.2 |
| 2716 | 2026-08-12T01:04:59.953Z | Checking camino v1.2.2 |
| 2717 | 2026-08-12T01:05:00.055Z | Checking anyhow v1.0.102 |
| 2718 | 2026-08-12T01:05:00.068Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2719 | 2026-08-12T01:05:00.167Z | Checking openapiv3 v2.2.0 |
| 2720 | 2026-08-12T01:05:00.200Z | Checking lalrpop-util v0.19.12 |
| 2721 | 2026-08-12T01:05:00.215Z | Checking peg-runtime v0.8.5 |
| 2722 | 2026-08-12T01:05:00.248Z | Checking rayon v1.11.0 |
| 2723 | 2026-08-12T01:05:00.327Z | Checking sigpipe v0.1.3 |
| 2724 | 2026-08-12T01:05:00.349Z | Checking glob v0.3.3 |
| 2725 | 2026-08-12T01:05:01.833Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2726 | 2026-08-12T01:05:01.896Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2727 | 2026-08-12T01:05:02.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.05s |
| 2728 | 2026-08-12T01:05:02.328Z | |
| 2729 | 2026-08-12T01:05:02.328Z | info: running `cargo check --bins` on internal-dns-types (79/334) |
| 2730 | 2026-08-12T01:05:02.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2731 | 2026-08-12T01:05:02.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2732 | 2026-08-12T01:05:02.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2733 | 2026-08-12T01:05:02.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2734 | 2026-08-12T01:05:02.888Z | |
| 2735 | 2026-08-12T01:05:02.888Z | info: running `cargo check --bins` on internal-dns-types-versions (80/334) |
| 2736 | 2026-08-12T01:05:03.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2737 | 2026-08-12T01:05:03.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2738 | 2026-08-12T01:05:03.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2739 | 2026-08-12T01:05:03.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2740 | 2026-08-12T01:05:03.450Z | |
| 2741 | 2026-08-12T01:05:03.450Z | info: running `cargo check --bins` on nexus-types-versions (81/334) |
| 2742 | 2026-08-12T01:05:03.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2743 | 2026-08-12T01:05:03.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2744 | 2026-08-12T01:05:03.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2745 | 2026-08-12T01:05:03.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2746 | 2026-08-12T01:05:04.026Z | |
| 2747 | 2026-08-12T01:05:04.026Z | info: running `cargo check --bins` on oxql-types (82/334) |
| 2748 | 2026-08-12T01:05:04.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2749 | 2026-08-12T01:05:04.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2750 | 2026-08-12T01:05:04.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2751 | 2026-08-12T01:05:04.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2752 | 2026-08-12T01:05:04.586Z | |
| 2753 | 2026-08-12T01:05:04.586Z | info: running `cargo check --bins` on oximeter-types (83/334) |
| 2754 | 2026-08-12T01:05:05.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2755 | 2026-08-12T01:05:05.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2756 | 2026-08-12T01:05:05.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2757 | 2026-08-12T01:05:05.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2758 | 2026-08-12T01:05:05.145Z | |
| 2759 | 2026-08-12T01:05:05.146Z | info: running `cargo check --bins` on oximeter-types-versions (84/334) |
| 2760 | 2026-08-12T01:05:05.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2761 | 2026-08-12T01:05:05.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2762 | 2026-08-12T01:05:05.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2763 | 2026-08-12T01:05:05.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2764 | 2026-08-12T01:05:05.708Z | |
| 2765 | 2026-08-12T01:05:05.708Z | info: running `cargo check --bins` on oximeter-macro-impl (85/334) |
| 2766 | 2026-08-12T01:05:06.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2026-08-12T01:05:06.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2026-08-12T01:05:06.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2769 | 2026-08-12T01:05:06.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2770 | 2026-08-12T01:05:06.253Z | |
| 2771 | 2026-08-12T01:05:06.253Z | info: running `cargo check --bins --no-default-features` on oximeter-db (86/334) |
| 2772 | 2026-08-12T01:05:06.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2026-08-12T01:05:06.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2026-08-12T01:05:06.920Z | Compiling multer v3.1.0 |
| 2775 | 2026-08-12T01:05:07.035Z | Compiling async-stream-impl v0.3.6 |
| 2776 | 2026-08-12T01:05:07.037Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2777 | 2026-08-12T01:05:07.049Z | Compiling dropshot v0.17.1 |
| 2778 | 2026-08-12T01:05:07.062Z | Compiling parse-display-derive v0.10.0 |
| 2779 | 2026-08-12T01:05:07.074Z | Compiling newtype-uuid-macros v0.1.0 |
| 2780 | 2026-08-12T01:05:07.077Z | Compiling dropshot_endpoint v0.17.1 |
| 2781 | 2026-08-12T01:05:07.103Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2782 | 2026-08-12T01:05:07.250Z | Checking thread_local v1.1.9 |
| 2783 | 2026-08-12T01:05:07.275Z | Checking match_cfg v0.1.0 |
| 2784 | 2026-08-12T01:05:07.344Z | Checking compression-core v0.4.31 |
| 2785 | 2026-08-12T01:05:07.409Z | Checking hostname v0.3.1 |
| 2786 | 2026-08-12T01:05:07.427Z | Checking crossbeam-channel v0.5.15 |
| 2787 | 2026-08-12T01:05:07.496Z | Checking atomicwrites v0.4.4 |
| 2788 | 2026-08-12T01:05:07.511Z | Checking compression-codecs v0.4.37 |
| 2789 | 2026-08-12T01:05:07.511Z | Checking slog-json v2.6.1 |
| 2790 | 2026-08-12T01:05:07.603Z | Checking is-terminal v0.4.17 |
| 2791 | 2026-08-12T01:05:07.617Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2792 | 2026-08-12T01:05:07.667Z | Checking serde_spanned v1.1.1 |
| 2793 | 2026-08-12T01:05:07.684Z | Checking take_mut v0.2.2 |
| 2794 | 2026-08-12T01:05:07.697Z | Checking debug-ignore v1.0.5 |
| 2795 | 2026-08-12T01:05:07.763Z | Checking term v1.2.1 |
| 2796 | 2026-08-12T01:05:07.786Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2797 | 2026-08-12T01:05:07.799Z | Checking slog-async v2.8.0 |
| 2798 | 2026-08-12T01:05:07.812Z | Checking async-compression v0.4.41 |
| 2799 | 2026-08-12T01:05:07.812Z | Checking slog-bunyan v2.5.0 |
| 2800 | 2026-08-12T01:05:07.836Z | Checking async-stream v0.3.6 |
| 2801 | 2026-08-12T01:05:07.922Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2802 | 2026-08-12T01:05:07.957Z | Checking toml v1.1.2+spec-1.1.0 |
| 2803 | 2026-08-12T01:05:07.960Z | Checking progenitor-client v0.14.0 |
| 2804 | 2026-08-12T01:05:07.960Z | Checking sha1 v0.11.0 |
| 2805 | 2026-08-12T01:05:07.994Z | Checking slog-term v2.9.2 |
| 2806 | 2026-08-12T01:05:08.068Z | Checking waitgroup v0.1.2 |
| 2807 | 2026-08-12T01:05:08.160Z | Checking rustls-pemfile v2.2.0 |
| 2808 | 2026-08-12T01:05:08.173Z | Checking backon v1.6.0 |
| 2809 | 2026-08-12T01:05:08.205Z | Checking serde_path_to_error v0.1.20 |
| 2810 | 2026-08-12T01:05:08.245Z | Checking hostname v0.4.2 |
| 2811 | 2026-08-12T01:05:08.246Z | Checking instant v0.1.13 |
| 2812 | 2026-08-12T01:05:08.343Z | Checking progenitor-extras v0.2.0 |
| 2813 | 2026-08-12T01:05:08.346Z | Checking backoff v0.4.0 |
| 2814 | 2026-08-12T01:05:08.489Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2815 | 2026-08-12T01:05:08.505Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2816 | 2026-08-12T01:05:08.525Z | Checking regress v0.10.5 |
| 2817 | 2026-08-12T01:05:08.538Z | Checking itertools v0.14.0 |
| 2818 | 2026-08-12T01:05:08.691Z | Checking macaddr v1.0.1 |
| 2819 | 2026-08-12T01:05:08.739Z | Checking parse-display v0.10.0 |
| 2820 | 2026-08-12T01:05:08.864Z | Checking humantime v2.3.0 |
| 2821 | 2026-08-12T01:05:09.640Z | Compiling prettyplease v0.2.37 |
| 2822 | 2026-08-12T01:05:09.915Z | Checking num-rational v0.4.2 |
| 2823 | 2026-08-12T01:05:10.189Z | Checking num-complex v0.4.6 |
| 2824 | 2026-08-12T01:05:10.724Z | Compiling num v0.4.3 |
| 2825 | 2026-08-12T01:05:10.755Z | Compiling usdt-macro v0.5.0 |
| 2826 | 2026-08-12T01:05:10.798Z | Compiling usdt-attr-macro v0.5.0 |
| 2827 | 2026-08-12T01:05:10.801Z | Checking memmap v0.7.0 |
| 2828 | 2026-08-12T01:05:10.827Z | Checking float-ord v0.3.2 |
| 2829 | 2026-08-12T01:05:10.841Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2830 | 2026-08-12T01:05:10.941Z | Compiling convert_case v0.4.0 |
| 2831 | 2026-08-12T01:05:11.049Z | Checking unicode-width v0.2.0 |
| 2832 | 2026-08-12T01:05:11.304Z | Checking console v0.15.11 |
| 2833 | 2026-08-12T01:05:11.317Z | Compiling derive_more v0.99.20 |
| 2834 | 2026-08-12T01:05:11.509Z | Checking newline-converter v0.3.0 |
| 2835 | 2026-08-12T01:05:11.589Z | Compiling toml v0.8.23 |
| 2836 | 2026-08-12T01:05:11.592Z | Checking usdt v0.5.0 |
| 2837 | 2026-08-12T01:05:11.619Z | Checking linked-hash-map v0.5.6 |
| 2838 | 2026-08-12T01:05:11.770Z | Compiling minimal-lexical v0.2.1 |
| 2839 | 2026-08-12T01:05:11.786Z | Checking lru-cache v0.1.2 |
| 2840 | 2026-08-12T01:05:11.906Z | Checking expectorate v1.2.0 |
| 2841 | 2026-08-12T01:05:12.022Z | Compiling nom v7.1.3 |
| 2842 | 2026-08-12T01:05:12.423Z | Checking camino-tempfile v1.4.1 |
| 2843 | 2026-08-12T01:05:12.519Z | Checking hickory-proto v0.24.4 |
| 2844 | 2026-08-12T01:05:12.545Z | Checking phf_shared v0.12.1 |
| 2845 | 2026-08-12T01:05:12.586Z | Compiling slog-dtrace v0.3.0 |
| 2846 | 2026-08-12T01:05:12.685Z | Compiling chrono-tz v0.10.4 |
| 2847 | 2026-08-12T01:05:12.773Z | Checking heck v0.5.0 |
| 2848 | 2026-08-12T01:05:12.901Z | Checking resolv-conf v0.7.6 |
| 2849 | 2026-08-12T01:05:13.046Z | Compiling unicode-xid v0.2.6 |
| 2850 | 2026-08-12T01:05:13.149Z | Checking phf v0.12.1 |
| 2851 | 2026-08-12T01:05:13.173Z | Compiling const_format_proc_macros v0.2.34 |
| 2852 | 2026-08-12T01:05:13.294Z | Checking tokio-dtrace v0.1.1 |
| 2853 | 2026-08-12T01:05:13.363Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-08-12T01:05:13.490Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2855 | 2026-08-12T01:05:13.805Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2856 | 2026-08-12T01:05:13.838Z | Compiling derive-where v1.6.0 |
| 2857 | 2026-08-12T01:05:13.890Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2858 | 2026-08-12T01:05:13.986Z | Checking highway v1.3.0 |
| 2859 | 2026-08-12T01:05:14.213Z | Checking const_format v0.2.35 |
| 2860 | 2026-08-12T01:05:14.342Z | Checking hickory-resolver v0.24.4 |
| 2861 | 2026-08-12T01:05:14.442Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2862 | 2026-08-12T01:05:14.954Z | Checking oxide-tokio-rt v0.1.4 |
| 2863 | 2026-08-12T01:05:15.130Z | Checking qorb v0.4.1 |
| 2864 | 2026-08-12T01:05:15.295Z | Checking gethostname v0.5.0 |
| 2865 | 2026-08-12T01:05:15.359Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2866 | 2026-08-12T01:05:15.371Z | Checking bcs v0.1.6 |
| 2867 | 2026-08-12T01:05:15.383Z | Checking termtree v0.5.1 |
| 2868 | 2026-08-12T01:05:15.436Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2869 | 2026-08-12T01:05:15.652Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2870 | 2026-08-12T01:05:15.652Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2871 | 2026-08-12T01:05:18.764Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2872 | 2026-08-12T01:05:21.884Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2873 | 2026-08-12T01:05:24.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.84s |
| 2874 | 2026-08-12T01:05:24.273Z | |
| 2875 | 2026-08-12T01:05:24.273Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/334) |
| 2876 | 2026-08-12T01:05:24.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-08-12T01:05:24.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-08-12T01:05:24.929Z | Compiling ar_archive_writer v0.5.1 |
| 2879 | 2026-08-12T01:05:25.042Z | Compiling stacker v0.1.23 |
| 2880 | 2026-08-12T01:05:25.048Z | Compiling cfg_aliases v0.1.1 |
| 2881 | 2026-08-12T01:05:25.054Z | Compiling convert_case v0.10.0 |
| 2882 | 2026-08-12T01:05:25.054Z | Checking unicode-width v0.1.14 |
| 2883 | 2026-08-12T01:05:25.067Z | Compiling proc-macro-error v1.0.4 |
| 2884 | 2026-08-12T01:05:25.078Z | Checking fd-lock v4.0.4 |
| 2885 | 2026-08-12T01:05:25.078Z | Checking nibble_vec v0.1.0 |
| 2886 | 2026-08-12T01:05:25.101Z | Compiling nix v0.28.0 |
| 2887 | 2026-08-12T01:05:25.188Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2888 | 2026-08-12T01:05:25.202Z | Checking vte v0.14.1 |
| 2889 | 2026-08-12T01:05:25.291Z | Checking endian-type v0.1.2 |
| 2890 | 2026-08-12T01:05:25.305Z | Checking bytecount v0.6.9 |
| 2891 | 2026-08-12T01:05:25.334Z | Compiling derive_more-impl v2.1.1 |
| 2892 | 2026-08-12T01:05:25.348Z | Checking strip-ansi-escapes v0.2.1 |
| 2893 | 2026-08-12T01:05:25.374Z | Compiling tabled_derive v0.7.0 |
| 2894 | 2026-08-12T01:05:25.454Z | Checking papergrid v0.11.0 |
| 2895 | 2026-08-12T01:05:25.478Z | Checking radix_trie v0.2.1 |
| 2896 | 2026-08-12T01:05:25.489Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2897 | 2026-08-12T01:05:25.610Z | Compiling peg-macros v0.8.5 |
| 2898 | 2026-08-12T01:05:25.686Z | Checking winnow v0.6.26 |
| 2899 | 2026-08-12T01:05:25.922Z | Compiling psm v0.1.30 |
| 2900 | 2026-08-12T01:05:25.952Z | Compiling sqlparser_derive v0.5.0 |
| 2901 | 2026-08-12T01:05:26.066Z | Checking unicode_categories v0.1.1 |
| 2902 | 2026-08-12T01:05:26.193Z | Checking derive_more v2.1.1 |
| 2903 | 2026-08-12T01:05:26.223Z | Checking home v0.5.12 |
| 2904 | 2026-08-12T01:05:26.273Z | Checking nu-ansi-term v0.50.3 |
| 2905 | 2026-08-12T01:05:26.328Z | Checking tabled v0.15.0 |
| 2906 | 2026-08-12T01:05:26.329Z | Checking crossterm v0.29.0 |
| 2907 | 2026-08-12T01:05:26.440Z | Checking rustyline v14.0.0 |
| 2908 | 2026-08-12T01:05:26.488Z | Checking reedline v0.40.0 |
| 2909 | 2026-08-12T01:05:26.704Z | Checking recursive v0.1.1 |
| 2910 | 2026-08-12T01:05:26.738Z | Checking display-error-chain v0.2.2 |
| 2911 | 2026-08-12T01:05:26.798Z | Checking sqlparser v0.61.0 |
| 2912 | 2026-08-12T01:05:26.876Z | Checking sqlformat v0.3.5 |
| 2913 | 2026-08-12T01:05:26.965Z | Checking peg v0.8.5 |
| 2914 | 2026-08-12T01:05:38.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s |
| 2915 | 2026-08-12T01:05:38.267Z | |
| 2916 | 2026-08-12T01:05:38.267Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/334) |
| 2917 | 2026-08-12T01:05:38.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-08-12T01:05:38.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-08-12T01:05:38.925Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2920 | 2026-08-12T01:05:42.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
| 2921 | 2026-08-12T01:05:42.666Z | |
| 2922 | 2026-08-12T01:05:42.666Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/334) |
| 2923 | 2026-08-12T01:05:43.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-08-12T01:05:43.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-08-12T01:05:43.324Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2926 | 2026-08-12T01:05:45.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2927 | 2026-08-12T01:05:46.075Z | |
| 2928 | 2026-08-12T01:05:46.075Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/334) |
| 2929 | 2026-08-12T01:05:46.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-08-12T01:05:46.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-08-12T01:05:46.729Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2932 | 2026-08-12T01:05:50.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 2933 | 2026-08-12T01:05:50.286Z | |
| 2934 | 2026-08-12T01:05:50.286Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/334) |
| 2935 | 2026-08-12T01:05:50.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-08-12T01:05:50.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-08-12T01:05:50.954Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2938 | 2026-08-12T01:05:54.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 2939 | 2026-08-12T01:05:54.519Z | |
| 2940 | 2026-08-12T01:05:54.519Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/334) |
| 2941 | 2026-08-12T01:05:55.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-08-12T01:05:55.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-08-12T01:05:55.169Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2944 | 2026-08-12T01:05:57.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
| 2945 | 2026-08-12T01:05:58.053Z | |
| 2946 | 2026-08-12T01:05:58.053Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/334) |
| 2947 | 2026-08-12T01:05:58.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2026-08-12T01:05:58.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2026-08-12T01:05:58.706Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2950 | 2026-08-12T01:06:01.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 2951 | 2026-08-12T01:06:01.625Z | |
| 2952 | 2026-08-12T01:06:01.625Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/334) |
| 2953 | 2026-08-12T01:06:02.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2026-08-12T01:06:02.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2026-08-12T01:06:02.279Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2956 | 2026-08-12T01:06:05.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 2957 | 2026-08-12T01:06:06.021Z | |
| 2958 | 2026-08-12T01:06:06.021Z | info: running `cargo check --bins` on oximeter (95/334) |
| 2959 | 2026-08-12T01:06:06.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2026-08-12T01:06:06.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2026-08-12T01:06:06.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2962 | 2026-08-12T01:06:06.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2963 | 2026-08-12T01:06:06.581Z | |
| 2964 | 2026-08-12T01:06:06.581Z | info: running `cargo check --bins` on oximeter-schema (96/334) |
| 2965 | 2026-08-12T01:06:07.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-08-12T01:06:07.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-08-12T01:06:07.195Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2968 | 2026-08-12T01:06:07.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2969 | 2026-08-12T01:06:07.759Z | |
| 2970 | 2026-08-12T01:06:07.759Z | info: running `cargo check --bins` on oximeter-timeseries-macro (97/334) |
| 2971 | 2026-08-12T01:06:08.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-08-12T01:06:08.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-08-12T01:06:08.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2974 | 2026-08-12T01:06:08.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2975 | 2026-08-12T01:06:08.319Z | |
| 2976 | 2026-08-12T01:06:08.319Z | info: running `cargo check --bins` on oximeter-test-utils (98/334) |
| 2977 | 2026-08-12T01:06:08.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-08-12T01:06:08.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-08-12T01:06:08.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2980 | 2026-08-12T01:06:08.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2981 | 2026-08-12T01:06:08.915Z | |
| 2982 | 2026-08-12T01:06:08.915Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/334) |
| 2983 | 2026-08-12T01:06:09.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-08-12T01:06:09.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-08-12T01:06:09.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2986 | 2026-08-12T01:06:09.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2987 | 2026-08-12T01:06:09.488Z | |
| 2988 | 2026-08-12T01:06:09.488Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/334) |
| 2989 | 2026-08-12T01:06:09.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-08-12T01:06:09.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-08-12T01:06:09.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2992 | 2026-08-12T01:06:09.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2993 | 2026-08-12T01:06:10.053Z | |
| 2994 | 2026-08-12T01:06:10.053Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/334) |
| 2995 | 2026-08-12T01:06:10.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-08-12T01:06:10.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-08-12T01:06:10.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2026-08-12T01:06:10.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2999 | 2026-08-12T01:06:10.626Z | |
| 3000 | 2026-08-12T01:06:10.626Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/334) |
| 3001 | 2026-08-12T01:06:11.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-08-12T01:06:11.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-08-12T01:06:11.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-08-12T01:06:11.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3005 | 2026-08-12T01:06:11.196Z | |
| 3006 | 2026-08-12T01:06:11.196Z | info: running `cargo check --bins` on trust-quorum-types (103/334) |
| 3007 | 2026-08-12T01:06:11.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-08-12T01:06:11.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-08-12T01:06:11.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-08-12T01:06:11.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3011 | 2026-08-12T01:06:11.744Z | |
| 3012 | 2026-08-12T01:06:11.744Z | info: running `cargo check --bins` on trust-quorum-test-utils (104/334) |
| 3013 | 2026-08-12T01:06:12.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-08-12T01:06:12.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-08-12T01:06:12.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-08-12T01:06:12.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3017 | 2026-08-12T01:06:12.309Z | |
| 3018 | 2026-08-12T01:06:12.309Z | info: running `cargo check --bins` on reconfigurator-cli (105/334) |
| 3019 | 2026-08-12T01:06:12.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-08-12T01:06:12.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-08-12T01:06:13.115Z | Compiling regress v0.11.1 |
| 3022 | 2026-08-12T01:06:13.115Z | Checking secrecy v0.10.3 |
| 3023 | 2026-08-12T01:06:13.115Z | Compiling crucible-workspace-hack v0.1.0 |
| 3024 | 2026-08-12T01:06:13.121Z | Checking half v2.7.1 |
| 3025 | 2026-08-12T01:06:13.121Z | Checking ciborium-io v0.2.2 |
| 3026 | 2026-08-12T01:06:13.121Z | Checking inout v0.1.4 |
| 3027 | 2026-08-12T01:06:13.121Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3028 | 2026-08-12T01:06:13.349Z | Checking universal-hash v0.5.1 |
| 3029 | 2026-08-12T01:06:13.363Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3030 | 2026-08-12T01:06:13.385Z | Checking cipher v0.4.4 |
| 3031 | 2026-08-12T01:06:13.475Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3032 | 2026-08-12T01:06:13.507Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3033 | 2026-08-12T01:06:13.540Z | Checking ciborium-ll v0.2.2 |
| 3034 | 2026-08-12T01:06:13.588Z | Checking opaque-debug v0.3.1 |
| 3035 | 2026-08-12T01:06:13.602Z | Checking chacha20 v0.9.1 |
| 3036 | 2026-08-12T01:06:13.605Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3037 | 2026-08-12T01:06:13.658Z | Checking poly1305 v0.8.0 |
| 3038 | 2026-08-12T01:06:13.709Z | Checking ciborium v0.2.2 |
| 3039 | 2026-08-12T01:06:13.743Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3040 | 2026-08-12T01:06:13.799Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3041 | 2026-08-12T01:06:13.925Z | Checking password-hash v0.5.0 |
| 3042 | 2026-08-12T01:06:14.009Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3043 | 2026-08-12T01:06:14.087Z | Checking blake2 v0.10.6 |
| 3044 | 2026-08-12T01:06:14.122Z | Checking aead v0.5.2 |
| 3045 | 2026-08-12T01:06:14.148Z | Checking indent_write v2.2.0 |
| 3046 | 2026-08-12T01:06:14.270Z | Compiling unsafe-libyaml v0.2.11 |
| 3047 | 2026-08-12T01:06:14.285Z | Checking chacha20poly1305 v0.10.1 |
| 3048 | 2026-08-12T01:06:14.332Z | Checking argon2 v0.5.3 |
| 3049 | 2026-08-12T01:06:14.414Z | Compiling proc-macro-crate v3.4.0 |
| 3050 | 2026-08-12T01:06:14.642Z | Checking thiserror-no-std v2.0.2 |
| 3051 | 2026-08-12T01:06:14.688Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3052 | 2026-08-12T01:06:14.712Z | Checking typify-impl v0.6.2 |
| 3053 | 2026-08-12T01:06:14.731Z | Checking vsss-rs v3.3.4 |
| 3054 | 2026-08-12T01:06:14.786Z | Compiling serde_yaml v0.9.34+deprecated |
| 3055 | 2026-08-12T01:06:15.012Z | Compiling num_enum_derive v0.7.6 |
| 3056 | 2026-08-12T01:06:15.297Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3057 | 2026-08-12T01:06:15.523Z | Compiling heapless v0.8.0 |
| 3058 | 2026-08-12T01:06:15.705Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3059 | 2026-08-12T01:06:15.810Z | Compiling ingot-macros v0.2.0 |
| 3060 | 2026-08-12T01:06:15.850Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3061 | 2026-08-12T01:06:15.865Z | Checking hash32 v0.3.1 |
| 3062 | 2026-08-12T01:06:15.995Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3063 | 2026-08-12T01:06:16.011Z | Compiling smoltcp v0.11.0 |
| 3064 | 2026-08-12T01:06:16.069Z | Checking num_enum v0.7.6 |
| 3065 | 2026-08-12T01:06:16.225Z | Checking tabwriter v1.4.1 |
| 3066 | 2026-08-12T01:06:16.240Z | Checking cobs v0.3.0 |
| 3067 | 2026-08-12T01:06:16.367Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3068 | 2026-08-12T01:06:16.384Z | Compiling proc-macro-crate v1.3.1 |
| 3069 | 2026-08-12T01:06:16.398Z | Checking postcard v1.1.3 |
| 3070 | 2026-08-12T01:06:16.502Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3071 | 2026-08-12T01:06:16.570Z | Compiling foreign-types-macros v0.2.3 |
| 3072 | 2026-08-12T01:06:16.691Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3073 | 2026-08-12T01:06:16.711Z | Checking colored v3.1.1 |
| 3074 | 2026-08-12T01:06:16.797Z | Checking swrite v0.1.0 |
| 3075 | 2026-08-12T01:06:16.889Z | Checking foreign-types-shared v0.3.1 |
| 3076 | 2026-08-12T01:06:16.920Z | Compiling num_enum_derive v0.5.11 |
| 3077 | 2026-08-12T01:06:16.971Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3078 | 2026-08-12T01:06:17.063Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3079 | 2026-08-12T01:06:17.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3080 | 2026-08-12T01:06:17.160Z | Checking foreign-types v0.5.0 |
| 3081 | 2026-08-12T01:06:17.241Z | Checking cstr-argument v0.1.2 |
| 3082 | 2026-08-12T01:06:17.369Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3083 | 2026-08-12T01:06:17.495Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3084 | 2026-08-12T01:06:17.551Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3085 | 2026-08-12T01:06:17.588Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3086 | 2026-08-12T01:06:17.606Z | Checking rand v0.10.1 |
| 3087 | 2026-08-12T01:06:17.727Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3088 | 2026-08-12T01:06:17.759Z | Compiling zone_cfg_derive v0.3.1 |
| 3089 | 2026-08-12T01:06:17.776Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3090 | 2026-08-12T01:06:17.894Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3091 | 2026-08-12T01:06:17.942Z | Checking num_enum v0.5.11 |
| 3092 | 2026-08-12T01:06:18.053Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3093 | 2026-08-12T01:06:18.067Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3094 | 2026-08-12T01:06:18.227Z | Checking itertools v0.12.1 |
| 3095 | 2026-08-12T01:06:18.246Z | Compiling num-derive v0.4.2 |
| 3096 | 2026-08-12T01:06:18.409Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3097 | 2026-08-12T01:06:18.600Z | Compiling semver v0.1.20 |
| 3098 | 2026-08-12T01:06:18.647Z | Checking ingot-types v0.2.0 |
| 3099 | 2026-08-12T01:06:18.897Z | Compiling rustc_version v0.1.7 |
| 3100 | 2026-08-12T01:06:19.022Z | Checking ingot v0.2.1 |
| 3101 | 2026-08-12T01:06:19.116Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3102 | 2026-08-12T01:06:19.132Z | Checking smf v0.2.3 |
| 3103 | 2026-08-12T01:06:19.171Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3104 | 2026-08-12T01:06:19.239Z | Checking zone v0.3.1 |
| 3105 | 2026-08-12T01:06:19.276Z | Checking nom v8.0.0 |
| 3106 | 2026-08-12T01:06:19.363Z | Checking csv-core v0.1.13 |
| 3107 | 2026-08-12T01:06:19.399Z | Checking whoami v1.6.1 |
| 3108 | 2026-08-12T01:06:19.434Z | Compiling newtype_derive v0.1.6 |
| 3109 | 2026-08-12T01:06:19.495Z | Compiling typify-macro v0.6.2 |
| 3110 | 2026-08-12T01:06:19.541Z | Checking csv v1.4.0 |
| 3111 | 2026-08-12T01:06:19.575Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3112 | 2026-08-12T01:06:19.595Z | Compiling cancel-safe-futures v0.1.5 |
| 3113 | 2026-08-12T01:06:19.670Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3114 | 2026-08-12T01:06:19.814Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3115 | 2026-08-12T01:06:19.835Z | Compiling libefi-sys v0.1.0 |
| 3116 | 2026-08-12T01:06:19.889Z | Compiling owo-colors v4.3.0 |
| 3117 | 2026-08-12T01:06:19.911Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3118 | 2026-08-12T01:06:20.144Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3119 | 2026-08-12T01:06:20.281Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3120 | 2026-08-12T01:06:20.333Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3121 | 2026-08-12T01:06:20.349Z | Checking oxide-update-engine-types v0.1.2 |
| 3122 | 2026-08-12T01:06:20.522Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3123 | 2026-08-12T01:06:20.541Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3124 | 2026-08-12T01:06:20.646Z | Compiling bitfield-struct v0.6.2 |
| 3125 | 2026-08-12T01:06:20.718Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3126 | 2026-08-12T01:06:20.877Z | Checking linear-map v1.2.0 |
| 3127 | 2026-08-12T01:06:21.024Z | Checking unicode-linebreak v0.1.5 |
| 3128 | 2026-08-12T01:06:21.060Z | Checking smawk v0.3.2 |
| 3129 | 2026-08-12T01:06:21.201Z | Checking steno v0.4.1 |
| 3130 | 2026-08-12T01:06:21.241Z | Checking textwrap v0.16.2 |
| 3131 | 2026-08-12T01:06:21.264Z | Compiling typify v0.6.2 |
| 3132 | 2026-08-12T01:06:21.296Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3133 | 2026-08-12T01:06:21.310Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3134 | 2026-08-12T01:06:21.378Z | Compiling progenitor-impl v0.14.0 |
| 3135 | 2026-08-12T01:06:21.460Z | Checking oxide-update-engine v0.1.2 |
| 3136 | 2026-08-12T01:06:21.851Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3137 | 2026-08-12T01:06:22.083Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3138 | 2026-08-12T01:06:22.103Z | Checking sha1 v0.10.6 |
| 3139 | 2026-08-12T01:06:22.211Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3140 | 2026-08-12T01:06:22.250Z | Checking utf-8 v0.7.6 |
| 3141 | 2026-08-12T01:06:22.277Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3142 | 2026-08-12T01:06:22.291Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3143 | 2026-08-12T01:06:22.306Z | Checking ignore v0.4.25 |
| 3144 | 2026-08-12T01:06:22.387Z | Checking tungstenite v0.21.0 |
| 3145 | 2026-08-12T01:06:22.428Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3146 | 2026-08-12T01:06:22.526Z | Compiling xshell-macros v0.2.7 |
| 3147 | 2026-08-12T01:06:22.636Z | Checking predicates-tree v1.0.13 |
| 3148 | 2026-08-12T01:06:22.701Z | Checking globwalk v0.9.1 |
| 3149 | 2026-08-12T01:06:22.751Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3150 | 2026-08-12T01:06:22.809Z | Checking tokio-tungstenite v0.21.0 |
| 3151 | 2026-08-12T01:06:22.882Z | Checking filetime v0.2.27 |
| 3152 | 2026-08-12T01:06:22.897Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3153 | 2026-08-12T01:06:22.910Z | Checking xshell v0.2.7 |
| 3154 | 2026-08-12T01:06:23.021Z | Checking tagptr v0.2.0 |
| 3155 | 2026-08-12T01:06:23.090Z | Checking xattr v1.6.1 |
| 3156 | 2026-08-12T01:06:23.106Z | Checking camino-tempfile-ext v0.3.3 |
| 3157 | 2026-08-12T01:06:23.121Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3158 | 2026-08-12T01:06:23.134Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3159 | 2026-08-12T01:06:23.162Z | Checking moka v0.12.13 |
| 3160 | 2026-08-12T01:06:23.223Z | Checking tar v0.4.46 |
| 3161 | 2026-08-12T01:06:23.267Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3162 | 2026-08-12T01:06:23.297Z | Checking rand_seeder v0.4.0 |
| 3163 | 2026-08-12T01:06:23.300Z | Checking half v1.8.3 |
| 3164 | 2026-08-12T01:06:23.413Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3165 | 2026-08-12T01:06:23.445Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3166 | 2026-08-12T01:06:23.509Z | Checking serde_cbor v0.11.2 |
| 3167 | 2026-08-12T01:06:23.598Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3168 | 2026-08-12T01:06:23.764Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3169 | 2026-08-12T01:06:23.805Z | Checking hickory-resolver v0.25.2 |
| 3170 | 2026-08-12T01:06:23.855Z | Checking digest-io v0.1.0 |
| 3171 | 2026-08-12T01:06:23.896Z | Checking sha2 v0.11.0 |
| 3172 | 2026-08-12T01:06:23.979Z | Compiling progenitor-macro v0.14.0 |
| 3173 | 2026-08-12T01:06:23.994Z | Compiling petname v2.0.2 |
| 3174 | 2026-08-12T01:06:24.415Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3175 | 2026-08-12T01:06:24.467Z | Checking rawzip v0.4.4 |
| 3176 | 2026-08-12T01:06:24.493Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3177 | 2026-08-12T01:06:24.514Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3178 | 2026-08-12T01:06:24.560Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3179 | 2026-08-12T01:06:24.911Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3180 | 2026-08-12T01:06:25.018Z | Checking sapling-renderdag v0.1.0 |
| 3181 | 2026-08-12T01:06:25.094Z | Checking subprocess v0.2.15 |
| 3182 | 2026-08-12T01:06:25.260Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3183 | 2026-08-12T01:06:25.333Z | Checking sync-ptr v0.1.4 |
| 3184 | 2026-08-12T01:06:25.336Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3185 | 2026-08-12T01:06:25.363Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3186 | 2026-08-12T01:06:25.424Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3187 | 2026-08-12T01:06:25.504Z | Checking colored v2.2.0 |
| 3188 | 2026-08-12T01:06:25.580Z | Checking assert_matches v1.5.0 |
| 3189 | 2026-08-12T01:06:26.563Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3190 | 2026-08-12T01:06:26.783Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3191 | 2026-08-12T01:06:27.102Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3192 | 2026-08-12T01:06:27.442Z | Checking progenitor v0.14.0 |
| 3193 | 2026-08-12T01:06:27.574Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3194 | 2026-08-12T01:06:27.574Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3195 | 2026-08-12T01:06:27.577Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3196 | 2026-08-12T01:06:27.577Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3197 | 2026-08-12T01:06:27.577Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3198 | 2026-08-12T01:06:27.577Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3199 | 2026-08-12T01:06:27.577Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3200 | 2026-08-12T01:06:27.954Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3201 | 2026-08-12T01:06:27.974Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3202 | 2026-08-12T01:06:28.157Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3203 | 2026-08-12T01:06:28.670Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3204 | 2026-08-12T01:06:29.289Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3205 | 2026-08-12T01:06:30.436Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3206 | 2026-08-12T01:06:38.919Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3207 | 2026-08-12T01:06:46.070Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3208 | 2026-08-12T01:06:46.074Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3209 | 2026-08-12T01:06:46.074Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3210 | 2026-08-12T01:06:47.591Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-08-12T01:06:48.869Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3212 | 2026-08-12T01:06:51.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.81s |
| 3213 | 2026-08-12T01:06:51.336Z | |
| 3214 | 2026-08-12T01:06:51.336Z | info: running `cargo check --bins` on nexus-inventory (106/334) |
| 3215 | 2026-08-12T01:06:51.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-08-12T01:06:51.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-08-12T01:06:51.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3218 | 2026-08-12T01:06:51.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3219 | 2026-08-12T01:06:51.941Z | |
| 3220 | 2026-08-12T01:06:51.941Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (107/334) |
| 3221 | 2026-08-12T01:06:52.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2026-08-12T01:06:52.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2026-08-12T01:06:52.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3224 | 2026-08-12T01:06:52.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3225 | 2026-08-12T01:06:52.508Z | |
| 3226 | 2026-08-12T01:06:52.508Z | info: running `cargo check --bins` on clickhouse-admin-server-client (108/334) |
| 3227 | 2026-08-12T01:06:52.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3228 | 2026-08-12T01:06:52.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3229 | 2026-08-12T01:06:52.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3230 | 2026-08-12T01:06:52.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3231 | 2026-08-12T01:06:53.076Z | |
| 3232 | 2026-08-12T01:06:53.076Z | info: running `cargo check --bins` on dns-service-client (109/334) |
| 3233 | 2026-08-12T01:06:53.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3234 | 2026-08-12T01:06:53.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3235 | 2026-08-12T01:06:53.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3236 | 2026-08-12T01:06:53.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3237 | 2026-08-12T01:06:53.642Z | |
| 3238 | 2026-08-12T01:06:53.642Z | info: running `cargo check --bins` on ntp-admin-client (110/334) |
| 3239 | 2026-08-12T01:06:54.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3240 | 2026-08-12T01:06:54.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3241 | 2026-08-12T01:06:54.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3242 | 2026-08-12T01:06:54.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3243 | 2026-08-12T01:06:54.190Z | |
| 3244 | 2026-08-12T01:06:54.190Z | info: running `cargo check --bins` on omicron-cockroach-metrics (111/334) |
| 3245 | 2026-08-12T01:06:54.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3246 | 2026-08-12T01:06:54.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3247 | 2026-08-12T01:06:54.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3248 | 2026-08-12T01:06:54.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3249 | 2026-08-12T01:06:54.742Z | |
| 3250 | 2026-08-12T01:06:54.742Z | info: running `cargo check --bins` on cockroach-admin-client (112/334) |
| 3251 | 2026-08-12T01:06:55.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3252 | 2026-08-12T01:06:55.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3253 | 2026-08-12T01:06:55.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3254 | 2026-08-12T01:06:55.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3255 | 2026-08-12T01:06:55.296Z | |
| 3256 | 2026-08-12T01:06:55.296Z | info: running `cargo check --bins` on parallel-task-set (113/334) |
| 3257 | 2026-08-12T01:06:55.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2026-08-12T01:06:55.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2026-08-12T01:06:55.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3260 | 2026-08-12T01:06:55.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3261 | 2026-08-12T01:06:55.850Z | |
| 3262 | 2026-08-12T01:06:55.850Z | info: running `cargo check --bins` on sled-agent-client (114/334) |
| 3263 | 2026-08-12T01:06:56.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2026-08-12T01:06:56.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2026-08-12T01:06:56.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2026-08-12T01:06:56.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3267 | 2026-08-12T01:06:56.419Z | |
| 3268 | 2026-08-12T01:06:56.419Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/334) |
| 3269 | 2026-08-12T01:06:56.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2026-08-12T01:06:56.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2026-08-12T01:06:56.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2026-08-12T01:06:56.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3273 | 2026-08-12T01:06:57.003Z | |
| 3274 | 2026-08-12T01:06:57.003Z | info: running `cargo check --bins --no-default-features` on sled-storage (116/334) |
| 3275 | 2026-08-12T01:06:57.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2026-08-12T01:06:57.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2026-08-12T01:06:57.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2026-08-12T01:06:57.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3279 | 2026-08-12T01:06:57.583Z | |
| 3280 | 2026-08-12T01:06:57.583Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/334) |
| 3281 | 2026-08-12T01:06:58.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2026-08-12T01:06:58.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2026-08-12T01:06:58.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2026-08-12T01:06:58.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3285 | 2026-08-12T01:06:58.163Z | |
| 3286 | 2026-08-12T01:06:58.163Z | info: running `cargo check --bins` on key-manager (118/334) |
| 3287 | 2026-08-12T01:06:58.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2026-08-12T01:06:58.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2026-08-12T01:06:58.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2026-08-12T01:06:58.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3291 | 2026-08-12T01:06:58.729Z | |
| 3292 | 2026-08-12T01:06:58.729Z | info: running `cargo check --bins --no-default-features` on sled-hardware (119/334) |
| 3293 | 2026-08-12T01:06:59.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2026-08-12T01:06:59.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2026-08-12T01:06:59.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2026-08-12T01:06:59.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3297 | 2026-08-12T01:06:59.308Z | |
| 3298 | 2026-08-12T01:06:59.308Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/334) |
| 3299 | 2026-08-12T01:06:59.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2026-08-12T01:06:59.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2026-08-12T01:06:59.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2026-08-12T01:06:59.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3303 | 2026-08-12T01:06:59.889Z | |
| 3304 | 2026-08-12T01:06:59.889Z | info: running `cargo check --bins` on typed-rng (121/334) |
| 3305 | 2026-08-12T01:07:00.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2026-08-12T01:07:00.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2026-08-12T01:07:00.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2026-08-12T01:07:00.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3309 | 2026-08-12T01:07:00.442Z | |
| 3310 | 2026-08-12T01:07:00.443Z | info: running `cargo check --bins` on gateway-test-utils (122/334) |
| 3311 | 2026-08-12T01:07:00.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2026-08-12T01:07:00.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2026-08-12T01:07:00.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3314 | 2026-08-12T01:07:00.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3315 | 2026-08-12T01:07:01.051Z | |
| 3316 | 2026-08-12T01:07:01.051Z | info: running `cargo check --bins` on omicron-gateway (123/334) |
| 3317 | 2026-08-12T01:07:01.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-08-12T01:07:01.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-08-12T01:07:01.774Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3320 | 2026-08-12T01:07:01.777Z | Checking void v1.0.2 |
| 3321 | 2026-08-12T01:07:01.777Z | Checking tungstenite v0.23.0 |
| 3322 | 2026-08-12T01:07:01.777Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3323 | 2026-08-12T01:07:01.777Z | Checking dropshot-api-manager-types v0.7.2 |
| 3324 | 2026-08-12T01:07:01.897Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3325 | 2026-08-12T01:07:01.907Z | Checking nix v0.27.1 |
| 3326 | 2026-08-12T01:07:01.915Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3327 | 2026-08-12T01:07:01.973Z | Checking lzss v0.8.2 |
| 3328 | 2026-08-12T01:07:02.085Z | Checking kstat-rs v0.2.5 |
| 3329 | 2026-08-12T01:07:02.098Z | Checking fxhash v0.2.1 |
| 3330 | 2026-08-12T01:07:02.132Z | Checking serde_bytes v0.11.19 |
| 3331 | 2026-08-12T01:07:02.147Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3332 | 2026-08-12T01:07:02.198Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3333 | 2026-08-12T01:07:02.211Z | Checking signal-hook-tokio v0.3.1 |
| 3334 | 2026-08-12T01:07:02.265Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3335 | 2026-08-12T01:07:02.292Z | Checking tokio-tungstenite v0.23.1 |
| 3336 | 2026-08-12T01:07:02.417Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3337 | 2026-08-12T01:07:03.465Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3338 | 2026-08-12T01:07:04.009Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3339 | 2026-08-12T01:07:06.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
| 3340 | 2026-08-12T01:07:06.355Z | |
| 3341 | 2026-08-12T01:07:06.355Z | info: running `cargo check --bins` on gateway-api (124/334) |
| 3342 | 2026-08-12T01:07:06.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-08-12T01:07:06.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-08-12T01:07:06.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-08-12T01:07:06.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3346 | 2026-08-12T01:07:06.924Z | |
| 3347 | 2026-08-12T01:07:06.924Z | info: running `cargo check --bins` on ipcc (125/334) |
| 3348 | 2026-08-12T01:07:07.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-08-12T01:07:07.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-08-12T01:07:07.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-08-12T01:07:07.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3352 | 2026-08-12T01:07:07.498Z | |
| 3353 | 2026-08-12T01:07:07.498Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (126/334) |
| 3354 | 2026-08-12T01:07:07.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-08-12T01:07:07.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-08-12T01:07:07.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-08-12T01:07:07.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3358 | 2026-08-12T01:07:08.056Z | |
| 3359 | 2026-08-12T01:07:08.056Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/334) |
| 3360 | 2026-08-12T01:07:08.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-08-12T01:07:08.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-08-12T01:07:08.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-08-12T01:07:08.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3364 | 2026-08-12T01:07:08.646Z | |
| 3365 | 2026-08-12T01:07:08.646Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/334) |
| 3366 | 2026-08-12T01:07:09.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-08-12T01:07:09.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-08-12T01:07:09.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-08-12T01:07:09.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3370 | 2026-08-12T01:07:09.208Z | |
| 3371 | 2026-08-12T01:07:09.208Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/334) |
| 3372 | 2026-08-12T01:07:09.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-08-12T01:07:09.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-08-12T01:07:09.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-08-12T01:07:09.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3376 | 2026-08-12T01:07:09.777Z | |
| 3377 | 2026-08-12T01:07:09.777Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/334) |
| 3378 | 2026-08-12T01:07:10.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-08-12T01:07:10.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-08-12T01:07:10.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-08-12T01:07:10.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3382 | 2026-08-12T01:07:10.347Z | |
| 3383 | 2026-08-12T01:07:10.347Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/334) |
| 3384 | 2026-08-12T01:07:10.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-08-12T01:07:10.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-08-12T01:07:10.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-08-12T01:07:10.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3388 | 2026-08-12T01:07:10.923Z | |
| 3389 | 2026-08-12T01:07:10.924Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/334) |
| 3390 | 2026-08-12T01:07:11.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-08-12T01:07:11.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-08-12T01:07:11.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-08-12T01:07:11.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3394 | 2026-08-12T01:07:11.493Z | |
| 3395 | 2026-08-12T01:07:11.493Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/334) |
| 3396 | 2026-08-12T01:07:11.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-08-12T01:07:11.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-08-12T01:07:11.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-08-12T01:07:11.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3400 | 2026-08-12T01:07:12.062Z | |
| 3401 | 2026-08-12T01:07:12.062Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/334) |
| 3402 | 2026-08-12T01:07:12.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-08-12T01:07:12.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-08-12T01:07:12.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-08-12T01:07:12.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3406 | 2026-08-12T01:07:12.635Z | |
| 3407 | 2026-08-12T01:07:12.635Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/334) |
| 3408 | 2026-08-12T01:07:13.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-08-12T01:07:13.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-08-12T01:07:13.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-08-12T01:07:13.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3412 | 2026-08-12T01:07:13.205Z | |
| 3413 | 2026-08-12T01:07:13.205Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/334) |
| 3414 | 2026-08-12T01:07:13.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-08-12T01:07:13.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-08-12T01:07:13.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-08-12T01:07:13.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3418 | 2026-08-12T01:07:13.777Z | |
| 3419 | 2026-08-12T01:07:13.777Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/334) |
| 3420 | 2026-08-12T01:07:14.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-08-12T01:07:14.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-08-12T01:07:14.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-08-12T01:07:14.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3424 | 2026-08-12T01:07:14.351Z | |
| 3425 | 2026-08-12T01:07:14.351Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/334) |
| 3426 | 2026-08-12T01:07:14.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-08-12T01:07:14.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-08-12T01:07:14.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-08-12T01:07:14.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3430 | 2026-08-12T01:07:14.919Z | |
| 3431 | 2026-08-12T01:07:14.919Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/334) |
| 3432 | 2026-08-12T01:07:15.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-08-12T01:07:15.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-08-12T01:07:15.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-08-12T01:07:15.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3436 | 2026-08-12T01:07:15.487Z | |
| 3437 | 2026-08-12T01:07:15.487Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/334) |
| 3438 | 2026-08-12T01:07:15.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-08-12T01:07:15.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-08-12T01:07:15.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-08-12T01:07:15.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3442 | 2026-08-12T01:07:16.051Z | |
| 3443 | 2026-08-12T01:07:16.051Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/334) |
| 3444 | 2026-08-12T01:07:16.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-08-12T01:07:16.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-08-12T01:07:16.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-08-12T01:07:16.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3448 | 2026-08-12T01:07:16.620Z | |
| 3449 | 2026-08-12T01:07:16.620Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/334) |
| 3450 | 2026-08-12T01:07:17.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-08-12T01:07:17.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-08-12T01:07:17.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-08-12T01:07:17.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3454 | 2026-08-12T01:07:17.190Z | |
| 3455 | 2026-08-12T01:07:17.190Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/334) |
| 3456 | 2026-08-12T01:07:17.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-08-12T01:07:17.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-08-12T01:07:17.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-08-12T01:07:17.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3460 | 2026-08-12T01:07:17.762Z | |
| 3461 | 2026-08-12T01:07:17.762Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/334) |
| 3462 | 2026-08-12T01:07:18.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-08-12T01:07:18.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-08-12T01:07:18.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-08-12T01:07:18.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3466 | 2026-08-12T01:07:18.330Z | |
| 3467 | 2026-08-12T01:07:18.330Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/334) |
| 3468 | 2026-08-12T01:07:18.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-08-12T01:07:18.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-08-12T01:07:18.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-08-12T01:07:18.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3472 | 2026-08-12T01:07:18.891Z | |
| 3473 | 2026-08-12T01:07:18.891Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/334) |
| 3474 | 2026-08-12T01:07:19.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-08-12T01:07:19.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-08-12T01:07:19.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-08-12T01:07:19.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3478 | 2026-08-12T01:07:19.480Z | |
| 3479 | 2026-08-12T01:07:19.480Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/334) |
| 3480 | 2026-08-12T01:07:19.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-08-12T01:07:19.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-08-12T01:07:19.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-08-12T01:07:19.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3484 | 2026-08-12T01:07:20.073Z | |
| 3485 | 2026-08-12T01:07:20.073Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/334) |
| 3486 | 2026-08-12T01:07:20.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-08-12T01:07:20.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-08-12T01:07:20.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-08-12T01:07:20.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3490 | 2026-08-12T01:07:20.668Z | |
| 3491 | 2026-08-12T01:07:20.668Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/334) |
| 3492 | 2026-08-12T01:07:21.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-08-12T01:07:21.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-08-12T01:07:21.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-08-12T01:07:21.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3496 | 2026-08-12T01:07:21.263Z | |
| 3497 | 2026-08-12T01:07:21.263Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/334) |
| 3498 | 2026-08-12T01:07:21.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-08-12T01:07:21.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-08-12T01:07:21.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-08-12T01:07:21.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3502 | 2026-08-12T01:07:21.856Z | |
| 3503 | 2026-08-12T01:07:21.856Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/334) |
| 3504 | 2026-08-12T01:07:22.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-08-12T01:07:22.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-08-12T01:07:22.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-08-12T01:07:22.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3508 | 2026-08-12T01:07:22.451Z | |
| 3509 | 2026-08-12T01:07:22.451Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/334) |
| 3510 | 2026-08-12T01:07:22.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-08-12T01:07:22.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-08-12T01:07:22.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-08-12T01:07:22.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3514 | 2026-08-12T01:07:23.044Z | |
| 3515 | 2026-08-12T01:07:23.044Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/334) |
| 3516 | 2026-08-12T01:07:23.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-08-12T01:07:23.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-08-12T01:07:23.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-08-12T01:07:23.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3520 | 2026-08-12T01:07:23.638Z | |
| 3521 | 2026-08-12T01:07:23.638Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/334) |
| 3522 | 2026-08-12T01:07:24.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-08-12T01:07:24.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-08-12T01:07:24.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-08-12T01:07:24.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3526 | 2026-08-12T01:07:24.225Z | |
| 3527 | 2026-08-12T01:07:24.225Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/334) |
| 3528 | 2026-08-12T01:07:24.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-08-12T01:07:24.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-08-12T01:07:24.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-08-12T01:07:24.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3532 | 2026-08-12T01:07:24.804Z | |
| 3533 | 2026-08-12T01:07:24.804Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/334) |
| 3534 | 2026-08-12T01:07:25.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-08-12T01:07:25.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-08-12T01:07:25.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-08-12T01:07:25.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3538 | 2026-08-12T01:07:25.384Z | |
| 3539 | 2026-08-12T01:07:25.384Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/334) |
| 3540 | 2026-08-12T01:07:25.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-08-12T01:07:25.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-08-12T01:07:25.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-08-12T01:07:25.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3544 | 2026-08-12T01:07:25.960Z | |
| 3545 | 2026-08-12T01:07:25.960Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/334) |
| 3546 | 2026-08-12T01:07:26.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-08-12T01:07:26.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-08-12T01:07:26.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-08-12T01:07:26.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3550 | 2026-08-12T01:07:26.544Z | |
| 3551 | 2026-08-12T01:07:26.544Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/334) |
| 3552 | 2026-08-12T01:07:27.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-08-12T01:07:27.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-08-12T01:07:27.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-08-12T01:07:27.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3556 | 2026-08-12T01:07:27.124Z | |
| 3557 | 2026-08-12T01:07:27.124Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/334) |
| 3558 | 2026-08-12T01:07:27.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-08-12T01:07:27.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-08-12T01:07:27.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-08-12T01:07:27.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3562 | 2026-08-12T01:07:27.702Z | |
| 3563 | 2026-08-12T01:07:27.702Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/334) |
| 3564 | 2026-08-12T01:07:28.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-08-12T01:07:28.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-08-12T01:07:28.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-08-12T01:07:28.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-08-12T01:07:28.283Z | |
| 3569 | 2026-08-12T01:07:28.283Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/334) |
| 3570 | 2026-08-12T01:07:28.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-08-12T01:07:28.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-08-12T01:07:28.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-08-12T01:07:28.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3574 | 2026-08-12T01:07:28.864Z | |
| 3575 | 2026-08-12T01:07:28.864Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/334) |
| 3576 | 2026-08-12T01:07:29.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-08-12T01:07:29.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-08-12T01:07:29.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-08-12T01:07:29.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3580 | 2026-08-12T01:07:29.445Z | |
| 3581 | 2026-08-12T01:07:29.445Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/334) |
| 3582 | 2026-08-12T01:07:29.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-08-12T01:07:29.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-08-12T01:07:29.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-08-12T01:07:29.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3586 | 2026-08-12T01:07:30.008Z | |
| 3587 | 2026-08-12T01:07:30.008Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/334) |
| 3588 | 2026-08-12T01:07:30.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-08-12T01:07:30.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-08-12T01:07:30.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-08-12T01:07:30.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3592 | 2026-08-12T01:07:30.575Z | |
| 3593 | 2026-08-12T01:07:30.576Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/334) |
| 3594 | 2026-08-12T01:07:31.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-08-12T01:07:31.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-08-12T01:07:31.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-08-12T01:07:31.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3598 | 2026-08-12T01:07:31.137Z | |
| 3599 | 2026-08-12T01:07:31.138Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/334) |
| 3600 | 2026-08-12T01:07:31.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-08-12T01:07:31.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-08-12T01:07:31.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-08-12T01:07:31.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3604 | 2026-08-12T01:07:31.703Z | |
| 3605 | 2026-08-12T01:07:31.703Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/334) |
| 3606 | 2026-08-12T01:07:32.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-08-12T01:07:32.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-08-12T01:07:32.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-08-12T01:07:32.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3610 | 2026-08-12T01:07:32.263Z | |
| 3611 | 2026-08-12T01:07:32.263Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/334) |
| 3612 | 2026-08-12T01:07:32.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-08-12T01:07:32.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-08-12T01:07:32.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-08-12T01:07:32.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3616 | 2026-08-12T01:07:32.833Z | |
| 3617 | 2026-08-12T01:07:32.833Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/334) |
| 3618 | 2026-08-12T01:07:33.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-08-12T01:07:33.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-08-12T01:07:33.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-08-12T01:07:33.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3622 | 2026-08-12T01:07:33.406Z | |
| 3623 | 2026-08-12T01:07:33.406Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/334) |
| 3624 | 2026-08-12T01:07:33.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-08-12T01:07:33.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-08-12T01:07:33.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-08-12T01:07:33.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3628 | 2026-08-12T01:07:33.977Z | |
| 3629 | 2026-08-12T01:07:33.977Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/334) |
| 3630 | 2026-08-12T01:07:34.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-08-12T01:07:34.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-08-12T01:07:34.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3633 | 2026-08-12T01:07:34.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3634 | 2026-08-12T01:07:34.548Z | |
| 3635 | 2026-08-12T01:07:34.548Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/334) |
| 3636 | 2026-08-12T01:07:35.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-08-12T01:07:35.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-08-12T01:07:35.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3639 | 2026-08-12T01:07:35.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3640 | 2026-08-12T01:07:35.120Z | |
| 3641 | 2026-08-12T01:07:35.121Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/334) |
| 3642 | 2026-08-12T01:07:35.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-08-12T01:07:35.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-08-12T01:07:35.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3645 | 2026-08-12T01:07:35.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3646 | 2026-08-12T01:07:35.692Z | |
| 3647 | 2026-08-12T01:07:35.692Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/334) |
| 3648 | 2026-08-12T01:07:36.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-08-12T01:07:36.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-08-12T01:07:36.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2026-08-12T01:07:36.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3652 | 2026-08-12T01:07:36.263Z | |
| 3653 | 2026-08-12T01:07:36.263Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/334) |
| 3654 | 2026-08-12T01:07:36.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-08-12T01:07:36.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-08-12T01:07:36.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3657 | 2026-08-12T01:07:36.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3658 | 2026-08-12T01:07:36.835Z | |
| 3659 | 2026-08-12T01:07:36.835Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/334) |
| 3660 | 2026-08-12T01:07:37.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-08-12T01:07:37.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-08-12T01:07:37.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3663 | 2026-08-12T01:07:37.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3664 | 2026-08-12T01:07:37.402Z | |
| 3665 | 2026-08-12T01:07:37.402Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/334) |
| 3666 | 2026-08-12T01:07:37.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-08-12T01:07:37.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-08-12T01:07:37.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2026-08-12T01:07:37.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3670 | 2026-08-12T01:07:37.971Z | |
| 3671 | 2026-08-12T01:07:37.971Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/334) |
| 3672 | 2026-08-12T01:07:38.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-08-12T01:07:38.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-08-12T01:07:38.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3675 | 2026-08-12T01:07:38.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3676 | 2026-08-12T01:07:38.541Z | |
| 3677 | 2026-08-12T01:07:38.541Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/334) |
| 3678 | 2026-08-12T01:07:39.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-08-12T01:07:39.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-08-12T01:07:39.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-08-12T01:07:39.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3682 | 2026-08-12T01:07:39.125Z | |
| 3683 | 2026-08-12T01:07:39.125Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/334) |
| 3684 | 2026-08-12T01:07:39.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-08-12T01:07:39.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-08-12T01:07:39.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-08-12T01:07:39.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3688 | 2026-08-12T01:07:39.714Z | |
| 3689 | 2026-08-12T01:07:39.714Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/334) |
| 3690 | 2026-08-12T01:07:40.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-08-12T01:07:40.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-08-12T01:07:40.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-08-12T01:07:40.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3694 | 2026-08-12T01:07:40.300Z | |
| 3695 | 2026-08-12T01:07:40.300Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/334) |
| 3696 | 2026-08-12T01:07:40.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-08-12T01:07:40.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-08-12T01:07:40.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-08-12T01:07:40.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3700 | 2026-08-12T01:07:40.878Z | |
| 3701 | 2026-08-12T01:07:40.879Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/334) |
| 3702 | 2026-08-12T01:07:41.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-08-12T01:07:41.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-08-12T01:07:41.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-08-12T01:07:41.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3706 | 2026-08-12T01:07:41.464Z | |
| 3707 | 2026-08-12T01:07:41.464Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/334) |
| 3708 | 2026-08-12T01:07:41.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-08-12T01:07:41.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-08-12T01:07:41.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-08-12T01:07:41.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3712 | 2026-08-12T01:07:42.049Z | |
| 3713 | 2026-08-12T01:07:42.049Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/334) |
| 3714 | 2026-08-12T01:07:42.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-08-12T01:07:42.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-08-12T01:07:42.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-08-12T01:07:42.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3718 | 2026-08-12T01:07:42.638Z | |
| 3719 | 2026-08-12T01:07:42.638Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/334) |
| 3720 | 2026-08-12T01:07:43.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-08-12T01:07:43.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-08-12T01:07:43.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-08-12T01:07:43.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3724 | 2026-08-12T01:07:43.226Z | |
| 3725 | 2026-08-12T01:07:43.226Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/334) |
| 3726 | 2026-08-12T01:07:43.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-08-12T01:07:43.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-08-12T01:07:43.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-08-12T01:07:43.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3730 | 2026-08-12T01:07:43.816Z | |
| 3731 | 2026-08-12T01:07:43.816Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/334) |
| 3732 | 2026-08-12T01:07:44.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-08-12T01:07:44.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-08-12T01:07:44.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-08-12T01:07:44.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3736 | 2026-08-12T01:07:44.406Z | |
| 3737 | 2026-08-12T01:07:44.406Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/334) |
| 3738 | 2026-08-12T01:07:44.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-08-12T01:07:44.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-08-12T01:07:44.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-08-12T01:07:44.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3742 | 2026-08-12T01:07:44.994Z | |
| 3743 | 2026-08-12T01:07:44.994Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/334) |
| 3744 | 2026-08-12T01:07:45.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-08-12T01:07:45.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-08-12T01:07:45.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-08-12T01:07:45.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3748 | 2026-08-12T01:07:45.584Z | |
| 3749 | 2026-08-12T01:07:45.584Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/334) |
| 3750 | 2026-08-12T01:07:46.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-08-12T01:07:46.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-08-12T01:07:46.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-08-12T01:07:46.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3754 | 2026-08-12T01:07:46.171Z | |
| 3755 | 2026-08-12T01:07:46.171Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/334) |
| 3756 | 2026-08-12T01:07:46.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-08-12T01:07:46.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-08-12T01:07:46.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-08-12T01:07:46.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3760 | 2026-08-12T01:07:46.756Z | |
| 3761 | 2026-08-12T01:07:46.756Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/334) |
| 3762 | 2026-08-12T01:07:47.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-08-12T01:07:47.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-08-12T01:07:47.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-08-12T01:07:47.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3766 | 2026-08-12T01:07:47.339Z | |
| 3767 | 2026-08-12T01:07:47.339Z | info: running `cargo check --bins` on oximeter-producer (195/334) |
| 3768 | 2026-08-12T01:07:47.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-08-12T01:07:47.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-08-12T01:07:47.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-08-12T01:07:47.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3772 | 2026-08-12T01:07:47.943Z | |
| 3773 | 2026-08-12T01:07:47.943Z | info: running `cargo check --bins` on internal-dns-resolver (196/334) |
| 3774 | 2026-08-12T01:07:48.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-08-12T01:07:48.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-08-12T01:07:48.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-08-12T01:07:48.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3778 | 2026-08-12T01:07:48.518Z | |
| 3779 | 2026-08-12T01:07:48.518Z | info: running `cargo check --bins` on dns-server (197/334) |
| 3780 | 2026-08-12T01:07:48.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-08-12T01:07:49.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-08-12T01:07:49.155Z | Compiling parking_lot_core v0.8.6 |
| 3783 | 2026-08-12T01:07:49.158Z | Compiling git-stub v1.0.0 |
| 3784 | 2026-08-12T01:07:49.270Z | Checking prefix-trie v0.7.0 |
| 3785 | 2026-08-12T01:07:49.275Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3786 | 2026-08-12T01:07:49.386Z | Compiling git-stub-vcs v0.1.0 |
| 3787 | 2026-08-12T01:07:49.555Z | Checking hickory-server v0.25.2 |
| 3788 | 2026-08-12T01:07:49.656Z | Checking parking_lot v0.11.2 |
| 3789 | 2026-08-12T01:07:49.689Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3790 | 2026-08-12T01:07:49.823Z | Checking sled v0.34.7 |
| 3791 | 2026-08-12T01:07:51.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 3792 | 2026-08-12T01:07:51.957Z | |
| 3793 | 2026-08-12T01:07:51.957Z | info: running `cargo check --bins` on dns-server-api (198/334) |
| 3794 | 2026-08-12T01:07:52.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-08-12T01:07:52.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-08-12T01:07:52.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-08-12T01:07:52.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3798 | 2026-08-12T01:07:52.522Z | |
| 3799 | 2026-08-12T01:07:52.522Z | info: running `cargo check --bins` on nexus-client (199/334) |
| 3800 | 2026-08-12T01:07:53.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-08-12T01:07:53.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-08-12T01:07:53.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-08-12T01:07:53.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3804 | 2026-08-12T01:07:53.129Z | |
| 3805 | 2026-08-12T01:07:53.129Z | info: running `cargo check --bins` on oximeter-producer-api (200/334) |
| 3806 | 2026-08-12T01:07:53.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-08-12T01:07:53.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-08-12T01:07:53.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-08-12T01:07:53.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3810 | 2026-08-12T01:07:53.699Z | |
| 3811 | 2026-08-12T01:07:53.699Z | info: running `cargo check --bins` on sp-sim (201/334) |
| 3812 | 2026-08-12T01:07:54.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-08-12T01:07:54.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-08-12T01:07:54.410Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3815 | 2026-08-12T01:07:54.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3816 | 2026-08-12T01:07:55.136Z | |
| 3817 | 2026-08-12T01:07:55.136Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/334) |
| 3818 | 2026-08-12T01:07:55.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-08-12T01:07:55.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-08-12T01:07:55.948Z | Compiling salty v0.3.0 |
| 3821 | 2026-08-12T01:07:55.951Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3822 | 2026-08-12T01:07:56.087Z | Checking libscf-sys v1.2.0 |
| 3823 | 2026-08-12T01:07:56.087Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3824 | 2026-08-12T01:07:56.104Z | Checking rfc6979 v0.4.0 |
| 3825 | 2026-08-12T01:07:56.116Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3826 | 2026-08-12T01:07:56.118Z | Checking primeorder v0.13.6 |
| 3827 | 2026-08-12T01:07:56.142Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3828 | 2026-08-12T01:07:56.201Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3829 | 2026-08-12T01:07:56.217Z | Checking ecdsa v0.16.9 |
| 3830 | 2026-08-12T01:07:56.279Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3831 | 2026-08-12T01:07:56.357Z | Checking papergrid v0.18.0 |
| 3832 | 2026-08-12T01:07:56.370Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3833 | 2026-08-12T01:07:56.433Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3834 | 2026-08-12T01:07:56.546Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3835 | 2026-08-12T01:07:56.590Z | Checking p384 v0.13.1 |
| 3836 | 2026-08-12T01:07:56.673Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3837 | 2026-08-12T01:07:56.705Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3838 | 2026-08-12T01:07:56.721Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3839 | 2026-08-12T01:07:56.908Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3840 | 2026-08-12T01:07:56.956Z | Compiling unicase v2.9.0 |
| 3841 | 2026-08-12T01:07:57.001Z | Checking corncobs v0.1.4 |
| 3842 | 2026-08-12T01:07:57.032Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3843 | 2026-08-12T01:07:57.088Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3844 | 2026-08-12T01:07:57.103Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3845 | 2026-08-12T01:07:57.116Z | Checking tabled v0.21.0 |
| 3846 | 2026-08-12T01:07:57.131Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3847 | 2026-08-12T01:07:57.134Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3848 | 2026-08-12T01:07:57.159Z | Compiling mime_guess v2.0.5 |
| 3849 | 2026-08-12T01:07:57.250Z | Compiling progenitor-impl v0.13.0 |
| 3850 | 2026-08-12T01:07:57.270Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3851 | 2026-08-12T01:07:57.373Z | Checking secrecy v0.8.0 |
| 3852 | 2026-08-12T01:07:57.373Z | Checking crc8 v0.1.1 |
| 3853 | 2026-08-12T01:07:57.408Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3854 | 2026-08-12T01:07:57.466Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3855 | 2026-08-12T01:07:57.712Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3856 | 2026-08-12T01:07:58.013Z | Checking progenitor-client v0.13.0 |
| 3857 | 2026-08-12T01:07:58.031Z | Checking http-range v0.1.5 |
| 3858 | 2026-08-12T01:07:58.076Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3859 | 2026-08-12T01:07:58.156Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3860 | 2026-08-12T01:07:58.243Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3861 | 2026-08-12T01:07:58.428Z | Checking illumos-nvpair v0.3.0 |
| 3862 | 2026-08-12T01:07:58.561Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3863 | 2026-08-12T01:07:58.587Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3864 | 2026-08-12T01:07:58.622Z | Checking scuffle v0.1.0 |
| 3865 | 2026-08-12T01:07:58.679Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3866 | 2026-08-12T01:07:58.695Z | Checking nanorand v0.7.0 |
| 3867 | 2026-08-12T01:07:58.895Z | Checking flume v0.11.1 |
| 3868 | 2026-08-12T01:07:58.949Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3869 | 2026-08-12T01:07:59.137Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3870 | 2026-08-12T01:07:59.188Z | Checking hyper-staticfile v0.10.1 |
| 3871 | 2026-08-12T01:07:59.242Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3872 | 2026-08-12T01:07:59.290Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3873 | 2026-08-12T01:07:59.330Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3874 | 2026-08-12T01:07:59.479Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3875 | 2026-08-12T01:07:59.538Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3876 | 2026-08-12T01:07:59.590Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3877 | 2026-08-12T01:07:59.645Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3878 | 2026-08-12T01:07:59.863Z | Compiling progenitor-macro v0.13.0 |
| 3879 | 2026-08-12T01:07:59.879Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3880 | 2026-08-12T01:07:59.942Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3881 | 2026-08-12T01:07:59.959Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3882 | 2026-08-12T01:08:00.269Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3883 | 2026-08-12T01:08:00.829Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3884 | 2026-08-12T01:08:01.309Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3885 | 2026-08-12T01:08:02.692Z | Checking progenitor v0.13.0 |
| 3886 | 2026-08-12T01:08:02.829Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3887 | 2026-08-12T01:08:04.333Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3888 | 2026-08-12T01:08:05.063Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3889 | 2026-08-12T01:08:18.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.46s |
| 3890 | 2026-08-12T01:08:18.806Z | |
| 3891 | 2026-08-12T01:08:18.806Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/334) |
| 3892 | 2026-08-12T01:08:19.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-08-12T01:08:19.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-08-12T01:08:19.573Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3895 | 2026-08-12T01:08:30.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3896 | 2026-08-12T01:08:30.346Z | |
| 3897 | 2026-08-12T01:08:30.346Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/334) |
| 3898 | 2026-08-12T01:08:30.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-08-12T01:08:30.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-08-12T01:08:31.110Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3901 | 2026-08-12T01:08:41.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3902 | 2026-08-12T01:08:41.902Z | |
| 3903 | 2026-08-12T01:08:41.902Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/334) |
| 3904 | 2026-08-12T01:08:42.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-08-12T01:08:42.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-08-12T01:08:42.657Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3907 | 2026-08-12T01:08:53.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3908 | 2026-08-12T01:08:53.431Z | |
| 3909 | 2026-08-12T01:08:53.431Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/334) |
| 3910 | 2026-08-12T01:08:53.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-08-12T01:08:53.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-08-12T01:08:54.197Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3913 | 2026-08-12T01:09:04.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3914 | 2026-08-12T01:09:05.061Z | |
| 3915 | 2026-08-12T01:09:05.061Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/334) |
| 3916 | 2026-08-12T01:09:05.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-08-12T01:09:05.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-08-12T01:09:05.821Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3919 | 2026-08-12T01:09:16.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3920 | 2026-08-12T01:09:16.621Z | |
| 3921 | 2026-08-12T01:09:16.621Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/334) |
| 3922 | 2026-08-12T01:09:17.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-08-12T01:09:17.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-08-12T01:09:17.381Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3925 | 2026-08-12T01:09:27.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3926 | 2026-08-12T01:09:28.147Z | |
| 3927 | 2026-08-12T01:09:28.148Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/334) |
| 3928 | 2026-08-12T01:09:28.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-08-12T01:09:28.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-08-12T01:09:28.907Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3931 | 2026-08-12T01:09:39.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3932 | 2026-08-12T01:09:39.799Z | |
| 3933 | 2026-08-12T01:09:39.799Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/334) |
| 3934 | 2026-08-12T01:09:40.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-08-12T01:09:40.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-08-12T01:09:40.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3937 | 2026-08-12T01:09:40.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3938 | 2026-08-12T01:09:40.370Z | |
| 3939 | 2026-08-12T01:09:40.370Z | info: running `cargo check --bins` on installinator-common (211/334) |
| 3940 | 2026-08-12T01:09:40.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-08-12T01:09:40.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-08-12T01:09:40.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2026-08-12T01:09:40.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3944 | 2026-08-12T01:09:40.947Z | |
| 3945 | 2026-08-12T01:09:40.947Z | info: running `cargo check --bins` on installinator-common-versions (212/334) |
| 3946 | 2026-08-12T01:09:41.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-08-12T01:09:41.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-08-12T01:09:41.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2026-08-12T01:09:41.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3950 | 2026-08-12T01:09:41.498Z | |
| 3951 | 2026-08-12T01:09:41.498Z | info: running `cargo check --bins` on nexus-lockstep-client (213/334) |
| 3952 | 2026-08-12T01:09:42.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-08-12T01:09:42.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-08-12T01:09:42.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2026-08-12T01:09:42.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3956 | 2026-08-12T01:09:42.100Z | |
| 3957 | 2026-08-12T01:09:42.100Z | info: running `cargo check --bins` on omicron-ddm-admin-client (214/334) |
| 3958 | 2026-08-12T01:09:42.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2026-08-12T01:09:42.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2026-08-12T01:09:42.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3961 | 2026-08-12T01:09:42.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3962 | 2026-08-12T01:09:42.666Z | |
| 3963 | 2026-08-12T01:09:42.666Z | info: running `cargo check --bins` on range-requests (215/334) |
| 3964 | 2026-08-12T01:09:43.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3965 | 2026-08-12T01:09:43.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3966 | 2026-08-12T01:09:43.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3967 | 2026-08-12T01:09:43.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3968 | 2026-08-12T01:09:43.227Z | |
| 3969 | 2026-08-12T01:09:43.227Z | info: running `cargo check --bins` on repo-depot-api (216/334) |
| 3970 | 2026-08-12T01:09:43.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-08-12T01:09:43.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-08-12T01:09:43.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3973 | 2026-08-12T01:09:43.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3974 | 2026-08-12T01:09:43.789Z | |
| 3975 | 2026-08-12T01:09:43.790Z | info: running `cargo check --bins` on repo-depot-client (217/334) |
| 3976 | 2026-08-12T01:09:44.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-08-12T01:09:44.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-08-12T01:09:44.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3979 | 2026-08-12T01:09:44.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3980 | 2026-08-12T01:09:44.345Z | |
| 3981 | 2026-08-12T01:09:44.345Z | info: running `cargo check --bins` on sled-agent-api (218/334) |
| 3982 | 2026-08-12T01:09:44.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3983 | 2026-08-12T01:09:44.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3984 | 2026-08-12T01:09:44.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3985 | 2026-08-12T01:09:44.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3986 | 2026-08-12T01:09:44.928Z | |
| 3987 | 2026-08-12T01:09:44.928Z | info: running `cargo check --bins` on sled-diagnostics (219/334) |
| 3988 | 2026-08-12T01:09:45.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2026-08-12T01:09:45.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2026-08-12T01:09:45.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3991 | 2026-08-12T01:09:45.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3992 | 2026-08-12T01:09:45.513Z | |
| 3993 | 2026-08-12T01:09:45.513Z | info: running `cargo check --bins` on zfs-test-harness (220/334) |
| 3994 | 2026-08-12T01:09:46.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-08-12T01:09:46.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-08-12T01:09:46.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2026-08-12T01:09:46.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3998 | 2026-08-12T01:09:46.097Z | |
| 3999 | 2026-08-12T01:09:46.097Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (221/334) |
| 4000 | 2026-08-12T01:09:46.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-08-12T01:09:46.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-08-12T01:09:46.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-08-12T01:09:46.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4004 | 2026-08-12T01:09:46.688Z | |
| 4005 | 2026-08-12T01:09:46.688Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (222/334) |
| 4006 | 2026-08-12T01:09:47.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-08-12T01:09:47.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-08-12T01:09:47.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-08-12T01:09:47.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4010 | 2026-08-12T01:09:47.277Z | |
| 4011 | 2026-08-12T01:09:47.277Z | info: running `cargo check --bins` on sled-agent-early-networking (223/334) |
| 4012 | 2026-08-12T01:09:47.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-08-12T01:09:47.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-08-12T01:09:47.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-08-12T01:09:47.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4016 | 2026-08-12T01:09:47.852Z | |
| 4017 | 2026-08-12T01:09:47.852Z | info: running `cargo check --bins` on sled-agent-health-monitor (224/334) |
| 4018 | 2026-08-12T01:09:48.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-08-12T01:09:48.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-08-12T01:09:48.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-08-12T01:09:48.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4022 | 2026-08-12T01:09:48.437Z | |
| 4023 | 2026-08-12T01:09:48.437Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (225/334) |
| 4024 | 2026-08-12T01:09:48.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-08-12T01:09:48.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-08-12T01:09:48.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-08-12T01:09:48.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4028 | 2026-08-12T01:09:49.023Z | |
| 4029 | 2026-08-12T01:09:49.024Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (226/334) |
| 4030 | 2026-08-12T01:09:49.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-08-12T01:09:49.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-08-12T01:09:49.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-08-12T01:09:49.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4034 | 2026-08-12T01:09:49.614Z | |
| 4035 | 2026-08-12T01:09:49.614Z | info: running `cargo check --bins` on sled-agent-resolvable-files (227/334) |
| 4036 | 2026-08-12T01:09:50.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-08-12T01:09:50.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-08-12T01:09:50.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-08-12T01:09:50.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4040 | 2026-08-12T01:09:50.201Z | |
| 4041 | 2026-08-12T01:09:50.201Z | info: running `cargo check --bins` on sled-agent-rack-setup (228/334) |
| 4042 | 2026-08-12T01:09:50.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-08-12T01:09:50.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-08-12T01:09:50.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-08-12T01:09:50.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4046 | 2026-08-12T01:09:50.810Z | |
| 4047 | 2026-08-12T01:09:50.810Z | info: running `cargo check --bins` on trust-quorum (229/334) |
| 4048 | 2026-08-12T01:09:51.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-08-12T01:09:51.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-08-12T01:09:51.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4051 | 2026-08-12T01:09:51.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4052 | 2026-08-12T01:09:51.401Z | |
| 4053 | 2026-08-12T01:09:51.401Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (230/334) |
| 4054 | 2026-08-12T01:09:51.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-08-12T01:09:51.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-08-12T01:09:51.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-08-12T01:09:51.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4058 | 2026-08-12T01:09:52.005Z | |
| 4059 | 2026-08-12T01:09:52.005Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (231/334) |
| 4060 | 2026-08-12T01:09:52.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-08-12T01:09:52.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-08-12T01:09:52.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-08-12T01:09:52.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4064 | 2026-08-12T01:09:52.618Z | |
| 4065 | 2026-08-12T01:09:52.618Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (232/334) |
| 4066 | 2026-08-12T01:09:53.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-08-12T01:09:53.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-08-12T01:09:53.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-08-12T01:09:53.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4070 | 2026-08-12T01:09:53.232Z | |
| 4071 | 2026-08-12T01:09:53.232Z | info: running `cargo check --bins` on omicron-deployment-graph (233/334) |
| 4072 | 2026-08-12T01:09:53.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-08-12T01:09:53.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-08-12T01:09:53.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-08-12T01:09:53.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4076 | 2026-08-12T01:09:53.786Z | |
| 4077 | 2026-08-12T01:09:53.786Z | info: running `cargo check --bins` on transient-dns-server (234/334) |
| 4078 | 2026-08-12T01:09:54.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-12T01:09:54.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-12T01:09:54.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-12T01:09:54.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4082 | 2026-08-12T01:09:54.362Z | |
| 4083 | 2026-08-12T01:09:54.362Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (235/334) |
| 4084 | 2026-08-12T01:09:54.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-12T01:09:54.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-12T01:09:54.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-12T01:09:54.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4088 | 2026-08-12T01:09:54.945Z | |
| 4089 | 2026-08-12T01:09:54.945Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (236/334) |
| 4090 | 2026-08-12T01:09:55.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-12T01:09:55.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-12T01:09:55.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-12T01:09:55.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4094 | 2026-08-12T01:09:55.529Z | |
| 4095 | 2026-08-12T01:09:55.529Z | info: running `cargo check --bins` on omicron-rpaths (237/334) |
| 4096 | 2026-08-12T01:09:55.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-12T01:09:55.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-12T01:09:55.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-08-12T01:09:56.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4100 | 2026-08-12T01:09:56.082Z | |
| 4101 | 2026-08-12T01:09:56.082Z | info: running `cargo check --bins` on omicron-repl-utils (238/334) |
| 4102 | 2026-08-12T01:09:56.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-12T01:09:56.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-12T01:09:56.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-08-12T01:09:56.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4106 | 2026-08-12T01:09:56.636Z | |
| 4107 | 2026-08-12T01:09:56.636Z | info: running `cargo check --bins` on omicron-clickhouse-admin (239/334) |
| 4108 | 2026-08-12T01:09:57.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-08-12T01:09:57.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-08-12T01:09:57.324Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4111 | 2026-08-12T01:09:57.743Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4112 | 2026-08-12T01:09:58.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4113 | 2026-08-12T01:09:59.124Z | |
| 4114 | 2026-08-12T01:09:59.124Z | info: running `cargo check --bins` on clickhouse-admin-api (240/334) |
| 4115 | 2026-08-12T01:09:59.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4116 | 2026-08-12T01:09:59.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4117 | 2026-08-12T01:09:59.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4118 | 2026-08-12T01:09:59.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4119 | 2026-08-12T01:09:59.697Z | |
| 4120 | 2026-08-12T01:09:59.697Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (241/334) |
| 4121 | 2026-08-12T01:10:00.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-08-12T01:10:00.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-08-12T01:10:00.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4124 | 2026-08-12T01:10:00.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4125 | 2026-08-12T01:10:00.264Z | |
| 4126 | 2026-08-12T01:10:00.265Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (242/334) |
| 4127 | 2026-08-12T01:10:00.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-08-12T01:10:00.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-08-12T01:10:00.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-08-12T01:10:00.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4131 | 2026-08-12T01:10:00.843Z | |
| 4132 | 2026-08-12T01:10:00.843Z | info: running `cargo check --bins` on clickhouse-admin-single-client (243/334) |
| 4133 | 2026-08-12T01:10:01.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-08-12T01:10:01.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-08-12T01:10:01.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4136 | 2026-08-12T01:10:01.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4137 | 2026-08-12T01:10:01.422Z | |
| 4138 | 2026-08-12T01:10:01.422Z | info: running `cargo check --bins` on installinator-client (244/334) |
| 4139 | 2026-08-12T01:10:01.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4140 | 2026-08-12T01:10:01.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4141 | 2026-08-12T01:10:01.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4142 | 2026-08-12T01:10:01.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4143 | 2026-08-12T01:10:01.997Z | |
| 4144 | 2026-08-12T01:10:01.997Z | info: running `cargo check --bins` on oxide-client (245/334) |
| 4145 | 2026-08-12T01:10:02.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-08-12T01:10:02.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-08-12T01:10:02.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4148 | 2026-08-12T01:10:02.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4149 | 2026-08-12T01:10:02.558Z | |
| 4150 | 2026-08-12T01:10:02.558Z | info: running `cargo check --bins` on oximeter-client (246/334) |
| 4151 | 2026-08-12T01:10:03.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-08-12T01:10:03.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-08-12T01:10:03.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4154 | 2026-08-12T01:10:03.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4155 | 2026-08-12T01:10:03.134Z | |
| 4156 | 2026-08-12T01:10:03.134Z | info: running `cargo check --bins` on wicketd-client (247/334) |
| 4157 | 2026-08-12T01:10:03.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2026-08-12T01:10:03.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2026-08-12T01:10:03.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4160 | 2026-08-12T01:10:03.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4161 | 2026-08-12T01:10:03.733Z | |
| 4162 | 2026-08-12T01:10:03.733Z | info: running `cargo check --bins` on wicket-common (248/334) |
| 4163 | 2026-08-12T01:10:04.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2026-08-12T01:10:04.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2026-08-12T01:10:04.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4166 | 2026-08-12T01:10:04.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4167 | 2026-08-12T01:10:04.320Z | |
| 4168 | 2026-08-12T01:10:04.320Z | info: running `cargo check --bins` on wicketd-commission-client (249/334) |
| 4169 | 2026-08-12T01:10:04.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2026-08-12T01:10:04.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2026-08-12T01:10:04.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4172 | 2026-08-12T01:10:04.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4173 | 2026-08-12T01:10:04.898Z | |
| 4174 | 2026-08-12T01:10:04.898Z | info: running `cargo check --bins` on omicron-cockroach-admin (250/334) |
| 4175 | 2026-08-12T01:10:05.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2026-08-12T01:10:05.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2026-08-12T01:10:05.571Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4178 | 2026-08-12T01:10:05.680Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4179 | 2026-08-12T01:10:06.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4180 | 2026-08-12T01:10:06.944Z | |
| 4181 | 2026-08-12T01:10:06.944Z | info: running `cargo check --bins` on cockroach-admin-api (251/334) |
| 4182 | 2026-08-12T01:10:07.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2026-08-12T01:10:07.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2026-08-12T01:10:07.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4185 | 2026-08-12T01:10:07.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4186 | 2026-08-12T01:10:07.518Z | |
| 4187 | 2026-08-12T01:10:07.518Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (252/334) |
| 4188 | 2026-08-12T01:10:08.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4189 | 2026-08-12T01:10:08.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4190 | 2026-08-12T01:10:08.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4191 | 2026-08-12T01:10:08.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4192 | 2026-08-12T01:10:08.177Z | |
| 4193 | 2026-08-12T01:10:08.177Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (253/334) |
| 4194 | 2026-08-12T01:10:08.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4195 | 2026-08-12T01:10:08.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4196 | 2026-08-12T01:10:08.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4197 | 2026-08-12T01:10:08.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4198 | 2026-08-12T01:10:08.833Z | |
| 4199 | 2026-08-12T01:10:08.833Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (254/334) |
| 4200 | 2026-08-12T01:10:09.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-08-12T01:10:09.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-08-12T01:10:09.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4203 | 2026-08-12T01:10:09.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4204 | 2026-08-12T01:10:09.459Z | |
| 4205 | 2026-08-12T01:10:09.459Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (255/334) |
| 4206 | 2026-08-12T01:10:09.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2026-08-12T01:10:09.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2026-08-12T01:10:09.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2026-08-12T01:10:09.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4210 | 2026-08-12T01:10:10.091Z | |
| 4211 | 2026-08-12T01:10:10.091Z | info: running `cargo check --bins` on db-macros (256/334) |
| 4212 | 2026-08-12T01:10:10.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-08-12T01:10:10.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-08-12T01:10:10.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2026-08-12T01:10:10.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4216 | 2026-08-12T01:10:10.645Z | |
| 4217 | 2026-08-12T01:10:10.645Z | info: running `cargo check --bins` on nexus-macros-common (257/334) |
| 4218 | 2026-08-12T01:10:11.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-08-12T01:10:11.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-08-12T01:10:11.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-08-12T01:10:11.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4222 | 2026-08-12T01:10:11.203Z | |
| 4223 | 2026-08-12T01:10:11.203Z | info: running `cargo check --bins` on nexus-auth (258/334) |
| 4224 | 2026-08-12T01:10:11.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-08-12T01:10:11.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-08-12T01:10:11.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4227 | 2026-08-12T01:10:11.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4228 | 2026-08-12T01:10:11.830Z | |
| 4229 | 2026-08-12T01:10:11.830Z | info: running `cargo check --bins` on authz-macros (259/334) |
| 4230 | 2026-08-12T01:10:12.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4231 | 2026-08-12T01:10:12.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4232 | 2026-08-12T01:10:12.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4233 | 2026-08-12T01:10:12.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4234 | 2026-08-12T01:10:12.393Z | |
| 4235 | 2026-08-12T01:10:12.393Z | info: running `cargo check --bins` on nexus-db-fixed-data (260/334) |
| 4236 | 2026-08-12T01:10:12.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-08-12T01:10:12.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-08-12T01:10:12.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4239 | 2026-08-12T01:10:12.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4240 | 2026-08-12T01:10:13.003Z | |
| 4241 | 2026-08-12T01:10:13.003Z | info: running `cargo check --bins` on nexus-db-model (261/334) |
| 4242 | 2026-08-12T01:10:13.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-08-12T01:10:13.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-08-12T01:10:13.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4245 | 2026-08-12T01:10:13.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4246 | 2026-08-12T01:10:13.619Z | |
| 4247 | 2026-08-12T01:10:13.619Z | info: running `cargo check --bins` on nexus-db-schema (262/334) |
| 4248 | 2026-08-12T01:10:14.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-08-12T01:10:14.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-08-12T01:10:14.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4251 | 2026-08-12T01:10:14.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4252 | 2026-08-12T01:10:14.174Z | |
| 4253 | 2026-08-12T01:10:14.174Z | info: running `cargo check --bins` on nexus-defaults (263/334) |
| 4254 | 2026-08-12T01:10:14.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-08-12T01:10:14.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-08-12T01:10:14.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4257 | 2026-08-12T01:10:14.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4258 | 2026-08-12T01:10:14.750Z | |
| 4259 | 2026-08-12T01:10:14.750Z | info: running `cargo check --bins` on omicron-git-version (264/334) |
| 4260 | 2026-08-12T01:10:15.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-08-12T01:10:15.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-08-12T01:10:15.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4263 | 2026-08-12T01:10:15.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4264 | 2026-08-12T01:10:15.309Z | |
| 4265 | 2026-08-12T01:10:15.309Z | info: running `cargo check --bins` on nexus-db-errors (265/334) |
| 4266 | 2026-08-12T01:10:15.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4267 | 2026-08-12T01:10:15.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4268 | 2026-08-12T01:10:15.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4269 | 2026-08-12T01:10:15.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4270 | 2026-08-12T01:10:15.936Z | |
| 4271 | 2026-08-12T01:10:15.936Z | info: running `cargo check --bins` on nexus-db-lookup (266/334) |
| 4272 | 2026-08-12T01:10:16.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4273 | 2026-08-12T01:10:16.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4274 | 2026-08-12T01:10:16.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4275 | 2026-08-12T01:10:16.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4276 | 2026-08-12T01:10:16.566Z | |
| 4277 | 2026-08-12T01:10:16.566Z | info: running `cargo check --bins` on nexus-test-interface (267/334) |
| 4278 | 2026-08-12T01:10:17.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4279 | 2026-08-12T01:10:17.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4280 | 2026-08-12T01:10:17.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4281 | 2026-08-12T01:10:17.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4282 | 2026-08-12T01:10:17.195Z | |
| 4283 | 2026-08-12T01:10:17.195Z | info: running `cargo check --bins` on oximeter-collector (268/334) |
| 4284 | 2026-08-12T01:10:17.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4285 | 2026-08-12T01:10:17.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4286 | 2026-08-12T01:10:17.913Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4287 | 2026-08-12T01:10:17.913Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4288 | 2026-08-12T01:10:18.590Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4289 | 2026-08-12T01:10:20.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 4290 | 2026-08-12T01:10:20.487Z | |
| 4291 | 2026-08-12T01:10:20.487Z | info: running `cargo check --bins` on oximeter-api (269/334) |
| 4292 | 2026-08-12T01:10:20.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-08-12T01:10:20.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-08-12T01:10:20.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-08-12T01:10:20.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4296 | 2026-08-12T01:10:21.060Z | |
| 4297 | 2026-08-12T01:10:21.060Z | info: running `cargo check --bins` on cert-dev (270/334) |
| 4298 | 2026-08-12T01:10:21.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-08-12T01:10:21.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-08-12T01:10:21.667Z | Checking yasna v0.5.2 |
| 4301 | 2026-08-12T01:10:22.069Z | Checking rcgen v0.12.1 |
| 4302 | 2026-08-12T01:10:22.319Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4303 | 2026-08-12T01:10:22.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4304 | 2026-08-12T01:10:22.683Z | |
| 4305 | 2026-08-12T01:10:22.683Z | info: running `cargo check --bins` on clickana (271/334) |
| 4306 | 2026-08-12T01:10:23.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-08-12T01:10:23.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-08-12T01:10:23.320Z | Compiling instability v0.3.11 |
| 4309 | 2026-08-12T01:10:23.323Z | Checking castaway v0.2.4 |
| 4310 | 2026-08-12T01:10:23.323Z | Compiling indoc v2.0.7 |
| 4311 | 2026-08-12T01:10:23.433Z | Checking unicode-truncate v1.1.0 |
| 4312 | 2026-08-12T01:10:23.437Z | Checking lru v0.12.5 |
| 4313 | 2026-08-12T01:10:23.440Z | Checking cassowary v0.3.0 |
| 4314 | 2026-08-12T01:10:23.516Z | Checking compact_str v0.8.1 |
| 4315 | 2026-08-12T01:10:24.310Z | Checking ratatui v0.29.0 |
| 4316 | 2026-08-12T01:10:25.353Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4317 | 2026-08-12T01:10:26.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 4318 | 2026-08-12T01:10:26.277Z | |
| 4319 | 2026-08-12T01:10:26.277Z | info: running `cargo check --bins` on clickhouse-cluster-dev (272/334) |
| 4320 | 2026-08-12T01:10:26.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4321 | 2026-08-12T01:10:26.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4322 | 2026-08-12T01:10:26.992Z | Checking headers-core v0.3.0 |
| 4323 | 2026-08-12T01:10:26.994Z | Checking port-file v0.1.0 |
| 4324 | 2026-08-12T01:10:26.995Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4325 | 2026-08-12T01:10:27.190Z | Checking headers v0.4.1 |
| 4326 | 2026-08-12T01:10:27.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4327 | 2026-08-12T01:10:28.535Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4328 | 2026-08-12T01:10:29.051Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4329 | 2026-08-12T01:10:29.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4330 | 2026-08-12T01:10:29.685Z | |
| 4331 | 2026-08-12T01:10:29.685Z | info: running `cargo check --bins` on ch-dev (273/334) |
| 4332 | 2026-08-12T01:10:30.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-08-12T01:10:30.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-08-12T01:10:30.389Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4335 | 2026-08-12T01:10:31.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4336 | 2026-08-12T01:10:31.346Z | |
| 4337 | 2026-08-12T01:10:31.346Z | info: running `cargo check --bins` on dev-tools-common (274/334) |
| 4338 | 2026-08-12T01:10:31.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4339 | 2026-08-12T01:10:31.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4340 | 2026-08-12T01:10:31.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4341 | 2026-08-12T01:10:31.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4342 | 2026-08-12T01:10:31.759Z | |
| 4343 | 2026-08-12T01:10:31.759Z | info: running `cargo check --bins` on corpus-adjust (275/334) |
| 4344 | 2026-08-12T01:10:32.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-08-12T01:10:32.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-08-12T01:10:32.378Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4347 | 2026-08-12T01:10:32.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 4348 | 2026-08-12T01:10:32.941Z | |
| 4349 | 2026-08-12T01:10:32.941Z | info: running `cargo check --bins` on crdb-seed (276/334) |
| 4350 | 2026-08-12T01:10:33.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4351 | 2026-08-12T01:10:33.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4352 | 2026-08-12T01:10:33.656Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4353 | 2026-08-12T01:10:34.750Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4354 | 2026-08-12T01:10:35.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
| 4355 | 2026-08-12T01:10:35.296Z | |
| 4356 | 2026-08-12T01:10:35.296Z | info: running `cargo check --bins` on db-dev (277/334) |
| 4357 | 2026-08-12T01:10:35.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4358 | 2026-08-12T01:10:35.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4359 | 2026-08-12T01:10:36.007Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4360 | 2026-08-12T01:10:36.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4361 | 2026-08-12T01:10:36.965Z | |
| 4362 | 2026-08-12T01:10:36.965Z | info: running `cargo check --bins` on omicron-dev-lib (278/334) |
| 4363 | 2026-08-12T01:10:37.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-08-12T01:10:37.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-08-12T01:10:37.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4366 | 2026-08-12T01:10:37.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4367 | 2026-08-12T01:10:37.568Z | |
| 4368 | 2026-08-12T01:10:37.568Z | info: running `cargo check --bins` on xtask-downloader (279/334) |
| 4369 | 2026-08-12T01:10:38.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-08-12T01:10:38.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-08-12T01:10:38.166Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4372 | 2026-08-12T01:10:38.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4373 | 2026-08-12T01:10:39.025Z | |
| 4374 | 2026-08-12T01:10:39.026Z | info: running `cargo check --bins` on omicron-dropshot-apis (280/334) |
| 4375 | 2026-08-12T01:10:39.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4376 | 2026-08-12T01:10:39.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4377 | 2026-08-12T01:10:39.762Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4378 | 2026-08-12T01:10:39.762Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4379 | 2026-08-12T01:10:39.765Z | Checking git-stub v1.0.0 |
| 4380 | 2026-08-12T01:10:39.765Z | Compiling trait-variant v0.1.2 |
| 4381 | 2026-08-12T01:10:39.765Z | Checking maplit v1.0.2 |
| 4382 | 2026-08-12T01:10:39.765Z | Checking is_ci v1.2.0 |
| 4383 | 2026-08-12T01:10:39.922Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4384 | 2026-08-12T01:10:39.926Z | Checking drift v0.2.0 |
| 4385 | 2026-08-12T01:10:39.961Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4386 | 2026-08-12T01:10:39.973Z | Checking supports-color v3.0.2 |
| 4387 | 2026-08-12T01:10:40.046Z | Checking git-stub-vcs v0.1.0 |
| 4388 | 2026-08-12T01:10:40.099Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4389 | 2026-08-12T01:10:40.117Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4390 | 2026-08-12T01:10:40.133Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4391 | 2026-08-12T01:10:40.240Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4392 | 2026-08-12T01:10:40.267Z | Checking dropshot-api-manager v0.7.2 |
| 4393 | 2026-08-12T01:10:40.300Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4394 | 2026-08-12T01:10:40.409Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4395 | 2026-08-12T01:10:40.636Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4396 | 2026-08-12T01:10:41.126Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4397 | 2026-08-12T01:10:42.089Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4398 | 2026-08-12T01:10:43.094Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4399 | 2026-08-12T01:10:43.816Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4400 | 2026-08-12T01:10:44.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4401 | 2026-08-12T01:10:44.466Z | |
| 4402 | 2026-08-12T01:10:44.466Z | info: running `cargo check --bins` on installinator-api (281/334) |
| 4403 | 2026-08-12T01:10:44.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-08-12T01:10:44.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-08-12T01:10:44.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-08-12T01:10:44.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4407 | 2026-08-12T01:10:45.029Z | |
| 4408 | 2026-08-12T01:10:45.029Z | info: running `cargo check --bins` on nexus-external-api (282/334) |
| 4409 | 2026-08-12T01:10:45.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-08-12T01:10:45.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-08-12T01:10:45.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-08-12T01:10:45.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4413 | 2026-08-12T01:10:45.634Z | |
| 4414 | 2026-08-12T01:10:45.634Z | info: running `cargo check --bins` on nexus-internal-api (283/334) |
| 4415 | 2026-08-12T01:10:46.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-08-12T01:10:46.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-08-12T01:10:46.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4418 | 2026-08-12T01:10:46.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4419 | 2026-08-12T01:10:46.229Z | |
| 4420 | 2026-08-12T01:10:46.229Z | info: running `cargo check --bins` on nexus-lockstep-api (284/334) |
| 4421 | 2026-08-12T01:10:46.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-08-12T01:10:46.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-08-12T01:10:46.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4424 | 2026-08-12T01:10:46.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4425 | 2026-08-12T01:10:46.823Z | |
| 4426 | 2026-08-12T01:10:46.823Z | info: running `cargo check --bins` on ntp-admin-api (285/334) |
| 4427 | 2026-08-12T01:10:47.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-08-12T01:10:47.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-08-12T01:10:47.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-08-12T01:10:47.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4431 | 2026-08-12T01:10:47.387Z | |
| 4432 | 2026-08-12T01:10:47.387Z | info: running `cargo check --bins` on ntp-admin-types-versions (286/334) |
| 4433 | 2026-08-12T01:10:47.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-08-12T01:10:47.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-08-12T01:10:47.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-08-12T01:10:47.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4437 | 2026-08-12T01:10:47.939Z | |
| 4438 | 2026-08-12T01:10:47.939Z | info: running `cargo check --bins` on wicketd-api (287/334) |
| 4439 | 2026-08-12T01:10:48.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-08-12T01:10:48.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-08-12T01:10:48.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-08-12T01:10:48.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4443 | 2026-08-12T01:10:48.513Z | |
| 4444 | 2026-08-12T01:10:48.513Z | info: running `cargo check --bins` on wicketd-commission-api (288/334) |
| 4445 | 2026-08-12T01:10:48.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-08-12T01:10:48.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-08-12T01:10:48.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-08-12T01:10:48.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4449 | 2026-08-12T01:10:49.078Z | |
| 4450 | 2026-08-12T01:10:49.078Z | info: running `cargo check --bins` on omicron-ls-apis (289/334) |
| 4451 | 2026-08-12T01:10:49.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-08-12T01:10:49.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-08-12T01:10:49.683Z | Compiling blake3 v1.8.5 |
| 4454 | 2026-08-12T01:10:49.793Z | Checking constant_time_eq v0.4.2 |
| 4455 | 2026-08-12T01:10:49.796Z | Checking arrayvec v0.7.6 |
| 4456 | 2026-08-12T01:10:49.802Z | Checking arrayref v0.3.9 |
| 4457 | 2026-08-12T01:10:49.816Z | Checking cargo-platform v0.3.2 |
| 4458 | 2026-08-12T01:10:49.819Z | Checking topological-sort v0.2.2 |
| 4459 | 2026-08-12T01:10:49.819Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4460 | 2026-08-12T01:10:49.986Z | Checking cargo_metadata v0.23.1 |
| 4461 | 2026-08-12T01:10:50.573Z | Checking omicron-zone-package v0.12.3 |
| 4462 | 2026-08-12T01:10:51.278Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4463 | 2026-08-12T01:10:52.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4464 | 2026-08-12T01:10:52.295Z | |
| 4465 | 2026-08-12T01:10:52.295Z | info: running `cargo check --bins` on mgs-dev (290/334) |
| 4466 | 2026-08-12T01:10:52.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-08-12T01:10:52.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-08-12T01:10:53.000Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4469 | 2026-08-12T01:10:53.632Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4470 | 2026-08-12T01:10:54.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4471 | 2026-08-12T01:10:54.344Z | |
| 4472 | 2026-08-12T01:10:54.344Z | info: running `cargo check --bins` on omicron-omdb (291/334) |
| 4473 | 2026-08-12T01:10:54.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4474 | 2026-08-12T01:10:54.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4475 | 2026-08-12T01:10:55.302Z | Compiling darling_core v0.21.3 |
| 4476 | 2026-08-12T01:10:55.302Z | Compiling vergen-lib v0.1.6 |
| 4477 | 2026-08-12T01:10:55.302Z | Compiling diesel_derives v2.3.7 |
| 4478 | 2026-08-12T01:10:55.305Z | Checking scheduled-thread-pool v0.2.7 |
| 4479 | 2026-08-12T01:10:55.305Z | Compiling vergen-gitcl v1.0.8 |
| 4480 | 2026-08-12T01:10:55.305Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4481 | 2026-08-12T01:10:55.305Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4482 | 2026-08-12T01:10:55.533Z | Compiling dirs-sys-next v0.1.2 |
| 4483 | 2026-08-12T01:10:55.629Z | Compiling glob v0.3.3 |
| 4484 | 2026-08-12T01:10:55.643Z | Compiling crunchy v0.2.4 |
| 4485 | 2026-08-12T01:10:55.675Z | Compiling dirs-next v2.0.0 |
| 4486 | 2026-08-12T01:10:55.738Z | Checking r2d2 v0.8.10 |
| 4487 | 2026-08-12T01:10:55.794Z | Checking downcast-rs v2.0.2 |
| 4488 | 2026-08-12T01:10:55.810Z | Compiling tiny-keccak v2.0.2 |
| 4489 | 2026-08-12T01:10:55.922Z | Compiling term v0.7.0 |
| 4490 | 2026-08-12T01:10:56.014Z | Compiling clang-sys v1.8.1 |
| 4491 | 2026-08-12T01:10:56.017Z | Compiling bit-vec v0.6.3 |
| 4492 | 2026-08-12T01:10:56.047Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4493 | 2026-08-12T01:10:56.246Z | Compiling ascii-canvas v3.0.0 |
| 4494 | 2026-08-12T01:10:56.249Z | Compiling bit-set v0.5.3 |
| 4495 | 2026-08-12T01:10:56.386Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4496 | 2026-08-12T01:10:56.424Z | Compiling itertools v0.10.5 |
| 4497 | 2026-08-12T01:10:56.449Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4498 | 2026-08-12T01:10:56.465Z | Compiling ena v0.14.4 |
| 4499 | 2026-08-12T01:10:56.465Z | Compiling libloading v0.8.9 |
| 4500 | 2026-08-12T01:10:56.498Z | Compiling diff v0.1.13 |
| 4501 | 2026-08-12T01:10:56.535Z | Compiling regex-syntax v0.6.29 |
| 4502 | 2026-08-12T01:10:56.673Z | Compiling bindgen v0.71.1 |
| 4503 | 2026-08-12T01:10:56.773Z | Compiling cexpr v0.6.0 |
| 4504 | 2026-08-12T01:10:57.066Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4505 | 2026-08-12T01:10:57.087Z | Compiling rustc-hash v2.1.1 |
| 4506 | 2026-08-12T01:10:57.224Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4507 | 2026-08-12T01:10:57.441Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4508 | 2026-08-12T01:10:57.459Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4509 | 2026-08-12T01:10:57.487Z | Compiling libxml v0.3.3 |
| 4510 | 2026-08-12T01:10:57.573Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4511 | 2026-08-12T01:10:57.739Z | Compiling strum_macros v0.24.3 |
| 4512 | 2026-08-12T01:10:57.756Z | Compiling indoc v1.0.9 |
| 4513 | 2026-08-12T01:10:58.017Z | Compiling darling_macro v0.21.3 |
| 4514 | 2026-08-12T01:10:58.195Z | Compiling lalrpop v0.19.12 |
| 4515 | 2026-08-12T01:10:58.531Z | Compiling darling v0.21.3 |
| 4516 | 2026-08-12T01:10:58.586Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4517 | 2026-08-12T01:10:58.626Z | Compiling dsl_auto_type v0.2.0 |
| 4518 | 2026-08-12T01:10:58.696Z | Checking derive_builder v0.20.2 |
| 4519 | 2026-08-12T01:10:58.777Z | Compiling oso-derive v0.27.3 |
| 4520 | 2026-08-12T01:10:58.817Z | Checking quick-xml v0.37.5 |
| 4521 | 2026-08-12T01:10:59.055Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4522 | 2026-08-12T01:10:59.288Z | Checking openssl-probe v0.1.6 |
| 4523 | 2026-08-12T01:10:59.430Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4524 | 2026-08-12T01:10:59.709Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4525 | 2026-08-12T01:10:59.899Z | Checking bb8 v0.8.6 |
| 4526 | 2026-08-12T01:11:00.179Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4527 | 2026-08-12T01:11:00.182Z | Checking nonempty v0.12.0 |
| 4528 | 2026-08-12T01:11:00.270Z | Compiling libz-sys v1.1.24 |
| 4529 | 2026-08-12T01:11:00.361Z | Compiling strsim v0.10.0 |
| 4530 | 2026-08-12T01:11:00.472Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4531 | 2026-08-12T01:11:00.622Z | Compiling darling_core v0.13.4 |
| 4532 | 2026-08-12T01:11:00.732Z | Compiling vergen-git2 v9.1.0 |
| 4533 | 2026-08-12T01:11:00.906Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4534 | 2026-08-12T01:11:00.956Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4535 | 2026-08-12T01:11:01.119Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4536 | 2026-08-12T01:11:01.336Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4537 | 2026-08-12T01:11:01.523Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4538 | 2026-08-12T01:11:01.710Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4539 | 2026-08-12T01:11:01.900Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4540 | 2026-08-12T01:11:01.945Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4541 | 2026-08-12T01:11:02.090Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4542 | 2026-08-12T01:11:02.278Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4543 | 2026-08-12T01:11:02.465Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4544 | 2026-08-12T01:11:02.499Z | Compiling darling_macro v0.13.4 |
| 4545 | 2026-08-12T01:11:02.650Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4546 | 2026-08-12T01:11:02.998Z | Compiling darling v0.13.4 |
| 4547 | 2026-08-12T01:11:03.044Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4548 | 2026-08-12T01:11:03.091Z | Compiling serde_with_macros v1.5.2 |
| 4549 | 2026-08-12T01:11:03.420Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4550 | 2026-08-12T01:11:03.926Z | Compiling serde_with v1.14.0 |
| 4551 | 2026-08-12T01:11:04.004Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4552 | 2026-08-12T01:11:04.113Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4553 | 2026-08-12T01:11:04.189Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4554 | 2026-08-12T01:11:04.521Z | Checking diesel v2.3.7 |
| 4555 | 2026-08-12T01:11:05.061Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4556 | 2026-08-12T01:11:05.859Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4557 | 2026-08-12T01:11:06.013Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4558 | 2026-08-12T01:11:06.737Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4559 | 2026-08-12T01:11:06.754Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4560 | 2026-08-12T01:11:07.260Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4561 | 2026-08-12T01:11:07.382Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4562 | 2026-08-12T01:11:07.493Z | Checking twox-hash v2.1.2 |
| 4563 | 2026-08-12T01:11:07.795Z | Checking libsw-core v0.3.2 |
| 4564 | 2026-08-12T01:11:07.957Z | Checking atty v0.2.14 |
| 4565 | 2026-08-12T01:11:08.064Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4566 | 2026-08-12T01:11:08.220Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4567 | 2026-08-12T01:11:08.394Z | Checking libsw v3.5.0 |
| 4568 | 2026-08-12T01:11:08.497Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4569 | 2026-08-12T01:11:08.553Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4570 | 2026-08-12T01:11:08.650Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4571 | 2026-08-12T01:11:09.848Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4572 | 2026-08-12T01:11:09.924Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4573 | 2026-08-12T01:11:10.622Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4574 | 2026-08-12T01:11:10.654Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4575 | 2026-08-12T01:11:11.332Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4576 | 2026-08-12T01:11:11.522Z | Checking console v0.16.2 |
| 4577 | 2026-08-12T01:11:11.617Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4578 | 2026-08-12T01:11:11.768Z | Checking fatfs v0.3.6 |
| 4579 | 2026-08-12T01:11:11.837Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4580 | 2026-08-12T01:11:12.220Z | Compiling seq-macro v0.3.6 |
| 4581 | 2026-08-12T01:11:12.733Z | Checking unit-prefix v0.5.2 |
| 4582 | 2026-08-12T01:11:12.870Z | Checking indicatif v0.18.4 |
| 4583 | 2026-08-12T01:11:13.012Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4584 | 2026-08-12T01:11:13.163Z | Checking oxide-update-engine-display v0.1.2 |
| 4585 | 2026-08-12T01:11:13.256Z | Checking support-bundle-viewer v0.1.2 |
| 4586 | 2026-08-12T01:11:13.470Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4587 | 2026-08-12T01:11:13.504Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4588 | 2026-08-12T01:11:13.670Z | Checking multimap v0.10.1 |
| 4589 | 2026-08-12T01:11:19.454Z | Checking diesel-dtrace v0.5.0 |
| 4590 | 2026-08-12T01:11:19.699Z | Checking async-bb8-diesel v0.2.1 |
| 4591 | 2026-08-12T01:11:23.144Z | Compiling samael v0.0.19 |
| 4592 | 2026-08-12T01:11:28.038Z | Compiling git2 v0.20.4 |
| 4593 | 2026-08-12T01:11:28.982Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4594 | 2026-08-12T01:11:30.045Z | Compiling polar-core v0.27.3 |
| 4595 | 2026-08-12T01:11:30.529Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4596 | 2026-08-12T01:11:34.541Z | Checking oso v0.27.3 |
| 4597 | 2026-08-12T01:12:06.833Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4598 | 2026-08-12T01:13:21.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4599 | 2026-08-12T01:13:21.809Z | |
| 4600 | 2026-08-12T01:13:21.809Z | info: running `cargo check --bins` on nexus-networking (292/334) |
| 4601 | 2026-08-12T01:13:22.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-12T01:13:22.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-12T01:13:22.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-12T01:13:22.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4605 | 2026-08-12T01:13:22.464Z | |
| 4606 | 2026-08-12T01:13:22.465Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (293/334) |
| 4607 | 2026-08-12T01:13:22.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-12T01:13:22.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-12T01:13:22.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4610 | 2026-08-12T01:13:22.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4611 | 2026-08-12T01:13:23.084Z | |
| 4612 | 2026-08-12T01:13:23.084Z | info: running `cargo check --bins` on nexus-saga-recovery (294/334) |
| 4613 | 2026-08-12T01:13:23.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-08-12T01:13:23.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-08-12T01:13:23.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4616 | 2026-08-12T01:13:23.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4617 | 2026-08-12T01:13:23.714Z | |
| 4618 | 2026-08-12T01:13:23.714Z | info: running `cargo check --bins` on nexus-test-utils-macros (295/334) |
| 4619 | 2026-08-12T01:13:24.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4620 | 2026-08-12T01:13:24.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4621 | 2026-08-12T01:13:24.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4622 | 2026-08-12T01:13:24.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4623 | 2026-08-12T01:13:24.265Z | |
| 4624 | 2026-08-12T01:13:24.265Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (296/334) |
| 4625 | 2026-08-12T01:13:24.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4626 | 2026-08-12T01:13:24.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4627 | 2026-08-12T01:13:25.082Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4628 | 2026-08-12T01:13:25.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4629 | 2026-08-12T01:13:26.041Z | |
| 4630 | 2026-08-12T01:13:26.041Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (297/334) |
| 4631 | 2026-08-12T01:13:26.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-08-12T01:13:26.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-08-12T01:13:26.846Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4634 | 2026-08-12T01:14:06.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s |
| 4635 | 2026-08-12T01:14:06.215Z | |
| 4636 | 2026-08-12T01:14:06.215Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (298/334) |
| 4637 | 2026-08-12T01:14:06.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-08-12T01:14:06.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-08-12T01:14:06.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4640 | 2026-08-12T01:14:06.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4641 | 2026-08-12T01:14:06.771Z | |
| 4642 | 2026-08-12T01:14:06.771Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (299/334) |
| 4643 | 2026-08-12T01:14:07.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-12T01:14:07.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-12T01:14:07.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4646 | 2026-08-12T01:14:07.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4647 | 2026-08-12T01:14:07.319Z | |
| 4648 | 2026-08-12T01:14:07.319Z | info: running `cargo check --bins --no-default-features` on nexus-fm (300/334) |
| 4649 | 2026-08-12T01:14:07.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-08-12T01:14:07.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-08-12T01:14:07.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4652 | 2026-08-12T01:14:07.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4653 | 2026-08-12T01:14:07.932Z | |
| 4654 | 2026-08-12T01:14:07.932Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (301/334) |
| 4655 | 2026-08-12T01:14:08.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-12T01:14:08.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-12T01:14:08.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4658 | 2026-08-12T01:14:08.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4659 | 2026-08-12T01:14:08.556Z | |
| 4660 | 2026-08-12T01:14:08.556Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (302/334) |
| 4661 | 2026-08-12T01:14:09.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-12T01:14:09.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-12T01:14:09.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-12T01:14:09.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4665 | 2026-08-12T01:14:09.179Z | |
| 4666 | 2026-08-12T01:14:09.180Z | info: running `cargo check --bins` on nexus-mgs-updates (303/334) |
| 4667 | 2026-08-12T01:14:09.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-12T01:14:09.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-12T01:14:09.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4670 | 2026-08-12T01:14:09.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4671 | 2026-08-12T01:14:09.786Z | |
| 4672 | 2026-08-12T01:14:09.786Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (304/334) |
| 4673 | 2026-08-12T01:14:10.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-12T01:14:10.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-12T01:14:10.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4676 | 2026-08-12T01:14:10.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4677 | 2026-08-12T01:14:10.408Z | |
| 4678 | 2026-08-12T01:14:10.408Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (305/334) |
| 4679 | 2026-08-12T01:14:10.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4680 | 2026-08-12T01:14:10.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4681 | 2026-08-12T01:14:10.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4682 | 2026-08-12T01:14:10.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4683 | 2026-08-12T01:14:11.031Z | |
| 4684 | 2026-08-12T01:14:11.031Z | info: running `cargo check --bins` on nexus-switch-config (306/334) |
| 4685 | 2026-08-12T01:14:11.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4686 | 2026-08-12T01:14:11.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4687 | 2026-08-12T01:14:11.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4688 | 2026-08-12T01:14:11.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4689 | 2026-08-12T01:14:11.639Z | |
| 4690 | 2026-08-12T01:14:11.639Z | info: running `cargo check --bins` on nexus-switch-config-preparation (307/334) |
| 4691 | 2026-08-12T01:14:12.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4692 | 2026-08-12T01:14:12.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4693 | 2026-08-12T01:14:12.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4694 | 2026-08-12T01:14:12.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4695 | 2026-08-12T01:14:12.266Z | |
| 4696 | 2026-08-12T01:14:12.266Z | info: running `cargo check --bins` on support-bundle-collection (308/334) |
| 4697 | 2026-08-12T01:14:12.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4698 | 2026-08-12T01:14:12.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4699 | 2026-08-12T01:14:12.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4700 | 2026-08-12T01:14:12.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4701 | 2026-08-12T01:14:12.890Z | |
| 4702 | 2026-08-12T01:14:12.890Z | info: running `cargo check --bins` on omicron-dev (309/334) |
| 4703 | 2026-08-12T01:14:13.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4704 | 2026-08-12T01:14:13.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4705 | 2026-08-12T01:14:13.770Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4706 | 2026-08-12T01:14:13.771Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4707 | 2026-08-12T01:14:13.960Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4708 | 2026-08-12T01:14:13.992Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4709 | 2026-08-12T01:14:14.007Z | Checking yansi v1.0.1 |
| 4710 | 2026-08-12T01:14:14.010Z | Checking diff v0.1.13 |
| 4711 | 2026-08-12T01:14:14.036Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4712 | 2026-08-12T01:14:14.039Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4713 | 2026-08-12T01:14:14.261Z | Checking pretty_assertions v1.4.1 |
| 4714 | 2026-08-12T01:14:15.024Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4715 | 2026-08-12T01:14:15.081Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4716 | 2026-08-12T01:14:39.861Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4717 | 2026-08-12T01:14:39.864Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4718 | 2026-08-12T01:14:39.864Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4719 | 2026-08-12T01:14:39.864Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4720 | 2026-08-12T01:14:39.864Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4721 | 2026-08-12T01:14:39.864Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4722 | 2026-08-12T01:14:39.864Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4723 | 2026-08-12T01:14:40.708Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4724 | 2026-08-12T01:14:40.711Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4725 | 2026-08-12T01:14:41.987Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4726 | 2026-08-12T01:15:20.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 4727 | 2026-08-12T01:15:20.663Z | |
| 4728 | 2026-08-12T01:15:20.663Z | info: running `cargo check --bins` on oximeter-load-test (310/334) |
| 4729 | 2026-08-12T01:15:21.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-08-12T01:15:21.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-08-12T01:15:21.372Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 4732 | 2026-08-12T01:15:22.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4733 | 2026-08-12T01:15:22.188Z | |
| 4734 | 2026-08-12T01:15:22.189Z | info: running `cargo check --bins` on omicron-pins (311/334) |
| 4735 | 2026-08-12T01:15:22.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-08-12T01:15:22.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-08-12T01:15:22.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4738 | 2026-08-12T01:15:22.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4739 | 2026-08-12T01:15:22.739Z | |
| 4740 | 2026-08-12T01:15:22.739Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (312/334) |
| 4741 | 2026-08-12T01:15:24.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4742 | 2026-08-12T01:15:24.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4743 | 2026-08-12T01:15:24.126Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4744 | 2026-08-12T01:15:24.126Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4745 | 2026-08-12T01:15:24.127Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4746 | 2026-08-12T01:15:50.384Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4747 | 2026-08-12T01:15:50.793Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4748 | 2026-08-12T01:15:52.558Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4749 | 2026-08-12T01:15:53.042Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4750 | 2026-08-12T01:15:56.169Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4751 | 2026-08-12T01:16:19.951Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4752 | 2026-08-12T01:16:20.686Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4753 | 2026-08-12T01:16:22.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.63s |
| 4754 | 2026-08-12T01:16:22.583Z | |
| 4755 | 2026-08-12T01:16:22.584Z | info: running `cargo check --bins` on reconfigurator-sp-updater (313/334) |
| 4756 | 2026-08-12T01:16:23.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4757 | 2026-08-12T01:16:23.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4758 | 2026-08-12T01:16:23.290Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4759 | 2026-08-12T01:16:23.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4760 | 2026-08-12T01:16:24.186Z | |
| 4761 | 2026-08-12T01:16:24.186Z | info: running `cargo check --bins` on omicron-releng (314/334) |
| 4762 | 2026-08-12T01:16:24.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-08-12T01:16:24.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-08-12T01:16:24.806Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 4765 | 2026-08-12T01:16:24.809Z | Compiling fs-err v2.11.0 |
| 4766 | 2026-08-12T01:16:24.927Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4767 | 2026-08-12T01:16:24.936Z | Checking parse-size v1.1.0 |
| 4768 | 2026-08-12T01:16:24.944Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4769 | 2026-08-12T01:16:24.944Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4770 | 2026-08-12T01:16:24.947Z | Checking shell-words v1.1.1 |
| 4771 | 2026-08-12T01:16:25.033Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4772 | 2026-08-12T01:16:25.365Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4773 | 2026-08-12T01:16:25.546Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4774 | 2026-08-12T01:16:26.219Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4775 | 2026-08-12T01:16:27.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
| 4776 | 2026-08-12T01:16:27.374Z | |
| 4777 | 2026-08-12T01:16:27.374Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (315/334) |
| 4778 | 2026-08-12T01:16:27.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4779 | 2026-08-12T01:16:27.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4780 | 2026-08-12T01:16:28.002Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4781 | 2026-08-12T01:16:28.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 4782 | 2026-08-12T01:16:28.695Z | |
| 4783 | 2026-08-12T01:16:28.695Z | info: running `cargo check --bins` on schema (316/334) |
| 4784 | 2026-08-12T01:16:29.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4785 | 2026-08-12T01:16:29.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4786 | 2026-08-12T01:16:29.408Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4787 | 2026-08-12T01:16:30.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4788 | 2026-08-12T01:16:30.310Z | |
| 4789 | 2026-08-12T01:16:30.310Z | info: running `cargo check --bins` on xtask (317/334) |
| 4790 | 2026-08-12T01:16:30.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4791 | 2026-08-12T01:16:30.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4792 | 2026-08-12T01:16:30.710Z | Checking serde_core v1.0.228 |
| 4793 | 2026-08-12T01:16:30.710Z | Checking libc v0.2.185 |
| 4794 | 2026-08-12T01:16:30.713Z | Checking bitflags v2.11.0 |
| 4795 | 2026-08-12T01:16:30.796Z | Checking scroll v0.12.0 |
| 4796 | 2026-08-12T01:16:30.799Z | Checking thiserror v1.0.69 |
| 4797 | 2026-08-12T01:16:30.810Z | Checking log v0.4.29 |
| 4798 | 2026-08-12T01:16:30.817Z | Checking indexmap v2.14.0 |
| 4799 | 2026-08-12T01:16:30.820Z | Checking zerocopy v0.7.35 |
| 4800 | 2026-08-12T01:16:30.888Z | Checking syn v2.0.117 |
| 4801 | 2026-08-12T01:16:30.945Z | Checking dtrace-parser v0.2.0 |
| 4802 | 2026-08-12T01:16:30.948Z | Checking once_cell v1.21.3 |
| 4803 | 2026-08-12T01:16:31.007Z | Checking goblin v0.8.2 |
| 4804 | 2026-08-12T01:16:31.069Z | Checking errno v0.3.14 |
| 4805 | 2026-08-12T01:16:31.114Z | Checking getrandom v0.4.1 |
| 4806 | 2026-08-12T01:16:31.156Z | Checking thread-id v4.2.2 |
| 4807 | 2026-08-12T01:16:31.184Z | Checking rustix v1.1.3 |
| 4808 | 2026-08-12T01:16:31.232Z | Checking memmap v0.7.0 |
| 4809 | 2026-08-12T01:16:31.243Z | Checking thiserror v2.0.18 |
| 4810 | 2026-08-12T01:16:31.298Z | Checking fs-err v3.3.0 |
| 4811 | 2026-08-12T01:16:31.339Z | Checking tabled v0.15.0 |
| 4812 | 2026-08-12T01:16:31.356Z | Checking anyhow v1.0.102 |
| 4813 | 2026-08-12T01:16:31.950Z | Checking terminal_size v0.4.3 |
| 4814 | 2026-08-12T01:16:31.950Z | Checking tempfile v3.25.0 |
| 4815 | 2026-08-12T01:16:32.059Z | Checking clap_builder v4.6.0 |
| 4816 | 2026-08-12T01:16:32.061Z | Checking textwrap v0.16.2 |
| 4817 | 2026-08-12T01:16:32.232Z | Checking serde v1.0.228 |
| 4818 | 2026-08-12T01:16:32.235Z | Checking serde_json v1.0.151 |
| 4819 | 2026-08-12T01:16:32.235Z | Checking camino v1.2.2 |
| 4820 | 2026-08-12T01:16:32.264Z | Checking cargo-platform v0.3.2 |
| 4821 | 2026-08-12T01:16:32.431Z | Checking semver v1.0.28 |
| 4822 | 2026-08-12T01:16:32.489Z | Checking camino-tempfile v1.4.1 |
| 4823 | 2026-08-12T01:16:32.654Z | Checking toml_datetime v0.6.11 |
| 4824 | 2026-08-12T01:16:32.654Z | Checking serde_spanned v0.6.9 |
| 4825 | 2026-08-12T01:16:32.657Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4826 | 2026-08-12T01:16:32.657Z | Checking macaddr v1.0.1 |
| 4827 | 2026-08-12T01:16:32.822Z | Checking cargo_metadata v0.23.1 |
| 4828 | 2026-08-12T01:16:32.833Z | Checking dof v0.3.0 |
| 4829 | 2026-08-12T01:16:32.842Z | Checking toml_edit v0.22.27 |
| 4830 | 2026-08-12T01:16:33.093Z | Checking usdt-impl v0.5.0 |
| 4831 | 2026-08-12T01:16:33.255Z | Checking clap v4.6.1 |
| 4832 | 2026-08-12T01:16:33.350Z | Checking usdt v0.5.0 |
| 4833 | 2026-08-12T01:16:33.818Z | Checking toml v0.8.23 |
| 4834 | 2026-08-12T01:16:34.076Z | Checking cargo_toml v0.21.0 |
| 4835 | 2026-08-12T01:16:34.710Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4836 | 2026-08-12T01:16:35.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 4837 | 2026-08-12T01:16:35.201Z | |
| 4838 | 2026-08-12T01:16:35.201Z | info: running `cargo check --bins` on dnsadm (318/334) |
| 4839 | 2026-08-12T01:16:35.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4840 | 2026-08-12T01:16:35.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4841 | 2026-08-12T01:16:35.833Z | Checking arc-swap v1.8.2 |
| 4842 | 2026-08-12T01:16:36.113Z | Checking slog-scope v4.4.1 |
| 4843 | 2026-08-12T01:16:36.225Z | Checking slog-stdlog v4.1.1 |
| 4844 | 2026-08-12T01:16:36.319Z | Checking slog-envlogger v2.2.0 |
| 4845 | 2026-08-12T01:16:36.439Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4846 | 2026-08-12T01:16:36.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 4847 | 2026-08-12T01:16:37.047Z | |
| 4848 | 2026-08-12T01:16:37.047Z | info: running `cargo check --bins` on end-to-end-tests (319/334) |
| 4849 | 2026-08-12T01:16:37.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4850 | 2026-08-12T01:16:37.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4851 | 2026-08-12T01:16:37.841Z | Checking cpubits v0.1.1 |
| 4852 | 2026-08-12T01:16:37.969Z | Checking pem-rfc7468 v1.0.0 |
| 4853 | 2026-08-12T01:16:37.979Z | Checking hmac v0.13.0 |
| 4854 | 2026-08-12T01:16:37.983Z | Checking universal-hash v0.6.1 |
| 4855 | 2026-08-12T01:16:38.003Z | Checking ctr v0.10.1 |
| 4856 | 2026-08-12T01:16:38.003Z | Checking aead v0.6.1 |
| 4857 | 2026-08-12T01:16:38.031Z | Checking aes v0.9.1 |
| 4858 | 2026-08-12T01:16:38.031Z | Checking crypto-bigint v0.7.5 |
| 4859 | 2026-08-12T01:16:38.058Z | Checking salsa20 v0.11.0 |
| 4860 | 2026-08-12T01:16:38.102Z | Checking polyval v0.7.1 |
| 4861 | 2026-08-12T01:16:38.117Z | Checking der v0.8.0 |
| 4862 | 2026-08-12T01:16:38.134Z | Checking pbkdf2 v0.13.0 |
| 4863 | 2026-08-12T01:16:38.157Z | Checking cbc v0.2.1 |
| 4864 | 2026-08-12T01:16:38.209Z | Checking ff v0.14.0 |
| 4865 | 2026-08-12T01:16:38.231Z | Checking signature v3.0.0 |
| 4866 | 2026-08-12T01:16:38.267Z | Checking ghash v0.6.0 |
| 4867 | 2026-08-12T01:16:38.284Z | Checking scrypt v0.12.0 |
| 4868 | 2026-08-12T01:16:38.318Z | Checking base16ct v1.0.0 |
| 4869 | 2026-08-12T01:16:38.344Z | Checking group v0.14.0 |
| 4870 | 2026-08-12T01:16:38.385Z | Checking hkdf v0.13.0 |
| 4871 | 2026-08-12T01:16:38.404Z | Compiling curve25519-dalek v5.0.0 |
| 4872 | 2026-08-12T01:16:38.420Z | Checking aes-gcm v0.11.0 |
| 4873 | 2026-08-12T01:16:38.442Z | Checking keccak v0.2.0 |
| 4874 | 2026-08-12T01:16:38.459Z | Checking poly1305 v0.9.0 |
| 4875 | 2026-08-12T01:16:38.494Z | Checking wnaf v0.14.0 |
| 4876 | 2026-08-12T01:16:38.525Z | Checking blowfish v0.10.0 |
| 4877 | 2026-08-12T01:16:38.584Z | Checking blake2 v0.11.0-rc.6 |
| 4878 | 2026-08-12T01:16:38.602Z | Checking sha3 v0.11.0 |
| 4879 | 2026-08-12T01:16:38.666Z | Checking kem v0.3.0 |
| 4880 | 2026-08-12T01:16:38.681Z | Checking bcrypt-pbkdf v0.11.0 |
| 4881 | 2026-08-12T01:16:38.734Z | Checking module-lattice v0.2.3 |
| 4882 | 2026-08-12T01:16:38.783Z | Checking sponge-cursor v0.1.0 |
| 4883 | 2026-08-12T01:16:38.836Z | Checking argon2 v0.6.0-rc.8 |
| 4884 | 2026-08-12T01:16:38.853Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4885 | 2026-08-12T01:16:38.908Z | Checking sha3 v0.12.0 |
| 4886 | 2026-08-12T01:16:38.911Z | Checking spki v0.8.0 |
| 4887 | 2026-08-12T01:16:38.942Z | Checking sec1 v0.8.1 |
| 4888 | 2026-08-12T01:16:38.959Z | Checking ml-kem v0.3.2 |
| 4889 | 2026-08-12T01:16:39.033Z | Checking internal-russh-num-bigint v0.5.0 |
| 4890 | 2026-08-12T01:16:39.090Z | Checking pkcs5 v0.8.1 |
| 4891 | 2026-08-12T01:16:39.114Z | Checking pkcs1 v0.8.0-rc.4 |
| 4892 | 2026-08-12T01:16:39.144Z | Checking num-bigint v0.4.6 |
| 4893 | 2026-08-12T01:16:39.144Z | Checking generic-array v1.4.3 |
| 4894 | 2026-08-12T01:16:39.321Z | Checking russh-util v0.52.0 |
| 4895 | 2026-08-12T01:16:39.381Z | Checking pkcs8 v0.11.0 |
| 4896 | 2026-08-12T01:16:39.445Z | Compiling enum_dispatch v0.3.13 |
| 4897 | 2026-08-12T01:16:39.548Z | Compiling delegate v0.13.5 |
| 4898 | 2026-08-12T01:16:39.576Z | Checking ed25519 v3.0.0 |
| 4899 | 2026-08-12T01:16:39.687Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4900 | 2026-08-12T01:16:39.709Z | Checking md5 v0.8.0 |
| 4901 | 2026-08-12T01:16:39.773Z | Checking ed25519-dalek v3.0.0 |
| 4902 | 2026-08-12T01:16:39.876Z | Checking hex-literal v1.1.0 |
| 4903 | 2026-08-12T01:16:39.913Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4904 | 2026-08-12T01:16:39.978Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4905 | 2026-08-12T01:16:40.000Z | Checking socket2 v0.5.10 |
| 4906 | 2026-08-12T01:16:40.078Z | Checking internet-checksum v0.2.1 |
| 4907 | 2026-08-12T01:16:40.097Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4908 | 2026-08-12T01:16:40.265Z | Checking elliptic-curve v0.14.1 |
| 4909 | 2026-08-12T01:16:40.265Z | Checking primefield v0.14.0 |
| 4910 | 2026-08-12T01:16:40.268Z | Checking rfc6979 v0.6.0 |
| 4911 | 2026-08-12T01:16:40.268Z | Checking ssh-encoding v0.3.0 |
| 4912 | 2026-08-12T01:16:40.387Z | Checking crypto-primes v0.7.2 |
| 4913 | 2026-08-12T01:16:40.508Z | Checking ssh-cipher v0.3.0 |
| 4914 | 2026-08-12T01:16:40.508Z | Checking russh-cryptovec v0.62.0 |
| 4915 | 2026-08-12T01:16:40.655Z | Checking ecdsa v0.17.0 |
| 4916 | 2026-08-12T01:16:40.658Z | Checking primeorder v0.14.0 |
| 4917 | 2026-08-12T01:16:41.018Z | Checking p521 v0.14.0 |
| 4918 | 2026-08-12T01:16:41.018Z | Checking p256 v0.14.0 |
| 4919 | 2026-08-12T01:16:41.022Z | Checking p384 v0.14.0 |
| 4920 | 2026-08-12T01:16:41.313Z | Checking rsa v0.10.0-rc.18 |
| 4921 | 2026-08-12T01:16:43.879Z | Checking ssh-key v0.7.0-rc.11 |
| 4922 | 2026-08-12T01:16:44.621Z | Checking russh v0.62.4 |
| 4923 | 2026-08-12T01:16:57.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s |
| 4924 | 2026-08-12T01:16:58.162Z | |
| 4925 | 2026-08-12T01:16:58.162Z | info: running `cargo check --bins` on gateway-cli (320/334) |
| 4926 | 2026-08-12T01:16:58.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4927 | 2026-08-12T01:16:58.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4928 | 2026-08-12T01:16:58.795Z | Checking termios v0.3.3 |
| 4929 | 2026-08-12T01:16:58.989Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4930 | 2026-08-12T01:16:59.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4931 | 2026-08-12T01:16:59.774Z | |
| 4932 | 2026-08-12T01:16:59.774Z | info: running `cargo check --bins --no-default-features` on installinator (321/334) |
| 4933 | 2026-08-12T01:17:00.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4934 | 2026-08-12T01:17:00.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4935 | 2026-08-12T01:17:00.445Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4936 | 2026-08-12T01:17:01.143Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4937 | 2026-08-12T01:17:02.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 4938 | 2026-08-12T01:17:02.939Z | |
| 4939 | 2026-08-12T01:17:02.939Z | info: running `cargo check --bins` on internal-dns-cli (322/334) |
| 4940 | 2026-08-12T01:17:03.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-12T01:17:03.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-12T01:17:03.565Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4943 | 2026-08-12T01:17:04.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4944 | 2026-08-12T01:17:04.188Z | |
| 4945 | 2026-08-12T01:17:04.188Z | info: running `cargo check --bins` on omicron-live-tests (323/334) |
| 4946 | 2026-08-12T01:17:04.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-12T01:17:04.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-12T01:17:04.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4949 | 2026-08-12T01:17:04.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4950 | 2026-08-12T01:17:04.737Z | |
| 4951 | 2026-08-12T01:17:04.737Z | info: running `cargo check --bins` on live-tests-macros (324/334) |
| 4952 | 2026-08-12T01:17:05.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-12T01:17:05.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-12T01:17:05.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4955 | 2026-08-12T01:17:05.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4956 | 2026-08-12T01:17:05.286Z | |
| 4957 | 2026-08-12T01:17:05.286Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (325/334) |
| 4958 | 2026-08-12T01:17:05.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-12T01:17:05.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-12T01:17:06.012Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4961 | 2026-08-12T01:17:06.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4962 | 2026-08-12T01:17:06.798Z | |
| 4963 | 2026-08-12T01:17:06.798Z | info: running `cargo check --bins` on omicron-ntp-admin (326/334) |
| 4964 | 2026-08-12T01:17:07.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-08-12T01:17:07.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-08-12T01:17:07.430Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4967 | 2026-08-12T01:17:07.430Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4968 | 2026-08-12T01:17:08.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4969 | 2026-08-12T01:17:08.545Z | |
| 4970 | 2026-08-12T01:17:08.545Z | info: running `cargo check --bins` on ntp-admin-types (327/334) |
| 4971 | 2026-08-12T01:17:09.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4972 | 2026-08-12T01:17:09.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4973 | 2026-08-12T01:17:09.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4974 | 2026-08-12T01:17:09.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4975 | 2026-08-12T01:17:09.092Z | |
| 4976 | 2026-08-12T01:17:09.092Z | info: running `cargo check --bins` on omicron-package (328/334) |
| 4977 | 2026-08-12T01:17:09.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4978 | 2026-08-12T01:17:09.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4979 | 2026-08-12T01:17:09.756Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4980 | 2026-08-12T01:17:10.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4981 | 2026-08-12T01:17:11.028Z | |
| 4982 | 2026-08-12T01:17:11.028Z | info: running `cargo check --bins` on tqdb (329/334) |
| 4983 | 2026-08-12T01:17:11.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4984 | 2026-08-12T01:17:11.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4985 | 2026-08-12T01:17:11.794Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4986 | 2026-08-12T01:17:12.144Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4987 | 2026-08-12T01:17:12.654Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4988 | 2026-08-12T01:17:12.654Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4989 | 2026-08-12T01:17:18.844Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4990 | 2026-08-12T01:17:18.847Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4991 | 2026-08-12T01:17:18.847Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4992 | 2026-08-12T01:17:19.465Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4993 | 2026-08-12T01:17:19.468Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4994 | 2026-08-12T01:17:19.468Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4995 | 2026-08-12T01:17:20.249Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4996 | 2026-08-12T01:17:20.693Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4997 | 2026-08-12T01:17:20.931Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4998 | 2026-08-12T01:17:21.310Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4999 | 2026-08-12T01:17:22.158Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5000 | 2026-08-12T01:17:22.804Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5001 | 2026-08-12T01:17:27.565Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5002 | 2026-08-12T01:17:34.587Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5003 | 2026-08-12T01:17:34.587Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5004 | 2026-08-12T01:17:34.590Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5005 | 2026-08-12T01:17:34.590Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5006 | 2026-08-12T01:17:36.111Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5007 | 2026-08-12T01:17:37.387Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5008 | 2026-08-12T01:17:38.063Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5009 | 2026-08-12T01:17:39.341Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5010 | 2026-08-12T01:17:39.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.86s |
| 5011 | 2026-08-12T01:17:40.094Z | |
| 5012 | 2026-08-12T01:17:40.094Z | info: running `cargo check --bins` on wicket-dbg (330/334) |
| 5013 | 2026-08-12T01:17:40.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5014 | 2026-08-12T01:17:40.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5015 | 2026-08-12T01:17:40.796Z | Checking rtoolbox v0.0.3 |
| 5016 | 2026-08-12T01:17:40.910Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5017 | 2026-08-12T01:17:40.919Z | Checking tui-tree-widget v0.23.1 |
| 5018 | 2026-08-12T01:17:40.925Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5019 | 2026-08-12T01:17:41.014Z | Checking rpassword v7.5.4 |
| 5020 | 2026-08-12T01:17:43.776Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5021 | 2026-08-12T01:17:45.620Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5022 | 2026-08-12T01:17:46.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s |
| 5023 | 2026-08-12T01:17:46.736Z | |
| 5024 | 2026-08-12T01:17:46.736Z | info: running `cargo check --bins` on wicket (331/334) |
| 5025 | 2026-08-12T01:17:47.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5026 | 2026-08-12T01:17:47.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5027 | 2026-08-12T01:17:47.421Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5028 | 2026-08-12T01:17:47.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5029 | 2026-08-12T01:17:47.975Z | |
| 5030 | 2026-08-12T01:17:47.975Z | info: running `cargo check --bins` on wicketd (332/334) |
| 5031 | 2026-08-12T01:17:48.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5032 | 2026-08-12T01:17:48.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5033 | 2026-08-12T01:17:48.667Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5034 | 2026-08-12T01:17:52.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 5035 | 2026-08-12T01:17:52.413Z | |
| 5036 | 2026-08-12T01:17:52.413Z | info: running `cargo check --bins` on omicron-workspace-hack (333/334) |
| 5037 | 2026-08-12T01:17:52.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5038 | 2026-08-12T01:17:52.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5039 | 2026-08-12T01:17:52.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5040 | 2026-08-12T01:17:52.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5041 | 2026-08-12T01:17:52.969Z | |
| 5042 | 2026-08-12T01:17:52.969Z | info: running `cargo check --bins` on zone-setup (334/334) |
| 5043 | 2026-08-12T01:17:53.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5044 | 2026-08-12T01:17:53.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5045 | 2026-08-12T01:17:53.627Z | Checking uzers v0.12.2 |
| 5046 | 2026-08-12T01:17:53.896Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5047 | 2026-08-12T01:17:54.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 5048 | 2026-08-12T01:17:54.878Z | |
| 5049 | 2026-08-12T01:17:54.878Z | real 13:59.562746252 |
| 5050 | 2026-08-12T01:17:54.878Z | user 21:04.418247242 |
| 5051 | 2026-08-12T01:17:54.878Z | sys 4:18.935131209 |
| 5052 | 2026-08-12T01:17:54.878Z | trap 0.330298142 |
| 5053 | 2026-08-12T01:17:54.878Z | tflt 0.596176791 |
| 5054 | 2026-08-12T01:17:54.878Z | dflt 0.888219815 |
| 5055 | 2026-08-12T01:17:54.878Z | kflt 0.005182632 |
| 5056 | 2026-08-12T01:17:54.878Z | lock 1:26:41.553074643 |
| 5057 | 2026-08-12T01:17:54.878Z | slp 1:40:33.586950130 |
| 5058 | 2026-08-12T01:17:54.878Z | lat 54.248292357 |
| 5059 | 2026-08-12T01:17:54.878Z | stop 3:57.656826865 |
| 5060 | 2026-08-12T01:17:54.881Z | process exited: duration 968199 ms, exit code 0 |
| |
| 5061 | 2026-08-12T01:17:54.887Z | found 0 output files |