|
|
|
| 1 | 2026-08-25T19:46:15.686Z | job assigned to worker 01M0X79S7Q7KYXX8ANZMPT5CZA [factory aws, i-050b095c5d218826b] (queued for 50 s) |
| |
| 2 | 2026-08-25T19:46:22.581Z | starting task 0: "setup" |
| 3 | 2026-08-25T19:46:22.586Z | ++ uname -s |
| 4 | 2026-08-25T19:46:22.589Z | + kern=SunOS |
| 5 | 2026-08-25T19:46:22.589Z | + build_user=build |
| 6 | 2026-08-25T19:46:22.589Z | + build_uid=12345 |
| 7 | 2026-08-25T19:46:22.589Z | + work_dir=/work |
| 8 | 2026-08-25T19:46:22.590Z | + input_dir=/input |
| 9 | 2026-08-25T19:46:22.590Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T19:46:22.590Z | + case "$kern" in |
| 11 | 2026-08-25T19:46:22.590Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T19:46:22.593Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T19:46:24.595Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T19:46:24.686Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T19:46:24.691Z | + home_fs=zfs |
| 16 | 2026-08-25T19:46:24.691Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T19:46:24.691Z | + mkdir -p /home/build |
| 18 | 2026-08-25T19:46:24.691Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T19:46:26.675Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T19:46:26.678Z | process exited: duration 4095 ms, exit code 0 |
| |
| 21 | 2026-08-25T19:46:26.684Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T19:46:26.687Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-25T19:46:26.687Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-25T19:46:26.688Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T19:46:26.690Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-25T19:46:26.690Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T19:46:26.690Z | * rust toolchain profile = "default" |
| 28 | 2026-08-25T19:46:26.690Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T19:46:26.690Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T19:46:26.783Z | info: downloading installer |
| 31 | 2026-08-25T19:46:28.061Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T19:46:28.061Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T19:46:28.061Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T19:46:28.061Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T19:46:28.073Z | info: profile set to default |
| 36 | 2026-08-25T19:46:28.073Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T19:46:28.076Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T19:46:28.199Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T19:46:28.206Z | info: downloading 6 components |
| 40 | 2026-08-25T19:46:44.334Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T19:46:44.334Z | |
| 42 | 2026-08-25T19:46:44.359Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T19:46:44.360Z | |
| 44 | 2026-08-25T19:46:44.360Z | |
| 45 | 2026-08-25T19:46:44.360Z | Rust is installed now. Great! |
| 46 | 2026-08-25T19:46:44.360Z | |
| 47 | 2026-08-25T19:46:44.360Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T19:46:44.360Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T19:46:44.360Z | |
| 50 | 2026-08-25T19:46:44.360Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T19:46:44.360Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T19:46:44.360Z | |
| 53 | 2026-08-25T19:46:44.360Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T19:46:44.364Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T19:46:44.364Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T19:46:44.364Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T19:46:44.365Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T19:46:44.365Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T19:46:44.365Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T19:46:44.365Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T19:46:44.365Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T19:46:44.455Z | + rustup --version |
| 63 | 2026-08-25T19:46:44.463Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T19:46:44.467Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T19:46:44.485Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T19:46:44.489Z | + cargo --version |
| 67 | 2026-08-25T19:46:44.500Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T19:46:44.509Z | + rustc --version |
| 69 | 2026-08-25T19:46:44.522Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T19:46:44.526Z | process exited: duration 17838 ms, exit code 0 |
| |
| 71 | 2026-08-25T19:46:44.532Z | starting task 2: "authentication" |
| 72 | 2026-08-25T19:46:44.549Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T19:46:44.556Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T19:46:44.560Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T19:46:44.563Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T19:46:44.594Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T19:47:43.392Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T19:47:43.392Z | + git fetch origin e3bcc062ff9586ad6791f8ae1f71869d667b9a61 |
| 79 | 2026-08-25T19:47:43.783Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T19:47:43.783Z | * branch e3bcc062ff9586ad6791f8ae1f71869d667b9a61 -> FETCH_HEAD |
| 81 | 2026-08-25T19:47:43.794Z | + [[ -n sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]] |
| 82 | 2026-08-25T19:47:43.797Z | ++ git branch --show-current |
| 83 | 2026-08-25T19:47:43.797Z | + current=main |
| 84 | 2026-08-25T19:47:43.797Z | + [[ main != sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled ]] |
| 85 | 2026-08-25T19:47:43.797Z | + git branch -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled e3bcc062ff9586ad6791f8ae1f71869d667b9a61 |
| 86 | 2026-08-25T19:47:43.800Z | + git checkout -f sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled |
| 87 | 2026-08-25T19:47:44.053Z | Switched to branch 'sunshowers/spr/3n-nexus-test-utils-add-controlplanetestcontextadd_sled' |
| 88 | 2026-08-25T19:47:44.070Z | + git reset --hard e3bcc062ff9586ad6791f8ae1f71869d667b9a61 |
| 89 | 2026-08-25T19:47:44.070Z | HEAD is now at e3bcc062f rebase on main |
| 90 | 2026-08-25T19:47:44.074Z | process exited: duration 59512 ms, exit code 0 |
| |
| 91 | 2026-08-25T19:47:44.081Z | starting task 4: "build" |
| 92 | 2026-08-25T19:47:44.084Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T19:47:44.084Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T19:47:44.084Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T19:47:44.087Z | +++ uname -s |
| 96 | 2026-08-25T19:47:44.088Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T19:47:44.088Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T19:47:44.088Z | + cargo --version |
| 99 | 2026-08-25T19:47:44.097Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T19:47:44.100Z | + rustc --version |
| 101 | 2026-08-25T19:47:44.118Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T19:47:44.122Z | + source ./env.sh |
| 103 | 2026-08-25T19:47:44.122Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-25T19:47:44.122Z | ++ set -o xtrace |
| 105 | 2026-08-25T19:47:44.125Z | ++++ dirname ./env.sh |
| 106 | 2026-08-25T19:47:44.125Z | +++ readlink -f . |
| 107 | 2026-08-25T19:47:44.128Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ 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-25T19:47:44.128Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-25T19:47:44.128Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-25T19:47:44.128Z | + 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-25T19:47:44.128Z | + 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-25T19:47:44.128Z | + banner prerequisites |
| 123 | 2026-08-25T19:47:44.132Z | |
| 124 | 2026-08-25T19:47:44.132Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-25T19:47:44.132Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-25T19:47:44.132Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-25T19:47:44.132Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-25T19:47:44.132Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-25T19:47:44.132Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-25T19:47:44.132Z | |
| 131 | 2026-08-25T19:47:44.132Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-25T19:47:46.092Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-25T19:47:46.476Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-25T19:47:48.668Z | Planning: Solver setup ... Done (2.053s) |
| 135 | 2026-08-25T19:47:48.720Z | Planning: Running solver ... Done (0.062s) |
| 136 | 2026-08-25T19:47:48.757Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-25T19:47:48.788Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-25T19:47:48.792Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-25T19:47:48.792Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-25T19:47:48.793Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-25T19:47:49.015Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 142 | 2026-08-25T19:47:49.019Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-25T19:47:49.814Z | Planning: Evaluating mediators ... Done (0.800s) |
| 144 | 2026-08-25T19:47:49.817Z | Planning: Planning completed in 3.31 seconds |
| 145 | 2026-08-25T19:47:49.822Z | Packages to install: 2 |
| 146 | 2026-08-25T19:47:49.828Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-25T19:47:49.828Z | Estimated space to be consumed: 80.56 MB |
| 148 | 2026-08-25T19:47:49.828Z | Create boot environment: No |
| 149 | 2026-08-25T19:47:49.828Z | Create backup boot environment: No |
| 150 | 2026-08-25T19:47:49.828Z | Rebuild boot archive: No |
| 151 | 2026-08-25T19:47:49.828Z | |
| 152 | 2026-08-25T19:47:49.828Z | Changed packages: |
| 153 | 2026-08-25T19:47:49.828Z | helios |
| 154 | 2026-08-25T19:47:49.828Z | developer/build-essential |
| 155 | 2026-08-25T19:47:49.828Z | None -> 11-3.0 |
| 156 | 2026-08-25T19:47:49.828Z | library/libxmlsec1 |
| 157 | 2026-08-25T19:47:49.829Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-25T19:47:49.846Z | |
| 159 | 2026-08-25T19:47:49.847Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-25T19:47:49.913Z | Download: Completed 1.28 MB in 0.07 seconds (19.4M/s) |
| 161 | 2026-08-25T19:47:49.987Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-25T19:47:50.025Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-25T19:47:50.061Z | Finalize: Updating package state database ... Done (0.036s) |
| 164 | 2026-08-25T19:47:50.064Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-25T19:47:50.148Z | Finalize: Updating image state ... Done (0.087s) |
| 166 | 2026-08-25T19:47:52.589Z | Finalize: Creating fast lookup database ... Done (2.374s) |
| 167 | 2026-08-25T19:47:52.646Z | Finalize: Reading search index ... Done (0.011s) |
| 168 | 2026-08-25T19:47:52.659Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-25T19:47:52.736Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-25T19:47:53.102Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-25T19:47:53.222Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-25T19:47:53.230Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-25T19:47:53.367Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-25T19:47:53.374Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-25T19:47:53.384Z | Mediators to change: 2 |
| 176 | 2026-08-25T19:47:53.384Z | Create boot environment: No |
| 177 | 2026-08-25T19:47:53.387Z | Create backup boot environment: No |
| 178 | 2026-08-25T19:47:53.437Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-25T19:47:53.437Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-25T19:47:53.485Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-25T19:47:55.415Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-25T19:47:55.480Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-25T19:47:55.482Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-25T19:47:55.545Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-25T19:47:55.850Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-25T19:47:55.943Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-25T19:47:55.992Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-25T19:47:56.098Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-25T19:47:56.108Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-25T19:47:56.115Z | Mediators to change: 1 |
| 191 | 2026-08-25T19:47:56.115Z | Create boot environment: No |
| 192 | 2026-08-25T19:47:56.115Z | Create backup boot environment: No |
| 193 | 2026-08-25T19:47:56.163Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-25T19:47:56.163Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-25T19:47:56.213Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-25T19:47:58.142Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-25T19:47:58.204Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-25T19:47:58.209Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-25T19:47:58.282Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-25T19:47:58.592Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-25T19:47:58.592Z | apache system 2.4 system |
| 202 | 2026-08-25T19:47:58.592Z | clang system 15 system |
| 203 | 2026-08-25T19:47:58.592Z | csh system system illumos |
| 204 | 2026-08-25T19:47:58.592Z | ctags system system illumos |
| 205 | 2026-08-25T19:47:58.592Z | file vendor vendor darwinsys |
| 206 | 2026-08-25T19:47:58.592Z | file system system illumos |
| 207 | 2026-08-25T19:47:58.592Z | gcc vendor 14 vendor |
| 208 | 2026-08-25T19:47:58.592Z | gcc system 13 system |
| 209 | 2026-08-25T19:47:58.592Z | gcc system 10 system |
| 210 | 2026-08-25T19:47:58.592Z | go system 1.25 system |
| 211 | 2026-08-25T19:47:58.592Z | llvm system 15 system |
| 212 | 2026-08-25T19:47:58.592Z | mariadb system 11.4 system |
| 213 | 2026-08-25T19:47:58.592Z | mta vendor vendor dma |
| 214 | 2026-08-25T19:47:58.592Z | openjdk system 17 system |
| 215 | 2026-08-25T19:47:58.592Z | openjdk system 11 system |
| 216 | 2026-08-25T19:47:58.592Z | openssl vendor 3 vendor |
| 217 | 2026-08-25T19:47:58.592Z | perl system 5.40 system |
| 218 | 2026-08-25T19:47:58.592Z | postgresql system 18 system |
| 219 | 2026-08-25T19:47:58.592Z | postgresql system 17 system |
| 220 | 2026-08-25T19:47:58.592Z | python vendor 3 vendor |
| 221 | 2026-08-25T19:47:58.592Z | python system 2 system |
| 222 | 2026-08-25T19:47:58.592Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-25T19:47:58.592Z | ruby system 3.4 system |
| 224 | 2026-08-25T19:47:58.592Z | ruby system 3.0 system |
| 225 | 2026-08-25T19:47:58.592Z | words vendor vendor american-english |
| 226 | 2026-08-25T19:47:58.592Z | words system system australian-english |
| 227 | 2026-08-25T19:47:58.592Z | words system system british-english |
| 228 | 2026-08-25T19:47:58.592Z | words system system canadian-english |
| 229 | 2026-08-25T19:47:58.592Z | words system system french |
| 230 | 2026-08-25T19:47:58.593Z | words system system italian |
| 231 | 2026-08-25T19:47:58.593Z | words system system ngerman |
| 232 | 2026-08-25T19:47:58.593Z | words system system ogerman |
| 233 | 2026-08-25T19:47:58.593Z | words system system spanish |
| 234 | 2026-08-25T19:47:58.839Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-25T19:47:58.839Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-25T19:47:59.338Z | FMRI IFO |
| 237 | 2026-08-25T19:47:59.338Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-25T19:47:59.338Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-25T19:47:59.338Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-25T19:47:59.338Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-25T19:47:59.338Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-25T19:47:59.338Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-25T19:47:59.338Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-25T19:47:59.339Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-25T19:47:59.339Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-25T19:47:59.666Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-25T19:48:00.003Z | Updating crates.io index |
| 248 | 2026-08-25T19:48:00.009Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-25T19:48:00.298Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-25T19:48:00.709Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-25T19:48:02.150Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-25T19:48:02.809Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-25T19:48:04.873Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-25T19:48:06.033Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-25T19:48:06.332Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-25T19:48:08.396Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-25T19:48:09.741Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-25T19:48:10.057Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-25T19:48:10.555Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-25T19:48:10.827Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-25T19:48:11.097Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-25T19:48:11.373Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-25T19:48:11.677Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-25T19:48:11.971Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-25T19:48:12.307Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-25T19:48:12.934Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-25T19:48:13.343Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 268 | 2026-08-25T19:48:13.610Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-25T19:48:14.014Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-25T19:48:14.339Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-25T19:48:14.944Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-25T19:48:15.294Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-25T19:48:15.576Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-25T19:48:16.146Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-25T19:48:16.460Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-25T19:48:16.775Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-25T19:48:17.196Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-25T19:48:17.493Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-25T19:48:17.874Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-25T19:48:18.273Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-25T19:48:19.023Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-25T19:48:19.726Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-25T19:48:20.097Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 284 | 2026-08-25T19:48:20.394Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 285 | 2026-08-25T19:48:20.739Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-08-25T19:48:21.033Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-08-25T19:48:21.319Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-08-25T19:48:21.629Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-08-25T19:48:21.913Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-25T19:48:22.180Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 291 | 2026-08-25T19:48:24.645Z | Downloading crates ... |
| 292 | 2026-08-25T19:48:24.693Z | Downloaded cargo-platform v0.3.2 |
| 293 | 2026-08-25T19:48:24.697Z | Downloaded colorchoice v1.0.4 |
| 294 | 2026-08-25T19:48:24.699Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-08-25T19:48:24.702Z | Downloaded byteorder v1.5.0 |
| 296 | 2026-08-25T19:48:24.706Z | Downloaded bitflags v2.11.0 |
| 297 | 2026-08-25T19:48:24.710Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-08-25T19:48:24.713Z | Downloaded semver v1.0.28 |
| 299 | 2026-08-25T19:48:24.713Z | Downloaded serde_derive v1.0.228 |
| 300 | 2026-08-25T19:48:24.713Z | Downloaded anstyle-query v1.1.5 |
| 301 | 2026-08-25T19:48:24.716Z | Downloaded clap_lex v1.0.0 |
| 302 | 2026-08-25T19:48:24.716Z | Downloaded anstream v1.0.0 |
| 303 | 2026-08-25T19:48:24.717Z | Downloaded anstyle v1.0.14 |
| 304 | 2026-08-25T19:48:24.719Z | Downloaded bytecount v0.6.9 |
| 305 | 2026-08-25T19:48:24.719Z | Downloaded pest_generator v2.8.6 |
| 306 | 2026-08-25T19:48:24.724Z | Downloaded cargo_metadata v0.23.1 |
| 307 | 2026-08-25T19:48:24.729Z | Downloaded getrandom v0.4.3 |
| 308 | 2026-08-25T19:48:24.732Z | Downloaded zerocopy v0.7.35 |
| 309 | 2026-08-25T19:48:24.735Z | Downloaded indexmap v2.14.0 |
| 310 | 2026-08-25T19:48:24.740Z | Downloaded digest v0.10.7 |
| 311 | 2026-08-25T19:48:24.740Z | Downloaded anstyle-parse v1.0.0 |
| 312 | 2026-08-25T19:48:24.746Z | Downloaded autocfg v1.5.0 |
| 313 | 2026-08-25T19:48:24.746Z | Downloaded crypto-common v0.1.7 |
| 314 | 2026-08-25T19:48:24.746Z | Downloaded errno v0.3.14 |
| 315 | 2026-08-25T19:48:24.746Z | Downloaded heck v0.5.0 |
| 316 | 2026-08-25T19:48:24.746Z | Downloaded once_cell v1.21.3 |
| 317 | 2026-08-25T19:48:24.757Z | Downloaded memmap v0.7.0 |
| 318 | 2026-08-25T19:48:24.761Z | Downloaded heck v0.4.1 |
| 319 | 2026-08-25T19:48:24.761Z | Downloaded cpufeatures v0.2.17 |
| 320 | 2026-08-25T19:48:24.761Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-08-25T19:48:24.770Z | Downloaded block-buffer v0.10.4 |
| 322 | 2026-08-25T19:48:24.773Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2026-08-25T19:48:24.774Z | Downloaded equivalent v1.0.2 |
| 324 | 2026-08-25T19:48:24.774Z | Downloaded version_check v0.9.5 |
| 325 | 2026-08-25T19:48:24.774Z | Downloaded scroll_derive v0.12.1 |
| 326 | 2026-08-25T19:48:24.774Z | Downloaded thread-id v4.2.2 |
| 327 | 2026-08-25T19:48:24.778Z | Downloaded usdt-macro v0.5.0 |
| 328 | 2026-08-25T19:48:24.782Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2026-08-25T19:48:24.782Z | Downloaded usdt v0.5.0 |
| 330 | 2026-08-25T19:48:24.782Z | Downloaded fnv v1.0.7 |
| 331 | 2026-08-25T19:48:24.785Z | Downloaded strsim v0.11.1 |
| 332 | 2026-08-25T19:48:24.785Z | Downloaded swrite v0.1.0 |
| 333 | 2026-08-25T19:48:24.785Z | Downloaded terminal_size v0.4.3 |
| 334 | 2026-08-25T19:48:24.789Z | Downloaded serde_spanned v0.6.9 |
| 335 | 2026-08-25T19:48:24.789Z | Downloaded fastrand v2.3.0 |
| 336 | 2026-08-25T19:48:24.789Z | Downloaded proc-macro-error-attr v1.0.4 |
| 337 | 2026-08-25T19:48:24.789Z | Downloaded macaddr v1.0.1 |
| 338 | 2026-08-25T19:48:24.793Z | Downloaded plain v0.2.3 |
| 339 | 2026-08-25T19:48:24.796Z | Downloaded pretty-hex v0.4.1 |
| 340 | 2026-08-25T19:48:24.801Z | Downloaded camino-tempfile v1.4.1 |
| 341 | 2026-08-25T19:48:24.804Z | Downloaded sha2 v0.10.9 |
| 342 | 2026-08-25T19:48:24.807Z | Downloaded toml_write v0.1.2 |
| 343 | 2026-08-25T19:48:24.810Z | Downloaded utf8parse v0.2.2 |
| 344 | 2026-08-25T19:48:24.810Z | Downloaded is_terminal_polyfill v1.70.2 |
| 345 | 2026-08-25T19:48:24.813Z | Downloaded smawk v0.3.2 |
| 346 | 2026-08-25T19:48:24.813Z | Downloaded itoa v1.0.17 |
| 347 | 2026-08-25T19:48:24.828Z | Downloaded dof v0.3.0 |
| 348 | 2026-08-25T19:48:24.831Z | Downloaded memchr v2.8.0 |
| 349 | 2026-08-25T19:48:24.831Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2026-08-25T19:48:24.838Z | Downloaded proc-macro-error v1.0.4 |
| 351 | 2026-08-25T19:48:24.844Z | Downloaded thiserror v1.0.69 |
| 352 | 2026-08-25T19:48:24.844Z | Downloaded serde_tokenstream v0.2.3 |
| 353 | 2026-08-25T19:48:24.844Z | Downloaded quote v1.0.45 |
| 354 | 2026-08-25T19:48:24.847Z | Downloaded anyhow v1.0.104 |
| 355 | 2026-08-25T19:48:24.847Z | Downloaded fs-err v3.3.0 |
| 356 | 2026-08-25T19:48:24.847Z | Downloaded cargo_toml v0.21.0 |
| 357 | 2026-08-25T19:48:24.850Z | Downloaded thiserror-impl v1.0.69 |
| 358 | 2026-08-25T19:48:24.850Z | Downloaded scroll v0.12.0 |
| 359 | 2026-08-25T19:48:24.852Z | Downloaded usdt-impl v0.5.0 |
| 360 | 2026-08-25T19:48:24.857Z | Downloaded unicode-linebreak v0.1.5 |
| 361 | 2026-08-25T19:48:24.860Z | Downloaded thiserror v2.0.18 |
| 362 | 2026-08-25T19:48:24.863Z | Downloaded camino v1.2.5 |
| 363 | 2026-08-25T19:48:24.863Z | Downloaded clap_derive v4.6.1 |
| 364 | 2026-08-25T19:48:24.872Z | Downloaded tempfile v3.27.0 |
| 365 | 2026-08-25T19:48:24.875Z | Downloaded zmij v1.0.21 |
| 366 | 2026-08-25T19:48:24.875Z | Downloaded ucd-trie v0.1.7 |
| 367 | 2026-08-25T19:48:24.878Z | Downloaded clap v4.6.1 |
| 368 | 2026-08-25T19:48:24.881Z | Downloaded pest_derive v2.8.6 |
| 369 | 2026-08-25T19:48:24.884Z | Downloaded pest_meta v2.8.6 |
| 370 | 2026-08-25T19:48:24.884Z | Downloaded thiserror-impl v2.0.18 |
| 371 | 2026-08-25T19:48:24.887Z | Downloaded toml v0.8.23 |
| 372 | 2026-08-25T19:48:24.887Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2026-08-25T19:48:24.891Z | Downloaded log v0.4.33 |
| 374 | 2026-08-25T19:48:24.894Z | Downloaded papergrid v0.11.0 |
| 375 | 2026-08-25T19:48:24.899Z | Downloaded unicode-ident v1.0.24 |
| 376 | 2026-08-25T19:48:24.902Z | Downloaded textwrap v0.16.2 |
| 377 | 2026-08-25T19:48:24.911Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-08-25T19:48:24.915Z | Downloaded serde_core v1.0.228 |
| 379 | 2026-08-25T19:48:24.920Z | Downloaded proc-macro2 v1.0.106 |
| 380 | 2026-08-25T19:48:24.923Z | Downloaded clap_builder v4.6.0 |
| 381 | 2026-08-25T19:48:24.926Z | Downloaded serde v1.0.228 |
| 382 | 2026-08-25T19:48:24.940Z | Downloaded typenum v1.20.1 |
| 383 | 2026-08-25T19:48:24.952Z | Downloaded pest v2.8.6 |
| 384 | 2026-08-25T19:48:24.979Z | Downloaded serde_json v1.0.151 |
| 385 | 2026-08-25T19:48:24.992Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-08-25T19:48:24.995Z | Downloaded goblin v0.8.2 |
| 387 | 2026-08-25T19:48:24.998Z | Downloaded winnow v0.7.14 |
| 388 | 2026-08-25T19:48:25.020Z | Downloaded tabled v0.15.0 |
| 389 | 2026-08-25T19:48:25.030Z | Downloaded syn v1.0.109 |
| 390 | 2026-08-25T19:48:25.035Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-25T19:48:25.038Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-08-25T19:48:25.041Z | Downloaded syn v2.0.117 |
| 393 | 2026-08-25T19:48:25.047Z | Downloaded rustix v1.1.4 |
| 394 | 2026-08-25T19:48:25.072Z | Downloaded libc v0.2.185 |
| 395 | 2026-08-25T19:48:25.134Z | Compiling proc-macro2 v1.0.106 |
| 396 | 2026-08-25T19:48:25.134Z | Compiling quote v1.0.45 |
| 397 | 2026-08-25T19:48:25.134Z | Compiling unicode-ident v1.0.24 |
| 398 | 2026-08-25T19:48:25.137Z | Compiling serde_core v1.0.228 |
| 399 | 2026-08-25T19:48:25.137Z | Compiling libc v0.2.185 |
| 400 | 2026-08-25T19:48:25.137Z | Compiling version_check v0.9.5 |
| 401 | 2026-08-25T19:48:25.137Z | Compiling memchr v2.8.0 |
| 402 | 2026-08-25T19:48:25.137Z | Compiling serde v1.0.228 |
| 403 | 2026-08-25T19:48:25.437Z | Compiling zmij v1.0.21 |
| 404 | 2026-08-25T19:48:25.638Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-08-25T19:48:25.700Z | Compiling thiserror v1.0.69 |
| 406 | 2026-08-25T19:48:25.885Z | Compiling itoa v1.0.17 |
| 407 | 2026-08-25T19:48:25.975Z | Compiling pest v2.8.6 |
| 408 | 2026-08-25T19:48:26.068Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-25T19:48:26.082Z | Compiling rustix v1.1.4 |
| 410 | 2026-08-25T19:48:26.188Z | Compiling errno v0.3.14 |
| 411 | 2026-08-25T19:48:26.286Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-25T19:48:26.452Z | Compiling bitflags v2.11.0 |
| 413 | 2026-08-25T19:48:26.609Z | Compiling syn v2.0.117 |
| 414 | 2026-08-25T19:48:26.627Z | Compiling thread-id v4.2.2 |
| 415 | 2026-08-25T19:48:26.676Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-25T19:48:26.712Z | Compiling usdt-impl v0.5.0 |
| 417 | 2026-08-25T19:48:26.728Z | Compiling syn v1.0.109 |
| 418 | 2026-08-25T19:48:26.850Z | Compiling camino v1.2.5 |
| 419 | 2026-08-25T19:48:27.014Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-25T19:48:27.127Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2026-08-25T19:48:27.171Z | Compiling utf8parse v0.2.2 |
| 422 | 2026-08-25T19:48:27.202Z | Compiling log v0.4.33 |
| 423 | 2026-08-25T19:48:27.281Z | Compiling equivalent v1.0.2 |
| 424 | 2026-08-25T19:48:27.307Z | Compiling plain v0.2.3 |
| 425 | 2026-08-25T19:48:27.372Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-08-25T19:48:27.389Z | Compiling getrandom v0.4.3 |
| 427 | 2026-08-25T19:48:27.612Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-25T19:48:27.776Z | Compiling anstyle-parse v1.0.0 |
| 429 | 2026-08-25T19:48:27.879Z | Compiling indexmap v2.14.0 |
| 430 | 2026-08-25T19:48:28.325Z | Compiling winnow v0.7.14 |
| 431 | 2026-08-25T19:48:28.343Z | Compiling thiserror v2.0.18 |
| 432 | 2026-08-25T19:48:28.545Z | Compiling anstyle-query v1.1.5 |
| 433 | 2026-08-25T19:48:28.577Z | Compiling pretty-hex v0.4.1 |
| 434 | 2026-08-25T19:48:28.663Z | Compiling autocfg v1.5.0 |
| 435 | 2026-08-25T19:48:28.686Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-08-25T19:48:28.701Z | Compiling colorchoice v1.0.4 |
| 437 | 2026-08-25T19:48:28.718Z | Compiling is_terminal_polyfill v1.70.2 |
| 438 | 2026-08-25T19:48:28.761Z | Compiling anstyle v1.0.14 |
| 439 | 2026-08-25T19:48:28.812Z | Compiling toml_write v0.1.2 |
| 440 | 2026-08-25T19:48:28.979Z | Compiling pest_generator v2.8.6 |
| 441 | 2026-08-25T19:48:29.000Z | Compiling anstream v1.0.0 |
| 442 | 2026-08-25T19:48:29.048Z | Compiling clap_lex v1.0.0 |
| 443 | 2026-08-25T19:48:29.091Z | Compiling fs-err v3.3.0 |
| 444 | 2026-08-25T19:48:29.279Z | Compiling fastrand v2.3.0 |
| 445 | 2026-08-25T19:48:29.316Z | Compiling bytecount v0.6.9 |
| 446 | 2026-08-25T19:48:29.338Z | Compiling heck v0.5.0 |
| 447 | 2026-08-25T19:48:29.458Z | Compiling strsim v0.11.1 |
| 448 | 2026-08-25T19:48:29.480Z | Compiling unicode-width v0.1.14 |
| 449 | 2026-08-25T19:48:29.540Z | Compiling heck v0.4.1 |
| 450 | 2026-08-25T19:48:29.562Z | Compiling fnv v1.0.7 |
| 451 | 2026-08-25T19:48:29.679Z | Compiling anyhow v1.0.104 |
| 452 | 2026-08-25T19:48:29.697Z | Compiling once_cell v1.21.3 |
| 453 | 2026-08-25T19:48:29.731Z | Compiling papergrid v0.11.0 |
| 454 | 2026-08-25T19:48:29.790Z | Compiling clap_builder v4.6.0 |
| 455 | 2026-08-25T19:48:29.825Z | Compiling semver v1.0.28 |
| 456 | 2026-08-25T19:48:29.890Z | Compiling tempfile v3.27.0 |
| 457 | 2026-08-25T19:48:29.913Z | Compiling cargo-platform v0.3.2 |
| 458 | 2026-08-25T19:48:30.055Z | Compiling tabled_derive v0.7.0 |
| 459 | 2026-08-25T19:48:30.146Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-25T19:48:30.171Z | Compiling smawk v0.3.2 |
| 461 | 2026-08-25T19:48:30.209Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-08-25T19:48:30.263Z | Compiling unicode-linebreak v0.1.5 |
| 463 | 2026-08-25T19:48:30.319Z | Compiling camino-tempfile v1.4.1 |
| 464 | 2026-08-25T19:48:30.456Z | Compiling textwrap v0.16.2 |
| 465 | 2026-08-25T19:48:30.527Z | Compiling serde_derive v1.0.228 |
| 466 | 2026-08-25T19:48:30.556Z | Compiling thiserror-impl v1.0.69 |
| 467 | 2026-08-25T19:48:30.663Z | Compiling zerocopy-derive v0.7.35 |
| 468 | 2026-08-25T19:48:30.776Z | Compiling pest_derive v2.8.6 |
| 469 | 2026-08-25T19:48:30.898Z | Compiling scroll_derive v0.12.1 |
| 470 | 2026-08-25T19:48:30.929Z | Compiling thiserror-impl v2.0.18 |
| 471 | 2026-08-25T19:48:31.121Z | Compiling clap_derive v4.6.1 |
| 472 | 2026-08-25T19:48:31.223Z | Compiling tabled v0.15.0 |
| 473 | 2026-08-25T19:48:31.529Z | Compiling zerocopy v0.7.35 |
| 474 | 2026-08-25T19:48:31.638Z | Compiling scroll v0.12.0 |
| 475 | 2026-08-25T19:48:31.857Z | Compiling goblin v0.8.2 |
| 476 | 2026-08-25T19:48:31.913Z | Compiling dtrace-parser v0.2.0 |
| 477 | 2026-08-25T19:48:32.087Z | Compiling swrite v0.1.0 |
| 478 | 2026-08-25T19:48:32.682Z | Compiling clap v4.6.1 |
| 479 | 2026-08-25T19:48:33.380Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-08-25T19:48:33.381Z | Compiling toml_datetime v0.6.11 |
| 481 | 2026-08-25T19:48:33.385Z | Compiling cargo_metadata v0.23.1 |
| 482 | 2026-08-25T19:48:33.385Z | Compiling macaddr v1.0.1 |
| 483 | 2026-08-25T19:48:33.385Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 484 | 2026-08-25T19:48:33.464Z | Compiling dof v0.3.0 |
| 485 | 2026-08-25T19:48:33.526Z | Compiling serde_tokenstream v0.2.3 |
| 486 | 2026-08-25T19:48:33.576Z | Compiling toml_edit v0.22.27 |
| 487 | 2026-08-25T19:48:34.193Z | Compiling usdt-attr-macro v0.5.0 |
| 488 | 2026-08-25T19:48:34.193Z | Compiling usdt-macro v0.5.0 |
| 489 | 2026-08-25T19:48:34.855Z | Compiling usdt v0.5.0 |
| 490 | 2026-08-25T19:48:34.917Z | Compiling toml v0.8.23 |
| 491 | 2026-08-25T19:48:35.245Z | Compiling cargo_toml v0.21.0 |
| 492 | 2026-08-25T19:48:36.487Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2026-08-25T19:48:38.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s |
| 494 | 2026-08-25T19:48:38.680Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 495 | 2026-08-25T19:48:39.189Z | Downloading crates ... |
| 496 | 2026-08-25T19:48:39.246Z | Downloaded anstream v0.6.21 |
| 497 | 2026-08-25T19:48:39.249Z | Downloaded arc-swap v1.8.2 |
| 498 | 2026-08-25T19:48:39.252Z | Downloaded addr2line v0.25.1 |
| 499 | 2026-08-25T19:48:39.252Z | Downloaded anstyle-parse v0.2.7 |
| 500 | 2026-08-25T19:48:39.255Z | Downloaded bitfield-struct v0.6.2 |
| 501 | 2026-08-25T19:48:39.258Z | Downloaded bit-vec v0.8.0 |
| 502 | 2026-08-25T19:48:39.261Z | Downloaded ascii-canvas v3.0.0 |
| 503 | 2026-08-25T19:48:39.261Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 504 | 2026-08-25T19:48:39.261Z | Downloaded bit-set v0.8.0 |
| 505 | 2026-08-25T19:48:39.266Z | Downloaded enum-as-inner v0.6.1 |
| 506 | 2026-08-25T19:48:39.266Z | Downloaded fd-lock v4.0.4 |
| 507 | 2026-08-25T19:48:39.269Z | Downloaded bit-set v0.5.3 |
| 508 | 2026-08-25T19:48:39.269Z | Downloaded atty v0.2.14 |
| 509 | 2026-08-25T19:48:39.270Z | Downloaded backtrace-ext v0.2.1 |
| 510 | 2026-08-25T19:48:39.270Z | Downloaded base16ct v0.2.0 |
| 511 | 2026-08-25T19:48:39.270Z | Downloaded bitfield-macros v0.19.4 |
| 512 | 2026-08-25T19:48:39.270Z | Downloaded foreign-types v0.3.2 |
| 513 | 2026-08-25T19:48:39.270Z | Downloaded float-cmp v0.10.0 |
| 514 | 2026-08-25T19:48:39.273Z | Downloaded adler2 v2.0.1 |
| 515 | 2026-08-25T19:48:39.273Z | Downloaded base16ct v1.0.0 |
| 516 | 2026-08-25T19:48:39.273Z | Downloaded atomic-waker v1.1.2 |
| 517 | 2026-08-25T19:48:39.273Z | Downloaded flume v0.11.1 |
| 518 | 2026-08-25T19:48:39.276Z | Downloaded home v0.5.12 |
| 519 | 2026-08-25T19:48:39.276Z | Downloaded git-stub v1.0.0 |
| 520 | 2026-08-25T19:48:39.279Z | Downloaded bb8 v0.8.6 |
| 521 | 2026-08-25T19:48:39.282Z | Downloaded globwalk v0.9.1 |
| 522 | 2026-08-25T19:48:39.285Z | Downloaded bit-vec v0.6.3 |
| 523 | 2026-08-25T19:48:39.285Z | Downloaded aead v0.6.1 |
| 524 | 2026-08-25T19:48:39.285Z | Downloaded atomicwrites v0.4.4 |
| 525 | 2026-08-25T19:48:39.285Z | Downloaded argon2 v0.5.3 |
| 526 | 2026-08-25T19:48:39.288Z | Downloaded bcs v0.1.6 |
| 527 | 2026-08-25T19:48:39.288Z | Downloaded allocator-api2 v0.2.21 |
| 528 | 2026-08-25T19:48:39.291Z | Downloaded cobs v0.3.0 |
| 529 | 2026-08-25T19:48:39.291Z | Downloaded aead v0.5.2 |
| 530 | 2026-08-25T19:48:39.291Z | Downloaded embedded-io v0.4.0 |
| 531 | 2026-08-25T19:48:39.291Z | Downloaded form_urlencoded v1.2.2 |
| 532 | 2026-08-25T19:48:39.296Z | Downloaded block-padding v0.4.2 |
| 533 | 2026-08-25T19:48:39.296Z | Downloaded foreign-types-shared v0.1.1 |
| 534 | 2026-08-25T19:48:39.296Z | Downloaded gethostname v0.5.0 |
| 535 | 2026-08-25T19:48:39.296Z | Downloaded fxhash v0.2.1 |
| 536 | 2026-08-25T19:48:39.296Z | Downloaded getrandom v0.3.4 |
| 537 | 2026-08-25T19:48:39.299Z | Downloaded async-trait v0.1.89 |
| 538 | 2026-08-25T19:48:39.299Z | Downloaded embedded-io v0.6.1 |
| 539 | 2026-08-25T19:48:39.302Z | Downloaded async-stream-impl v0.3.6 |
| 540 | 2026-08-25T19:48:39.302Z | Downloaded fs-err v2.11.0 |
| 541 | 2026-08-25T19:48:39.304Z | Downloaded futures-executor v0.3.32 |
| 542 | 2026-08-25T19:48:39.305Z | Downloaded headers v0.4.1 |
| 543 | 2026-08-25T19:48:39.307Z | Downloaded async-recursion v1.1.1 |
| 544 | 2026-08-25T19:48:39.310Z | Downloaded block-buffer v0.12.1 |
| 545 | 2026-08-25T19:48:39.310Z | Downloaded futures-channel v0.3.32 |
| 546 | 2026-08-25T19:48:39.310Z | Downloaded ciborium-io v0.2.2 |
| 547 | 2026-08-25T19:48:39.310Z | Downloaded arrayref v0.3.9 |
| 548 | 2026-08-25T19:48:39.311Z | Downloaded async-stream v0.3.6 |
| 549 | 2026-08-25T19:48:39.314Z | Downloaded futures-io v0.3.32 |
| 550 | 2026-08-25T19:48:39.317Z | Downloaded futures-macro v0.3.32 |
| 551 | 2026-08-25T19:48:39.320Z | Downloaded hashbrown v0.14.5 |
| 552 | 2026-08-25T19:48:39.320Z | Downloaded heapless v0.8.0 |
| 553 | 2026-08-25T19:48:39.326Z | Downloaded foldhash v0.2.0 |
| 554 | 2026-08-25T19:48:39.326Z | Downloaded password-hash v0.5.0 |
| 555 | 2026-08-25T19:48:39.331Z | Downloaded futures-sink v0.3.32 |
| 556 | 2026-08-25T19:48:39.334Z | Downloaded phf_shared v0.12.1 |
| 557 | 2026-08-25T19:48:39.334Z | Downloaded foreign-types v0.5.0 |
| 558 | 2026-08-25T19:48:39.334Z | Downloaded httpdate v1.0.3 |
| 559 | 2026-08-25T19:48:39.334Z | Downloaded foreign-types-shared v0.3.1 |
| 560 | 2026-08-25T19:48:39.337Z | Downloaded futures-core v0.3.32 |
| 561 | 2026-08-25T19:48:39.337Z | Downloaded assert_matches v1.5.0 |
| 562 | 2026-08-25T19:48:39.340Z | Downloaded elliptic-curve v0.14.1 |
| 563 | 2026-08-25T19:48:39.343Z | Downloaded foreign-types-macros v0.2.3 |
| 564 | 2026-08-25T19:48:39.346Z | Downloaded endian-type v0.1.2 |
| 565 | 2026-08-25T19:48:39.349Z | Downloaded ciborium-ll v0.2.2 |
| 566 | 2026-08-25T19:48:39.349Z | Downloaded flagset v0.4.7 |
| 567 | 2026-08-25T19:48:39.352Z | Downloaded compression-core v0.4.31 |
| 568 | 2026-08-25T19:48:39.352Z | Downloaded headers-core v0.3.0 |
| 569 | 2026-08-25T19:48:39.352Z | Downloaded hex-literal v1.1.0 |
| 570 | 2026-08-25T19:48:39.356Z | Downloaded hex v0.4.3 |
| 571 | 2026-08-25T19:48:39.359Z | Downloaded float-ord v0.3.2 |
| 572 | 2026-08-25T19:48:39.359Z | Downloaded foldhash v0.1.5 |
| 573 | 2026-08-25T19:48:39.359Z | Downloaded futures v0.3.32 |
| 574 | 2026-08-25T19:48:39.362Z | Downloaded cfg_aliases v0.1.1 |
| 575 | 2026-08-25T19:48:39.362Z | Downloaded cfg_aliases v0.2.1 |
| 576 | 2026-08-25T19:48:39.362Z | Downloaded array-init v0.0.4 |
| 577 | 2026-08-25T19:48:39.362Z | Downloaded bitfield v0.19.4 |
| 578 | 2026-08-25T19:48:39.362Z | Downloaded ghash v0.6.0 |
| 579 | 2026-08-25T19:48:39.365Z | Downloaded hash32 v0.2.1 |
| 580 | 2026-08-25T19:48:39.366Z | Downloaded newline-converter v0.3.0 |
| 581 | 2026-08-25T19:48:39.366Z | Downloaded nodrop v0.1.14 |
| 582 | 2026-08-25T19:48:39.366Z | Downloaded hash32 v0.3.1 |
| 583 | 2026-08-25T19:48:39.368Z | Downloaded hostname v0.3.1 |
| 584 | 2026-08-25T19:48:39.369Z | Downloaded base64ct v1.8.3 |
| 585 | 2026-08-25T19:48:39.373Z | Downloaded env_filter v2.0.0 |
| 586 | 2026-08-25T19:48:39.373Z | Downloaded hostname v0.4.2 |
| 587 | 2026-08-25T19:48:39.373Z | Downloaded async-bb8-diesel v0.2.1 |
| 588 | 2026-08-25T19:48:39.373Z | Downloaded cmake v0.1.57 |
| 589 | 2026-08-25T19:48:39.376Z | Downloaded ar_archive_writer v0.5.1 |
| 590 | 2026-08-25T19:48:39.376Z | Downloaded futures-task v0.3.32 |
| 591 | 2026-08-25T19:48:39.376Z | Downloaded hubpack v0.1.2 |
| 592 | 2026-08-25T19:48:39.379Z | Downloaded num_enum_derive v0.5.11 |
| 593 | 2026-08-25T19:48:39.379Z | Downloaded newtype_derive v0.1.6 |
| 594 | 2026-08-25T19:48:39.379Z | Downloaded fs_extra v1.3.0 |
| 595 | 2026-08-25T19:48:39.382Z | Downloaded ff v0.14.0 |
| 596 | 2026-08-25T19:48:39.382Z | Downloaded oxide-generation-macros v0.2.0 |
| 597 | 2026-08-25T19:48:39.382Z | Downloaded hubpack_derive v0.1.1 |
| 598 | 2026-08-25T19:48:39.385Z | Downloaded fixedbitset v0.4.2 |
| 599 | 2026-08-25T19:48:39.385Z | Downloaded http-body v1.0.1 |
| 600 | 2026-08-25T19:48:39.386Z | Downloaded percent-encoding v2.3.2 |
| 601 | 2026-08-25T19:48:39.390Z | Downloaded predicates-core v1.0.10 |
| 602 | 2026-08-25T19:48:39.390Z | Downloaded proc-macro-crate v1.3.1 |
| 603 | 2026-08-25T19:48:39.394Z | Downloaded enum_dispatch v0.3.13 |
| 604 | 2026-08-25T19:48:39.400Z | Downloaded opaque-debug v0.3.1 |
| 605 | 2026-08-25T19:48:39.405Z | Downloaded arrayvec v0.7.6 |
| 606 | 2026-08-25T19:48:39.405Z | Downloaded blowfish v0.10.0 |
| 607 | 2026-08-25T19:48:39.405Z | Downloaded byte-wrapper v0.1.0 |
| 608 | 2026-08-25T19:48:39.409Z | Downloaded secrecy v0.10.3 |
| 609 | 2026-08-25T19:48:39.409Z | Downloaded cexpr v0.6.0 |
| 610 | 2026-08-25T19:48:39.409Z | Downloaded compression-codecs v0.4.37 |
| 611 | 2026-08-25T19:48:39.412Z | Downloaded funty v2.0.0 |
| 612 | 2026-08-25T19:48:39.412Z | Downloaded group v0.14.0 |
| 613 | 2026-08-25T19:48:39.412Z | Downloaded cipher v0.4.4 |
| 614 | 2026-08-25T19:48:39.415Z | Downloaded group v0.13.0 |
| 615 | 2026-08-25T19:48:39.415Z | Downloaded camino-tempfile-ext v0.3.3 |
| 616 | 2026-08-25T19:48:39.415Z | Downloaded cbc v0.2.1 |
| 617 | 2026-08-25T19:48:39.418Z | Downloaded http-range v0.1.5 |
| 618 | 2026-08-25T19:48:39.418Z | Downloaded env_logger v0.11.11 |
| 619 | 2026-08-25T19:48:39.421Z | Downloaded cipher v0.5.2 |
| 620 | 2026-08-25T19:48:39.421Z | Downloaded ena v0.14.4 |
| 621 | 2026-08-25T19:48:39.421Z | Downloaded fallible-iterator v0.2.0 |
| 622 | 2026-08-25T19:48:39.421Z | Downloaded cmov v0.5.4 |
| 623 | 2026-08-25T19:48:39.424Z | Downloaded bs58 v0.5.1 |
| 624 | 2026-08-25T19:48:39.424Z | Downloaded buf-list v1.1.2 |
| 625 | 2026-08-25T19:48:39.424Z | Downloaded const-oid v0.10.2 |
| 626 | 2026-08-25T19:48:39.427Z | Downloaded git-stub-vcs v0.1.0 |
| 627 | 2026-08-25T19:48:39.427Z | Downloaded rfc6979 v0.4.0 |
| 628 | 2026-08-25T19:48:39.430Z | Downloaded rfc6979 v0.6.0 |
| 629 | 2026-08-25T19:48:39.430Z | Downloaded serde_urlencoded v0.7.1 |
| 630 | 2026-08-25T19:48:39.433Z | Downloaded sha1 v0.10.6 |
| 631 | 2026-08-25T19:48:39.433Z | Downloaded backoff v0.4.0 |
| 632 | 2026-08-25T19:48:39.433Z | Downloaded siphasher v1.0.2 |
| 633 | 2026-08-25T19:48:39.433Z | Downloaded semver v0.1.20 |
| 634 | 2026-08-25T19:48:39.436Z | Downloaded rustc-hash v2.1.1 |
| 635 | 2026-08-25T19:48:39.439Z | Downloaded backon v1.6.0 |
| 636 | 2026-08-25T19:48:39.439Z | Downloaded find-msvc-tools v0.1.9 |
| 637 | 2026-08-25T19:48:39.439Z | Downloaded scheduled-thread-pool v0.2.7 |
| 638 | 2026-08-25T19:48:39.442Z | Downloaded seq-macro v0.3.6 |
| 639 | 2026-08-25T19:48:39.445Z | Downloaded signal-hook-mio v0.2.5 |
| 640 | 2026-08-25T19:48:39.445Z | Downloaded sponge-cursor v0.1.0 |
| 641 | 2026-08-25T19:48:39.449Z | Downloaded structmeta v0.3.0 |
| 642 | 2026-08-25T19:48:39.454Z | Downloaded half v1.8.3 |
| 643 | 2026-08-25T19:48:39.456Z | Downloaded subtle v2.6.1 |
| 644 | 2026-08-25T19:48:39.457Z | Downloaded pbkdf2 v0.13.0 |
| 645 | 2026-08-25T19:48:39.457Z | Downloaded highway v1.3.0 |
| 646 | 2026-08-25T19:48:39.457Z | Downloaded erased-serde v0.3.31 |
| 647 | 2026-08-25T19:48:39.459Z | Downloaded filetime v0.2.27 |
| 648 | 2026-08-25T19:48:39.459Z | Downloaded getrandom v0.2.17 |
| 649 | 2026-08-25T19:48:39.462Z | Downloaded http-body-util v0.1.3 |
| 650 | 2026-08-25T19:48:39.462Z | Downloaded slog-envlogger v2.2.0 |
| 651 | 2026-08-25T19:48:39.462Z | Downloaded bitflags v1.3.2 |
| 652 | 2026-08-25T19:48:39.465Z | Downloaded fixedbitset v0.5.7 |
| 653 | 2026-08-25T19:48:39.465Z | Downloaded num-integer v0.1.46 |
| 654 | 2026-08-25T19:48:39.465Z | Downloaded num_enum v0.5.11 |
| 655 | 2026-08-25T19:48:39.468Z | Downloaded num_enum v0.7.6 |
| 656 | 2026-08-25T19:48:39.471Z | Downloaded oxnet v0.1.6 |
| 657 | 2026-08-25T19:48:39.471Z | Downloaded glob v0.3.3 |
| 658 | 2026-08-25T19:48:39.474Z | Downloaded globset v0.4.18 |
| 659 | 2026-08-25T19:48:39.474Z | Downloaded rand_core v0.9.5 |
| 660 | 2026-08-25T19:48:39.474Z | Downloaded rand_core v0.10.0 |
| 661 | 2026-08-25T19:48:39.474Z | Downloaded pem v3.0.6 |
| 662 | 2026-08-25T19:48:39.474Z | Downloaded phf v0.12.1 |
| 663 | 2026-08-25T19:48:39.477Z | Downloaded supports-color v3.0.2 |
| 664 | 2026-08-25T19:48:39.477Z | Downloaded powerfmt v0.2.0 |
| 665 | 2026-08-25T19:48:39.477Z | Downloaded progenitor v0.13.0 |
| 666 | 2026-08-25T19:48:39.477Z | Downloaded take_mut v0.2.2 |
| 667 | 2026-08-25T19:48:39.477Z | Downloaded tap v1.0.1 |
| 668 | 2026-08-25T19:48:39.477Z | Downloaded termtree v0.5.1 |
| 669 | 2026-08-25T19:48:39.480Z | Downloaded tower-layer v0.3.3 |
| 670 | 2026-08-25T19:48:39.480Z | Downloaded hmac v0.13.0 |
| 671 | 2026-08-25T19:48:39.480Z | Downloaded tokio-macros v2.7.0 |
| 672 | 2026-08-25T19:48:39.480Z | Downloaded trait-variant v0.1.2 |
| 673 | 2026-08-25T19:48:39.480Z | Downloaded unarray v0.1.4 |
| 674 | 2026-08-25T19:48:39.483Z | Downloaded progenitor-extras v0.2.0 |
| 675 | 2026-08-25T19:48:39.483Z | Downloaded hmac v0.12.1 |
| 676 | 2026-08-25T19:48:39.486Z | Downloaded blake2 v0.10.6 |
| 677 | 2026-08-25T19:48:39.486Z | Downloaded utf-8 v0.7.6 |
| 678 | 2026-08-25T19:48:39.489Z | Downloaded ahash v0.8.12 |
| 679 | 2026-08-25T19:48:39.489Z | Downloaded argon2 v0.6.0-rc.8 |
| 680 | 2026-08-25T19:48:39.492Z | Downloaded chacha20 v0.9.1 |
| 681 | 2026-08-25T19:48:39.492Z | Downloaded want v0.3.1 |
| 682 | 2026-08-25T19:48:39.492Z | Downloaded generic-array v1.4.3 |
| 683 | 2026-08-25T19:48:39.495Z | Downloaded const-oid v0.9.6 |
| 684 | 2026-08-25T19:48:39.495Z | Downloaded bzip2 v0.4.4 |
| 685 | 2026-08-25T19:48:39.495Z | Downloaded ciborium v0.2.2 |
| 686 | 2026-08-25T19:48:39.495Z | Downloaded clang-sys v1.8.1 |
| 687 | 2026-08-25T19:48:39.498Z | Downloaded castaway v0.2.4 |
| 688 | 2026-08-25T19:48:39.498Z | Downloaded serde_tokenstream v0.3.0 |
| 689 | 2026-08-25T19:48:39.498Z | Downloaded sha1 v0.11.0 |
| 690 | 2026-08-25T19:48:39.501Z | Downloaded bzip2 v0.6.1 |
| 691 | 2026-08-25T19:48:39.501Z | Downloaded zeroize_derive v1.5.0 |
| 692 | 2026-08-25T19:48:39.501Z | Downloaded postcard v1.1.3 |
| 693 | 2026-08-25T19:48:39.504Z | Downloaded cassowary v0.3.0 |
| 694 | 2026-08-25T19:48:39.504Z | Downloaded console v0.15.11 |
| 695 | 2026-08-25T19:48:39.504Z | Downloaded console v0.16.2 |
| 696 | 2026-08-25T19:48:39.507Z | Downloaded convert_case v0.4.0 |
| 697 | 2026-08-25T19:48:39.507Z | Downloaded rustls-native-certs v0.8.3 |
| 698 | 2026-08-25T19:48:39.507Z | Downloaded debug-ignore v1.0.5 |
| 699 | 2026-08-25T19:48:39.510Z | Downloaded defmt v0.3.100 |
| 700 | 2026-08-25T19:48:39.510Z | Downloaded blake2 v0.11.0-rc.6 |
| 701 | 2026-08-25T19:48:39.514Z | Downloaded support-bundle-viewer v0.1.2 |
| 702 | 2026-08-25T19:48:39.518Z | Downloaded string_cache v0.8.9 |
| 703 | 2026-08-25T19:48:39.518Z | Downloaded xshell-macros v0.2.7 |
| 704 | 2026-08-25T19:48:39.518Z | Downloaded pkcs8 v0.11.0 |
| 705 | 2026-08-25T19:48:39.521Z | Downloaded ff v0.13.1 |
| 706 | 2026-08-25T19:48:39.524Z | Downloaded strum_macros v0.24.3 |
| 707 | 2026-08-25T19:48:39.524Z | Downloaded cpubits v0.1.1 |
| 708 | 2026-08-25T19:48:39.524Z | Downloaded crunchy v0.2.4 |
| 709 | 2026-08-25T19:48:39.524Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 710 | 2026-08-25T19:48:39.524Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 711 | 2026-08-25T19:48:39.527Z | Downloaded dof v0.4.0 |
| 712 | 2026-08-25T19:48:39.531Z | Downloaded tiny-keccak v2.0.2 |
| 713 | 2026-08-25T19:48:39.531Z | Downloaded tls_codec v0.4.2 |
| 714 | 2026-08-25T19:48:39.531Z | Downloaded tokio-tungstenite v0.21.0 |
| 715 | 2026-08-25T19:48:39.534Z | Downloaded tokio-tungstenite v0.23.1 |
| 716 | 2026-08-25T19:48:39.534Z | Downloaded fatfs v0.3.6 |
| 717 | 2026-08-25T19:48:39.534Z | Downloaded poly1305 v0.9.0 |
| 718 | 2026-08-25T19:48:39.537Z | Downloaded predicates v3.1.4 |
| 719 | 2026-08-25T19:48:39.537Z | Downloaded ssh-encoding v0.3.0 |
| 720 | 2026-08-25T19:48:39.537Z | Downloaded pkcs1 v0.7.5 |
| 721 | 2026-08-25T19:48:39.540Z | Downloaded spki v0.8.0 |
| 722 | 2026-08-25T19:48:39.540Z | Downloaded thread_local v1.1.9 |
| 723 | 2026-08-25T19:48:39.540Z | Downloaded tokio-native-tls v0.3.1 |
| 724 | 2026-08-25T19:48:39.543Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 725 | 2026-08-25T19:48:39.543Z | Downloaded httparse v1.10.1 |
| 726 | 2026-08-25T19:48:39.546Z | Downloaded dirs-sys-next v0.1.2 |
| 727 | 2026-08-25T19:48:39.550Z | Downloaded is-terminal v0.4.17 |
| 728 | 2026-08-25T19:48:39.554Z | Downloaded chacha20 v0.10.0 |
| 729 | 2026-08-25T19:48:39.558Z | Downloaded colored v2.2.0 |
| 730 | 2026-08-25T19:48:39.558Z | Downloaded kem v0.3.0 |
| 731 | 2026-08-25T19:48:39.558Z | Downloaded lazy_static v1.5.0 |
| 732 | 2026-08-25T19:48:39.561Z | Downloaded cancel-safe-futures v0.1.5 |
| 733 | 2026-08-25T19:48:39.561Z | Downloaded libscf-sys v1.2.0 |
| 734 | 2026-08-25T19:48:39.561Z | Downloaded multimap v0.10.1 |
| 735 | 2026-08-25T19:48:39.561Z | Downloaded nonempty v0.12.0 |
| 736 | 2026-08-25T19:48:39.566Z | Downloaded num_threads v0.1.7 |
| 737 | 2026-08-25T19:48:39.566Z | Downloaded newtype-uuid-macros v0.1.0 |
| 738 | 2026-08-25T19:48:39.569Z | Downloaded maybe-uninit v2.0.0 |
| 739 | 2026-08-25T19:48:39.569Z | Downloaded mime v0.3.17 |
| 740 | 2026-08-25T19:48:39.569Z | Downloaded slog-term v2.9.2 |
| 741 | 2026-08-25T19:48:39.572Z | Downloaded wyz v0.5.1 |
| 742 | 2026-08-25T19:48:39.572Z | Downloaded critical-section v1.2.0 |
| 743 | 2026-08-25T19:48:39.575Z | Downloaded parse-size v1.1.0 |
| 744 | 2026-08-25T19:48:39.575Z | Downloaded match_cfg v0.1.0 |
| 745 | 2026-08-25T19:48:39.575Z | Downloaded num-iter v0.1.45 |
| 746 | 2026-08-25T19:48:39.580Z | Downloaded heapless v0.7.17 |
| 747 | 2026-08-25T19:48:39.580Z | Downloaded oso v0.27.3 |
| 748 | 2026-08-25T19:48:39.583Z | Downloaded backtrace v0.3.76 |
| 749 | 2026-08-25T19:48:39.586Z | Downloaded hyper-tls v0.6.0 |
| 750 | 2026-08-25T19:48:39.586Z | Downloaded corncobs v0.1.4 |
| 751 | 2026-08-25T19:48:39.589Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 752 | 2026-08-25T19:48:39.589Z | Downloaded progenitor-macro v0.14.0 |
| 753 | 2026-08-25T19:48:39.589Z | Downloaded russh-cryptovec v0.62.0 |
| 754 | 2026-08-25T19:48:39.589Z | Downloaded openssl-probe v0.1.6 |
| 755 | 2026-08-25T19:48:39.592Z | Downloaded ref-cast v1.0.25 |
| 756 | 2026-08-25T19:48:39.596Z | Downloaded precomputed-hash v0.1.1 |
| 757 | 2026-08-25T19:48:39.599Z | Downloaded predicates-tree v1.0.13 |
| 758 | 2026-08-25T19:48:39.599Z | Downloaded rcgen v0.12.1 |
| 759 | 2026-08-25T19:48:39.602Z | Downloaded rand_pcg v0.10.2 |
| 760 | 2026-08-25T19:48:39.602Z | Downloaded whoami v1.6.1 |
| 761 | 2026-08-25T19:48:39.606Z | Downloaded async-compression v0.4.41 |
| 762 | 2026-08-25T19:48:39.609Z | Downloaded rustc_version v0.1.7 |
| 763 | 2026-08-25T19:48:39.610Z | Downloaded rustc_version v0.4.1 |
| 764 | 2026-08-25T19:48:39.610Z | Downloaded ctutils v0.4.2 |
| 765 | 2026-08-25T19:48:39.610Z | Downloaded instability v0.3.11 |
| 766 | 2026-08-25T19:48:39.610Z | Downloaded oxide-update-engine-types v0.1.2 |
| 767 | 2026-08-25T19:48:39.613Z | Downloaded ctr v0.10.1 |
| 768 | 2026-08-25T19:48:39.616Z | Downloaded data-encoding v2.10.0 |
| 769 | 2026-08-25T19:48:39.616Z | Downloaded try-lock v0.2.5 |
| 770 | 2026-08-25T19:48:39.622Z | Downloaded ipnet v2.12.0 |
| 771 | 2026-08-25T19:48:39.625Z | Downloaded progenitor-impl v0.13.0 |
| 772 | 2026-08-25T19:48:39.629Z | Downloaded lru-slab v0.1.2 |
| 773 | 2026-08-25T19:48:39.629Z | Downloaded sigpipe v0.1.3 |
| 774 | 2026-08-25T19:48:39.629Z | Downloaded similar v2.7.0 |
| 775 | 2026-08-25T19:48:39.633Z | Downloaded compact_str v0.8.1 |
| 776 | 2026-08-25T19:48:39.637Z | Downloaded multer v3.1.0 |
| 777 | 2026-08-25T19:48:39.637Z | Downloaded bytes v1.11.1 |
| 778 | 2026-08-25T19:48:39.640Z | Downloaded chumsky v0.9.3 |
| 779 | 2026-08-25T19:48:39.640Z | Downloaded darling v0.20.11 |
| 780 | 2026-08-25T19:48:39.640Z | Downloaded structmeta-derive v0.3.0 |
| 781 | 2026-08-25T19:48:39.643Z | Downloaded strum v0.26.3 |
| 782 | 2026-08-25T19:48:39.643Z | Downloaded tower-service v0.3.3 |
| 783 | 2026-08-25T19:48:39.643Z | Downloaded diesel-dtrace v0.5.0 |
| 784 | 2026-08-25T19:48:39.643Z | Downloaded linear-map v1.2.0 |
| 785 | 2026-08-25T19:48:39.646Z | Downloaded mime_guess v2.0.5 |
| 786 | 2026-08-25T19:48:39.646Z | Downloaded vergen-lib v0.1.6 |
| 787 | 2026-08-25T19:48:39.646Z | Downloaded chacha20poly1305 v0.10.1 |
| 788 | 2026-08-25T19:48:39.646Z | Downloaded parking_lot_core v0.8.6 |
| 789 | 2026-08-25T19:48:39.649Z | Downloaded socket2 v0.5.10 |
| 790 | 2026-08-25T19:48:39.649Z | Downloaded diff v0.1.13 |
| 791 | 2026-08-25T19:48:39.649Z | Downloaded half v2.7.1 |
| 792 | 2026-08-25T19:48:39.652Z | Downloaded hybrid-array v0.4.13 |
| 793 | 2026-08-25T19:48:39.652Z | Downloaded pin-project-internal v1.1.11 |
| 794 | 2026-08-25T19:48:39.655Z | Downloaded postgres-protocol v0.6.10 |
| 795 | 2026-08-25T19:48:39.655Z | Downloaded universal-hash v0.6.1 |
| 796 | 2026-08-25T19:48:39.655Z | Downloaded usdt-attr-macro v0.6.0 |
| 797 | 2026-08-25T19:48:39.660Z | Downloaded unicode-properties v0.1.4 |
| 798 | 2026-08-25T19:48:39.663Z | Downloaded hickory-resolver v0.24.4 |
| 799 | 2026-08-25T19:48:39.666Z | Downloaded rayon-core v1.13.0 |
| 800 | 2026-08-25T19:48:39.669Z | Downloaded sec1 v0.7.3 |
| 801 | 2026-08-25T19:48:39.670Z | Downloaded owo-colors v4.3.0 |
| 802 | 2026-08-25T19:48:39.670Z | Downloaded oxide-update-engine-display v0.1.2 |
| 803 | 2026-08-25T19:48:39.672Z | Downloaded peg v0.8.5 |
| 804 | 2026-08-25T19:48:39.672Z | Downloaded peg-macros v0.8.5 |
| 805 | 2026-08-25T19:48:39.672Z | Downloaded phc v0.6.1 |
| 806 | 2026-08-25T19:48:39.675Z | Downloaded signal-hook v0.3.18 |
| 807 | 2026-08-25T19:48:39.675Z | Downloaded vte v0.14.1 |
| 808 | 2026-08-25T19:48:39.678Z | Downloaded ingot-macros v0.2.0 |
| 809 | 2026-08-25T19:48:39.678Z | Downloaded zone v0.3.1 |
| 810 | 2026-08-25T19:48:39.678Z | Downloaded r2d2 v0.8.10 |
| 811 | 2026-08-25T19:48:39.678Z | Downloaded unicode-truncate v1.1.0 |
| 812 | 2026-08-25T19:48:39.678Z | Downloaded flate2 v1.1.9 |
| 813 | 2026-08-25T19:48:39.681Z | Downloaded hickory-resolver v0.25.2 |
| 814 | 2026-08-25T19:48:39.684Z | Downloaded signal-hook-registry v1.4.8 |
| 815 | 2026-08-25T19:48:39.684Z | Downloaded schemars v0.8.22 |
| 816 | 2026-08-25T19:48:39.689Z | Downloaded colored v3.1.1 |
| 817 | 2026-08-25T19:48:39.692Z | Downloaded p256 v0.14.0 |
| 818 | 2026-08-25T19:48:39.695Z | Downloaded derive_builder v0.20.2 |
| 819 | 2026-08-25T19:48:39.695Z | Downloaded darling_macro v0.23.0 |
| 820 | 2026-08-25T19:48:39.696Z | Downloaded slog-stdlog v4.1.1 |
| 821 | 2026-08-25T19:48:39.696Z | Downloaded sqlformat v0.3.5 |
| 822 | 2026-08-25T19:48:39.698Z | Downloaded sapling-renderdag v0.1.0 |
| 823 | 2026-08-25T19:48:39.698Z | Downloaded serde_path_to_error v0.1.20 |
| 824 | 2026-08-25T19:48:39.698Z | Downloaded crc8 v0.1.1 |
| 825 | 2026-08-25T19:48:39.699Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 826 | 2026-08-25T19:48:39.702Z | Downloaded strum v0.27.2 |
| 827 | 2026-08-25T19:48:39.702Z | Downloaded base64 v0.22.1 |
| 828 | 2026-08-25T19:48:39.705Z | Downloaded dsl_auto_type v0.2.0 |
| 829 | 2026-08-25T19:48:39.705Z | Downloaded indent_write v2.2.0 |
| 830 | 2026-08-25T19:48:39.708Z | Downloaded unsafe-libyaml v0.2.11 |
| 831 | 2026-08-25T19:48:39.708Z | Downloaded base64 v0.21.7 |
| 832 | 2026-08-25T19:48:39.711Z | Downloaded cc v1.2.56 |
| 833 | 2026-08-25T19:48:39.711Z | Downloaded bumpalo v3.20.2 |
| 834 | 2026-08-25T19:48:39.714Z | Downloaded darling_macro v0.13.4 |
| 835 | 2026-08-25T19:48:39.714Z | Downloaded dirs-next v2.0.0 |
| 836 | 2026-08-25T19:48:39.714Z | Downloaded digest-io v0.1.0 |
| 837 | 2026-08-25T19:48:39.717Z | Downloaded md-5 v0.10.6 |
| 838 | 2026-08-25T19:48:39.722Z | Downloaded hickory-server v0.25.2 |
| 839 | 2026-08-25T19:48:39.722Z | Downloaded slog-json v2.6.1 |
| 840 | 2026-08-25T19:48:39.727Z | Downloaded slog-scope v4.4.1 |
| 841 | 2026-08-25T19:48:39.727Z | Downloaded uzers v0.12.2 |
| 842 | 2026-08-25T19:48:39.727Z | Downloaded vergen-git2 v9.1.0 |
| 843 | 2026-08-25T19:48:39.727Z | Downloaded writeable v0.6.2 |
| 844 | 2026-08-25T19:48:39.727Z | Downloaded xshell v0.2.7 |
| 845 | 2026-08-25T19:48:39.730Z | Downloaded dropshot_endpoint v0.17.1 |
| 846 | 2026-08-25T19:48:39.730Z | Downloaded hashbrown v0.12.3 |
| 847 | 2026-08-25T19:48:39.730Z | Downloaded tokio-dtrace v0.1.1 |
| 848 | 2026-08-25T19:48:39.730Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 849 | 2026-08-25T19:48:39.733Z | Downloaded http v1.4.2 |
| 850 | 2026-08-25T19:48:39.733Z | Downloaded idna_adapter v1.2.1 |
| 851 | 2026-08-25T19:48:39.733Z | Downloaded instant v0.1.13 |
| 852 | 2026-08-25T19:48:39.736Z | Downloaded convert_case v0.10.0 |
| 853 | 2026-08-25T19:48:39.736Z | Downloaded sec1 v0.8.1 |
| 854 | 2026-08-25T19:48:39.737Z | Downloaded nibble_vec v0.1.0 |
| 855 | 2026-08-25T19:48:39.739Z | Downloaded tui-tree-widget v0.23.1 |
| 856 | 2026-08-25T19:48:39.739Z | Downloaded hashbrown v0.13.2 |
| 857 | 2026-08-25T19:48:39.751Z | Downloaded kstat-rs v0.2.5 |
| 858 | 2026-08-25T19:48:39.755Z | Downloaded lru-cache v0.1.2 |
| 859 | 2026-08-25T19:48:39.758Z | Downloaded oso-derive v0.27.3 |
| 860 | 2026-08-25T19:48:39.758Z | Downloaded olpc-cjson v0.1.4 |
| 861 | 2026-08-25T19:48:39.758Z | Downloaded proc-macro-crate v3.4.0 |
| 862 | 2026-08-25T19:48:39.761Z | Downloaded quinn-udp v0.5.14 |
| 863 | 2026-08-25T19:48:39.761Z | Downloaded progenitor-client v0.14.0 |
| 864 | 2026-08-25T19:48:39.761Z | Downloaded unicase v2.9.0 |
| 865 | 2026-08-25T19:48:39.761Z | Downloaded radium v0.7.0 |
| 866 | 2026-08-25T19:48:39.767Z | Downloaded rand v0.8.6 |
| 867 | 2026-08-25T19:48:39.767Z | Downloaded scuffle v0.1.0 |
| 868 | 2026-08-25T19:48:39.772Z | Downloaded derive-ex v0.1.8 |
| 869 | 2026-08-25T19:48:39.772Z | Downloaded zstd-safe v7.2.4 |
| 870 | 2026-08-25T19:48:39.772Z | Downloaded darling_core v0.21.3 |
| 871 | 2026-08-25T19:48:39.775Z | Downloaded psl-types v2.0.11 |
| 872 | 2026-08-25T19:48:39.775Z | Downloaded russh-util v0.52.0 |
| 873 | 2026-08-25T19:48:39.775Z | Downloaded same-file v1.0.6 |
| 874 | 2026-08-25T19:48:39.776Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-08-25T19:48:39.776Z | Downloaded scroll_derive v0.13.1 |
| 876 | 2026-08-25T19:48:39.776Z | Downloaded publicsuffix v2.3.0 |
| 877 | 2026-08-25T19:48:39.779Z | Downloaded quinn v0.11.11 |
| 878 | 2026-08-25T19:48:39.782Z | Downloaded jobserver v0.1.34 |
| 879 | 2026-08-25T19:48:39.785Z | Downloaded sqlparser_derive v0.5.0 |
| 880 | 2026-08-25T19:48:39.788Z | Downloaded indicatif v0.18.4 |
| 881 | 2026-08-25T19:48:39.791Z | Downloaded vergen v9.1.0 |
| 882 | 2026-08-25T19:48:39.791Z | Downloaded aes-gcm v0.11.0 |
| 883 | 2026-08-25T19:48:39.799Z | Downloaded term v1.2.1 |
| 884 | 2026-08-25T19:48:39.799Z | Downloaded unicode_categories v0.1.1 |
| 885 | 2026-08-25T19:48:39.799Z | Downloaded term v0.7.0 |
| 886 | 2026-08-25T19:48:39.799Z | Downloaded tokio-rustls v0.26.4 |
| 887 | 2026-08-25T19:48:39.802Z | Downloaded ingot v0.2.1 |
| 888 | 2026-08-25T19:48:39.802Z | Downloaded constant_time_eq v0.4.2 |
| 889 | 2026-08-25T19:48:39.802Z | Downloaded module-lattice v0.2.3 |
| 890 | 2026-08-25T19:48:39.802Z | Downloaded num-complex v0.4.6 |
| 891 | 2026-08-25T19:48:39.802Z | Downloaded serde_yaml v0.9.34+deprecated |
| 892 | 2026-08-25T19:48:39.808Z | Downloaded supports-hyperlinks v3.2.0 |
| 893 | 2026-08-25T19:48:39.808Z | Downloaded pem-rfc7468 v1.0.0 |
| 894 | 2026-08-25T19:48:39.811Z | Downloaded unicode-xid v0.2.6 |
| 895 | 2026-08-25T19:48:39.811Z | Downloaded darling v0.21.3 |
| 896 | 2026-08-25T19:48:39.814Z | Downloaded knus v3.4.0 |
| 897 | 2026-08-25T19:48:39.814Z | Downloaded defmt v1.0.1 |
| 898 | 2026-08-25T19:48:39.817Z | Downloaded wnaf v0.14.0 |
| 899 | 2026-08-25T19:48:39.817Z | Downloaded samael v0.0.19 |
| 900 | 2026-08-25T19:48:39.820Z | Downloaded yansi v1.0.1 |
| 901 | 2026-08-25T19:48:39.823Z | Downloaded zip v0.6.6 |
| 902 | 2026-08-25T19:48:39.823Z | Downloaded darling_macro v0.21.3 |
| 903 | 2026-08-25T19:48:39.823Z | Downloaded omicron-zone-package v0.12.3 |
| 904 | 2026-08-25T19:48:39.826Z | Downloaded crc-catalog v2.4.0 |
| 905 | 2026-08-25T19:48:39.826Z | Downloaded downcast-rs v2.0.2 |
| 906 | 2026-08-25T19:48:39.826Z | Downloaded pin-project v1.1.11 |
| 907 | 2026-08-25T19:48:39.831Z | Downloaded prefix-trie v0.7.0 |
| 908 | 2026-08-25T19:48:39.834Z | Downloaded miette-derive v7.6.0 |
| 909 | 2026-08-25T19:48:39.834Z | Downloaded oxide-generation v0.1.3 |
| 910 | 2026-08-25T19:48:39.834Z | Downloaded untrusted v0.9.0 |
| 911 | 2026-08-25T19:48:39.837Z | Downloaded usdt-macro v0.6.0 |
| 912 | 2026-08-25T19:48:39.837Z | Downloaded yoke-derive v0.8.1 |
| 913 | 2026-08-25T19:48:39.837Z | Downloaded tinyvec v1.10.0 |
| 914 | 2026-08-25T19:48:39.837Z | Downloaded rustc-demangle v0.1.27 |
| 915 | 2026-08-25T19:48:39.840Z | Downloaded difflib v0.4.0 |
| 916 | 2026-08-25T19:48:39.840Z | Downloaded aes v0.9.1 |
| 917 | 2026-08-25T19:48:39.840Z | Downloaded ed25519-dalek v2.2.0 |
| 918 | 2026-08-25T19:48:39.843Z | Downloaded expectorate v1.2.0 |
| 919 | 2026-08-25T19:48:39.843Z | Downloaded litemap v0.8.1 |
| 920 | 2026-08-25T19:48:39.846Z | Downloaded libefi-sys v0.1.0 |
| 921 | 2026-08-25T19:48:39.846Z | Downloaded crc32fast v1.5.0 |
| 922 | 2026-08-25T19:48:39.846Z | Downloaded inout v0.1.4 |
| 923 | 2026-08-25T19:48:39.846Z | Downloaded maplit v1.0.2 |
| 924 | 2026-08-25T19:48:39.851Z | Downloaded tinystr v0.8.2 |
| 925 | 2026-08-25T19:48:39.854Z | Downloaded url v2.5.8 |
| 926 | 2026-08-25T19:48:39.854Z | Downloaded schemars v0.9.0 |
| 927 | 2026-08-25T19:48:39.860Z | Downloaded parking_lot_core v0.9.12 |
| 928 | 2026-08-25T19:48:39.863Z | Downloaded stringprep v0.1.5 |
| 929 | 2026-08-25T19:48:39.864Z | Downloaded scroll v0.13.0 |
| 930 | 2026-08-25T19:48:39.864Z | Downloaded new_debug_unreachable v1.0.6 |
| 931 | 2026-08-25T19:48:39.864Z | Downloaded dunce v1.0.5 |
| 932 | 2026-08-25T19:48:39.864Z | Downloaded ecdsa v0.16.9 |
| 933 | 2026-08-25T19:48:39.867Z | Downloaded serde_derive_internals v0.29.1 |
| 934 | 2026-08-25T19:48:39.867Z | Downloaded hashbrown v0.15.5 |
| 935 | 2026-08-25T19:48:39.870Z | Downloaded futures-util v0.3.32 |
| 936 | 2026-08-25T19:48:39.876Z | Downloaded iana-time-zone v0.1.65 |
| 937 | 2026-08-25T19:48:39.880Z | Downloaded slog-async v2.8.0 |
| 938 | 2026-08-25T19:48:39.880Z | Downloaded rustyline v14.0.0 |
| 939 | 2026-08-25T19:48:39.880Z | Downloaded parse-display v0.10.0 |
| 940 | 2026-08-25T19:48:39.883Z | Downloaded path-slash v0.1.5 |
| 941 | 2026-08-25T19:48:39.883Z | Downloaded smf v0.2.3 |
| 942 | 2026-08-25T19:48:39.883Z | Downloaded termios v0.3.3 |
| 943 | 2026-08-25T19:48:39.883Z | Downloaded postgres-types v0.2.12 |
| 944 | 2026-08-25T19:48:39.883Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 945 | 2026-08-25T19:48:39.886Z | Downloaded crossbeam-channel v0.5.15 |
| 946 | 2026-08-25T19:48:39.902Z | Downloaded p384 v0.14.0 |
| 947 | 2026-08-25T19:48:39.907Z | Downloaded shlex v1.3.0 |
| 948 | 2026-08-25T19:48:39.907Z | Downloaded poly1305 v0.8.0 |
| 949 | 2026-08-25T19:48:39.907Z | Downloaded ed25519 v3.0.0 |
| 950 | 2026-08-25T19:48:39.907Z | Downloaded quick-error v1.2.3 |
| 951 | 2026-08-25T19:48:39.907Z | Downloaded yoke v0.8.1 |
| 952 | 2026-08-25T19:48:39.907Z | Downloaded sha2 v0.11.0 |
| 953 | 2026-08-25T19:48:39.907Z | Downloaded signature v2.2.0 |
| 954 | 2026-08-25T19:48:39.907Z | Downloaded darling_core v0.20.11 |
| 955 | 2026-08-25T19:48:39.911Z | Downloaded derive_more v2.1.1 |
| 956 | 2026-08-25T19:48:39.913Z | Downloaded static_assertions v1.1.0 |
| 957 | 2026-08-25T19:48:39.913Z | Downloaded hashbrown v0.16.1 |
| 958 | 2026-08-25T19:48:39.918Z | Downloaded icu_locale_core v2.1.1 |
| 959 | 2026-08-25T19:48:39.922Z | Downloaded num-traits v0.2.19 |
| 960 | 2026-08-25T19:48:39.922Z | Downloaded rsa v0.9.10 |
| 961 | 2026-08-25T19:48:39.926Z | Downloaded daft v0.1.8 |
| 962 | 2026-08-25T19:48:39.926Z | Downloaded serde_spanned v1.1.1 |
| 963 | 2026-08-25T19:48:39.926Z | Downloaded testing_table v0.3.0 |
| 964 | 2026-08-25T19:48:39.926Z | Downloaded newtype-uuid v1.3.2 |
| 965 | 2026-08-25T19:48:39.931Z | Downloaded parking_lot v0.12.5 |
| 966 | 2026-08-25T19:48:39.931Z | Downloaded sync_wrapper v1.0.2 |
| 967 | 2026-08-25T19:48:39.931Z | Downloaded derive_more v0.99.20 |
| 968 | 2026-08-25T19:48:39.931Z | Downloaded whoami v2.1.0 |
| 969 | 2026-08-25T19:48:39.934Z | Downloaded zerocopy v0.6.6 |
| 970 | 2026-08-25T19:48:39.934Z | Downloaded zerocopy-derive v0.8.55 |
| 971 | 2026-08-25T19:48:39.937Z | Downloaded simd-adler32 v0.3.8 |
| 972 | 2026-08-25T19:48:39.937Z | Downloaded zone_cfg_derive v0.3.1 |
| 973 | 2026-08-25T19:48:39.941Z | Downloaded pin-project-lite v0.2.17 |
| 974 | 2026-08-25T19:48:39.941Z | Downloaded polyval v0.7.1 |
| 975 | 2026-08-25T19:48:39.941Z | Downloaded topological-sort v0.2.2 |
| 976 | 2026-08-25T19:48:39.946Z | Downloaded unit-prefix v0.5.2 |
| 977 | 2026-08-25T19:48:39.946Z | Downloaded universal-hash v0.5.1 |
| 978 | 2026-08-25T19:48:39.946Z | Downloaded pkcs5 v0.8.1 |
| 979 | 2026-08-25T19:48:39.949Z | Downloaded tokio-stream v0.1.18 |
| 980 | 2026-08-25T19:48:39.953Z | Downloaded dtrace-parser v0.3.0 |
| 981 | 2026-08-25T19:48:39.956Z | Downloaded display-error-chain v0.2.2 |
| 982 | 2026-08-25T19:48:39.956Z | Downloaded libsw-core v0.3.2 |
| 983 | 2026-08-25T19:48:39.956Z | Downloaded crucible-workspace-hack v0.1.0 |
| 984 | 2026-08-25T19:48:39.956Z | Downloaded nom v7.1.3 |
| 985 | 2026-08-25T19:48:39.959Z | Downloaded des v0.9.0 |
| 986 | 2026-08-25T19:48:39.959Z | Downloaded packed_struct v0.10.1 |
| 987 | 2026-08-25T19:48:39.962Z | Downloaded resolv-conf v0.7.6 |
| 988 | 2026-08-25T19:48:39.963Z | Downloaded scrypt v0.12.0 |
| 989 | 2026-08-25T19:48:39.963Z | Downloaded uuid v1.23.4 |
| 990 | 2026-08-25T19:48:39.966Z | Downloaded vsss-rs v3.3.4 |
| 991 | 2026-08-25T19:48:39.970Z | Downloaded strum_macros v0.27.2 |
| 992 | 2026-08-25T19:48:39.970Z | Downloaded indoc v1.0.9 |
| 993 | 2026-08-25T19:48:39.973Z | Downloaded managed v0.8.0 |
| 994 | 2026-08-25T19:48:39.973Z | Downloaded qorb v0.4.1 |
| 995 | 2026-08-25T19:48:39.976Z | Downloaded num-bigint-dig v0.8.6 |
| 996 | 2026-08-25T19:48:39.979Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 997 | 2026-08-25T19:48:39.985Z | Downloaded void v1.0.2 |
| 998 | 2026-08-25T19:48:39.985Z | Downloaded serde_with_macros v1.5.2 |
| 999 | 2026-08-25T19:48:39.986Z | Downloaded primeorder v0.14.0 |
| 1000 | 2026-08-25T19:48:39.989Z | Downloaded serde_bytes v0.11.19 |
| 1001 | 2026-08-25T19:48:39.989Z | Downloaded serde_with v1.14.0 |
| 1002 | 2026-08-25T19:48:39.990Z | Downloaded crypto-bigint v0.5.5 |
| 1003 | 2026-08-25T19:48:39.993Z | Downloaded openssl-macros v0.1.1 |
| 1004 | 2026-08-25T19:48:39.993Z | Downloaded phf_shared v0.13.1 |
| 1005 | 2026-08-25T19:48:39.993Z | Downloaded pretty_assertions v1.4.1 |
| 1006 | 2026-08-25T19:48:39.998Z | Downloaded ref-cast-impl v1.0.25 |
| 1007 | 2026-08-25T19:48:40.001Z | Downloaded secrecy v0.8.0 |
| 1008 | 2026-08-25T19:48:40.001Z | Downloaded serde_plain v1.0.2 |
| 1009 | 2026-08-25T19:48:40.001Z | Downloaded shell-words v1.1.1 |
| 1010 | 2026-08-25T19:48:40.001Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1011 | 2026-08-25T19:48:40.001Z | Downloaded supports-unicode v3.0.0 |
| 1012 | 2026-08-25T19:48:40.005Z | Downloaded deranged v0.5.8 |
| 1013 | 2026-08-25T19:48:40.005Z | Downloaded hyper-rustls v0.27.7 |
| 1014 | 2026-08-25T19:48:40.005Z | Downloaded spki v0.7.3 |
| 1015 | 2026-08-25T19:48:40.005Z | Downloaded tls_codec_derive v0.4.2 |
| 1016 | 2026-08-25T19:48:40.008Z | Downloaded rtoolbox v0.0.3 |
| 1017 | 2026-08-25T19:48:40.008Z | Downloaded steno v0.4.1 |
| 1018 | 2026-08-25T19:48:40.011Z | Downloaded tokio-postgres v0.7.16 |
| 1019 | 2026-08-25T19:48:40.014Z | Downloaded zeroize v1.9.0 |
| 1020 | 2026-08-25T19:48:40.019Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1021 | 2026-08-25T19:48:40.023Z | Downloaded socket2 v0.6.3 |
| 1022 | 2026-08-25T19:48:40.027Z | Downloaded subprocess v0.2.15 |
| 1023 | 2026-08-25T19:48:40.027Z | Downloaded test-strategy v0.4.5 |
| 1024 | 2026-08-25T19:48:40.027Z | Downloaded typify-macro v0.6.2 |
| 1025 | 2026-08-25T19:48:40.027Z | Downloaded hkdf v0.12.4 |
| 1026 | 2026-08-25T19:48:40.030Z | Downloaded rustversion v1.0.22 |
| 1027 | 2026-08-25T19:48:40.030Z | Downloaded num-bigint v0.4.6 |
| 1028 | 2026-08-25T19:48:40.033Z | Downloaded tracing-attributes v0.1.31 |
| 1029 | 2026-08-25T19:48:40.033Z | Downloaded keccak v0.2.0 |
| 1030 | 2026-08-25T19:48:40.033Z | Downloaded libloading v0.8.9 |
| 1031 | 2026-08-25T19:48:40.037Z | Downloaded darling_macro v0.20.11 |
| 1032 | 2026-08-25T19:48:40.037Z | Downloaded zerofrom-derive v0.1.6 |
| 1033 | 2026-08-25T19:48:40.037Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1034 | 2026-08-25T19:48:40.040Z | Downloaded ipnetwork v0.21.1 |
| 1035 | 2026-08-25T19:48:40.040Z | Downloaded zip v4.6.1 |
| 1036 | 2026-08-25T19:48:40.043Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1037 | 2026-08-25T19:48:40.046Z | Downloaded tower-http v0.6.8 |
| 1038 | 2026-08-25T19:48:40.049Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1039 | 2026-08-25T19:48:40.049Z | Downloaded tagptr v0.2.0 |
| 1040 | 2026-08-25T19:48:40.049Z | Downloaded wait-timeout v0.2.1 |
| 1041 | 2026-08-25T19:48:40.051Z | Downloaded cpufeatures v0.3.0 |
| 1042 | 2026-08-25T19:48:40.052Z | Downloaded parse-display-derive v0.10.0 |
| 1043 | 2026-08-25T19:48:40.052Z | Downloaded pem-rfc7468 v0.7.0 |
| 1044 | 2026-08-25T19:48:40.052Z | Downloaded progenitor-client v0.13.0 |
| 1045 | 2026-08-25T19:48:40.055Z | Downloaded crc v3.4.0 |
| 1046 | 2026-08-25T19:48:40.059Z | Downloaded darling v0.23.0 |
| 1047 | 2026-08-25T19:48:40.059Z | Downloaded native-tls v0.2.18 |
| 1048 | 2026-08-25T19:48:40.059Z | Downloaded linked-hash-map v0.5.6 |
| 1049 | 2026-08-25T19:48:40.062Z | Downloaded num v0.4.3 |
| 1050 | 2026-08-25T19:48:40.066Z | Downloaded indexmap v1.9.3 |
| 1051 | 2026-08-25T19:48:40.070Z | Downloaded spin v0.9.8 |
| 1052 | 2026-08-25T19:48:40.074Z | Downloaded progenitor-impl v0.14.0 |
| 1053 | 2026-08-25T19:48:40.081Z | Downloaded progenitor-macro v0.13.0 |
| 1054 | 2026-08-25T19:48:40.084Z | Downloaded icu_properties v2.1.2 |
| 1055 | 2026-08-25T19:48:40.084Z | Downloaded rand_chacha v0.9.0 |
| 1056 | 2026-08-25T19:48:40.084Z | Downloaded signature v3.0.0 |
| 1057 | 2026-08-25T19:48:40.087Z | Downloaded thiserror-no-std v2.0.2 |
| 1058 | 2026-08-25T19:48:40.087Z | Downloaded ed25519-dalek v3.0.0 |
| 1059 | 2026-08-25T19:48:40.091Z | Downloaded ident_case v1.0.1 |
| 1060 | 2026-08-25T19:48:40.091Z | Downloaded md5 v0.8.0 |
| 1061 | 2026-08-25T19:48:40.096Z | Downloaded tokio-test v0.4.5 |
| 1062 | 2026-08-25T19:48:40.100Z | Downloaded tinyvec_macros v0.1.1 |
| 1063 | 2026-08-25T19:48:40.108Z | Downloaded openssl-sys v0.9.117 |
| 1064 | 2026-08-25T19:48:40.112Z | Downloaded rand_chacha v0.3.1 |
| 1065 | 2026-08-25T19:48:40.115Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1066 | 2026-08-25T19:48:40.115Z | Downloaded serde-big-array v0.5.1 |
| 1067 | 2026-08-25T19:48:40.115Z | Downloaded scopeguard v1.2.0 |
| 1068 | 2026-08-25T19:48:40.115Z | Downloaded defmt-parser v1.0.0 |
| 1069 | 2026-08-25T19:48:40.115Z | Downloaded illumos-nvpair v0.3.0 |
| 1070 | 2026-08-25T19:48:40.115Z | Downloaded h2 v0.4.15 |
| 1071 | 2026-08-25T19:48:40.121Z | Downloaded usdt v0.6.0 |
| 1072 | 2026-08-25T19:48:40.124Z | Downloaded untrusted v0.7.1 |
| 1073 | 2026-08-25T19:48:40.124Z | Downloaded crossbeam-deque v0.8.6 |
| 1074 | 2026-08-25T19:48:40.124Z | Downloaded hyper-staticfile v0.10.1 |
| 1075 | 2026-08-25T19:48:40.124Z | Downloaded cookie v0.18.1 |
| 1076 | 2026-08-25T19:48:40.124Z | Downloaded displaydoc v0.2.5 |
| 1077 | 2026-08-25T19:48:40.128Z | Downloaded internet-checksum v0.2.1 |
| 1078 | 2026-08-25T19:48:40.128Z | Downloaded normalize-line-endings v0.3.0 |
| 1079 | 2026-08-25T19:48:40.128Z | Downloaded keccak v0.1.6 |
| 1080 | 2026-08-25T19:48:40.131Z | Downloaded const_format v0.2.35 |
| 1081 | 2026-08-25T19:48:40.134Z | Downloaded crc-any v2.5.0 |
| 1082 | 2026-08-25T19:48:40.134Z | Downloaded darling_core v0.13.4 |
| 1083 | 2026-08-25T19:48:40.137Z | Downloaded pkcs8 v0.10.2 |
| 1084 | 2026-08-25T19:48:40.137Z | Downloaded hkdf v0.13.0 |
| 1085 | 2026-08-25T19:48:40.142Z | Downloaded crypto-common v0.2.2 |
| 1086 | 2026-08-25T19:48:40.142Z | Downloaded diesel_derives v2.3.7 |
| 1087 | 2026-08-25T19:48:40.145Z | Downloaded derive_builder_macro v0.20.2 |
| 1088 | 2026-08-25T19:48:40.145Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1089 | 2026-08-25T19:48:40.145Z | Downloaded primefield v0.14.0 |
| 1090 | 2026-08-25T19:48:40.145Z | Downloaded der_derive v0.7.3 |
| 1091 | 2026-08-25T19:48:40.145Z | Downloaded ed25519 v2.2.3 |
| 1092 | 2026-08-25T19:48:40.151Z | Downloaded sync-ptr v0.1.4 |
| 1093 | 2026-08-25T19:48:40.156Z | Downloaded twox-hash v2.1.2 |
| 1094 | 2026-08-25T19:48:40.156Z | Downloaded utf8_iter v1.0.4 |
| 1095 | 2026-08-25T19:48:40.156Z | Downloaded rustls-pemfile v2.2.0 |
| 1096 | 2026-08-25T19:48:40.159Z | Downloaded typed-path v0.9.3 |
| 1097 | 2026-08-25T19:48:40.159Z | Downloaded either v1.15.0 |
| 1098 | 2026-08-25T19:48:40.162Z | Downloaded serde_repr v0.1.20 |
| 1099 | 2026-08-25T19:48:40.162Z | Downloaded stable_deref_trait v1.2.1 |
| 1100 | 2026-08-25T19:48:40.162Z | Downloaded snafu-derive v0.8.9 |
| 1101 | 2026-08-25T19:48:40.164Z | Downloaded zerofrom v0.1.6 |
| 1102 | 2026-08-25T19:48:40.164Z | Downloaded smallvec v0.6.14 |
| 1103 | 2026-08-25T19:48:40.170Z | Downloaded icu_properties_data v2.1.2 |
| 1104 | 2026-08-25T19:48:40.177Z | Downloaded salsa20 v0.11.0 |
| 1105 | 2026-08-25T19:48:40.182Z | Downloaded smallvec v1.15.1 |
| 1106 | 2026-08-25T19:48:40.182Z | Downloaded tar v0.4.46 |
| 1107 | 2026-08-25T19:48:40.182Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1108 | 2026-08-25T19:48:40.182Z | Downloaded document-features v0.2.12 |
| 1109 | 2026-08-25T19:48:40.182Z | Downloaded lalrpop-util v0.19.12 |
| 1110 | 2026-08-25T19:48:40.182Z | Downloaded itertools v0.14.0 |
| 1111 | 2026-08-25T19:48:40.186Z | Downloaded const_format_proc_macros v0.2.34 |
| 1112 | 2026-08-25T19:48:40.189Z | Downloaded litrs v1.0.0 |
| 1113 | 2026-08-25T19:48:40.189Z | Downloaded nu-ansi-term v0.50.3 |
| 1114 | 2026-08-25T19:48:40.189Z | Downloaded password-hash v0.6.1 |
| 1115 | 2026-08-25T19:48:40.192Z | Downloaded memoffset v0.9.1 |
| 1116 | 2026-08-25T19:48:40.192Z | Downloaded inout v0.2.2 |
| 1117 | 2026-08-25T19:48:40.195Z | Downloaded pkg-config v0.3.32 |
| 1118 | 2026-08-25T19:48:40.199Z | Downloaded idna v1.1.0 |
| 1119 | 2026-08-25T19:48:40.202Z | Downloaded dropshot-api-manager v0.8.0 |
| 1120 | 2026-08-25T19:48:40.205Z | Downloaded usdt-impl v0.6.0 |
| 1121 | 2026-08-25T19:48:40.209Z | Downloaded digest v0.11.3 |
| 1122 | 2026-08-25T19:48:40.209Z | Downloaded recursive v0.1.1 |
| 1123 | 2026-08-25T19:48:40.212Z | Downloaded oxide-update-engine v0.1.2 |
| 1124 | 2026-08-25T19:48:40.212Z | Downloaded rustls-pki-types v1.14.0 |
| 1125 | 2026-08-25T19:48:40.212Z | Downloaded synstructure v0.13.2 |
| 1126 | 2026-08-25T19:48:40.212Z | Downloaded daft-derive v0.1.8 |
| 1127 | 2026-08-25T19:48:40.215Z | Downloaded slog v2.8.2 |
| 1128 | 2026-08-25T19:48:40.218Z | Downloaded miniz_oxide v0.8.9 |
| 1129 | 2026-08-25T19:48:40.218Z | Downloaded reedline v0.40.0 |
| 1130 | 2026-08-25T19:48:40.221Z | Downloaded zerovec-derive v0.11.2 |
| 1131 | 2026-08-25T19:48:40.225Z | Downloaded time-core v0.1.8 |
| 1132 | 2026-08-25T19:48:40.226Z | Downloaded icu_normalizer_data v2.1.1 |
| 1133 | 2026-08-25T19:48:40.226Z | Downloaded is_ci v1.2.0 |
| 1134 | 2026-08-25T19:48:40.226Z | Downloaded libsw v3.5.0 |
| 1135 | 2026-08-25T19:48:40.228Z | Downloaded lock_api v0.4.14 |
| 1136 | 2026-08-25T19:48:40.228Z | Downloaded num_enum_derive v0.7.6 |
| 1137 | 2026-08-25T19:48:40.228Z | Downloaded primeorder v0.13.6 |
| 1138 | 2026-08-25T19:48:40.232Z | Downloaded tungstenite v0.21.0 |
| 1139 | 2026-08-25T19:48:40.232Z | Downloaded typify v0.6.2 |
| 1140 | 2026-08-25T19:48:40.234Z | Downloaded psm v0.1.30 |
| 1141 | 2026-08-25T19:48:40.237Z | Downloaded peg-runtime v0.8.5 |
| 1142 | 2026-08-25T19:48:40.240Z | Downloaded minimal-lexical v0.2.1 |
| 1143 | 2026-08-25T19:48:40.240Z | Downloaded itertools v0.10.5 |
| 1144 | 2026-08-25T19:48:40.243Z | Downloaded itertools v0.15.0 |
| 1145 | 2026-08-25T19:48:40.247Z | Downloaded ml-kem v0.3.2 |
| 1146 | 2026-08-25T19:48:40.250Z | Downloaded csv-core v0.1.13 |
| 1147 | 2026-08-25T19:48:40.253Z | Downloaded lzss v0.8.2 |
| 1148 | 2026-08-25T19:48:40.253Z | Downloaded signal-hook-tokio v0.3.1 |
| 1149 | 2026-08-25T19:48:40.256Z | Downloaded miette v7.6.0 |
| 1150 | 2026-08-25T19:48:40.260Z | Downloaded toml v0.7.8 |
| 1151 | 2026-08-25T19:48:40.264Z | Downloaded paste v1.0.15 |
| 1152 | 2026-08-25T19:48:40.264Z | Downloaded port-file v0.1.0 |
| 1153 | 2026-08-25T19:48:40.264Z | Downloaded progenitor v0.14.0 |
| 1154 | 2026-08-25T19:48:40.267Z | Downloaded tabwriter v1.4.1 |
| 1155 | 2026-08-25T19:48:40.267Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-08-25T19:48:40.267Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1157 | 2026-08-25T19:48:40.270Z | Downloaded der v0.7.10 |
| 1158 | 2026-08-25T19:48:40.273Z | Downloaded tungstenite v0.23.0 |
| 1159 | 2026-08-25T19:48:40.276Z | Downloaded rpassword v7.5.4 |
| 1160 | 2026-08-25T19:48:40.279Z | Downloaded thread-id v5.1.0 |
| 1161 | 2026-08-25T19:48:40.279Z | Downloaded serde-hex v0.1.0 |
| 1162 | 2026-08-25T19:48:40.279Z | Downloaded stacker v0.1.23 |
| 1163 | 2026-08-25T19:48:40.279Z | Downloaded knus-derive v3.4.0 |
| 1164 | 2026-08-25T19:48:40.283Z | Downloaded cstr-argument v0.1.2 |
| 1165 | 2026-08-25T19:48:40.283Z | Downloaded aho-corasick v1.1.4 |
| 1166 | 2026-08-25T19:48:40.287Z | Downloaded humantime v2.3.0 |
| 1167 | 2026-08-25T19:48:40.287Z | Downloaded ingot-types v0.2.0 |
| 1168 | 2026-08-25T19:48:40.290Z | Downloaded zerotrie v0.2.3 |
| 1169 | 2026-08-25T19:48:40.293Z | Downloaded papergrid v0.18.0 |
| 1170 | 2026-08-25T19:48:40.296Z | Downloaded rand_core v0.6.4 |
| 1171 | 2026-08-25T19:48:40.299Z | Downloaded slog-dtrace v0.3.0 |
| 1172 | 2026-08-25T19:48:40.299Z | Downloaded serde_with_macros v3.21.0 |
| 1173 | 2026-08-25T19:48:40.299Z | Downloaded num-derive v0.4.2 |
| 1174 | 2026-08-25T19:48:40.302Z | Downloaded hyper-util v0.1.20 |
| 1175 | 2026-08-25T19:48:40.305Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1176 | 2026-08-25T19:48:40.308Z | Downloaded x509-cert v0.2.5 |
| 1177 | 2026-08-25T19:48:40.311Z | Downloaded ignore v0.4.25 |
| 1178 | 2026-08-25T19:48:40.314Z | Downloaded serdect v0.4.3 |
| 1179 | 2026-08-25T19:48:40.314Z | Downloaded potential_utf v0.1.4 |
| 1180 | 2026-08-25T19:48:40.314Z | Downloaded strsim v0.10.0 |
| 1181 | 2026-08-25T19:48:40.314Z | Downloaded time-macros v0.2.27 |
| 1182 | 2026-08-25T19:48:40.318Z | Downloaded waitgroup v0.1.2 |
| 1183 | 2026-08-25T19:48:40.318Z | Downloaded derive_builder_core v0.20.2 |
| 1184 | 2026-08-25T19:48:40.318Z | Downloaded nanorand v0.7.0 |
| 1185 | 2026-08-25T19:48:40.318Z | Downloaded openssl-probe v0.2.1 |
| 1186 | 2026-08-25T19:48:40.318Z | Downloaded phf_shared v0.11.3 |
| 1187 | 2026-08-25T19:48:40.321Z | Downloaded walkdir v2.5.0 |
| 1188 | 2026-08-25T19:48:40.321Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1189 | 2026-08-25T19:48:40.324Z | Downloaded crypto-primes v0.7.2 |
| 1190 | 2026-08-25T19:48:40.324Z | Downloaded crossterm v0.28.1 |
| 1191 | 2026-08-25T19:48:40.327Z | Downloaded git2 v0.20.4 |
| 1192 | 2026-08-25T19:48:40.332Z | Downloaded memmap2 v0.9.10 |
| 1193 | 2026-08-25T19:48:40.335Z | Downloaded phf v0.13.1 |
| 1194 | 2026-08-25T19:48:40.335Z | Downloaded dyn-clone v1.0.20 |
| 1195 | 2026-08-25T19:48:40.335Z | Downloaded proc-macro-error2 v2.0.1 |
| 1196 | 2026-08-25T19:48:40.335Z | Downloaded prettyplease v0.2.37 |
| 1197 | 2026-08-25T19:48:40.340Z | Downloaded rand_seeder v0.4.0 |
| 1198 | 2026-08-25T19:48:40.340Z | Downloaded schemars_derive v0.8.22 |
| 1199 | 2026-08-25T19:48:40.340Z | Downloaded vergen-gitcl v1.0.8 |
| 1200 | 2026-08-25T19:48:40.343Z | Downloaded num-rational v0.4.2 |
| 1201 | 2026-08-25T19:48:40.343Z | Downloaded der v0.8.0 |
| 1202 | 2026-08-25T19:48:40.343Z | Downloaded jiff-core v0.1.0 |
| 1203 | 2026-08-25T19:48:40.346Z | Downloaded rusty-fork v0.3.1 |
| 1204 | 2026-08-25T19:48:40.346Z | Downloaded slog-bunyan v2.5.0 |
| 1205 | 2026-08-25T19:48:40.346Z | Downloaded num-conv v0.2.0 |
| 1206 | 2026-08-25T19:48:40.348Z | Downloaded lru v0.12.5 |
| 1207 | 2026-08-25T19:48:40.348Z | Downloaded parking_lot v0.11.2 |
| 1208 | 2026-08-25T19:48:40.348Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-08-25T19:48:40.351Z | Downloaded blake3 v1.8.5 |
| 1210 | 2026-08-25T19:48:40.354Z | Downloaded libxml v0.3.3 |
| 1211 | 2026-08-25T19:48:40.358Z | Downloaded indoc v2.0.7 |
| 1212 | 2026-08-25T19:48:40.364Z | Downloaded vergen-lib v9.1.0 |
| 1213 | 2026-08-25T19:48:40.364Z | Downloaded yasna v0.5.2 |
| 1214 | 2026-08-25T19:48:40.364Z | Downloaded darling v0.13.4 |
| 1215 | 2026-08-25T19:48:40.364Z | Downloaded strum_macros v0.26.4 |
| 1216 | 2026-08-25T19:48:40.370Z | Downloaded crossterm v0.29.0 |
| 1217 | 2026-08-25T19:48:40.370Z | Downloaded bitvec v1.0.1 |
| 1218 | 2026-08-25T19:48:40.373Z | Downloaded packed_struct_codegen v0.10.1 |
| 1219 | 2026-08-25T19:48:40.376Z | Downloaded slab v0.4.12 |
| 1220 | 2026-08-25T19:48:40.376Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1221 | 2026-08-25T19:48:40.376Z | Downloaded bindgen v0.71.1 |
| 1222 | 2026-08-25T19:48:40.379Z | Downloaded ssh-cipher v0.3.0 |
| 1223 | 2026-08-25T19:48:40.382Z | Downloaded reqwest v0.13.2 |
| 1224 | 2026-08-25T19:48:40.385Z | Downloaded icu_provider v2.1.1 |
| 1225 | 2026-08-25T19:48:40.388Z | Downloaded p384 v0.13.1 |
| 1226 | 2026-08-25T19:48:40.391Z | Downloaded delegate v0.13.5 |
| 1227 | 2026-08-25T19:48:40.391Z | Downloaded unicode-bidi v0.3.18 |
| 1228 | 2026-08-25T19:48:40.391Z | Downloaded snafu v0.8.9 |
| 1229 | 2026-08-25T19:48:40.394Z | Downloaded cookie_store v0.22.1 |
| 1230 | 2026-08-25T19:48:40.397Z | Downloaded ecdsa v0.17.0 |
| 1231 | 2026-08-25T19:48:40.397Z | Downloaded ppv-lite86 v0.2.21 |
| 1232 | 2026-08-25T19:48:40.397Z | Downloaded defmt-macros v1.0.1 |
| 1233 | 2026-08-25T19:48:40.400Z | Downloaded jiff-static v0.2.34 |
| 1234 | 2026-08-25T19:48:40.400Z | Downloaded ron v0.8.1 |
| 1235 | 2026-08-25T19:48:40.403Z | Downloaded crossbeam-utils v0.8.21 |
| 1236 | 2026-08-25T19:48:40.403Z | Downloaded vcpkg v0.2.15 |
| 1237 | 2026-08-25T19:48:40.427Z | Downloaded elliptic-curve v0.13.8 |
| 1238 | 2026-08-25T19:48:40.438Z | Downloaded zstd v0.13.3 |
| 1239 | 2026-08-25T19:48:40.438Z | Downloaded p521 v0.14.0 |
| 1240 | 2026-08-25T19:48:40.438Z | Downloaded ryu v1.0.23 |
| 1241 | 2026-08-25T19:48:40.438Z | Downloaded rand v0.9.2 |
| 1242 | 2026-08-25T19:48:40.438Z | Downloaded crossbeam-epoch v0.9.18 |
| 1243 | 2026-08-25T19:48:40.446Z | Downloaded derive-where v1.6.0 |
| 1244 | 2026-08-25T19:48:40.446Z | Downloaded drift v0.2.0 |
| 1245 | 2026-08-25T19:48:40.446Z | Downloaded rustls-webpki v0.103.13 |
| 1246 | 2026-08-25T19:48:40.446Z | Downloaded derive_more-impl v2.1.1 |
| 1247 | 2026-08-25T19:48:40.450Z | Downloaded serde_cbor v0.11.2 |
| 1248 | 2026-08-25T19:48:40.451Z | Downloaded quinn-proto v0.11.16 |
| 1249 | 2026-08-25T19:48:40.455Z | Downloaded darling_core v0.23.0 |
| 1250 | 2026-08-25T19:48:40.455Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-08-25T19:48:40.458Z | Downloaded aws-lc-rs v1.16.3 |
| 1252 | 2026-08-25T19:48:40.462Z | Downloaded regex v1.12.3 |
| 1253 | 2026-08-25T19:48:40.465Z | Downloaded goblin v0.10.5 |
| 1254 | 2026-08-25T19:48:40.475Z | Downloaded chrono v0.4.45 |
| 1255 | 2026-08-25T19:48:40.485Z | Downloaded zopfli v0.8.3 |
| 1256 | 2026-08-25T19:48:40.495Z | Downloaded zlib-rs v0.6.2 |
| 1257 | 2026-08-25T19:48:40.499Z | Downloaded toml_edit v0.19.15 |
| 1258 | 2026-08-25T19:48:40.507Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1259 | 2026-08-25T19:48:40.510Z | Downloaded reqwest v0.12.28 |
| 1260 | 2026-08-25T19:48:40.513Z | Downloaded rawzip v0.4.4 |
| 1261 | 2026-08-25T19:48:40.518Z | Downloaded gimli v0.32.3 |
| 1262 | 2026-08-25T19:48:40.522Z | Downloaded icu_collections v2.1.1 |
| 1263 | 2026-08-25T19:48:40.526Z | Downloaded icu_normalizer v2.1.1 |
| 1264 | 2026-08-25T19:48:40.526Z | Downloaded nom v8.0.0 |
| 1265 | 2026-08-25T19:48:40.529Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-08-25T19:48:40.533Z | Downloaded hyper v1.10.1 |
| 1267 | 2026-08-25T19:48:40.536Z | Downloaded iri-string v0.7.10 |
| 1268 | 2026-08-25T19:48:40.539Z | Downloaded smoltcp v0.9.1 |
| 1269 | 2026-08-25T19:48:40.544Z | Downloaded hickory-proto v0.25.2 |
| 1270 | 2026-08-25T19:48:40.552Z | Downloaded mio v1.2.0 |
| 1271 | 2026-08-25T19:48:40.556Z | Downloaded serde_with v3.21.0 |
| 1272 | 2026-08-25T19:48:40.561Z | Downloaded rsa v0.10.0-rc.18 |
| 1273 | 2026-08-25T19:48:40.564Z | Downloaded tabled v0.21.0 |
| 1274 | 2026-08-25T19:48:40.574Z | Downloaded iddqd v0.4.2 |
| 1275 | 2026-08-25T19:48:40.587Z | Downloaded tower v0.5.3 |
| 1276 | 2026-08-25T19:48:40.591Z | Downloaded portable-atomic v1.13.1 |
| 1277 | 2026-08-25T19:48:40.591Z | Downloaded sha3 v0.12.0 |
| 1278 | 2026-08-25T19:48:40.591Z | Downloaded rayon v1.11.0 |
| 1279 | 2026-08-25T19:48:40.594Z | Downloaded petname v2.0.2 |
| 1280 | 2026-08-25T19:48:40.597Z | Downloaded winnow v1.0.3 |
| 1281 | 2026-08-25T19:48:40.600Z | Downloaded zerovec v0.11.5 |
| 1282 | 2026-08-25T19:48:40.603Z | Downloaded moka v0.12.13 |
| 1283 | 2026-08-25T19:48:40.607Z | Downloaded itertools v0.13.0 |
| 1284 | 2026-08-25T19:48:40.610Z | Downloaded schemars v1.2.1 |
| 1285 | 2026-08-25T19:48:40.618Z | Downloaded nix v0.27.1 |
| 1286 | 2026-08-25T19:48:40.624Z | Downloaded unicode-segmentation v1.12.0 |
| 1287 | 2026-08-25T19:48:40.627Z | Downloaded unicode-normalization v0.1.25 |
| 1288 | 2026-08-25T19:48:40.628Z | Downloaded salty v0.3.0 |
| 1289 | 2026-08-25T19:48:40.631Z | Downloaded regress v0.11.1 |
| 1290 | 2026-08-25T19:48:40.636Z | Downloaded tough v0.22.0 |
| 1291 | 2026-08-25T19:48:40.640Z | Downloaded rand v0.10.1 |
| 1292 | 2026-08-25T19:48:40.643Z | Downloaded russh v0.62.4 |
| 1293 | 2026-08-25T19:48:40.657Z | Downloaded lalrpop v0.19.12 |
| 1294 | 2026-08-25T19:48:40.665Z | Downloaded time v0.3.47 |
| 1295 | 2026-08-25T19:48:40.670Z | Downloaded hickory-proto v0.24.4 |
| 1296 | 2026-08-25T19:48:40.677Z | Downloaded itertools v0.12.1 |
| 1297 | 2026-08-25T19:48:40.682Z | Downloaded tokio-util v0.7.18 |
| 1298 | 2026-08-25T19:48:40.686Z | Downloaded crypto-bigint v0.7.5 |
| 1299 | 2026-08-25T19:48:40.694Z | Downloaded nix v0.28.0 |
| 1300 | 2026-08-25T19:48:40.700Z | Downloaded zerocopy v0.8.55 |
| 1301 | 2026-08-25T19:48:40.714Z | Downloaded winnow v0.6.26 |
| 1302 | 2026-08-25T19:48:40.724Z | Downloaded regex-syntax v0.6.29 |
| 1303 | 2026-08-25T19:48:40.725Z | Downloaded bstr v1.12.1 |
| 1304 | 2026-08-25T19:48:40.729Z | Downloaded libm v0.2.16 |
| 1305 | 2026-08-25T19:48:40.729Z | Downloaded object v0.30.4 |
| 1306 | 2026-08-25T19:48:40.733Z | Downloaded nix v0.31.2 |
| 1307 | 2026-08-25T19:48:40.739Z | Downloaded dropshot v0.17.1 |
| 1308 | 2026-08-25T19:48:40.751Z | Downloaded radix_trie v0.2.1 |
| 1309 | 2026-08-25T19:48:40.754Z | Downloaded syn v3.0.3 |
| 1310 | 2026-08-25T19:48:40.760Z | Downloaded proptest v1.11.0 |
| 1311 | 2026-08-25T19:48:40.764Z | Downloaded sled v0.34.7 |
| 1312 | 2026-08-25T19:48:40.770Z | Downloaded openssl v0.10.80 |
| 1313 | 2026-08-25T19:48:40.782Z | Downloaded rustls v0.23.41 |
| 1314 | 2026-08-25T19:48:40.789Z | Downloaded diesel v2.3.7 |
| 1315 | 2026-08-25T19:48:40.802Z | Downloaded sqlparser v0.61.0 |
| 1316 | 2026-08-25T19:48:40.818Z | Downloaded polar-core v0.27.3 |
| 1317 | 2026-08-25T19:48:40.818Z | Downloaded smoltcp v0.11.0 |
| 1318 | 2026-08-25T19:48:40.823Z | Downloaded object v0.37.3 |
| 1319 | 2026-08-25T19:48:40.827Z | Downloaded rustix v0.38.44 |
| 1320 | 2026-08-25T19:48:40.838Z | Downloaded regex-syntax v0.8.10 |
| 1321 | 2026-08-25T19:48:40.844Z | Downloaded curve25519-dalek v5.0.0 |
| 1322 | 2026-08-25T19:48:40.850Z | Downloaded curve25519-dalek v4.1.3 |
| 1323 | 2026-08-25T19:48:40.867Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1324 | 2026-08-25T19:48:40.879Z | Downloaded regress v0.10.5 |
| 1325 | 2026-08-25T19:48:40.883Z | Downloaded petgraph v0.8.3 |
| 1326 | 2026-08-25T19:48:40.895Z | Downloaded csv v1.4.0 |
| 1327 | 2026-08-25T19:48:40.907Z | Downloaded openapiv3 v2.2.0 |
| 1328 | 2026-08-25T19:48:40.917Z | Downloaded typify-impl v0.6.2 |
| 1329 | 2026-08-25T19:48:40.947Z | Downloaded tracing v0.1.44 |
| 1330 | 2026-08-25T19:48:40.961Z | Downloaded sha3 v0.11.0 |
| 1331 | 2026-08-25T19:48:40.964Z | Downloaded ratatui v0.29.0 |
| 1332 | 2026-08-25T19:48:40.973Z | Downloaded encoding_rs v0.8.35 |
| 1333 | 2026-08-25T19:48:40.986Z | Downloaded zerocopy-derive v0.6.6 |
| 1334 | 2026-08-25T19:48:40.990Z | Downloaded ring v0.17.14 |
| 1335 | 2026-08-25T19:48:41.014Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1336 | 2026-08-25T19:48:41.021Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1337 | 2026-08-25T19:48:41.053Z | Downloaded regex-automata v0.4.14 |
| 1338 | 2026-08-25T19:48:41.060Z | Downloaded chrono-tz v0.10.4 |
| 1339 | 2026-08-25T19:48:41.074Z | Downloaded jiff v0.2.34 |
| 1340 | 2026-08-25T19:48:41.091Z | Downloaded petgraph v0.6.5 |
| 1341 | 2026-08-25T19:48:41.117Z | Downloaded libz-sys v1.1.24 |
| 1342 | 2026-08-25T19:48:41.130Z | Downloaded sha3 v0.10.8 |
| 1343 | 2026-08-25T19:48:41.133Z | Downloaded tokio v1.52.1 |
| 1344 | 2026-08-25T19:48:41.672Z | Downloaded aws-lc-sys v0.40.0 |
| 1345 | 2026-08-25T19:48:41.930Z | Compiling serde_core v1.0.228 |
| 1346 | 2026-08-25T19:48:41.930Z | Compiling libc v0.2.185 |
| 1347 | 2026-08-25T19:48:41.930Z | Compiling serde v1.0.228 |
| 1348 | 2026-08-25T19:48:41.933Z | Compiling log v0.4.33 |
| 1349 | 2026-08-25T19:48:41.933Z | Compiling smallvec v1.15.1 |
| 1350 | 2026-08-25T19:48:41.933Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-08-25T19:48:41.934Z | Compiling shlex v1.3.0 |
| 1352 | 2026-08-25T19:48:42.065Z | Compiling syn v2.0.117 |
| 1353 | 2026-08-25T19:48:42.280Z | Compiling subtle v2.6.1 |
| 1354 | 2026-08-25T19:48:42.284Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-08-25T19:48:42.307Z | Compiling stable_deref_trait v1.2.1 |
| 1356 | 2026-08-25T19:48:42.361Z | Compiling lock_api v0.4.14 |
| 1357 | 2026-08-25T19:48:42.401Z | Compiling typenum v1.20.1 |
| 1358 | 2026-08-25T19:48:42.401Z | Compiling zerocopy v0.8.55 |
| 1359 | 2026-08-25T19:48:42.401Z | Compiling portable-atomic v1.13.1 |
| 1360 | 2026-08-25T19:48:42.549Z | Compiling serde_json v1.0.151 |
| 1361 | 2026-08-25T19:48:42.680Z | Compiling critical-section v1.2.0 |
| 1362 | 2026-08-25T19:48:42.755Z | Compiling libm v0.2.16 |
| 1363 | 2026-08-25T19:48:42.787Z | Compiling num-traits v0.2.19 |
| 1364 | 2026-08-25T19:48:42.882Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-08-25T19:48:43.049Z | Compiling errno v0.3.14 |
| 1366 | 2026-08-25T19:48:43.062Z | Compiling jobserver v0.1.34 |
| 1367 | 2026-08-25T19:48:43.127Z | Compiling getrandom v0.2.17 |
| 1368 | 2026-08-25T19:48:43.339Z | Compiling cc v1.2.56 |
| 1369 | 2026-08-25T19:48:43.385Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-08-25T19:48:43.466Z | Compiling once_cell v1.21.3 |
| 1371 | 2026-08-25T19:48:43.479Z | Compiling generic-array v0.14.7 |
| 1372 | 2026-08-25T19:48:43.562Z | Compiling const-oid v0.9.6 |
| 1373 | 2026-08-25T19:48:43.664Z | Compiling parking_lot_core v0.9.12 |
| 1374 | 2026-08-25T19:48:43.667Z | Compiling getrandom v0.4.3 |
| 1375 | 2026-08-25T19:48:43.690Z | Compiling pin-project-lite v0.2.17 |
| 1376 | 2026-08-25T19:48:43.837Z | Compiling rand_core v0.10.0 |
| 1377 | 2026-08-25T19:48:44.203Z | Compiling signal-hook-registry v1.4.8 |
| 1378 | 2026-08-25T19:48:44.261Z | Compiling litemap v0.8.1 |
| 1379 | 2026-08-25T19:48:44.306Z | Compiling bitflags v2.11.0 |
| 1380 | 2026-08-25T19:48:44.425Z | Compiling percent-encoding v2.3.2 |
| 1381 | 2026-08-25T19:48:44.451Z | Compiling writeable v0.6.2 |
| 1382 | 2026-08-25T19:48:44.492Z | Compiling futures-core v0.3.32 |
| 1383 | 2026-08-25T19:48:44.542Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-25T19:48:44.617Z | Compiling parking_lot v0.12.5 |
| 1385 | 2026-08-25T19:48:44.641Z | Compiling mio v1.2.0 |
| 1386 | 2026-08-25T19:48:44.647Z | Compiling icu_normalizer_data v2.1.1 |
| 1387 | 2026-08-25T19:48:44.647Z | Compiling icu_properties_data v2.1.2 |
| 1388 | 2026-08-25T19:48:44.868Z | Compiling socket2 v0.6.3 |
| 1389 | 2026-08-25T19:48:44.907Z | Compiling rustix v1.1.4 |
| 1390 | 2026-08-25T19:48:44.987Z | Compiling getrandom v0.3.4 |
| 1391 | 2026-08-25T19:48:45.016Z | Compiling synstructure v0.13.2 |
| 1392 | 2026-08-25T19:48:45.067Z | Compiling futures-sink v0.3.32 |
| 1393 | 2026-08-25T19:48:45.122Z | Compiling indexmap v2.14.0 |
| 1394 | 2026-08-25T19:48:45.122Z | Compiling futures-channel v0.3.32 |
| 1395 | 2026-08-25T19:48:45.318Z | Compiling futures-task v0.3.32 |
| 1396 | 2026-08-25T19:48:45.362Z | Compiling slab v0.4.12 |
| 1397 | 2026-08-25T19:48:45.454Z | Compiling futures-io v0.3.32 |
| 1398 | 2026-08-25T19:48:45.497Z | Compiling utf8_iter v1.0.4 |
| 1399 | 2026-08-25T19:48:45.534Z | Compiling form_urlencoded v1.2.2 |
| 1400 | 2026-08-25T19:48:45.580Z | Compiling rustversion v1.0.22 |
| 1401 | 2026-08-25T19:48:45.610Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-08-25T19:48:45.682Z | Compiling base64ct v1.8.3 |
| 1403 | 2026-08-25T19:48:45.715Z | Compiling cmake v0.1.57 |
| 1404 | 2026-08-25T19:48:45.795Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-08-25T19:48:45.815Z | Compiling fs_extra v1.3.0 |
| 1406 | 2026-08-25T19:48:45.840Z | Compiling dunce v1.0.5 |
| 1407 | 2026-08-25T19:48:45.927Z | Compiling pem-rfc7468 v0.7.0 |
| 1408 | 2026-08-25T19:48:45.940Z | Compiling flagset v0.4.7 |
| 1409 | 2026-08-25T19:48:46.070Z | Compiling ident_case v1.0.1 |
| 1410 | 2026-08-25T19:48:46.087Z | Compiling rand_core v0.9.5 |
| 1411 | 2026-08-25T19:48:46.108Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-25T19:48:46.194Z | Compiling uuid v1.23.4 |
| 1413 | 2026-08-25T19:48:46.233Z | Compiling base64 v0.22.1 |
| 1414 | 2026-08-25T19:48:46.376Z | Compiling vcpkg v0.2.15 |
| 1415 | 2026-08-25T19:48:46.555Z | Compiling syn v1.0.109 |
| 1416 | 2026-08-25T19:48:46.568Z | Compiling serde_derive_internals v0.29.1 |
| 1417 | 2026-08-25T19:48:46.620Z | Compiling rustc_version v0.4.1 |
| 1418 | 2026-08-25T19:48:46.730Z | Compiling serde_derive v1.0.228 |
| 1419 | 2026-08-25T19:48:46.854Z | Compiling zeroize_derive v1.5.0 |
| 1420 | 2026-08-25T19:48:46.900Z | Compiling zerocopy-derive v0.8.55 |
| 1421 | 2026-08-25T19:48:46.936Z | Compiling zerofrom-derive v0.1.6 |
| 1422 | 2026-08-25T19:48:47.121Z | Compiling yoke-derive v0.8.1 |
| 1423 | 2026-08-25T19:48:47.485Z | Compiling zerovec-derive v0.11.2 |
| 1424 | 2026-08-25T19:48:47.539Z | Compiling displaydoc v0.2.5 |
| 1425 | 2026-08-25T19:48:48.128Z | Compiling tokio-macros v2.7.0 |
| 1426 | 2026-08-25T19:48:48.287Z | Compiling futures-macro v0.3.32 |
| 1427 | 2026-08-25T19:48:48.329Z | Compiling der_derive v0.7.3 |
| 1428 | 2026-08-25T19:48:48.365Z | Compiling zerofrom v0.1.6 |
| 1429 | 2026-08-25T19:48:48.503Z | Compiling yoke v0.8.1 |
| 1430 | 2026-08-25T19:48:48.588Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-08-25T19:48:48.692Z | Compiling zerovec v0.11.5 |
| 1432 | 2026-08-25T19:48:48.863Z | Compiling zerotrie v0.2.3 |
| 1433 | 2026-08-25T19:48:49.091Z | Compiling futures-util v0.3.32 |
| 1434 | 2026-08-25T19:48:49.187Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-08-25T19:48:49.192Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-08-25T19:48:49.277Z | Compiling openssl-sys v0.9.117 |
| 1437 | 2026-08-25T19:48:49.344Z | Compiling icu_locale_core v2.1.1 |
| 1438 | 2026-08-25T19:48:49.359Z | Compiling icu_collections v2.1.1 |
| 1439 | 2026-08-25T19:48:49.829Z | Compiling tracing-attributes v0.1.31 |
| 1440 | 2026-08-25T19:48:49.844Z | Compiling tracing-core v0.1.36 |
| 1441 | 2026-08-25T19:48:49.898Z | Compiling thiserror v2.0.18 |
| 1442 | 2026-08-25T19:48:50.004Z | Compiling icu_provider v2.1.1 |
| 1443 | 2026-08-25T19:48:50.197Z | Compiling zeroize v1.9.0 |
| 1444 | 2026-08-25T19:48:50.224Z | Compiling bytes v1.11.1 |
| 1445 | 2026-08-25T19:48:50.300Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-08-25T19:48:50.411Z | Compiling icu_normalizer v2.1.1 |
| 1447 | 2026-08-25T19:48:50.829Z | Compiling tokio v1.52.1 |
| 1448 | 2026-08-25T19:48:50.927Z | Compiling block-buffer v0.10.4 |
| 1449 | 2026-08-25T19:48:50.941Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-08-25T19:48:51.087Z | Compiling digest v0.10.7 |
| 1451 | 2026-08-25T19:48:51.092Z | Compiling chrono v0.4.45 |
| 1452 | 2026-08-25T19:48:51.115Z | Compiling der v0.7.10 |
| 1453 | 2026-08-25T19:48:51.334Z | Compiling ppv-lite86 v0.2.21 |
| 1454 | 2026-08-25T19:48:51.353Z | Compiling idna_adapter v1.2.1 |
| 1455 | 2026-08-25T19:48:51.383Z | Compiling http v1.4.2 |
| 1456 | 2026-08-25T19:48:51.435Z | Compiling schemars v0.8.22 |
| 1457 | 2026-08-25T19:48:51.492Z | Compiling idna v1.1.0 |
| 1458 | 2026-08-25T19:48:51.633Z | Compiling rand_chacha v0.9.0 |
| 1459 | 2026-08-25T19:48:51.657Z | Compiling simd-adler32 v0.3.8 |
| 1460 | 2026-08-25T19:48:51.933Z | Compiling url v2.5.8 |
| 1461 | 2026-08-25T19:48:52.129Z | Compiling spki v0.7.3 |
| 1462 | 2026-08-25T19:48:52.268Z | Compiling aws-lc-rs v1.16.3 |
| 1463 | 2026-08-25T19:48:52.302Z | Compiling dyn-clone v1.0.20 |
| 1464 | 2026-08-25T19:48:52.320Z | Compiling cpufeatures v0.2.17 |
| 1465 | 2026-08-25T19:48:52.333Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-08-25T19:48:52.407Z | Compiling http-body v1.0.1 |
| 1467 | 2026-08-25T19:48:52.466Z | Compiling rand v0.9.2 |
| 1468 | 2026-08-25T19:48:52.519Z | Compiling tracing v0.1.44 |
| 1469 | 2026-08-25T19:48:52.595Z | Compiling rustls-pki-types v1.14.0 |
| 1470 | 2026-08-25T19:48:52.701Z | Compiling schemars_derive v0.8.22 |
| 1471 | 2026-08-25T19:48:52.737Z | Compiling spin v0.9.8 |
| 1472 | 2026-08-25T19:48:52.769Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-08-25T19:48:52.937Z | Compiling openssl-probe v0.2.1 |
| 1474 | 2026-08-25T19:48:53.013Z | Compiling cmov v0.5.4 |
| 1475 | 2026-08-25T19:48:53.033Z | Compiling adler2 v2.0.1 |
| 1476 | 2026-08-25T19:48:53.155Z | Compiling httparse v1.10.1 |
| 1477 | 2026-08-25T19:48:53.169Z | Compiling tinyvec_macros v0.1.1 |
| 1478 | 2026-08-25T19:48:53.196Z | Compiling ctutils v0.4.2 |
| 1479 | 2026-08-25T19:48:53.212Z | Compiling tinyvec v1.10.0 |
| 1480 | 2026-08-25T19:48:53.225Z | Compiling miniz_oxide v0.8.9 |
| 1481 | 2026-08-25T19:48:53.424Z | Compiling tempfile v3.27.0 |
| 1482 | 2026-08-25T19:48:53.517Z | Compiling pest_generator v2.8.6 |
| 1483 | 2026-08-25T19:48:53.546Z | Compiling sha2 v0.10.9 |
| 1484 | 2026-08-25T19:48:53.800Z | Compiling terminal_size v0.4.3 |
| 1485 | 2026-08-25T19:48:53.814Z | Compiling aho-corasick v1.1.4 |
| 1486 | 2026-08-25T19:48:53.934Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-08-25T19:48:54.063Z | Compiling tower-service v0.3.3 |
| 1488 | 2026-08-25T19:48:54.152Z | Compiling radium v0.7.0 |
| 1489 | 2026-08-25T19:48:54.193Z | Compiling untrusted v0.7.1 |
| 1490 | 2026-08-25T19:48:54.316Z | Compiling tower-layer v0.3.3 |
| 1491 | 2026-08-25T19:48:54.390Z | Compiling try-lock v0.2.5 |
| 1492 | 2026-08-25T19:48:54.476Z | Compiling want v0.3.1 |
| 1493 | 2026-08-25T19:48:54.525Z | Compiling pest_derive v2.8.6 |
| 1494 | 2026-08-25T19:48:54.638Z | Compiling tokio-util v0.7.18 |
| 1495 | 2026-08-25T19:48:54.827Z | Compiling regex-automata v0.4.14 |
| 1496 | 2026-08-25T19:48:55.163Z | Compiling hybrid-array v0.4.13 |
| 1497 | 2026-08-25T19:48:55.423Z | Compiling h2 v0.4.15 |
| 1498 | 2026-08-25T19:48:55.434Z | Compiling ipnet v2.12.0 |
| 1499 | 2026-08-25T19:48:55.643Z | Compiling scroll_derive v0.13.1 |
| 1500 | 2026-08-25T19:48:55.908Z | Compiling darling_core v0.20.11 |
| 1501 | 2026-08-25T19:48:55.937Z | Compiling openssl v0.10.80 |
| 1502 | 2026-08-25T19:48:56.145Z | Compiling rustls v0.23.41 |
| 1503 | 2026-08-25T19:48:56.345Z | Compiling httpdate v1.0.3 |
| 1504 | 2026-08-25T19:48:56.366Z | Compiling untrusted v0.9.0 |
| 1505 | 2026-08-25T19:48:56.430Z | Compiling foreign-types-shared v0.1.1 |
| 1506 | 2026-08-25T19:48:56.465Z | Compiling tap v1.0.1 |
| 1507 | 2026-08-25T19:48:56.495Z | Compiling maybe-uninit v2.0.0 |
| 1508 | 2026-08-25T19:48:56.509Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-08-25T19:48:56.527Z | Compiling scroll v0.13.0 |
| 1510 | 2026-08-25T19:48:56.558Z | Compiling wyz v0.5.1 |
| 1511 | 2026-08-25T19:48:56.849Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-08-25T19:48:56.881Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-08-25T19:48:56.881Z | Compiling signature v2.2.0 |
| 1514 | 2026-08-25T19:48:56.962Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-25T19:48:57.158Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-08-25T19:48:57.177Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-08-25T19:48:57.250Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1518 | 2026-08-25T19:48:57.552Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-08-25T19:48:57.591Z | Compiling num-integer v0.1.46 |
| 1520 | 2026-08-25T19:48:57.664Z | Compiling wait-timeout v0.2.1 |
| 1521 | 2026-08-25T19:48:57.825Z | Compiling ahash v0.8.12 |
| 1522 | 2026-08-25T19:48:57.911Z | Compiling powerfmt v0.2.0 |
| 1523 | 2026-08-25T19:48:57.918Z | Compiling num-bigint-dig v0.8.6 |
| 1524 | 2026-08-25T19:48:58.020Z | Compiling funty v2.0.0 |
| 1525 | 2026-08-25T19:48:58.081Z | Compiling quick-error v1.2.3 |
| 1526 | 2026-08-25T19:48:58.084Z | Compiling bit-vec v0.8.0 |
| 1527 | 2026-08-25T19:48:58.125Z | Compiling darling_macro v0.20.11 |
| 1528 | 2026-08-25T19:48:58.187Z | Compiling num-conv v0.2.0 |
| 1529 | 2026-08-25T19:48:58.317Z | Compiling time-core v0.1.8 |
| 1530 | 2026-08-25T19:48:58.334Z | Compiling packed_struct v0.10.1 |
| 1531 | 2026-08-25T19:48:58.453Z | Compiling native-tls v0.2.18 |
| 1532 | 2026-08-25T19:48:58.483Z | Compiling hyper v1.10.1 |
| 1533 | 2026-08-25T19:48:58.587Z | Compiling time-macros v0.2.27 |
| 1534 | 2026-08-25T19:48:58.601Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-08-25T19:48:58.605Z | Compiling darling v0.20.11 |
| 1536 | 2026-08-25T19:48:58.671Z | Compiling bitvec v1.0.1 |
| 1537 | 2026-08-25T19:48:58.683Z | Compiling bit-set v0.8.0 |
| 1538 | 2026-08-25T19:48:58.710Z | Compiling clap_builder v4.6.0 |
| 1539 | 2026-08-25T19:48:58.848Z | Compiling rusty-fork v0.3.1 |
| 1540 | 2026-08-25T19:48:58.933Z | Compiling deranged v0.5.8 |
| 1541 | 2026-08-25T19:48:59.462Z | Compiling num-iter v0.1.45 |
| 1542 | 2026-08-25T19:48:59.578Z | Compiling hyper-util v0.1.20 |
| 1543 | 2026-08-25T19:48:59.904Z | Compiling rand v0.8.6 |
| 1544 | 2026-08-25T19:49:00.052Z | Compiling goblin v0.10.5 |
| 1545 | 2026-08-25T19:49:00.086Z | Compiling packed_struct_codegen v0.10.1 |
| 1546 | 2026-08-25T19:49:00.672Z | Compiling lazy_static v1.5.0 |
| 1547 | 2026-08-25T19:49:00.769Z | Compiling hmac v0.12.1 |
| 1548 | 2026-08-25T19:49:00.925Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-08-25T19:49:01.069Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-08-25T19:49:01.166Z | Compiling bitfield-macros v0.19.4 |
| 1551 | 2026-08-25T19:49:01.264Z | Compiling zerocopy-derive v0.6.6 |
| 1552 | 2026-08-25T19:49:01.340Z | Compiling clap_derive v4.6.1 |
| 1553 | 2026-08-25T19:49:01.601Z | Compiling rand_xorshift v0.4.0 |
| 1554 | 2026-08-25T19:49:01.761Z | Compiling sync_wrapper v1.0.2 |
| 1555 | 2026-08-25T19:49:01.835Z | Compiling indexmap v1.9.3 |
| 1556 | 2026-08-25T19:49:01.898Z | Compiling siphasher v1.0.2 |
| 1557 | 2026-08-25T19:49:01.976Z | Compiling num_threads v0.1.7 |
| 1558 | 2026-08-25T19:49:02.090Z | Compiling unicode-segmentation v1.12.0 |
| 1559 | 2026-08-25T19:49:02.131Z | Compiling crossbeam-utils v0.8.21 |
| 1560 | 2026-08-25T19:49:02.131Z | Compiling crc-catalog v2.4.0 |
| 1561 | 2026-08-25T19:49:02.165Z | Compiling usdt-impl v0.6.0 |
| 1562 | 2026-08-25T19:49:02.350Z | Compiling nodrop v0.1.14 |
| 1563 | 2026-08-25T19:49:02.367Z | Compiling object v0.37.3 |
| 1564 | 2026-08-25T19:49:02.472Z | Compiling unarray v0.1.4 |
| 1565 | 2026-08-25T19:49:02.499Z | Compiling paste v1.0.15 |
| 1566 | 2026-08-25T19:49:02.604Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-08-25T19:49:02.759Z | Compiling proptest v1.11.0 |
| 1568 | 2026-08-25T19:49:02.806Z | Compiling dof v0.4.0 |
| 1569 | 2026-08-25T19:49:02.829Z | Compiling array-init v0.0.4 |
| 1570 | 2026-08-25T19:49:03.044Z | Compiling clap v4.6.1 |
| 1571 | 2026-08-25T19:49:03.146Z | Compiling crc v3.4.0 |
| 1572 | 2026-08-25T19:49:03.157Z | Compiling zerocopy v0.6.6 |
| 1573 | 2026-08-25T19:49:03.349Z | Compiling time v0.3.47 |
| 1574 | 2026-08-25T19:49:03.813Z | Compiling tower v0.5.3 |
| 1575 | 2026-08-25T19:49:03.943Z | Compiling bitfield v0.19.4 |
| 1576 | 2026-08-25T19:49:04.265Z | Compiling smallvec v0.6.14 |
| 1577 | 2026-08-25T19:49:04.790Z | Compiling derive_builder_core v0.20.2 |
| 1578 | 2026-08-25T19:49:04.829Z | Compiling dtrace-parser v0.3.0 |
| 1579 | 2026-08-25T19:49:05.466Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-08-25T19:49:05.537Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-08-25T19:49:05.583Z | Compiling pkcs1 v0.7.5 |
| 1582 | 2026-08-25T19:49:05.731Z | Compiling http-body-util v0.1.3 |
| 1583 | 2026-08-25T19:49:05.881Z | Compiling heapless v0.7.17 |
| 1584 | 2026-08-25T19:49:05.907Z | Compiling structmeta-derive v0.3.0 |
| 1585 | 2026-08-25T19:49:05.979Z | Compiling scroll_derive v0.12.1 |
| 1586 | 2026-08-25T19:49:05.979Z | Compiling slog v2.8.2 |
| 1587 | 2026-08-25T19:49:06.095Z | Compiling darling_core v0.23.0 |
| 1588 | 2026-08-25T19:49:06.131Z | Compiling thread-id v5.1.0 |
| 1589 | 2026-08-25T19:49:06.170Z | Compiling cookie v0.18.1 |
| 1590 | 2026-08-25T19:49:06.197Z | Compiling env_filter v2.0.0 |
| 1591 | 2026-08-25T19:49:06.341Z | Compiling syn v3.0.3 |
| 1592 | 2026-08-25T19:49:06.475Z | Compiling unicode-properties v0.1.4 |
| 1593 | 2026-08-25T19:49:06.610Z | Compiling signal-hook v0.3.18 |
| 1594 | 2026-08-25T19:49:06.685Z | Compiling ryu v1.0.23 |
| 1595 | 2026-08-25T19:49:06.778Z | Compiling gimli v0.32.3 |
| 1596 | 2026-08-25T19:49:06.863Z | Compiling hashbrown v0.12.3 |
| 1597 | 2026-08-25T19:49:06.963Z | Compiling unicode-bidi v0.3.18 |
| 1598 | 2026-08-25T19:49:07.338Z | Compiling base64 v0.21.7 |
| 1599 | 2026-08-25T19:49:07.513Z | Compiling anyhow v1.0.104 |
| 1600 | 2026-08-25T19:49:07.697Z | Compiling zstd-safe v7.2.4 |
| 1601 | 2026-08-25T19:49:07.819Z | Compiling iri-string v0.7.10 |
| 1602 | 2026-08-25T19:49:07.891Z | Compiling winnow v0.5.40 |
| 1603 | 2026-08-25T19:49:08.588Z | Compiling allocator-api2 v0.2.21 |
| 1604 | 2026-08-25T19:49:08.769Z | Compiling darling_macro v0.23.0 |
| 1605 | 2026-08-25T19:49:08.909Z | Compiling addr2line v0.25.1 |
| 1606 | 2026-08-25T19:49:09.231Z | Compiling toml_edit v0.19.15 |
| 1607 | 2026-08-25T19:49:09.247Z | Compiling tower-http v0.6.8 |
| 1608 | 2026-08-25T19:49:09.322Z | Compiling ron v0.8.1 |
| 1609 | 2026-08-25T19:49:09.616Z | Compiling stringprep v0.1.5 |
| 1610 | 2026-08-25T19:49:09.645Z | Compiling structmeta v0.3.0 |
| 1611 | 2026-08-25T19:49:09.778Z | Compiling daft-derive v0.1.8 |
| 1612 | 2026-08-25T19:49:09.849Z | Compiling serde_urlencoded v0.7.1 |
| 1613 | 2026-08-25T19:49:09.902Z | Compiling scroll v0.12.0 |
| 1614 | 2026-08-25T19:49:10.098Z | Compiling env_logger v0.11.11 |
| 1615 | 2026-08-25T19:49:10.291Z | Compiling rsa v0.9.10 |
| 1616 | 2026-08-25T19:49:10.305Z | Compiling oxnet v0.1.6 |
| 1617 | 2026-08-25T19:49:10.418Z | Compiling derive_builder_macro v0.20.2 |
| 1618 | 2026-08-25T19:49:10.474Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1619 | 2026-08-25T19:49:10.659Z | Compiling newtype-uuid v1.3.2 |
| 1620 | 2026-08-25T19:49:10.732Z | Compiling hashbrown v0.13.2 |
| 1621 | 2026-08-25T19:49:10.893Z | Compiling bzip2 v0.4.4 |
| 1622 | 2026-08-25T19:49:11.009Z | Compiling serde-hex v0.1.0 |
| 1623 | 2026-08-25T19:49:11.078Z | Compiling tokio-native-tls v0.3.1 |
| 1624 | 2026-08-25T19:49:11.211Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1625 | 2026-08-25T19:49:11.392Z | Compiling camino v1.2.5 |
| 1626 | 2026-08-25T19:49:11.870Z | Compiling bstr v1.12.1 |
| 1627 | 2026-08-25T19:49:12.225Z | Compiling block-buffer v0.12.1 |
| 1628 | 2026-08-25T19:49:12.448Z | Compiling block-padding v0.4.2 |
| 1629 | 2026-08-25T19:49:12.466Z | Compiling crypto-common v0.2.2 |
| 1630 | 2026-08-25T19:49:12.629Z | Compiling rustls-native-certs v0.8.3 |
| 1631 | 2026-08-25T19:49:12.719Z | Compiling x509-cert v0.2.5 |
| 1632 | 2026-08-25T19:49:12.931Z | Compiling md-5 v0.10.6 |
| 1633 | 2026-08-25T19:49:13.097Z | Compiling serde_tokenstream v0.2.3 |
| 1634 | 2026-08-25T19:49:13.312Z | Compiling erased-serde v0.3.31 |
| 1635 | 2026-08-25T19:49:13.419Z | Compiling curve25519-dalek v4.1.3 |
| 1636 | 2026-08-25T19:49:13.575Z | Compiling pin-project-internal v1.1.11 |
| 1637 | 2026-08-25T19:49:13.747Z | Compiling zerocopy-derive v0.7.35 |
| 1638 | 2026-08-25T19:49:13.814Z | Compiling async-trait v0.1.89 |
| 1639 | 2026-08-25T19:49:14.198Z | Compiling vergen-lib v9.1.0 |
| 1640 | 2026-08-25T19:49:14.300Z | Compiling hash32 v0.2.1 |
| 1641 | 2026-08-25T19:49:14.387Z | Compiling memoffset v0.9.1 |
| 1642 | 2026-08-25T19:49:14.489Z | Compiling encoding_rs v0.8.35 |
| 1643 | 2026-08-25T19:49:14.682Z | Compiling ref-cast v1.0.25 |
| 1644 | 2026-08-25T19:49:14.698Z | Compiling fallible-iterator v0.2.0 |
| 1645 | 2026-08-25T19:49:14.698Z | Compiling crc-any v2.5.0 |
| 1646 | 2026-08-25T19:49:14.698Z | Compiling rustc-demangle v0.1.27 |
| 1647 | 2026-08-25T19:49:14.807Z | Compiling mime v0.3.17 |
| 1648 | 2026-08-25T19:49:14.829Z | Compiling cfg_aliases v0.2.1 |
| 1649 | 2026-08-25T19:49:14.867Z | Compiling litrs v1.0.0 |
| 1650 | 2026-08-25T19:49:14.897Z | Compiling psl-types v2.0.11 |
| 1651 | 2026-08-25T19:49:14.913Z | Compiling rustix v0.38.44 |
| 1652 | 2026-08-25T19:49:15.048Z | Compiling smoltcp v0.9.1 |
| 1653 | 2026-08-25T19:49:15.051Z | Compiling owo-colors v4.3.0 |
| 1654 | 2026-08-25T19:49:15.051Z | Compiling publicsuffix v2.3.0 |
| 1655 | 2026-08-25T19:49:15.051Z | Compiling nix v0.31.2 |
| 1656 | 2026-08-25T19:49:15.194Z | Compiling backtrace v0.3.76 |
| 1657 | 2026-08-25T19:49:15.342Z | Compiling postgres-protocol v0.6.10 |
| 1658 | 2026-08-25T19:49:15.342Z | Compiling document-features v0.2.12 |
| 1659 | 2026-08-25T19:49:15.370Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1660 | 2026-08-25T19:49:15.382Z | Compiling pin-project v1.1.11 |
| 1661 | 2026-08-25T19:49:15.396Z | Compiling zerocopy v0.7.35 |
| 1662 | 2026-08-25T19:49:15.931Z | Compiling inout v0.2.2 |
| 1663 | 2026-08-25T19:49:15.948Z | Compiling daft v0.1.8 |
| 1664 | 2026-08-25T19:49:15.958Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1665 | 2026-08-25T19:49:16.033Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-08-25T19:49:16.105Z | Compiling object v0.30.4 |
| 1667 | 2026-08-25T19:49:16.206Z | Compiling zip v0.6.6 |
| 1668 | 2026-08-25T19:49:16.228Z | Compiling derive_builder v0.20.2 |
| 1669 | 2026-08-25T19:49:16.247Z | Compiling toml v0.7.8 |
| 1670 | 2026-08-25T19:49:16.317Z | Compiling goblin v0.8.2 |
| 1671 | 2026-08-25T19:49:16.765Z | Compiling derive-ex v0.1.8 |
| 1672 | 2026-08-25T19:49:16.824Z | Compiling darling v0.23.0 |
| 1673 | 2026-08-25T19:49:16.851Z | Compiling convert_case v0.10.0 |
| 1674 | 2026-08-25T19:49:16.893Z | Compiling phf_shared v0.13.1 |
| 1675 | 2026-08-25T19:49:17.118Z | Compiling regex v1.12.3 |
| 1676 | 2026-08-25T19:49:17.134Z | Compiling hubpack_derive v0.1.1 |
| 1677 | 2026-08-25T19:49:17.150Z | Compiling futures-executor v0.3.32 |
| 1678 | 2026-08-25T19:49:17.475Z | Compiling ref-cast-impl v1.0.25 |
| 1679 | 2026-08-25T19:49:17.582Z | Compiling strum_macros v0.27.2 |
| 1680 | 2026-08-25T19:49:17.617Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1681 | 2026-08-25T19:49:17.948Z | Compiling snafu-derive v0.8.9 |
| 1682 | 2026-08-25T19:49:18.270Z | Compiling vergen v9.1.0 |
| 1683 | 2026-08-25T19:49:18.416Z | Compiling cargo-platform v0.3.2 |
| 1684 | 2026-08-25T19:49:18.440Z | Compiling ff v0.13.1 |
| 1685 | 2026-08-25T19:49:18.587Z | Compiling fs-err v3.3.0 |
| 1686 | 2026-08-25T19:49:18.679Z | Compiling foldhash v0.1.5 |
| 1687 | 2026-08-25T19:49:18.767Z | Compiling base16ct v0.2.0 |
| 1688 | 2026-08-25T19:49:18.850Z | Compiling jiff-core v0.1.0 |
| 1689 | 2026-08-25T19:49:18.941Z | Compiling bitflags v1.3.2 |
| 1690 | 2026-08-25T19:49:18.986Z | Compiling foldhash v0.2.0 |
| 1691 | 2026-08-25T19:49:19.018Z | Compiling is_ci v1.2.0 |
| 1692 | 2026-08-25T19:49:19.150Z | Compiling bumpalo v3.20.2 |
| 1693 | 2026-08-25T19:49:19.204Z | Compiling either v1.15.0 |
| 1694 | 2026-08-25T19:49:19.396Z | Compiling managed v0.8.0 |
| 1695 | 2026-08-25T19:49:19.421Z | Compiling path-slash v0.1.5 |
| 1696 | 2026-08-25T19:49:19.510Z | Compiling libbz2-rs-sys v0.2.2 |
| 1697 | 2026-08-25T19:49:19.547Z | Compiling same-file v1.0.6 |
| 1698 | 2026-08-25T19:49:19.781Z | Compiling walkdir v2.5.0 |
| 1699 | 2026-08-25T19:49:19.793Z | Compiling jiff v0.2.34 |
| 1700 | 2026-08-25T19:49:19.844Z | Compiling snafu v0.8.9 |
| 1701 | 2026-08-25T19:49:19.917Z | Compiling strum v0.27.2 |
| 1702 | 2026-08-25T19:49:20.058Z | Compiling bzip2 v0.6.1 |
| 1703 | 2026-08-25T19:49:20.076Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1704 | 2026-08-25T19:49:20.186Z | Compiling textwrap v0.16.2 |
| 1705 | 2026-08-25T19:49:20.196Z | Compiling zopfli v0.8.3 |
| 1706 | 2026-08-25T19:49:20.218Z | Compiling hashbrown v0.16.1 |
| 1707 | 2026-08-25T19:49:20.394Z | Compiling supports-color v3.0.2 |
| 1708 | 2026-08-25T19:49:20.561Z | Compiling sec1 v0.7.3 |
| 1709 | 2026-08-25T19:49:20.627Z | Compiling hashbrown v0.15.5 |
| 1710 | 2026-08-25T19:49:20.832Z | Compiling cargo_metadata v0.23.1 |
| 1711 | 2026-08-25T19:49:20.852Z | Compiling group v0.13.0 |
| 1712 | 2026-08-25T19:49:20.901Z | Compiling dof v0.3.0 |
| 1713 | 2026-08-25T19:49:21.045Z | Compiling test-strategy v0.4.5 |
| 1714 | 2026-08-25T19:49:21.514Z | Compiling hubpack v0.1.2 |
| 1715 | 2026-08-25T19:49:21.605Z | Compiling futures v0.3.32 |
| 1716 | 2026-08-25T19:49:21.690Z | Compiling derive_more-impl v2.1.1 |
| 1717 | 2026-08-25T19:49:21.743Z | Compiling phf v0.13.1 |
| 1718 | 2026-08-25T19:49:22.181Z | Compiling serde_with_macros v3.21.0 |
| 1719 | 2026-08-25T19:49:22.254Z | Compiling signal-hook-mio v0.2.5 |
| 1720 | 2026-08-25T19:49:22.377Z | Compiling cookie_store v0.22.1 |
| 1721 | 2026-08-25T19:49:22.509Z | Compiling zstd v0.13.3 |
| 1722 | 2026-08-25T19:49:22.790Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-08-25T19:49:22.861Z | Compiling cipher v0.5.2 |
| 1724 | 2026-08-25T19:49:23.063Z | Compiling postgres-types v0.2.12 |
| 1725 | 2026-08-25T19:49:23.186Z | Compiling backtrace-ext v0.2.1 |
| 1726 | 2026-08-25T19:49:23.398Z | Compiling usdt-macro v0.6.0 |
| 1727 | 2026-08-25T19:49:23.610Z | Compiling usdt-attr-macro v0.6.0 |
| 1728 | 2026-08-25T19:49:24.084Z | Compiling globset v0.4.18 |
| 1729 | 2026-08-25T19:49:24.171Z | Compiling phf_shared v0.11.3 |
| 1730 | 2026-08-25T19:49:24.183Z | Compiling hkdf v0.12.4 |
| 1731 | 2026-08-25T19:49:24.352Z | Compiling dtrace-parser v0.2.0 |
| 1732 | 2026-08-25T19:49:24.352Z | Compiling byte-wrapper v0.1.0 |
| 1733 | 2026-08-25T19:49:24.404Z | Compiling olpc-cjson v0.1.4 |
| 1734 | 2026-08-25T19:49:24.420Z | Compiling ed25519 v2.2.3 |
| 1735 | 2026-08-25T19:49:24.466Z | Compiling crypto-bigint v0.5.5 |
| 1736 | 2026-08-25T19:49:24.561Z | Compiling serde-big-array v0.5.1 |
| 1737 | 2026-08-25T19:49:24.698Z | Compiling serde_plain v1.0.2 |
| 1738 | 2026-08-25T19:49:24.705Z | Compiling strum_macros v0.26.4 |
| 1739 | 2026-08-25T19:49:24.750Z | Compiling async-recursion v1.1.1 |
| 1740 | 2026-08-25T19:49:24.887Z | Compiling miette-derive v7.6.0 |
| 1741 | 2026-08-25T19:49:25.071Z | Compiling enum-as-inner v0.6.1 |
| 1742 | 2026-08-25T19:49:25.321Z | Compiling serde_repr v0.1.20 |
| 1743 | 2026-08-25T19:49:25.399Z | Compiling pem v3.0.6 |
| 1744 | 2026-08-25T19:49:25.565Z | Compiling float-cmp v0.10.0 |
| 1745 | 2026-08-25T19:49:25.714Z | Compiling memmap2 v0.9.10 |
| 1746 | 2026-08-25T19:49:25.728Z | Compiling thread-id v4.2.2 |
| 1747 | 2026-08-25T19:49:25.814Z | Compiling data-encoding v2.10.0 |
| 1748 | 2026-08-25T19:49:25.847Z | Compiling whoami v2.1.0 |
| 1749 | 2026-08-25T19:49:25.929Z | Compiling winnow v1.0.3 |
| 1750 | 2026-08-25T19:49:26.032Z | Compiling normalize-line-endings v0.3.0 |
| 1751 | 2026-08-25T19:49:26.133Z | Compiling predicates-core v1.0.10 |
| 1752 | 2026-08-25T19:49:26.218Z | Compiling const-oid v0.10.2 |
| 1753 | 2026-08-25T19:49:26.315Z | Compiling supports-unicode v3.0.0 |
| 1754 | 2026-08-25T19:49:26.423Z | Compiling keccak v0.1.6 |
| 1755 | 2026-08-25T19:49:26.439Z | Compiling cpufeatures v0.3.0 |
| 1756 | 2026-08-25T19:49:26.471Z | Compiling fixedbitset v0.5.7 |
| 1757 | 2026-08-25T19:49:26.493Z | Compiling new_debug_unreachable v1.0.6 |
| 1758 | 2026-08-25T19:49:26.522Z | Compiling difflib v0.4.0 |
| 1759 | 2026-08-25T19:49:26.527Z | Compiling typed-path v0.9.3 |
| 1760 | 2026-08-25T19:49:26.547Z | Compiling fixedbitset v0.4.2 |
| 1761 | 2026-08-25T19:49:26.561Z | Compiling precomputed-hash v0.1.1 |
| 1762 | 2026-08-25T19:49:26.649Z | Compiling static_assertions v1.1.0 |
| 1763 | 2026-08-25T19:49:26.725Z | Compiling supports-hyperlinks v3.2.0 |
| 1764 | 2026-08-25T19:49:26.759Z | Compiling predicates v3.1.4 |
| 1765 | 2026-08-25T19:49:26.763Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1766 | 2026-08-25T19:49:26.876Z | Compiling miette v7.6.0 |
| 1767 | 2026-08-25T19:49:26.977Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1768 | 2026-08-25T19:49:27.041Z | Compiling petgraph v0.6.5 |
| 1769 | 2026-08-25T19:49:27.146Z | Compiling petgraph v0.8.3 |
| 1770 | 2026-08-25T19:49:27.387Z | Compiling string_cache v0.8.9 |
| 1771 | 2026-08-25T19:49:27.627Z | Compiling sha3 v0.10.8 |
| 1772 | 2026-08-25T19:49:27.648Z | Compiling chacha20 v0.10.0 |
| 1773 | 2026-08-25T19:49:27.803Z | Compiling strum v0.26.3 |
| 1774 | 2026-08-25T19:49:27.939Z | Compiling digest v0.11.3 |
| 1775 | 2026-08-25T19:49:28.028Z | Compiling toml_edit v0.22.27 |
| 1776 | 2026-08-25T19:49:28.109Z | Compiling hickory-proto v0.25.2 |
| 1777 | 2026-08-25T19:49:28.114Z | Compiling tokio-postgres v0.7.16 |
| 1778 | 2026-08-25T19:49:28.171Z | Compiling usdt v0.6.0 |
| 1779 | 2026-08-25T19:49:28.432Z | Compiling usdt-impl v0.5.0 |
| 1780 | 2026-08-25T19:49:28.585Z | Compiling elliptic-curve v0.13.8 |
| 1781 | 2026-08-25T19:49:28.992Z | Compiling ed25519-dalek v2.2.0 |
| 1782 | 2026-08-25T19:49:29.012Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1783 | 2026-08-25T19:49:29.160Z | Compiling crossterm v0.28.1 |
| 1784 | 2026-08-25T19:49:29.657Z | Compiling serde_with v3.21.0 |
| 1785 | 2026-08-25T19:49:30.299Z | Compiling derive_more v2.1.1 |
| 1786 | 2026-08-25T19:49:30.403Z | Compiling zip v4.6.1 |
| 1787 | 2026-08-25T19:49:30.477Z | Compiling iddqd v0.4.2 |
| 1788 | 2026-08-25T19:49:30.816Z | Compiling itertools v0.15.0 |
| 1789 | 2026-08-25T19:49:31.126Z | Compiling itertools v0.13.0 |
| 1790 | 2026-08-25T19:49:31.191Z | Compiling similar v2.7.0 |
| 1791 | 2026-08-25T19:49:31.322Z | Compiling crossbeam-epoch v0.9.18 |
| 1792 | 2026-08-25T19:49:31.444Z | Compiling heck v0.4.1 |
| 1793 | 2026-08-25T19:49:31.643Z | Compiling tokio-stream v0.1.18 |
| 1794 | 2026-08-25T19:49:31.673Z | Compiling buf-list v1.1.2 |
| 1795 | 2026-08-25T19:49:31.716Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1796 | 2026-08-25T19:49:31.955Z | Compiling openapiv3 v2.2.0 |
| 1797 | 2026-08-25T19:49:32.017Z | Compiling peg-runtime v0.8.5 |
| 1798 | 2026-08-25T19:49:32.030Z | Compiling lalrpop-util v0.19.12 |
| 1799 | 2026-08-25T19:49:32.090Z | Compiling thread_local v1.1.9 |
| 1800 | 2026-08-25T19:49:32.126Z | Compiling slog-async v2.8.0 |
| 1801 | 2026-08-25T19:49:32.234Z | Compiling crossbeam-channel v0.5.15 |
| 1802 | 2026-08-25T19:49:32.298Z | Compiling filetime v0.2.27 |
| 1803 | 2026-08-25T19:49:32.331Z | Compiling is-terminal v0.4.17 |
| 1804 | 2026-08-25T19:49:32.348Z | Compiling xattr v1.6.1 |
| 1805 | 2026-08-25T19:49:32.452Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-25T19:49:32.465Z | Compiling term v1.2.1 |
| 1807 | 2026-08-25T19:49:32.494Z | Compiling tar v0.4.46 |
| 1808 | 2026-08-25T19:49:32.523Z | Compiling camino-tempfile v1.4.1 |
| 1809 | 2026-08-25T19:49:32.722Z | Compiling slog-term v2.9.2 |
| 1810 | 2026-08-25T19:49:38.728Z | Compiling rustls-webpki v0.103.13 |
| 1811 | 2026-08-25T19:49:41.370Z | Compiling tokio-rustls v0.26.4 |
| 1812 | 2026-08-25T19:49:41.370Z | Compiling rustls-platform-verifier v0.6.2 |
| 1813 | 2026-08-25T19:49:41.374Z | Compiling tough v0.22.0 |
| 1814 | 2026-08-25T19:49:41.586Z | Compiling hyper-rustls v0.27.7 |
| 1815 | 2026-08-25T19:49:41.787Z | Compiling reqwest v0.13.2 |
| 1816 | 2026-08-25T19:49:43.980Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1817 | 2026-08-25T19:49:44.198Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1818 | 2026-08-25T19:49:47.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1819 | 2026-08-25T19:49:47.240Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1820 | 2026-08-25T19:49:47.296Z | Aug 25 19:49:45.852 INFO Starting download, target: Cockroach |
| 1821 | 2026-08-25T19:49:47.296Z | Aug 25 19:49:45.852 INFO Starting download, target: DendriteStub |
| 1822 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Starting download, target: Clickhouse |
| 1823 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Starting download, target: Console |
| 1824 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Starting download, target: MaghemiteMgd |
| 1825 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Starting download, target: MaghemiteDdmd |
| 1826 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Starting download, target: TransceiverControl |
| 1827 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1828 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1829 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1830 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1831 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1832 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1833 | 2026-08-25T19:49:47.307Z | Aug 25 19:49:45.852 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1834 | 2026-08-25T19:49:49.038Z | Aug 25 19:49:47.594 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1835 | 2026-08-25T19:49:49.276Z | Aug 25 19:49:47.833 INFO Download complete, target: Console |
| 1836 | 2026-08-25T19:49:49.741Z | Aug 25 19:49:48.269 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1837 | 2026-08-25T19:49:49.788Z | Aug 25 19:49:48.314 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1838 | 2026-08-25T19:49:50.027Z | Aug 25 19:49:48.566 INFO Download complete, target: TransceiverControl |
| 1839 | 2026-08-25T19:49:51.206Z | Aug 25 19:49:49.758 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1840 | 2026-08-25T19:49:51.426Z | Aug 25 19:49:49.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1841 | 2026-08-25T19:49:51.444Z | Aug 25 19:49:49.988 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1842 | 2026-08-25T19:49:51.928Z | Aug 25 19:49:50.485 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1843 | 2026-08-25T19:49:51.928Z | Aug 25 19:49:50.485 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1844 | 2026-08-25T19:49:53.173Z | Aug 25 19:49:51.729 INFO Download complete, target: MaghemiteDdmd |
| 1845 | 2026-08-25T19:49:53.944Z | Aug 25 19:49:52.500 INFO Download complete, target: MaghemiteMgd |
| 1846 | 2026-08-25T19:49:53.982Z | Aug 25 19:49:52.538 INFO Download complete, target: DendriteStub |
| 1847 | 2026-08-25T19:49:56.425Z | Aug 25 19:49:54.982 INFO Checking that binary works, target: Clickhouse |
| 1848 | 2026-08-25T19:49:56.561Z | Aug 25 19:49:55.118 INFO Checking that binary works, target: Cockroach |
| 1849 | 2026-08-25T19:49:56.564Z | Aug 25 19:49:55.121 INFO Download complete, target: Clickhouse |
| 1850 | 2026-08-25T19:49:56.673Z | Aug 25 19:49:55.230 INFO Download complete, target: Cockroach |
| 1851 | 2026-08-25T19:49:56.689Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1852 | 2026-08-25T19:49:56.692Z | |
| 1853 | 2026-08-25T19:49:56.692Z | real 2:12.558666755 |
| 1854 | 2026-08-25T19:49:56.692Z | user 7:19.049386117 |
| 1855 | 2026-08-25T19:49:56.692Z | sys 1:26.463272716 |
| 1856 | 2026-08-25T19:49:56.692Z | trap 0.256343100 |
| 1857 | 2026-08-25T19:49:56.692Z | tflt 0.567448554 |
| 1858 | 2026-08-25T19:49:56.692Z | dflt 0.939685955 |
| 1859 | 2026-08-25T19:49:56.692Z | kflt 0.023969722 |
| 1860 | 2026-08-25T19:49:56.692Z | lock 27:23.791061036 |
| 1861 | 2026-08-25T19:49:56.692Z | slp 22:07.842209226 |
| 1862 | 2026-08-25T19:49:56.692Z | lat 49.363949370 |
| 1863 | 2026-08-25T19:49:56.692Z | stop 2:44.241154453 |
| 1864 | 2026-08-25T19:49:56.692Z | + banner hack-check |
| 1865 | 2026-08-25T19:49:56.692Z | |
| 1866 | 2026-08-25T19:49:56.692Z | # # ## #### # # #### # # ###### #### # # |
| 1867 | 2026-08-25T19:49:56.692Z | # # # # # # # # # # # # # # # # # |
| 1868 | 2026-08-25T19:49:56.692Z | ###### # # # #### ##### # ###### ##### # #### |
| 1869 | 2026-08-25T19:49:56.692Z | # # ###### # # # # # # # # # # |
| 1870 | 2026-08-25T19:49:56.692Z | # # # # # # # # # # # # # # # # # |
| 1871 | 2026-08-25T19:49:56.692Z | # # # # #### # # #### # # ###### #### # # |
| 1872 | 2026-08-25T19:49:56.692Z | |
| 1873 | 2026-08-25T19:49:56.692Z | + export CARGO_INCREMENTAL=0 |
| 1874 | 2026-08-25T19:49:56.692Z | + CARGO_INCREMENTAL=0 |
| 1875 | 2026-08-25T19:49:56.692Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1876 | 2026-08-25T19:49:57.168Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1877 | 2026-08-25T19:49:57.450Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1878 | 2026-08-25T19:49:59.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
| 1879 | 2026-08-25T19:49:59.302Z | Running `target/debug/xtask check-features --ci` |
| 1880 | 2026-08-25T19:49:59.328Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1881 | 2026-08-25T19:49:59.331Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1882 | 2026-08-25T19:49:59.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1883 | 2026-08-25T19:49:59.777Z | Running `target/debug/xtask download cargo-hack` |
| 1884 | 2026-08-25T19:50:00.560Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1885 | 2026-08-25T19:50:00.867Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1886 | 2026-08-25T19:50:03.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 1887 | 2026-08-25T19:50:03.570Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1888 | 2026-08-25T19:50:03.614Z | Aug 25 19:50:02.169 INFO Starting download, target: CargoHack |
| 1889 | 2026-08-25T19:50:03.657Z | Aug 25 19:50:02.170 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1890 | 2026-08-25T19:50:03.843Z | Aug 25 19:50:02.400 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1891 | 2026-08-25T19:50:03.895Z | Aug 25 19:50:02.450 INFO Download complete, target: CargoHack |
| 1892 | 2026-08-25T19:50:03.899Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1893 | 2026-08-25T19:50:03.910Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1894 | 2026-08-25T19:50:04.074Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1895 | 2026-08-25T19:50:04.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-08-25T19:50:04.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-08-25T19:50:04.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-08-25T19:50:04.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1899 | 2026-08-25T19:50:04.626Z | |
| 1900 | 2026-08-25T19:50:04.626Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1901 | 2026-08-25T19:50:05.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-08-25T19:50:05.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-08-25T19:50:05.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-08-25T19:50:05.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1905 | 2026-08-25T19:50:05.182Z | |
| 1906 | 2026-08-25T19:50:05.182Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1907 | 2026-08-25T19:50:05.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-08-25T19:50:05.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-08-25T19:50:05.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-08-25T19:50:05.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1911 | 2026-08-25T19:50:05.740Z | |
| 1912 | 2026-08-25T19:50:05.740Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1913 | 2026-08-25T19:50:06.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-08-25T19:50:06.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-08-25T19:50:06.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-08-25T19:50:06.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1917 | 2026-08-25T19:50:06.289Z | |
| 1918 | 2026-08-25T19:50:06.289Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1919 | 2026-08-25T19:50:06.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-08-25T19:50:06.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-08-25T19:50:06.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-08-25T19:50:06.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1923 | 2026-08-25T19:50:06.843Z | |
| 1924 | 2026-08-25T19:50:06.843Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1925 | 2026-08-25T19:50:07.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-08-25T19:50:07.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-08-25T19:50:07.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-08-25T19:50:07.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1929 | 2026-08-25T19:50:07.409Z | |
| 1930 | 2026-08-25T19:50:07.410Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1931 | 2026-08-25T19:50:07.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-08-25T19:50:07.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-08-25T19:50:07.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-08-25T19:50:07.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1935 | 2026-08-25T19:50:07.970Z | |
| 1936 | 2026-08-25T19:50:07.970Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1937 | 2026-08-25T19:50:08.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-08-25T19:50:08.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-08-25T19:50:08.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-08-25T19:50:08.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1941 | 2026-08-25T19:50:08.528Z | |
| 1942 | 2026-08-25T19:50:08.528Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 1943 | 2026-08-25T19:50:08.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-08-25T19:50:08.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-08-25T19:50:08.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-08-25T19:50:08.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1947 | 2026-08-25T19:50:08.939Z | |
| 1948 | 2026-08-25T19:50:08.939Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 1949 | 2026-08-25T19:50:09.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-08-25T19:50:09.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-08-25T19:50:09.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-08-25T19:50:09.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1953 | 2026-08-25T19:50:09.350Z | |
| 1954 | 2026-08-25T19:50:09.350Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 1955 | 2026-08-25T19:50:09.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-08-25T19:50:09.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-08-25T19:50:09.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-08-25T19:50:09.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1959 | 2026-08-25T19:50:09.764Z | |
| 1960 | 2026-08-25T19:50:09.764Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 1961 | 2026-08-25T19:50:10.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-08-25T19:50:10.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-08-25T19:50:10.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-08-25T19:50:10.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1965 | 2026-08-25T19:50:10.184Z | |
| 1966 | 2026-08-25T19:50:10.184Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 1967 | 2026-08-25T19:50:10.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-08-25T19:50:10.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-08-25T19:50:10.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-08-25T19:50:10.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1971 | 2026-08-25T19:50:10.615Z | |
| 1972 | 2026-08-25T19:50:10.615Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 1973 | 2026-08-25T19:50:10.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-08-25T19:50:10.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-08-25T19:50:10.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-08-25T19:50:10.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1977 | 2026-08-25T19:50:11.034Z | |
| 1978 | 2026-08-25T19:50:11.034Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 1979 | 2026-08-25T19:50:11.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-08-25T19:50:11.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-08-25T19:50:11.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-08-25T19:50:11.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1983 | 2026-08-25T19:50:11.441Z | |
| 1984 | 2026-08-25T19:50:11.441Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 1985 | 2026-08-25T19:50:11.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-08-25T19:50:11.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-08-25T19:50:11.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-08-25T19:50:11.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1989 | 2026-08-25T19:50:11.854Z | |
| 1990 | 2026-08-25T19:50:11.854Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 1991 | 2026-08-25T19:50:12.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-08-25T19:50:12.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-08-25T19:50:12.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-08-25T19:50:12.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1995 | 2026-08-25T19:50:12.265Z | |
| 1996 | 2026-08-25T19:50:12.265Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 1997 | 2026-08-25T19:50:12.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-08-25T19:50:12.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-08-25T19:50:12.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-08-25T19:50:12.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2001 | 2026-08-25T19:50:12.678Z | |
| 2002 | 2026-08-25T19:50:12.678Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 2003 | 2026-08-25T19:50:13.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-08-25T19:50:13.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-08-25T19:50:13.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-08-25T19:50:13.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2007 | 2026-08-25T19:50:13.108Z | |
| 2008 | 2026-08-25T19:50:13.108Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2009 | 2026-08-25T19:50:13.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-08-25T19:50:13.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-08-25T19:50:13.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-08-25T19:50:13.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2013 | 2026-08-25T19:50:13.503Z | |
| 2014 | 2026-08-25T19:50:13.503Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2015 | 2026-08-25T19:50:13.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-08-25T19:50:13.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-08-25T19:50:13.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-08-25T19:50:13.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2019 | 2026-08-25T19:50:13.916Z | |
| 2020 | 2026-08-25T19:50:13.916Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2021 | 2026-08-25T19:50:14.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-08-25T19:50:14.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-08-25T19:50:14.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-08-25T19:50:14.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2025 | 2026-08-25T19:50:14.329Z | |
| 2026 | 2026-08-25T19:50:14.329Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2027 | 2026-08-25T19:50:14.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-08-25T19:50:14.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-08-25T19:50:14.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-08-25T19:50:14.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2031 | 2026-08-25T19:50:14.741Z | |
| 2032 | 2026-08-25T19:50:14.741Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2033 | 2026-08-25T19:50:15.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-08-25T19:50:15.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-08-25T19:50:15.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-08-25T19:50:15.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2037 | 2026-08-25T19:50:15.154Z | |
| 2038 | 2026-08-25T19:50:15.154Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2039 | 2026-08-25T19:50:15.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-08-25T19:50:15.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-08-25T19:50:15.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-08-25T19:50:15.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2043 | 2026-08-25T19:50:15.567Z | |
| 2044 | 2026-08-25T19:50:15.567Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2045 | 2026-08-25T19:50:15.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-08-25T19:50:15.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-08-25T19:50:15.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-08-25T19:50:15.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2049 | 2026-08-25T19:50:15.980Z | |
| 2050 | 2026-08-25T19:50:15.980Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2051 | 2026-08-25T19:50:16.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-08-25T19:50:16.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-08-25T19:50:16.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-08-25T19:50:16.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2055 | 2026-08-25T19:50:16.391Z | |
| 2056 | 2026-08-25T19:50:16.391Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2057 | 2026-08-25T19:50:16.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-08-25T19:50:16.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-08-25T19:50:16.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-08-25T19:50:16.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2061 | 2026-08-25T19:50:16.811Z | |
| 2062 | 2026-08-25T19:50:16.811Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2063 | 2026-08-25T19:50:17.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-08-25T19:50:17.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-08-25T19:50:17.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-08-25T19:50:17.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2067 | 2026-08-25T19:50:17.220Z | |
| 2068 | 2026-08-25T19:50:17.220Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2069 | 2026-08-25T19:50:17.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-08-25T19:50:17.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-08-25T19:50:17.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-08-25T19:50:17.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2073 | 2026-08-25T19:50:17.636Z | |
| 2074 | 2026-08-25T19:50:17.636Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2075 | 2026-08-25T19:50:17.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-08-25T19:50:18.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-08-25T19:50:18.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-08-25T19:50:18.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2079 | 2026-08-25T19:50:18.051Z | |
| 2080 | 2026-08-25T19:50:18.051Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2081 | 2026-08-25T19:50:18.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-08-25T19:50:18.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-08-25T19:50:18.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-08-25T19:50:18.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2085 | 2026-08-25T19:50:18.467Z | |
| 2086 | 2026-08-25T19:50:18.467Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2087 | 2026-08-25T19:50:18.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-08-25T19:50:18.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-08-25T19:50:18.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-08-25T19:50:18.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2091 | 2026-08-25T19:50:18.885Z | |
| 2092 | 2026-08-25T19:50:18.885Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2093 | 2026-08-25T19:50:19.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-08-25T19:50:19.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-08-25T19:50:19.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-08-25T19:50:19.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2097 | 2026-08-25T19:50:19.299Z | |
| 2098 | 2026-08-25T19:50:19.299Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2099 | 2026-08-25T19:50:19.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-08-25T19:50:19.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-08-25T19:50:19.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-08-25T19:50:19.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2103 | 2026-08-25T19:50:19.708Z | |
| 2104 | 2026-08-25T19:50:19.708Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2105 | 2026-08-25T19:50:20.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-08-25T19:50:20.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-08-25T19:50:20.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-08-25T19:50:20.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2109 | 2026-08-25T19:50:20.120Z | |
| 2110 | 2026-08-25T19:50:20.120Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2111 | 2026-08-25T19:50:20.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-08-25T19:50:20.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-08-25T19:50:20.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-08-25T19:50:20.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2115 | 2026-08-25T19:50:20.533Z | |
| 2116 | 2026-08-25T19:50:20.533Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2117 | 2026-08-25T19:50:20.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-08-25T19:50:20.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-08-25T19:50:20.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-08-25T19:50:20.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2121 | 2026-08-25T19:50:20.944Z | |
| 2122 | 2026-08-25T19:50:20.944Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2123 | 2026-08-25T19:50:21.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-08-25T19:50:21.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-08-25T19:50:21.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-08-25T19:50:21.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2127 | 2026-08-25T19:50:21.356Z | |
| 2128 | 2026-08-25T19:50:21.356Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2129 | 2026-08-25T19:50:21.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-08-25T19:50:21.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-08-25T19:50:21.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-08-25T19:50:21.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2133 | 2026-08-25T19:50:21.778Z | |
| 2134 | 2026-08-25T19:50:21.779Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2135 | 2026-08-25T19:50:22.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-08-25T19:50:22.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-08-25T19:50:22.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-08-25T19:50:22.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2139 | 2026-08-25T19:50:22.186Z | |
| 2140 | 2026-08-25T19:50:22.186Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2141 | 2026-08-25T19:50:22.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-08-25T19:50:22.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-08-25T19:50:22.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-08-25T19:50:22.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2145 | 2026-08-25T19:50:22.604Z | |
| 2146 | 2026-08-25T19:50:22.604Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2147 | 2026-08-25T19:50:22.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-08-25T19:50:22.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-08-25T19:50:22.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-08-25T19:50:22.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2151 | 2026-08-25T19:50:23.022Z | |
| 2152 | 2026-08-25T19:50:23.022Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2153 | 2026-08-25T19:50:23.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-08-25T19:50:23.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-08-25T19:50:23.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-08-25T19:50:23.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2157 | 2026-08-25T19:50:23.442Z | |
| 2158 | 2026-08-25T19:50:23.442Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2159 | 2026-08-25T19:50:23.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-08-25T19:50:23.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-08-25T19:50:23.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-08-25T19:50:23.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2163 | 2026-08-25T19:50:23.860Z | |
| 2164 | 2026-08-25T19:50:23.860Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2165 | 2026-08-25T19:50:24.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-08-25T19:50:24.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-08-25T19:50:24.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-08-25T19:50:24.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2169 | 2026-08-25T19:50:24.273Z | |
| 2170 | 2026-08-25T19:50:24.273Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2171 | 2026-08-25T19:50:24.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-08-25T19:50:24.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-08-25T19:50:24.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-08-25T19:50:24.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2175 | 2026-08-25T19:50:24.686Z | |
| 2176 | 2026-08-25T19:50:24.686Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2177 | 2026-08-25T19:50:25.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-08-25T19:50:25.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-08-25T19:50:25.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-08-25T19:50:25.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2181 | 2026-08-25T19:50:25.100Z | |
| 2182 | 2026-08-25T19:50:25.100Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2183 | 2026-08-25T19:50:25.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-08-25T19:50:25.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-08-25T19:50:25.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-08-25T19:50:25.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2187 | 2026-08-25T19:50:25.511Z | |
| 2188 | 2026-08-25T19:50:25.511Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2189 | 2026-08-25T19:50:25.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-08-25T19:50:25.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-08-25T19:50:25.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-08-25T19:50:25.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2193 | 2026-08-25T19:50:25.925Z | |
| 2194 | 2026-08-25T19:50:25.925Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2195 | 2026-08-25T19:50:26.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-08-25T19:50:26.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-08-25T19:50:26.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-08-25T19:50:26.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2199 | 2026-08-25T19:50:26.339Z | |
| 2200 | 2026-08-25T19:50:26.339Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2201 | 2026-08-25T19:50:26.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-08-25T19:50:26.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-08-25T19:50:26.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-08-25T19:50:26.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2205 | 2026-08-25T19:50:26.751Z | |
| 2206 | 2026-08-25T19:50:26.751Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2207 | 2026-08-25T19:50:27.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-08-25T19:50:27.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-08-25T19:50:27.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-08-25T19:50:27.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2211 | 2026-08-25T19:50:27.163Z | |
| 2212 | 2026-08-25T19:50:27.163Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2213 | 2026-08-25T19:50:27.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-08-25T19:50:27.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-08-25T19:50:27.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-08-25T19:50:27.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2217 | 2026-08-25T19:50:27.578Z | |
| 2218 | 2026-08-25T19:50:27.578Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2219 | 2026-08-25T19:50:27.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-08-25T19:50:27.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-08-25T19:50:27.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-08-25T19:50:27.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2223 | 2026-08-25T19:50:27.987Z | |
| 2224 | 2026-08-25T19:50:27.987Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2225 | 2026-08-25T19:50:28.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-08-25T19:50:28.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-08-25T19:50:28.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-08-25T19:50:28.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2229 | 2026-08-25T19:50:28.399Z | |
| 2230 | 2026-08-25T19:50:28.399Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2231 | 2026-08-25T19:50:28.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-08-25T19:50:28.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-08-25T19:50:28.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-08-25T19:50:28.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2235 | 2026-08-25T19:50:28.812Z | |
| 2236 | 2026-08-25T19:50:28.812Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2237 | 2026-08-25T19:50:29.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-08-25T19:50:29.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-08-25T19:50:29.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-08-25T19:50:29.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2241 | 2026-08-25T19:50:29.223Z | |
| 2242 | 2026-08-25T19:50:29.223Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2243 | 2026-08-25T19:50:29.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-08-25T19:50:29.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-08-25T19:50:29.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2246 | 2026-08-25T19:50:29.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2247 | 2026-08-25T19:50:29.636Z | |
| 2248 | 2026-08-25T19:50:29.636Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2249 | 2026-08-25T19:50:29.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2250 | 2026-08-25T19:50:30.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2251 | 2026-08-25T19:50:30.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2252 | 2026-08-25T19:50:30.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2253 | 2026-08-25T19:50:30.049Z | |
| 2254 | 2026-08-25T19:50:30.049Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2255 | 2026-08-25T19:50:30.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2256 | 2026-08-25T19:50:30.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2257 | 2026-08-25T19:50:30.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2258 | 2026-08-25T19:50:30.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2259 | 2026-08-25T19:50:30.464Z | |
| 2260 | 2026-08-25T19:50:30.464Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2261 | 2026-08-25T19:50:30.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2262 | 2026-08-25T19:50:30.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2263 | 2026-08-25T19:50:30.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2264 | 2026-08-25T19:50:30.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2265 | 2026-08-25T19:50:30.877Z | |
| 2266 | 2026-08-25T19:50:30.877Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2267 | 2026-08-25T19:50:31.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2268 | 2026-08-25T19:50:31.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2269 | 2026-08-25T19:50:31.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2270 | 2026-08-25T19:50:31.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2271 | 2026-08-25T19:50:31.290Z | |
| 2272 | 2026-08-25T19:50:31.290Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2273 | 2026-08-25T19:50:31.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2274 | 2026-08-25T19:50:31.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2275 | 2026-08-25T19:50:31.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2276 | 2026-08-25T19:50:31.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2277 | 2026-08-25T19:50:31.706Z | |
| 2278 | 2026-08-25T19:50:31.706Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2279 | 2026-08-25T19:50:32.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2280 | 2026-08-25T19:50:32.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2281 | 2026-08-25T19:50:32.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2282 | 2026-08-25T19:50:32.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2283 | 2026-08-25T19:50:32.121Z | |
| 2284 | 2026-08-25T19:50:32.121Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2285 | 2026-08-25T19:50:32.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2286 | 2026-08-25T19:50:32.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2287 | 2026-08-25T19:50:32.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2288 | 2026-08-25T19:50:32.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2289 | 2026-08-25T19:50:32.539Z | |
| 2290 | 2026-08-25T19:50:32.539Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2291 | 2026-08-25T19:50:32.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2292 | 2026-08-25T19:50:32.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2293 | 2026-08-25T19:50:32.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2294 | 2026-08-25T19:50:32.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2295 | 2026-08-25T19:50:32.956Z | |
| 2296 | 2026-08-25T19:50:32.956Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2297 | 2026-08-25T19:50:33.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2298 | 2026-08-25T19:50:33.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2299 | 2026-08-25T19:50:33.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2300 | 2026-08-25T19:50:33.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2301 | 2026-08-25T19:50:33.369Z | |
| 2302 | 2026-08-25T19:50:33.369Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2303 | 2026-08-25T19:50:33.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2304 | 2026-08-25T19:50:33.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2305 | 2026-08-25T19:50:33.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2306 | 2026-08-25T19:50:33.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2307 | 2026-08-25T19:50:33.785Z | |
| 2308 | 2026-08-25T19:50:33.785Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2309 | 2026-08-25T19:50:34.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2310 | 2026-08-25T19:50:34.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2311 | 2026-08-25T19:50:34.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2312 | 2026-08-25T19:50:34.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2313 | 2026-08-25T19:50:34.196Z | |
| 2314 | 2026-08-25T19:50:34.197Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2315 | 2026-08-25T19:50:34.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2316 | 2026-08-25T19:50:34.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2317 | 2026-08-25T19:50:34.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2318 | 2026-08-25T19:50:34.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2319 | 2026-08-25T19:50:34.609Z | |
| 2320 | 2026-08-25T19:50:34.609Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2321 | 2026-08-25T19:50:34.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2322 | 2026-08-25T19:50:34.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2323 | 2026-08-25T19:50:34.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2324 | 2026-08-25T19:50:34.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2325 | 2026-08-25T19:50:35.022Z | |
| 2326 | 2026-08-25T19:50:35.022Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2327 | 2026-08-25T19:50:35.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2328 | 2026-08-25T19:50:35.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2329 | 2026-08-25T19:50:35.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2330 | 2026-08-25T19:50:35.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2331 | 2026-08-25T19:50:35.433Z | |
| 2332 | 2026-08-25T19:50:35.434Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2333 | 2026-08-25T19:50:35.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2334 | 2026-08-25T19:50:35.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2335 | 2026-08-25T19:50:35.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2336 | 2026-08-25T19:50:35.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2337 | 2026-08-25T19:50:35.846Z | |
| 2338 | 2026-08-25T19:50:35.846Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2339 | 2026-08-25T19:50:36.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2340 | 2026-08-25T19:50:36.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2341 | 2026-08-25T19:50:36.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2342 | 2026-08-25T19:50:36.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2343 | 2026-08-25T19:50:36.258Z | |
| 2344 | 2026-08-25T19:50:36.258Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2345 | 2026-08-25T19:50:36.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2346 | 2026-08-25T19:50:36.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2347 | 2026-08-25T19:50:36.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2348 | 2026-08-25T19:50:36.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2349 | 2026-08-25T19:50:36.670Z | |
| 2350 | 2026-08-25T19:50:36.671Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2351 | 2026-08-25T19:50:37.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2352 | 2026-08-25T19:50:37.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2353 | 2026-08-25T19:50:37.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2354 | 2026-08-25T19:50:37.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2355 | 2026-08-25T19:50:37.082Z | |
| 2356 | 2026-08-25T19:50:37.082Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2357 | 2026-08-25T19:50:37.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2358 | 2026-08-25T19:50:37.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2359 | 2026-08-25T19:50:37.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2360 | 2026-08-25T19:50:37.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2361 | 2026-08-25T19:50:37.496Z | |
| 2362 | 2026-08-25T19:50:37.496Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2363 | 2026-08-25T19:50:37.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2364 | 2026-08-25T19:50:37.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2365 | 2026-08-25T19:50:37.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2366 | 2026-08-25T19:50:37.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2367 | 2026-08-25T19:50:37.909Z | |
| 2368 | 2026-08-25T19:50:37.909Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2369 | 2026-08-25T19:50:38.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2026-08-25T19:50:38.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2026-08-25T19:50:38.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2372 | 2026-08-25T19:50:38.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2373 | 2026-08-25T19:50:38.325Z | |
| 2374 | 2026-08-25T19:50:38.325Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2375 | 2026-08-25T19:50:38.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2026-08-25T19:50:38.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2026-08-25T19:50:38.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2378 | 2026-08-25T19:50:38.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2379 | 2026-08-25T19:50:38.739Z | |
| 2380 | 2026-08-25T19:50:38.739Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2381 | 2026-08-25T19:50:39.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2026-08-25T19:50:39.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2026-08-25T19:50:39.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2384 | 2026-08-25T19:50:39.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2385 | 2026-08-25T19:50:39.156Z | |
| 2386 | 2026-08-25T19:50:39.156Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2387 | 2026-08-25T19:50:39.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2026-08-25T19:50:39.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2026-08-25T19:50:39.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2026-08-25T19:50:39.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2391 | 2026-08-25T19:50:39.572Z | |
| 2392 | 2026-08-25T19:50:39.572Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2393 | 2026-08-25T19:50:39.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2026-08-25T19:50:39.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2026-08-25T19:50:39.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2396 | 2026-08-25T19:50:39.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2397 | 2026-08-25T19:50:39.987Z | |
| 2398 | 2026-08-25T19:50:39.987Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2399 | 2026-08-25T19:50:40.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2026-08-25T19:50:40.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2026-08-25T19:50:40.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2402 | 2026-08-25T19:50:40.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2403 | 2026-08-25T19:50:40.402Z | |
| 2404 | 2026-08-25T19:50:40.402Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2405 | 2026-08-25T19:50:40.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2026-08-25T19:50:40.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2026-08-25T19:50:40.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2408 | 2026-08-25T19:50:40.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2409 | 2026-08-25T19:50:40.818Z | |
| 2410 | 2026-08-25T19:50:40.818Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2411 | 2026-08-25T19:50:41.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2026-08-25T19:50:41.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2026-08-25T19:50:41.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2414 | 2026-08-25T19:50:41.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2415 | 2026-08-25T19:50:41.234Z | |
| 2416 | 2026-08-25T19:50:41.234Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2417 | 2026-08-25T19:50:41.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2026-08-25T19:50:41.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2026-08-25T19:50:41.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2026-08-25T19:50:41.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2421 | 2026-08-25T19:50:41.647Z | |
| 2422 | 2026-08-25T19:50:41.647Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2423 | 2026-08-25T19:50:42.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2026-08-25T19:50:42.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2026-08-25T19:50:42.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2026-08-25T19:50:42.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2427 | 2026-08-25T19:50:42.243Z | |
| 2428 | 2026-08-25T19:50:42.243Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2429 | 2026-08-25T19:50:42.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2026-08-25T19:50:42.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2026-08-25T19:50:42.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2026-08-25T19:50:42.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2433 | 2026-08-25T19:50:42.842Z | |
| 2434 | 2026-08-25T19:50:42.842Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2435 | 2026-08-25T19:50:43.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2026-08-25T19:50:43.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2026-08-25T19:50:43.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2026-08-25T19:50:43.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2439 | 2026-08-25T19:50:43.438Z | |
| 2440 | 2026-08-25T19:50:43.438Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2441 | 2026-08-25T19:50:43.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2026-08-25T19:50:43.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2026-08-25T19:50:43.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2026-08-25T19:50:43.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2445 | 2026-08-25T19:50:44.032Z | |
| 2446 | 2026-08-25T19:50:44.032Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2447 | 2026-08-25T19:50:44.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2026-08-25T19:50:44.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2026-08-25T19:50:44.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2026-08-25T19:50:44.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2451 | 2026-08-25T19:50:44.601Z | |
| 2452 | 2026-08-25T19:50:44.601Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2453 | 2026-08-25T19:50:45.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2026-08-25T19:50:45.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2026-08-25T19:50:45.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2026-08-25T19:50:45.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2457 | 2026-08-25T19:50:45.146Z | |
| 2458 | 2026-08-25T19:50:45.147Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2459 | 2026-08-25T19:50:45.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2026-08-25T19:50:45.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2026-08-25T19:50:45.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2026-08-25T19:50:45.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2463 | 2026-08-25T19:50:45.711Z | |
| 2464 | 2026-08-25T19:50:45.711Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2465 | 2026-08-25T19:50:46.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2026-08-25T19:50:46.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2026-08-25T19:50:46.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2026-08-25T19:50:46.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2469 | 2026-08-25T19:50:46.276Z | |
| 2470 | 2026-08-25T19:50:46.277Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2471 | 2026-08-25T19:50:46.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2026-08-25T19:50:46.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2026-08-25T19:50:46.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2026-08-25T19:50:46.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2475 | 2026-08-25T19:50:46.844Z | |
| 2476 | 2026-08-25T19:50:46.844Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2477 | 2026-08-25T19:50:47.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2026-08-25T19:50:47.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2026-08-25T19:50:47.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2026-08-25T19:50:47.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2481 | 2026-08-25T19:50:47.415Z | |
| 2482 | 2026-08-25T19:50:47.415Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2483 | 2026-08-25T19:50:47.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2026-08-25T19:50:47.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2026-08-25T19:50:47.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2026-08-25T19:50:47.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2487 | 2026-08-25T19:50:47.964Z | |
| 2488 | 2026-08-25T19:50:47.964Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2489 | 2026-08-25T19:50:48.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2026-08-25T19:50:48.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2026-08-25T19:50:48.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2026-08-25T19:50:48.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2493 | 2026-08-25T19:50:48.519Z | |
| 2494 | 2026-08-25T19:50:48.519Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2495 | 2026-08-25T19:50:48.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2026-08-25T19:50:48.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2026-08-25T19:50:48.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2026-08-25T19:50:48.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2499 | 2026-08-25T19:50:49.068Z | |
| 2500 | 2026-08-25T19:50:49.068Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2501 | 2026-08-25T19:50:49.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2026-08-25T19:50:49.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2026-08-25T19:50:49.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2026-08-25T19:50:49.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2505 | 2026-08-25T19:50:49.619Z | |
| 2506 | 2026-08-25T19:50:49.619Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2507 | 2026-08-25T19:50:50.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2026-08-25T19:50:50.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2026-08-25T19:50:50.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2026-08-25T19:50:50.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2511 | 2026-08-25T19:50:50.166Z | |
| 2512 | 2026-08-25T19:50:50.166Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2513 | 2026-08-25T19:50:50.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2026-08-25T19:50:50.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2026-08-25T19:50:50.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2026-08-25T19:50:50.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2517 | 2026-08-25T19:50:50.733Z | |
| 2518 | 2026-08-25T19:50:50.733Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2519 | 2026-08-25T19:50:51.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2026-08-25T19:50:51.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2026-08-25T19:50:51.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2026-08-25T19:50:51.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2523 | 2026-08-25T19:50:51.302Z | |
| 2524 | 2026-08-25T19:50:51.302Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2525 | 2026-08-25T19:50:51.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2026-08-25T19:50:51.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2026-08-25T19:50:51.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2026-08-25T19:50:51.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2529 | 2026-08-25T19:50:51.857Z | |
| 2530 | 2026-08-25T19:50:51.857Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2531 | 2026-08-25T19:50:52.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2026-08-25T19:50:52.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2026-08-25T19:50:52.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2026-08-25T19:50:52.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2535 | 2026-08-25T19:50:52.428Z | |
| 2536 | 2026-08-25T19:50:52.428Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2537 | 2026-08-25T19:50:52.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2026-08-25T19:50:52.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2026-08-25T19:50:52.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2026-08-25T19:50:52.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2541 | 2026-08-25T19:50:52.976Z | |
| 2542 | 2026-08-25T19:50:52.976Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2543 | 2026-08-25T19:50:53.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2026-08-25T19:50:53.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2026-08-25T19:50:53.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2026-08-25T19:50:53.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2547 | 2026-08-25T19:50:53.538Z | |
| 2548 | 2026-08-25T19:50:53.538Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2549 | 2026-08-25T19:50:54.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2026-08-25T19:50:54.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2026-08-25T19:50:54.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2026-08-25T19:50:54.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2553 | 2026-08-25T19:50:54.087Z | |
| 2554 | 2026-08-25T19:50:54.087Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2555 | 2026-08-25T19:50:54.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2026-08-25T19:50:54.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2026-08-25T19:50:54.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2558 | 2026-08-25T19:50:54.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2559 | 2026-08-25T19:50:54.641Z | |
| 2560 | 2026-08-25T19:50:54.642Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2561 | 2026-08-25T19:50:55.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2026-08-25T19:50:55.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2026-08-25T19:50:55.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2564 | 2026-08-25T19:50:55.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2565 | 2026-08-25T19:50:55.203Z | |
| 2566 | 2026-08-25T19:50:55.203Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2567 | 2026-08-25T19:50:55.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2026-08-25T19:50:55.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2026-08-25T19:50:55.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2570 | 2026-08-25T19:50:55.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2571 | 2026-08-25T19:50:55.766Z | |
| 2572 | 2026-08-25T19:50:55.766Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2573 | 2026-08-25T19:50:56.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2026-08-25T19:50:56.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2026-08-25T19:50:56.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2026-08-25T19:50:56.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2577 | 2026-08-25T19:50:56.319Z | |
| 2578 | 2026-08-25T19:50:56.319Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2579 | 2026-08-25T19:50:56.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2026-08-25T19:50:56.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2026-08-25T19:50:56.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2026-08-25T19:50:56.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2583 | 2026-08-25T19:50:56.873Z | |
| 2584 | 2026-08-25T19:50:56.874Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2585 | 2026-08-25T19:50:57.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2026-08-25T19:50:57.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2026-08-25T19:50:57.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2026-08-25T19:50:57.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2589 | 2026-08-25T19:50:57.452Z | |
| 2590 | 2026-08-25T19:50:57.452Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2591 | 2026-08-25T19:50:57.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2026-08-25T19:50:57.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2026-08-25T19:50:57.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2026-08-25T19:50:57.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2595 | 2026-08-25T19:50:58.030Z | |
| 2596 | 2026-08-25T19:50:58.030Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2597 | 2026-08-25T19:50:58.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2026-08-25T19:50:58.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2026-08-25T19:50:58.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2600 | 2026-08-25T19:50:58.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2601 | 2026-08-25T19:50:58.583Z | |
| 2602 | 2026-08-25T19:50:58.583Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2603 | 2026-08-25T19:50:59.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2604 | 2026-08-25T19:50:59.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2605 | 2026-08-25T19:50:59.179Z | Checking cfg-if v1.0.4 |
| 2606 | 2026-08-25T19:50:59.182Z | Checking serde_core v1.0.228 |
| 2607 | 2026-08-25T19:50:59.183Z | Checking libc v0.2.185 |
| 2608 | 2026-08-25T19:50:59.298Z | Checking memchr v2.8.0 |
| 2609 | 2026-08-25T19:50:59.308Z | Checking log v0.4.33 |
| 2610 | 2026-08-25T19:50:59.308Z | Checking smallvec v1.15.1 |
| 2611 | 2026-08-25T19:50:59.328Z | Checking subtle v2.6.1 |
| 2612 | 2026-08-25T19:50:59.339Z | Checking itoa v1.0.17 |
| 2613 | 2026-08-25T19:50:59.349Z | Checking scopeguard v1.2.0 |
| 2614 | 2026-08-25T19:50:59.444Z | Checking lock_api v0.4.14 |
| 2615 | 2026-08-25T19:50:59.470Z | Checking stable_deref_trait v1.2.1 |
| 2616 | 2026-08-25T19:50:59.481Z | Checking typenum v1.20.1 |
| 2617 | 2026-08-25T19:50:59.495Z | Checking zerofrom v0.1.6 |
| 2618 | 2026-08-25T19:50:59.505Z | Checking zerocopy v0.8.55 |
| 2619 | 2026-08-25T19:50:59.537Z | Checking portable-atomic v1.13.1 |
| 2620 | 2026-08-25T19:50:59.602Z | Checking yoke v0.8.1 |
| 2621 | 2026-08-25T19:50:59.638Z | Checking critical-section v1.2.0 |
| 2622 | 2026-08-25T19:50:59.662Z | Checking pin-project-lite v0.2.17 |
| 2623 | 2026-08-25T19:50:59.675Z | Checking errno v0.3.14 |
| 2624 | 2026-08-25T19:50:59.732Z | Checking getrandom v0.2.17 |
| 2625 | 2026-08-25T19:50:59.752Z | Checking const-oid v0.9.6 |
| 2626 | 2026-08-25T19:50:59.767Z | Checking zerovec v0.11.5 |
| 2627 | 2026-08-25T19:50:59.787Z | Checking libm v0.2.16 |
| 2628 | 2026-08-25T19:50:59.871Z | Checking rand_core v0.6.4 |
| 2629 | 2026-08-25T19:50:59.940Z | Checking once_cell v1.21.3 |
| 2630 | 2026-08-25T19:51:00.048Z | Checking zmij v1.0.21 |
| 2631 | 2026-08-25T19:51:00.117Z | Checking signal-hook-registry v1.4.8 |
| 2632 | 2026-08-25T19:51:00.203Z | Checking tinystr v0.8.2 |
| 2633 | 2026-08-25T19:51:00.215Z | Checking parking_lot_core v0.9.12 |
| 2634 | 2026-08-25T19:51:00.254Z | Checking rand_core v0.10.0 |
| 2635 | 2026-08-25T19:51:00.275Z | Checking litemap v0.8.1 |
| 2636 | 2026-08-25T19:51:00.378Z | Checking futures-core v0.3.32 |
| 2637 | 2026-08-25T19:51:00.393Z | Checking writeable v0.6.2 |
| 2638 | 2026-08-25T19:51:00.396Z | Checking percent-encoding v2.3.2 |
| 2639 | 2026-08-25T19:51:00.419Z | Checking parking_lot v0.12.5 |
| 2640 | 2026-08-25T19:51:00.446Z | Checking getrandom v0.4.3 |
| 2641 | 2026-08-25T19:51:00.486Z | Checking num-traits v0.2.19 |
| 2642 | 2026-08-25T19:51:00.496Z | Checking potential_utf v0.1.4 |
| 2643 | 2026-08-25T19:51:00.538Z | Checking zerotrie v0.2.3 |
| 2644 | 2026-08-25T19:51:00.550Z | Checking icu_locale_core v2.1.1 |
| 2645 | 2026-08-25T19:51:00.584Z | Checking mio v1.2.0 |
| 2646 | 2026-08-25T19:51:00.612Z | Checking equivalent v1.0.2 |
| 2647 | 2026-08-25T19:51:00.632Z | Checking icu_collections v2.1.1 |
| 2648 | 2026-08-25T19:51:00.695Z | Checking socket2 v0.6.3 |
| 2649 | 2026-08-25T19:51:00.804Z | Checking serde v1.0.228 |
| 2650 | 2026-08-25T19:51:00.804Z | Checking bitflags v2.11.0 |
| 2651 | 2026-08-25T19:51:00.857Z | Checking serde_json v1.0.151 |
| 2652 | 2026-08-25T19:51:00.926Z | Checking icu_normalizer_data v2.1.1 |
| 2653 | 2026-08-25T19:51:00.926Z | Checking icu_properties_data v2.1.2 |
| 2654 | 2026-08-25T19:51:00.950Z | Checking byteorder v1.5.0 |
| 2655 | 2026-08-25T19:51:01.002Z | Checking futures-sink v0.3.32 |
| 2656 | 2026-08-25T19:51:01.020Z | Checking hashbrown v0.17.0 |
| 2657 | 2026-08-25T19:51:01.058Z | Checking getrandom v0.3.4 |
| 2658 | 2026-08-25T19:51:01.080Z | Checking icu_provider v2.1.1 |
| 2659 | 2026-08-25T19:51:01.093Z | Checking futures-channel v0.3.32 |
| 2660 | 2026-08-25T19:51:01.149Z | Checking slab v0.4.12 |
| 2661 | 2026-08-25T19:51:01.175Z | Checking zeroize v1.9.0 |
| 2662 | 2026-08-25T19:51:01.198Z | Checking bytes v1.11.1 |
| 2663 | 2026-08-25T19:51:01.279Z | Checking futures-io v0.3.32 |
| 2664 | 2026-08-25T19:51:01.302Z | Checking utf8_iter v1.0.4 |
| 2665 | 2026-08-25T19:51:01.307Z | Checking icu_normalizer v2.1.1 |
| 2666 | 2026-08-25T19:51:01.352Z | Checking generic-array v0.14.7 |
| 2667 | 2026-08-25T19:51:01.387Z | Checking icu_properties v2.1.2 |
| 2668 | 2026-08-25T19:51:01.420Z | Checking futures-task v0.3.32 |
| 2669 | 2026-08-25T19:51:01.478Z | Checking indexmap v2.14.0 |
| 2670 | 2026-08-25T19:51:01.515Z | Checking rustix v1.1.4 |
| 2671 | 2026-08-25T19:51:01.556Z | Checking futures-util v0.3.32 |
| 2672 | 2026-08-25T19:51:01.617Z | Checking form_urlencoded v1.2.2 |
| 2673 | 2026-08-25T19:51:01.635Z | Checking tokio v1.52.1 |
| 2674 | 2026-08-25T19:51:01.744Z | Checking fnv v1.0.7 |
| 2675 | 2026-08-25T19:51:01.812Z | Checking block-buffer v0.10.4 |
| 2676 | 2026-08-25T19:51:01.845Z | Checking crypto-common v0.1.7 |
| 2677 | 2026-08-25T19:51:01.924Z | Checking base64ct v1.8.3 |
| 2678 | 2026-08-25T19:51:01.962Z | Checking digest v0.10.7 |
| 2679 | 2026-08-25T19:51:02.030Z | Checking flagset v0.4.7 |
| 2680 | 2026-08-25T19:51:02.160Z | Checking pem-rfc7468 v0.7.0 |
| 2681 | 2026-08-25T19:51:02.168Z | Checking iana-time-zone v0.1.65 |
| 2682 | 2026-08-25T19:51:02.181Z | Checking rand_core v0.9.5 |
| 2683 | 2026-08-25T19:51:02.195Z | Checking idna_adapter v1.2.1 |
| 2684 | 2026-08-25T19:51:02.227Z | Checking ppv-lite86 v0.2.21 |
| 2685 | 2026-08-25T19:51:02.262Z | Checking chrono v0.4.45 |
| 2686 | 2026-08-25T19:51:02.304Z | Checking der v0.7.10 |
| 2687 | 2026-08-25T19:51:02.309Z | Checking idna v1.1.0 |
| 2688 | 2026-08-25T19:51:02.330Z | Checking uuid v1.23.4 |
| 2689 | 2026-08-25T19:51:02.345Z | Checking base64 v0.22.1 |
| 2690 | 2026-08-25T19:51:02.514Z | Checking regex-syntax v0.8.10 |
| 2691 | 2026-08-25T19:51:02.560Z | Checking url v2.5.8 |
| 2692 | 2026-08-25T19:51:02.581Z | Checking http v1.4.2 |
| 2693 | 2026-08-25T19:51:02.652Z | Checking rand_chacha v0.9.0 |
| 2694 | 2026-08-25T19:51:02.842Z | Checking tracing-core v0.1.36 |
| 2695 | 2026-08-25T19:51:02.979Z | Checking dyn-clone v1.0.20 |
| 2696 | 2026-08-25T19:51:03.021Z | Checking spki v0.7.3 |
| 2697 | 2026-08-25T19:51:03.082Z | Checking simd-adler32 v0.3.8 |
| 2698 | 2026-08-25T19:51:03.101Z | Checking cpufeatures v0.2.17 |
| 2699 | 2026-08-25T19:51:03.129Z | Checking http-body v1.0.1 |
| 2700 | 2026-08-25T19:51:03.151Z | Checking tracing v0.1.44 |
| 2701 | 2026-08-25T19:51:03.168Z | Checking rand v0.9.2 |
| 2702 | 2026-08-25T19:51:03.189Z | Checking pkcs8 v0.10.2 |
| 2703 | 2026-08-25T19:51:03.247Z | Checking rustls-pki-types v1.14.0 |
| 2704 | 2026-08-25T19:51:03.260Z | Checking semver v1.0.28 |
| 2705 | 2026-08-25T19:51:03.341Z | Checking spin v0.9.8 |
| 2706 | 2026-08-25T19:51:03.355Z | Checking anstyle v1.0.14 |
| 2707 | 2026-08-25T19:51:03.450Z | Checking utf8parse v0.2.2 |
| 2708 | 2026-08-25T19:51:03.461Z | Checking tinyvec_macros v0.1.1 |
| 2709 | 2026-08-25T19:51:03.525Z | Checking adler2 v2.0.1 |
| 2710 | 2026-08-25T19:51:03.538Z | Checking openssl-probe v0.2.1 |
| 2711 | 2026-08-25T19:51:03.552Z | Checking cmov v0.5.4 |
| 2712 | 2026-08-25T19:51:03.565Z | Checking anstyle-parse v1.0.0 |
| 2713 | 2026-08-25T19:51:03.577Z | Checking tinyvec v1.10.0 |
| 2714 | 2026-08-25T19:51:03.628Z | Checking miniz_oxide v0.8.9 |
| 2715 | 2026-08-25T19:51:03.641Z | Checking schemars v0.8.22 |
| 2716 | 2026-08-25T19:51:03.654Z | Checking sha2 v0.10.9 |
| 2717 | 2026-08-25T19:51:03.716Z | Checking terminal_size v0.4.3 |
| 2718 | 2026-08-25T19:51:03.741Z | Checking ctutils v0.4.2 |
| 2719 | 2026-08-25T19:51:03.809Z | Checking aws-lc-sys v0.40.0 |
| 2720 | 2026-08-25T19:51:03.830Z | Checking thiserror v2.0.18 |
| 2721 | 2026-08-25T19:51:03.893Z | Checking untrusted v0.7.1 |
| 2722 | 2026-08-25T19:51:03.929Z | Checking colorchoice v1.0.4 |
| 2723 | 2026-08-25T19:51:03.929Z | Checking anstyle-query v1.1.5 |
| 2724 | 2026-08-25T19:51:03.953Z | Checking fastrand v2.3.0 |
| 2725 | 2026-08-25T19:51:03.983Z | Checking try-lock v0.2.5 |
| 2726 | 2026-08-25T19:51:04.003Z | Checking atomic-waker v1.1.2 |
| 2727 | 2026-08-25T19:51:04.025Z | Checking tower-layer v0.3.3 |
| 2728 | 2026-08-25T19:51:04.025Z | Checking is_terminal_polyfill v1.70.2 |
| 2729 | 2026-08-25T19:51:04.075Z | Checking tower-service v0.3.3 |
| 2730 | 2026-08-25T19:51:04.099Z | Checking want v0.3.1 |
| 2731 | 2026-08-25T19:51:04.120Z | Checking anstream v1.0.0 |
| 2732 | 2026-08-25T19:51:04.133Z | Checking tempfile v3.27.0 |
| 2733 | 2026-08-25T19:51:04.161Z | Checking hybrid-array v0.4.13 |
| 2734 | 2026-08-25T19:51:04.174Z | Checking ipnet v2.12.0 |
| 2735 | 2026-08-25T19:51:04.219Z | Checking crc32fast v1.5.0 |
| 2736 | 2026-08-25T19:51:04.292Z | Checking httparse v1.10.1 |
| 2737 | 2026-08-25T19:51:04.310Z | Checking aws-lc-rs v1.16.3 |
| 2738 | 2026-08-25T19:51:04.323Z | Checking aho-corasick v1.1.4 |
| 2739 | 2026-08-25T19:51:04.334Z | Checking httpdate v1.0.3 |
| 2740 | 2026-08-25T19:51:04.350Z | Checking foreign-types-shared v0.1.1 |
| 2741 | 2026-08-25T19:51:04.426Z | Checking untrusted v0.9.0 |
| 2742 | 2026-08-25T19:51:04.440Z | Checking plain v0.2.3 |
| 2743 | 2026-08-25T19:51:04.474Z | Checking tap v1.0.1 |
| 2744 | 2026-08-25T19:51:04.496Z | Checking foreign-types v0.3.2 |
| 2745 | 2026-08-25T19:51:04.536Z | Checking unicode-normalization v0.1.25 |
| 2746 | 2026-08-25T19:51:04.545Z | Checking rand_chacha v0.3.1 |
| 2747 | 2026-08-25T19:51:04.559Z | Checking signature v2.2.0 |
| 2748 | 2026-08-25T19:51:04.573Z | Checking wyz v0.5.1 |
| 2749 | 2026-08-25T19:51:04.687Z | Checking radium v0.7.0 |
| 2750 | 2026-08-25T19:51:04.741Z | Checking hex v0.4.3 |
| 2751 | 2026-08-25T19:51:04.745Z | Checking num-integer v0.1.46 |
| 2752 | 2026-08-25T19:51:04.857Z | Checking openssl-sys v0.9.117 |
| 2753 | 2026-08-25T19:51:04.885Z | Checking tokio-util v0.7.18 |
| 2754 | 2026-08-25T19:51:04.899Z | Checking wait-timeout v0.2.1 |
| 2755 | 2026-08-25T19:51:04.922Z | Checking bit-vec v0.8.0 |
| 2756 | 2026-08-25T19:51:04.962Z | Checking strsim v0.11.1 |
| 2757 | 2026-08-25T19:51:04.975Z | Checking quick-error v1.2.3 |
| 2758 | 2026-08-25T19:51:04.987Z | Checking regex-automata v0.4.14 |
| 2759 | 2026-08-25T19:51:05.011Z | Checking funty v2.0.0 |
| 2760 | 2026-08-25T19:51:05.072Z | Checking clap_lex v1.0.0 |
| 2761 | 2026-08-25T19:51:05.112Z | Checking ucd-trie v0.1.7 |
| 2762 | 2026-08-25T19:51:05.124Z | Checking unicode-ident v1.0.24 |
| 2763 | 2026-08-25T19:51:05.139Z | Checking rustls-webpki v0.103.13 |
| 2764 | 2026-08-25T19:51:05.218Z | Checking clap_builder v4.6.0 |
| 2765 | 2026-08-25T19:51:05.232Z | Checking proc-macro2 v1.0.106 |
| 2766 | 2026-08-25T19:51:05.234Z | Checking openssl v0.10.80 |
| 2767 | 2026-08-25T19:51:05.256Z | Checking pest v2.8.6 |
| 2768 | 2026-08-25T19:51:05.326Z | Checking bitvec v1.0.1 |
| 2769 | 2026-08-25T19:51:05.499Z | Checking h2 v0.4.15 |
| 2770 | 2026-08-25T19:51:05.537Z | Checking bit-set v0.8.0 |
| 2771 | 2026-08-25T19:51:05.552Z | Checking rustls v0.23.41 |
| 2772 | 2026-08-25T19:51:05.677Z | Checking rusty-fork v0.3.1 |
| 2773 | 2026-08-25T19:51:05.849Z | Checking num-iter v0.1.45 |
| 2774 | 2026-08-25T19:51:05.958Z | Checking rand v0.8.6 |
| 2775 | 2026-08-25T19:51:06.292Z | Checking lazy_static v1.5.0 |
| 2776 | 2026-08-25T19:51:06.382Z | Checking rand_xorshift v0.4.0 |
| 2777 | 2026-08-25T19:51:06.422Z | Checking hmac v0.12.1 |
| 2778 | 2026-08-25T19:51:06.465Z | Checking thiserror v1.0.69 |
| 2779 | 2026-08-25T19:51:06.503Z | Checking maybe-uninit v2.0.0 |
| 2780 | 2026-08-25T19:51:06.552Z | Checking toml_datetime v0.6.11 |
| 2781 | 2026-08-25T19:51:06.566Z | Checking serde_spanned v0.6.9 |
| 2782 | 2026-08-25T19:51:06.575Z | Checking sync_wrapper v1.0.2 |
| 2783 | 2026-08-25T19:51:06.631Z | Checking unarray v0.1.4 |
| 2784 | 2026-08-25T19:51:06.676Z | Checking nodrop v0.1.14 |
| 2785 | 2026-08-25T19:51:06.685Z | Checking zlib-rs v0.6.2 |
| 2786 | 2026-08-25T19:51:06.726Z | Checking powerfmt v0.2.0 |
| 2787 | 2026-08-25T19:51:06.737Z | Checking pretty-hex v0.4.1 |
| 2788 | 2026-08-25T19:51:06.756Z | Checking siphasher v1.0.2 |
| 2789 | 2026-08-25T19:51:06.779Z | Checking crc-catalog v2.4.0 |
| 2790 | 2026-08-25T19:51:06.851Z | Checking array-init v0.0.4 |
| 2791 | 2026-08-25T19:51:06.860Z | Checking crc v3.4.0 |
| 2792 | 2026-08-25T19:51:06.872Z | Checking deranged v0.5.8 |
| 2793 | 2026-08-25T19:51:06.908Z | Checking proptest v1.11.0 |
| 2794 | 2026-08-25T19:51:07.028Z | Checking tower v0.5.3 |
| 2795 | 2026-08-25T19:51:07.139Z | Checking packed_struct v0.10.1 |
| 2796 | 2026-08-25T19:51:07.215Z | Checking native-tls v0.2.18 |
| 2797 | 2026-08-25T19:51:07.394Z | Checking smallvec v0.6.14 |
| 2798 | 2026-08-25T19:51:07.411Z | Checking num-bigint-dig v0.8.6 |
| 2799 | 2026-08-25T19:51:07.547Z | Checking flate2 v1.1.9 |
| 2800 | 2026-08-25T19:51:07.578Z | Checking clap v4.6.1 |
| 2801 | 2026-08-25T19:51:07.660Z | Checking quote v1.0.45 |
| 2802 | 2026-08-25T19:51:07.770Z | Checking ipnetwork v0.21.1 |
| 2803 | 2026-08-25T19:51:07.782Z | Checking pkcs1 v0.7.5 |
| 2804 | 2026-08-25T19:51:07.828Z | Checking http-body-util v0.1.3 |
| 2805 | 2026-08-25T19:51:07.838Z | Checking crossbeam-utils v0.8.21 |
| 2806 | 2026-08-25T19:51:07.976Z | Checking bitfield v0.19.4 |
| 2807 | 2026-08-25T19:51:07.979Z | Checking zerocopy v0.6.6 |
| 2808 | 2026-08-25T19:51:08.042Z | Checking ahash v0.8.12 |
| 2809 | 2026-08-25T19:51:08.174Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2810 | 2026-08-25T19:51:08.178Z | Checking scroll v0.13.0 |
| 2811 | 2026-08-25T19:51:08.212Z | Checking env_filter v2.0.0 |
| 2812 | 2026-08-25T19:51:08.233Z | Checking unicode-properties v0.1.4 |
| 2813 | 2026-08-25T19:51:08.246Z | Checking winnow v0.5.40 |
| 2814 | 2026-08-25T19:51:08.258Z | Checking base64 v0.21.7 |
| 2815 | 2026-08-25T19:51:08.273Z | Checking hyper v1.10.1 |
| 2816 | 2026-08-25T19:51:08.285Z | Checking num_threads v0.1.7 |
| 2817 | 2026-08-25T19:51:08.349Z | Checking time-core v0.1.8 |
| 2818 | 2026-08-25T19:51:08.368Z | Checking gimli v0.32.3 |
| 2819 | 2026-08-25T19:51:08.408Z | Checking unicode-bidi v0.3.18 |
| 2820 | 2026-08-25T19:51:08.408Z | Checking hashbrown v0.12.3 |
| 2821 | 2026-08-25T19:51:08.485Z | Checking allocator-api2 v0.2.21 |
| 2822 | 2026-08-25T19:51:08.515Z | Checking iri-string v0.7.10 |
| 2823 | 2026-08-25T19:51:08.698Z | Checking ryu v1.0.23 |
| 2824 | 2026-08-25T19:51:08.712Z | Checking num-conv v0.2.0 |
| 2825 | 2026-08-25T19:51:08.769Z | Checking stringprep v0.1.5 |
| 2826 | 2026-08-25T19:51:08.827Z | Checking time v0.3.47 |
| 2827 | 2026-08-25T19:51:08.839Z | Checking serde_urlencoded v0.7.1 |
| 2828 | 2026-08-25T19:51:08.851Z | Checking indexmap v1.9.3 |
| 2829 | 2026-08-25T19:51:08.922Z | Checking newtype-uuid v1.3.2 |
| 2830 | 2026-08-25T19:51:09.044Z | Checking ron v0.8.1 |
| 2831 | 2026-08-25T19:51:09.125Z | Checking goblin v0.10.5 |
| 2832 | 2026-08-25T19:51:09.163Z | Checking env_logger v0.11.11 |
| 2833 | 2026-08-25T19:51:09.236Z | Checking hyper-util v0.1.20 |
| 2834 | 2026-08-25T19:51:09.345Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2835 | 2026-08-25T19:51:09.411Z | Checking toml_edit v0.19.15 |
| 2836 | 2026-08-25T19:51:09.499Z | Checking bzip2 v0.4.4 |
| 2837 | 2026-08-25T19:51:09.538Z | Checking tower-http v0.6.8 |
| 2838 | 2026-08-25T19:51:09.554Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2839 | 2026-08-25T19:51:09.660Z | Checking hashbrown v0.13.2 |
| 2840 | 2026-08-25T19:51:09.808Z | Checking rsa v0.9.10 |
| 2841 | 2026-08-25T19:51:09.904Z | Checking addr2line v0.25.1 |
| 2842 | 2026-08-25T19:51:09.928Z | Checking crossbeam-epoch v0.9.18 |
| 2843 | 2026-08-25T19:51:10.080Z | Checking oxnet v0.1.6 |
| 2844 | 2026-08-25T19:51:10.154Z | Checking syn v2.0.117 |
| 2845 | 2026-08-25T19:51:10.170Z | Checking serde-hex v0.1.0 |
| 2846 | 2026-08-25T19:51:10.278Z | Checking tokio-native-tls v0.3.1 |
| 2847 | 2026-08-25T19:51:10.333Z | Checking bstr v1.12.1 |
| 2848 | 2026-08-25T19:51:10.433Z | Checking block-padding v0.4.2 |
| 2849 | 2026-08-25T19:51:10.433Z | Checking crypto-common v0.2.2 |
| 2850 | 2026-08-25T19:51:10.481Z | Checking block-buffer v0.12.1 |
| 2851 | 2026-08-25T19:51:10.583Z | Checking rustls-native-certs v0.8.3 |
| 2852 | 2026-08-25T19:51:10.647Z | Checking x509-cert v0.2.5 |
| 2853 | 2026-08-25T19:51:10.725Z | Checking scroll v0.12.0 |
| 2854 | 2026-08-25T19:51:10.725Z | Checking object v0.37.3 |
| 2855 | 2026-08-25T19:51:10.960Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2856 | 2026-08-25T19:51:11.017Z | Checking md-5 v0.10.6 |
| 2857 | 2026-08-25T19:51:11.070Z | Checking hash32 v0.2.1 |
| 2858 | 2026-08-25T19:51:11.159Z | Checking encoding_rs v0.8.35 |
| 2859 | 2026-08-25T19:51:11.229Z | Checking either v1.15.0 |
| 2860 | 2026-08-25T19:51:11.287Z | Checking psl-types v2.0.11 |
| 2861 | 2026-08-25T19:51:11.402Z | Checking mime v0.3.17 |
| 2862 | 2026-08-25T19:51:11.415Z | Checking crc-any v2.5.0 |
| 2863 | 2026-08-25T19:51:11.427Z | Checking rustc-demangle v0.1.27 |
| 2864 | 2026-08-25T19:51:11.577Z | Checking fallible-iterator v0.2.0 |
| 2865 | 2026-08-25T19:51:11.593Z | Checking dof v0.4.0 |
| 2866 | 2026-08-25T19:51:11.630Z | Checking publicsuffix v2.3.0 |
| 2867 | 2026-08-25T19:51:11.644Z | Checking heapless v0.7.17 |
| 2868 | 2026-08-25T19:51:11.788Z | Checking zstd-safe v7.2.4 |
| 2869 | 2026-08-25T19:51:11.854Z | Checking postgres-protocol v0.6.10 |
| 2870 | 2026-08-25T19:51:11.953Z | Checking goblin v0.8.2 |
| 2871 | 2026-08-25T19:51:12.054Z | Checking inout v0.2.2 |
| 2872 | 2026-08-25T19:51:12.095Z | Checking hyper-tls v0.6.0 |
| 2873 | 2026-08-25T19:51:12.168Z | Checking toml v0.7.8 |
| 2874 | 2026-08-25T19:51:12.203Z | Checking daft v0.1.8 |
| 2875 | 2026-08-25T19:51:12.217Z | Checking object v0.30.4 |
| 2876 | 2026-08-25T19:51:12.266Z | Checking cookie v0.18.1 |
| 2877 | 2026-08-25T19:51:12.392Z | Checking zip v0.6.6 |
| 2878 | 2026-08-25T19:51:12.445Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2879 | 2026-08-25T19:51:12.477Z | Checking tokio-rustls v0.26.4 |
| 2880 | 2026-08-25T19:51:12.492Z | Checking phf_shared v0.13.1 |
| 2881 | 2026-08-25T19:51:12.547Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2882 | 2026-08-25T19:51:12.606Z | Checking dtrace-parser v0.3.0 |
| 2883 | 2026-08-25T19:51:12.682Z | Checking pin-project v1.1.11 |
| 2884 | 2026-08-25T19:51:12.699Z | Checking zerocopy v0.7.35 |
| 2885 | 2026-08-25T19:51:12.717Z | Checking signal-hook v0.3.18 |
| 2886 | 2026-08-25T19:51:12.773Z | Checking futures-executor v0.3.32 |
| 2887 | 2026-08-25T19:51:12.839Z | Checking ff v0.13.1 |
| 2888 | 2026-08-25T19:51:12.899Z | Checking thread-id v5.1.0 |
| 2889 | 2026-08-25T19:51:12.918Z | Checking same-file v1.0.6 |
| 2890 | 2026-08-25T19:51:12.967Z | Checking smawk v0.3.2 |
| 2891 | 2026-08-25T19:51:12.979Z | Checking foldhash v0.1.5 |
| 2892 | 2026-08-25T19:51:13.027Z | Checking backtrace v0.3.76 |
| 2893 | 2026-08-25T19:51:13.040Z | Checking libbz2-rs-sys v0.2.2 |
| 2894 | 2026-08-25T19:51:13.090Z | Checking unicode-linebreak v0.1.5 |
| 2895 | 2026-08-25T19:51:13.104Z | Checking is_ci v1.2.0 |
| 2896 | 2026-08-25T19:51:13.183Z | Checking base16ct v0.2.0 |
| 2897 | 2026-08-25T19:51:13.195Z | Checking managed v0.8.0 |
| 2898 | 2026-08-25T19:51:13.292Z | Checking path-slash v0.1.5 |
| 2899 | 2026-08-25T19:51:13.309Z | Checking unicode-width v0.2.0 |
| 2900 | 2026-08-25T19:51:13.317Z | Checking bumpalo v3.20.2 |
| 2901 | 2026-08-25T19:51:13.378Z | Checking jiff-core v0.1.0 |
| 2902 | 2026-08-25T19:51:13.392Z | Compiling rayon-core v1.13.0 |
| 2903 | 2026-08-25T19:51:13.425Z | Checking bitflags v1.3.2 |
| 2904 | 2026-08-25T19:51:13.493Z | Checking foldhash v0.2.0 |
| 2905 | 2026-08-25T19:51:13.511Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2906 | 2026-08-25T19:51:13.514Z | Checking zopfli v0.8.3 |
| 2907 | 2026-08-25T19:51:13.560Z | Checking textwrap v0.16.2 |
| 2908 | 2026-08-25T19:51:13.588Z | Checking smoltcp v0.9.1 |
| 2909 | 2026-08-25T19:51:13.650Z | Checking hashbrown v0.16.1 |
| 2910 | 2026-08-25T19:51:13.702Z | Checking bzip2 v0.6.1 |
| 2911 | 2026-08-25T19:51:13.770Z | Checking backtrace-ext v0.2.1 |
| 2912 | 2026-08-25T19:51:13.852Z | Checking sec1 v0.7.3 |
| 2913 | 2026-08-25T19:51:13.857Z | Checking dof v0.3.0 |
| 2914 | 2026-08-25T19:51:13.876Z | Checking supports-color v3.0.2 |
| 2915 | 2026-08-25T19:51:13.879Z | Checking hashbrown v0.15.5 |
| 2916 | 2026-08-25T19:51:13.996Z | Checking walkdir v2.5.0 |
| 2917 | 2026-08-25T19:51:14.056Z | Checking usdt-impl v0.6.0 |
| 2918 | 2026-08-25T19:51:14.076Z | Checking jiff v0.2.34 |
| 2919 | 2026-08-25T19:51:14.139Z | Checking group v0.13.0 |
| 2920 | 2026-08-25T19:51:14.151Z | Checking futures v0.3.32 |
| 2921 | 2026-08-25T19:51:14.163Z | Checking signal-hook-mio v0.2.5 |
| 2922 | 2026-08-25T19:51:14.180Z | Checking snafu v0.8.9 |
| 2923 | 2026-08-25T19:51:14.222Z | Checking hyper-rustls v0.27.7 |
| 2924 | 2026-08-25T19:51:14.263Z | Checking phf v0.13.1 |
| 2925 | 2026-08-25T19:51:14.281Z | Checking cookie_store v0.22.1 |
| 2926 | 2026-08-25T19:51:14.315Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2927 | 2026-08-25T19:51:14.338Z | Checking reqwest v0.12.28 |
| 2928 | 2026-08-25T19:51:14.356Z | Checking cipher v0.5.2 |
| 2929 | 2026-08-25T19:51:14.402Z | Checking postgres-types v0.2.12 |
| 2930 | 2026-08-25T19:51:14.417Z | Checking zstd v0.13.3 |
| 2931 | 2026-08-25T19:51:14.432Z | Checking globset v0.4.18 |
| 2932 | 2026-08-25T19:51:14.593Z | Checking rustls-platform-verifier v0.6.2 |
| 2933 | 2026-08-25T19:51:14.604Z | Checking crossbeam-deque v0.8.6 |
| 2934 | 2026-08-25T19:51:14.618Z | Checking phf_shared v0.11.3 |
| 2935 | 2026-08-25T19:51:14.641Z | Checking regex v1.12.3 |
| 2936 | 2026-08-25T19:51:14.677Z | Checking dtrace-parser v0.2.0 |
| 2937 | 2026-08-25T19:51:14.714Z | Checking hkdf v0.12.4 |
| 2938 | 2026-08-25T19:51:14.731Z | Checking byte-wrapper v0.1.0 |
| 2939 | 2026-08-25T19:51:14.755Z | Checking curve25519-dalek v4.1.3 |
| 2940 | 2026-08-25T19:51:14.779Z | Checking ref-cast v1.0.25 |
| 2941 | 2026-08-25T19:51:14.847Z | Checking strum v0.27.2 |
| 2942 | 2026-08-25T19:51:14.876Z | Checking olpc-cjson v0.1.4 |
| 2943 | 2026-08-25T19:51:14.907Z | Checking hubpack v0.1.2 |
| 2944 | 2026-08-25T19:51:14.931Z | Checking ed25519 v2.2.3 |
| 2945 | 2026-08-25T19:51:14.936Z | Checking memoffset v0.9.1 |
| 2946 | 2026-08-25T19:51:14.956Z | Checking rustix v0.38.44 |
| 2947 | 2026-08-25T19:51:15.004Z | Checking owo-colors v4.3.0 |
| 2948 | 2026-08-25T19:51:15.018Z | Checking pem v3.0.6 |
| 2949 | 2026-08-25T19:51:15.071Z | Checking crypto-bigint v0.5.5 |
| 2950 | 2026-08-25T19:51:15.088Z | Checking erased-serde v0.3.31 |
| 2951 | 2026-08-25T19:51:15.115Z | Checking serde-big-array v0.5.1 |
| 2952 | 2026-08-25T19:51:15.168Z | Checking serde_plain v1.0.2 |
| 2953 | 2026-08-25T19:51:15.245Z | Checking float-cmp v0.10.0 |
| 2954 | 2026-08-25T19:51:15.310Z | Checking thread-id v4.2.2 |
| 2955 | 2026-08-25T19:51:15.368Z | Checking memmap2 v0.9.10 |
| 2956 | 2026-08-25T19:51:15.390Z | Checking data-encoding v2.10.0 |
| 2957 | 2026-08-25T19:51:15.468Z | Checking cpufeatures v0.3.0 |
| 2958 | 2026-08-25T19:51:15.528Z | Checking static_assertions v1.1.0 |
| 2959 | 2026-08-25T19:51:15.540Z | Checking fixedbitset v0.5.7 |
| 2960 | 2026-08-25T19:51:15.543Z | Checking keccak v0.1.6 |
| 2961 | 2026-08-25T19:51:15.566Z | Checking precomputed-hash v0.1.1 |
| 2962 | 2026-08-25T19:51:15.595Z | Checking supports-hyperlinks v3.2.0 |
| 2963 | 2026-08-25T19:51:15.644Z | Checking typed-path v0.9.3 |
| 2964 | 2026-08-25T19:51:15.656Z | Checking unicode-width v0.1.14 |
| 2965 | 2026-08-25T19:51:15.701Z | Checking predicates-core v1.0.10 |
| 2966 | 2026-08-25T19:51:15.714Z | Checking winnow v1.0.3 |
| 2967 | 2026-08-25T19:51:15.728Z | Checking toml_write v0.1.2 |
| 2968 | 2026-08-25T19:51:15.740Z | Checking supports-unicode v3.0.0 |
| 2969 | 2026-08-25T19:51:15.819Z | Checking winnow v0.7.14 |
| 2970 | 2026-08-25T19:51:15.842Z | Checking whoami v2.1.0 |
| 2971 | 2026-08-25T19:51:15.884Z | Checking fixedbitset v0.4.2 |
| 2972 | 2026-08-25T19:51:15.896Z | Checking difflib v0.4.0 |
| 2973 | 2026-08-25T19:51:15.971Z | Checking unicode-segmentation v1.12.0 |
| 2974 | 2026-08-25T19:51:15.984Z | Checking normalize-line-endings v0.3.0 |
| 2975 | 2026-08-25T19:51:16.026Z | Checking new_debug_unreachable v1.0.6 |
| 2976 | 2026-08-25T19:51:16.029Z | Checking const-oid v0.10.2 |
| 2977 | 2026-08-25T19:51:16.068Z | Checking tokio-postgres v0.7.16 |
| 2978 | 2026-08-25T19:51:16.071Z | Checking predicates v3.1.4 |
| 2979 | 2026-08-25T19:51:16.093Z | Checking string_cache v0.8.9 |
| 2980 | 2026-08-25T19:51:16.188Z | Checking digest v0.11.3 |
| 2981 | 2026-08-25T19:51:16.254Z | Checking petgraph v0.6.5 |
| 2982 | 2026-08-25T19:51:16.275Z | Checking similar v2.7.0 |
| 2983 | 2026-08-25T19:51:16.369Z | Checking zip v4.6.1 |
| 2984 | 2026-08-25T19:51:16.372Z | Checking elliptic-curve v0.13.8 |
| 2985 | 2026-08-25T19:51:16.409Z | Checking tough v0.22.0 |
| 2986 | 2026-08-25T19:51:16.546Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2987 | 2026-08-25T19:51:16.651Z | Checking miette v7.6.0 |
| 2988 | 2026-08-25T19:51:16.686Z | Checking crossterm v0.28.1 |
| 2989 | 2026-08-25T19:51:16.869Z | Checking petgraph v0.8.3 |
| 2990 | 2026-08-25T19:51:16.932Z | Checking sha3 v0.10.8 |
| 2991 | 2026-08-25T19:51:16.990Z | Checking toml_edit v0.22.27 |
| 2992 | 2026-08-25T19:51:17.139Z | Checking hickory-proto v0.25.2 |
| 2993 | 2026-08-25T19:51:17.156Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2994 | 2026-08-25T19:51:17.339Z | Checking ed25519-dalek v2.2.0 |
| 2995 | 2026-08-25T19:51:17.388Z | Checking chacha20 v0.10.0 |
| 2996 | 2026-08-25T19:51:17.477Z | Checking usdt v0.6.0 |
| 2997 | 2026-08-25T19:51:17.572Z | Checking slog v2.8.2 |
| 2998 | 2026-08-25T19:51:17.642Z | Checking usdt-impl v0.5.0 |
| 2999 | 2026-08-25T19:51:17.655Z | Checking nix v0.31.2 |
| 3000 | 2026-08-25T19:51:17.831Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3001 | 2026-08-25T19:51:17.923Z | Checking iddqd v0.4.2 |
| 3002 | 2026-08-25T19:51:18.398Z | Checking reqwest v0.13.2 |
| 3003 | 2026-08-25T19:51:18.413Z | Checking itertools v0.13.0 |
| 3004 | 2026-08-25T19:51:18.436Z | Checking itertools v0.15.0 |
| 3005 | 2026-08-25T19:51:18.537Z | Checking strum v0.26.3 |
| 3006 | 2026-08-25T19:51:18.650Z | Checking serde_with v3.21.0 |
| 3007 | 2026-08-25T19:51:18.835Z | Checking derive_more v2.1.1 |
| 3008 | 2026-08-25T19:51:18.865Z | Checking fs-err v3.3.0 |
| 3009 | 2026-08-25T19:51:18.935Z | Checking tokio-stream v0.1.18 |
| 3010 | 2026-08-25T19:51:19.163Z | Checking buf-list v1.1.2 |
| 3011 | 2026-08-25T19:51:19.268Z | Checking anyhow v1.0.104 |
| 3012 | 2026-08-25T19:51:19.311Z | Checking camino v1.2.5 |
| 3013 | 2026-08-25T19:51:19.344Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3014 | 2026-08-25T19:51:19.414Z | Checking openapiv3 v2.2.0 |
| 3015 | 2026-08-25T19:51:19.460Z | Checking lalrpop-util v0.19.12 |
| 3016 | 2026-08-25T19:51:19.463Z | Checking peg-runtime v0.8.5 |
| 3017 | 2026-08-25T19:51:19.543Z | Checking illumos-nvpair v0.3.0 |
| 3018 | 2026-08-25T19:51:19.561Z | Checking rayon v1.11.0 |
| 3019 | 2026-08-25T19:51:19.607Z | Checking sigpipe v0.1.3 |
| 3020 | 2026-08-25T19:51:19.610Z | Checking glob v0.3.3 |
| 3021 | 2026-08-25T19:51:20.563Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3022 | 2026-08-25T19:51:20.859Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3023 | 2026-08-25T19:51:21.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s |
| 3024 | 2026-08-25T19:51:21.299Z | |
| 3025 | 2026-08-25T19:51:21.299Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3026 | 2026-08-25T19:51:21.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2026-08-25T19:51:21.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2026-08-25T19:51:21.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2026-08-25T19:51:21.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3030 | 2026-08-25T19:51:21.868Z | |
| 3031 | 2026-08-25T19:51:21.868Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3032 | 2026-08-25T19:51:22.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2026-08-25T19:51:22.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2026-08-25T19:51:22.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2026-08-25T19:51:22.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3036 | 2026-08-25T19:51:22.424Z | |
| 3037 | 2026-08-25T19:51:22.424Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3038 | 2026-08-25T19:51:22.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-08-25T19:51:22.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-08-25T19:51:22.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-08-25T19:51:22.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3042 | 2026-08-25T19:51:23.002Z | |
| 3043 | 2026-08-25T19:51:23.002Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3044 | 2026-08-25T19:51:23.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-08-25T19:51:23.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-08-25T19:51:23.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-08-25T19:51:23.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3048 | 2026-08-25T19:51:23.567Z | |
| 3049 | 2026-08-25T19:51:23.568Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3050 | 2026-08-25T19:51:24.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-08-25T19:51:24.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-08-25T19:51:24.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-08-25T19:51:24.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3054 | 2026-08-25T19:51:24.132Z | |
| 3055 | 2026-08-25T19:51:24.132Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3056 | 2026-08-25T19:51:24.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-08-25T19:51:24.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-08-25T19:51:24.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-08-25T19:51:24.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3060 | 2026-08-25T19:51:24.704Z | |
| 3061 | 2026-08-25T19:51:24.704Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3062 | 2026-08-25T19:51:25.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-08-25T19:51:25.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-08-25T19:51:25.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-08-25T19:51:25.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3066 | 2026-08-25T19:51:25.260Z | |
| 3067 | 2026-08-25T19:51:25.260Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3068 | 2026-08-25T19:51:25.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-08-25T19:51:25.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-08-25T19:51:25.943Z | Compiling multer v3.1.0 |
| 3071 | 2026-08-25T19:51:26.055Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3072 | 2026-08-25T19:51:26.060Z | Compiling async-stream-impl v0.3.6 |
| 3073 | 2026-08-25T19:51:26.071Z | Compiling serde_tokenstream v0.3.0 |
| 3074 | 2026-08-25T19:51:26.078Z | Compiling dropshot v0.17.1 |
| 3075 | 2026-08-25T19:51:26.090Z | Compiling parse-display-derive v0.10.0 |
| 3076 | 2026-08-25T19:51:26.102Z | Compiling newtype-uuid-macros v0.1.0 |
| 3077 | 2026-08-25T19:51:26.106Z | Compiling dropshot_endpoint v0.17.1 |
| 3078 | 2026-08-25T19:51:26.270Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3079 | 2026-08-25T19:51:26.332Z | Checking thread_local v1.1.9 |
| 3080 | 2026-08-25T19:51:26.363Z | Compiling oxide-generation-macros v0.2.0 |
| 3081 | 2026-08-25T19:51:26.423Z | Checking match_cfg v0.1.0 |
| 3082 | 2026-08-25T19:51:26.492Z | Checking compression-core v0.4.31 |
| 3083 | 2026-08-25T19:51:26.509Z | Checking hostname v0.3.1 |
| 3084 | 2026-08-25T19:51:26.606Z | Checking crossbeam-channel v0.5.15 |
| 3085 | 2026-08-25T19:51:26.623Z | Checking compression-codecs v0.4.37 |
| 3086 | 2026-08-25T19:51:26.623Z | Checking atomicwrites v0.4.4 |
| 3087 | 2026-08-25T19:51:26.701Z | Checking slog-json v2.6.1 |
| 3088 | 2026-08-25T19:51:26.756Z | Checking serde_spanned v1.1.1 |
| 3089 | 2026-08-25T19:51:26.798Z | Checking is-terminal v0.4.17 |
| 3090 | 2026-08-25T19:51:26.859Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3091 | 2026-08-25T19:51:26.866Z | Checking debug-ignore v1.0.5 |
| 3092 | 2026-08-25T19:51:26.880Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3093 | 2026-08-25T19:51:26.891Z | Checking take_mut v0.2.2 |
| 3094 | 2026-08-25T19:51:26.932Z | Checking term v1.2.1 |
| 3095 | 2026-08-25T19:51:26.961Z | Checking slog-bunyan v2.5.0 |
| 3096 | 2026-08-25T19:51:26.992Z | Checking slog-async v2.8.0 |
| 3097 | 2026-08-25T19:51:27.049Z | Checking async-compression v0.4.41 |
| 3098 | 2026-08-25T19:51:27.052Z | Checking toml v1.1.2+spec-1.1.0 |
| 3099 | 2026-08-25T19:51:27.075Z | Checking async-stream v0.3.6 |
| 3100 | 2026-08-25T19:51:27.093Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3101 | 2026-08-25T19:51:27.153Z | Checking slog-term v2.9.2 |
| 3102 | 2026-08-25T19:51:27.167Z | Checking progenitor-client v0.14.0 |
| 3103 | 2026-08-25T19:51:27.196Z | Checking sha1 v0.11.0 |
| 3104 | 2026-08-25T19:51:27.288Z | Checking oxide-generation v0.1.3 |
| 3105 | 2026-08-25T19:51:27.387Z | Checking waitgroup v0.1.2 |
| 3106 | 2026-08-25T19:51:27.390Z | Checking rustls-pemfile v2.2.0 |
| 3107 | 2026-08-25T19:51:27.411Z | Checking backon v1.6.0 |
| 3108 | 2026-08-25T19:51:27.430Z | Checking serde_path_to_error v0.1.20 |
| 3109 | 2026-08-25T19:51:27.484Z | Checking hostname v0.4.2 |
| 3110 | 2026-08-25T19:51:27.512Z | Checking instant v0.1.13 |
| 3111 | 2026-08-25T19:51:27.593Z | Checking progenitor-extras v0.2.0 |
| 3112 | 2026-08-25T19:51:27.596Z | Checking backoff v0.4.0 |
| 3113 | 2026-08-25T19:51:27.640Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3114 | 2026-08-25T19:51:27.727Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3115 | 2026-08-25T19:51:27.753Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3116 | 2026-08-25T19:51:27.766Z | Checking parse-display v0.10.0 |
| 3117 | 2026-08-25T19:51:27.771Z | Checking regress v0.10.5 |
| 3118 | 2026-08-25T19:51:27.797Z | Checking itertools v0.14.0 |
| 3119 | 2026-08-25T19:51:27.906Z | Checking macaddr v1.0.1 |
| 3120 | 2026-08-25T19:51:28.073Z | Checking humantime v2.3.0 |
| 3121 | 2026-08-25T19:51:28.909Z | Compiling prettyplease v0.2.37 |
| 3122 | 2026-08-25T19:51:29.227Z | Checking num-rational v0.4.2 |
| 3123 | 2026-08-25T19:51:29.498Z | Checking num-complex v0.4.6 |
| 3124 | 2026-08-25T19:51:29.842Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3125 | 2026-08-25T19:51:29.891Z | Compiling num v0.4.3 |
| 3126 | 2026-08-25T19:51:30.030Z | Compiling usdt-macro v0.5.0 |
| 3127 | 2026-08-25T19:51:30.045Z | Compiling usdt-attr-macro v0.5.0 |
| 3128 | 2026-08-25T19:51:30.056Z | Checking memmap v0.7.0 |
| 3129 | 2026-08-25T19:51:30.105Z | Checking float-ord v0.3.2 |
| 3130 | 2026-08-25T19:51:30.210Z | Compiling convert_case v0.4.0 |
| 3131 | 2026-08-25T19:51:30.584Z | Compiling derive_more v0.99.20 |
| 3132 | 2026-08-25T19:51:30.659Z | Checking newline-converter v0.3.0 |
| 3133 | 2026-08-25T19:51:30.754Z | Checking console v0.15.11 |
| 3134 | 2026-08-25T19:51:30.771Z | Compiling toml v0.8.23 |
| 3135 | 2026-08-25T19:51:30.810Z | Checking usdt v0.5.0 |
| 3136 | 2026-08-25T19:51:30.981Z | Checking linked-hash-map v0.5.6 |
| 3137 | 2026-08-25T19:51:31.029Z | Compiling minimal-lexical v0.2.1 |
| 3138 | 2026-08-25T19:51:31.150Z | Checking lru-cache v0.1.2 |
| 3139 | 2026-08-25T19:51:31.270Z | Compiling nom v7.1.3 |
| 3140 | 2026-08-25T19:51:31.283Z | Checking expectorate v1.2.0 |
| 3141 | 2026-08-25T19:51:31.428Z | Checking camino-tempfile v1.4.1 |
| 3142 | 2026-08-25T19:51:31.592Z | Checking hickory-proto v0.24.4 |
| 3143 | 2026-08-25T19:51:31.735Z | Checking phf_shared v0.12.1 |
| 3144 | 2026-08-25T19:51:31.867Z | Compiling slog-dtrace v0.3.0 |
| 3145 | 2026-08-25T19:51:31.896Z | Compiling unicode-xid v0.2.6 |
| 3146 | 2026-08-25T19:51:32.007Z | Checking heck v0.5.0 |
| 3147 | 2026-08-25T19:51:32.143Z | Checking resolv-conf v0.7.6 |
| 3148 | 2026-08-25T19:51:32.297Z | Compiling chrono-tz v0.10.4 |
| 3149 | 2026-08-25T19:51:32.372Z | Compiling const_format_proc_macros v0.2.34 |
| 3150 | 2026-08-25T19:51:32.495Z | Checking phf v0.12.1 |
| 3151 | 2026-08-25T19:51:32.574Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3152 | 2026-08-25T19:51:32.618Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3153 | 2026-08-25T19:51:32.637Z | Checking tokio-dtrace v0.1.1 |
| 3154 | 2026-08-25T19:51:32.821Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3155 | 2026-08-25T19:51:33.064Z | Compiling derive-where v1.6.0 |
| 3156 | 2026-08-25T19:51:33.125Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3157 | 2026-08-25T19:51:33.349Z | Checking highway v1.3.0 |
| 3158 | 2026-08-25T19:51:33.397Z | Checking hickory-resolver v0.24.4 |
| 3159 | 2026-08-25T19:51:33.616Z | Checking const_format v0.2.35 |
| 3160 | 2026-08-25T19:51:33.854Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3161 | 2026-08-25T19:51:34.156Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3162 | 2026-08-25T19:51:34.213Z | Checking oxide-tokio-rt v0.1.4 |
| 3163 | 2026-08-25T19:51:34.401Z | Checking qorb v0.4.1 |
| 3164 | 2026-08-25T19:51:34.440Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3165 | 2026-08-25T19:51:34.480Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3166 | 2026-08-25T19:51:34.615Z | Checking gethostname v0.5.0 |
| 3167 | 2026-08-25T19:51:34.651Z | Checking bcs v0.1.6 |
| 3168 | 2026-08-25T19:51:34.697Z | Checking termtree v0.5.1 |
| 3169 | 2026-08-25T19:51:34.723Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3170 | 2026-08-25T19:51:37.748Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3171 | 2026-08-25T19:51:40.807Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3172 | 2026-08-25T19:51:43.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.74s |
| 3173 | 2026-08-25T19:51:43.179Z | |
| 3174 | 2026-08-25T19:51:43.179Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3175 | 2026-08-25T19:51:43.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2026-08-25T19:51:43.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2026-08-25T19:51:43.859Z | Compiling ar_archive_writer v0.5.1 |
| 3178 | 2026-08-25T19:51:43.969Z | Compiling stacker v0.1.23 |
| 3179 | 2026-08-25T19:51:43.977Z | Compiling cfg_aliases v0.1.1 |
| 3180 | 2026-08-25T19:51:43.984Z | Compiling proc-macro-error v1.0.4 |
| 3181 | 2026-08-25T19:51:43.993Z | Checking fd-lock v4.0.4 |
| 3182 | 2026-08-25T19:51:43.996Z | Checking nibble_vec v0.1.0 |
| 3183 | 2026-08-25T19:51:43.996Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3184 | 2026-08-25T19:51:43.996Z | Checking vte v0.14.1 |
| 3185 | 2026-08-25T19:51:44.035Z | Compiling nix v0.28.0 |
| 3186 | 2026-08-25T19:51:44.114Z | Checking bytecount v0.6.9 |
| 3187 | 2026-08-25T19:51:44.129Z | Checking endian-type v0.1.2 |
| 3188 | 2026-08-25T19:51:44.164Z | Checking strip-ansi-escapes v0.2.1 |
| 3189 | 2026-08-25T19:51:44.215Z | Checking papergrid v0.11.0 |
| 3190 | 2026-08-25T19:51:44.232Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3191 | 2026-08-25T19:51:44.250Z | Checking radix_trie v0.2.1 |
| 3192 | 2026-08-25T19:51:44.264Z | Compiling peg-macros v0.8.5 |
| 3193 | 2026-08-25T19:51:44.276Z | Compiling tabled_derive v0.7.0 |
| 3194 | 2026-08-25T19:51:44.395Z | Compiling sqlparser_derive v0.5.0 |
| 3195 | 2026-08-25T19:51:44.460Z | Checking winnow v0.6.26 |
| 3196 | 2026-08-25T19:51:44.696Z | Checking nu-ansi-term v0.50.3 |
| 3197 | 2026-08-25T19:51:44.769Z | Compiling psm v0.1.30 |
| 3198 | 2026-08-25T19:51:44.841Z | Checking unicode_categories v0.1.1 |
| 3199 | 2026-08-25T19:51:44.913Z | Checking home v0.5.12 |
| 3200 | 2026-08-25T19:51:45.007Z | Checking reedline v0.40.0 |
| 3201 | 2026-08-25T19:51:45.053Z | Checking crossterm v0.29.0 |
| 3202 | 2026-08-25T19:51:45.152Z | Checking display-error-chain v0.2.2 |
| 3203 | 2026-08-25T19:51:45.268Z | Checking tabled v0.15.0 |
| 3204 | 2026-08-25T19:51:45.324Z | Checking rustyline v14.0.0 |
| 3205 | 2026-08-25T19:51:45.575Z | Checking recursive v0.1.1 |
| 3206 | 2026-08-25T19:51:45.578Z | Checking peg v0.8.5 |
| 3207 | 2026-08-25T19:51:45.599Z | Checking sqlformat v0.3.5 |
| 3208 | 2026-08-25T19:51:45.662Z | Checking sqlparser v0.61.0 |
| 3209 | 2026-08-25T19:51:56.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s |
| 3210 | 2026-08-25T19:51:56.991Z | |
| 3211 | 2026-08-25T19:51:56.991Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3212 | 2026-08-25T19:51:57.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-08-25T19:51:57.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-08-25T19:51:57.661Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3215 | 2026-08-25T19:52:01.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3216 | 2026-08-25T19:52:01.392Z | |
| 3217 | 2026-08-25T19:52:01.392Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3218 | 2026-08-25T19:52:01.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-08-25T19:52:01.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-08-25T19:52:02.056Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-08-25T19:52:04.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 3222 | 2026-08-25T19:52:04.734Z | |
| 3223 | 2026-08-25T19:52:04.734Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3224 | 2026-08-25T19:52:05.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-08-25T19:52:05.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-08-25T19:52:05.400Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-08-25T19:52:08.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 3228 | 2026-08-25T19:52:08.907Z | |
| 3229 | 2026-08-25T19:52:08.907Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3230 | 2026-08-25T19:52:09.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-08-25T19:52:09.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-08-25T19:52:09.624Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-08-25T19:52:12.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 3234 | 2026-08-25T19:52:13.068Z | |
| 3235 | 2026-08-25T19:52:13.068Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3236 | 2026-08-25T19:52:13.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-08-25T19:52:13.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-08-25T19:52:13.743Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-08-25T19:52:16.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
| 3240 | 2026-08-25T19:52:16.589Z | |
| 3241 | 2026-08-25T19:52:16.589Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3242 | 2026-08-25T19:52:17.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-08-25T19:52:17.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-08-25T19:52:17.242Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3245 | 2026-08-25T19:52:19.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 3246 | 2026-08-25T19:52:20.122Z | |
| 3247 | 2026-08-25T19:52:20.122Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3248 | 2026-08-25T19:52:20.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-08-25T19:52:20.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-08-25T19:52:20.795Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3251 | 2026-08-25T19:52:24.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 3252 | 2026-08-25T19:52:24.444Z | |
| 3253 | 2026-08-25T19:52:24.444Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3254 | 2026-08-25T19:52:24.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-08-25T19:52:24.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-08-25T19:52:24.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3257 | 2026-08-25T19:52:24.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3258 | 2026-08-25T19:52:25.015Z | |
| 3259 | 2026-08-25T19:52:25.015Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3260 | 2026-08-25T19:52:25.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-08-25T19:52:25.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-08-25T19:52:25.644Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3263 | 2026-08-25T19:52:26.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3264 | 2026-08-25T19:52:26.190Z | |
| 3265 | 2026-08-25T19:52:26.190Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3266 | 2026-08-25T19:52:26.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2026-08-25T19:52:26.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2026-08-25T19:52:26.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2026-08-25T19:52:26.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3270 | 2026-08-25T19:52:26.775Z | |
| 3271 | 2026-08-25T19:52:26.775Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3272 | 2026-08-25T19:52:27.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-08-25T19:52:27.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-08-25T19:52:27.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-08-25T19:52:27.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3276 | 2026-08-25T19:52:27.370Z | |
| 3277 | 2026-08-25T19:52:27.370Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3278 | 2026-08-25T19:52:27.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-08-25T19:52:27.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-08-25T19:52:27.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-08-25T19:52:27.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3282 | 2026-08-25T19:52:27.950Z | |
| 3283 | 2026-08-25T19:52:27.950Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3284 | 2026-08-25T19:52:28.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-08-25T19:52:28.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-08-25T19:52:28.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-08-25T19:52:28.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3288 | 2026-08-25T19:52:28.530Z | |
| 3289 | 2026-08-25T19:52:28.530Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3290 | 2026-08-25T19:52:29.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-08-25T19:52:29.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-08-25T19:52:29.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2026-08-25T19:52:29.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3294 | 2026-08-25T19:52:29.113Z | |
| 3295 | 2026-08-25T19:52:29.113Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3296 | 2026-08-25T19:52:29.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2026-08-25T19:52:29.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2026-08-25T19:52:29.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2026-08-25T19:52:29.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3300 | 2026-08-25T19:52:29.688Z | |
| 3301 | 2026-08-25T19:52:29.688Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3302 | 2026-08-25T19:52:30.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-08-25T19:52:30.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-08-25T19:52:30.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3305 | 2026-08-25T19:52:30.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3306 | 2026-08-25T19:52:30.261Z | |
| 3307 | 2026-08-25T19:52:30.261Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3308 | 2026-08-25T19:52:30.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-08-25T19:52:30.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-08-25T19:52:31.083Z | Compiling crucible-workspace-hack v0.1.0 |
| 3311 | 2026-08-25T19:52:31.090Z | Compiling regress v0.11.1 |
| 3312 | 2026-08-25T19:52:31.090Z | Checking secrecy v0.10.3 |
| 3313 | 2026-08-25T19:52:31.090Z | Checking half v2.7.1 |
| 3314 | 2026-08-25T19:52:31.090Z | Checking ciborium-io v0.2.2 |
| 3315 | 2026-08-25T19:52:31.090Z | Checking inout v0.1.4 |
| 3316 | 2026-08-25T19:52:31.217Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3317 | 2026-08-25T19:52:31.223Z | Checking universal-hash v0.5.1 |
| 3318 | 2026-08-25T19:52:31.296Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3319 | 2026-08-25T19:52:31.334Z | Checking cipher v0.4.4 |
| 3320 | 2026-08-25T19:52:31.357Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3321 | 2026-08-25T19:52:31.384Z | Checking opaque-debug v0.3.1 |
| 3322 | 2026-08-25T19:52:31.451Z | Checking poly1305 v0.8.0 |
| 3323 | 2026-08-25T19:52:31.469Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3324 | 2026-08-25T19:52:31.484Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3325 | 2026-08-25T19:52:31.505Z | Checking ciborium-ll v0.2.2 |
| 3326 | 2026-08-25T19:52:31.541Z | Checking chacha20 v0.9.1 |
| 3327 | 2026-08-25T19:52:31.669Z | Checking ciborium v0.2.2 |
| 3328 | 2026-08-25T19:52:31.711Z | Checking password-hash v0.5.0 |
| 3329 | 2026-08-25T19:52:31.735Z | Checking blake2 v0.10.6 |
| 3330 | 2026-08-25T19:52:31.750Z | Checking aead v0.5.2 |
| 3331 | 2026-08-25T19:52:31.867Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3332 | 2026-08-25T19:52:31.894Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3333 | 2026-08-25T19:52:31.934Z | Checking indent_write v2.2.0 |
| 3334 | 2026-08-25T19:52:31.972Z | Checking argon2 v0.5.3 |
| 3335 | 2026-08-25T19:52:32.067Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3336 | 2026-08-25T19:52:32.078Z | Checking chacha20poly1305 v0.10.1 |
| 3337 | 2026-08-25T19:52:32.136Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3338 | 2026-08-25T19:52:32.209Z | Compiling unsafe-libyaml v0.2.11 |
| 3339 | 2026-08-25T19:52:32.318Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3340 | 2026-08-25T19:52:32.511Z | Checking thiserror-no-std v2.0.2 |
| 3341 | 2026-08-25T19:52:32.527Z | Compiling heapless v0.8.0 |
| 3342 | 2026-08-25T19:52:32.598Z | Checking vsss-rs v3.3.4 |
| 3343 | 2026-08-25T19:52:32.762Z | Compiling serde_yaml v0.9.34+deprecated |
| 3344 | 2026-08-25T19:52:32.812Z | Compiling typify-impl v0.6.2 |
| 3345 | 2026-08-25T19:52:32.943Z | Compiling proc-macro-crate v3.4.0 |
| 3346 | 2026-08-25T19:52:33.270Z | Compiling ingot-macros v0.2.0 |
| 3347 | 2026-08-25T19:52:33.483Z | Compiling num_enum_derive v0.7.6 |
| 3348 | 2026-08-25T19:52:33.509Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3349 | 2026-08-25T19:52:33.610Z | Checking hash32 v0.3.1 |
| 3350 | 2026-08-25T19:52:33.716Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3351 | 2026-08-25T19:52:33.744Z | Compiling smoltcp v0.11.0 |
| 3352 | 2026-08-25T19:52:34.084Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3353 | 2026-08-25T19:52:34.214Z | Checking tabwriter v1.4.1 |
| 3354 | 2026-08-25T19:52:34.313Z | Checking cobs v0.3.0 |
| 3355 | 2026-08-25T19:52:34.362Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3356 | 2026-08-25T19:52:34.450Z | Checking swrite v0.1.0 |
| 3357 | 2026-08-25T19:52:34.465Z | Checking postcard v1.1.3 |
| 3358 | 2026-08-25T19:52:34.534Z | Checking num_enum v0.7.6 |
| 3359 | 2026-08-25T19:52:34.563Z | Compiling proc-macro-crate v1.3.1 |
| 3360 | 2026-08-25T19:52:34.598Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3361 | 2026-08-25T19:52:34.645Z | Compiling foreign-types-macros v0.2.3 |
| 3362 | 2026-08-25T19:52:34.753Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3363 | 2026-08-25T19:52:34.800Z | Checking foreign-types-shared v0.3.1 |
| 3364 | 2026-08-25T19:52:34.844Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3365 | 2026-08-25T19:52:34.890Z | Checking colored v3.1.1 |
| 3366 | 2026-08-25T19:52:34.965Z | Compiling num_enum_derive v0.5.11 |
| 3367 | 2026-08-25T19:52:35.111Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3368 | 2026-08-25T19:52:35.211Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3369 | 2026-08-25T19:52:35.229Z | Checking foreign-types v0.5.0 |
| 3370 | 2026-08-25T19:52:35.308Z | Checking cstr-argument v0.1.2 |
| 3371 | 2026-08-25T19:52:35.434Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3372 | 2026-08-25T19:52:35.543Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3373 | 2026-08-25T19:52:35.642Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3374 | 2026-08-25T19:52:35.655Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3375 | 2026-08-25T19:52:35.669Z | Checking rand v0.10.1 |
| 3376 | 2026-08-25T19:52:35.744Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3377 | 2026-08-25T19:52:35.809Z | Compiling zone_cfg_derive v0.3.1 |
| 3378 | 2026-08-25T19:52:35.825Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3379 | 2026-08-25T19:52:35.941Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3380 | 2026-08-25T19:52:35.978Z | Checking num_enum v0.5.11 |
| 3381 | 2026-08-25T19:52:36.059Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3382 | 2026-08-25T19:52:36.073Z | Checking ingot-types v0.2.0 |
| 3383 | 2026-08-25T19:52:36.092Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3384 | 2026-08-25T19:52:36.230Z | Checking itertools v0.12.1 |
| 3385 | 2026-08-25T19:52:36.266Z | Compiling num-derive v0.4.2 |
| 3386 | 2026-08-25T19:52:36.444Z | Checking ingot v0.2.1 |
| 3387 | 2026-08-25T19:52:36.458Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3388 | 2026-08-25T19:52:36.644Z | Compiling semver v0.1.20 |
| 3389 | 2026-08-25T19:52:36.938Z | Compiling rustc_version v0.1.7 |
| 3390 | 2026-08-25T19:52:37.159Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3391 | 2026-08-25T19:52:37.176Z | Checking smf v0.2.3 |
| 3392 | 2026-08-25T19:52:37.196Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3393 | 2026-08-25T19:52:37.239Z | Checking zone v0.3.1 |
| 3394 | 2026-08-25T19:52:37.335Z | Checking nom v8.0.0 |
| 3395 | 2026-08-25T19:52:37.341Z | Compiling typify-macro v0.6.2 |
| 3396 | 2026-08-25T19:52:37.421Z | Checking csv-core v0.1.13 |
| 3397 | 2026-08-25T19:52:37.434Z | Checking whoami v1.6.1 |
| 3398 | 2026-08-25T19:52:37.485Z | Compiling newtype_derive v0.1.6 |
| 3399 | 2026-08-25T19:52:37.627Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3400 | 2026-08-25T19:52:37.705Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3401 | 2026-08-25T19:52:37.705Z | Checking csv v1.4.0 |
| 3402 | 2026-08-25T19:52:37.726Z | Compiling cancel-safe-futures v0.1.5 |
| 3403 | 2026-08-25T19:52:37.801Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3404 | 2026-08-25T19:52:37.861Z | Compiling libefi-sys v0.1.0 |
| 3405 | 2026-08-25T19:52:37.974Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3406 | 2026-08-25T19:52:38.015Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3407 | 2026-08-25T19:52:38.068Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3408 | 2026-08-25T19:52:38.139Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3409 | 2026-08-25T19:52:38.140Z | Checking oxide-update-engine-types v0.1.2 |
| 3410 | 2026-08-25T19:52:38.336Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3411 | 2026-08-25T19:52:38.416Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3412 | 2026-08-25T19:52:38.483Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3413 | 2026-08-25T19:52:38.638Z | Compiling bitfield-struct v0.6.2 |
| 3414 | 2026-08-25T19:52:38.734Z | Checking linear-map v1.2.0 |
| 3415 | 2026-08-25T19:52:38.919Z | Checking steno v0.4.1 |
| 3416 | 2026-08-25T19:52:39.057Z | Checking oxide-update-engine v0.1.2 |
| 3417 | 2026-08-25T19:52:39.089Z | Compiling typify v0.6.2 |
| 3418 | 2026-08-25T19:52:39.198Z | Compiling progenitor-impl v0.14.0 |
| 3419 | 2026-08-25T19:52:39.269Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3420 | 2026-08-25T19:52:39.275Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3421 | 2026-08-25T19:52:39.309Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3422 | 2026-08-25T19:52:39.480Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3423 | 2026-08-25T19:52:39.519Z | Checking sha1 v0.10.6 |
| 3424 | 2026-08-25T19:52:39.637Z | Checking utf-8 v0.7.6 |
| 3425 | 2026-08-25T19:52:39.696Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3426 | 2026-08-25T19:52:39.774Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3427 | 2026-08-25T19:52:39.787Z | Checking tungstenite v0.21.0 |
| 3428 | 2026-08-25T19:52:39.931Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3429 | 2026-08-25T19:52:40.018Z | Checking ignore v0.4.25 |
| 3430 | 2026-08-25T19:52:40.084Z | Checking anstyle-parse v0.2.7 |
| 3431 | 2026-08-25T19:52:40.147Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-08-25T19:52:40.220Z | Compiling xshell-macros v0.2.7 |
| 3433 | 2026-08-25T19:52:40.235Z | Checking anstream v0.6.21 |
| 3434 | 2026-08-25T19:52:40.310Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3435 | 2026-08-25T19:52:40.352Z | Checking tokio-tungstenite v0.21.0 |
| 3436 | 2026-08-25T19:52:40.442Z | Checking globwalk v0.9.1 |
| 3437 | 2026-08-25T19:52:40.456Z | Checking predicates-tree v1.0.13 |
| 3438 | 2026-08-25T19:52:40.532Z | Checking filetime v0.2.27 |
| 3439 | 2026-08-25T19:52:40.559Z | Checking tagptr v0.2.0 |
| 3440 | 2026-08-25T19:52:40.603Z | Checking xshell v0.2.7 |
| 3441 | 2026-08-25T19:52:40.612Z | Checking xattr v1.6.1 |
| 3442 | 2026-08-25T19:52:40.635Z | Checking camino-tempfile-ext v0.3.3 |
| 3443 | 2026-08-25T19:52:40.664Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3444 | 2026-08-25T19:52:40.693Z | Checking moka v0.12.13 |
| 3445 | 2026-08-25T19:52:40.764Z | Checking tar v0.4.46 |
| 3446 | 2026-08-25T19:52:40.814Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3447 | 2026-08-25T19:52:40.818Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3448 | 2026-08-25T19:52:40.844Z | Checking rand_seeder v0.4.0 |
| 3449 | 2026-08-25T19:52:40.922Z | Checking half v1.8.3 |
| 3450 | 2026-08-25T19:52:40.964Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3451 | 2026-08-25T19:52:40.984Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3452 | 2026-08-25T19:52:41.119Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3453 | 2026-08-25T19:52:41.119Z | Checking serde_cbor v0.11.2 |
| 3454 | 2026-08-25T19:52:41.299Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3455 | 2026-08-25T19:52:41.319Z | Checking hickory-resolver v0.25.2 |
| 3456 | 2026-08-25T19:52:41.369Z | Checking digest-io v0.1.0 |
| 3457 | 2026-08-25T19:52:41.504Z | Checking sha2 v0.11.0 |
| 3458 | 2026-08-25T19:52:41.518Z | Compiling petname v2.0.2 |
| 3459 | 2026-08-25T19:52:41.782Z | Compiling progenitor-macro v0.14.0 |
| 3460 | 2026-08-25T19:52:41.918Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3461 | 2026-08-25T19:52:41.985Z | Checking rawzip v0.4.4 |
| 3462 | 2026-08-25T19:52:42.015Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3463 | 2026-08-25T19:52:42.319Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3464 | 2026-08-25T19:52:42.422Z | Checking sapling-renderdag v0.1.0 |
| 3465 | 2026-08-25T19:52:42.470Z | Checking subprocess v0.2.15 |
| 3466 | 2026-08-25T19:52:42.500Z | Checking sync-ptr v0.1.4 |
| 3467 | 2026-08-25T19:52:42.662Z | Checking colored v2.2.0 |
| 3468 | 2026-08-25T19:52:42.685Z | Checking assert_matches v1.5.0 |
| 3469 | 2026-08-25T19:52:42.751Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3470 | 2026-08-25T19:52:42.873Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-25T19:52:43.161Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3472 | 2026-08-25T19:52:43.235Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3473 | 2026-08-25T19:52:43.261Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3474 | 2026-08-25T19:52:43.870Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3475 | 2026-08-25T19:52:43.877Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3476 | 2026-08-25T19:52:44.675Z | Checking progenitor v0.14.0 |
| 3477 | 2026-08-25T19:52:44.811Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3478 | 2026-08-25T19:52:44.811Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3479 | 2026-08-25T19:52:44.814Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3480 | 2026-08-25T19:52:44.814Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3481 | 2026-08-25T19:52:44.814Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3482 | 2026-08-25T19:52:44.815Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3483 | 2026-08-25T19:52:45.194Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3484 | 2026-08-25T19:52:45.264Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3485 | 2026-08-25T19:52:45.448Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3486 | 2026-08-25T19:52:45.510Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3487 | 2026-08-25T19:52:45.559Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3488 | 2026-08-25T19:52:45.733Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3489 | 2026-08-25T19:52:46.517Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3490 | 2026-08-25T19:52:46.626Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3491 | 2026-08-25T19:52:47.263Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3492 | 2026-08-25T19:52:47.786Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3493 | 2026-08-25T19:52:56.275Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3494 | 2026-08-25T19:53:03.420Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3495 | 2026-08-25T19:53:03.423Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3496 | 2026-08-25T19:53:03.423Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3497 | 2026-08-25T19:53:04.900Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3498 | 2026-08-25T19:53:06.155Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3499 | 2026-08-25T19:53:08.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.10s |
| 3500 | 2026-08-25T19:53:08.579Z | |
| 3501 | 2026-08-25T19:53:08.579Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3502 | 2026-08-25T19:53:09.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-25T19:53:09.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-25T19:53:09.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-25T19:53:09.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3506 | 2026-08-25T19:53:09.204Z | |
| 3507 | 2026-08-25T19:53:09.204Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3508 | 2026-08-25T19:53:09.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-25T19:53:09.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-25T19:53:09.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-25T19:53:09.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3512 | 2026-08-25T19:53:09.780Z | |
| 3513 | 2026-08-25T19:53:09.780Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3514 | 2026-08-25T19:53:10.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-25T19:53:10.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-25T19:53:10.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-25T19:53:10.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3518 | 2026-08-25T19:53:10.359Z | |
| 3519 | 2026-08-25T19:53:10.359Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3520 | 2026-08-25T19:53:10.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-25T19:53:10.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-25T19:53:10.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-25T19:53:10.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3524 | 2026-08-25T19:53:10.939Z | |
| 3525 | 2026-08-25T19:53:10.939Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3526 | 2026-08-25T19:53:11.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-25T19:53:11.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-25T19:53:11.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-25T19:53:11.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3530 | 2026-08-25T19:53:11.482Z | |
| 3531 | 2026-08-25T19:53:11.482Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3532 | 2026-08-25T19:53:11.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-25T19:53:11.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-25T19:53:11.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-25T19:53:11.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3536 | 2026-08-25T19:53:12.034Z | |
| 3537 | 2026-08-25T19:53:12.034Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3538 | 2026-08-25T19:53:12.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-25T19:53:12.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-25T19:53:12.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-25T19:53:12.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3542 | 2026-08-25T19:53:12.597Z | |
| 3543 | 2026-08-25T19:53:12.598Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3544 | 2026-08-25T19:53:13.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-25T19:53:13.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-25T19:53:13.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-25T19:53:13.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3548 | 2026-08-25T19:53:13.156Z | |
| 3549 | 2026-08-25T19:53:13.156Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3550 | 2026-08-25T19:53:13.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-25T19:53:13.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-25T19:53:13.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-25T19:53:13.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3554 | 2026-08-25T19:53:13.735Z | |
| 3555 | 2026-08-25T19:53:13.735Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3556 | 2026-08-25T19:53:14.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-25T19:53:14.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-25T19:53:14.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-25T19:53:14.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3560 | 2026-08-25T19:53:14.328Z | |
| 3561 | 2026-08-25T19:53:14.329Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3562 | 2026-08-25T19:53:14.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-25T19:53:14.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-25T19:53:14.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-25T19:53:14.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3566 | 2026-08-25T19:53:14.910Z | |
| 3567 | 2026-08-25T19:53:14.910Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3568 | 2026-08-25T19:53:15.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-25T19:53:15.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-25T19:53:15.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-25T19:53:15.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3572 | 2026-08-25T19:53:15.495Z | |
| 3573 | 2026-08-25T19:53:15.495Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3574 | 2026-08-25T19:53:15.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-25T19:53:15.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-25T19:53:15.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-25T19:53:15.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3578 | 2026-08-25T19:53:16.062Z | |
| 3579 | 2026-08-25T19:53:16.062Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3580 | 2026-08-25T19:53:16.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-25T19:53:16.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-25T19:53:16.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-25T19:53:16.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3584 | 2026-08-25T19:53:16.650Z | |
| 3585 | 2026-08-25T19:53:16.650Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3586 | 2026-08-25T19:53:17.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-25T19:53:17.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-25T19:53:17.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-25T19:53:17.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3590 | 2026-08-25T19:53:17.237Z | |
| 3591 | 2026-08-25T19:53:17.237Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3592 | 2026-08-25T19:53:17.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-25T19:53:17.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-25T19:53:17.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-25T19:53:17.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3596 | 2026-08-25T19:53:17.799Z | |
| 3597 | 2026-08-25T19:53:17.799Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3598 | 2026-08-25T19:53:18.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-25T19:53:18.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-25T19:53:18.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-25T19:53:18.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3602 | 2026-08-25T19:53:18.414Z | |
| 3603 | 2026-08-25T19:53:18.414Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3604 | 2026-08-25T19:53:18.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-25T19:53:18.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-25T19:53:19.138Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3607 | 2026-08-25T19:53:19.141Z | Checking void v1.0.2 |
| 3608 | 2026-08-25T19:53:19.141Z | Checking tungstenite v0.23.0 |
| 3609 | 2026-08-25T19:53:19.141Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3610 | 2026-08-25T19:53:19.256Z | Checking nix v0.27.1 |
| 3611 | 2026-08-25T19:53:19.259Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3612 | 2026-08-25T19:53:19.263Z | Checking dropshot-api-manager-types v0.8.0 |
| 3613 | 2026-08-25T19:53:19.265Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3614 | 2026-08-25T19:53:19.336Z | Checking lzss v0.8.2 |
| 3615 | 2026-08-25T19:53:19.414Z | Checking kstat-rs v0.2.5 |
| 3616 | 2026-08-25T19:53:19.417Z | Checking fxhash v0.2.1 |
| 3617 | 2026-08-25T19:53:19.509Z | Checking serde_bytes v0.11.19 |
| 3618 | 2026-08-25T19:53:19.552Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3619 | 2026-08-25T19:53:19.569Z | Checking signal-hook-tokio v0.3.1 |
| 3620 | 2026-08-25T19:53:19.582Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3621 | 2026-08-25T19:53:19.605Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3622 | 2026-08-25T19:53:19.700Z | Checking tokio-tungstenite v0.23.1 |
| 3623 | 2026-08-25T19:53:19.765Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3624 | 2026-08-25T19:53:20.798Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3625 | 2026-08-25T19:53:21.339Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3626 | 2026-08-25T19:53:23.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
| 3627 | 2026-08-25T19:53:23.662Z | |
| 3628 | 2026-08-25T19:53:23.662Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3629 | 2026-08-25T19:53:24.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-25T19:53:24.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-25T19:53:24.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-25T19:53:24.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3633 | 2026-08-25T19:53:24.244Z | |
| 3634 | 2026-08-25T19:53:24.244Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3635 | 2026-08-25T19:53:24.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-25T19:53:24.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-25T19:53:24.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-25T19:53:24.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3639 | 2026-08-25T19:53:24.779Z | |
| 3640 | 2026-08-25T19:53:24.779Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3641 | 2026-08-25T19:53:25.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-25T19:53:25.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-25T19:53:25.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-25T19:53:25.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3645 | 2026-08-25T19:53:25.355Z | |
| 3646 | 2026-08-25T19:53:25.355Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3647 | 2026-08-25T19:53:25.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-25T19:53:25.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-25T19:53:25.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-25T19:53:25.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3651 | 2026-08-25T19:53:25.976Z | |
| 3652 | 2026-08-25T19:53:25.976Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3653 | 2026-08-25T19:53:26.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-25T19:53:26.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-25T19:53:26.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-25T19:53:26.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3657 | 2026-08-25T19:53:26.568Z | |
| 3658 | 2026-08-25T19:53:26.568Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3659 | 2026-08-25T19:53:27.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-25T19:53:27.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-25T19:53:27.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-25T19:53:27.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-25T19:53:27.144Z | |
| 3664 | 2026-08-25T19:53:27.144Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3665 | 2026-08-25T19:53:27.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-25T19:53:27.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-25T19:53:27.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-25T19:53:27.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3669 | 2026-08-25T19:53:27.715Z | |
| 3670 | 2026-08-25T19:53:27.715Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3671 | 2026-08-25T19:53:28.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-25T19:53:28.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-25T19:53:28.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-25T19:53:28.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3675 | 2026-08-25T19:53:28.303Z | |
| 3676 | 2026-08-25T19:53:28.303Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3677 | 2026-08-25T19:53:28.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-25T19:53:28.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-25T19:53:28.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-25T19:53:28.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3681 | 2026-08-25T19:53:28.873Z | |
| 3682 | 2026-08-25T19:53:28.873Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3683 | 2026-08-25T19:53:29.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-25T19:53:29.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-25T19:53:29.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-25T19:53:29.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3687 | 2026-08-25T19:53:29.443Z | |
| 3688 | 2026-08-25T19:53:29.443Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3689 | 2026-08-25T19:53:29.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-25T19:53:29.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-25T19:53:29.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-25T19:53:29.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-25T19:53:30.024Z | |
| 3694 | 2026-08-25T19:53:30.024Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3695 | 2026-08-25T19:53:30.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-25T19:53:30.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-25T19:53:30.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-25T19:53:30.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-25T19:53:30.588Z | |
| 3700 | 2026-08-25T19:53:30.588Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3701 | 2026-08-25T19:53:31.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-25T19:53:31.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-25T19:53:31.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-25T19:53:31.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3705 | 2026-08-25T19:53:31.158Z | |
| 3706 | 2026-08-25T19:53:31.158Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3707 | 2026-08-25T19:53:31.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-25T19:53:31.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-25T19:53:31.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-25T19:53:31.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3711 | 2026-08-25T19:53:31.719Z | |
| 3712 | 2026-08-25T19:53:31.719Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3713 | 2026-08-25T19:53:32.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-25T19:53:32.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-25T19:53:32.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-25T19:53:32.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3717 | 2026-08-25T19:53:32.287Z | |
| 3718 | 2026-08-25T19:53:32.287Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3719 | 2026-08-25T19:53:32.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-25T19:53:32.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-25T19:53:32.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-25T19:53:32.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3723 | 2026-08-25T19:53:32.858Z | |
| 3724 | 2026-08-25T19:53:32.859Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3725 | 2026-08-25T19:53:33.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-25T19:53:33.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-25T19:53:33.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-25T19:53:33.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3729 | 2026-08-25T19:53:33.428Z | |
| 3730 | 2026-08-25T19:53:33.428Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3731 | 2026-08-25T19:53:33.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-25T19:53:33.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-25T19:53:33.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-25T19:53:33.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-25T19:53:33.999Z | |
| 3736 | 2026-08-25T19:53:33.999Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3737 | 2026-08-25T19:53:34.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-25T19:53:34.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-25T19:53:34.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-25T19:53:34.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3741 | 2026-08-25T19:53:34.568Z | |
| 3742 | 2026-08-25T19:53:34.568Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3743 | 2026-08-25T19:53:35.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-25T19:53:35.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-25T19:53:35.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-25T19:53:35.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3747 | 2026-08-25T19:53:35.135Z | |
| 3748 | 2026-08-25T19:53:35.135Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3749 | 2026-08-25T19:53:35.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-25T19:53:35.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-25T19:53:35.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-25T19:53:35.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3753 | 2026-08-25T19:53:35.709Z | |
| 3754 | 2026-08-25T19:53:35.709Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3755 | 2026-08-25T19:53:36.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-25T19:53:36.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-25T19:53:36.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-25T19:53:36.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3759 | 2026-08-25T19:53:36.291Z | |
| 3760 | 2026-08-25T19:53:36.291Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3761 | 2026-08-25T19:53:36.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-25T19:53:36.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-25T19:53:36.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-25T19:53:36.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3765 | 2026-08-25T19:53:36.870Z | |
| 3766 | 2026-08-25T19:53:36.870Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3767 | 2026-08-25T19:53:37.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-25T19:53:37.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-25T19:53:37.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-25T19:53:37.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3771 | 2026-08-25T19:53:37.463Z | |
| 3772 | 2026-08-25T19:53:37.463Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3773 | 2026-08-25T19:53:37.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-25T19:53:37.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-25T19:53:37.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-25T19:53:37.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3777 | 2026-08-25T19:53:38.047Z | |
| 3778 | 2026-08-25T19:53:38.048Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3779 | 2026-08-25T19:53:38.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-25T19:53:38.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-25T19:53:38.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-25T19:53:38.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3783 | 2026-08-25T19:53:38.633Z | |
| 3784 | 2026-08-25T19:53:38.633Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3785 | 2026-08-25T19:53:39.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-25T19:53:39.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-25T19:53:39.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-25T19:53:39.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3789 | 2026-08-25T19:53:39.220Z | |
| 3790 | 2026-08-25T19:53:39.220Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3791 | 2026-08-25T19:53:39.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-25T19:53:39.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-25T19:53:39.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-25T19:53:39.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3795 | 2026-08-25T19:53:39.809Z | |
| 3796 | 2026-08-25T19:53:39.809Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3797 | 2026-08-25T19:53:40.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-25T19:53:40.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-25T19:53:40.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-25T19:53:40.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3801 | 2026-08-25T19:53:40.398Z | |
| 3802 | 2026-08-25T19:53:40.398Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3803 | 2026-08-25T19:53:40.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-25T19:53:40.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-25T19:53:40.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-25T19:53:40.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3807 | 2026-08-25T19:53:41.022Z | |
| 3808 | 2026-08-25T19:53:41.022Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3809 | 2026-08-25T19:53:41.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-25T19:53:41.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-25T19:53:41.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-25T19:53:41.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3813 | 2026-08-25T19:53:41.580Z | |
| 3814 | 2026-08-25T19:53:41.580Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3815 | 2026-08-25T19:53:42.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-25T19:53:42.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-25T19:53:42.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2026-08-25T19:53:42.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3819 | 2026-08-25T19:53:42.170Z | |
| 3820 | 2026-08-25T19:53:42.170Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3821 | 2026-08-25T19:53:42.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2026-08-25T19:53:42.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2026-08-25T19:53:42.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2026-08-25T19:53:42.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3825 | 2026-08-25T19:53:42.757Z | |
| 3826 | 2026-08-25T19:53:42.757Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3827 | 2026-08-25T19:53:43.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2026-08-25T19:53:43.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2026-08-25T19:53:43.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2026-08-25T19:53:43.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3831 | 2026-08-25T19:53:43.351Z | |
| 3832 | 2026-08-25T19:53:43.351Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3833 | 2026-08-25T19:53:43.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-08-25T19:53:43.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-08-25T19:53:43.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-08-25T19:53:43.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3837 | 2026-08-25T19:53:43.942Z | |
| 3838 | 2026-08-25T19:53:43.942Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3839 | 2026-08-25T19:53:44.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-08-25T19:53:44.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-08-25T19:53:44.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-08-25T19:53:44.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3843 | 2026-08-25T19:53:44.531Z | |
| 3844 | 2026-08-25T19:53:44.532Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3845 | 2026-08-25T19:53:45.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-08-25T19:53:45.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-08-25T19:53:45.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-08-25T19:53:45.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3849 | 2026-08-25T19:53:45.123Z | |
| 3850 | 2026-08-25T19:53:45.126Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3851 | 2026-08-25T19:53:45.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-08-25T19:53:45.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-08-25T19:53:45.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3854 | 2026-08-25T19:53:45.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3855 | 2026-08-25T19:53:45.716Z | |
| 3856 | 2026-08-25T19:53:45.716Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3857 | 2026-08-25T19:53:46.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-08-25T19:53:46.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-08-25T19:53:46.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-08-25T19:53:46.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3861 | 2026-08-25T19:53:46.310Z | |
| 3862 | 2026-08-25T19:53:46.310Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3863 | 2026-08-25T19:53:46.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-08-25T19:53:46.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-08-25T19:53:46.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2026-08-25T19:53:46.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3867 | 2026-08-25T19:53:46.900Z | |
| 3868 | 2026-08-25T19:53:46.900Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3869 | 2026-08-25T19:53:47.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-08-25T19:53:47.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-08-25T19:53:47.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-08-25T19:53:47.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3873 | 2026-08-25T19:53:47.472Z | |
| 3874 | 2026-08-25T19:53:47.473Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3875 | 2026-08-25T19:53:47.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-08-25T19:53:47.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-08-25T19:53:47.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-08-25T19:53:47.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3879 | 2026-08-25T19:53:48.043Z | |
| 3880 | 2026-08-25T19:53:48.044Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3881 | 2026-08-25T19:53:48.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-08-25T19:53:48.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-08-25T19:53:48.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-08-25T19:53:48.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3885 | 2026-08-25T19:53:48.618Z | |
| 3886 | 2026-08-25T19:53:48.618Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3887 | 2026-08-25T19:53:49.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-25T19:53:49.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-25T19:53:49.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-08-25T19:53:49.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3891 | 2026-08-25T19:53:49.183Z | |
| 3892 | 2026-08-25T19:53:49.183Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3893 | 2026-08-25T19:53:49.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-08-25T19:53:49.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-08-25T19:53:49.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-08-25T19:53:49.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3897 | 2026-08-25T19:53:49.750Z | |
| 3898 | 2026-08-25T19:53:49.751Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3899 | 2026-08-25T19:53:50.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-08-25T19:53:50.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-08-25T19:53:50.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-08-25T19:53:50.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3903 | 2026-08-25T19:53:50.322Z | |
| 3904 | 2026-08-25T19:53:50.322Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3905 | 2026-08-25T19:53:50.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-08-25T19:53:50.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-08-25T19:53:50.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-08-25T19:53:50.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3909 | 2026-08-25T19:53:50.891Z | |
| 3910 | 2026-08-25T19:53:50.891Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3911 | 2026-08-25T19:53:51.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-25T19:53:51.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-25T19:53:51.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-08-25T19:53:51.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3915 | 2026-08-25T19:53:51.455Z | |
| 3916 | 2026-08-25T19:53:51.455Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3917 | 2026-08-25T19:53:51.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-08-25T19:53:51.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-08-25T19:53:51.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-08-25T19:53:51.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3921 | 2026-08-25T19:53:52.025Z | |
| 3922 | 2026-08-25T19:53:52.025Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3923 | 2026-08-25T19:53:52.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-08-25T19:53:52.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-08-25T19:53:52.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-08-25T19:53:52.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3927 | 2026-08-25T19:53:52.616Z | |
| 3928 | 2026-08-25T19:53:52.616Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3929 | 2026-08-25T19:53:53.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-08-25T19:53:53.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-08-25T19:53:53.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-08-25T19:53:53.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3933 | 2026-08-25T19:53:53.165Z | |
| 3934 | 2026-08-25T19:53:53.165Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3935 | 2026-08-25T19:53:53.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-08-25T19:53:53.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-08-25T19:53:53.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-08-25T19:53:53.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3939 | 2026-08-25T19:53:53.737Z | |
| 3940 | 2026-08-25T19:53:53.737Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3941 | 2026-08-25T19:53:54.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-08-25T19:53:54.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-08-25T19:53:54.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-08-25T19:53:54.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3945 | 2026-08-25T19:53:54.304Z | |
| 3946 | 2026-08-25T19:53:54.304Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3947 | 2026-08-25T19:53:54.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-08-25T19:53:54.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-08-25T19:53:54.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-08-25T19:53:54.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3951 | 2026-08-25T19:53:54.872Z | |
| 3952 | 2026-08-25T19:53:54.872Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3953 | 2026-08-25T19:53:55.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-25T19:53:55.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-25T19:53:55.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-08-25T19:53:55.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3957 | 2026-08-25T19:53:55.437Z | |
| 3958 | 2026-08-25T19:53:55.437Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3959 | 2026-08-25T19:53:55.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-08-25T19:53:55.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-08-25T19:53:55.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-08-25T19:53:55.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3963 | 2026-08-25T19:53:56.004Z | |
| 3964 | 2026-08-25T19:53:56.004Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3965 | 2026-08-25T19:53:56.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-08-25T19:53:56.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-08-25T19:53:56.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-08-25T19:53:56.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3969 | 2026-08-25T19:53:56.594Z | |
| 3970 | 2026-08-25T19:53:56.594Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3971 | 2026-08-25T19:53:57.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-08-25T19:53:57.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-08-25T19:53:57.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-08-25T19:53:57.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3975 | 2026-08-25T19:53:57.179Z | |
| 3976 | 2026-08-25T19:53:57.179Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 3977 | 2026-08-25T19:53:57.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-25T19:53:57.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-25T19:53:57.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-08-25T19:53:57.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3981 | 2026-08-25T19:53:57.762Z | |
| 3982 | 2026-08-25T19:53:57.762Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 3983 | 2026-08-25T19:53:58.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-08-25T19:53:58.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-08-25T19:53:58.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-08-25T19:53:58.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3987 | 2026-08-25T19:53:58.349Z | |
| 3988 | 2026-08-25T19:53:58.349Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 3989 | 2026-08-25T19:53:58.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-08-25T19:53:58.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-08-25T19:53:58.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-08-25T19:53:58.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3993 | 2026-08-25T19:53:58.933Z | |
| 3994 | 2026-08-25T19:53:58.933Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 3995 | 2026-08-25T19:53:59.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-08-25T19:53:59.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-08-25T19:53:59.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-08-25T19:53:59.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3999 | 2026-08-25T19:53:59.521Z | |
| 4000 | 2026-08-25T19:53:59.521Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 4001 | 2026-08-25T19:54:00.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-08-25T19:54:00.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-08-25T19:54:00.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-08-25T19:54:00.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4005 | 2026-08-25T19:54:00.106Z | |
| 4006 | 2026-08-25T19:54:00.106Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4007 | 2026-08-25T19:54:00.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-08-25T19:54:00.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-08-25T19:54:00.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-08-25T19:54:00.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-08-25T19:54:00.692Z | |
| 4012 | 2026-08-25T19:54:00.692Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4013 | 2026-08-25T19:54:01.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-08-25T19:54:01.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-08-25T19:54:01.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-08-25T19:54:01.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4017 | 2026-08-25T19:54:01.278Z | |
| 4018 | 2026-08-25T19:54:01.278Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4019 | 2026-08-25T19:54:01.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-08-25T19:54:01.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-08-25T19:54:01.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-08-25T19:54:01.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4023 | 2026-08-25T19:54:01.867Z | |
| 4024 | 2026-08-25T19:54:01.867Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4025 | 2026-08-25T19:54:02.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-08-25T19:54:02.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-08-25T19:54:02.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4028 | 2026-08-25T19:54:02.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4029 | 2026-08-25T19:54:02.453Z | |
| 4030 | 2026-08-25T19:54:02.453Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4031 | 2026-08-25T19:54:02.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-08-25T19:54:02.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-08-25T19:54:02.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4034 | 2026-08-25T19:54:02.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4035 | 2026-08-25T19:54:03.039Z | |
| 4036 | 2026-08-25T19:54:03.039Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4037 | 2026-08-25T19:54:03.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-08-25T19:54:03.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-08-25T19:54:03.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-08-25T19:54:03.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4041 | 2026-08-25T19:54:03.621Z | |
| 4042 | 2026-08-25T19:54:03.621Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4043 | 2026-08-25T19:54:04.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-08-25T19:54:04.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-08-25T19:54:04.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-08-25T19:54:04.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4047 | 2026-08-25T19:54:04.204Z | |
| 4048 | 2026-08-25T19:54:04.204Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4049 | 2026-08-25T19:54:04.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-08-25T19:54:04.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-08-25T19:54:04.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-08-25T19:54:04.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4053 | 2026-08-25T19:54:04.791Z | |
| 4054 | 2026-08-25T19:54:04.791Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4055 | 2026-08-25T19:54:05.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-08-25T19:54:05.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-08-25T19:54:05.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-08-25T19:54:05.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4059 | 2026-08-25T19:54:05.395Z | |
| 4060 | 2026-08-25T19:54:05.395Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4061 | 2026-08-25T19:54:05.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-08-25T19:54:05.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-08-25T19:54:05.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-08-25T19:54:05.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4065 | 2026-08-25T19:54:05.969Z | |
| 4066 | 2026-08-25T19:54:05.969Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4067 | 2026-08-25T19:54:06.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-08-25T19:54:06.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-08-25T19:54:06.611Z | Compiling parking_lot_core v0.8.6 |
| 4070 | 2026-08-25T19:54:06.718Z | Compiling git-stub v1.0.0 |
| 4071 | 2026-08-25T19:54:06.726Z | Checking prefix-trie v0.7.0 |
| 4072 | 2026-08-25T19:54:06.733Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4073 | 2026-08-25T19:54:06.842Z | Compiling git-stub-vcs v0.1.0 |
| 4074 | 2026-08-25T19:54:07.000Z | Checking hickory-server v0.25.2 |
| 4075 | 2026-08-25T19:54:07.108Z | Checking parking_lot v0.11.2 |
| 4076 | 2026-08-25T19:54:07.142Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4077 | 2026-08-25T19:54:07.281Z | Checking sled v0.34.7 |
| 4078 | 2026-08-25T19:54:09.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4079 | 2026-08-25T19:54:09.402Z | |
| 4080 | 2026-08-25T19:54:09.403Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4081 | 2026-08-25T19:54:09.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-08-25T19:54:09.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-08-25T19:54:09.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-08-25T19:54:09.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4085 | 2026-08-25T19:54:09.919Z | |
| 4086 | 2026-08-25T19:54:09.919Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4087 | 2026-08-25T19:54:10.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-08-25T19:54:10.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-08-25T19:54:10.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-08-25T19:54:10.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4091 | 2026-08-25T19:54:10.521Z | |
| 4092 | 2026-08-25T19:54:10.521Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4093 | 2026-08-25T19:54:10.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-08-25T19:54:11.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-08-25T19:54:11.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-08-25T19:54:11.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4097 | 2026-08-25T19:54:11.084Z | |
| 4098 | 2026-08-25T19:54:11.084Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4099 | 2026-08-25T19:54:11.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-08-25T19:54:11.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-08-25T19:54:11.792Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4102 | 2026-08-25T19:54:12.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 4103 | 2026-08-25T19:54:12.482Z | |
| 4104 | 2026-08-25T19:54:12.482Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4105 | 2026-08-25T19:54:13.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-08-25T19:54:13.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-08-25T19:54:13.292Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4108 | 2026-08-25T19:54:13.420Z | Compiling hashbrown v0.14.5 |
| 4109 | 2026-08-25T19:54:13.423Z | Compiling rfc6979 v0.4.0 |
| 4110 | 2026-08-25T19:54:13.435Z | Compiling salty v0.3.0 |
| 4111 | 2026-08-25T19:54:13.470Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4112 | 2026-08-25T19:54:13.470Z | Compiling primeorder v0.13.6 |
| 4113 | 2026-08-25T19:54:13.474Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4114 | 2026-08-25T19:54:13.539Z | Compiling ecdsa v0.16.9 |
| 4115 | 2026-08-25T19:54:13.598Z | Compiling sha1 v0.10.6 |
| 4116 | 2026-08-25T19:54:13.720Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4117 | 2026-08-25T19:54:13.791Z | Compiling proc-macro-error2 v2.0.1 |
| 4118 | 2026-08-25T19:54:13.899Z | Compiling chumsky v0.9.3 |
| 4119 | 2026-08-25T19:54:13.915Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4120 | 2026-08-25T19:54:13.934Z | Compiling p384 v0.13.1 |
| 4121 | 2026-08-25T19:54:13.967Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4122 | 2026-08-25T19:54:14.097Z | Compiling knus-derive v3.4.0 |
| 4123 | 2026-08-25T19:54:14.128Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4124 | 2026-08-25T19:54:14.157Z | Checking libscf-sys v1.2.0 |
| 4125 | 2026-08-25T19:54:14.218Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4126 | 2026-08-25T19:54:14.285Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4127 | 2026-08-25T19:54:14.429Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4128 | 2026-08-25T19:54:14.470Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4129 | 2026-08-25T19:54:14.628Z | Checking corncobs v0.1.4 |
| 4130 | 2026-08-25T19:54:14.644Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4131 | 2026-08-25T19:54:14.672Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4132 | 2026-08-25T19:54:14.672Z | Checking papergrid v0.18.0 |
| 4133 | 2026-08-25T19:54:14.699Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4134 | 2026-08-25T19:54:14.752Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4135 | 2026-08-25T19:54:14.841Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4136 | 2026-08-25T19:54:14.870Z | Checking secrecy v0.8.0 |
| 4137 | 2026-08-25T19:54:14.997Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4138 | 2026-08-25T19:54:15.015Z | Compiling unicase v2.9.0 |
| 4139 | 2026-08-25T19:54:15.091Z | Compiling progenitor-impl v0.13.0 |
| 4140 | 2026-08-25T19:54:15.181Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4141 | 2026-08-25T19:54:15.210Z | Compiling mime_guess v2.0.5 |
| 4142 | 2026-08-25T19:54:15.239Z | Checking crc8 v0.1.1 |
| 4143 | 2026-08-25T19:54:15.339Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4144 | 2026-08-25T19:54:15.446Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4145 | 2026-08-25T19:54:15.461Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4146 | 2026-08-25T19:54:15.464Z | Checking tabled v0.21.0 |
| 4147 | 2026-08-25T19:54:15.490Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4148 | 2026-08-25T19:54:15.524Z | Compiling knus v3.4.0 |
| 4149 | 2026-08-25T19:54:16.034Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4150 | 2026-08-25T19:54:16.303Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4151 | 2026-08-25T19:54:16.311Z | Checking progenitor-client v0.13.0 |
| 4152 | 2026-08-25T19:54:16.396Z | Checking http-range v0.1.5 |
| 4153 | 2026-08-25T19:54:16.524Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4154 | 2026-08-25T19:54:16.541Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4155 | 2026-08-25T19:54:16.644Z | Checking scuffle v0.1.0 |
| 4156 | 2026-08-25T19:54:16.707Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4157 | 2026-08-25T19:54:16.926Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4158 | 2026-08-25T19:54:17.205Z | Checking nanorand v0.7.0 |
| 4159 | 2026-08-25T19:54:17.319Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4160 | 2026-08-25T19:54:17.407Z | Checking flume v0.11.1 |
| 4161 | 2026-08-25T19:54:17.508Z | Checking hyper-staticfile v0.10.1 |
| 4162 | 2026-08-25T19:54:17.575Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4163 | 2026-08-25T19:54:17.665Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4164 | 2026-08-25T19:54:17.678Z | Compiling progenitor-macro v0.13.0 |
| 4165 | 2026-08-25T19:54:17.692Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4166 | 2026-08-25T19:54:17.708Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4167 | 2026-08-25T19:54:17.809Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4168 | 2026-08-25T19:54:17.832Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4169 | 2026-08-25T19:54:18.041Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4170 | 2026-08-25T19:54:18.070Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4171 | 2026-08-25T19:54:18.217Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4172 | 2026-08-25T19:54:18.244Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4173 | 2026-08-25T19:54:18.459Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4174 | 2026-08-25T19:54:18.524Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4175 | 2026-08-25T19:54:18.748Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4176 | 2026-08-25T19:54:20.088Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4177 | 2026-08-25T19:54:20.976Z | Checking progenitor v0.13.0 |
| 4178 | 2026-08-25T19:54:21.122Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4179 | 2026-08-25T19:54:22.054Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4180 | 2026-08-25T19:54:23.098Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4181 | 2026-08-25T19:54:23.517Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4182 | 2026-08-25T19:54:23.670Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4183 | 2026-08-25T19:54:23.670Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4184 | 2026-08-25T19:54:37.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.54s |
| 4185 | 2026-08-25T19:54:37.027Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4186 | 2026-08-25T19:54:37.027Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4187 | 2026-08-25T19:54:37.227Z | |
| 4188 | 2026-08-25T19:54:37.227Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4189 | 2026-08-25T19:54:37.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-08-25T19:54:37.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-08-25T19:54:38.000Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4192 | 2026-08-25T19:54:48.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 4193 | 2026-08-25T19:54:48.586Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4194 | 2026-08-25T19:54:48.586Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4195 | 2026-08-25T19:54:48.790Z | |
| 4196 | 2026-08-25T19:54:48.790Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4197 | 2026-08-25T19:54:49.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-08-25T19:54:49.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-08-25T19:54:49.561Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4200 | 2026-08-25T19:55:00.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s |
| 4201 | 2026-08-25T19:55:00.066Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4202 | 2026-08-25T19:55:00.066Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4203 | 2026-08-25T19:55:00.268Z | |
| 4204 | 2026-08-25T19:55:00.269Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4205 | 2026-08-25T19:55:00.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4206 | 2026-08-25T19:55:00.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4207 | 2026-08-25T19:55:01.042Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4208 | 2026-08-25T19:55:11.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 4209 | 2026-08-25T19:55:11.618Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4210 | 2026-08-25T19:55:11.619Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4211 | 2026-08-25T19:55:11.821Z | |
| 4212 | 2026-08-25T19:55:11.821Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4213 | 2026-08-25T19:55:12.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-08-25T19:55:12.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-08-25T19:55:12.603Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4216 | 2026-08-25T19:55:23.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 4217 | 2026-08-25T19:55:23.334Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4218 | 2026-08-25T19:55:23.334Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4219 | 2026-08-25T19:55:23.534Z | |
| 4220 | 2026-08-25T19:55:23.534Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4221 | 2026-08-25T19:55:24.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4222 | 2026-08-25T19:55:24.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4223 | 2026-08-25T19:55:24.319Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4224 | 2026-08-25T19:55:34.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 4225 | 2026-08-25T19:55:34.851Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4226 | 2026-08-25T19:55:34.851Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4227 | 2026-08-25T19:55:35.051Z | |
| 4228 | 2026-08-25T19:55:35.051Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4229 | 2026-08-25T19:55:35.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-08-25T19:55:35.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-08-25T19:55:35.827Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4232 | 2026-08-25T19:55:46.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 4233 | 2026-08-25T19:55:46.498Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4234 | 2026-08-25T19:55:46.498Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4235 | 2026-08-25T19:55:46.701Z | |
| 4236 | 2026-08-25T19:55:46.701Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4237 | 2026-08-25T19:55:47.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-08-25T19:55:47.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-08-25T19:55:47.486Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4240 | 2026-08-25T19:55:58.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s |
| 4241 | 2026-08-25T19:55:58.017Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4242 | 2026-08-25T19:55:58.017Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4243 | 2026-08-25T19:55:58.218Z | |
| 4244 | 2026-08-25T19:55:58.218Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4245 | 2026-08-25T19:55:58.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-08-25T19:55:58.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-08-25T19:55:58.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-08-25T19:55:58.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4249 | 2026-08-25T19:55:58.814Z | |
| 4250 | 2026-08-25T19:55:58.815Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4251 | 2026-08-25T19:55:59.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-08-25T19:55:59.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-08-25T19:55:59.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-08-25T19:55:59.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4255 | 2026-08-25T19:55:59.408Z | |
| 4256 | 2026-08-25T19:55:59.408Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4257 | 2026-08-25T19:55:59.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-08-25T19:55:59.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-08-25T19:55:59.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-08-25T19:55:59.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4261 | 2026-08-25T19:55:59.966Z | |
| 4262 | 2026-08-25T19:55:59.966Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4263 | 2026-08-25T19:56:00.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-08-25T19:56:00.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-08-25T19:56:00.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-08-25T19:56:00.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4267 | 2026-08-25T19:56:00.582Z | |
| 4268 | 2026-08-25T19:56:00.582Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4269 | 2026-08-25T19:56:01.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-25T19:56:01.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-25T19:56:01.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-08-25T19:56:01.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4273 | 2026-08-25T19:56:01.163Z | |
| 4274 | 2026-08-25T19:56:01.163Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4275 | 2026-08-25T19:56:01.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-08-25T19:56:01.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-08-25T19:56:01.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-08-25T19:56:01.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4279 | 2026-08-25T19:56:01.737Z | |
| 4280 | 2026-08-25T19:56:01.737Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4281 | 2026-08-25T19:56:02.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-08-25T19:56:02.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-08-25T19:56:02.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-08-25T19:56:02.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4285 | 2026-08-25T19:56:02.313Z | |
| 4286 | 2026-08-25T19:56:02.313Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4287 | 2026-08-25T19:56:02.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-08-25T19:56:02.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-08-25T19:56:02.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-08-25T19:56:02.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4291 | 2026-08-25T19:56:02.879Z | |
| 4292 | 2026-08-25T19:56:02.879Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4293 | 2026-08-25T19:56:03.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-25T19:56:03.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-25T19:56:03.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-08-25T19:56:03.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4297 | 2026-08-25T19:56:03.478Z | |
| 4298 | 2026-08-25T19:56:03.478Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4299 | 2026-08-25T19:56:03.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-08-25T19:56:03.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-08-25T19:56:03.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-08-25T19:56:03.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4303 | 2026-08-25T19:56:04.071Z | |
| 4304 | 2026-08-25T19:56:04.071Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4305 | 2026-08-25T19:56:04.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-08-25T19:56:04.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-08-25T19:56:04.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-08-25T19:56:04.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4309 | 2026-08-25T19:56:04.668Z | |
| 4310 | 2026-08-25T19:56:04.668Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4311 | 2026-08-25T19:56:05.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-08-25T19:56:05.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-08-25T19:56:05.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-08-25T19:56:05.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4315 | 2026-08-25T19:56:05.268Z | |
| 4316 | 2026-08-25T19:56:05.268Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4317 | 2026-08-25T19:56:05.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-25T19:56:05.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-25T19:56:05.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-25T19:56:05.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4321 | 2026-08-25T19:56:05.867Z | |
| 4322 | 2026-08-25T19:56:05.867Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4323 | 2026-08-25T19:56:06.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-25T19:56:06.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-25T19:56:06.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-25T19:56:06.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4327 | 2026-08-25T19:56:06.466Z | |
| 4328 | 2026-08-25T19:56:06.467Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4329 | 2026-08-25T19:56:06.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-25T19:56:06.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-25T19:56:06.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-25T19:56:06.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4333 | 2026-08-25T19:56:07.064Z | |
| 4334 | 2026-08-25T19:56:07.064Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4335 | 2026-08-25T19:56:07.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-25T19:56:07.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-25T19:56:07.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-25T19:56:07.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4339 | 2026-08-25T19:56:07.667Z | |
| 4340 | 2026-08-25T19:56:07.667Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4341 | 2026-08-25T19:56:08.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-25T19:56:08.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-25T19:56:08.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-25T19:56:08.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4345 | 2026-08-25T19:56:08.262Z | |
| 4346 | 2026-08-25T19:56:08.262Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4347 | 2026-08-25T19:56:08.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-25T19:56:08.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-25T19:56:08.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-25T19:56:08.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4351 | 2026-08-25T19:56:08.862Z | |
| 4352 | 2026-08-25T19:56:08.862Z | info: running `cargo check --bins` on sled-agent-early-networking (268/377) |
| 4353 | 2026-08-25T19:56:09.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-25T19:56:09.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-25T19:56:09.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-25T19:56:09.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4357 | 2026-08-25T19:56:09.450Z | |
| 4358 | 2026-08-25T19:56:09.450Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/377) |
| 4359 | 2026-08-25T19:56:09.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-25T19:56:09.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-25T19:56:09.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-25T19:56:09.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4363 | 2026-08-25T19:56:10.039Z | |
| 4364 | 2026-08-25T19:56:10.039Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/377) |
| 4365 | 2026-08-25T19:56:10.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-25T19:56:10.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-25T19:56:10.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-25T19:56:10.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4369 | 2026-08-25T19:56:10.658Z | |
| 4370 | 2026-08-25T19:56:10.658Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/377) |
| 4371 | 2026-08-25T19:56:11.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-25T19:56:11.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-25T19:56:11.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-25T19:56:11.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4375 | 2026-08-25T19:56:11.277Z | |
| 4376 | 2026-08-25T19:56:11.277Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377) |
| 4377 | 2026-08-25T19:56:11.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-25T19:56:11.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-25T19:56:11.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-25T19:56:11.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4381 | 2026-08-25T19:56:11.888Z | |
| 4382 | 2026-08-25T19:56:11.888Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/377) |
| 4383 | 2026-08-25T19:56:12.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-25T19:56:12.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-25T19:56:12.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-25T19:56:12.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4387 | 2026-08-25T19:56:12.513Z | |
| 4388 | 2026-08-25T19:56:12.513Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377) |
| 4389 | 2026-08-25T19:56:13.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-25T19:56:13.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-25T19:56:13.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-25T19:56:13.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4393 | 2026-08-25T19:56:13.136Z | |
| 4394 | 2026-08-25T19:56:13.136Z | info: running `cargo check --bins` on omicron-deployment-graph (275/377) |
| 4395 | 2026-08-25T19:56:13.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-25T19:56:13.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-25T19:56:13.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-25T19:56:13.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4399 | 2026-08-25T19:56:13.705Z | |
| 4400 | 2026-08-25T19:56:13.705Z | info: running `cargo check --bins` on transient-dns-server (276/377) |
| 4401 | 2026-08-25T19:56:14.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-25T19:56:14.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-25T19:56:14.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-25T19:56:14.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4405 | 2026-08-25T19:56:14.295Z | |
| 4406 | 2026-08-25T19:56:14.295Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377) |
| 4407 | 2026-08-25T19:56:14.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-25T19:56:14.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-25T19:56:14.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-25T19:56:14.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4411 | 2026-08-25T19:56:14.890Z | |
| 4412 | 2026-08-25T19:56:14.891Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377) |
| 4413 | 2026-08-25T19:56:15.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-25T19:56:15.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-25T19:56:15.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-25T19:56:15.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4417 | 2026-08-25T19:56:15.485Z | |
| 4418 | 2026-08-25T19:56:15.485Z | info: running `cargo check --bins` on omicron-rpaths (279/377) |
| 4419 | 2026-08-25T19:56:15.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-25T19:56:15.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-25T19:56:15.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-08-25T19:56:15.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4423 | 2026-08-25T19:56:16.052Z | |
| 4424 | 2026-08-25T19:56:16.052Z | info: running `cargo check --bins` on omicron-repl-utils (280/377) |
| 4425 | 2026-08-25T19:56:16.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-08-25T19:56:16.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-08-25T19:56:16.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-08-25T19:56:16.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4429 | 2026-08-25T19:56:16.626Z | |
| 4430 | 2026-08-25T19:56:16.626Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/377) |
| 4431 | 2026-08-25T19:56:17.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-08-25T19:56:17.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-08-25T19:56:17.340Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4434 | 2026-08-25T19:56:17.754Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4435 | 2026-08-25T19:56:18.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
| 4436 | 2026-08-25T19:56:19.135Z | |
| 4437 | 2026-08-25T19:56:19.135Z | info: running `cargo check --bins` on clickhouse-admin-api (282/377) |
| 4438 | 2026-08-25T19:56:19.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-08-25T19:56:19.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-08-25T19:56:19.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-08-25T19:56:19.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4442 | 2026-08-25T19:56:19.726Z | |
| 4443 | 2026-08-25T19:56:19.726Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/377) |
| 4444 | 2026-08-25T19:56:20.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-25T19:56:20.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-25T19:56:20.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-25T19:56:20.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4448 | 2026-08-25T19:56:20.312Z | |
| 4449 | 2026-08-25T19:56:20.312Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377) |
| 4450 | 2026-08-25T19:56:20.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-25T19:56:20.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-25T19:56:20.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-25T19:56:20.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4454 | 2026-08-25T19:56:20.906Z | |
| 4455 | 2026-08-25T19:56:20.906Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/377) |
| 4456 | 2026-08-25T19:56:21.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-25T19:56:21.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-25T19:56:21.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-25T19:56:21.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4460 | 2026-08-25T19:56:21.499Z | |
| 4461 | 2026-08-25T19:56:21.499Z | info: running `cargo check --bins` on installinator-client (286/377) |
| 4462 | 2026-08-25T19:56:21.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-25T19:56:21.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-25T19:56:21.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-25T19:56:21.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4466 | 2026-08-25T19:56:22.072Z | |
| 4467 | 2026-08-25T19:56:22.072Z | info: running `cargo check --bins` on oxide-client (287/377) |
| 4468 | 2026-08-25T19:56:22.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-25T19:56:22.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-25T19:56:22.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-08-25T19:56:22.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4472 | 2026-08-25T19:56:22.647Z | |
| 4473 | 2026-08-25T19:56:22.648Z | info: running `cargo check --bins` on oximeter-client (288/377) |
| 4474 | 2026-08-25T19:56:23.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-08-25T19:56:23.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-08-25T19:56:23.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-08-25T19:56:23.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4478 | 2026-08-25T19:56:23.239Z | |
| 4479 | 2026-08-25T19:56:23.239Z | info: running `cargo check --bins` on wicketd-client (289/377) |
| 4480 | 2026-08-25T19:56:23.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-08-25T19:56:23.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-08-25T19:56:23.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4483 | 2026-08-25T19:56:23.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4484 | 2026-08-25T19:56:23.838Z | |
| 4485 | 2026-08-25T19:56:23.838Z | info: running `cargo check --bins` on wicket-common (290/377) |
| 4486 | 2026-08-25T19:56:24.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-08-25T19:56:24.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-08-25T19:56:24.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4489 | 2026-08-25T19:56:24.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4490 | 2026-08-25T19:56:24.424Z | |
| 4491 | 2026-08-25T19:56:24.424Z | info: running `cargo check --bins` on wicketd-commission-client (291/377) |
| 4492 | 2026-08-25T19:56:24.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-08-25T19:56:24.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-08-25T19:56:24.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4495 | 2026-08-25T19:56:24.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4496 | 2026-08-25T19:56:25.009Z | |
| 4497 | 2026-08-25T19:56:25.009Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/377) |
| 4498 | 2026-08-25T19:56:25.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4499 | 2026-08-25T19:56:25.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4500 | 2026-08-25T19:56:25.683Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4501 | 2026-08-25T19:56:25.687Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4502 | 2026-08-25T19:56:26.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4503 | 2026-08-25T19:56:27.038Z | |
| 4504 | 2026-08-25T19:56:27.038Z | info: running `cargo check --bins` on cockroach-admin-api (293/377) |
| 4505 | 2026-08-25T19:56:27.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-25T19:56:27.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-25T19:56:27.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-25T19:56:27.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4509 | 2026-08-25T19:56:27.613Z | |
| 4510 | 2026-08-25T19:56:27.614Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377) |
| 4511 | 2026-08-25T19:56:28.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-25T19:56:28.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-25T19:56:28.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4514 | 2026-08-25T19:56:28.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4515 | 2026-08-25T19:56:28.272Z | |
| 4516 | 2026-08-25T19:56:28.272Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377) |
| 4517 | 2026-08-25T19:56:28.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-08-25T19:56:28.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-08-25T19:56:28.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-08-25T19:56:28.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4521 | 2026-08-25T19:56:28.928Z | |
| 4522 | 2026-08-25T19:56:28.928Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377) |
| 4523 | 2026-08-25T19:56:29.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-08-25T19:56:29.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-08-25T19:56:29.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4526 | 2026-08-25T19:56:29.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4527 | 2026-08-25T19:56:29.557Z | |
| 4528 | 2026-08-25T19:56:29.557Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377) |
| 4529 | 2026-08-25T19:56:30.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-08-25T19:56:30.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-08-25T19:56:30.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4532 | 2026-08-25T19:56:30.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4533 | 2026-08-25T19:56:30.197Z | |
| 4534 | 2026-08-25T19:56:30.197Z | info: running `cargo check --bins` on db-macros (298/377) |
| 4535 | 2026-08-25T19:56:30.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-25T19:56:30.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-25T19:56:30.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4538 | 2026-08-25T19:56:30.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4539 | 2026-08-25T19:56:30.755Z | |
| 4540 | 2026-08-25T19:56:30.755Z | info: running `cargo check --bins` on nexus-macros-common (299/377) |
| 4541 | 2026-08-25T19:56:31.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-08-25T19:56:31.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-08-25T19:56:31.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-08-25T19:56:31.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4545 | 2026-08-25T19:56:31.309Z | |
| 4546 | 2026-08-25T19:56:31.309Z | info: running `cargo check --bins` on nexus-auth (300/377) |
| 4547 | 2026-08-25T19:56:31.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-08-25T19:56:31.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-08-25T19:56:31.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-08-25T19:56:31.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4551 | 2026-08-25T19:56:31.946Z | |
| 4552 | 2026-08-25T19:56:31.946Z | info: running `cargo check --bins` on authz-macros (301/377) |
| 4553 | 2026-08-25T19:56:32.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-08-25T19:56:32.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-08-25T19:56:32.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4556 | 2026-08-25T19:56:32.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4557 | 2026-08-25T19:56:32.501Z | |
| 4558 | 2026-08-25T19:56:32.501Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/377) |
| 4559 | 2026-08-25T19:56:33.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-08-25T19:56:33.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-08-25T19:56:33.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4562 | 2026-08-25T19:56:33.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4563 | 2026-08-25T19:56:33.134Z | |
| 4564 | 2026-08-25T19:56:33.134Z | info: running `cargo check --bins` on nexus-db-model (303/377) |
| 4565 | 2026-08-25T19:56:33.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-08-25T19:56:33.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-08-25T19:56:33.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-08-25T19:56:33.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4569 | 2026-08-25T19:56:33.732Z | |
| 4570 | 2026-08-25T19:56:33.732Z | info: running `cargo check --bins` on nexus-db-schema (304/377) |
| 4571 | 2026-08-25T19:56:34.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-08-25T19:56:34.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-08-25T19:56:34.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-08-25T19:56:34.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4575 | 2026-08-25T19:56:34.302Z | |
| 4576 | 2026-08-25T19:56:34.302Z | info: running `cargo check --bins` on nexus-defaults (305/377) |
| 4577 | 2026-08-25T19:56:34.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-25T19:56:34.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-25T19:56:34.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-25T19:56:34.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4581 | 2026-08-25T19:56:34.876Z | |
| 4582 | 2026-08-25T19:56:34.877Z | info: running `cargo check --bins` on omicron-git-version (306/377) |
| 4583 | 2026-08-25T19:56:35.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-25T19:56:35.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-25T19:56:35.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-25T19:56:35.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4587 | 2026-08-25T19:56:35.431Z | |
| 4588 | 2026-08-25T19:56:35.431Z | info: running `cargo check --bins` on nexus-db-errors (307/377) |
| 4589 | 2026-08-25T19:56:35.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-25T19:56:35.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-25T19:56:35.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-25T19:56:35.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4593 | 2026-08-25T19:56:36.062Z | |
| 4594 | 2026-08-25T19:56:36.062Z | info: running `cargo check --bins` on nexus-db-lookup (308/377) |
| 4595 | 2026-08-25T19:56:36.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-25T19:56:36.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-25T19:56:36.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4598 | 2026-08-25T19:56:36.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4599 | 2026-08-25T19:56:36.690Z | |
| 4600 | 2026-08-25T19:56:36.690Z | info: running `cargo check --bins` on nexus-test-interface (309/377) |
| 4601 | 2026-08-25T19:56:37.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-08-25T19:56:37.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-08-25T19:56:37.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4604 | 2026-08-25T19:56:37.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4605 | 2026-08-25T19:56:37.324Z | |
| 4606 | 2026-08-25T19:56:37.324Z | info: running `cargo check --bins` on oximeter-collector (310/377) |
| 4607 | 2026-08-25T19:56:37.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4608 | 2026-08-25T19:56:37.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4609 | 2026-08-25T19:56:38.051Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4610 | 2026-08-25T19:56:38.052Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4611 | 2026-08-25T19:56:38.770Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4612 | 2026-08-25T19:56:40.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4613 | 2026-08-25T19:56:40.611Z | |
| 4614 | 2026-08-25T19:56:40.611Z | info: running `cargo check --bins` on oximeter-api (311/377) |
| 4615 | 2026-08-25T19:56:41.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4616 | 2026-08-25T19:56:41.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4617 | 2026-08-25T19:56:41.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4618 | 2026-08-25T19:56:41.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4619 | 2026-08-25T19:56:41.258Z | |
| 4620 | 2026-08-25T19:56:41.258Z | info: running `cargo check --bins` on cert-dev (312/377) |
| 4621 | 2026-08-25T19:56:41.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4622 | 2026-08-25T19:56:41.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4623 | 2026-08-25T19:56:41.825Z | Checking yasna v0.5.2 |
| 4624 | 2026-08-25T19:56:42.234Z | Checking rcgen v0.12.1 |
| 4625 | 2026-08-25T19:56:42.487Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4626 | 2026-08-25T19:56:42.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4627 | 2026-08-25T19:56:42.821Z | |
| 4628 | 2026-08-25T19:56:42.821Z | info: running `cargo check --bins` on clickana (313/377) |
| 4629 | 2026-08-25T19:56:43.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-08-25T19:56:43.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-08-25T19:56:43.480Z | Compiling instability v0.3.11 |
| 4632 | 2026-08-25T19:56:43.483Z | Checking castaway v0.2.4 |
| 4633 | 2026-08-25T19:56:43.483Z | Compiling indoc v2.0.7 |
| 4634 | 2026-08-25T19:56:43.626Z | Checking unicode-truncate v1.1.0 |
| 4635 | 2026-08-25T19:56:43.660Z | Checking lru v0.12.5 |
| 4636 | 2026-08-25T19:56:43.660Z | Checking cassowary v0.3.0 |
| 4637 | 2026-08-25T19:56:43.695Z | Checking compact_str v0.8.1 |
| 4638 | 2026-08-25T19:56:44.462Z | Checking ratatui v0.29.0 |
| 4639 | 2026-08-25T19:56:45.525Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4640 | 2026-08-25T19:56:46.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 4641 | 2026-08-25T19:56:46.423Z | |
| 4642 | 2026-08-25T19:56:46.423Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/377) |
| 4643 | 2026-08-25T19:56:46.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-25T19:56:46.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-25T19:56:47.147Z | Checking headers-core v0.3.0 |
| 4646 | 2026-08-25T19:56:47.147Z | Checking port-file v0.1.0 |
| 4647 | 2026-08-25T19:56:47.150Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4648 | 2026-08-25T19:56:47.341Z | Checking headers v0.4.1 |
| 4649 | 2026-08-25T19:56:47.705Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4650 | 2026-08-25T19:56:48.662Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4651 | 2026-08-25T19:56:49.184Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4652 | 2026-08-25T19:56:49.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4653 | 2026-08-25T19:56:49.818Z | |
| 4654 | 2026-08-25T19:56:49.818Z | info: running `cargo check --bins` on ch-dev (315/377) |
| 4655 | 2026-08-25T19:56:50.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-25T19:56:50.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-25T19:56:50.548Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4658 | 2026-08-25T19:56:51.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4659 | 2026-08-25T19:56:51.495Z | |
| 4660 | 2026-08-25T19:56:51.495Z | info: running `cargo check --bins` on dev-tools-common (316/377) |
| 4661 | 2026-08-25T19:56:51.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-25T19:56:51.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-25T19:56:51.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4664 | 2026-08-25T19:56:51.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 4665 | 2026-08-25T19:56:51.921Z | |
| 4666 | 2026-08-25T19:56:51.922Z | info: running `cargo check --bins` on corpus-adjust (317/377) |
| 4667 | 2026-08-25T19:56:52.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-08-25T19:56:52.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-08-25T19:56:52.559Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4670 | 2026-08-25T19:56:53.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 4671 | 2026-08-25T19:56:53.240Z | |
| 4672 | 2026-08-25T19:56:53.240Z | info: running `cargo check --bins` on crdb-seed (318/377) |
| 4673 | 2026-08-25T19:56:53.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4674 | 2026-08-25T19:56:53.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4675 | 2026-08-25T19:56:53.849Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4676 | 2026-08-25T19:56:54.938Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4677 | 2026-08-25T19:56:55.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4678 | 2026-08-25T19:56:55.481Z | |
| 4679 | 2026-08-25T19:56:55.481Z | info: running `cargo check --bins` on db-dev (319/377) |
| 4680 | 2026-08-25T19:56:56.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-25T19:56:56.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-25T19:56:56.217Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4683 | 2026-08-25T19:56:56.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4684 | 2026-08-25T19:56:57.157Z | |
| 4685 | 2026-08-25T19:56:57.157Z | info: running `cargo check --bins` on omicron-dev-lib (320/377) |
| 4686 | 2026-08-25T19:56:57.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-25T19:56:57.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-25T19:56:57.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4689 | 2026-08-25T19:56:57.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4690 | 2026-08-25T19:56:57.788Z | |
| 4691 | 2026-08-25T19:56:57.789Z | info: running `cargo check --bins` on xtask-downloader (321/377) |
| 4692 | 2026-08-25T19:56:58.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-08-25T19:56:58.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-08-25T19:56:58.396Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4695 | 2026-08-25T19:56:59.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4696 | 2026-08-25T19:56:59.255Z | |
| 4697 | 2026-08-25T19:56:59.255Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/377) |
| 4698 | 2026-08-25T19:56:59.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-08-25T19:56:59.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-08-25T19:57:00.057Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4701 | 2026-08-25T19:57:00.057Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4702 | 2026-08-25T19:57:00.070Z | Checking git-stub v1.0.0 |
| 4703 | 2026-08-25T19:57:00.070Z | Compiling trait-variant v0.1.2 |
| 4704 | 2026-08-25T19:57:00.070Z | Checking maplit v1.0.2 |
| 4705 | 2026-08-25T19:57:00.147Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4706 | 2026-08-25T19:57:00.169Z | Checking drift v0.2.0 |
| 4707 | 2026-08-25T19:57:00.169Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4708 | 2026-08-25T19:57:00.195Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4709 | 2026-08-25T19:57:00.263Z | Checking git-stub-vcs v0.1.0 |
| 4710 | 2026-08-25T19:57:00.346Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4711 | 2026-08-25T19:57:00.379Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4712 | 2026-08-25T19:57:04.165Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4713 | 2026-08-25T19:57:04.239Z | Checking dropshot-api-manager v0.8.0 |
| 4714 | 2026-08-25T19:57:04.240Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4715 | 2026-08-25T19:57:04.240Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4716 | 2026-08-25T19:57:04.240Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4717 | 2026-08-25T19:57:04.240Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4718 | 2026-08-25T19:57:04.240Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4719 | 2026-08-25T19:57:04.261Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4720 | 2026-08-25T19:57:04.261Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4721 | 2026-08-25T19:57:04.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
| 4722 | 2026-08-25T19:57:04.770Z | |
| 4723 | 2026-08-25T19:57:04.770Z | info: running `cargo check --bins` on installinator-api (323/377) |
| 4724 | 2026-08-25T19:57:05.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-25T19:57:05.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-25T19:57:05.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-25T19:57:05.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4728 | 2026-08-25T19:57:05.337Z | |
| 4729 | 2026-08-25T19:57:05.337Z | info: running `cargo check --bins` on nexus-external-api (324/377) |
| 4730 | 2026-08-25T19:57:05.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-25T19:57:05.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-25T19:57:05.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-25T19:57:05.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4734 | 2026-08-25T19:57:05.950Z | |
| 4735 | 2026-08-25T19:57:05.950Z | info: running `cargo check --bins` on nexus-internal-api (325/377) |
| 4736 | 2026-08-25T19:57:06.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-25T19:57:06.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-25T19:57:06.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-25T19:57:06.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4740 | 2026-08-25T19:57:06.567Z | |
| 4741 | 2026-08-25T19:57:06.567Z | info: running `cargo check --bins` on nexus-lockstep-api (326/377) |
| 4742 | 2026-08-25T19:57:07.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-25T19:57:07.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-25T19:57:07.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-25T19:57:07.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4746 | 2026-08-25T19:57:07.174Z | |
| 4747 | 2026-08-25T19:57:07.175Z | info: running `cargo check --bins` on ntp-admin-api (327/377) |
| 4748 | 2026-08-25T19:57:07.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-25T19:57:07.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-25T19:57:07.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-25T19:57:07.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4752 | 2026-08-25T19:57:07.740Z | |
| 4753 | 2026-08-25T19:57:07.740Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/377) |
| 4754 | 2026-08-25T19:57:08.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-25T19:57:08.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-25T19:57:08.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-25T19:57:08.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4758 | 2026-08-25T19:57:08.299Z | |
| 4759 | 2026-08-25T19:57:08.299Z | info: running `cargo check --bins` on wicketd-api (329/377) |
| 4760 | 2026-08-25T19:57:08.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-25T19:57:08.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-25T19:57:08.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4763 | 2026-08-25T19:57:08.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4764 | 2026-08-25T19:57:08.891Z | |
| 4765 | 2026-08-25T19:57:08.891Z | info: running `cargo check --bins` on wicketd-commission-api (330/377) |
| 4766 | 2026-08-25T19:57:09.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-08-25T19:57:09.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-08-25T19:57:09.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4769 | 2026-08-25T19:57:09.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4770 | 2026-08-25T19:57:09.464Z | |
| 4771 | 2026-08-25T19:57:09.464Z | info: running `cargo check --bins` on omicron-ls-apis (331/377) |
| 4772 | 2026-08-25T19:57:09.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-25T19:57:09.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-25T19:57:10.080Z | Compiling blake3 v1.8.5 |
| 4775 | 2026-08-25T19:57:10.188Z | Checking constant_time_eq v0.4.2 |
| 4776 | 2026-08-25T19:57:10.191Z | Checking arrayref v0.3.9 |
| 4777 | 2026-08-25T19:57:10.191Z | Checking arrayvec v0.7.6 |
| 4778 | 2026-08-25T19:57:10.212Z | Checking cargo-platform v0.3.2 |
| 4779 | 2026-08-25T19:57:10.212Z | Checking topological-sort v0.2.2 |
| 4780 | 2026-08-25T19:57:10.215Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4781 | 2026-08-25T19:57:10.362Z | Checking cargo_metadata v0.23.1 |
| 4782 | 2026-08-25T19:57:10.964Z | Checking omicron-zone-package v0.12.3 |
| 4783 | 2026-08-25T19:57:11.668Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4784 | 2026-08-25T19:57:12.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4785 | 2026-08-25T19:57:12.661Z | |
| 4786 | 2026-08-25T19:57:12.661Z | info: running `cargo check --bins` on mgs-dev (332/377) |
| 4787 | 2026-08-25T19:57:13.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-08-25T19:57:13.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-08-25T19:57:13.382Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4790 | 2026-08-25T19:57:14.009Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4791 | 2026-08-25T19:57:14.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4792 | 2026-08-25T19:57:14.712Z | |
| 4793 | 2026-08-25T19:57:14.712Z | info: running `cargo check --bins` on omicron-omdb (333/377) |
| 4794 | 2026-08-25T19:57:15.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-08-25T19:57:15.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-08-25T19:57:15.674Z | Compiling darling_core v0.21.3 |
| 4797 | 2026-08-25T19:57:15.674Z | Compiling vergen-lib v0.1.6 |
| 4798 | 2026-08-25T19:57:15.674Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4799 | 2026-08-25T19:57:15.677Z | Compiling diesel_derives v2.3.7 |
| 4800 | 2026-08-25T19:57:15.677Z | Checking scheduled-thread-pool v0.2.7 |
| 4801 | 2026-08-25T19:57:15.677Z | Compiling vergen-gitcl v1.0.8 |
| 4802 | 2026-08-25T19:57:15.677Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4803 | 2026-08-25T19:57:15.677Z | Compiling dirs-sys-next v0.1.2 |
| 4804 | 2026-08-25T19:57:15.985Z | Compiling glob v0.3.3 |
| 4805 | 2026-08-25T19:57:16.013Z | Compiling crunchy v0.2.4 |
| 4806 | 2026-08-25T19:57:16.076Z | Checking r2d2 v0.8.10 |
| 4807 | 2026-08-25T19:57:16.092Z | Compiling dirs-next v2.0.0 |
| 4808 | 2026-08-25T19:57:16.109Z | Checking downcast-rs v2.0.2 |
| 4809 | 2026-08-25T19:57:16.213Z | Compiling tiny-keccak v2.0.2 |
| 4810 | 2026-08-25T19:57:16.230Z | Compiling term v0.7.0 |
| 4811 | 2026-08-25T19:57:16.256Z | Compiling bit-vec v0.6.3 |
| 4812 | 2026-08-25T19:57:16.370Z | Compiling clang-sys v1.8.1 |
| 4813 | 2026-08-25T19:57:16.466Z | Compiling bit-set v0.5.3 |
| 4814 | 2026-08-25T19:57:16.520Z | Compiling ascii-canvas v3.0.0 |
| 4815 | 2026-08-25T19:57:16.625Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4816 | 2026-08-25T19:57:16.738Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4817 | 2026-08-25T19:57:16.761Z | Compiling itertools v0.10.5 |
| 4818 | 2026-08-25T19:57:16.777Z | Compiling ena v0.14.4 |
| 4819 | 2026-08-25T19:57:16.808Z | Compiling libloading v0.8.9 |
| 4820 | 2026-08-25T19:57:16.850Z | Compiling regex-syntax v0.6.29 |
| 4821 | 2026-08-25T19:57:16.886Z | Compiling bindgen v0.71.1 |
| 4822 | 2026-08-25T19:57:16.988Z | Compiling diff v0.1.13 |
| 4823 | 2026-08-25T19:57:16.991Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4824 | 2026-08-25T19:57:17.289Z | Compiling cexpr v0.6.0 |
| 4825 | 2026-08-25T19:57:17.305Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4826 | 2026-08-25T19:57:17.497Z | Compiling rustc-hash v2.1.1 |
| 4827 | 2026-08-25T19:57:17.633Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4828 | 2026-08-25T19:57:17.804Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4829 | 2026-08-25T19:57:17.821Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4830 | 2026-08-25T19:57:17.962Z | Compiling libxml v0.3.3 |
| 4831 | 2026-08-25T19:57:17.980Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4832 | 2026-08-25T19:57:18.107Z | Compiling strum_macros v0.24.3 |
| 4833 | 2026-08-25T19:57:18.167Z | Compiling lalrpop v0.19.12 |
| 4834 | 2026-08-25T19:57:18.216Z | Compiling indoc v1.0.9 |
| 4835 | 2026-08-25T19:57:18.290Z | Compiling darling_macro v0.21.3 |
| 4836 | 2026-08-25T19:57:18.842Z | Compiling darling v0.21.3 |
| 4837 | 2026-08-25T19:57:18.934Z | Compiling dsl_auto_type v0.2.0 |
| 4838 | 2026-08-25T19:57:19.114Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4839 | 2026-08-25T19:57:19.306Z | Checking derive_builder v0.20.2 |
| 4840 | 2026-08-25T19:57:19.428Z | Compiling oso-derive v0.27.3 |
| 4841 | 2026-08-25T19:57:19.494Z | Checking quick-xml v0.37.5 |
| 4842 | 2026-08-25T19:57:19.529Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4843 | 2026-08-25T19:57:19.928Z | Checking openssl-probe v0.1.6 |
| 4844 | 2026-08-25T19:57:20.071Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4845 | 2026-08-25T19:57:20.356Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4846 | 2026-08-25T19:57:20.549Z | Checking bb8 v0.8.6 |
| 4847 | 2026-08-25T19:57:20.633Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4848 | 2026-08-25T19:57:20.789Z | Checking nonempty v0.12.0 |
| 4849 | 2026-08-25T19:57:20.837Z | Compiling libz-sys v1.1.24 |
| 4850 | 2026-08-25T19:57:20.857Z | Compiling strsim v0.10.0 |
| 4851 | 2026-08-25T19:57:20.953Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4852 | 2026-08-25T19:57:21.062Z | Compiling darling_core v0.13.4 |
| 4853 | 2026-08-25T19:57:21.185Z | Compiling vergen-git2 v9.1.0 |
| 4854 | 2026-08-25T19:57:21.403Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4855 | 2026-08-25T19:57:21.421Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4856 | 2026-08-25T19:57:21.618Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4857 | 2026-08-25T19:57:21.830Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4858 | 2026-08-25T19:57:22.014Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4859 | 2026-08-25T19:57:22.201Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4860 | 2026-08-25T19:57:22.385Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4861 | 2026-08-25T19:57:22.389Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4862 | 2026-08-25T19:57:22.588Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4863 | 2026-08-25T19:57:22.775Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4864 | 2026-08-25T19:57:22.913Z | Compiling darling_macro v0.13.4 |
| 4865 | 2026-08-25T19:57:22.959Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4866 | 2026-08-25T19:57:23.148Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4867 | 2026-08-25T19:57:23.405Z | Compiling darling v0.13.4 |
| 4868 | 2026-08-25T19:57:23.585Z | Compiling serde_with_macros v1.5.2 |
| 4869 | 2026-08-25T19:57:23.630Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4870 | 2026-08-25T19:57:24.017Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4871 | 2026-08-25T19:57:24.438Z | Compiling serde_with v1.14.0 |
| 4872 | 2026-08-25T19:57:24.605Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4873 | 2026-08-25T19:57:24.752Z | Checking diesel v2.3.7 |
| 4874 | 2026-08-25T19:57:24.795Z | Checking twox-hash v2.1.2 |
| 4875 | 2026-08-25T19:57:24.817Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4876 | 2026-08-25T19:57:25.102Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4877 | 2026-08-25T19:57:25.583Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4878 | 2026-08-25T19:57:26.529Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4879 | 2026-08-25T19:57:26.963Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4880 | 2026-08-25T19:57:27.191Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4881 | 2026-08-25T19:57:27.634Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4882 | 2026-08-25T19:57:27.861Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4883 | 2026-08-25T19:57:28.129Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4884 | 2026-08-25T19:57:28.157Z | Checking libsw-core v0.3.2 |
| 4885 | 2026-08-25T19:57:28.316Z | Checking atty v0.2.14 |
| 4886 | 2026-08-25T19:57:28.422Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4887 | 2026-08-25T19:57:28.870Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4888 | 2026-08-25T19:57:28.993Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4889 | 2026-08-25T19:57:29.015Z | Checking libsw v3.5.0 |
| 4890 | 2026-08-25T19:57:29.031Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4891 | 2026-08-25T19:57:29.176Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4892 | 2026-08-25T19:57:30.317Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4893 | 2026-08-25T19:57:30.597Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4894 | 2026-08-25T19:57:31.234Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4895 | 2026-08-25T19:57:31.349Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4896 | 2026-08-25T19:57:31.948Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4897 | 2026-08-25T19:57:32.136Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4898 | 2026-08-25T19:57:32.285Z | Checking fatfs v0.3.6 |
| 4899 | 2026-08-25T19:57:32.307Z | Checking console v0.16.2 |
| 4900 | 2026-08-25T19:57:32.614Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4901 | 2026-08-25T19:57:32.738Z | Checking unit-prefix v0.5.2 |
| 4902 | 2026-08-25T19:57:32.876Z | Compiling seq-macro v0.3.6 |
| 4903 | 2026-08-25T19:57:33.378Z | Checking indicatif v0.18.4 |
| 4904 | 2026-08-25T19:57:33.587Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4905 | 2026-08-25T19:57:33.781Z | Checking oxide-update-engine-display v0.1.2 |
| 4906 | 2026-08-25T19:57:33.945Z | Checking support-bundle-viewer v0.1.2 |
| 4907 | 2026-08-25T19:57:34.083Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4908 | 2026-08-25T19:57:34.189Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4909 | 2026-08-25T19:57:34.219Z | Checking multimap v0.10.1 |
| 4910 | 2026-08-25T19:57:40.153Z | Checking diesel-dtrace v0.5.0 |
| 4911 | 2026-08-25T19:57:40.398Z | Checking async-bb8-diesel v0.2.1 |
| 4912 | 2026-08-25T19:57:43.719Z | Compiling samael v0.0.19 |
| 4913 | 2026-08-25T19:57:47.913Z | Compiling git2 v0.20.4 |
| 4914 | 2026-08-25T19:57:49.220Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4915 | 2026-08-25T19:57:50.504Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4916 | 2026-08-25T19:57:50.669Z | Compiling polar-core v0.27.3 |
| 4917 | 2026-08-25T19:57:55.190Z | Checking oso v0.27.3 |
| 4918 | 2026-08-25T19:58:27.237Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4919 | 2026-08-25T19:59:41.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4920 | 2026-08-25T19:59:42.038Z | |
| 4921 | 2026-08-25T19:59:42.038Z | info: running `cargo check --bins` on nexus-networking (334/377) |
| 4922 | 2026-08-25T19:59:42.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4923 | 2026-08-25T19:59:42.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4924 | 2026-08-25T19:59:42.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4925 | 2026-08-25T19:59:42.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4926 | 2026-08-25T19:59:42.708Z | |
| 4927 | 2026-08-25T19:59:42.708Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377) |
| 4928 | 2026-08-25T19:59:43.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4929 | 2026-08-25T19:59:43.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4930 | 2026-08-25T19:59:43.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4931 | 2026-08-25T19:59:43.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4932 | 2026-08-25T19:59:43.333Z | |
| 4933 | 2026-08-25T19:59:43.333Z | info: running `cargo check --bins` on nexus-saga-recovery (336/377) |
| 4934 | 2026-08-25T19:59:43.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4935 | 2026-08-25T19:59:43.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4936 | 2026-08-25T19:59:43.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4937 | 2026-08-25T19:59:43.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4938 | 2026-08-25T19:59:43.959Z | |
| 4939 | 2026-08-25T19:59:43.959Z | info: running `cargo check --bins` on nexus-test-utils-macros (337/377) |
| 4940 | 2026-08-25T19:59:44.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4941 | 2026-08-25T19:59:44.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4942 | 2026-08-25T19:59:44.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4943 | 2026-08-25T19:59:44.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4944 | 2026-08-25T19:59:44.520Z | |
| 4945 | 2026-08-25T19:59:44.520Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (338/377) |
| 4946 | 2026-08-25T19:59:45.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4947 | 2026-08-25T19:59:45.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4948 | 2026-08-25T19:59:45.346Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4949 | 2026-08-25T19:59:46.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 4950 | 2026-08-25T19:59:46.303Z | |
| 4951 | 2026-08-25T19:59:46.303Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377) |
| 4952 | 2026-08-25T19:59:46.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4953 | 2026-08-25T19:59:46.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4954 | 2026-08-25T19:59:47.128Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4955 | 2026-08-25T20:00:25.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.32s |
| 4956 | 2026-08-25T20:00:25.846Z | |
| 4957 | 2026-08-25T20:00:25.846Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377) |
| 4958 | 2026-08-25T20:00:26.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4959 | 2026-08-25T20:00:26.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4960 | 2026-08-25T20:00:26.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4961 | 2026-08-25T20:00:26.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4962 | 2026-08-25T20:00:26.411Z | |
| 4963 | 2026-08-25T20:00:26.411Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377) |
| 4964 | 2026-08-25T20:00:26.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4965 | 2026-08-25T20:00:26.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4966 | 2026-08-25T20:00:26.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4967 | 2026-08-25T20:00:26.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4968 | 2026-08-25T20:00:26.973Z | |
| 4969 | 2026-08-25T20:00:26.973Z | info: running `cargo check --bins --no-default-features` on nexus-fm (342/377) |
| 4970 | 2026-08-25T20:00:27.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4971 | 2026-08-25T20:00:27.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4972 | 2026-08-25T20:00:27.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4973 | 2026-08-25T20:00:27.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4974 | 2026-08-25T20:00:27.582Z | |
| 4975 | 2026-08-25T20:00:27.582Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377) |
| 4976 | 2026-08-25T20:00:28.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4977 | 2026-08-25T20:00:28.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4978 | 2026-08-25T20:00:28.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4979 | 2026-08-25T20:00:28.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4980 | 2026-08-25T20:00:28.241Z | |
| 4981 | 2026-08-25T20:00:28.241Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 4982 | 2026-08-25T20:00:28.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4983 | 2026-08-25T20:00:28.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4984 | 2026-08-25T20:00:28.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4985 | 2026-08-25T20:00:28.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4986 | 2026-08-25T20:00:28.861Z | |
| 4987 | 2026-08-25T20:00:28.861Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 4988 | 2026-08-25T20:00:29.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4989 | 2026-08-25T20:00:29.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4990 | 2026-08-25T20:00:29.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4991 | 2026-08-25T20:00:29.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4992 | 2026-08-25T20:00:29.468Z | |
| 4993 | 2026-08-25T20:00:29.468Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 4994 | 2026-08-25T20:00:29.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4995 | 2026-08-25T20:00:30.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4996 | 2026-08-25T20:00:30.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4997 | 2026-08-25T20:00:30.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4998 | 2026-08-25T20:00:30.092Z | |
| 4999 | 2026-08-25T20:00:30.092Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 5000 | 2026-08-25T20:00:30.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5001 | 2026-08-25T20:00:30.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5002 | 2026-08-25T20:00:30.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5003 | 2026-08-25T20:00:30.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5004 | 2026-08-25T20:00:30.721Z | |
| 5005 | 2026-08-25T20:00:30.721Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5006 | 2026-08-25T20:00:31.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5007 | 2026-08-25T20:00:31.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5008 | 2026-08-25T20:00:31.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5009 | 2026-08-25T20:00:31.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5010 | 2026-08-25T20:00:31.320Z | |
| 5011 | 2026-08-25T20:00:31.320Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5012 | 2026-08-25T20:00:31.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5013 | 2026-08-25T20:00:31.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5014 | 2026-08-25T20:00:31.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5015 | 2026-08-25T20:00:31.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5016 | 2026-08-25T20:00:31.943Z | |
| 5017 | 2026-08-25T20:00:31.943Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5018 | 2026-08-25T20:00:32.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5019 | 2026-08-25T20:00:32.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5020 | 2026-08-25T20:00:32.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5021 | 2026-08-25T20:00:32.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5022 | 2026-08-25T20:00:32.567Z | |
| 5023 | 2026-08-25T20:00:32.567Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5024 | 2026-08-25T20:00:33.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5025 | 2026-08-25T20:00:33.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5026 | 2026-08-25T20:00:33.456Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5027 | 2026-08-25T20:00:33.460Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5028 | 2026-08-25T20:00:33.637Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5029 | 2026-08-25T20:00:33.640Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5030 | 2026-08-25T20:00:33.680Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5031 | 2026-08-25T20:00:33.684Z | Checking yansi v1.0.1 |
| 5032 | 2026-08-25T20:00:33.684Z | Checking diff v0.1.13 |
| 5033 | 2026-08-25T20:00:33.726Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5034 | 2026-08-25T20:00:33.765Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5035 | 2026-08-25T20:00:33.954Z | Checking pretty_assertions v1.4.1 |
| 5036 | 2026-08-25T20:00:34.712Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5037 | 2026-08-25T20:00:34.718Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5038 | 2026-08-25T20:01:00.206Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5039 | 2026-08-25T20:01:00.256Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5040 | 2026-08-25T20:01:00.256Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5041 | 2026-08-25T20:01:00.256Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5042 | 2026-08-25T20:01:00.256Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5043 | 2026-08-25T20:01:00.256Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5044 | 2026-08-25T20:01:00.257Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5045 | 2026-08-25T20:01:01.079Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5046 | 2026-08-25T20:01:01.079Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5047 | 2026-08-25T20:01:02.362Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5048 | 2026-08-25T20:01:40.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5049 | 2026-08-25T20:01:40.832Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5050 | 2026-08-25T20:01:40.833Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5051 | 2026-08-25T20:01:41.041Z | |
| 5052 | 2026-08-25T20:01:41.041Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5053 | 2026-08-25T20:01:41.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5054 | 2026-08-25T20:01:41.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5055 | 2026-08-25T20:01:41.757Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5056 | 2026-08-25T20:01:42.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 5057 | 2026-08-25T20:01:42.586Z | |
| 5058 | 2026-08-25T20:01:42.586Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5059 | 2026-08-25T20:01:43.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5060 | 2026-08-25T20:01:43.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5061 | 2026-08-25T20:01:43.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5062 | 2026-08-25T20:01:43.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5063 | 2026-08-25T20:01:43.140Z | |
| 5064 | 2026-08-25T20:01:43.140Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5065 | 2026-08-25T20:01:43.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5066 | 2026-08-25T20:01:43.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5067 | 2026-08-25T20:01:43.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5068 | 2026-08-25T20:01:43.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5069 | 2026-08-25T20:01:43.718Z | |
| 5070 | 2026-08-25T20:01:43.718Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5071 | 2026-08-25T20:01:44.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5072 | 2026-08-25T20:01:44.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5073 | 2026-08-25T20:01:44.488Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5074 | 2026-08-25T20:01:44.610Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5075 | 2026-08-25T20:01:44.613Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5076 | 2026-08-25T20:02:11.587Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5077 | 2026-08-25T20:02:11.989Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5078 | 2026-08-25T20:02:13.738Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5079 | 2026-08-25T20:02:14.334Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5080 | 2026-08-25T20:02:17.323Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5081 | 2026-08-25T20:02:41.129Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5082 | 2026-08-25T20:02:41.869Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5083 | 2026-08-25T20:02:43.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.84s |
| 5084 | 2026-08-25T20:02:43.780Z | |
| 5085 | 2026-08-25T20:02:43.780Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5086 | 2026-08-25T20:02:44.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5087 | 2026-08-25T20:02:44.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5088 | 2026-08-25T20:02:44.488Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5089 | 2026-08-25T20:02:45.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5090 | 2026-08-25T20:02:45.385Z | |
| 5091 | 2026-08-25T20:02:45.385Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5092 | 2026-08-25T20:02:45.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5093 | 2026-08-25T20:02:45.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5094 | 2026-08-25T20:02:46.003Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5095 | 2026-08-25T20:02:46.008Z | Compiling fs-err v2.11.0 |
| 5096 | 2026-08-25T20:02:46.117Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5097 | 2026-08-25T20:02:46.138Z | Checking parse-size v1.1.0 |
| 5098 | 2026-08-25T20:02:46.144Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5099 | 2026-08-25T20:02:46.144Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5100 | 2026-08-25T20:02:46.144Z | Checking shell-words v1.1.1 |
| 5101 | 2026-08-25T20:02:46.225Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5102 | 2026-08-25T20:02:46.550Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5103 | 2026-08-25T20:02:46.731Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5104 | 2026-08-25T20:02:47.387Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5105 | 2026-08-25T20:02:48.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 5106 | 2026-08-25T20:02:48.518Z | |
| 5107 | 2026-08-25T20:02:48.519Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5108 | 2026-08-25T20:02:49.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-08-25T20:02:49.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-08-25T20:02:49.148Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5111 | 2026-08-25T20:02:49.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 5112 | 2026-08-25T20:02:49.815Z | |
| 5113 | 2026-08-25T20:02:49.815Z | info: running `cargo check --bins` on schema (359/377) |
| 5114 | 2026-08-25T20:02:50.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-08-25T20:02:50.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-08-25T20:02:50.533Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5117 | 2026-08-25T20:02:51.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5118 | 2026-08-25T20:02:51.421Z | |
| 5119 | 2026-08-25T20:02:51.421Z | info: running `cargo check --bins` on xtask (360/377) |
| 5120 | 2026-08-25T20:02:51.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5121 | 2026-08-25T20:02:51.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5122 | 2026-08-25T20:02:51.822Z | Checking serde_core v1.0.228 |
| 5123 | 2026-08-25T20:02:51.822Z | Checking libc v0.2.185 |
| 5124 | 2026-08-25T20:02:51.825Z | Checking bitflags v2.11.0 |
| 5125 | 2026-08-25T20:02:51.905Z | Checking scroll v0.12.0 |
| 5126 | 2026-08-25T20:02:51.908Z | Checking thiserror v1.0.69 |
| 5127 | 2026-08-25T20:02:51.917Z | Checking log v0.4.33 |
| 5128 | 2026-08-25T20:02:51.923Z | Checking zerocopy v0.7.35 |
| 5129 | 2026-08-25T20:02:51.930Z | Checking indexmap v2.14.0 |
| 5130 | 2026-08-25T20:02:51.996Z | Checking syn v2.0.117 |
| 5131 | 2026-08-25T20:02:52.035Z | Checking dtrace-parser v0.2.0 |
| 5132 | 2026-08-25T20:02:52.050Z | Checking once_cell v1.21.3 |
| 5133 | 2026-08-25T20:02:52.115Z | Checking goblin v0.8.2 |
| 5134 | 2026-08-25T20:02:52.175Z | Checking errno v0.3.14 |
| 5135 | 2026-08-25T20:02:52.218Z | Checking getrandom v0.4.3 |
| 5136 | 2026-08-25T20:02:52.264Z | Checking thread-id v4.2.2 |
| 5137 | 2026-08-25T20:02:52.290Z | Checking rustix v1.1.4 |
| 5138 | 2026-08-25T20:02:52.337Z | Checking memmap v0.7.0 |
| 5139 | 2026-08-25T20:02:52.349Z | Checking thiserror v2.0.18 |
| 5140 | 2026-08-25T20:02:52.405Z | Checking fs-err v3.3.0 |
| 5141 | 2026-08-25T20:02:52.446Z | Checking tabled v0.15.0 |
| 5142 | 2026-08-25T20:02:52.459Z | Checking anyhow v1.0.104 |
| 5143 | 2026-08-25T20:02:53.043Z | Checking terminal_size v0.4.3 |
| 5144 | 2026-08-25T20:02:53.043Z | Checking tempfile v3.27.0 |
| 5145 | 2026-08-25T20:02:53.150Z | Checking clap_builder v4.6.0 |
| 5146 | 2026-08-25T20:02:53.153Z | Checking textwrap v0.16.2 |
| 5147 | 2026-08-25T20:02:53.333Z | Checking serde v1.0.228 |
| 5148 | 2026-08-25T20:02:53.336Z | Checking serde_json v1.0.151 |
| 5149 | 2026-08-25T20:02:53.336Z | Checking camino v1.2.5 |
| 5150 | 2026-08-25T20:02:53.361Z | Checking cargo-platform v0.3.2 |
| 5151 | 2026-08-25T20:02:53.512Z | Checking semver v1.0.28 |
| 5152 | 2026-08-25T20:02:53.574Z | Checking camino-tempfile v1.4.1 |
| 5153 | 2026-08-25T20:02:53.732Z | Checking serde_spanned v0.6.9 |
| 5154 | 2026-08-25T20:02:53.732Z | Checking toml_datetime v0.6.11 |
| 5155 | 2026-08-25T20:02:53.736Z | Checking macaddr v1.0.1 |
| 5156 | 2026-08-25T20:02:53.736Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5157 | 2026-08-25T20:02:53.902Z | Checking toml_edit v0.22.27 |
| 5158 | 2026-08-25T20:02:53.925Z | Checking dof v0.3.0 |
| 5159 | 2026-08-25T20:02:53.928Z | Checking cargo_metadata v0.23.1 |
| 5160 | 2026-08-25T20:02:54.185Z | Checking usdt-impl v0.5.0 |
| 5161 | 2026-08-25T20:02:54.331Z | Checking clap v4.6.1 |
| 5162 | 2026-08-25T20:02:54.437Z | Checking usdt v0.5.0 |
| 5163 | 2026-08-25T20:02:54.856Z | Checking toml v0.8.23 |
| 5164 | 2026-08-25T20:02:55.111Z | Checking cargo_toml v0.21.0 |
| 5165 | 2026-08-25T20:02:55.739Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5166 | 2026-08-25T20:02:56.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
| 5167 | 2026-08-25T20:02:56.224Z | |
| 5168 | 2026-08-25T20:02:56.224Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5169 | 2026-08-25T20:02:56.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5170 | 2026-08-25T20:02:56.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5171 | 2026-08-25T20:02:56.870Z | Checking arc-swap v1.8.2 |
| 5172 | 2026-08-25T20:02:57.147Z | Checking slog-scope v4.4.1 |
| 5173 | 2026-08-25T20:02:57.259Z | Checking slog-stdlog v4.1.1 |
| 5174 | 2026-08-25T20:02:57.353Z | Checking slog-envlogger v2.2.0 |
| 5175 | 2026-08-25T20:02:57.473Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5176 | 2026-08-25T20:02:57.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 5177 | 2026-08-25T20:02:58.060Z | |
| 5178 | 2026-08-25T20:02:58.061Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5179 | 2026-08-25T20:02:58.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5180 | 2026-08-25T20:02:58.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5181 | 2026-08-25T20:02:58.864Z | Checking cpubits v0.1.1 |
| 5182 | 2026-08-25T20:02:58.991Z | Checking pem-rfc7468 v1.0.0 |
| 5183 | 2026-08-25T20:02:59.003Z | Checking hmac v0.13.0 |
| 5184 | 2026-08-25T20:02:59.006Z | Checking universal-hash v0.6.1 |
| 5185 | 2026-08-25T20:02:59.027Z | Checking ctr v0.10.1 |
| 5186 | 2026-08-25T20:02:59.027Z | Checking aead v0.6.1 |
| 5187 | 2026-08-25T20:02:59.055Z | Checking aes v0.9.1 |
| 5188 | 2026-08-25T20:02:59.055Z | Checking crypto-bigint v0.7.5 |
| 5189 | 2026-08-25T20:02:59.083Z | Checking salsa20 v0.11.0 |
| 5190 | 2026-08-25T20:02:59.127Z | Checking der v0.8.0 |
| 5191 | 2026-08-25T20:02:59.127Z | Checking polyval v0.7.1 |
| 5192 | 2026-08-25T20:02:59.155Z | Checking pbkdf2 v0.13.0 |
| 5193 | 2026-08-25T20:02:59.171Z | Checking cbc v0.2.1 |
| 5194 | 2026-08-25T20:02:59.242Z | Checking ff v0.14.0 |
| 5195 | 2026-08-25T20:02:59.246Z | Checking signature v3.0.0 |
| 5196 | 2026-08-25T20:02:59.291Z | Checking scrypt v0.12.0 |
| 5197 | 2026-08-25T20:02:59.307Z | Checking base16ct v1.0.0 |
| 5198 | 2026-08-25T20:02:59.310Z | Checking ghash v0.6.0 |
| 5199 | 2026-08-25T20:02:59.395Z | Checking group v0.14.0 |
| 5200 | 2026-08-25T20:02:59.411Z | Checking hkdf v0.13.0 |
| 5201 | 2026-08-25T20:02:59.432Z | Compiling curve25519-dalek v5.0.0 |
| 5202 | 2026-08-25T20:02:59.447Z | Checking aes-gcm v0.11.0 |
| 5203 | 2026-08-25T20:02:59.463Z | Checking keccak v0.2.0 |
| 5204 | 2026-08-25T20:02:59.480Z | Checking poly1305 v0.9.0 |
| 5205 | 2026-08-25T20:02:59.540Z | Checking wnaf v0.14.0 |
| 5206 | 2026-08-25T20:02:59.554Z | Checking blowfish v0.10.0 |
| 5207 | 2026-08-25T20:02:59.604Z | Checking blake2 v0.11.0-rc.6 |
| 5208 | 2026-08-25T20:02:59.620Z | Checking sha3 v0.11.0 |
| 5209 | 2026-08-25T20:02:59.702Z | Checking bcrypt-pbkdf v0.11.0 |
| 5210 | 2026-08-25T20:02:59.720Z | Checking kem v0.3.0 |
| 5211 | 2026-08-25T20:02:59.740Z | Checking module-lattice v0.2.3 |
| 5212 | 2026-08-25T20:02:59.844Z | Checking sponge-cursor v0.1.0 |
| 5213 | 2026-08-25T20:02:59.857Z | Checking argon2 v0.6.0-rc.8 |
| 5214 | 2026-08-25T20:02:59.874Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5215 | 2026-08-25T20:02:59.918Z | Checking spki v0.8.0 |
| 5216 | 2026-08-25T20:02:59.958Z | Checking sec1 v0.8.1 |
| 5217 | 2026-08-25T20:02:59.972Z | Checking sha3 v0.12.0 |
| 5218 | 2026-08-25T20:02:59.987Z | Checking ml-kem v0.3.2 |
| 5219 | 2026-08-25T20:03:00.050Z | Checking internal-russh-num-bigint v0.5.0 |
| 5220 | 2026-08-25T20:03:00.085Z | Checking pkcs5 v0.8.1 |
| 5221 | 2026-08-25T20:03:00.159Z | Checking pkcs1 v0.8.0-rc.4 |
| 5222 | 2026-08-25T20:03:00.174Z | Checking num-bigint v0.4.6 |
| 5223 | 2026-08-25T20:03:00.177Z | Checking generic-array v1.4.3 |
| 5224 | 2026-08-25T20:03:00.365Z | Checking russh-util v0.52.0 |
| 5225 | 2026-08-25T20:03:00.380Z | Checking pkcs8 v0.11.0 |
| 5226 | 2026-08-25T20:03:00.487Z | Compiling enum_dispatch v0.3.13 |
| 5227 | 2026-08-25T20:03:00.566Z | Compiling delegate v0.13.5 |
| 5228 | 2026-08-25T20:03:00.581Z | Checking ed25519 v3.0.0 |
| 5229 | 2026-08-25T20:03:00.701Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5230 | 2026-08-25T20:03:00.748Z | Checking md5 v0.8.0 |
| 5231 | 2026-08-25T20:03:00.773Z | Checking ed25519-dalek v3.0.0 |
| 5232 | 2026-08-25T20:03:00.874Z | Checking hex-literal v1.1.0 |
| 5233 | 2026-08-25T20:03:00.936Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5234 | 2026-08-25T20:03:00.973Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5235 | 2026-08-25T20:03:00.993Z | Checking socket2 v0.5.10 |
| 5236 | 2026-08-25T20:03:01.097Z | Checking internet-checksum v0.2.1 |
| 5237 | 2026-08-25T20:03:01.112Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5238 | 2026-08-25T20:03:01.241Z | Checking elliptic-curve v0.14.1 |
| 5239 | 2026-08-25T20:03:01.241Z | Checking rfc6979 v0.6.0 |
| 5240 | 2026-08-25T20:03:01.244Z | Checking primefield v0.14.0 |
| 5241 | 2026-08-25T20:03:01.245Z | Checking ssh-encoding v0.3.0 |
| 5242 | 2026-08-25T20:03:01.410Z | Checking crypto-primes v0.7.2 |
| 5243 | 2026-08-25T20:03:01.471Z | Checking ssh-cipher v0.3.0 |
| 5244 | 2026-08-25T20:03:01.471Z | Checking russh-cryptovec v0.62.0 |
| 5245 | 2026-08-25T20:03:01.626Z | Checking primeorder v0.14.0 |
| 5246 | 2026-08-25T20:03:01.630Z | Checking ecdsa v0.17.0 |
| 5247 | 2026-08-25T20:03:01.997Z | Checking p256 v0.14.0 |
| 5248 | 2026-08-25T20:03:02.002Z | Checking p521 v0.14.0 |
| 5249 | 2026-08-25T20:03:02.002Z | Checking p384 v0.14.0 |
| 5250 | 2026-08-25T20:03:02.341Z | Checking rsa v0.10.0-rc.18 |
| 5251 | 2026-08-25T20:03:04.833Z | Checking ssh-key v0.7.0-rc.11 |
| 5252 | 2026-08-25T20:03:05.563Z | Checking russh v0.62.4 |
| 5253 | 2026-08-25T20:03:18.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.90s |
| 5254 | 2026-08-25T20:03:18.969Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5255 | 2026-08-25T20:03:18.969Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5256 | 2026-08-25T20:03:19.170Z | |
| 5257 | 2026-08-25T20:03:19.170Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5258 | 2026-08-25T20:03:19.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5259 | 2026-08-25T20:03:19.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5260 | 2026-08-25T20:03:19.798Z | Checking termios v0.3.3 |
| 5261 | 2026-08-25T20:03:19.989Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5262 | 2026-08-25T20:03:20.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 5263 | 2026-08-25T20:03:20.746Z | |
| 5264 | 2026-08-25T20:03:20.746Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5265 | 2026-08-25T20:03:21.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5266 | 2026-08-25T20:03:21.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5267 | 2026-08-25T20:03:21.429Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5268 | 2026-08-25T20:03:22.124Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5269 | 2026-08-25T20:03:23.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s |
| 5270 | 2026-08-25T20:03:23.882Z | |
| 5271 | 2026-08-25T20:03:23.882Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5272 | 2026-08-25T20:03:24.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5273 | 2026-08-25T20:03:24.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5274 | 2026-08-25T20:03:24.514Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5275 | 2026-08-25T20:03:24.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5276 | 2026-08-25T20:03:25.115Z | |
| 5277 | 2026-08-25T20:03:25.115Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5278 | 2026-08-25T20:03:25.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5279 | 2026-08-25T20:03:25.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5280 | 2026-08-25T20:03:25.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5281 | 2026-08-25T20:03:25.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5282 | 2026-08-25T20:03:25.669Z | |
| 5283 | 2026-08-25T20:03:25.669Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5284 | 2026-08-25T20:03:26.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5285 | 2026-08-25T20:03:26.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5286 | 2026-08-25T20:03:26.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5287 | 2026-08-25T20:03:26.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5288 | 2026-08-25T20:03:26.224Z | |
| 5289 | 2026-08-25T20:03:26.224Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5290 | 2026-08-25T20:03:26.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5291 | 2026-08-25T20:03:26.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5292 | 2026-08-25T20:03:26.961Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5293 | 2026-08-25T20:03:27.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 5294 | 2026-08-25T20:03:27.742Z | |
| 5295 | 2026-08-25T20:03:27.742Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5296 | 2026-08-25T20:03:28.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5297 | 2026-08-25T20:03:28.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5298 | 2026-08-25T20:03:28.374Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5299 | 2026-08-25T20:03:28.482Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5300 | 2026-08-25T20:03:29.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 5301 | 2026-08-25T20:03:29.470Z | |
| 5302 | 2026-08-25T20:03:29.470Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5303 | 2026-08-25T20:03:29.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5304 | 2026-08-25T20:03:29.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5305 | 2026-08-25T20:03:29.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5306 | 2026-08-25T20:03:29.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5307 | 2026-08-25T20:03:30.017Z | |
| 5308 | 2026-08-25T20:03:30.017Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5309 | 2026-08-25T20:03:30.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5310 | 2026-08-25T20:03:30.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5311 | 2026-08-25T20:03:30.683Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5312 | 2026-08-25T20:03:31.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 5313 | 2026-08-25T20:03:31.997Z | |
| 5314 | 2026-08-25T20:03:31.997Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5315 | 2026-08-25T20:03:32.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5316 | 2026-08-25T20:03:32.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5317 | 2026-08-25T20:03:32.728Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5318 | 2026-08-25T20:03:33.081Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5319 | 2026-08-25T20:03:33.595Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5320 | 2026-08-25T20:03:33.595Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5321 | 2026-08-25T20:03:40.384Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5322 | 2026-08-25T20:03:40.391Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5323 | 2026-08-25T20:03:40.391Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5324 | 2026-08-25T20:03:41.010Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5325 | 2026-08-25T20:03:41.010Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5326 | 2026-08-25T20:03:41.016Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5327 | 2026-08-25T20:03:41.016Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5328 | 2026-08-25T20:03:41.772Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5329 | 2026-08-25T20:03:42.386Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5330 | 2026-08-25T20:03:42.682Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5331 | 2026-08-25T20:03:42.867Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5332 | 2026-08-25T20:03:43.740Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5333 | 2026-08-25T20:03:44.386Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5334 | 2026-08-25T20:03:49.128Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5335 | 2026-08-25T20:03:56.402Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5336 | 2026-08-25T20:03:56.463Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5337 | 2026-08-25T20:03:56.466Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5338 | 2026-08-25T20:03:56.466Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5339 | 2026-08-25T20:03:57.860Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5340 | 2026-08-25T20:03:59.152Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5341 | 2026-08-25T20:04:03.375Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5342 | 2026-08-25T20:04:03.548Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5343 | 2026-08-25T20:04:03.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.65s |
| 5344 | 2026-08-25T20:04:03.548Z | |
| 5345 | 2026-08-25T20:04:03.548Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5346 | 2026-08-25T20:04:03.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5347 | 2026-08-25T20:04:03.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5348 | 2026-08-25T20:04:03.549Z | Checking rtoolbox v0.0.3 |
| 5349 | 2026-08-25T20:04:03.549Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5350 | 2026-08-25T20:04:03.549Z | Checking tui-tree-widget v0.23.1 |
| 5351 | 2026-08-25T20:04:03.577Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5352 | 2026-08-25T20:04:03.577Z | Checking rpassword v7.5.4 |
| 5353 | 2026-08-25T20:04:05.453Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5354 | 2026-08-25T20:04:07.292Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5355 | 2026-08-25T20:04:08.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
| 5356 | 2026-08-25T20:04:08.407Z | |
| 5357 | 2026-08-25T20:04:08.407Z | info: running `cargo check --bins` on wicket (374/377) |
| 5358 | 2026-08-25T20:04:08.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5359 | 2026-08-25T20:04:08.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5360 | 2026-08-25T20:04:09.089Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5361 | 2026-08-25T20:04:09.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5362 | 2026-08-25T20:04:09.632Z | |
| 5363 | 2026-08-25T20:04:09.633Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5364 | 2026-08-25T20:04:10.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5365 | 2026-08-25T20:04:10.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5366 | 2026-08-25T20:04:10.325Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5367 | 2026-08-25T20:04:13.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 5368 | 2026-08-25T20:04:14.053Z | |
| 5369 | 2026-08-25T20:04:14.053Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5370 | 2026-08-25T20:04:14.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5371 | 2026-08-25T20:04:14.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5372 | 2026-08-25T20:04:14.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5373 | 2026-08-25T20:04:14.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5374 | 2026-08-25T20:04:14.609Z | |
| 5375 | 2026-08-25T20:04:14.609Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5376 | 2026-08-25T20:04:15.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5377 | 2026-08-25T20:04:15.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5378 | 2026-08-25T20:04:15.270Z | Checking uzers v0.12.2 |
| 5379 | 2026-08-25T20:04:15.538Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5380 | 2026-08-25T20:04:16.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 5381 | 2026-08-25T20:04:16.513Z | |
| 5382 | 2026-08-25T20:04:16.513Z | real 14:19.818998840 |
| 5383 | 2026-08-25T20:04:16.513Z | user 21:32.107643252 |
| 5384 | 2026-08-25T20:04:16.513Z | sys 4:27.627594238 |
| 5385 | 2026-08-25T20:04:16.513Z | trap 0.338824501 |
| 5386 | 2026-08-25T20:04:16.513Z | tflt 0.543054143 |
| 5387 | 2026-08-25T20:04:16.513Z | dflt 0.801468788 |
| 5388 | 2026-08-25T20:04:16.513Z | kflt 0.004467651 |
| 5389 | 2026-08-25T20:04:16.513Z | lock 1:29:41.264461696 |
| 5390 | 2026-08-25T20:04:16.513Z | slp 1:42:16.528382221 |
| 5391 | 2026-08-25T20:04:16.513Z | lat 54.541598412 |
| 5392 | 2026-08-25T20:04:16.513Z | stop 4:06.756037378 |
| 5393 | 2026-08-25T20:04:16.519Z | process exited: duration 992432 ms, exit code 0 |
| |
| 5394 | 2026-08-25T20:04:16.527Z | found 0 output files |