|
|
|
| 1 | 2026-06-25T22:45:37.493Z | job assigned to worker 01KW0FA34GVYBKVTVEGA7MPH33 [factory aws, i-0c8151ceef10ee5f3] (queued for 59 s) |
| |
| 2 | 2026-06-25T22:45:44.314Z | starting task 0: "setup" |
| 3 | 2026-06-25T22:45:44.318Z | ++ uname -s |
| 4 | 2026-06-25T22:45:44.321Z | + kern=SunOS |
| 5 | 2026-06-25T22:45:44.321Z | + build_user=build |
| 6 | 2026-06-25T22:45:44.321Z | + build_uid=12345 |
| 7 | 2026-06-25T22:45:44.321Z | + work_dir=/work |
| 8 | 2026-06-25T22:45:44.321Z | + input_dir=/input |
| 9 | 2026-06-25T22:45:44.321Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-25T22:45:44.321Z | + case "$kern" in |
| 11 | 2026-06-25T22:45:44.321Z | + groupadd -g 12345 build |
| 12 | 2026-06-25T22:45:44.324Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-25T22:45:46.326Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-25T22:45:46.388Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-25T22:45:46.391Z | + home_fs=zfs |
| 16 | 2026-06-25T22:45:46.391Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-25T22:45:46.391Z | + mkdir -p /home/build |
| 18 | 2026-06-25T22:45:46.391Z | + chown build:build /home/build /work |
| 19 | 2026-06-25T22:45:47.393Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-25T22:45:47.396Z | process exited: duration 3081 ms, exit code 0 |
| |
| 21 | 2026-06-25T22:45:47.402Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-25T22:45:47.406Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.0 |
| 23 | 2026-06-25T22:45:47.406Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-25T22:45:47.406Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-25T22:45:47.406Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-25T22:45:47.406Z | * rust toolchain channel = "1.96.0" |
| 27 | 2026-06-25T22:45:47.406Z | * rust toolchain profile = "default" |
| 28 | 2026-06-25T22:45:47.409Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-25T22:45:47.409Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default |
| 30 | 2026-06-25T22:45:47.488Z | info: downloading installer |
| 31 | 2026-06-25T22:45:48.938Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-25T22:45:48.938Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-25T22:45:48.938Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-25T22:45:48.938Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-25T22:45:48.950Z | info: profile set to default |
| 36 | 2026-06-25T22:45:48.950Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-25T22:45:48.953Z | info: syncing channel updates for 1.96.0-x86_64-unknown-illumos |
| 38 | 2026-06-25T22:45:49.089Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 39 | 2026-06-25T22:45:49.093Z | info: downloading 6 components |
| 40 | 2026-06-25T22:46:04.434Z | info: default toolchain set to 1.96.0-x86_64-unknown-illumos |
| 41 | 2026-06-25T22:46:04.435Z | |
| 42 | 2026-06-25T22:46:04.467Z | 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 43 | 2026-06-25T22:46:04.467Z | |
| 44 | 2026-06-25T22:46:04.470Z | |
| 45 | 2026-06-25T22:46:04.470Z | Rust is installed now. Great! |
| 46 | 2026-06-25T22:46:04.470Z | |
| 47 | 2026-06-25T22:46:04.470Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-25T22:46:04.470Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-25T22:46:04.470Z | |
| 50 | 2026-06-25T22:46:04.470Z | To configure your current shell, you need to source |
| 51 | 2026-06-25T22:46:04.470Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-25T22:46:04.470Z | |
| 53 | 2026-06-25T22:46:04.471Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-25T22:46:04.471Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-25T22:46:04.471Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-25T22:46:04.471Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-25T22:46:04.471Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-25T22:46:04.471Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-25T22:46:04.471Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-25T22:46:04.471Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-25T22:46:04.471Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-25T22:46:04.575Z | + rustup --version |
| 63 | 2026-06-25T22:46:04.583Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-25T22:46:04.586Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-25T22:46:04.603Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 66 | 2026-06-25T22:46:04.606Z | + cargo --version |
| 67 | 2026-06-25T22:46:04.620Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 68 | 2026-06-25T22:46:04.622Z | + rustc --version |
| 69 | 2026-06-25T22:46:04.641Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 70 | 2026-06-25T22:46:04.644Z | process exited: duration 17240 ms, exit code 0 |
| |
| 71 | 2026-06-25T22:46:04.650Z | starting task 2: "authentication" |
| 72 | 2026-06-25T22:46:04.666Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-25T22:46:04.672Z | starting task 3: "clone repository" |
| 74 | 2026-06-25T22:46:04.675Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-25T22:46:04.678Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-25T22:46:04.710Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-25T22:46:15.906Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-25T22:46:15.906Z | + git fetch origin 5c7e07988e81605d0bca6296620754938e76da1a |
| 79 | 2026-06-25T22:46:16.190Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-25T22:46:16.190Z | * branch 5c7e07988e81605d0bca6296620754938e76da1a -> FETCH_HEAD |
| 81 | 2026-06-25T22:46:16.200Z | + [[ -n iliana/dering ]] |
| 82 | 2026-06-25T22:46:16.204Z | ++ git branch --show-current |
| 83 | 2026-06-25T22:46:16.204Z | + current=main |
| 84 | 2026-06-25T22:46:16.204Z | + [[ main != iliana/dering ]] |
| 85 | 2026-06-25T22:46:16.204Z | + git branch -f iliana/dering 5c7e07988e81605d0bca6296620754938e76da1a |
| 86 | 2026-06-25T22:46:16.208Z | + git checkout -f iliana/dering |
| 87 | 2026-06-25T22:46:16.448Z | Switched to branch 'iliana/dering' |
| 88 | 2026-06-25T22:46:16.451Z | + git reset --hard 5c7e07988e81605d0bca6296620754938e76da1a |
| 89 | 2026-06-25T22:46:16.465Z | HEAD is now at 5c7e07988 Update crucible and propolis revs |
| 90 | 2026-06-25T22:46:16.468Z | process exited: duration 11793 ms, exit code 0 |
| |
| 91 | 2026-06-25T22:46:16.474Z | starting task 4: "build" |
| 92 | 2026-06-25T22:46:16.477Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-25T22:46:16.480Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-25T22:46:16.480Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-25T22:46:16.480Z | + cargo --version |
| 96 | 2026-06-25T22:46:16.487Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 97 | 2026-06-25T22:46:16.490Z | + rustc --version |
| 98 | 2026-06-25T22:46:16.509Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 99 | 2026-06-25T22:46:16.511Z | + source ./env.sh |
| 100 | 2026-06-25T22:46:16.511Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-25T22:46:16.512Z | ++ set -o xtrace |
| 102 | 2026-06-25T22:46:16.514Z | ++++ dirname ./env.sh |
| 103 | 2026-06-25T22:46:16.514Z | +++ readlink -f . |
| 104 | 2026-06-25T22:46:16.517Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-25T22:46:16.517Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-25T22:46:16.517Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-25T22:46:16.517Z | ++ 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 |
| 108 | 2026-06-25T22:46:16.518Z | ++ 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 |
| 109 | 2026-06-25T22:46:16.518Z | ++ 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 |
| 110 | 2026-06-25T22:46:16.518Z | ++ 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 |
| 111 | 2026-06-25T22:46:16.518Z | ++ 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 |
| 112 | 2026-06-25T22:46:16.518Z | ++ 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 |
| 113 | 2026-06-25T22:46:16.518Z | ++ 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 |
| 114 | 2026-06-25T22:46:16.518Z | ++ 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 |
| 115 | 2026-06-25T22:46:16.518Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-06-25T22:46:16.518Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-06-25T22:46:16.518Z | + 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 |
| 118 | 2026-06-25T22:46:16.518Z | + 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 |
| 119 | 2026-06-25T22:46:16.518Z | + banner prerequisites |
| 120 | 2026-06-25T22:46:16.521Z | |
| 121 | 2026-06-25T22:46:16.521Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-06-25T22:46:16.521Z | # # # # # # # # # # # # # # # |
| 123 | 2026-06-25T22:46:16.521Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-06-25T22:46:16.521Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-06-25T22:46:16.521Z | # # # # # # # # # # # # # # # |
| 126 | 2026-06-25T22:46:16.521Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-06-25T22:46:16.521Z | |
| 128 | 2026-06-25T22:46:16.521Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-06-25T22:46:18.327Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-06-25T22:46:18.435Z | Startup: Caching catalogs ... Done |
| 131 | 2026-06-25T22:46:18.923Z | Planning: Solver setup ... Done (0.441s) |
| 132 | 2026-06-25T22:46:18.948Z | Planning: Running solver ... Done (0.024s) |
| 133 | 2026-06-25T22:46:18.959Z | Planning: Finding local manifests ... Done (0.003s) |
| 134 | 2026-06-25T22:46:18.969Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-06-25T22:46:18.989Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-06-25T22:46:19.001Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-06-25T22:46:19.004Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-06-25T22:46:19.166Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 139 | 2026-06-25T22:46:19.170Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-06-25T22:46:19.919Z | Planning: Evaluating mediators ... Done (0.752s) |
| 141 | 2026-06-25T22:46:19.922Z | Planning: Planning completed in 1.46 seconds |
| 142 | 2026-06-25T22:46:19.928Z | Packages to install: 2 |
| 143 | 2026-06-25T22:46:19.928Z | Estimated space available: 156.06 GB |
| 144 | 2026-06-25T22:46:19.928Z | Estimated space to be consumed: 30.96 MB |
| 145 | 2026-06-25T22:46:19.928Z | Create boot environment: No |
| 146 | 2026-06-25T22:46:19.934Z | Create backup boot environment: No |
| 147 | 2026-06-25T22:46:19.934Z | Rebuild boot archive: No |
| 148 | 2026-06-25T22:46:19.934Z | |
| 149 | 2026-06-25T22:46:19.934Z | Changed packages: |
| 150 | 2026-06-25T22:46:19.934Z | helios |
| 151 | 2026-06-25T22:46:19.934Z | developer/build-essential |
| 152 | 2026-06-25T22:46:19.934Z | None -> 11-3.0 |
| 153 | 2026-06-25T22:46:19.934Z | library/libxmlsec1 |
| 154 | 2026-06-25T22:46:19.935Z | None -> 1.2.35-3.0 |
| 155 | 2026-06-25T22:46:19.952Z | |
| 156 | 2026-06-25T22:46:19.952Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-06-25T22:46:20.484Z | Download: Completed 1.28 MB in 0.53 seconds (2.4M/s) |
| 158 | 2026-06-25T22:46:20.564Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-06-25T22:46:20.601Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-06-25T22:46:20.612Z | Finalize: Updating package state database ... Done (0.010s) |
| 161 | 2026-06-25T22:46:20.612Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-06-25T22:46:20.641Z | Finalize: Updating image state ... Done (0.029s) |
| 163 | 2026-06-25T22:46:23.037Z | Finalize: Creating fast lookup database ... Done (2.371s) |
| 164 | 2026-06-25T22:46:23.106Z | Finalize: Reading search index ... Done (0.012s) |
| 165 | 2026-06-25T22:46:23.108Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-06-25T22:46:23.225Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-06-25T22:46:23.543Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-06-25T22:46:23.647Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-06-25T22:46:23.650Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-06-25T22:46:23.801Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-06-25T22:46:23.804Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-06-25T22:46:23.823Z | Mediators to change: 2 |
| 173 | 2026-06-25T22:46:23.823Z | Create boot environment: No |
| 174 | 2026-06-25T22:46:23.823Z | Create backup boot environment: No |
| 175 | 2026-06-25T22:46:23.871Z | Finalize: Updating package state database ... Done |
| 176 | 2026-06-25T22:46:23.871Z | Finalize: Updating package cache ... Done |
| 177 | 2026-06-25T22:46:23.887Z | Finalize: Updating image state ... Done |
| 178 | 2026-06-25T22:46:25.830Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-06-25T22:46:25.888Z | Finalize: Reading search index ... Done |
| 180 | 2026-06-25T22:46:25.891Z | Finalize: Updating search index ... Done |
| 181 | 2026-06-25T22:46:25.955Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-25T22:46:26.238Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-06-25T22:46:26.340Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-06-25T22:46:26.343Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-06-25T22:46:26.496Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-06-25T22:46:26.499Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-06-25T22:46:26.518Z | Mediators to change: 1 |
| 188 | 2026-06-25T22:46:26.518Z | Create boot environment: No |
| 189 | 2026-06-25T22:46:26.519Z | Create backup boot environment: No |
| 190 | 2026-06-25T22:46:26.556Z | Finalize: Updating package state database ... Done |
| 191 | 2026-06-25T22:46:26.557Z | Finalize: Updating package cache ... Done |
| 192 | 2026-06-25T22:46:26.572Z | Finalize: Updating image state ... Done |
| 193 | 2026-06-25T22:46:28.502Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-06-25T22:46:28.564Z | Finalize: Reading search index ... Done |
| 195 | 2026-06-25T22:46:28.568Z | Finalize: Updating search index ... Done |
| 196 | 2026-06-25T22:46:28.631Z | Finalize: Updating package cache ... Done |
| 197 | 2026-06-25T22:46:28.943Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-06-25T22:46:28.944Z | apache system 2.4 system |
| 199 | 2026-06-25T22:46:28.944Z | clang system 15 system |
| 200 | 2026-06-25T22:46:28.944Z | csh system system illumos |
| 201 | 2026-06-25T22:46:28.944Z | ctags system system illumos |
| 202 | 2026-06-25T22:46:28.944Z | file vendor vendor darwinsys |
| 203 | 2026-06-25T22:46:28.944Z | file system system illumos |
| 204 | 2026-06-25T22:46:28.944Z | gcc vendor 14 vendor |
| 205 | 2026-06-25T22:46:28.944Z | gcc system 13 system |
| 206 | 2026-06-25T22:46:28.944Z | gcc system 10 system |
| 207 | 2026-06-25T22:46:28.944Z | go system 1.25 system |
| 208 | 2026-06-25T22:46:28.944Z | llvm system 15 system |
| 209 | 2026-06-25T22:46:28.944Z | mariadb system 11.4 system |
| 210 | 2026-06-25T22:46:28.944Z | mta vendor vendor dma |
| 211 | 2026-06-25T22:46:28.944Z | openjdk system 17 system |
| 212 | 2026-06-25T22:46:28.944Z | openjdk system 11 system |
| 213 | 2026-06-25T22:46:28.944Z | openssl vendor 3 vendor |
| 214 | 2026-06-25T22:46:28.944Z | perl system 5.40 system |
| 215 | 2026-06-25T22:46:28.944Z | postgresql system 18 system |
| 216 | 2026-06-25T22:46:28.944Z | postgresql system 17 system |
| 217 | 2026-06-25T22:46:28.944Z | python vendor 3 vendor |
| 218 | 2026-06-25T22:46:28.944Z | python system 2 system |
| 219 | 2026-06-25T22:46:28.944Z | python3 vendor 3.13 vendor |
| 220 | 2026-06-25T22:46:28.944Z | ruby system 3.4 system |
| 221 | 2026-06-25T22:46:28.944Z | ruby system 3.0 system |
| 222 | 2026-06-25T22:46:28.944Z | words vendor vendor american-english |
| 223 | 2026-06-25T22:46:28.944Z | words system system australian-english |
| 224 | 2026-06-25T22:46:28.945Z | words system system british-english |
| 225 | 2026-06-25T22:46:28.945Z | words system system canadian-english |
| 226 | 2026-06-25T22:46:28.945Z | words system system french |
| 227 | 2026-06-25T22:46:28.945Z | words system system italian |
| 228 | 2026-06-25T22:46:28.945Z | words system system ngerman |
| 229 | 2026-06-25T22:46:28.945Z | words system system ogerman |
| 230 | 2026-06-25T22:46:28.945Z | words system system spanish |
| 231 | 2026-06-25T22:46:29.195Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-06-25T22:46:29.195Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-06-25T22:46:29.500Z | FMRI IFO |
| 234 | 2026-06-25T22:46:29.500Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-06-25T22:46:29.500Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-06-25T22:46:29.500Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-06-25T22:46:29.500Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-06-25T22:46:29.500Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-06-25T22:46:29.500Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-06-25T22:46:29.500Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-06-25T22:46:29.501Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-06-25T22:46:29.501Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-06-25T22:46:29.756Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-06-25T22:46:30.098Z | Updating crates.io index |
| 245 | 2026-06-25T22:46:30.101Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-06-25T22:46:30.305Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-06-25T22:46:30.641Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-06-25T22:46:30.929Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-25T22:46:31.861Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-06-25T22:46:32.355Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-25T22:46:33.964Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-25T22:46:34.753Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-25T22:46:35.014Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-06-25T22:46:36.014Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-06-25T22:46:36.285Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-06-25T22:46:36.633Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-06-25T22:46:36.884Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-06-25T22:46:37.300Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-06-25T22:46:37.767Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-06-25T22:46:38.011Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-06-25T22:46:38.266Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-06-25T22:46:38.525Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-06-25T22:46:38.829Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-06-25T22:46:39.057Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-06-25T22:46:39.318Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-06-25T22:46:39.567Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-06-25T22:46:39.921Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-06-25T22:46:40.220Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 269 | 2026-06-25T22:46:40.456Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 270 | 2026-06-25T22:46:40.862Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 271 | 2026-06-25T22:46:41.278Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 272 | 2026-06-25T22:46:41.556Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 273 | 2026-06-25T22:46:41.809Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 274 | 2026-06-25T22:46:42.061Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-06-25T22:46:42.404Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-06-25T22:46:42.763Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-06-25T22:46:43.007Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-06-25T22:46:43.275Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-06-25T22:46:43.541Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-06-25T22:46:44.000Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 281 | 2026-06-25T22:46:44.283Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-06-25T22:46:44.536Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-06-25T22:46:44.815Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-06-25T22:46:45.078Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-06-25T22:46:47.631Z | Downloading crates ... |
| 286 | 2026-06-25T22:46:47.686Z | Downloaded macaddr v1.0.1 |
| 287 | 2026-06-25T22:46:47.689Z | Downloaded autocfg v1.5.0 |
| 288 | 2026-06-25T22:46:47.693Z | Downloaded block-buffer v0.10.4 |
| 289 | 2026-06-25T22:46:47.697Z | Downloaded serde_tokenstream v0.2.3 |
| 290 | 2026-06-25T22:46:47.700Z | Downloaded cargo_metadata v0.21.0 |
| 291 | 2026-06-25T22:46:47.715Z | Downloaded equivalent v1.0.2 |
| 292 | 2026-06-25T22:46:47.718Z | Downloaded colorchoice v1.0.4 |
| 293 | 2026-06-25T22:46:47.721Z | Downloaded textwrap v0.16.2 |
| 294 | 2026-06-25T22:46:47.721Z | Downloaded clap_builder v4.6.0 |
| 295 | 2026-06-25T22:46:47.725Z | Downloaded unicode-ident v1.0.24 |
| 296 | 2026-06-25T22:46:47.728Z | Downloaded anyhow v1.0.102 |
| 297 | 2026-06-25T22:46:47.731Z | Downloaded utf8_iter v1.0.4 |
| 298 | 2026-06-25T22:46:47.731Z | Downloaded typeid v1.0.3 |
| 299 | 2026-06-25T22:46:47.731Z | Downloaded errno v0.3.14 |
| 300 | 2026-06-25T22:46:47.731Z | Downloaded form_urlencoded v1.2.2 |
| 301 | 2026-06-25T22:46:47.736Z | Downloaded yoke-derive v0.8.1 |
| 302 | 2026-06-25T22:46:47.739Z | Downloaded toml_datetime v0.6.11 |
| 303 | 2026-06-25T22:46:47.739Z | Downloaded usdt v0.5.0 |
| 304 | 2026-06-25T22:46:47.743Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-06-25T22:46:47.748Z | Downloaded ordered-float v2.10.1 |
| 306 | 2026-06-25T22:46:47.748Z | Downloaded zerofrom v0.1.6 |
| 307 | 2026-06-25T22:46:47.748Z | Downloaded thread-id v4.2.2 |
| 308 | 2026-06-25T22:46:47.753Z | Downloaded itoa v1.0.17 |
| 309 | 2026-06-25T22:46:47.753Z | Downloaded usdt-attr-macro v0.5.0 |
| 310 | 2026-06-25T22:46:47.753Z | Downloaded zerofrom-derive v0.1.6 |
| 311 | 2026-06-25T22:46:47.753Z | Downloaded utf8parse v0.2.2 |
| 312 | 2026-06-25T22:46:47.753Z | Downloaded clap_lex v1.0.0 |
| 313 | 2026-06-25T22:46:47.753Z | Downloaded thiserror v2.0.18 |
| 314 | 2026-06-25T22:46:47.757Z | Downloaded percent-encoding v2.3.2 |
| 315 | 2026-06-25T22:46:47.757Z | Downloaded byteorder v1.5.0 |
| 316 | 2026-06-25T22:46:47.757Z | Downloaded anstyle-parse v1.0.0 |
| 317 | 2026-06-25T22:46:47.757Z | Downloaded anstyle v1.0.14 |
| 318 | 2026-06-25T22:46:47.761Z | Downloaded usdt-macro v0.5.0 |
| 319 | 2026-06-25T22:46:47.761Z | Downloaded unicode-xid v0.2.6 |
| 320 | 2026-06-25T22:46:47.761Z | Downloaded icu_provider v2.1.1 |
| 321 | 2026-06-25T22:46:47.761Z | Downloaded toml_write v0.1.2 |
| 322 | 2026-06-25T22:46:47.765Z | Downloaded crypto-common v0.1.7 |
| 323 | 2026-06-25T22:46:47.765Z | Downloaded plain v0.2.3 |
| 324 | 2026-06-25T22:46:47.770Z | Downloaded version_check v0.9.5 |
| 325 | 2026-06-25T22:46:47.770Z | Downloaded unicode-linebreak v0.1.5 |
| 326 | 2026-06-25T22:46:47.770Z | Downloaded tinystr v0.8.2 |
| 327 | 2026-06-25T22:46:47.773Z | Downloaded thiserror-impl v2.0.18 |
| 328 | 2026-06-25T22:46:47.773Z | Downloaded bytecount v0.6.9 |
| 329 | 2026-06-25T22:46:47.777Z | Downloaded cargo-platform v0.2.0 |
| 330 | 2026-06-25T22:46:47.777Z | Downloaded thiserror-impl v1.0.69 |
| 331 | 2026-06-25T22:46:47.777Z | Downloaded zmij v1.0.21 |
| 332 | 2026-06-25T22:46:47.780Z | Downloaded zerovec-derive v0.11.2 |
| 333 | 2026-06-25T22:46:47.780Z | Downloaded yoke v0.8.1 |
| 334 | 2026-06-25T22:46:47.780Z | Downloaded writeable v0.6.2 |
| 335 | 2026-06-25T22:46:47.783Z | Downloaded heck v0.5.0 |
| 336 | 2026-06-25T22:46:47.783Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2026-06-25T22:46:47.788Z | Downloaded toml v0.8.23 |
| 338 | 2026-06-25T22:46:47.792Z | Downloaded usdt-impl v0.5.0 |
| 339 | 2026-06-25T22:46:47.792Z | Downloaded generic-array v0.14.7 |
| 340 | 2026-06-25T22:46:47.792Z | Downloaded digest v0.10.7 |
| 341 | 2026-06-25T22:46:47.792Z | Downloaded camino-tempfile v1.4.1 |
| 342 | 2026-06-25T22:46:47.792Z | Downloaded tabled_derive v0.7.0 |
| 343 | 2026-06-25T22:46:47.795Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-06-25T22:46:47.795Z | Downloaded fastrand v2.3.0 |
| 345 | 2026-06-25T22:46:47.798Z | Downloaded serde-value v0.7.0 |
| 346 | 2026-06-25T22:46:47.798Z | Downloaded dof v0.3.0 |
| 347 | 2026-06-25T22:46:47.802Z | Downloaded serde_spanned v0.6.9 |
| 348 | 2026-06-25T22:46:47.805Z | Downloaded idna_adapter v1.2.1 |
| 349 | 2026-06-25T22:46:47.805Z | Downloaded heck v0.4.1 |
| 350 | 2026-06-25T22:46:47.808Z | Downloaded zerotrie v0.2.3 |
| 351 | 2026-06-25T22:46:47.812Z | Downloaded toml_edit v0.22.27 |
| 352 | 2026-06-25T22:46:47.816Z | Downloaded cpufeatures v0.2.17 |
| 353 | 2026-06-25T22:46:47.816Z | Downloaded stable_deref_trait v1.2.1 |
| 354 | 2026-06-25T22:46:47.816Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-06-25T22:46:47.819Z | Downloaded anstyle-query v1.1.5 |
| 356 | 2026-06-25T22:46:47.822Z | Downloaded terminal_size v0.4.3 |
| 357 | 2026-06-25T22:46:47.822Z | Downloaded swrite v0.1.0 |
| 358 | 2026-06-25T22:46:47.825Z | Downloaded url v2.5.8 |
| 359 | 2026-06-25T22:46:47.825Z | Downloaded typenum v1.19.0 |
| 360 | 2026-06-25T22:46:47.833Z | Downloaded potential_utf v0.1.4 |
| 361 | 2026-06-25T22:46:47.836Z | Downloaded proc-macro-error-attr v1.0.4 |
| 362 | 2026-06-25T22:46:47.839Z | Downloaded pretty-hex v0.4.1 |
| 363 | 2026-06-25T22:46:47.839Z | Downloaded cfg-if v1.0.4 |
| 364 | 2026-06-25T22:46:47.842Z | Downloaded scroll_derive v0.12.1 |
| 365 | 2026-06-25T22:46:47.846Z | Downloaded zerovec v0.11.5 |
| 366 | 2026-06-25T22:46:47.850Z | Downloaded zerocopy v0.7.35 |
| 367 | 2026-06-25T22:46:47.855Z | Downloaded smawk v0.3.2 |
| 368 | 2026-06-25T22:46:47.858Z | Downloaded winnow v0.7.14 |
| 369 | 2026-06-25T22:46:47.861Z | Downloaded synstructure v0.13.2 |
| 370 | 2026-06-25T22:46:47.864Z | Downloaded fnv v1.0.7 |
| 371 | 2026-06-25T22:46:47.864Z | Downloaded memmap v0.7.0 |
| 372 | 2026-06-25T22:46:47.870Z | Downloaded scroll v0.12.0 |
| 373 | 2026-06-25T22:46:47.873Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-06-25T22:46:47.876Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-06-25T22:46:47.883Z | Downloaded sha2 v0.10.9 |
| 376 | 2026-06-25T22:46:47.886Z | Downloaded cargo_toml v0.21.0 |
| 377 | 2026-06-25T22:46:47.891Z | Downloaded thiserror v1.0.69 |
| 378 | 2026-06-25T22:46:47.894Z | Downloaded clap v4.6.1 |
| 379 | 2026-06-25T22:46:47.897Z | Downloaded camino v1.2.2 |
| 380 | 2026-06-25T22:46:47.900Z | Downloaded bitflags v2.11.0 |
| 381 | 2026-06-25T22:46:47.900Z | Downloaded icu_normalizer v2.1.1 |
| 382 | 2026-06-25T22:46:47.904Z | Downloaded erased-serde v0.4.9 |
| 383 | 2026-06-25T22:46:47.904Z | Downloaded quote v1.0.45 |
| 384 | 2026-06-25T22:46:47.909Z | Downloaded anstream v1.0.0 |
| 385 | 2026-06-25T22:46:47.917Z | Downloaded displaydoc v0.2.5 |
| 386 | 2026-06-25T22:46:47.920Z | Downloaded strsim v0.11.1 |
| 387 | 2026-06-25T22:46:47.920Z | Downloaded proc-macro-error v1.0.4 |
| 388 | 2026-06-25T22:46:47.920Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-06-25T22:46:47.923Z | Downloaded serde-untagged v0.1.9 |
| 390 | 2026-06-25T22:46:47.923Z | Downloaded icu_properties v2.1.2 |
| 391 | 2026-06-25T22:46:47.926Z | Downloaded cargo-util-schemas v0.8.2 |
| 392 | 2026-06-25T22:46:47.926Z | Downloaded clap_derive v4.6.1 |
| 393 | 2026-06-25T22:46:47.932Z | Downloaded pest_generator v2.8.6 |
| 394 | 2026-06-25T22:46:47.938Z | Downloaded smallvec v1.15.1 |
| 395 | 2026-06-25T22:46:47.943Z | Downloaded once_cell v1.21.3 |
| 396 | 2026-06-25T22:46:47.946Z | Downloaded tempfile v3.25.0 |
| 397 | 2026-06-25T22:46:47.949Z | Downloaded getrandom v0.4.1 |
| 398 | 2026-06-25T22:46:47.952Z | Downloaded semver v1.0.28 |
| 399 | 2026-06-25T22:46:47.955Z | Downloaded litemap v0.8.1 |
| 400 | 2026-06-25T22:46:47.955Z | Downloaded hashbrown v0.17.0 |
| 401 | 2026-06-25T22:46:47.959Z | Downloaded serde_core v1.0.228 |
| 402 | 2026-06-25T22:46:47.963Z | Downloaded pest_derive v2.8.6 |
| 403 | 2026-06-25T22:46:47.967Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-06-25T22:46:47.971Z | Downloaded icu_normalizer_data v2.1.1 |
| 405 | 2026-06-25T22:46:47.976Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-06-25T22:46:47.980Z | Downloaded serde_derive v1.0.228 |
| 407 | 2026-06-25T22:46:47.985Z | Downloaded icu_locale_core v2.1.1 |
| 408 | 2026-06-25T22:46:47.991Z | Downloaded num-traits v0.2.19 |
| 409 | 2026-06-25T22:46:47.994Z | Downloaded memchr v2.8.0 |
| 410 | 2026-06-25T22:46:48.001Z | Downloaded serde v1.0.228 |
| 411 | 2026-06-25T22:46:48.005Z | Downloaded icu_collections v2.1.1 |
| 412 | 2026-06-25T22:46:48.008Z | Downloaded log v0.4.29 |
| 413 | 2026-06-25T22:46:48.014Z | Downloaded pest_meta v2.8.6 |
| 414 | 2026-06-25T22:46:48.033Z | Downloaded indexmap v2.14.0 |
| 415 | 2026-06-25T22:46:48.044Z | Downloaded serde_json v1.0.150 |
| 416 | 2026-06-25T22:46:48.048Z | Downloaded pest v2.8.6 |
| 417 | 2026-06-25T22:46:48.063Z | Downloaded idna v1.1.0 |
| 418 | 2026-06-25T22:46:48.078Z | Downloaded icu_properties_data v2.1.2 |
| 419 | 2026-06-25T22:46:48.082Z | Downloaded goblin v0.8.2 |
| 420 | 2026-06-25T22:46:48.090Z | Downloaded tabled v0.15.0 |
| 421 | 2026-06-25T22:46:48.099Z | Downloaded syn v1.0.109 |
| 422 | 2026-06-25T22:46:48.112Z | Downloaded syn v2.0.117 |
| 423 | 2026-06-25T22:46:48.135Z | Downloaded rustix v1.1.3 |
| 424 | 2026-06-25T22:46:48.166Z | Downloaded libc v0.2.185 |
| 425 | 2026-06-25T22:46:48.233Z | Compiling proc-macro2 v1.0.106 |
| 426 | 2026-06-25T22:46:48.233Z | Compiling quote v1.0.45 |
| 427 | 2026-06-25T22:46:48.233Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-06-25T22:46:48.236Z | Compiling serde_core v1.0.228 |
| 429 | 2026-06-25T22:46:48.236Z | Compiling libc v0.2.185 |
| 430 | 2026-06-25T22:46:48.237Z | Compiling version_check v0.9.5 |
| 431 | 2026-06-25T22:46:48.237Z | Compiling memchr v2.8.0 |
| 432 | 2026-06-25T22:46:48.237Z | Compiling stable_deref_trait v1.2.1 |
| 433 | 2026-06-25T22:46:48.545Z | Compiling serde v1.0.228 |
| 434 | 2026-06-25T22:46:48.565Z | Compiling zmij v1.0.21 |
| 435 | 2026-06-25T22:46:48.826Z | Compiling itoa v1.0.17 |
| 436 | 2026-06-25T22:46:48.937Z | Compiling thiserror v1.0.69 |
| 437 | 2026-06-25T22:46:49.015Z | Compiling autocfg v1.5.0 |
| 438 | 2026-06-25T22:46:49.120Z | Compiling ucd-trie v0.1.7 |
| 439 | 2026-06-25T22:46:49.179Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-25T22:46:49.196Z | Compiling litemap v0.8.1 |
| 441 | 2026-06-25T22:46:49.372Z | Compiling pest v2.8.6 |
| 442 | 2026-06-25T22:46:49.388Z | Compiling rustix v1.1.3 |
| 443 | 2026-06-25T22:46:49.391Z | Compiling byteorder v1.5.0 |
| 444 | 2026-06-25T22:46:49.404Z | Compiling icu_normalizer_data v2.1.1 |
| 445 | 2026-06-25T22:46:49.437Z | Compiling icu_properties_data v2.1.2 |
| 446 | 2026-06-25T22:46:49.682Z | Compiling errno v0.3.14 |
| 447 | 2026-06-25T22:46:49.740Z | Compiling serde_json v1.0.150 |
| 448 | 2026-06-25T22:46:49.831Z | Compiling syn v2.0.117 |
| 449 | 2026-06-25T22:46:49.868Z | Compiling bitflags v2.11.0 |
| 450 | 2026-06-25T22:46:49.972Z | Compiling num-traits v0.2.19 |
| 451 | 2026-06-25T22:46:49.998Z | Compiling typeid v1.0.3 |
| 452 | 2026-06-25T22:46:50.156Z | Compiling equivalent v1.0.2 |
| 453 | 2026-06-25T22:46:50.247Z | Compiling hashbrown v0.17.0 |
| 454 | 2026-06-25T22:46:50.264Z | Compiling smallvec v1.15.1 |
| 455 | 2026-06-25T22:46:50.488Z | Compiling pest_meta v2.8.6 |
| 456 | 2026-06-25T22:46:50.531Z | Compiling thread-id v4.2.2 |
| 457 | 2026-06-25T22:46:50.612Z | Compiling proc-macro-error-attr v1.0.4 |
| 458 | 2026-06-25T22:46:50.628Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-06-25T22:46:50.702Z | Compiling winnow v0.7.14 |
| 460 | 2026-06-25T22:46:50.798Z | Compiling indexmap v2.14.0 |
| 461 | 2026-06-25T22:46:50.817Z | Compiling syn v1.0.109 |
| 462 | 2026-06-25T22:46:50.874Z | Compiling erased-serde v0.4.9 |
| 463 | 2026-06-25T22:46:51.117Z | Compiling toml_write v0.1.2 |
| 464 | 2026-06-25T22:46:51.415Z | Compiling proc-macro-error v1.0.4 |
| 465 | 2026-06-25T22:46:51.430Z | Compiling utf8_iter v1.0.4 |
| 466 | 2026-06-25T22:46:51.581Z | Compiling log v0.4.29 |
| 467 | 2026-06-25T22:46:51.606Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-25T22:46:51.779Z | Compiling getrandom v0.4.1 |
| 469 | 2026-06-25T22:46:51.896Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-25T22:46:51.938Z | Compiling plain v0.2.3 |
| 471 | 2026-06-25T22:46:52.013Z | Compiling camino v1.2.2 |
| 472 | 2026-06-25T22:46:52.050Z | Compiling percent-encoding v2.3.2 |
| 473 | 2026-06-25T22:46:52.078Z | Compiling anstyle-parse v1.0.0 |
| 474 | 2026-06-25T22:46:52.155Z | Compiling ordered-float v2.10.1 |
| 475 | 2026-06-25T22:46:52.242Z | Compiling form_urlencoded v1.2.2 |
| 476 | 2026-06-25T22:46:52.289Z | Compiling terminal_size v0.4.3 |
| 477 | 2026-06-25T22:46:52.415Z | Compiling synstructure v0.13.2 |
| 478 | 2026-06-25T22:46:52.418Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-06-25T22:46:52.446Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-06-25T22:46:52.519Z | Compiling anstyle-query v1.1.5 |
| 481 | 2026-06-25T22:46:52.582Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-06-25T22:46:52.634Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-06-25T22:46:52.666Z | Compiling colorchoice v1.0.4 |
| 484 | 2026-06-25T22:46:52.719Z | Compiling anstyle v1.0.14 |
| 485 | 2026-06-25T22:46:52.737Z | Compiling serde-untagged v0.1.9 |
| 486 | 2026-06-25T22:46:52.944Z | Compiling anstream v1.0.0 |
| 487 | 2026-06-25T22:46:52.961Z | Compiling semver v1.0.28 |
| 488 | 2026-06-25T22:46:53.027Z | Compiling fs-err v3.3.0 |
| 489 | 2026-06-25T22:46:53.122Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-06-25T22:46:53.221Z | Compiling heck v0.4.1 |
| 491 | 2026-06-25T22:46:53.247Z | Compiling clap_lex v1.0.0 |
| 492 | 2026-06-25T22:46:53.250Z | Compiling fnv v1.0.7 |
| 493 | 2026-06-25T22:46:53.250Z | Compiling once_cell v1.21.3 |
| 494 | 2026-06-25T22:46:53.295Z | Compiling anyhow v1.0.102 |
| 495 | 2026-06-25T22:46:53.351Z | Compiling unicode-width v0.1.14 |
| 496 | 2026-06-25T22:46:53.492Z | Compiling fastrand v2.3.0 |
| 497 | 2026-06-25T22:46:53.495Z | Compiling strsim v0.11.1 |
| 498 | 2026-06-25T22:46:53.660Z | Compiling bytecount v0.6.9 |
| 499 | 2026-06-25T22:46:53.679Z | Compiling heck v0.5.0 |
| 500 | 2026-06-25T22:46:53.796Z | Compiling papergrid v0.11.0 |
| 501 | 2026-06-25T22:46:53.813Z | Compiling tempfile v3.25.0 |
| 502 | 2026-06-25T22:46:53.834Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-06-25T22:46:54.038Z | Compiling memmap v0.7.0 |
| 504 | 2026-06-25T22:46:54.066Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-06-25T22:46:54.136Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-06-25T22:46:54.194Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-06-25T22:46:54.223Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-06-25T22:46:54.318Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-06-25T22:46:55.055Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-06-25T22:46:55.221Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-06-25T22:46:55.337Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-06-25T22:46:55.369Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-06-25T22:46:55.525Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-06-25T22:46:55.659Z | Compiling yoke v0.8.1 |
| 515 | 2026-06-25T22:46:55.773Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-06-25T22:46:55.853Z | Compiling zerovec v0.11.5 |
| 517 | 2026-06-25T22:46:56.032Z | Compiling zerotrie v0.2.3 |
| 518 | 2026-06-25T22:46:56.082Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-06-25T22:46:56.327Z | Compiling tinystr v0.8.2 |
| 520 | 2026-06-25T22:46:56.374Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-06-25T22:46:56.456Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-06-25T22:46:56.534Z | Compiling icu_locale_core v2.1.1 |
| 523 | 2026-06-25T22:46:56.550Z | Compiling icu_collections v2.1.1 |
| 524 | 2026-06-25T22:46:56.646Z | Compiling scroll v0.12.0 |
| 525 | 2026-06-25T22:46:56.826Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-06-25T22:46:56.895Z | Compiling goblin v0.8.2 |
| 527 | 2026-06-25T22:46:56.925Z | Compiling clap_derive v4.6.1 |
| 528 | 2026-06-25T22:46:57.197Z | Compiling icu_provider v2.1.1 |
| 529 | 2026-06-25T22:46:57.227Z | Compiling unicode-width v0.2.0 |
| 530 | 2026-06-25T22:46:57.418Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-06-25T22:46:57.493Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-06-25T22:46:57.510Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-06-25T22:46:57.513Z | Compiling toml_datetime v0.6.11 |
| 534 | 2026-06-25T22:46:57.541Z | Compiling dof v0.3.0 |
| 535 | 2026-06-25T22:46:57.568Z | Compiling serde_tokenstream v0.2.3 |
| 536 | 2026-06-25T22:46:57.730Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-06-25T22:46:57.793Z | Compiling serde-value v0.7.0 |
| 538 | 2026-06-25T22:46:57.941Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-06-25T22:46:58.048Z | Compiling smawk v0.3.2 |
| 540 | 2026-06-25T22:46:58.156Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-06-25T22:46:58.193Z | Compiling tabled v0.15.0 |
| 542 | 2026-06-25T22:46:58.210Z | Compiling macaddr v1.0.1 |
| 543 | 2026-06-25T22:46:58.401Z | Compiling idna_adapter v1.2.1 |
| 544 | 2026-06-25T22:46:58.436Z | Compiling textwrap v0.16.2 |
| 545 | 2026-06-25T22:46:58.499Z | Compiling usdt-attr-macro v0.5.0 |
| 546 | 2026-06-25T22:46:58.546Z | Compiling idna v1.1.0 |
| 547 | 2026-06-25T22:46:58.596Z | Compiling usdt-macro v0.5.0 |
| 548 | 2026-06-25T22:46:58.705Z | Compiling clap v4.6.1 |
| 549 | 2026-06-25T22:46:58.927Z | Compiling url v2.5.8 |
| 550 | 2026-06-25T22:46:59.252Z | Compiling toml v0.8.23 |
| 551 | 2026-06-25T22:46:59.272Z | Compiling camino-tempfile v1.4.1 |
| 552 | 2026-06-25T22:46:59.564Z | Compiling swrite v0.1.0 |
| 553 | 2026-06-25T22:46:59.667Z | Compiling cargo-util-schemas v0.8.2 |
| 554 | 2026-06-25T22:46:59.683Z | Compiling cargo_toml v0.21.0 |
| 555 | 2026-06-25T22:46:59.864Z | Compiling usdt v0.5.0 |
| 556 | 2026-06-25T22:46:59.881Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 557 | 2026-06-25T22:47:00.572Z | Compiling cargo_metadata v0.21.0 |
| 558 | 2026-06-25T22:47:01.496Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 559 | 2026-06-25T22:47:03.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s |
| 560 | 2026-06-25T22:47:03.778Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 561 | 2026-06-25T22:47:04.274Z | Downloading crates ... |
| 562 | 2026-06-25T22:47:04.383Z | Downloaded ahash v0.8.12 |
| 563 | 2026-06-25T22:47:04.386Z | Downloaded adler2 v2.0.1 |
| 564 | 2026-06-25T22:47:04.393Z | Downloaded ascii-canvas v3.0.0 |
| 565 | 2026-06-25T22:47:04.398Z | Downloaded cpufeatures v0.3.0 |
| 566 | 2026-06-25T22:47:04.402Z | Downloaded crc32fast v1.5.0 |
| 567 | 2026-06-25T22:47:04.402Z | Downloaded crucible-workspace-hack v0.1.0 |
| 568 | 2026-06-25T22:47:04.406Z | Downloaded crc v3.4.0 |
| 569 | 2026-06-25T22:47:04.406Z | Downloaded atomic-waker v1.1.2 |
| 570 | 2026-06-25T22:47:04.406Z | Downloaded arrayvec v0.7.6 |
| 571 | 2026-06-25T22:47:04.409Z | Downloaded aead v0.5.2 |
| 572 | 2026-06-25T22:47:04.409Z | Downloaded cstr-argument v0.1.2 |
| 573 | 2026-06-25T22:47:04.409Z | Downloaded crypto-common v0.2.2 |
| 574 | 2026-06-25T22:47:04.412Z | Downloaded crypto-bigint v0.5.5 |
| 575 | 2026-06-25T22:47:04.416Z | Downloaded base16ct v0.2.0 |
| 576 | 2026-06-25T22:47:04.416Z | Downloaded drift v0.2.0 |
| 577 | 2026-06-25T22:47:04.439Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 578 | 2026-06-25T22:47:04.439Z | Downloaded block-buffer v0.12.1 |
| 579 | 2026-06-25T22:47:04.439Z | Downloaded bitfield-struct v0.6.2 |
| 580 | 2026-06-25T22:47:04.439Z | Downloaded crc-catalog v2.4.0 |
| 581 | 2026-06-25T22:47:04.439Z | Downloaded bb8 v0.8.6 |
| 582 | 2026-06-25T22:47:04.439Z | Downloaded crc-any v2.5.0 |
| 583 | 2026-06-25T22:47:04.439Z | Downloaded allocator-api2 v0.2.21 |
| 584 | 2026-06-25T22:47:04.439Z | Downloaded aes-gcm v0.10.3 |
| 585 | 2026-06-25T22:47:04.439Z | Downloaded blake2 v0.10.6 |
| 586 | 2026-06-25T22:47:04.439Z | Downloaded async-stream v0.3.6 |
| 587 | 2026-06-25T22:47:04.439Z | Downloaded argon2 v0.5.3 |
| 588 | 2026-06-25T22:47:04.448Z | Downloaded async-stream-impl v0.3.6 |
| 589 | 2026-06-25T22:47:04.448Z | Downloaded aes v0.8.4 |
| 590 | 2026-06-25T22:47:04.448Z | Downloaded crossterm v0.29.0 |
| 591 | 2026-06-25T22:47:04.454Z | Downloaded bit-set v0.8.0 |
| 592 | 2026-06-25T22:47:04.454Z | Downloaded atomicwrites v0.4.4 |
| 593 | 2026-06-25T22:47:04.454Z | Downloaded anstream v0.6.21 |
| 594 | 2026-06-25T22:47:04.454Z | Downloaded crc8 v0.1.1 |
| 595 | 2026-06-25T22:47:04.454Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 596 | 2026-06-25T22:47:04.454Z | Downloaded bitfield-macros v0.19.4 |
| 597 | 2026-06-25T22:47:04.454Z | Downloaded bit-set v0.5.3 |
| 598 | 2026-06-25T22:47:04.454Z | Downloaded atty v0.2.14 |
| 599 | 2026-06-25T22:47:04.454Z | Downloaded cfg_aliases v0.2.1 |
| 600 | 2026-06-25T22:47:04.459Z | Downloaded arrayref v0.3.9 |
| 601 | 2026-06-25T22:47:04.459Z | Downloaded array-init v0.0.4 |
| 602 | 2026-06-25T22:47:04.459Z | Downloaded anstyle-parse v0.2.7 |
| 603 | 2026-06-25T22:47:04.459Z | Downloaded bitfield v0.19.4 |
| 604 | 2026-06-25T22:47:04.459Z | Downloaded bit-vec v0.8.0 |
| 605 | 2026-06-25T22:47:04.463Z | Downloaded darling_macro v0.21.3 |
| 606 | 2026-06-25T22:47:04.468Z | Downloaded ciborium-ll v0.2.2 |
| 607 | 2026-06-25T22:47:04.468Z | Downloaded castaway v0.2.4 |
| 608 | 2026-06-25T22:47:04.468Z | Downloaded convert_case v0.4.0 |
| 609 | 2026-06-25T22:47:04.468Z | Downloaded ciborium-io v0.2.2 |
| 610 | 2026-06-25T22:47:04.471Z | Downloaded darling_macro v0.20.11 |
| 611 | 2026-06-25T22:47:04.471Z | Downloaded darling_macro v0.13.4 |
| 612 | 2026-06-25T22:47:04.471Z | Downloaded block-padding v0.3.3 |
| 613 | 2026-06-25T22:47:04.471Z | Downloaded darling_macro v0.23.0 |
| 614 | 2026-06-25T22:47:04.474Z | Downloaded assert_matches v1.5.0 |
| 615 | 2026-06-25T22:47:04.474Z | Downloaded defmt-parser v1.0.0 |
| 616 | 2026-06-25T22:47:04.477Z | Downloaded async-recursion v1.1.1 |
| 617 | 2026-06-25T22:47:04.487Z | Downloaded crunchy v0.2.4 |
| 618 | 2026-06-25T22:47:04.492Z | Downloaded dirs-sys-next v0.1.2 |
| 619 | 2026-06-25T22:47:04.495Z | Downloaded dtrace-parser v0.3.0 |
| 620 | 2026-06-25T22:47:04.495Z | Downloaded derive_builder_macro v0.20.2 |
| 621 | 2026-06-25T22:47:04.498Z | Downloaded difflib v0.4.0 |
| 622 | 2026-06-25T22:47:04.501Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 623 | 2026-06-25T22:47:04.501Z | Downloaded foldhash v0.2.0 |
| 624 | 2026-06-25T22:47:04.505Z | Downloaded critical-section v1.2.0 |
| 625 | 2026-06-25T22:47:04.505Z | Downloaded compression-core v0.4.31 |
| 626 | 2026-06-25T22:47:04.505Z | Downloaded darling v0.13.4 |
| 627 | 2026-06-25T22:47:04.513Z | Downloaded bit-vec v0.6.3 |
| 628 | 2026-06-25T22:47:04.518Z | Downloaded bcs v0.1.6 |
| 629 | 2026-06-25T22:47:04.518Z | Downloaded embedded-io v0.6.1 |
| 630 | 2026-06-25T22:47:04.519Z | Downloaded float-ord v0.3.2 |
| 631 | 2026-06-25T22:47:04.522Z | Downloaded downcast-rs v2.0.2 |
| 632 | 2026-06-25T22:47:04.522Z | Downloaded dirs-next v2.0.0 |
| 633 | 2026-06-25T22:47:04.523Z | Downloaded cfg_aliases v0.1.1 |
| 634 | 2026-06-25T22:47:04.523Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 635 | 2026-06-25T22:47:04.527Z | Downloaded cargo-platform v0.3.2 |
| 636 | 2026-06-25T22:47:04.527Z | Downloaded flagset v0.4.7 |
| 637 | 2026-06-25T22:47:04.527Z | Downloaded base64ct v1.8.3 |
| 638 | 2026-06-25T22:47:04.527Z | Downloaded foreign-types-shared v0.1.1 |
| 639 | 2026-06-25T22:47:04.532Z | Downloaded display-error-chain v0.2.2 |
| 640 | 2026-06-25T22:47:04.532Z | Downloaded endian-type v0.1.2 |
| 641 | 2026-06-25T22:47:04.532Z | Downloaded defmt v0.3.100 |
| 642 | 2026-06-25T22:47:04.532Z | Downloaded env_filter v1.0.0 |
| 643 | 2026-06-25T22:47:04.532Z | Downloaded embedded-io v0.4.0 |
| 644 | 2026-06-25T22:47:04.532Z | Downloaded dyn-clone v1.0.20 |
| 645 | 2026-06-25T22:47:04.535Z | Downloaded foreign-types-macros v0.2.3 |
| 646 | 2026-06-25T22:47:04.535Z | Downloaded foreign-types v0.5.0 |
| 647 | 2026-06-25T22:47:04.535Z | Downloaded float-cmp v0.10.0 |
| 648 | 2026-06-25T22:47:04.536Z | Downloaded dof v0.4.0 |
| 649 | 2026-06-25T22:47:04.539Z | Downloaded foreign-types v0.3.2 |
| 650 | 2026-06-25T22:47:04.539Z | Downloaded backoff v0.4.0 |
| 651 | 2026-06-25T22:47:04.539Z | Downloaded csv-core v0.1.13 |
| 652 | 2026-06-25T22:47:04.546Z | Downloaded futures-task v0.3.32 |
| 653 | 2026-06-25T22:47:04.547Z | Downloaded futures-io v0.3.32 |
| 654 | 2026-06-25T22:47:04.547Z | Downloaded funty v2.0.0 |
| 655 | 2026-06-25T22:47:04.547Z | Downloaded der_derive v0.7.3 |
| 656 | 2026-06-25T22:47:04.550Z | Downloaded ghash v0.5.1 |
| 657 | 2026-06-25T22:47:04.550Z | Downloaded debug-ignore v1.0.5 |
| 658 | 2026-06-25T22:47:04.550Z | Downloaded git-stub v1.0.0 |
| 659 | 2026-06-25T22:47:04.550Z | Downloaded document-features v0.2.12 |
| 660 | 2026-06-25T22:47:04.550Z | Downloaded enum-as-inner v0.6.1 |
| 661 | 2026-06-25T22:47:04.550Z | Downloaded fxhash v0.2.1 |
| 662 | 2026-06-25T22:47:04.550Z | Downloaded defmt-macros v1.0.1 |
| 663 | 2026-06-25T22:47:04.554Z | Downloaded corncobs v0.1.4 |
| 664 | 2026-06-25T22:47:04.554Z | Downloaded cmake v0.1.57 |
| 665 | 2026-06-25T22:47:04.557Z | Downloaded dsl_auto_type v0.2.0 |
| 666 | 2026-06-25T22:47:04.557Z | Downloaded daft v0.1.7 |
| 667 | 2026-06-25T22:47:04.557Z | Downloaded foreign-types-shared v0.3.1 |
| 668 | 2026-06-25T22:47:04.562Z | Downloaded crossbeam-epoch v0.9.18 |
| 669 | 2026-06-25T22:47:04.562Z | Downloaded cargo_metadata v0.23.1 |
| 670 | 2026-06-25T22:47:04.567Z | Downloaded fixedbitset v0.4.2 |
| 671 | 2026-06-25T22:47:04.567Z | Downloaded gethostname v0.5.0 |
| 672 | 2026-06-25T22:47:04.567Z | Downloaded fd-lock v4.0.4 |
| 673 | 2026-06-25T22:47:04.568Z | Downloaded constant_time_eq v0.4.2 |
| 674 | 2026-06-25T22:47:04.574Z | Downloaded futures-sink v0.3.32 |
| 675 | 2026-06-25T22:47:04.574Z | Downloaded futures-macro v0.3.32 |
| 676 | 2026-06-25T22:47:04.574Z | Downloaded defmt v1.0.1 |
| 677 | 2026-06-25T22:47:04.574Z | Downloaded daft-derive v0.1.7 |
| 678 | 2026-06-25T22:47:04.578Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-06-25T22:47:04.578Z | Downloaded derive-ex v0.1.8 |
| 680 | 2026-06-25T22:47:04.578Z | Downloaded hash32 v0.3.1 |
| 681 | 2026-06-25T22:47:04.578Z | Downloaded ed25519 v2.2.3 |
| 682 | 2026-06-25T22:47:04.582Z | Downloaded cassowary v0.3.0 |
| 683 | 2026-06-25T22:47:04.582Z | Downloaded hex v0.4.3 |
| 684 | 2026-06-25T22:47:04.587Z | Downloaded data-encoding v2.10.0 |
| 685 | 2026-06-25T22:47:04.587Z | Downloaded derive_builder v0.20.2 |
| 686 | 2026-06-25T22:47:04.587Z | Downloaded dunce v1.0.5 |
| 687 | 2026-06-25T22:47:04.592Z | Downloaded headers-core v0.3.0 |
| 688 | 2026-06-25T22:47:04.592Z | Downloaded arc-swap v1.8.2 |
| 689 | 2026-06-25T22:47:04.596Z | Downloaded ff v0.13.1 |
| 690 | 2026-06-25T22:47:04.596Z | Downloaded ecdsa v0.16.9 |
| 691 | 2026-06-25T22:47:04.596Z | Downloaded derive_builder_core v0.20.2 |
| 692 | 2026-06-25T22:47:04.596Z | Downloaded foldhash v0.1.5 |
| 693 | 2026-06-25T22:47:04.599Z | Downloaded fallible-iterator v0.2.0 |
| 694 | 2026-06-25T22:47:04.600Z | Downloaded diesel-dtrace v0.5.0 |
| 695 | 2026-06-25T22:47:04.600Z | Downloaded hex-literal v0.4.1 |
| 696 | 2026-06-25T22:47:04.604Z | Downloaded crossbeam-deque v0.8.6 |
| 697 | 2026-06-25T22:47:04.604Z | Downloaded darling v0.21.3 |
| 698 | 2026-06-25T22:47:04.608Z | Downloaded http-body v1.0.1 |
| 699 | 2026-06-25T22:47:04.608Z | Downloaded blowfish v0.9.1 |
| 700 | 2026-06-25T22:47:04.608Z | Downloaded futures-core v0.3.32 |
| 701 | 2026-06-25T22:47:04.608Z | Downloaded home v0.5.12 |
| 702 | 2026-06-25T22:47:04.612Z | Downloaded hostname v0.4.2 |
| 703 | 2026-06-25T22:47:04.612Z | Downloaded cexpr v0.6.0 |
| 704 | 2026-06-25T22:47:04.616Z | Downloaded fs_extra v1.3.0 |
| 705 | 2026-06-25T22:47:04.616Z | Downloaded fixedbitset v0.5.7 |
| 706 | 2026-06-25T22:47:04.616Z | Downloaded chacha20 v0.9.1 |
| 707 | 2026-06-25T22:47:04.621Z | Downloaded http-range v0.1.5 |
| 708 | 2026-06-25T22:47:04.621Z | Downloaded buf-list v1.1.2 |
| 709 | 2026-06-25T22:47:04.621Z | Downloaded filetime v0.2.27 |
| 710 | 2026-06-25T22:47:04.625Z | Downloaded either v1.15.0 |
| 711 | 2026-06-25T22:47:04.625Z | Downloaded ena v0.14.4 |
| 712 | 2026-06-25T22:47:04.625Z | Downloaded console v0.15.11 |
| 713 | 2026-06-25T22:47:04.625Z | Downloaded async-bb8-diesel v0.2.1 |
| 714 | 2026-06-25T22:47:04.629Z | Downloaded console v0.16.2 |
| 715 | 2026-06-25T22:47:04.629Z | Downloaded hubpack v0.1.2 |
| 716 | 2026-06-25T22:47:04.629Z | Downloaded globwalk v0.9.1 |
| 717 | 2026-06-25T22:47:04.635Z | Downloaded glob v0.3.3 |
| 718 | 2026-06-25T22:47:04.635Z | Downloaded globset v0.4.18 |
| 719 | 2026-06-25T22:47:04.635Z | Downloaded byte-wrapper v0.1.0 |
| 720 | 2026-06-25T22:47:04.635Z | Downloaded deranged v0.5.8 |
| 721 | 2026-06-25T22:47:04.639Z | Downloaded git-stub-vcs v0.1.0 |
| 722 | 2026-06-25T22:47:04.639Z | Downloaded hyper-tls v0.6.0 |
| 723 | 2026-06-25T22:47:04.639Z | Downloaded chacha20 v0.10.0 |
| 724 | 2026-06-25T22:47:04.643Z | Downloaded bzip2 v0.4.4 |
| 725 | 2026-06-25T22:47:04.643Z | Downloaded colored v2.2.0 |
| 726 | 2026-06-25T22:47:04.650Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 727 | 2026-06-25T22:47:04.650Z | Downloaded darling v0.23.0 |
| 728 | 2026-06-25T22:47:04.653Z | Downloaded indoc v1.0.9 |
| 729 | 2026-06-25T22:47:04.653Z | Downloaded instability v0.3.11 |
| 730 | 2026-06-25T22:47:04.653Z | Downloaded inout v0.1.4 |
| 731 | 2026-06-25T22:47:04.653Z | Downloaded indent_write v2.2.0 |
| 732 | 2026-06-25T22:47:04.657Z | Downloaded ident_case v1.0.1 |
| 733 | 2026-06-25T22:47:04.657Z | Downloaded erased-serde v0.3.31 |
| 734 | 2026-06-25T22:47:04.657Z | Downloaded const-oid v0.9.6 |
| 735 | 2026-06-25T22:47:04.663Z | Downloaded cbc v0.1.2 |
| 736 | 2026-06-25T22:47:04.663Z | Downloaded des v0.8.1 |
| 737 | 2026-06-25T22:47:04.663Z | Downloaded is_ci v1.2.0 |
| 738 | 2026-06-25T22:47:04.668Z | Downloaded is-terminal v0.4.17 |
| 739 | 2026-06-25T22:47:04.668Z | Downloaded instant v0.1.13 |
| 740 | 2026-06-25T22:47:04.668Z | Downloaded fs-err v2.11.0 |
| 741 | 2026-06-25T22:47:04.668Z | Downloaded kstat-rs v0.2.4 |
| 742 | 2026-06-25T22:47:04.668Z | Downloaded illumos-nvpair v0.3.0 |
| 743 | 2026-06-25T22:47:04.668Z | Downloaded group v0.13.0 |
| 744 | 2026-06-25T22:47:04.673Z | Downloaded lazy_static v1.5.0 |
| 745 | 2026-06-25T22:47:04.673Z | Downloaded cookie_store v0.22.1 |
| 746 | 2026-06-25T22:47:04.673Z | Downloaded keccak v0.1.6 |
| 747 | 2026-06-25T22:47:04.673Z | Downloaded internet-checksum v0.2.1 |
| 748 | 2026-06-25T22:47:04.677Z | Downloaded hostname v0.3.1 |
| 749 | 2026-06-25T22:47:04.677Z | Downloaded lalrpop-util v0.19.12 |
| 750 | 2026-06-25T22:47:04.677Z | Downloaded highway v1.3.0 |
| 751 | 2026-06-25T22:47:04.677Z | Downloaded clang-sys v1.8.1 |
| 752 | 2026-06-25T22:47:04.681Z | Downloaded hubpack_derive v0.1.1 |
| 753 | 2026-06-25T22:47:04.681Z | Downloaded darling v0.20.11 |
| 754 | 2026-06-25T22:47:04.685Z | Downloaded cookie v0.18.1 |
| 755 | 2026-06-25T22:47:04.685Z | Downloaded http-body-util v0.1.3 |
| 756 | 2026-06-25T22:47:04.691Z | Downloaded libscf-sys v1.1.0 |
| 757 | 2026-06-25T22:47:04.691Z | Downloaded getrandom v0.2.17 |
| 758 | 2026-06-25T22:47:04.691Z | Downloaded futures-channel v0.3.32 |
| 759 | 2026-06-25T22:47:04.703Z | Downloaded lru v0.12.5 |
| 760 | 2026-06-25T22:47:04.703Z | Downloaded httpdate v1.0.3 |
| 761 | 2026-06-25T22:47:04.703Z | Downloaded futures-executor v0.3.32 |
| 762 | 2026-06-25T22:47:04.703Z | Downloaded find-msvc-tools v0.1.9 |
| 763 | 2026-06-25T22:47:04.703Z | Downloaded cancel-safe-futures v0.1.5 |
| 764 | 2026-06-25T22:47:04.703Z | Downloaded match_cfg v0.1.0 |
| 765 | 2026-06-25T22:47:04.703Z | Downloaded derive-where v1.6.0 |
| 766 | 2026-06-25T22:47:04.703Z | Downloaded const-oid v0.10.2 |
| 767 | 2026-06-25T22:47:04.710Z | Downloaded ciborium v0.2.2 |
| 768 | 2026-06-25T22:47:04.710Z | Downloaded hyper-staticfile v0.10.1 |
| 769 | 2026-06-25T22:47:04.710Z | Downloaded mime v0.3.17 |
| 770 | 2026-06-25T22:47:04.710Z | Downloaded maybe-uninit v2.0.0 |
| 771 | 2026-06-25T22:47:04.714Z | Downloaded maplit v1.0.2 |
| 772 | 2026-06-25T22:47:04.714Z | Downloaded managed v0.8.0 |
| 773 | 2026-06-25T22:47:04.714Z | Downloaded lru-slab v0.1.2 |
| 774 | 2026-06-25T22:47:04.714Z | Downloaded memoffset v0.9.1 |
| 775 | 2026-06-25T22:47:04.714Z | Downloaded md5 v0.7.0 |
| 776 | 2026-06-25T22:47:04.718Z | Downloaded humantime v2.3.0 |
| 777 | 2026-06-25T22:47:04.718Z | Downloaded multimap v0.10.1 |
| 778 | 2026-06-25T22:47:04.722Z | Downloaded darling_core v0.20.11 |
| 779 | 2026-06-25T22:47:04.722Z | Downloaded half v1.8.3 |
| 780 | 2026-06-25T22:47:04.722Z | Downloaded indoc v2.0.7 |
| 781 | 2026-06-25T22:47:04.722Z | Downloaded newline-converter v0.3.0 |
| 782 | 2026-06-25T22:47:04.725Z | Downloaded nibble_vec v0.1.0 |
| 783 | 2026-06-25T22:47:04.725Z | Downloaded md-5 v0.10.6 |
| 784 | 2026-06-25T22:47:04.725Z | Downloaded ingot v0.1.1 |
| 785 | 2026-06-25T22:47:04.728Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 786 | 2026-06-25T22:47:04.728Z | Downloaded ipnetwork v0.21.1 |
| 787 | 2026-06-25T22:47:04.734Z | Downloaded newtype_derive v0.1.6 |
| 788 | 2026-06-25T22:47:04.735Z | Downloaded newtype-uuid-macros v0.1.0 |
| 789 | 2026-06-25T22:47:04.735Z | Downloaded ingot-types v0.1.2 |
| 790 | 2026-06-25T22:47:04.735Z | Downloaded new_debug_unreachable v1.0.6 |
| 791 | 2026-06-25T22:47:04.739Z | Downloaded lru-cache v0.1.2 |
| 792 | 2026-06-25T22:47:04.739Z | Downloaded env_logger v0.11.9 |
| 793 | 2026-06-25T22:47:04.739Z | Downloaded normalize-line-endings v0.3.0 |
| 794 | 2026-06-25T22:47:04.739Z | Downloaded nonempty v0.12.0 |
| 795 | 2026-06-25T22:47:04.739Z | Downloaded nodrop v0.1.14 |
| 796 | 2026-06-25T22:47:04.742Z | Downloaded num v0.4.3 |
| 797 | 2026-06-25T22:47:04.742Z | Downloaded hmac v0.12.1 |
| 798 | 2026-06-25T22:47:04.742Z | Downloaded libloading v0.8.9 |
| 799 | 2026-06-25T22:47:04.745Z | Downloaded dropshot_endpoint v0.17.1 |
| 800 | 2026-06-25T22:47:04.745Z | Downloaded jobserver v0.1.34 |
| 801 | 2026-06-25T22:47:04.750Z | Downloaded diff v0.1.13 |
| 802 | 2026-06-25T22:47:04.753Z | Downloaded elliptic-curve v0.13.8 |
| 803 | 2026-06-25T22:47:04.753Z | Downloaded futures v0.3.32 |
| 804 | 2026-06-25T22:47:04.758Z | Downloaded lzss v0.8.2 |
| 805 | 2026-06-25T22:47:04.758Z | Downloaded fatfs v0.3.6 |
| 806 | 2026-06-25T22:47:04.763Z | Downloaded num-derive v0.4.2 |
| 807 | 2026-06-25T22:47:04.763Z | Downloaded num-iter v0.1.45 |
| 808 | 2026-06-25T22:47:04.763Z | Downloaded openssl-macros v0.1.1 |
| 809 | 2026-06-25T22:47:04.763Z | Downloaded num_enum_derive v0.5.11 |
| 810 | 2026-06-25T22:47:04.766Z | Downloaded openssl-probe v0.1.6 |
| 811 | 2026-06-25T22:47:04.767Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2026-06-25T22:47:04.767Z | Downloaded num-conv v0.2.0 |
| 813 | 2026-06-25T22:47:04.767Z | Downloaded libefi-sys v0.1.0 |
| 814 | 2026-06-25T22:47:04.773Z | Downloaded oso-derive v0.27.3 |
| 815 | 2026-06-25T22:47:04.774Z | Downloaded openssl-probe v0.2.1 |
| 816 | 2026-06-25T22:47:04.774Z | Downloaded bytes v1.11.1 |
| 817 | 2026-06-25T22:47:04.777Z | Downloaded darling_core v0.21.3 |
| 818 | 2026-06-25T22:47:04.777Z | Downloaded linear-map v1.2.0 |
| 819 | 2026-06-25T22:47:04.777Z | Downloaded hyper-rustls v0.27.7 |
| 820 | 2026-06-25T22:47:04.785Z | Downloaded packed_struct_codegen v0.10.1 |
| 821 | 2026-06-25T22:47:04.785Z | Downloaded lock_api v0.4.14 |
| 822 | 2026-06-25T22:47:04.785Z | Downloaded hybrid-array v0.4.10 |
| 823 | 2026-06-25T22:47:04.789Z | Downloaded derive_more v0.99.20 |
| 824 | 2026-06-25T22:47:04.789Z | Downloaded half v2.7.1 |
| 825 | 2026-06-25T22:47:04.789Z | Downloaded chacha20poly1305 v0.10.1 |
| 826 | 2026-06-25T22:47:04.789Z | Downloaded ar_archive_writer v0.5.1 |
| 827 | 2026-06-25T22:47:04.792Z | Downloaded multer v3.1.0 |
| 828 | 2026-06-25T22:47:04.799Z | Downloaded parse-size v1.1.0 |
| 829 | 2026-06-25T22:47:04.799Z | Downloaded parse-display v0.10.0 |
| 830 | 2026-06-25T22:47:04.799Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-06-25T22:47:04.799Z | Downloaded const_format v0.2.35 |
| 832 | 2026-06-25T22:47:04.803Z | Downloaded ipnet v2.11.0 |
| 833 | 2026-06-25T22:47:04.803Z | Downloaded iana-time-zone v0.1.65 |
| 834 | 2026-06-25T22:47:04.803Z | Downloaded native-tls v0.2.18 |
| 835 | 2026-06-25T22:47:04.806Z | Downloaded mime_guess v2.0.5 |
| 836 | 2026-06-25T22:47:04.806Z | Downloaded base64 v0.22.1 |
| 837 | 2026-06-25T22:47:04.811Z | Downloaded pbkdf2 v0.11.0 |
| 838 | 2026-06-25T22:47:04.811Z | Downloaded nanorand v0.7.0 |
| 839 | 2026-06-25T22:47:04.814Z | Downloaded num_threads v0.1.7 |
| 840 | 2026-06-25T22:47:04.814Z | Downloaded num-derive v0.3.3 |
| 841 | 2026-06-25T22:47:04.814Z | Downloaded libsw-core v0.3.2 |
| 842 | 2026-06-25T22:47:04.818Z | Downloaded compact_str v0.8.1 |
| 843 | 2026-06-25T22:47:04.818Z | Downloaded libsw v3.5.0 |
| 844 | 2026-06-25T22:47:04.822Z | Downloaded httparse v1.10.1 |
| 845 | 2026-06-25T22:47:04.822Z | Downloaded getrandom v0.3.4 |
| 846 | 2026-06-25T22:47:04.826Z | Downloaded olpc-cjson v0.1.4 |
| 847 | 2026-06-25T22:47:04.826Z | Downloaded peg-runtime v0.8.5 |
| 848 | 2026-06-25T22:47:04.826Z | Downloaded num-integer v0.1.46 |
| 849 | 2026-06-25T22:47:04.826Z | Downloaded num-complex v0.4.6 |
| 850 | 2026-06-25T22:47:04.831Z | Downloaded nu-ansi-term v0.50.3 |
| 851 | 2026-06-25T22:47:04.831Z | Downloaded linked-hash-map v0.5.6 |
| 852 | 2026-06-25T22:47:04.836Z | Downloaded darling_core v0.13.4 |
| 853 | 2026-06-25T22:47:04.836Z | Downloaded num_enum v0.5.11 |
| 854 | 2026-06-25T22:47:04.840Z | Downloaded flume v0.11.1 |
| 855 | 2026-06-25T22:47:04.840Z | Downloaded powerfmt v0.2.0 |
| 856 | 2026-06-25T22:47:04.840Z | Downloaded num_enum_derive v0.7.6 |
| 857 | 2026-06-25T22:47:04.843Z | Downloaded num_enum v0.7.6 |
| 858 | 2026-06-25T22:47:04.846Z | Downloaded num-rational v0.4.2 |
| 859 | 2026-06-25T22:47:04.861Z | Downloaded progenitor-macro v0.13.0 |
| 860 | 2026-06-25T22:47:04.866Z | Downloaded progenitor-macro v0.14.0 |
| 861 | 2026-06-25T22:47:04.866Z | Downloaded phf_shared v0.13.1 |
| 862 | 2026-06-25T22:47:04.866Z | Downloaded phf_shared v0.11.3 |
| 863 | 2026-06-25T22:47:04.866Z | Downloaded oxnet v0.1.6 |
| 864 | 2026-06-25T22:47:04.866Z | Downloaded oxide-tokio-rt v0.1.4 |
| 865 | 2026-06-25T22:47:04.866Z | Downloaded memmap2 v0.9.10 |
| 866 | 2026-06-25T22:47:04.871Z | Downloaded bzip2 v0.6.1 |
| 867 | 2026-06-25T22:47:04.871Z | Downloaded progenitor-client v0.14.0 |
| 868 | 2026-06-25T22:47:04.871Z | Downloaded proc-macro-crate v3.4.0 |
| 869 | 2026-06-25T22:47:04.875Z | Downloaded password-hash v0.5.0 |
| 870 | 2026-06-25T22:47:04.875Z | Downloaded owo-colors v4.3.0 |
| 871 | 2026-06-25T22:47:04.875Z | Downloaded digest v0.11.3 |
| 872 | 2026-06-25T22:47:04.875Z | Downloaded headers v0.4.1 |
| 873 | 2026-06-25T22:47:04.878Z | Downloaded proc-macro-crate v1.3.1 |
| 874 | 2026-06-25T22:47:04.881Z | Downloaded darling_core v0.23.0 |
| 875 | 2026-06-25T22:47:04.886Z | Downloaded pin-project-internal v1.1.11 |
| 876 | 2026-06-25T22:47:04.886Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 877 | 2026-06-25T22:47:04.890Z | Downloaded parse-display-derive v0.10.0 |
| 878 | 2026-06-25T22:47:04.890Z | Downloaded parking_lot_core v0.8.6 |
| 879 | 2026-06-25T22:47:04.890Z | Downloaded heapless v0.8.0 |
| 880 | 2026-06-25T22:47:04.895Z | Downloaded psl-types v2.0.11 |
| 881 | 2026-06-25T22:47:04.895Z | Downloaded ed25519-dalek v2.2.0 |
| 882 | 2026-06-25T22:47:04.895Z | Downloaded phf v0.12.1 |
| 883 | 2026-06-25T22:47:04.898Z | Downloaded packed_struct v0.10.1 |
| 884 | 2026-06-25T22:47:04.898Z | Downloaded quick-error v1.2.3 |
| 885 | 2026-06-25T22:47:04.898Z | Downloaded pkcs8 v0.10.2 |
| 886 | 2026-06-25T22:47:04.901Z | Downloaded pem-rfc7468 v0.7.0 |
| 887 | 2026-06-25T22:47:04.901Z | Downloaded pem v3.0.6 |
| 888 | 2026-06-25T22:47:04.905Z | Downloaded peg-macros v0.8.5 |
| 889 | 2026-06-25T22:47:04.905Z | Downloaded pin-project-lite v0.2.17 |
| 890 | 2026-06-25T22:47:04.910Z | Downloaded rand_xorshift v0.4.0 |
| 891 | 2026-06-25T22:47:04.910Z | Downloaded litrs v1.0.0 |
| 892 | 2026-06-25T22:47:04.913Z | Downloaded der v0.7.10 |
| 893 | 2026-06-25T22:47:04.916Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 894 | 2026-06-25T22:47:04.916Z | Downloaded phf_shared v0.12.1 |
| 895 | 2026-06-25T22:47:04.916Z | Downloaded rand_chacha v0.3.1 |
| 896 | 2026-06-25T22:47:04.919Z | Downloaded radium v0.7.0 |
| 897 | 2026-06-25T22:47:04.919Z | Downloaded peg v0.8.5 |
| 898 | 2026-06-25T22:47:04.923Z | Downloaded recursive v0.1.1 |
| 899 | 2026-06-25T22:47:04.923Z | Downloaded postgres-protocol v0.6.10 |
| 900 | 2026-06-25T22:47:04.927Z | Downloaded ref-cast v1.0.25 |
| 901 | 2026-06-25T22:47:04.927Z | Downloaded polyval v0.6.2 |
| 902 | 2026-06-25T22:47:04.928Z | Downloaded phf v0.13.1 |
| 903 | 2026-06-25T22:47:04.931Z | Downloaded ref-cast-impl v1.0.25 |
| 904 | 2026-06-25T22:47:04.931Z | Downloaded heapless v0.7.17 |
| 905 | 2026-06-25T22:47:04.934Z | Downloaded ppv-lite86 v0.2.21 |
| 906 | 2026-06-25T22:47:04.934Z | Downloaded crossbeam-channel v0.5.15 |
| 907 | 2026-06-25T22:47:04.938Z | Downloaded primeorder v0.13.6 |
| 908 | 2026-06-25T22:47:04.938Z | Downloaded bumpalo v3.20.2 |
| 909 | 2026-06-25T22:47:04.942Z | Downloaded predicates v3.1.4 |
| 910 | 2026-06-25T22:47:04.942Z | Downloaded parking_lot_core v0.9.12 |
| 911 | 2026-06-25T22:47:04.946Z | Downloaded progenitor-extras v0.2.0 |
| 912 | 2026-06-25T22:47:04.947Z | Downloaded progenitor-client v0.13.0 |
| 913 | 2026-06-25T22:47:04.947Z | Downloaded progenitor v0.14.0 |
| 914 | 2026-06-25T22:47:04.950Z | Downloaded progenitor v0.13.0 |
| 915 | 2026-06-25T22:47:04.950Z | Downloaded parking_lot v0.11.2 |
| 916 | 2026-06-25T22:47:04.950Z | Downloaded poly1305 v0.8.0 |
| 917 | 2026-06-25T22:47:04.953Z | Downloaded pkg-config v0.3.32 |
| 918 | 2026-06-25T22:47:04.953Z | Downloaded indicatif v0.18.4 |
| 919 | 2026-06-25T22:47:04.958Z | Downloaded russh-cryptovec v0.7.3 |
| 920 | 2026-06-25T22:47:04.958Z | Downloaded rfc6979 v0.4.0 |
| 921 | 2026-06-25T22:47:04.958Z | Downloaded rand_chacha v0.9.0 |
| 922 | 2026-06-25T22:47:04.962Z | Downloaded rustc_version v0.4.1 |
| 923 | 2026-06-25T22:47:04.962Z | Downloaded rtoolbox v0.0.3 |
| 924 | 2026-06-25T22:47:04.962Z | Downloaded omicron-zone-package v0.12.3 |
| 925 | 2026-06-25T22:47:04.965Z | Downloaded r2d2 v0.8.10 |
| 926 | 2026-06-25T22:47:04.965Z | Downloaded hickory-resolver v0.25.2 |
| 927 | 2026-06-25T22:47:04.981Z | Downloaded indexmap v1.9.3 |
| 928 | 2026-06-25T22:47:04.981Z | Downloaded pbkdf2 v0.12.2 |
| 929 | 2026-06-25T22:47:04.985Z | Downloaded paste v1.0.15 |
| 930 | 2026-06-25T22:47:04.985Z | Downloaded rand_core v0.6.4 |
| 931 | 2026-06-25T22:47:04.985Z | Downloaded rand_seeder v0.4.0 |
| 932 | 2026-06-25T22:47:04.985Z | Downloaded rustc_version v0.1.7 |
| 933 | 2026-06-25T22:47:04.985Z | Downloaded rand_core v0.10.0 |
| 934 | 2026-06-25T22:47:04.985Z | Downloaded rustc-hash v2.1.1 |
| 935 | 2026-06-25T22:47:04.985Z | Downloaded rand_core v0.9.5 |
| 936 | 2026-06-25T22:47:04.985Z | Downloaded libbz2-rs-sys v0.2.2 |
| 937 | 2026-06-25T22:47:04.985Z | Downloaded async-compression v0.4.41 |
| 938 | 2026-06-25T22:47:04.985Z | Downloaded same-file v1.0.6 |
| 939 | 2026-06-25T22:47:04.985Z | Downloaded expectorate v1.2.0 |
| 940 | 2026-06-25T22:47:04.988Z | Downloaded derive_more-impl v2.1.1 |
| 941 | 2026-06-25T22:47:04.991Z | Downloaded pkcs1 v0.7.5 |
| 942 | 2026-06-25T22:47:04.994Z | Downloaded postcard v1.1.3 |
| 943 | 2026-06-25T22:47:04.994Z | Downloaded pkcs5 v0.7.1 |
| 944 | 2026-06-25T22:47:04.997Z | Downloaded secrecy v0.10.3 |
| 945 | 2026-06-25T22:47:05.000Z | Downloaded scheduled-thread-pool v0.2.7 |
| 946 | 2026-06-25T22:47:05.000Z | Downloaded sapling-renderdag v0.1.0 |
| 947 | 2026-06-25T22:47:05.000Z | Downloaded papergrid v0.17.0 |
| 948 | 2026-06-25T22:47:05.003Z | Downloaded scopeguard v1.2.0 |
| 949 | 2026-06-25T22:47:05.006Z | Downloaded secrecy v0.8.0 |
| 950 | 2026-06-25T22:47:05.006Z | Downloaded scrypt v0.11.0 |
| 951 | 2026-06-25T22:47:05.006Z | Downloaded ingot-macros v0.1.1 |
| 952 | 2026-06-25T22:47:05.009Z | Downloaded cc v1.2.56 |
| 953 | 2026-06-25T22:47:05.012Z | Downloaded base64 v0.21.7 |
| 954 | 2026-06-25T22:47:05.012Z | Downloaded serde_repr v0.1.20 |
| 955 | 2026-06-25T22:47:05.015Z | Downloaded seq-macro v0.3.6 |
| 956 | 2026-06-25T22:47:05.015Z | Downloaded semver v0.1.20 |
| 957 | 2026-06-25T22:47:05.019Z | Downloaded aho-corasick v1.1.4 |
| 958 | 2026-06-25T22:47:05.022Z | Downloaded scroll_derive v0.13.1 |
| 959 | 2026-06-25T22:47:05.022Z | Downloaded parking_lot v0.12.5 |
| 960 | 2026-06-25T22:47:05.022Z | Downloaded oso v0.27.3 |
| 961 | 2026-06-25T22:47:05.025Z | Downloaded serde_bytes v0.11.19 |
| 962 | 2026-06-25T22:47:05.028Z | Downloaded serde_spanned v1.1.1 |
| 963 | 2026-06-25T22:47:05.028Z | Downloaded crossterm v0.28.1 |
| 964 | 2026-06-25T22:47:05.033Z | Downloaded predicates-tree v1.0.13 |
| 965 | 2026-06-25T22:47:05.036Z | Downloaded serde_urlencoded v0.7.1 |
| 966 | 2026-06-25T22:47:05.036Z | Downloaded shell-words v1.1.1 |
| 967 | 2026-06-25T22:47:05.036Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-06-25T22:47:05.036Z | Downloaded postgres-types v0.2.12 |
| 969 | 2026-06-25T22:47:05.039Z | Downloaded signal-hook-tokio v0.3.1 |
| 970 | 2026-06-25T22:47:05.039Z | Downloaded sha1 v0.10.6 |
| 971 | 2026-06-25T22:47:05.042Z | Downloaded predicates-core v1.0.10 |
| 972 | 2026-06-25T22:47:05.042Z | Downloaded precomputed-hash v0.1.1 |
| 973 | 2026-06-25T22:47:05.042Z | Downloaded resolv-conf v0.7.6 |
| 974 | 2026-06-25T22:47:05.045Z | Downloaded quinn-udp v0.5.14 |
| 975 | 2026-06-25T22:47:05.045Z | Downloaded psm v0.1.30 |
| 976 | 2026-06-25T22:47:05.048Z | Downloaded path-slash v0.1.5 |
| 977 | 2026-06-25T22:47:05.048Z | Downloaded password-hash v0.4.2 |
| 978 | 2026-06-25T22:47:05.051Z | Downloaded rustls-native-certs v0.8.3 |
| 979 | 2026-06-25T22:47:05.051Z | Downloaded ignore v0.4.25 |
| 980 | 2026-06-25T22:47:05.056Z | Downloaded rustversion v1.0.22 |
| 981 | 2026-06-25T22:47:05.056Z | Downloaded sha1 v0.11.0 |
| 982 | 2026-06-25T22:47:05.060Z | Downloaded siphasher v1.0.2 |
| 983 | 2026-06-25T22:47:05.060Z | Downloaded sigpipe v0.1.3 |
| 984 | 2026-06-25T22:47:05.060Z | Downloaded signal-hook-mio v0.2.5 |
| 985 | 2026-06-25T22:47:05.060Z | Downloaded rustls-pemfile v2.2.0 |
| 986 | 2026-06-25T22:47:05.065Z | Downloaded flate2 v1.1.9 |
| 987 | 2026-06-25T22:47:05.070Z | Downloaded derive_more v2.1.1 |
| 988 | 2026-06-25T22:47:05.072Z | Downloaded prefix-trie v0.7.0 |
| 989 | 2026-06-25T22:47:05.076Z | Downloaded salsa20 v0.10.2 |
| 990 | 2026-06-25T22:47:05.076Z | Downloaded rusty-fork v0.3.1 |
| 991 | 2026-06-25T22:47:05.076Z | Downloaded proc-macro-error2 v2.0.1 |
| 992 | 2026-06-25T22:47:05.080Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2026-06-25T22:47:05.080Z | Downloaded scroll v0.13.0 |
| 994 | 2026-06-25T22:47:05.083Z | Downloaded openssl-sys v0.9.115 |
| 995 | 2026-06-25T22:47:05.086Z | Downloaded sec1 v0.7.3 |
| 996 | 2026-06-25T22:47:05.086Z | Downloaded miniz_oxide v0.8.9 |
| 997 | 2026-06-25T22:47:05.089Z | Downloaded schemars_derive v0.8.22 |
| 998 | 2026-06-25T22:47:05.089Z | Downloaded hashbrown v0.13.2 |
| 999 | 2026-06-25T22:47:05.093Z | Downloaded hashbrown v0.12.3 |
| 1000 | 2026-06-25T22:47:05.096Z | Downloaded p256 v0.13.2 |
| 1001 | 2026-06-25T22:47:05.096Z | Downloaded ssh-encoding v0.2.0 |
| 1002 | 2026-06-25T22:47:05.100Z | Downloaded hickory-resolver v0.24.4 |
| 1003 | 2026-06-25T22:47:05.103Z | Downloaded serde_with_macros v1.5.2 |
| 1004 | 2026-06-25T22:47:05.103Z | Downloaded serde_derive_internals v0.29.1 |
| 1005 | 2026-06-25T22:47:05.103Z | Downloaded slog-envlogger v2.2.0 |
| 1006 | 2026-06-25T22:47:05.106Z | Downloaded diesel_derives v2.3.7 |
| 1007 | 2026-06-25T22:47:05.110Z | Downloaded serde_path_to_error v0.1.20 |
| 1008 | 2026-06-25T22:47:05.110Z | Downloaded http v1.4.2 |
| 1009 | 2026-06-25T22:47:05.113Z | Downloaded serde-hex v0.1.0 |
| 1010 | 2026-06-25T22:47:05.113Z | Downloaded serde-big-array v0.5.1 |
| 1011 | 2026-06-25T22:47:05.122Z | Downloaded ssh-cipher v0.2.0 |
| 1012 | 2026-06-25T22:47:05.122Z | Downloaded shlex v1.3.0 |
| 1013 | 2026-06-25T22:47:05.122Z | Downloaded sqlparser_derive v0.5.0 |
| 1014 | 2026-06-25T22:47:05.122Z | Downloaded colored v3.1.1 |
| 1015 | 2026-06-25T22:47:05.126Z | Downloaded crossbeam-utils v0.8.21 |
| 1016 | 2026-06-25T22:47:05.126Z | Downloaded bitflags v1.3.2 |
| 1017 | 2026-06-25T22:47:05.126Z | Downloaded jiff-static v0.2.21 |
| 1018 | 2026-06-25T22:47:05.126Z | Downloaded hickory-server v0.25.2 |
| 1019 | 2026-06-25T22:47:05.130Z | Downloaded slab v0.4.12 |
| 1020 | 2026-06-25T22:47:05.130Z | Downloaded backon v1.6.0 |
| 1021 | 2026-06-25T22:47:05.135Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-06-25T22:47:05.135Z | Downloaded convert_case v0.10.0 |
| 1023 | 2026-06-25T22:47:05.135Z | Downloaded rcgen v0.12.1 |
| 1024 | 2026-06-25T22:47:05.138Z | Downloaded rustls-pki-types v1.14.0 |
| 1025 | 2026-06-25T22:47:05.138Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-06-25T22:47:05.138Z | Downloaded strum v0.26.3 |
| 1027 | 2026-06-25T22:47:05.142Z | Downloaded structmeta-derive v0.3.0 |
| 1028 | 2026-06-25T22:47:05.142Z | Downloaded slog-async v2.8.0 |
| 1029 | 2026-06-25T22:47:05.142Z | Downloaded simd-adler32 v0.3.8 |
| 1030 | 2026-06-25T22:47:05.145Z | Downloaded slog-dtrace v0.3.0 |
| 1031 | 2026-06-25T22:47:05.145Z | Downloaded signature v2.2.0 |
| 1032 | 2026-06-25T22:47:05.145Z | Downloaded strsim v0.10.0 |
| 1033 | 2026-06-25T22:47:05.146Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1034 | 2026-06-25T22:47:05.150Z | Downloaded const_format_proc_macros v0.2.34 |
| 1035 | 2026-06-25T22:47:05.150Z | Downloaded cipher v0.4.4 |
| 1036 | 2026-06-25T22:47:05.150Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1037 | 2026-06-25T22:47:05.154Z | Downloaded pin-project v1.1.11 |
| 1038 | 2026-06-25T22:47:05.160Z | Downloaded sync_wrapper v1.0.2 |
| 1039 | 2026-06-25T22:47:05.160Z | Downloaded sync-ptr v0.1.4 |
| 1040 | 2026-06-25T22:47:05.160Z | Downloaded tagptr v0.2.0 |
| 1041 | 2026-06-25T22:47:05.164Z | Downloaded subtle v2.6.1 |
| 1042 | 2026-06-25T22:47:05.164Z | Downloaded slog-term v2.9.2 |
| 1043 | 2026-06-25T22:47:05.164Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-06-25T22:47:05.164Z | Downloaded ctr v0.9.2 |
| 1045 | 2026-06-25T22:47:05.167Z | Downloaded compression-codecs v0.4.37 |
| 1046 | 2026-06-25T22:47:05.167Z | Downloaded slog-json v2.6.1 |
| 1047 | 2026-06-25T22:47:05.167Z | Downloaded minimal-lexical v0.2.1 |
| 1048 | 2026-06-25T22:47:05.170Z | Downloaded cobs v0.3.0 |
| 1049 | 2026-06-25T22:47:05.170Z | Downloaded async-trait v0.1.89 |
| 1050 | 2026-06-25T22:47:05.175Z | Downloaded smf v0.2.3 |
| 1051 | 2026-06-25T22:47:05.178Z | Downloaded smallvec v0.6.14 |
| 1052 | 2026-06-25T22:47:05.178Z | Downloaded tap v1.0.1 |
| 1053 | 2026-06-25T22:47:05.178Z | Downloaded take_mut v0.2.2 |
| 1054 | 2026-06-25T22:47:05.178Z | Downloaded supports-color v3.0.2 |
| 1055 | 2026-06-25T22:47:05.181Z | Downloaded tabwriter v1.4.1 |
| 1056 | 2026-06-25T22:47:05.184Z | Downloaded serde_with_macros v3.17.0 |
| 1057 | 2026-06-25T22:47:05.184Z | Downloaded num-bigint v0.4.6 |
| 1058 | 2026-06-25T22:47:05.189Z | Downloaded serde_cbor v0.11.2 |
| 1059 | 2026-06-25T22:47:05.192Z | Downloaded static_assertions v1.1.0 |
| 1060 | 2026-06-25T22:47:05.192Z | Downloaded string_cache v0.8.9 |
| 1061 | 2026-06-25T22:47:05.195Z | Downloaded spki v0.7.3 |
| 1062 | 2026-06-25T22:47:05.195Z | Downloaded itertools v0.10.5 |
| 1063 | 2026-06-25T22:47:05.199Z | Downloaded termtree v0.5.1 |
| 1064 | 2026-06-25T22:47:05.202Z | Downloaded progenitor-impl v0.14.0 |
| 1065 | 2026-06-25T22:47:05.202Z | Downloaded stacker v0.1.23 |
| 1066 | 2026-06-25T22:47:05.202Z | Downloaded russh-keys v0.45.0 |
| 1067 | 2026-06-25T22:47:05.205Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-06-25T22:47:05.205Z | Downloaded time-core v0.1.8 |
| 1069 | 2026-06-25T22:47:05.205Z | Downloaded stringprep v0.1.5 |
| 1070 | 2026-06-25T22:47:05.208Z | Downloaded thread-id v5.1.0 |
| 1071 | 2026-06-25T22:47:05.208Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1072 | 2026-06-25T22:47:05.211Z | Downloaded testing_table v0.3.0 |
| 1073 | 2026-06-25T22:47:05.214Z | Downloaded tokio-macros v2.7.0 |
| 1074 | 2026-06-25T22:47:05.219Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1075 | 2026-06-25T22:47:05.223Z | Downloaded strum v0.27.2 |
| 1076 | 2026-06-25T22:47:05.227Z | Downloaded rayon-core v1.13.0 |
| 1077 | 2026-06-25T22:47:05.231Z | Downloaded prettyplease v0.2.37 |
| 1078 | 2026-06-25T22:47:05.236Z | Downloaded strum_macros v0.26.4 |
| 1079 | 2026-06-25T22:47:05.236Z | Downloaded strum_macros v0.24.3 |
| 1080 | 2026-06-25T22:47:05.239Z | Downloaded pretty_assertions v1.4.1 |
| 1081 | 2026-06-25T22:47:05.239Z | Downloaded support-bundle-viewer v0.1.2 |
| 1082 | 2026-06-25T22:47:05.239Z | Downloaded strum_macros v0.27.2 |
| 1083 | 2026-06-25T22:47:05.242Z | Downloaded slog-stdlog v4.1.1 |
| 1084 | 2026-06-25T22:47:05.245Z | Downloaded mio v1.2.0 |
| 1085 | 2026-06-25T22:47:05.253Z | Downloaded tabled_derive v0.11.0 |
| 1086 | 2026-06-25T22:47:05.261Z | Downloaded progenitor-impl v0.13.0 |
| 1087 | 2026-06-25T22:47:05.264Z | Downloaded trait-variant v0.1.2 |
| 1088 | 2026-06-25T22:47:05.267Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-06-25T22:47:05.267Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-06-25T22:47:05.270Z | Downloaded tower-layer v0.3.3 |
| 1091 | 2026-06-25T22:47:05.270Z | Downloaded snafu-derive v0.8.9 |
| 1092 | 2026-06-25T22:47:05.274Z | Downloaded quinn v0.11.9 |
| 1093 | 2026-06-25T22:47:05.277Z | Downloaded thread_local v1.1.9 |
| 1094 | 2026-06-25T22:47:05.277Z | Downloaded termios v0.3.3 |
| 1095 | 2026-06-25T22:47:05.277Z | Downloaded rand v0.8.6 |
| 1096 | 2026-06-25T22:47:05.282Z | Downloaded ron v0.8.1 |
| 1097 | 2026-06-25T22:47:05.285Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-06-25T22:47:05.285Z | Downloaded sqlformat v0.3.5 |
| 1099 | 2026-06-25T22:47:05.285Z | Downloaded nom v7.1.3 |
| 1100 | 2026-06-25T22:47:05.288Z | Downloaded typify-macro v0.6.2 |
| 1101 | 2026-06-25T22:47:05.288Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-06-25T22:47:05.288Z | Downloaded tls_codec_derive v0.4.2 |
| 1103 | 2026-06-25T22:47:05.291Z | Downloaded tiny-keccak v2.0.2 |
| 1104 | 2026-06-25T22:47:05.291Z | Downloaded thiserror-no-std v2.0.2 |
| 1105 | 2026-06-25T22:47:05.294Z | Downloaded hyper-util v0.1.20 |
| 1106 | 2026-06-25T22:47:05.297Z | Downloaded tokio-dtrace v0.1.1 |
| 1107 | 2026-06-25T22:47:05.297Z | Downloaded time-macros v0.2.27 |
| 1108 | 2026-06-25T22:47:05.300Z | Downloaded usdt v0.6.0 |
| 1109 | 2026-06-25T22:47:05.300Z | Downloaded signal-hook v0.3.18 |
| 1110 | 2026-06-25T22:47:05.300Z | Downloaded ryu v1.0.23 |
| 1111 | 2026-06-25T22:47:05.303Z | Downloaded similar v2.7.0 |
| 1112 | 2026-06-25T22:47:05.306Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-06-25T22:47:05.306Z | Downloaded dropshot-api-manager v0.7.2 |
| 1114 | 2026-06-25T22:47:05.309Z | Downloaded tokio-native-tls v0.3.1 |
| 1115 | 2026-06-25T22:47:05.312Z | Downloaded schemars v0.8.22 |
| 1116 | 2026-06-25T22:47:05.316Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-06-25T22:47:05.320Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-06-25T22:47:05.320Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1119 | 2026-06-25T22:47:05.323Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-06-25T22:47:05.323Z | Downloaded usdt-macro v0.6.0 |
| 1121 | 2026-06-25T22:47:05.323Z | Downloaded usdt-attr-macro v0.6.0 |
| 1122 | 2026-06-25T22:47:05.323Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-06-25T22:47:05.323Z | Downloaded unicode-truncate v1.1.0 |
| 1124 | 2026-06-25T22:47:05.326Z | Downloaded iri-string v0.7.10 |
| 1125 | 2026-06-25T22:47:05.329Z | Downloaded hashbrown v0.16.1 |
| 1126 | 2026-06-25T22:47:05.333Z | Downloaded slog v2.8.2 |
| 1127 | 2026-06-25T22:47:05.336Z | Downloaded hashbrown v0.15.5 |
| 1128 | 2026-06-25T22:47:05.336Z | Downloaded socket2 v0.5.10 |
| 1129 | 2026-06-25T22:47:05.339Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1130 | 2026-06-25T22:47:05.339Z | Downloaded utf-8 v0.7.6 |
| 1131 | 2026-06-25T22:47:05.339Z | Downloaded spin v0.9.8 |
| 1132 | 2026-06-25T22:47:05.342Z | Downloaded socket2 v0.6.3 |
| 1133 | 2026-06-25T22:47:05.342Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1134 | 2026-06-25T22:47:05.345Z | Downloaded void v1.0.2 |
| 1135 | 2026-06-25T22:47:05.354Z | Downloaded futures-util v0.3.32 |
| 1136 | 2026-06-25T22:47:05.358Z | Downloaded want v0.3.1 |
| 1137 | 2026-06-25T22:47:05.362Z | Downloaded tui-tree-widget v0.23.1 |
| 1138 | 2026-06-25T22:47:05.362Z | Downloaded term v1.2.1 |
| 1139 | 2026-06-25T22:47:05.365Z | Downloaded publicsuffix v2.3.0 |
| 1140 | 2026-06-25T22:47:05.365Z | Downloaded nom v8.0.0 |
| 1141 | 2026-06-25T22:47:05.367Z | Downloaded wait-timeout v0.2.1 |
| 1142 | 2026-06-25T22:47:05.367Z | Downloaded waitgroup v0.1.2 |
| 1143 | 2026-06-25T22:47:05.367Z | Downloaded unicase v2.9.0 |
| 1144 | 2026-06-25T22:47:05.372Z | Downloaded untrusted v0.9.0 |
| 1145 | 2026-06-25T22:47:05.372Z | Downloaded tls_codec v0.4.2 |
| 1146 | 2026-06-25T22:47:05.372Z | Downloaded rsa v0.9.10 |
| 1147 | 2026-06-25T22:47:05.376Z | Downloaded rand v0.9.2 |
| 1148 | 2026-06-25T22:47:05.379Z | Downloaded libxml v0.3.3 |
| 1149 | 2026-06-25T22:47:05.379Z | Downloaded qorb v0.4.1 |
| 1150 | 2026-06-25T22:47:05.383Z | Downloaded samael v0.0.19 |
| 1151 | 2026-06-25T22:47:05.386Z | Downloaded unit-prefix v0.5.2 |
| 1152 | 2026-06-25T22:47:05.389Z | Downloaded h2 v0.4.15 |
| 1153 | 2026-06-25T22:47:05.392Z | Downloaded tokio-rustls v0.26.4 |
| 1154 | 2026-06-25T22:47:05.393Z | Downloaded num-bigint-dig v0.8.6 |
| 1155 | 2026-06-25T22:47:05.396Z | Downloaded rustls-webpki v0.103.9 |
| 1156 | 2026-06-25T22:47:05.398Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-06-25T22:47:05.401Z | Downloaded itertools v0.13.0 |
| 1158 | 2026-06-25T22:47:05.404Z | Downloaded xattr v1.6.1 |
| 1159 | 2026-06-25T22:47:05.407Z | Downloaded schemars v0.9.0 |
| 1160 | 2026-06-25T22:47:05.411Z | Downloaded uzers v0.12.2 |
| 1161 | 2026-06-25T22:47:05.414Z | Downloaded tracing-attributes v0.1.31 |
| 1162 | 2026-06-25T22:47:05.414Z | Downloaded hyper v1.10.1 |
| 1163 | 2026-06-25T22:47:05.418Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-06-25T22:47:05.422Z | Downloaded term v0.7.0 |
| 1165 | 2026-06-25T22:47:05.422Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1166 | 2026-06-25T22:47:05.425Z | Downloaded zone v0.3.1 |
| 1167 | 2026-06-25T22:47:05.425Z | Downloaded zeroize_derive v1.4.3 |
| 1168 | 2026-06-25T22:47:05.425Z | Downloaded vsss-rs v3.3.4 |
| 1169 | 2026-06-25T22:47:05.428Z | Downloaded snafu v0.8.9 |
| 1170 | 2026-06-25T22:47:05.430Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-06-25T22:47:05.431Z | Downloaded vergen-lib v0.1.6 |
| 1172 | 2026-06-25T22:47:05.431Z | Downloaded itertools v0.12.1 |
| 1173 | 2026-06-25T22:47:05.435Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-06-25T22:47:05.438Z | Downloaded test-strategy v0.4.5 |
| 1175 | 2026-06-25T22:47:05.438Z | Downloaded vergen-lib v9.1.0 |
| 1176 | 2026-06-25T22:47:05.441Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-06-25T22:47:05.444Z | Downloaded hkdf v0.12.4 |
| 1178 | 2026-06-25T22:47:05.450Z | Downloaded twox-hash v2.1.2 |
| 1179 | 2026-06-25T22:47:05.453Z | Downloaded rand v0.10.0 |
| 1180 | 2026-06-25T22:47:05.458Z | Downloaded walkdir v2.5.0 |
| 1181 | 2026-06-25T22:47:05.458Z | Downloaded whoami v1.6.1 |
| 1182 | 2026-06-25T22:47:05.462Z | Downloaded unicode-properties v0.1.4 |
| 1183 | 2026-06-25T22:47:05.462Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1184 | 2026-06-25T22:47:05.466Z | Downloaded tokio-stream v0.1.18 |
| 1185 | 2026-06-25T22:47:05.469Z | Downloaded itertools v0.14.0 |
| 1186 | 2026-06-25T22:47:05.472Z | Downloaded toml v0.7.8 |
| 1187 | 2026-06-25T22:47:05.472Z | Downloaded schemars v1.2.1 |
| 1188 | 2026-06-25T22:47:05.479Z | Downloaded zstd v0.13.3 |
| 1189 | 2026-06-25T22:47:05.482Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-06-25T22:47:05.482Z | Downloaded wyz v0.5.1 |
| 1191 | 2026-06-25T22:47:05.485Z | Downloaded vergen v9.1.0 |
| 1192 | 2026-06-25T22:47:05.485Z | Downloaded subprocess v0.2.15 |
| 1193 | 2026-06-25T22:47:05.489Z | Downloaded steno v0.4.1 |
| 1194 | 2026-06-25T22:47:05.492Z | Downloaded tracing-core v0.1.36 |
| 1195 | 2026-06-25T22:47:05.496Z | Downloaded tar v0.4.45 |
| 1196 | 2026-06-25T22:47:05.496Z | Downloaded zeroize v1.8.2 |
| 1197 | 2026-06-25T22:47:05.496Z | Downloaded aws-lc-rs v1.16.3 |
| 1198 | 2026-06-25T22:47:05.505Z | Downloaded typify v0.6.2 |
| 1199 | 2026-06-25T22:47:05.511Z | Downloaded tungstenite v0.21.0 |
| 1200 | 2026-06-25T22:47:05.516Z | Downloaded bitvec v1.0.1 |
| 1201 | 2026-06-25T22:47:05.525Z | Downloaded yasna v0.5.2 |
| 1202 | 2026-06-25T22:47:05.525Z | Downloaded unicode-bidi v0.3.18 |
| 1203 | 2026-06-25T22:47:05.525Z | Downloaded whoami v2.1.0 |
| 1204 | 2026-06-25T22:47:05.525Z | Downloaded unsafe-libyaml v0.2.11 |
| 1205 | 2026-06-25T22:47:05.525Z | Downloaded libm v0.2.16 |
| 1206 | 2026-06-25T22:47:05.528Z | Downloaded zstd-safe v7.2.4 |
| 1207 | 2026-06-25T22:47:05.532Z | Downloaded vergen-git2 v9.1.0 |
| 1208 | 2026-06-25T22:47:05.532Z | Downloaded blake3 v1.8.5 |
| 1209 | 2026-06-25T22:47:05.535Z | Downloaded russh v0.45.0 |
| 1210 | 2026-06-25T22:47:05.544Z | Downloaded tungstenite v0.23.0 |
| 1211 | 2026-06-25T22:47:05.548Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-06-25T22:47:05.550Z | Downloaded p521 v0.13.3 |
| 1213 | 2026-06-25T22:47:05.553Z | Downloaded zerocopy v0.6.6 |
| 1214 | 2026-06-25T22:47:05.553Z | Downloaded uuid v1.23.4 |
| 1215 | 2026-06-25T22:47:05.557Z | Downloaded iddqd v0.4.2 |
| 1216 | 2026-06-25T22:47:05.562Z | Downloaded serde_with v1.14.0 |
| 1217 | 2026-06-25T22:47:05.567Z | Downloaded ssh-key v0.6.7 |
| 1218 | 2026-06-25T22:47:05.570Z | Downloaded rpassword v7.4.0 |
| 1219 | 2026-06-25T22:47:05.585Z | Downloaded vte v0.14.1 |
| 1220 | 2026-06-25T22:47:05.589Z | Downloaded bindgen v0.71.1 |
| 1221 | 2026-06-25T22:47:05.592Z | Downloaded reedline v0.40.0 |
| 1222 | 2026-06-25T22:47:05.605Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-06-25T22:47:05.608Z | Downloaded zip v0.6.6 |
| 1224 | 2026-06-25T22:47:05.611Z | Downloaded rustyline v14.0.0 |
| 1225 | 2026-06-25T22:47:05.621Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-06-25T22:47:05.631Z | Downloaded unicode_categories v0.1.1 |
| 1227 | 2026-06-25T22:47:05.637Z | Downloaded regex v1.12.3 |
| 1228 | 2026-06-25T22:47:05.640Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-06-25T22:47:05.640Z | Downloaded typed-path v0.9.3 |
| 1230 | 2026-06-25T22:47:05.643Z | Downloaded reqwest v0.13.2 |
| 1231 | 2026-06-25T22:47:05.646Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-06-25T22:47:05.652Z | Downloaded tower v0.5.3 |
| 1233 | 2026-06-25T22:47:05.658Z | Downloaded unicode-segmentation v1.12.0 |
| 1234 | 2026-06-25T22:47:05.661Z | Downloaded chrono v0.4.44 |
| 1235 | 2026-06-25T22:47:05.670Z | Downloaded goblin v0.10.5 |
| 1236 | 2026-06-25T22:47:05.675Z | Downloaded toml_edit v0.19.15 |
| 1237 | 2026-06-25T22:47:05.684Z | Downloaded zerocopy-derive v0.8.40 |
| 1238 | 2026-06-25T22:47:05.688Z | Downloaded reqwest v0.12.28 |
| 1239 | 2026-06-25T22:47:05.691Z | Downloaded git2 v0.20.4 |
| 1240 | 2026-06-25T22:47:05.701Z | Downloaded salty v0.3.0 |
| 1241 | 2026-06-25T22:47:05.710Z | Downloaded p384 v0.13.1 |
| 1242 | 2026-06-25T22:47:05.713Z | Downloaded moka v0.12.13 |
| 1243 | 2026-06-25T22:47:05.718Z | Downloaded quick-xml v0.37.5 |
| 1244 | 2026-06-25T22:47:05.721Z | Downloaded x509-cert v0.2.5 |
| 1245 | 2026-06-25T22:47:05.727Z | Downloaded unicode-normalization v0.1.25 |
| 1246 | 2026-06-25T22:47:05.732Z | Downloaded portable-atomic v1.13.1 |
| 1247 | 2026-06-25T22:47:05.735Z | Downloaded tokio-util v0.7.18 |
| 1248 | 2026-06-25T22:47:05.741Z | Downloaded tower-http v0.6.8 |
| 1249 | 2026-06-25T22:47:05.763Z | Downloaded zip v4.6.1 |
| 1250 | 2026-06-25T22:47:05.763Z | Downloaded tough v0.22.0 |
| 1251 | 2026-06-25T22:47:05.763Z | Downloaded serde_with v3.17.0 |
| 1252 | 2026-06-25T22:47:05.763Z | Downloaded curve25519-dalek v4.1.3 |
| 1253 | 2026-06-25T22:47:05.766Z | Downloaded petname v2.0.2 |
| 1254 | 2026-06-25T22:47:05.770Z | Downloaded lalrpop v0.19.12 |
| 1255 | 2026-06-25T22:47:05.798Z | Downloaded object v0.30.4 |
| 1256 | 2026-06-25T22:47:05.806Z | Downloaded proptest v1.10.0 |
| 1257 | 2026-06-25T22:47:05.814Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-06-25T22:47:05.818Z | Downloaded winnow v0.6.26 |
| 1259 | 2026-06-25T22:47:05.831Z | Downloaded nix v0.27.1 |
| 1260 | 2026-06-25T22:47:05.837Z | Downloaded winnow v1.0.3 |
| 1261 | 2026-06-25T22:47:05.842Z | Downloaded openssl v0.10.79 |
| 1262 | 2026-06-25T22:47:05.847Z | Downloaded quinn-proto v0.11.13 |
| 1263 | 2026-06-25T22:47:05.868Z | Downloaded radix_trie v0.2.1 |
| 1264 | 2026-06-25T22:47:05.871Z | Downloaded polar-core v0.27.3 |
| 1265 | 2026-06-25T22:47:05.875Z | Downloaded bstr v1.12.1 |
| 1266 | 2026-06-25T22:47:05.880Z | Downloaded dropshot v0.17.1 |
| 1267 | 2026-06-25T22:47:05.892Z | Downloaded tabled v0.20.0 |
| 1268 | 2026-06-25T22:47:05.902Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-06-25T22:47:05.905Z | Downloaded smoltcp v0.9.1 |
| 1270 | 2026-06-25T22:47:05.911Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-06-25T22:47:05.918Z | Downloaded nix v0.31.2 |
| 1272 | 2026-06-25T22:47:05.924Z | Downloaded nix v0.28.0 |
| 1273 | 2026-06-25T22:47:05.932Z | Downloaded zerocopy v0.8.40 |
| 1274 | 2026-06-25T22:47:05.943Z | Downloaded time v0.3.47 |
| 1275 | 2026-06-25T22:47:05.948Z | Downloaded openapiv3 v2.2.0 |
| 1276 | 2026-06-25T22:47:05.951Z | Downloaded object v0.37.3 |
| 1277 | 2026-06-25T22:47:05.956Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-06-25T22:47:05.979Z | Downloaded hickory-proto v0.24.4 |
| 1279 | 2026-06-25T22:47:05.987Z | Downloaded csv v1.4.0 |
| 1280 | 2026-06-25T22:47:05.999Z | Downloaded hickory-proto v0.25.2 |
| 1281 | 2026-06-25T22:47:06.008Z | Downloaded smoltcp v0.11.0 |
| 1282 | 2026-06-25T22:47:06.014Z | Downloaded regex-syntax v0.8.10 |
| 1283 | 2026-06-25T22:47:06.019Z | Downloaded regress v0.10.5 |
| 1284 | 2026-06-25T22:47:06.024Z | Downloaded diesel v2.3.7 |
| 1285 | 2026-06-25T22:47:06.038Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-06-25T22:47:06.050Z | Downloaded regress v0.11.1 |
| 1287 | 2026-06-25T22:47:06.055Z | Downloaded sled v0.34.7 |
| 1288 | 2026-06-25T22:47:06.062Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-06-25T22:47:06.075Z | Downloaded ratatui v0.29.0 |
| 1290 | 2026-06-25T22:47:06.097Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-06-25T22:47:06.102Z | Downloaded zerocopy-derive v0.6.6 |
| 1292 | 2026-06-25T22:47:06.135Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-06-25T22:47:06.147Z | Downloaded typify-impl v0.6.2 |
| 1294 | 2026-06-25T22:47:06.155Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1295 | 2026-06-25T22:47:06.162Z | Downloaded jiff v0.2.21 |
| 1296 | 2026-06-25T22:47:06.188Z | Downloaded regex-automata v0.4.14 |
| 1297 | 2026-06-25T22:47:06.196Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-06-25T22:47:06.207Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1299 | 2026-06-25T22:47:06.217Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-06-25T22:47:06.229Z | Downloaded chrono-tz v0.10.4 |
| 1301 | 2026-06-25T22:47:06.239Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-06-25T22:47:06.255Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-06-25T22:47:06.285Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-06-25T22:47:06.316Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-06-25T22:47:06.347Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-06-25T22:47:06.380Z | Downloaded ring v0.17.14 |
| 1307 | 2026-06-25T22:47:06.927Z | Downloaded aws-lc-sys v0.40.0 |
| 1308 | 2026-06-25T22:47:07.179Z | Compiling libc v0.2.185 |
| 1309 | 2026-06-25T22:47:07.179Z | Compiling serde v1.0.228 |
| 1310 | 2026-06-25T22:47:07.183Z | Compiling log v0.4.29 |
| 1311 | 2026-06-25T22:47:07.183Z | Compiling smallvec v1.15.1 |
| 1312 | 2026-06-25T22:47:07.329Z | Compiling shlex v1.3.0 |
| 1313 | 2026-06-25T22:47:07.335Z | Compiling syn v2.0.117 |
| 1314 | 2026-06-25T22:47:07.339Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-06-25T22:47:07.339Z | Compiling typenum v1.19.0 |
| 1316 | 2026-06-25T22:47:07.497Z | Compiling generic-array v0.14.7 |
| 1317 | 2026-06-25T22:47:07.509Z | Compiling subtle v2.6.1 |
| 1318 | 2026-06-25T22:47:07.512Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-06-25T22:47:07.587Z | Compiling const-oid v0.9.6 |
| 1320 | 2026-06-25T22:47:07.617Z | Compiling lock_api v0.4.14 |
| 1321 | 2026-06-25T22:47:07.620Z | Compiling serde_json v1.0.150 |
| 1322 | 2026-06-25T22:47:07.676Z | Compiling zerocopy v0.8.40 |
| 1323 | 2026-06-25T22:47:07.724Z | Compiling parking_lot_core v0.9.12 |
| 1324 | 2026-06-25T22:47:07.840Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-06-25T22:47:07.957Z | Compiling pin-project-lite v0.2.17 |
| 1326 | 2026-06-25T22:47:08.083Z | Compiling pkg-config v0.3.32 |
| 1327 | 2026-06-25T22:47:08.114Z | Compiling jobserver v0.1.34 |
| 1328 | 2026-06-25T22:47:08.188Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-06-25T22:47:08.286Z | Compiling errno v0.3.14 |
| 1330 | 2026-06-25T22:47:08.332Z | Compiling cc v1.2.56 |
| 1331 | 2026-06-25T22:47:08.416Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-06-25T22:47:08.433Z | Compiling signal-hook-registry v1.4.8 |
| 1333 | 2026-06-25T22:47:08.720Z | Compiling bitflags v2.11.0 |
| 1334 | 2026-06-25T22:47:08.776Z | Compiling libm v0.2.16 |
| 1335 | 2026-06-25T22:47:08.841Z | Compiling futures-core v0.3.32 |
| 1336 | 2026-06-25T22:47:08.885Z | Compiling critical-section v1.2.0 |
| 1337 | 2026-06-25T22:47:08.951Z | Compiling parking_lot v0.12.5 |
| 1338 | 2026-06-25T22:47:08.995Z | Compiling mio v1.2.0 |
| 1339 | 2026-06-25T22:47:08.998Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-06-25T22:47:09.065Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-06-25T22:47:09.119Z | Compiling percent-encoding v2.3.2 |
| 1342 | 2026-06-25T22:47:09.284Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-06-25T22:47:09.309Z | Compiling futures-sink v0.3.32 |
| 1344 | 2026-06-25T22:47:09.335Z | Compiling futures-task v0.3.32 |
| 1345 | 2026-06-25T22:47:09.355Z | Compiling slab v0.4.12 |
| 1346 | 2026-06-25T22:47:09.413Z | Compiling futures-channel v0.3.32 |
| 1347 | 2026-06-25T22:47:09.485Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-06-25T22:47:09.510Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-06-25T22:47:09.538Z | Compiling cpufeatures v0.2.17 |
| 1350 | 2026-06-25T22:47:09.613Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-06-25T22:47:09.650Z | Compiling indexmap v2.14.0 |
| 1352 | 2026-06-25T22:47:09.666Z | Compiling getrandom v0.3.4 |
| 1353 | 2026-06-25T22:47:09.696Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-06-25T22:47:09.828Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-06-25T22:47:10.052Z | Compiling cmake v0.1.57 |
| 1356 | 2026-06-25T22:47:10.086Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-06-25T22:47:10.289Z | Compiling dunce v1.0.5 |
| 1358 | 2026-06-25T22:47:10.356Z | Compiling synstructure v0.13.2 |
| 1359 | 2026-06-25T22:47:10.365Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-06-25T22:47:10.396Z | Compiling base64ct v1.8.3 |
| 1361 | 2026-06-25T22:47:10.452Z | Compiling aws-lc-sys v0.40.0 |
| 1362 | 2026-06-25T22:47:10.482Z | Compiling regex-syntax v0.8.10 |
| 1363 | 2026-06-25T22:47:10.623Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-06-25T22:47:10.637Z | Compiling rustix v1.1.3 |
| 1365 | 2026-06-25T22:47:10.684Z | Compiling flagset v0.4.7 |
| 1366 | 2026-06-25T22:47:10.716Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-06-25T22:47:10.816Z | Compiling rand_core v0.9.5 |
| 1368 | 2026-06-25T22:47:10.918Z | Compiling vcpkg v0.2.15 |
| 1369 | 2026-06-25T22:47:10.935Z | Compiling uuid v1.23.4 |
| 1370 | 2026-06-25T22:47:10.959Z | Compiling rustc_version v0.4.1 |
| 1371 | 2026-06-25T22:47:11.095Z | Compiling tracing-core v0.1.36 |
| 1372 | 2026-06-25T22:47:11.282Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-06-25T22:47:11.587Z | Compiling base64 v0.22.1 |
| 1374 | 2026-06-25T22:47:11.663Z | Compiling openssl-sys v0.9.115 |
| 1375 | 2026-06-25T22:47:11.676Z | Compiling httparse v1.10.1 |
| 1376 | 2026-06-25T22:47:11.679Z | Compiling openssl-probe v0.2.1 |
| 1377 | 2026-06-25T22:47:11.868Z | Compiling tinyvec_macros v0.1.1 |
| 1378 | 2026-06-25T22:47:11.913Z | Compiling pest_generator v2.8.6 |
| 1379 | 2026-06-25T22:47:11.939Z | Compiling tinyvec v1.10.0 |
| 1380 | 2026-06-25T22:47:12.067Z | Compiling serde_derive_internals v0.29.1 |
| 1381 | 2026-06-25T22:47:12.093Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-06-25T22:47:12.195Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-06-25T22:47:12.302Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-06-25T22:47:12.384Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-06-25T22:47:12.641Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-06-25T22:47:12.885Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-06-25T22:47:12.935Z | Compiling zerovec-derive v0.11.2 |
| 1388 | 2026-06-25T22:47:13.029Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-06-25T22:47:13.573Z | Compiling tokio-macros v2.7.0 |
| 1390 | 2026-06-25T22:47:13.715Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-06-25T22:47:13.784Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-06-25T22:47:13.819Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-06-25T22:47:13.864Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-06-25T22:47:13.909Z | Compiling yoke v0.8.1 |
| 1395 | 2026-06-25T22:47:13.990Z | Compiling digest v0.10.7 |
| 1396 | 2026-06-25T22:47:14.101Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-06-25T22:47:14.116Z | Compiling zerovec v0.11.5 |
| 1398 | 2026-06-25T22:47:14.242Z | Compiling hmac v0.12.1 |
| 1399 | 2026-06-25T22:47:14.342Z | Compiling block-padding v0.3.3 |
| 1400 | 2026-06-25T22:47:14.401Z | Compiling sha2 v0.10.9 |
| 1401 | 2026-06-25T22:47:14.404Z | Compiling der_derive v0.7.3 |
| 1402 | 2026-06-25T22:47:14.492Z | Compiling inout v0.1.4 |
| 1403 | 2026-06-25T22:47:14.640Z | Compiling tinystr v0.8.2 |
| 1404 | 2026-06-25T22:47:14.663Z | Compiling potential_utf v0.1.4 |
| 1405 | 2026-06-25T22:47:14.676Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-06-25T22:47:14.831Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-06-25T22:47:14.845Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-06-25T22:47:15.326Z | Compiling cipher v0.4.4 |
| 1409 | 2026-06-25T22:47:15.382Z | Compiling der v0.7.10 |
| 1410 | 2026-06-25T22:47:15.585Z | Compiling bytes v1.11.1 |
| 1411 | 2026-06-25T22:47:15.612Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-06-25T22:47:15.702Z | Compiling chrono v0.4.44 |
| 1413 | 2026-06-25T22:47:15.814Z | Compiling salsa20 v0.10.2 |
| 1414 | 2026-06-25T22:47:15.909Z | Compiling icu_properties v2.1.2 |
| 1415 | 2026-06-25T22:47:15.953Z | Compiling icu_normalizer v2.1.1 |
| 1416 | 2026-06-25T22:47:16.191Z | Compiling tokio v1.52.1 |
| 1417 | 2026-06-25T22:47:16.490Z | Compiling http v1.4.2 |
| 1418 | 2026-06-25T22:47:16.581Z | Compiling spki v0.7.3 |
| 1419 | 2026-06-25T22:47:16.788Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-06-25T22:47:16.921Z | Compiling idna v1.1.0 |
| 1421 | 2026-06-25T22:47:16.968Z | Compiling pbkdf2 v0.12.2 |
| 1422 | 2026-06-25T22:47:16.981Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-06-25T22:47:17.082Z | Compiling ppv-lite86 v0.2.21 |
| 1424 | 2026-06-25T22:47:17.094Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-06-25T22:47:17.211Z | Compiling url v2.5.8 |
| 1426 | 2026-06-25T22:47:17.393Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-25T22:47:17.406Z | Compiling http-body v1.0.1 |
| 1428 | 2026-06-25T22:47:17.556Z | Compiling scrypt v0.11.0 |
| 1429 | 2026-06-25T22:47:17.569Z | Compiling aes v0.8.4 |
| 1430 | 2026-06-25T22:47:17.803Z | Compiling cbc v0.1.2 |
| 1431 | 2026-06-25T22:47:17.951Z | Compiling rustls-pki-types v1.14.0 |
| 1432 | 2026-06-25T22:47:18.059Z | Compiling pkcs5 v0.7.1 |
| 1433 | 2026-06-25T22:47:18.072Z | Compiling rand v0.9.2 |
| 1434 | 2026-06-25T22:47:18.271Z | Compiling tracing v0.1.44 |
| 1435 | 2026-06-25T22:47:18.395Z | Compiling aho-corasick v1.1.4 |
| 1436 | 2026-06-25T22:47:18.409Z | Compiling thiserror v2.0.18 |
| 1437 | 2026-06-25T22:47:18.511Z | Compiling try-lock v0.2.5 |
| 1438 | 2026-06-25T22:47:18.530Z | Compiling tower-layer v0.3.3 |
| 1439 | 2026-06-25T22:47:18.534Z | Compiling tower-service v0.3.3 |
| 1440 | 2026-06-25T22:47:18.603Z | Compiling schemars v0.8.22 |
| 1441 | 2026-06-25T22:47:18.674Z | Compiling atomic-waker v1.1.2 |
| 1442 | 2026-06-25T22:47:18.686Z | Compiling untrusted v0.7.1 |
| 1443 | 2026-06-25T22:47:18.698Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-06-25T22:47:18.796Z | Compiling want v0.3.1 |
| 1445 | 2026-06-25T22:47:18.809Z | Compiling pkcs8 v0.10.2 |
| 1446 | 2026-06-25T22:47:18.830Z | Compiling ipnet v2.11.0 |
| 1447 | 2026-06-25T22:47:18.859Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-06-25T22:47:18.872Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-06-25T22:47:18.954Z | Compiling scroll_derive v0.13.1 |
| 1450 | 2026-06-25T22:47:19.293Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-06-25T22:47:19.319Z | Compiling darling_core v0.20.11 |
| 1452 | 2026-06-25T22:47:19.401Z | Compiling rustls v0.23.41 |
| 1453 | 2026-06-25T22:47:19.567Z | Compiling httpdate v1.0.3 |
| 1454 | 2026-06-25T22:47:19.746Z | Compiling foreign-types-shared v0.1.1 |
| 1455 | 2026-06-25T22:47:19.800Z | Compiling openssl v0.10.79 |
| 1456 | 2026-06-25T22:47:19.832Z | Compiling untrusted v0.9.0 |
| 1457 | 2026-06-25T22:47:19.953Z | Compiling foreign-types v0.3.2 |
| 1458 | 2026-06-25T22:47:20.026Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-06-25T22:47:20.055Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-06-25T22:47:20.132Z | Compiling scroll v0.13.0 |
| 1461 | 2026-06-25T22:47:20.413Z | Compiling unicode-normalization v0.1.25 |
| 1462 | 2026-06-25T22:47:20.791Z | Compiling h2 v0.4.15 |
| 1463 | 2026-06-25T22:47:20.864Z | Compiling openssl-macros v0.1.1 |
| 1464 | 2026-06-25T22:47:21.042Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1465 | 2026-06-25T22:47:21.246Z | Compiling spin v0.9.8 |
| 1466 | 2026-06-25T22:47:21.362Z | Compiling num-conv v0.2.0 |
| 1467 | 2026-06-25T22:47:21.419Z | Compiling time-core v0.1.8 |
| 1468 | 2026-06-25T22:47:21.455Z | Compiling native-tls v0.2.18 |
| 1469 | 2026-06-25T22:47:21.489Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-06-25T22:47:21.549Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-06-25T22:47:21.562Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-06-25T22:47:21.663Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-06-25T22:47:21.758Z | Compiling deranged v0.5.8 |
| 1474 | 2026-06-25T22:47:22.011Z | Compiling darling v0.20.11 |
| 1475 | 2026-06-25T22:47:22.089Z | Compiling goblin v0.10.5 |
| 1476 | 2026-06-25T22:47:22.703Z | Compiling sync_wrapper v1.0.2 |
| 1477 | 2026-06-25T22:47:22.717Z | Compiling wait-timeout v0.2.1 |
| 1478 | 2026-06-25T22:47:22.807Z | Compiling bit-vec v0.8.0 |
| 1479 | 2026-06-25T22:47:22.978Z | Compiling num_threads v0.1.7 |
| 1480 | 2026-06-25T22:47:23.037Z | Compiling quick-error v1.2.3 |
| 1481 | 2026-06-25T22:47:23.070Z | Compiling simd-adler32 v0.3.8 |
| 1482 | 2026-06-25T22:47:23.139Z | Compiling crossbeam-utils v0.8.21 |
| 1483 | 2026-06-25T22:47:23.299Z | Compiling siphasher v1.0.2 |
| 1484 | 2026-06-25T22:47:23.314Z | Compiling usdt-impl v0.6.0 |
| 1485 | 2026-06-25T22:47:23.416Z | Compiling syn v1.0.109 |
| 1486 | 2026-06-25T22:47:23.499Z | Compiling rusty-fork v0.3.1 |
| 1487 | 2026-06-25T22:47:23.528Z | Compiling time v0.3.47 |
| 1488 | 2026-06-25T22:47:23.812Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-06-25T22:47:23.830Z | Compiling tower v0.5.3 |
| 1490 | 2026-06-25T22:47:23.973Z | Compiling hyper v1.10.1 |
| 1491 | 2026-06-25T22:47:24.629Z | Compiling derive_builder_core v0.20.2 |
| 1492 | 2026-06-25T22:47:24.827Z | Compiling dof v0.4.0 |
| 1493 | 2026-06-25T22:47:25.133Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-06-25T22:47:25.147Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-06-25T22:47:25.489Z | Compiling http-body-util v0.1.3 |
| 1496 | 2026-06-25T22:47:25.570Z | Compiling signature v2.2.0 |
| 1497 | 2026-06-25T22:47:25.728Z | Compiling scroll_derive v0.12.1 |
| 1498 | 2026-06-25T22:47:25.743Z | Compiling thiserror-impl v1.0.69 |
| 1499 | 2026-06-25T22:47:25.878Z | Compiling heapless v0.7.17 |
| 1500 | 2026-06-25T22:47:25.986Z | Compiling rand_xorshift v0.4.0 |
| 1501 | 2026-06-25T22:47:26.110Z | Compiling slog v2.8.2 |
| 1502 | 2026-06-25T22:47:26.146Z | Compiling darling_core v0.21.3 |
| 1503 | 2026-06-25T22:47:26.290Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1504 | 2026-06-25T22:47:26.303Z | Compiling thread-id v5.1.0 |
| 1505 | 2026-06-25T22:47:26.370Z | Compiling cookie v0.18.1 |
| 1506 | 2026-06-25T22:47:26.383Z | Compiling unarray v0.1.4 |
| 1507 | 2026-06-25T22:47:26.486Z | Compiling unicode-bidi v0.3.18 |
| 1508 | 2026-06-25T22:47:26.550Z | Compiling unicode-properties v0.1.4 |
| 1509 | 2026-06-25T22:47:26.563Z | Compiling paste v1.0.15 |
| 1510 | 2026-06-25T22:47:26.755Z | Compiling adler2 v2.0.1 |
| 1511 | 2026-06-25T22:47:26.821Z | Compiling ryu v1.0.23 |
| 1512 | 2026-06-25T22:47:26.841Z | Compiling iri-string v0.7.10 |
| 1513 | 2026-06-25T22:47:26.881Z | Compiling zstd-safe v7.2.4 |
| 1514 | 2026-06-25T22:47:26.976Z | Compiling allocator-api2 v0.2.21 |
| 1515 | 2026-06-25T22:47:26.994Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-06-25T22:47:27.008Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-06-25T22:47:27.068Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-06-25T22:47:27.171Z | Compiling serde_urlencoded v0.7.1 |
| 1519 | 2026-06-25T22:47:27.186Z | Compiling miniz_oxide v0.8.9 |
| 1520 | 2026-06-25T22:47:27.339Z | Compiling stringprep v0.1.5 |
| 1521 | 2026-06-25T22:47:27.555Z | Compiling proptest v1.10.0 |
| 1522 | 2026-06-25T22:47:27.764Z | Compiling scroll v0.12.0 |
| 1523 | 2026-06-25T22:47:28.022Z | Compiling tower-http v0.6.8 |
| 1524 | 2026-06-25T22:47:28.236Z | Compiling derive_builder_macro v0.20.2 |
| 1525 | 2026-06-25T22:47:28.318Z | Compiling tokio-native-tls v0.3.1 |
| 1526 | 2026-06-25T22:47:28.417Z | Compiling bstr v1.12.1 |
| 1527 | 2026-06-25T22:47:28.485Z | Compiling ipnetwork v0.21.1 |
| 1528 | 2026-06-25T22:47:28.612Z | Compiling darling_macro v0.21.3 |
| 1529 | 2026-06-25T22:47:28.736Z | Compiling rustls-native-certs v0.8.3 |
| 1530 | 2026-06-25T22:47:28.911Z | Compiling rand_chacha v0.3.1 |
| 1531 | 2026-06-25T22:47:28.927Z | Compiling serde_tokenstream v0.2.3 |
| 1532 | 2026-06-25T22:47:29.022Z | Compiling serde_spanned v0.6.9 |
| 1533 | 2026-06-25T22:47:29.104Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-06-25T22:47:29.117Z | Compiling erased-serde v0.3.31 |
| 1535 | 2026-06-25T22:47:29.169Z | Compiling md-5 v0.10.6 |
| 1536 | 2026-06-25T22:47:29.234Z | Compiling zerocopy-derive v0.7.35 |
| 1537 | 2026-06-25T22:47:29.325Z | Compiling pin-project-internal v1.1.11 |
| 1538 | 2026-06-25T22:47:29.361Z | Compiling async-trait v0.1.89 |
| 1539 | 2026-06-25T22:47:29.602Z | Compiling curve25519-dalek v4.1.3 |
| 1540 | 2026-06-25T22:47:29.710Z | Compiling vergen-lib v9.1.0 |
| 1541 | 2026-06-25T22:47:29.886Z | Compiling num-integer v0.1.46 |
| 1542 | 2026-06-25T22:47:29.927Z | Compiling hash32 v0.2.1 |
| 1543 | 2026-06-25T22:47:30.101Z | Compiling ff v0.13.1 |
| 1544 | 2026-06-25T22:47:30.116Z | Compiling memoffset v0.9.1 |
| 1545 | 2026-06-25T22:47:30.198Z | Compiling encoding_rs v0.8.35 |
| 1546 | 2026-06-25T22:47:30.237Z | Compiling cfg_aliases v0.2.1 |
| 1547 | 2026-06-25T22:47:30.306Z | Compiling mime v0.3.17 |
| 1548 | 2026-06-25T22:47:30.319Z | Compiling base16ct v0.2.0 |
| 1549 | 2026-06-25T22:47:30.366Z | Compiling litrs v1.0.0 |
| 1550 | 2026-06-25T22:47:30.423Z | Compiling num-bigint-dig v0.8.6 |
| 1551 | 2026-06-25T22:47:30.486Z | Compiling rustix v0.38.44 |
| 1552 | 2026-06-25T22:47:30.555Z | Compiling zlib-rs v0.6.2 |
| 1553 | 2026-06-25T22:47:30.607Z | Compiling smoltcp v0.9.1 |
| 1554 | 2026-06-25T22:47:30.827Z | Compiling fallible-iterator v0.2.0 |
| 1555 | 2026-06-25T22:47:30.865Z | Compiling ref-cast v1.0.25 |
| 1556 | 2026-06-25T22:47:30.930Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-06-25T22:47:31.053Z | Compiling publicsuffix v2.3.0 |
| 1558 | 2026-06-25T22:47:31.133Z | Compiling postgres-protocol v0.6.10 |
| 1559 | 2026-06-25T22:47:31.219Z | Compiling document-features v0.2.12 |
| 1560 | 2026-06-25T22:47:31.333Z | Compiling sec1 v0.7.3 |
| 1561 | 2026-06-25T22:47:31.614Z | Compiling pin-project v1.1.11 |
| 1562 | 2026-06-25T22:47:31.674Z | Compiling nix v0.31.2 |
| 1563 | 2026-06-25T22:47:31.710Z | Compiling group v0.13.0 |
| 1564 | 2026-06-25T22:47:31.777Z | Compiling zerocopy v0.7.35 |
| 1565 | 2026-06-25T22:47:31.807Z | Compiling num-iter v0.1.45 |
| 1566 | 2026-06-25T22:47:31.994Z | Compiling newtype-uuid v1.3.2 |
| 1567 | 2026-06-25T22:47:32.147Z | Compiling hubpack_derive v0.1.1 |
| 1568 | 2026-06-25T22:47:32.305Z | Compiling darling v0.21.3 |
| 1569 | 2026-06-25T22:47:32.318Z | Compiling rand v0.8.6 |
| 1570 | 2026-06-25T22:47:32.340Z | Compiling oxnet v0.1.6 |
| 1571 | 2026-06-25T22:47:32.385Z | Compiling derive_builder v0.20.2 |
| 1572 | 2026-06-25T22:47:32.427Z | Compiling hyper-tls v0.6.0 |
| 1573 | 2026-06-25T22:47:32.648Z | Compiling goblin v0.8.2 |
| 1574 | 2026-06-25T22:47:33.159Z | Compiling phf_shared v0.13.1 |
| 1575 | 2026-06-25T22:47:33.186Z | Compiling regex v1.12.3 |
| 1576 | 2026-06-25T22:47:33.253Z | Compiling lazy_static v1.5.0 |
| 1577 | 2026-06-25T22:47:33.340Z | Compiling anstyle-parse v0.2.7 |
| 1578 | 2026-06-25T22:47:33.364Z | Compiling futures-executor v0.3.32 |
| 1579 | 2026-06-25T22:47:33.391Z | Compiling hex v0.4.3 |
| 1580 | 2026-06-25T22:47:33.520Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-06-25T22:47:33.622Z | Compiling hkdf v0.12.4 |
| 1582 | 2026-06-25T22:47:33.659Z | Compiling crypto-bigint v0.5.5 |
| 1583 | 2026-06-25T22:47:33.703Z | Compiling terminal_size v0.4.3 |
| 1584 | 2026-06-25T22:47:33.811Z | Compiling daft-derive v0.1.7 |
| 1585 | 2026-06-25T22:47:33.841Z | Compiling ref-cast-impl v1.0.25 |
| 1586 | 2026-06-25T22:47:33.864Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1587 | 2026-06-25T22:47:33.956Z | Compiling strum_macros v0.27.2 |
| 1588 | 2026-06-25T22:47:34.377Z | Compiling snafu-derive v0.8.9 |
| 1589 | 2026-06-25T22:47:34.507Z | Compiling vergen v9.1.0 |
| 1590 | 2026-06-25T22:47:34.531Z | Compiling fs-err v3.3.0 |
| 1591 | 2026-06-25T22:47:34.687Z | Compiling cargo-platform v0.3.2 |
| 1592 | 2026-06-25T22:47:34.723Z | Compiling ahash v0.8.12 |
| 1593 | 2026-06-25T22:47:34.936Z | Compiling foldhash v0.2.0 |
| 1594 | 2026-06-25T22:47:34.967Z | Compiling foldhash v0.1.5 |
| 1595 | 2026-06-25T22:47:35.139Z | Compiling bumpalo v3.20.2 |
| 1596 | 2026-06-25T22:47:35.152Z | Compiling managed v0.8.0 |
| 1597 | 2026-06-25T22:47:35.363Z | Compiling libbz2-rs-sys v0.2.2 |
| 1598 | 2026-06-25T22:47:35.383Z | Compiling object v0.37.3 |
| 1599 | 2026-06-25T22:47:35.652Z | Compiling bitflags v1.3.2 |
| 1600 | 2026-06-25T22:47:35.727Z | Compiling winnow v0.5.40 |
| 1601 | 2026-06-25T22:47:35.764Z | Compiling same-file v1.0.6 |
| 1602 | 2026-06-25T22:47:35.897Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-06-25T22:47:35.929Z | Compiling strum v0.27.2 |
| 1604 | 2026-06-25T22:47:36.046Z | Compiling walkdir v2.5.0 |
| 1605 | 2026-06-25T22:47:36.058Z | Compiling bzip2 v0.6.1 |
| 1606 | 2026-06-25T22:47:36.284Z | Compiling zopfli v0.8.3 |
| 1607 | 2026-06-25T22:47:36.293Z | Compiling snafu v0.8.9 |
| 1608 | 2026-06-25T22:47:36.305Z | Compiling clap_builder v4.6.0 |
| 1609 | 2026-06-25T22:47:36.348Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-06-25T22:47:36.633Z | Compiling hashbrown v0.16.1 |
| 1611 | 2026-06-25T22:47:36.906Z | Compiling dof v0.3.0 |
| 1612 | 2026-06-25T22:47:36.918Z | Compiling cargo_metadata v0.23.1 |
| 1613 | 2026-06-25T22:47:37.032Z | Compiling toml_edit v0.19.15 |
| 1614 | 2026-06-25T22:47:37.159Z | Compiling elliptic-curve v0.13.8 |
| 1615 | 2026-06-25T22:47:37.228Z | Compiling daft v0.1.7 |
| 1616 | 2026-06-25T22:47:37.638Z | Compiling futures v0.3.32 |
| 1617 | 2026-06-25T22:47:37.668Z | Compiling anstream v0.6.21 |
| 1618 | 2026-06-25T22:47:37.969Z | Compiling phf v0.13.1 |
| 1619 | 2026-06-25T22:47:38.127Z | Compiling signal-hook-mio v0.2.5 |
| 1620 | 2026-06-25T22:47:38.247Z | Compiling cookie_store v0.22.1 |
| 1621 | 2026-06-25T22:47:38.514Z | Compiling bzip2 v0.4.4 |
| 1622 | 2026-06-25T22:47:38.672Z | Compiling zstd v0.13.3 |
| 1623 | 2026-06-25T22:47:38.773Z | Compiling hubpack v0.1.2 |
| 1624 | 2026-06-25T22:47:38.938Z | Compiling reqwest v0.12.28 |
| 1625 | 2026-06-25T22:47:38.938Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-06-25T22:47:39.089Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-06-25T22:47:39.651Z | Compiling usdt-macro v0.6.0 |
| 1628 | 2026-06-25T22:47:39.695Z | Compiling usdt-attr-macro v0.6.0 |
| 1629 | 2026-06-25T22:47:40.087Z | Compiling globset v0.4.18 |
| 1630 | 2026-06-25T22:47:40.379Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-06-25T22:47:40.392Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-06-25T22:47:40.489Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-06-25T22:47:40.561Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-06-25T22:47:40.668Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-06-25T22:47:40.720Z | Compiling serde_plain v1.0.2 |
| 1636 | 2026-06-25T22:47:40.756Z | Compiling serde-big-array v0.5.1 |
| 1637 | 2026-06-25T22:47:40.903Z | Compiling rfc6979 v0.4.0 |
| 1638 | 2026-06-25T22:47:40.913Z | Compiling serde_repr v0.1.20 |
| 1639 | 2026-06-25T22:47:41.031Z | Compiling async-recursion v1.1.1 |
| 1640 | 2026-06-25T22:47:41.061Z | Compiling enum-as-inner v0.6.1 |
| 1641 | 2026-06-25T22:47:41.119Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-06-25T22:47:41.299Z | Compiling clap_derive v4.6.1 |
| 1643 | 2026-06-25T22:47:41.435Z | Compiling pem v3.0.6 |
| 1644 | 2026-06-25T22:47:41.548Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-06-25T22:47:41.662Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-06-25T22:47:41.692Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-06-25T22:47:41.763Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-06-25T22:47:41.777Z | Compiling predicates-core v1.0.10 |
| 1649 | 2026-06-25T22:47:41.874Z | Compiling static_assertions v1.1.0 |
| 1650 | 2026-06-25T22:47:41.945Z | Compiling data-encoding v2.10.0 |
| 1651 | 2026-06-25T22:47:41.967Z | Compiling fixedbitset v0.4.2 |
| 1652 | 2026-06-25T22:47:42.060Z | Compiling precomputed-hash v0.1.1 |
| 1653 | 2026-06-25T22:47:42.174Z | Compiling normalize-line-endings v0.3.0 |
| 1654 | 2026-06-25T22:47:42.212Z | Compiling difflib v0.4.0 |
| 1655 | 2026-06-25T22:47:42.663Z | Compiling winnow v1.0.3 |
| 1656 | 2026-06-25T22:47:42.697Z | Compiling whoami v2.1.0 |
| 1657 | 2026-06-25T22:47:42.697Z | Compiling typed-path v0.9.3 |
| 1658 | 2026-06-25T22:47:42.697Z | Compiling new_debug_unreachable v1.0.6 |
| 1659 | 2026-06-25T22:47:42.731Z | Compiling keccak v0.1.6 |
| 1660 | 2026-06-25T22:47:42.794Z | Compiling fixedbitset v0.5.7 |
| 1661 | 2026-06-25T22:47:42.860Z | Compiling either v1.15.0 |
| 1662 | 2026-06-25T22:47:42.971Z | Compiling jiff v0.2.21 |
| 1663 | 2026-06-25T22:47:43.047Z | Compiling itertools v0.13.0 |
| 1664 | 2026-06-25T22:47:43.090Z | Compiling petgraph v0.8.3 |
| 1665 | 2026-06-25T22:47:43.090Z | Compiling clap v4.6.1 |
| 1666 | 2026-06-25T22:47:43.139Z | Compiling sha3 v0.10.8 |
| 1667 | 2026-06-25T22:47:43.325Z | Compiling strum v0.26.3 |
| 1668 | 2026-06-25T22:47:43.442Z | Compiling tokio-postgres v0.7.16 |
| 1669 | 2026-06-25T22:47:43.458Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-06-25T22:47:43.585Z | Compiling toml_edit v0.22.27 |
| 1671 | 2026-06-25T22:47:43.702Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1672 | 2026-06-25T22:47:43.898Z | Compiling predicates v3.1.4 |
| 1673 | 2026-06-25T22:47:44.307Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-06-25T22:47:44.342Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-06-25T22:47:44.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1676 | 2026-06-25T22:47:45.023Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-06-25T22:47:45.370Z | Compiling usdt v0.6.0 |
| 1678 | 2026-06-25T22:47:45.629Z | Compiling zip v4.6.1 |
| 1679 | 2026-06-25T22:47:45.662Z | Compiling usdt-impl v0.5.0 |
| 1680 | 2026-06-25T22:47:45.843Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-06-25T22:47:46.232Z | Compiling rsa v0.9.10 |
| 1682 | 2026-06-25T22:47:46.245Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-06-25T22:47:46.309Z | Compiling crossterm v0.28.1 |
| 1684 | 2026-06-25T22:47:46.587Z | Compiling serde_with v3.17.0 |
| 1685 | 2026-06-25T22:47:47.148Z | Compiling zip v0.6.6 |
| 1686 | 2026-06-25T22:47:47.590Z | Compiling toml v0.7.8 |
| 1687 | 2026-06-25T22:47:47.729Z | Compiling iddqd v0.4.2 |
| 1688 | 2026-06-25T22:47:48.299Z | Compiling heck v0.4.1 |
| 1689 | 2026-06-25T22:47:48.379Z | Compiling similar v2.7.0 |
| 1690 | 2026-06-25T22:47:48.491Z | Compiling crossbeam-epoch v0.9.18 |
| 1691 | 2026-06-25T22:47:48.520Z | Compiling tokio-stream v0.1.18 |
| 1692 | 2026-06-25T22:47:48.732Z | Compiling buf-list v1.1.2 |
| 1693 | 2026-06-25T22:47:48.964Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1694 | 2026-06-25T22:47:49.009Z | Compiling x509-cert v0.2.5 |
| 1695 | 2026-06-25T22:47:49.032Z | Compiling openapiv3 v2.2.0 |
| 1696 | 2026-06-25T22:47:49.059Z | Compiling sha1 v0.10.6 |
| 1697 | 2026-06-25T22:47:49.266Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-06-25T22:47:49.279Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-06-25T22:47:49.290Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-06-25T22:47:49.476Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-06-25T22:47:49.545Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-06-25T22:47:49.545Z | Compiling is-terminal v0.4.17 |
| 1703 | 2026-06-25T22:47:49.571Z | Compiling filetime v0.2.27 |
| 1704 | 2026-06-25T22:47:49.641Z | Compiling term v1.2.1 |
| 1705 | 2026-06-25T22:47:49.747Z | Compiling xattr v1.6.1 |
| 1706 | 2026-06-25T22:47:49.780Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-06-25T22:47:49.890Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-06-25T22:47:49.999Z | Compiling tar v0.4.45 |
| 1709 | 2026-06-25T22:48:00.377Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-06-25T22:48:03.022Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-06-25T22:48:03.022Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-06-25T22:48:03.022Z | Compiling tough v0.22.0 |
| 1713 | 2026-06-25T22:48:03.220Z | Compiling hyper-rustls v0.27.7 |
| 1714 | 2026-06-25T22:48:03.417Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-06-25T22:48:05.650Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1716 | 2026-06-25T22:48:05.861Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1717 | 2026-06-25T22:48:08.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1718 | 2026-06-25T22:48:08.825Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1719 | 2026-06-25T22:48:08.876Z | Jun 25 22:48:07.482 INFO Starting download, target: Cockroach |
| 1720 | 2026-06-25T22:48:08.876Z | Jun 25 22:48:07.483 INFO Starting download, target: Clickhouse |
| 1721 | 2026-06-25T22:48:08.876Z | Jun 25 22:48:07.483 INFO Starting download, target: Console |
| 1722 | 2026-06-25T22:48:08.876Z | Jun 25 22:48:07.483 INFO Starting download, target: DendriteStub |
| 1723 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Starting download, target: MaghemiteMgd |
| 1724 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Starting download, target: MaghemiteDdmd |
| 1725 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Starting download, target: TransceiverControl |
| 1726 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-06-25T22:48:08.880Z | Jun 25 22:48:07.483 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1733 | 2026-06-25T22:48:10.644Z | Jun 25 22:48:09.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1734 | 2026-06-25T22:48:10.715Z | Jun 25 22:48:09.313 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1735 | 2026-06-25T22:48:10.884Z | Jun 25 22:48:09.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1736 | 2026-06-25T22:48:10.939Z | Jun 25 22:48:09.518 INFO Download complete, target: Console |
| 1737 | 2026-06-25T22:48:10.982Z | Jun 25 22:48:09.527 INFO Download complete, target: TransceiverControl |
| 1738 | 2026-06-25T22:48:12.455Z | Jun 25 22:48:11.040 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1739 | 2026-06-25T22:48:13.028Z | Jun 25 22:48:11.631 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-06-25T22:48:13.158Z | Jun 25 22:48:11.761 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1741 | 2026-06-25T22:48:13.617Z | Jun 25 22:48:12.219 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-06-25T22:48:13.618Z | Jun 25 22:48:12.219 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-06-25T22:48:14.400Z | Jun 25 22:48:13.007 INFO Download complete, target: MaghemiteDdmd |
| 1744 | 2026-06-25T22:48:15.585Z | Jun 25 22:48:14.192 INFO Download complete, target: DendriteStub |
| 1745 | 2026-06-25T22:48:15.755Z | Jun 25 22:48:14.314 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-06-25T22:48:17.812Z | Jun 25 22:48:16.419 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-06-25T22:48:17.947Z | Jun 25 22:48:16.554 INFO Download complete, target: Clickhouse |
| 1748 | 2026-06-25T22:48:18.352Z | Jun 25 22:48:16.959 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-06-25T22:48:18.463Z | Jun 25 22:48:17.070 INFO Download complete, target: Cockroach |
| 1750 | 2026-06-25T22:48:18.480Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-06-25T22:48:18.483Z | |
| 1752 | 2026-06-25T22:48:18.483Z | real 2:01.957805486 |
| 1753 | 2026-06-25T22:48:18.483Z | user 6:49.325291327 |
| 1754 | 2026-06-25T22:48:18.483Z | sys 1:22.199162050 |
| 1755 | 2026-06-25T22:48:18.483Z | trap 0.242368340 |
| 1756 | 2026-06-25T22:48:18.483Z | tflt 0.684846013 |
| 1757 | 2026-06-25T22:48:18.483Z | dflt 0.612885058 |
| 1758 | 2026-06-25T22:48:18.483Z | kflt 0.026161916 |
| 1759 | 2026-06-25T22:48:18.483Z | lock 22:44.023869429 |
| 1760 | 2026-06-25T22:48:18.483Z | slp 20:50.446312319 |
| 1761 | 2026-06-25T22:48:18.483Z | lat 44.830472242 |
| 1762 | 2026-06-25T22:48:18.483Z | stop 1:58.856663677 |
| 1763 | 2026-06-25T22:48:18.483Z | + banner hack-check |
| 1764 | 2026-06-25T22:48:18.483Z | |
| 1765 | 2026-06-25T22:48:18.483Z | # # ## #### # # #### # # ###### #### # # |
| 1766 | 2026-06-25T22:48:18.483Z | # # # # # # # # # # # # # # # # # |
| 1767 | 2026-06-25T22:48:18.483Z | ###### # # # #### ##### # ###### ##### # #### |
| 1768 | 2026-06-25T22:48:18.483Z | # # ###### # # # # # # # # # # |
| 1769 | 2026-06-25T22:48:18.483Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-06-25T22:48:18.483Z | # # # # #### # # #### # # ###### #### # # |
| 1771 | 2026-06-25T22:48:18.483Z | |
| 1772 | 2026-06-25T22:48:18.483Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-25T22:48:18.484Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-25T22:48:18.484Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1775 | 2026-06-25T22:48:18.972Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-06-25T22:48:19.149Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-06-25T22:48:21.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
| 1778 | 2026-06-25T22:48:21.088Z | Running `target/debug/xtask check-features --ci` |
| 1779 | 2026-06-25T22:48:21.112Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1780 | 2026-06-25T22:48:21.117Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1781 | 2026-06-25T22:48:21.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1782 | 2026-06-25T22:48:21.544Z | Running `target/debug/xtask download cargo-hack` |
| 1783 | 2026-06-25T22:48:22.252Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1784 | 2026-06-25T22:48:22.556Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1785 | 2026-06-25T22:48:25.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
| 1786 | 2026-06-25T22:48:25.186Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1787 | 2026-06-25T22:48:25.224Z | Jun 25 22:48:23.830 INFO Starting download, target: CargoHack |
| 1788 | 2026-06-25T22:48:25.227Z | Jun 25 22:48:23.831 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1789 | 2026-06-25T22:48:25.669Z | Jun 25 22:48:24.276 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1790 | 2026-06-25T22:48:25.720Z | Jun 25 22:48:24.327 INFO Download complete, target: CargoHack |
| 1791 | 2026-06-25T22:48:25.723Z | running: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1792 | 2026-06-25T22:48:25.738Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1793 | 2026-06-25T22:48:25.895Z | info: running `cargo check --bins` on api_identity (1/296) |
| 1794 | 2026-06-25T22:48:26.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1795 | 2026-06-25T22:48:26.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1796 | 2026-06-25T22:48:26.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1797 | 2026-06-25T22:48:26.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1798 | 2026-06-25T22:48:26.406Z | |
| 1799 | 2026-06-25T22:48:26.406Z | info: running `cargo check --bins` on bootstore (2/296) |
| 1800 | 2026-06-25T22:48:26.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1801 | 2026-06-25T22:48:26.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1802 | 2026-06-25T22:48:26.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1803 | 2026-06-25T22:48:26.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1804 | 2026-06-25T22:48:26.913Z | |
| 1805 | 2026-06-25T22:48:26.913Z | info: running `cargo check --bins` on omicron-ledger (3/296) |
| 1806 | 2026-06-25T22:48:27.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1807 | 2026-06-25T22:48:27.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1808 | 2026-06-25T22:48:27.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1809 | 2026-06-25T22:48:27.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1810 | 2026-06-25T22:48:27.421Z | |
| 1811 | 2026-06-25T22:48:27.421Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296) |
| 1812 | 2026-06-25T22:48:27.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1813 | 2026-06-25T22:48:27.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1814 | 2026-06-25T22:48:27.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1815 | 2026-06-25T22:48:27.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1816 | 2026-06-25T22:48:27.923Z | |
| 1817 | 2026-06-25T22:48:27.923Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296) |
| 1818 | 2026-06-25T22:48:28.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1819 | 2026-06-25T22:48:28.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1820 | 2026-06-25T22:48:28.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1821 | 2026-06-25T22:48:28.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1822 | 2026-06-25T22:48:28.423Z | |
| 1823 | 2026-06-25T22:48:28.423Z | info: running `cargo check --bins` on omicron-certificates (6/296) |
| 1824 | 2026-06-25T22:48:28.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-06-25T22:48:28.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-06-25T22:48:28.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-06-25T22:48:28.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1828 | 2026-06-25T22:48:28.943Z | |
| 1829 | 2026-06-25T22:48:28.943Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/296) |
| 1830 | 2026-06-25T22:48:29.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-06-25T22:48:29.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-06-25T22:48:29.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-06-25T22:48:29.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1834 | 2026-06-25T22:48:29.465Z | |
| 1835 | 2026-06-25T22:48:29.465Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296) |
| 1836 | 2026-06-25T22:48:29.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-06-25T22:48:29.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-06-25T22:48:29.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-06-25T22:48:29.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1840 | 2026-06-25T22:48:29.968Z | |
| 1841 | 2026-06-25T22:48:29.968Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296) |
| 1842 | 2026-06-25T22:48:30.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-06-25T22:48:30.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-06-25T22:48:30.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-06-25T22:48:30.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1846 | 2026-06-25T22:48:30.352Z | |
| 1847 | 2026-06-25T22:48:30.352Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296) |
| 1848 | 2026-06-25T22:48:30.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-06-25T22:48:30.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-06-25T22:48:30.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-06-25T22:48:30.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1852 | 2026-06-25T22:48:30.743Z | |
| 1853 | 2026-06-25T22:48:30.743Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296) |
| 1854 | 2026-06-25T22:48:31.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-06-25T22:48:31.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-06-25T22:48:31.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-06-25T22:48:31.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1858 | 2026-06-25T22:48:31.127Z | |
| 1859 | 2026-06-25T22:48:31.127Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296) |
| 1860 | 2026-06-25T22:48:31.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-06-25T22:48:31.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-06-25T22:48:31.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-06-25T22:48:31.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1864 | 2026-06-25T22:48:31.517Z | |
| 1865 | 2026-06-25T22:48:31.517Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296) |
| 1866 | 2026-06-25T22:48:31.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-06-25T22:48:31.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-06-25T22:48:31.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-06-25T22:48:31.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1870 | 2026-06-25T22:48:31.905Z | |
| 1871 | 2026-06-25T22:48:31.905Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296) |
| 1872 | 2026-06-25T22:48:32.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-06-25T22:48:32.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-06-25T22:48:32.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-06-25T22:48:32.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1876 | 2026-06-25T22:48:32.293Z | |
| 1877 | 2026-06-25T22:48:32.293Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296) |
| 1878 | 2026-06-25T22:48:32.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-06-25T22:48:32.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-06-25T22:48:32.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-06-25T22:48:32.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1882 | 2026-06-25T22:48:32.678Z | |
| 1883 | 2026-06-25T22:48:32.678Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296) |
| 1884 | 2026-06-25T22:48:33.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-06-25T22:48:33.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-06-25T22:48:33.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-06-25T22:48:33.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1888 | 2026-06-25T22:48:33.061Z | |
| 1889 | 2026-06-25T22:48:33.061Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296) |
| 1890 | 2026-06-25T22:48:33.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-06-25T22:48:33.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-06-25T22:48:33.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-06-25T22:48:33.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1894 | 2026-06-25T22:48:33.441Z | |
| 1895 | 2026-06-25T22:48:33.441Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296) |
| 1896 | 2026-06-25T22:48:33.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-06-25T22:48:33.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-06-25T22:48:33.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-06-25T22:48:33.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1900 | 2026-06-25T22:48:33.826Z | |
| 1901 | 2026-06-25T22:48:33.826Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296) |
| 1902 | 2026-06-25T22:48:34.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-06-25T22:48:34.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-06-25T22:48:34.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-06-25T22:48:34.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1906 | 2026-06-25T22:48:34.214Z | |
| 1907 | 2026-06-25T22:48:34.214Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296) |
| 1908 | 2026-06-25T22:48:34.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-06-25T22:48:34.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-06-25T22:48:34.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-06-25T22:48:34.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1912 | 2026-06-25T22:48:34.604Z | |
| 1913 | 2026-06-25T22:48:34.604Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296) |
| 1914 | 2026-06-25T22:48:34.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-06-25T22:48:34.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-06-25T22:48:34.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-06-25T22:48:34.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1918 | 2026-06-25T22:48:34.988Z | |
| 1919 | 2026-06-25T22:48:34.988Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296) |
| 1920 | 2026-06-25T22:48:35.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-06-25T22:48:35.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-06-25T22:48:35.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-06-25T22:48:35.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1924 | 2026-06-25T22:48:35.377Z | |
| 1925 | 2026-06-25T22:48:35.377Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296) |
| 1926 | 2026-06-25T22:48:35.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-06-25T22:48:35.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-06-25T22:48:35.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-06-25T22:48:35.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1930 | 2026-06-25T22:48:35.763Z | |
| 1931 | 2026-06-25T22:48:35.763Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296) |
| 1932 | 2026-06-25T22:48:36.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-06-25T22:48:36.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-06-25T22:48:36.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-06-25T22:48:36.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1936 | 2026-06-25T22:48:36.151Z | |
| 1937 | 2026-06-25T22:48:36.151Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296) |
| 1938 | 2026-06-25T22:48:36.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-06-25T22:48:36.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-06-25T22:48:36.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-06-25T22:48:36.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1942 | 2026-06-25T22:48:36.540Z | |
| 1943 | 2026-06-25T22:48:36.540Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296) |
| 1944 | 2026-06-25T22:48:36.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-06-25T22:48:36.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-06-25T22:48:36.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-06-25T22:48:36.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1948 | 2026-06-25T22:48:36.928Z | |
| 1949 | 2026-06-25T22:48:36.928Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296) |
| 1950 | 2026-06-25T22:48:37.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-06-25T22:48:37.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-06-25T22:48:37.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-06-25T22:48:37.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1954 | 2026-06-25T22:48:37.317Z | |
| 1955 | 2026-06-25T22:48:37.317Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296) |
| 1956 | 2026-06-25T22:48:37.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-06-25T22:48:37.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-06-25T22:48:37.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-06-25T22:48:37.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1960 | 2026-06-25T22:48:37.705Z | |
| 1961 | 2026-06-25T22:48:37.705Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296) |
| 1962 | 2026-06-25T22:48:38.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-06-25T22:48:38.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-06-25T22:48:38.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-06-25T22:48:38.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1966 | 2026-06-25T22:48:38.096Z | |
| 1967 | 2026-06-25T22:48:38.096Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296) |
| 1968 | 2026-06-25T22:48:38.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-06-25T22:48:38.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-06-25T22:48:38.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-06-25T22:48:38.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1972 | 2026-06-25T22:48:38.487Z | |
| 1973 | 2026-06-25T22:48:38.487Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296) |
| 1974 | 2026-06-25T22:48:38.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-06-25T22:48:38.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-06-25T22:48:38.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-06-25T22:48:38.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1978 | 2026-06-25T22:48:38.877Z | |
| 1979 | 2026-06-25T22:48:38.877Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296) |
| 1980 | 2026-06-25T22:48:39.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-06-25T22:48:39.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-06-25T22:48:39.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-06-25T22:48:39.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1984 | 2026-06-25T22:48:39.267Z | |
| 1985 | 2026-06-25T22:48:39.267Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296) |
| 1986 | 2026-06-25T22:48:39.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-06-25T22:48:39.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-06-25T22:48:39.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-06-25T22:48:39.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1990 | 2026-06-25T22:48:39.659Z | |
| 1991 | 2026-06-25T22:48:39.659Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296) |
| 1992 | 2026-06-25T22:48:39.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-06-25T22:48:40.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-06-25T22:48:40.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-06-25T22:48:40.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 1996 | 2026-06-25T22:48:40.045Z | |
| 1997 | 2026-06-25T22:48:40.045Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296) |
| 1998 | 2026-06-25T22:48:40.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-06-25T22:48:40.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-06-25T22:48:40.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-06-25T22:48:40.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2002 | 2026-06-25T22:48:40.436Z | |
| 2003 | 2026-06-25T22:48:40.436Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296) |
| 2004 | 2026-06-25T22:48:40.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-06-25T22:48:40.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-06-25T22:48:40.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-06-25T22:48:40.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2008 | 2026-06-25T22:48:40.825Z | |
| 2009 | 2026-06-25T22:48:40.825Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296) |
| 2010 | 2026-06-25T22:48:41.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-06-25T22:48:41.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-06-25T22:48:41.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-06-25T22:48:41.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 2014 | 2026-06-25T22:48:41.214Z | |
| 2015 | 2026-06-25T22:48:41.214Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296) |
| 2016 | 2026-06-25T22:48:41.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-06-25T22:48:41.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-06-25T22:48:41.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-06-25T22:48:41.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2020 | 2026-06-25T22:48:41.604Z | |
| 2021 | 2026-06-25T22:48:41.605Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296) |
| 2022 | 2026-06-25T22:48:41.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-06-25T22:48:41.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-06-25T22:48:41.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-06-25T22:48:41.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2026 | 2026-06-25T22:48:41.996Z | |
| 2027 | 2026-06-25T22:48:41.996Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296) |
| 2028 | 2026-06-25T22:48:42.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-06-25T22:48:42.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-06-25T22:48:42.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-06-25T22:48:42.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2032 | 2026-06-25T22:48:42.389Z | |
| 2033 | 2026-06-25T22:48:42.389Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296) |
| 2034 | 2026-06-25T22:48:42.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-06-25T22:48:42.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-06-25T22:48:42.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-06-25T22:48:42.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2038 | 2026-06-25T22:48:42.783Z | |
| 2039 | 2026-06-25T22:48:42.783Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296) |
| 2040 | 2026-06-25T22:48:43.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-06-25T22:48:43.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-06-25T22:48:43.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-06-25T22:48:43.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2044 | 2026-06-25T22:48:43.173Z | |
| 2045 | 2026-06-25T22:48:43.174Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296) |
| 2046 | 2026-06-25T22:48:43.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-06-25T22:48:43.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-06-25T22:48:43.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-06-25T22:48:43.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2050 | 2026-06-25T22:48:43.567Z | |
| 2051 | 2026-06-25T22:48:43.567Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296) |
| 2052 | 2026-06-25T22:48:43.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-06-25T22:48:43.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-06-25T22:48:43.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-06-25T22:48:43.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2056 | 2026-06-25T22:48:43.961Z | |
| 2057 | 2026-06-25T22:48:43.961Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296) |
| 2058 | 2026-06-25T22:48:44.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-06-25T22:48:44.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-06-25T22:48:44.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-06-25T22:48:44.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2062 | 2026-06-25T22:48:44.355Z | |
| 2063 | 2026-06-25T22:48:44.355Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296) |
| 2064 | 2026-06-25T22:48:44.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-06-25T22:48:44.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-06-25T22:48:44.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-06-25T22:48:44.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2068 | 2026-06-25T22:48:44.748Z | |
| 2069 | 2026-06-25T22:48:44.748Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296) |
| 2070 | 2026-06-25T22:48:45.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-06-25T22:48:45.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-06-25T22:48:45.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-06-25T22:48:45.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2074 | 2026-06-25T22:48:45.141Z | |
| 2075 | 2026-06-25T22:48:45.141Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296) |
| 2076 | 2026-06-25T22:48:45.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-06-25T22:48:45.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-06-25T22:48:45.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-06-25T22:48:45.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2080 | 2026-06-25T22:48:45.534Z | |
| 2081 | 2026-06-25T22:48:45.534Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296) |
| 2082 | 2026-06-25T22:48:46.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-06-25T22:48:46.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-06-25T22:48:46.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-06-25T22:48:46.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2086 | 2026-06-25T22:48:46.097Z | |
| 2087 | 2026-06-25T22:48:46.097Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296) |
| 2088 | 2026-06-25T22:48:46.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-06-25T22:48:46.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-06-25T22:48:46.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-06-25T22:48:46.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2092 | 2026-06-25T22:48:46.655Z | |
| 2093 | 2026-06-25T22:48:46.655Z | info: running `cargo check --bins` on nexus-config (51/296) |
| 2094 | 2026-06-25T22:48:47.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-06-25T22:48:47.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-06-25T22:48:47.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-06-25T22:48:47.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2098 | 2026-06-25T22:48:47.216Z | |
| 2099 | 2026-06-25T22:48:47.216Z | info: running `cargo check --bins` on nexus-types (52/296) |
| 2100 | 2026-06-25T22:48:47.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-06-25T22:48:47.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-06-25T22:48:47.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-06-25T22:48:47.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2104 | 2026-06-25T22:48:47.774Z | |
| 2105 | 2026-06-25T22:48:47.774Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296) |
| 2106 | 2026-06-25T22:48:48.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-06-25T22:48:48.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-06-25T22:48:48.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-06-25T22:48:48.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2110 | 2026-06-25T22:48:48.301Z | |
| 2111 | 2026-06-25T22:48:48.301Z | info: running `cargo check --bins` on omicron-passwords (54/296) |
| 2112 | 2026-06-25T22:48:48.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-06-25T22:48:48.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-06-25T22:48:48.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-06-25T22:48:48.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2116 | 2026-06-25T22:48:48.805Z | |
| 2117 | 2026-06-25T22:48:48.805Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/296) |
| 2118 | 2026-06-25T22:48:49.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-06-25T22:48:49.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-06-25T22:48:49.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-06-25T22:48:49.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2122 | 2026-06-25T22:48:49.330Z | |
| 2123 | 2026-06-25T22:48:49.330Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296) |
| 2124 | 2026-06-25T22:48:49.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-06-25T22:48:49.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-06-25T22:48:49.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-06-25T22:48:49.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2128 | 2026-06-25T22:48:49.856Z | |
| 2129 | 2026-06-25T22:48:49.856Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296) |
| 2130 | 2026-06-25T22:48:50.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-06-25T22:48:50.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-06-25T22:48:50.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-06-25T22:48:50.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2134 | 2026-06-25T22:48:50.385Z | |
| 2135 | 2026-06-25T22:48:50.385Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296) |
| 2136 | 2026-06-25T22:48:50.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-06-25T22:48:50.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-06-25T22:48:50.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-06-25T22:48:50.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2140 | 2026-06-25T22:48:50.914Z | |
| 2141 | 2026-06-25T22:48:50.914Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296) |
| 2142 | 2026-06-25T22:48:51.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-06-25T22:48:51.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-06-25T22:48:51.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-06-25T22:48:51.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2146 | 2026-06-25T22:48:51.416Z | |
| 2147 | 2026-06-25T22:48:51.416Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296) |
| 2148 | 2026-06-25T22:48:51.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-06-25T22:48:51.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-06-25T22:48:51.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-06-25T22:48:51.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2152 | 2026-06-25T22:48:51.927Z | |
| 2153 | 2026-06-25T22:48:51.927Z | info: running `cargo check --bins --no-default-features` on gfss (61/296) |
| 2154 | 2026-06-25T22:48:52.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-06-25T22:48:52.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-06-25T22:48:52.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-06-25T22:48:52.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2158 | 2026-06-25T22:48:52.436Z | |
| 2159 | 2026-06-25T22:48:52.437Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296) |
| 2160 | 2026-06-25T22:48:52.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-06-25T22:48:52.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-06-25T22:48:52.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-06-25T22:48:52.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2164 | 2026-06-25T22:48:52.943Z | |
| 2165 | 2026-06-25T22:48:52.943Z | info: running `cargo check --bins` on clickhouse-admin-types (63/296) |
| 2166 | 2026-06-25T22:48:53.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-06-25T22:48:53.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-06-25T22:48:53.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-06-25T22:48:53.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2170 | 2026-06-25T22:48:53.469Z | |
| 2171 | 2026-06-25T22:48:53.469Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/296) |
| 2172 | 2026-06-25T22:48:53.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-06-25T22:48:53.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-06-25T22:48:53.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-06-25T22:48:53.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2176 | 2026-06-25T22:48:53.995Z | |
| 2177 | 2026-06-25T22:48:53.995Z | info: running `cargo check --bins` on cockroach-admin-types (65/296) |
| 2178 | 2026-06-25T22:48:54.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-06-25T22:48:54.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-06-25T22:48:54.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-06-25T22:48:54.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2182 | 2026-06-25T22:48:54.503Z | |
| 2183 | 2026-06-25T22:48:54.503Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/296) |
| 2184 | 2026-06-25T22:48:54.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-06-25T22:48:54.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-06-25T22:48:54.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-06-25T22:48:54.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2188 | 2026-06-25T22:48:55.011Z | |
| 2189 | 2026-06-25T22:48:55.011Z | info: running `cargo check --bins` on ereport-types (67/296) |
| 2190 | 2026-06-25T22:48:55.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-06-25T22:48:55.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-06-25T22:48:55.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-06-25T22:48:55.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2194 | 2026-06-25T22:48:55.527Z | |
| 2195 | 2026-06-25T22:48:55.527Z | info: running `cargo check --bins` on gateway-client (68/296) |
| 2196 | 2026-06-25T22:48:55.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-06-25T22:48:55.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-06-25T22:48:55.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-06-25T22:48:55.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2200 | 2026-06-25T22:48:56.045Z | |
| 2201 | 2026-06-25T22:48:56.045Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/296) |
| 2202 | 2026-06-25T22:48:56.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-06-25T22:48:56.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-06-25T22:48:56.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-06-25T22:48:56.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2206 | 2026-06-25T22:48:56.567Z | |
| 2207 | 2026-06-25T22:48:56.567Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296) |
| 2208 | 2026-06-25T22:48:57.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-06-25T22:48:57.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-06-25T22:48:57.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-06-25T22:48:57.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2212 | 2026-06-25T22:48:57.083Z | |
| 2213 | 2026-06-25T22:48:57.083Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296) |
| 2214 | 2026-06-25T22:48:57.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-06-25T22:48:57.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-06-25T22:48:57.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-06-25T22:48:57.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2218 | 2026-06-25T22:48:57.603Z | |
| 2219 | 2026-06-25T22:48:57.603Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296) |
| 2220 | 2026-06-25T22:48:58.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-06-25T22:48:58.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-06-25T22:48:58.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-06-25T22:48:58.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2224 | 2026-06-25T22:48:58.123Z | |
| 2225 | 2026-06-25T22:48:58.123Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/296) |
| 2226 | 2026-06-25T22:48:58.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-06-25T22:48:58.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-06-25T22:48:58.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-06-25T22:48:58.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2230 | 2026-06-25T22:48:58.664Z | |
| 2231 | 2026-06-25T22:48:58.664Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296) |
| 2232 | 2026-06-25T22:48:59.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-06-25T22:48:59.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-06-25T22:48:59.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-06-25T22:48:59.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2236 | 2026-06-25T22:48:59.204Z | |
| 2237 | 2026-06-25T22:48:59.204Z | info: running `cargo check --bins` on key-manager-types (75/296) |
| 2238 | 2026-06-25T22:48:59.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-06-25T22:48:59.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-06-25T22:48:59.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-06-25T22:48:59.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2242 | 2026-06-25T22:48:59.711Z | |
| 2243 | 2026-06-25T22:48:59.711Z | info: running `cargo check --bins` on oxlog (76/296) |
| 2244 | 2026-06-25T22:49:00.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-06-25T22:49:00.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-06-25T22:49:00.260Z | Checking cfg-if v1.0.4 |
| 2247 | 2026-06-25T22:49:00.264Z | Checking libc v0.2.185 |
| 2248 | 2026-06-25T22:49:00.264Z | Checking serde_core v1.0.228 |
| 2249 | 2026-06-25T22:49:00.371Z | Checking zeroize v1.8.2 |
| 2250 | 2026-06-25T22:49:00.377Z | Checking memchr v2.8.0 |
| 2251 | 2026-06-25T22:49:00.384Z | Checking log v0.4.29 |
| 2252 | 2026-06-25T22:49:00.393Z | Checking smallvec v1.15.1 |
| 2253 | 2026-06-25T22:49:00.405Z | Checking typenum v1.19.0 |
| 2254 | 2026-06-25T22:49:00.414Z | Checking subtle v2.6.1 |
| 2255 | 2026-06-25T22:49:00.519Z | Checking itoa v1.0.17 |
| 2256 | 2026-06-25T22:49:00.545Z | Checking scopeguard v1.2.0 |
| 2257 | 2026-06-25T22:49:00.562Z | Checking stable_deref_trait v1.2.1 |
| 2258 | 2026-06-25T22:49:00.574Z | Checking const-oid v0.9.6 |
| 2259 | 2026-06-25T22:49:00.634Z | Checking zerofrom v0.1.6 |
| 2260 | 2026-06-25T22:49:00.645Z | Checking lock_api v0.4.14 |
| 2261 | 2026-06-25T22:49:00.659Z | Checking pin-project-lite v0.2.17 |
| 2262 | 2026-06-25T22:49:00.745Z | Checking yoke v0.8.1 |
| 2263 | 2026-06-25T22:49:00.758Z | Checking portable-atomic v1.13.1 |
| 2264 | 2026-06-25T22:49:00.761Z | Checking critical-section v1.2.0 |
| 2265 | 2026-06-25T22:49:00.777Z | Checking getrandom v0.2.17 |
| 2266 | 2026-06-25T22:49:00.838Z | Checking errno v0.3.14 |
| 2267 | 2026-06-25T22:49:00.853Z | Checking parking_lot_core v0.9.12 |
| 2268 | 2026-06-25T22:49:00.907Z | Checking zerovec v0.11.5 |
| 2269 | 2026-06-25T22:49:00.917Z | Checking rand_core v0.6.4 |
| 2270 | 2026-06-25T22:49:00.947Z | Checking signal-hook-registry v1.4.8 |
| 2271 | 2026-06-25T22:49:01.031Z | Checking futures-core v0.3.32 |
| 2272 | 2026-06-25T22:49:01.081Z | Checking generic-array v0.14.7 |
| 2273 | 2026-06-25T22:49:01.084Z | Checking parking_lot v0.12.5 |
| 2274 | 2026-06-25T22:49:01.102Z | Checking mio v1.2.0 |
| 2275 | 2026-06-25T22:49:01.152Z | Checking zerocopy v0.8.40 |
| 2276 | 2026-06-25T22:49:01.159Z | Checking once_cell v1.21.3 |
| 2277 | 2026-06-25T22:49:01.269Z | Checking zmij v1.0.21 |
| 2278 | 2026-06-25T22:49:01.273Z | Checking socket2 v0.6.3 |
| 2279 | 2026-06-25T22:49:01.324Z | Checking libm v0.2.16 |
| 2280 | 2026-06-25T22:49:01.335Z | Checking tinystr v0.8.2 |
| 2281 | 2026-06-25T22:49:01.371Z | Checking equivalent v1.0.2 |
| 2282 | 2026-06-25T22:49:01.450Z | Checking percent-encoding v2.3.2 |
| 2283 | 2026-06-25T22:49:01.464Z | Checking writeable v0.6.2 |
| 2284 | 2026-06-25T22:49:01.502Z | Checking litemap v0.8.1 |
| 2285 | 2026-06-25T22:49:01.513Z | Checking potential_utf v0.1.4 |
| 2286 | 2026-06-25T22:49:01.527Z | Checking crypto-common v0.1.7 |
| 2287 | 2026-06-25T22:49:01.583Z | Checking block-buffer v0.10.4 |
| 2288 | 2026-06-25T22:49:01.615Z | Checking zerotrie v0.2.3 |
| 2289 | 2026-06-25T22:49:01.634Z | Checking futures-sink v0.3.32 |
| 2290 | 2026-06-25T22:49:01.649Z | Checking icu_collections v2.1.1 |
| 2291 | 2026-06-25T22:49:01.669Z | Checking icu_locale_core v2.1.1 |
| 2292 | 2026-06-25T22:49:01.717Z | Checking digest v0.10.7 |
| 2293 | 2026-06-25T22:49:01.729Z | Checking futures-channel v0.3.32 |
| 2294 | 2026-06-25T22:49:01.852Z | Checking futures-io v0.3.32 |
| 2295 | 2026-06-25T22:49:01.877Z | Checking serde v1.0.228 |
| 2296 | 2026-06-25T22:49:01.905Z | Checking bitflags v2.11.0 |
| 2297 | 2026-06-25T22:49:01.916Z | Checking serde_json v1.0.150 |
| 2298 | 2026-06-25T22:49:01.944Z | Checking cpufeatures v0.2.17 |
| 2299 | 2026-06-25T22:49:01.960Z | Checking slab v0.4.12 |
| 2300 | 2026-06-25T22:49:02.008Z | Checking futures-task v0.3.32 |
| 2301 | 2026-06-25T22:49:02.021Z | Checking num-traits v0.2.19 |
| 2302 | 2026-06-25T22:49:02.065Z | Checking hmac v0.12.1 |
| 2303 | 2026-06-25T22:49:02.109Z | Checking icu_normalizer_data v2.1.1 |
| 2304 | 2026-06-25T22:49:02.140Z | Checking futures-util v0.3.32 |
| 2305 | 2026-06-25T22:49:02.179Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-06-25T22:49:02.190Z | Checking hashbrown v0.17.0 |
| 2307 | 2026-06-25T22:49:02.221Z | Checking icu_provider v2.1.1 |
| 2308 | 2026-06-25T22:49:02.276Z | Checking bytes v1.11.1 |
| 2309 | 2026-06-25T22:49:02.298Z | Checking rand_core v0.10.0 |
| 2310 | 2026-06-25T22:49:02.433Z | Checking getrandom v0.4.1 |
| 2311 | 2026-06-25T22:49:02.445Z | Checking icu_properties v2.1.2 |
| 2312 | 2026-06-25T22:49:02.562Z | Checking icu_normalizer v2.1.1 |
| 2313 | 2026-06-25T22:49:02.576Z | Checking block-padding v0.3.3 |
| 2314 | 2026-06-25T22:49:02.590Z | Checking utf8_iter v1.0.4 |
| 2315 | 2026-06-25T22:49:02.643Z | Checking indexmap v2.14.0 |
| 2316 | 2026-06-25T22:49:02.702Z | Checking inout v0.1.4 |
| 2317 | 2026-06-25T22:49:02.713Z | Checking tokio v1.52.1 |
| 2318 | 2026-06-25T22:49:02.725Z | Checking sha2 v0.10.9 |
| 2319 | 2026-06-25T22:49:02.834Z | Checking cipher v0.4.4 |
| 2320 | 2026-06-25T22:49:02.870Z | Checking form_urlencoded v1.2.2 |
| 2321 | 2026-06-25T22:49:02.991Z | Checking getrandom v0.3.4 |
| 2322 | 2026-06-25T22:49:03.003Z | Checking base64ct v1.8.3 |
| 2323 | 2026-06-25T22:49:03.037Z | Checking fnv v1.0.7 |
| 2324 | 2026-06-25T22:49:03.128Z | Checking byteorder v1.5.0 |
| 2325 | 2026-06-25T22:49:03.142Z | Checking flagset v0.4.7 |
| 2326 | 2026-06-25T22:49:03.197Z | Checking rand_core v0.9.5 |
| 2327 | 2026-06-25T22:49:03.227Z | Checking pem-rfc7468 v0.7.0 |
| 2328 | 2026-06-25T22:49:03.254Z | Checking idna_adapter v1.2.1 |
| 2329 | 2026-06-25T22:49:03.266Z | Checking http v1.4.2 |
| 2330 | 2026-06-25T22:49:03.328Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-06-25T22:49:03.366Z | Checking idna v1.1.0 |
| 2332 | 2026-06-25T22:49:03.379Z | Checking der v0.7.10 |
| 2333 | 2026-06-25T22:49:03.383Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-06-25T22:49:03.515Z | Checking uuid v1.23.4 |
| 2335 | 2026-06-25T22:49:03.606Z | Checking url v2.5.8 |
| 2336 | 2026-06-25T22:49:03.824Z | Checking pbkdf2 v0.12.2 |
| 2337 | 2026-06-25T22:49:03.827Z | Checking rustix v1.1.3 |
| 2338 | 2026-06-25T22:49:03.894Z | Checking ppv-lite86 v0.2.21 |
| 2339 | 2026-06-25T22:49:03.933Z | Checking tracing-core v0.1.36 |
| 2340 | 2026-06-25T22:49:04.045Z | Checking iana-time-zone v0.1.65 |
| 2341 | 2026-06-25T22:49:04.058Z | Checking base64 v0.22.1 |
| 2342 | 2026-06-25T22:49:04.109Z | Checking spki v0.7.3 |
| 2343 | 2026-06-25T22:49:04.148Z | Checking chrono v0.4.44 |
| 2344 | 2026-06-25T22:49:04.187Z | Checking rand_chacha v0.9.0 |
| 2345 | 2026-06-25T22:49:04.240Z | Checking tracing v0.1.44 |
| 2346 | 2026-06-25T22:49:04.272Z | Checking scrypt v0.11.0 |
| 2347 | 2026-06-25T22:49:04.289Z | Checking http-body v1.0.1 |
| 2348 | 2026-06-25T22:49:04.383Z | Checking aes v0.8.4 |
| 2349 | 2026-06-25T22:49:04.406Z | Checking cbc v0.1.2 |
| 2350 | 2026-06-25T22:49:04.418Z | Checking rustls-pki-types v1.14.0 |
| 2351 | 2026-06-25T22:49:04.441Z | Checking openssl-probe v0.2.1 |
| 2352 | 2026-06-25T22:49:04.531Z | Checking tinyvec_macros v0.1.1 |
| 2353 | 2026-06-25T22:49:04.547Z | Checking rand v0.9.2 |
| 2354 | 2026-06-25T22:49:04.595Z | Checking tinyvec v1.10.0 |
| 2355 | 2026-06-25T22:49:04.641Z | Checking aws-lc-sys v0.40.0 |
| 2356 | 2026-06-25T22:49:04.663Z | Checking atomic-waker v1.1.2 |
| 2357 | 2026-06-25T22:49:04.700Z | Checking tower-layer v0.3.3 |
| 2358 | 2026-06-25T22:49:04.758Z | Checking tower-service v0.3.3 |
| 2359 | 2026-06-25T22:49:04.769Z | Checking pkcs5 v0.7.1 |
| 2360 | 2026-06-25T22:49:04.842Z | Checking untrusted v0.7.1 |
| 2361 | 2026-06-25T22:49:04.846Z | Checking try-lock v0.2.5 |
| 2362 | 2026-06-25T22:49:04.899Z | Checking ipnet v2.11.0 |
| 2363 | 2026-06-25T22:49:04.945Z | Checking want v0.3.1 |
| 2364 | 2026-06-25T22:49:04.956Z | Checking httparse v1.10.1 |
| 2365 | 2026-06-25T22:49:04.994Z | Checking aho-corasick v1.1.4 |
| 2366 | 2026-06-25T22:49:05.015Z | Checking pkcs8 v0.10.2 |
| 2367 | 2026-06-25T22:49:05.027Z | Checking fastrand v2.3.0 |
| 2368 | 2026-06-25T22:49:05.062Z | Checking untrusted v0.9.0 |
| 2369 | 2026-06-25T22:49:05.121Z | Checking aws-lc-rs v1.16.3 |
| 2370 | 2026-06-25T22:49:05.151Z | Checking httpdate v1.0.3 |
| 2371 | 2026-06-25T22:49:05.164Z | Checking dyn-clone v1.0.20 |
| 2372 | 2026-06-25T22:49:05.176Z | Checking foreign-types-shared v0.1.1 |
| 2373 | 2026-06-25T22:49:05.189Z | Checking utf8parse v0.2.2 |
| 2374 | 2026-06-25T22:49:05.200Z | Checking plain v0.2.3 |
| 2375 | 2026-06-25T22:49:05.251Z | Checking foreign-types v0.3.2 |
| 2376 | 2026-06-25T22:49:05.263Z | Checking tempfile v3.25.0 |
| 2377 | 2026-06-25T22:49:05.285Z | Checking unicode-normalization v0.1.25 |
| 2378 | 2026-06-25T22:49:05.299Z | Checking semver v1.0.28 |
| 2379 | 2026-06-25T22:49:05.299Z | Checking openssl-sys v0.9.115 |
| 2380 | 2026-06-25T22:49:05.321Z | Checking spin v0.9.8 |
| 2381 | 2026-06-25T22:49:05.469Z | Checking unicode-ident v1.0.24 |
| 2382 | 2026-06-25T22:49:05.505Z | Checking anstyle v1.0.14 |
| 2383 | 2026-06-25T22:49:05.523Z | Checking ucd-trie v0.1.7 |
| 2384 | 2026-06-25T22:49:05.579Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-06-25T22:49:05.656Z | Checking pest v2.8.6 |
| 2386 | 2026-06-25T22:49:05.682Z | Checking schemars v0.8.22 |
| 2387 | 2026-06-25T22:49:05.695Z | Checking regex-automata v0.4.14 |
| 2388 | 2026-06-25T22:49:05.698Z | Checking openssl v0.10.79 |
| 2389 | 2026-06-25T22:49:05.718Z | Checking thiserror v2.0.18 |
| 2390 | 2026-06-25T22:49:05.816Z | Checking sync_wrapper v1.0.2 |
| 2391 | 2026-06-25T22:49:05.891Z | Checking wait-timeout v0.2.1 |
| 2392 | 2026-06-25T22:49:05.920Z | Checking quick-error v1.2.3 |
| 2393 | 2026-06-25T22:49:05.969Z | Checking rustls-webpki v0.103.9 |
| 2394 | 2026-06-25T22:49:05.983Z | Checking tokio-util v0.7.18 |
| 2395 | 2026-06-25T22:49:06.007Z | Checking bit-vec v0.8.0 |
| 2396 | 2026-06-25T22:49:06.019Z | Checking colorchoice v1.0.4 |
| 2397 | 2026-06-25T22:49:06.111Z | Checking powerfmt v0.2.0 |
| 2398 | 2026-06-25T22:49:06.196Z | Checking siphasher v1.0.2 |
| 2399 | 2026-06-25T22:49:06.258Z | Checking simd-adler32 v0.3.8 |
| 2400 | 2026-06-25T22:49:06.336Z | Checking anstyle-query v1.1.5 |
| 2401 | 2026-06-25T22:49:06.347Z | Checking pretty-hex v0.4.1 |
| 2402 | 2026-06-25T22:49:06.375Z | Checking rustls v0.23.41 |
| 2403 | 2026-06-25T22:49:06.422Z | Checking is_terminal_polyfill v1.70.2 |
| 2404 | 2026-06-25T22:49:06.425Z | Checking deranged v0.5.8 |
| 2405 | 2026-06-25T22:49:06.457Z | Checking bit-set v0.8.0 |
| 2406 | 2026-06-25T22:49:06.508Z | Checking rusty-fork v0.3.1 |
| 2407 | 2026-06-25T22:49:06.580Z | Checking h2 v0.4.15 |
| 2408 | 2026-06-25T22:49:06.602Z | Checking tower v0.5.3 |
| 2409 | 2026-06-25T22:49:06.678Z | Checking quote v1.0.45 |
| 2410 | 2026-06-25T22:49:06.719Z | Compiling newtype-uuid v1.3.2 |
| 2411 | 2026-06-25T22:49:06.845Z | Checking http-body-util v0.1.3 |
| 2412 | 2026-06-25T22:49:06.900Z | Checking crossbeam-utils v0.8.21 |
| 2413 | 2026-06-25T22:49:06.988Z | Checking rand_xorshift v0.4.0 |
| 2414 | 2026-06-25T22:49:07.059Z | Checking crc32fast v1.5.0 |
| 2415 | 2026-06-25T22:49:07.106Z | Checking scroll v0.13.0 |
| 2416 | 2026-06-25T22:49:07.198Z | Checking signature v2.2.0 |
| 2417 | 2026-06-25T22:49:07.247Z | Checking time-core v0.1.8 |
| 2418 | 2026-06-25T22:49:07.326Z | Checking unarray v0.1.4 |
| 2419 | 2026-06-25T22:49:07.336Z | Checking adler2 v2.0.1 |
| 2420 | 2026-06-25T22:49:07.352Z | Checking num_threads v0.1.7 |
| 2421 | 2026-06-25T22:49:07.386Z | Checking unicode-bidi v0.3.18 |
| 2422 | 2026-06-25T22:49:07.425Z | Checking allocator-api2 v0.2.21 |
| 2423 | 2026-06-25T22:49:07.437Z | Checking unicode-properties v0.1.4 |
| 2424 | 2026-06-25T22:49:07.440Z | Checking iri-string v0.7.10 |
| 2425 | 2026-06-25T22:49:07.518Z | Checking ryu v1.0.23 |
| 2426 | 2026-06-25T22:49:07.620Z | Checking num-conv v0.2.0 |
| 2427 | 2026-06-25T22:49:07.654Z | Checking serde_urlencoded v0.7.1 |
| 2428 | 2026-06-25T22:49:07.678Z | Checking stringprep v0.1.5 |
| 2429 | 2026-06-25T22:49:07.699Z | Checking native-tls v0.2.18 |
| 2430 | 2026-06-25T22:49:07.699Z | Checking bstr v1.12.1 |
| 2431 | 2026-06-25T22:49:07.733Z | Checking time v0.3.47 |
| 2432 | 2026-06-25T22:49:07.824Z | Checking miniz_oxide v0.8.9 |
| 2433 | 2026-06-25T22:49:07.850Z | Checking proptest v1.10.0 |
| 2434 | 2026-06-25T22:49:07.886Z | Checking tokio-native-tls v0.3.1 |
| 2435 | 2026-06-25T22:49:08.043Z | Checking goblin v0.10.5 |
| 2436 | 2026-06-25T22:49:08.090Z | Checking crossbeam-epoch v0.9.18 |
| 2437 | 2026-06-25T22:49:08.164Z | Compiling daft v0.1.7 |
| 2438 | 2026-06-25T22:49:08.315Z | Checking syn v2.0.117 |
| 2439 | 2026-06-25T22:49:08.444Z | Checking ipnetwork v0.21.1 |
| 2440 | 2026-06-25T22:49:08.472Z | Checking tower-http v0.6.8 |
| 2441 | 2026-06-25T22:49:08.629Z | Checking anstyle-parse v1.0.0 |
| 2442 | 2026-06-25T22:49:08.656Z | Checking rustls-native-certs v0.8.3 |
| 2443 | 2026-06-25T22:49:08.746Z | Checking rand_chacha v0.3.1 |
| 2444 | 2026-06-25T22:49:08.779Z | Checking thiserror v1.0.69 |
| 2445 | 2026-06-25T22:49:08.783Z | Checking scroll v0.12.0 |
| 2446 | 2026-06-25T22:49:08.859Z | Checking hash32 v0.2.1 |
| 2447 | 2026-06-25T22:49:08.876Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2448 | 2026-06-25T22:49:08.956Z | Checking num-integer v0.1.46 |
| 2449 | 2026-06-25T22:49:08.984Z | Checking toml_datetime v0.6.11 |
| 2450 | 2026-06-25T22:49:09.012Z | Checking serde_spanned v0.6.9 |
| 2451 | 2026-06-25T22:49:09.012Z | Checking md-5 v0.10.6 |
| 2452 | 2026-06-25T22:49:09.137Z | Checking ff v0.13.1 |
| 2453 | 2026-06-25T22:49:09.155Z | Checking encoding_rs v0.8.35 |
| 2454 | 2026-06-25T22:49:09.168Z | Checking fallible-iterator v0.2.0 |
| 2455 | 2026-06-25T22:49:09.180Z | Checking base16ct v0.2.0 |
| 2456 | 2026-06-25T22:49:09.263Z | Checking psl-types v2.0.11 |
| 2457 | 2026-06-25T22:49:09.303Z | Checking mime v0.3.17 |
| 2458 | 2026-06-25T22:49:09.377Z | Checking zlib-rs v0.6.2 |
| 2459 | 2026-06-25T22:49:09.400Z | Checking hyper v1.10.1 |
| 2460 | 2026-06-25T22:49:09.435Z | Checking postgres-protocol v0.6.10 |
| 2461 | 2026-06-25T22:49:09.471Z | Checking publicsuffix v2.3.0 |
| 2462 | 2026-06-25T22:49:09.632Z | Checking sec1 v0.7.3 |
| 2463 | 2026-06-25T22:49:09.755Z | Checking group v0.13.0 |
| 2464 | 2026-06-25T22:49:09.813Z | Checking num-iter v0.1.45 |
| 2465 | 2026-06-25T22:49:09.837Z | Checking goblin v0.8.2 |
| 2466 | 2026-06-25T22:49:09.899Z | Checking heapless v0.7.17 |
| 2467 | 2026-06-25T22:49:09.921Z | Checking zstd-safe v7.2.4 |
| 2468 | 2026-06-25T22:49:10.086Z | Checking rand v0.8.6 |
| 2469 | 2026-06-25T22:49:10.097Z | Checking cookie v0.18.1 |
| 2470 | 2026-06-25T22:49:10.257Z | Checking flate2 v1.1.9 |
| 2471 | 2026-06-25T22:49:10.307Z | Checking anstream v1.0.0 |
| 2472 | 2026-06-25T22:49:10.326Z | Checking hyper-util v0.1.20 |
| 2473 | 2026-06-25T22:49:10.330Z | Checking oxnet v0.1.6 |
| 2474 | 2026-06-25T22:49:10.351Z | Checking dof v0.4.0 |
| 2475 | 2026-06-25T22:49:10.525Z | Compiling iddqd v0.4.2 |
| 2476 | 2026-06-25T22:49:10.574Z | Checking tokio-rustls v0.26.4 |
| 2477 | 2026-06-25T22:49:10.589Z | Checking dtrace-parser v0.3.0 |
| 2478 | 2026-06-25T22:49:10.606Z | Checking phf_shared v0.13.1 |
| 2479 | 2026-06-25T22:49:10.606Z | Checking lazy_static v1.5.0 |
| 2480 | 2026-06-25T22:49:10.695Z | Checking anstyle-parse v0.2.7 |
| 2481 | 2026-06-25T22:49:10.805Z | Checking zerocopy v0.7.35 |
| 2482 | 2026-06-25T22:49:10.816Z | Checking pin-project v1.1.11 |
| 2483 | 2026-06-25T22:49:10.827Z | Checking terminal_size v0.4.3 |
| 2484 | 2026-06-25T22:49:10.847Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2485 | 2026-06-25T22:49:10.904Z | Checking signal-hook v0.3.18 |
| 2486 | 2026-06-25T22:49:10.929Z | Checking futures-executor v0.3.32 |
| 2487 | 2026-06-25T22:49:10.942Z | Checking hex v0.4.3 |
| 2488 | 2026-06-25T22:49:10.986Z | Checking hkdf v0.12.4 |
| 2489 | 2026-06-25T22:49:11.076Z | Checking crypto-bigint v0.5.5 |
| 2490 | 2026-06-25T22:49:11.090Z | Checking thread-id v5.1.0 |
| 2491 | 2026-06-25T22:49:11.115Z | Checking strsim v0.11.1 |
| 2492 | 2026-06-25T22:49:11.160Z | Compiling rayon-core v1.13.0 |
| 2493 | 2026-06-25T22:49:11.172Z | Checking libbz2-rs-sys v0.2.2 |
| 2494 | 2026-06-25T22:49:11.275Z | Checking managed v0.8.0 |
| 2495 | 2026-06-25T22:49:11.292Z | Checking winnow v0.5.40 |
| 2496 | 2026-06-25T22:49:11.335Z | Checking bumpalo v3.20.2 |
| 2497 | 2026-06-25T22:49:11.458Z | Checking same-file v1.0.6 |
| 2498 | 2026-06-25T22:49:11.532Z | Checking clap_lex v1.0.0 |
| 2499 | 2026-06-25T22:49:11.548Z | Checking either v1.15.0 |
| 2500 | 2026-06-25T22:49:11.572Z | Checking foldhash v0.2.0 |
| 2501 | 2026-06-25T22:49:11.594Z | Checking hyper-tls v0.6.0 |
| 2502 | 2026-06-25T22:49:11.678Z | Checking foldhash v0.1.5 |
| 2503 | 2026-06-25T22:49:11.722Z | Checking bitflags v1.3.2 |
| 2504 | 2026-06-25T22:49:11.725Z | Checking hashbrown v0.16.1 |
| 2505 | 2026-06-25T22:49:11.764Z | Checking reqwest v0.12.28 |
| 2506 | 2026-06-25T22:49:11.775Z | Checking dof v0.3.0 |
| 2507 | 2026-06-25T22:49:11.789Z | Checking smoltcp v0.9.1 |
| 2508 | 2026-06-25T22:49:11.801Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2509 | 2026-06-25T22:49:11.811Z | Checking hashbrown v0.15.5 |
| 2510 | 2026-06-25T22:49:11.973Z | Checking elliptic-curve v0.13.8 |
| 2511 | 2026-06-25T22:49:11.991Z | Checking clap_builder v4.6.0 |
| 2512 | 2026-06-25T22:49:12.052Z | Checking hyper-rustls v0.27.7 |
| 2513 | 2026-06-25T22:49:12.230Z | Checking walkdir v2.5.0 |
| 2514 | 2026-06-25T22:49:12.259Z | Checking bzip2 v0.6.1 |
| 2515 | 2026-06-25T22:49:12.271Z | Checking zopfli v0.8.3 |
| 2516 | 2026-06-25T22:49:12.298Z | Checking usdt-impl v0.6.0 |
| 2517 | 2026-06-25T22:49:12.360Z | Checking signal-hook-mio v0.2.5 |
| 2518 | 2026-06-25T22:49:12.388Z | Checking futures v0.3.32 |
| 2519 | 2026-06-25T22:49:12.415Z | Checking bzip2 v0.4.4 |
| 2520 | 2026-06-25T22:49:12.458Z | Checking snafu v0.8.9 |
| 2521 | 2026-06-25T22:49:12.470Z | Checking toml_edit v0.19.15 |
| 2522 | 2026-06-25T22:49:12.473Z | Checking anstream v0.6.21 |
| 2523 | 2026-06-25T22:49:12.506Z | Checking phf v0.13.1 |
| 2524 | 2026-06-25T22:49:12.571Z | Checking num-bigint-dig v0.8.6 |
| 2525 | 2026-06-25T22:49:12.594Z | Checking cookie_store v0.22.1 |
| 2526 | 2026-06-25T22:49:12.649Z | Checking zstd v0.13.3 |
| 2527 | 2026-06-25T22:49:12.672Z | Checking postgres-types v0.2.12 |
| 2528 | 2026-06-25T22:49:12.689Z | Checking dtrace-parser v0.2.0 |
| 2529 | 2026-06-25T22:49:12.815Z | Checking rustls-platform-verifier v0.6.2 |
| 2530 | 2026-06-25T22:49:12.832Z | Checking crossbeam-deque v0.8.6 |
| 2531 | 2026-06-25T22:49:12.918Z | Checking globset v0.4.18 |
| 2532 | 2026-06-25T22:49:12.921Z | Checking regex v1.12.3 |
| 2533 | 2026-06-25T22:49:12.952Z | Checking ed25519 v2.2.3 |
| 2534 | 2026-06-25T22:49:12.977Z | Checking phf_shared v0.11.3 |
| 2535 | 2026-06-25T22:49:13.004Z | Checking olpc-cjson v0.1.4 |
| 2536 | 2026-06-25T22:49:13.146Z | Checking ref-cast v1.0.25 |
| 2537 | 2026-06-25T22:49:13.153Z | Checking curve25519-dalek v4.1.3 |
| 2538 | 2026-06-25T22:49:13.153Z | Checking strum v0.27.2 |
| 2539 | 2026-06-25T22:49:13.170Z | Checking hubpack v0.1.2 |
| 2540 | 2026-06-25T22:49:13.197Z | Checking memoffset v0.9.1 |
| 2541 | 2026-06-25T22:49:13.211Z | Checking rustix v0.38.44 |
| 2542 | 2026-06-25T22:49:13.223Z | Checking pkcs1 v0.7.5 |
| 2543 | 2026-06-25T22:49:13.244Z | Checking pem v3.0.6 |
| 2544 | 2026-06-25T22:49:13.270Z | Checking float-cmp v0.10.0 |
| 2545 | 2026-06-25T22:49:13.328Z | Checking serde-big-array v0.5.1 |
| 2546 | 2026-06-25T22:49:13.378Z | Checking erased-serde v0.3.31 |
| 2547 | 2026-06-25T22:49:13.393Z | Checking serde_plain v1.0.2 |
| 2548 | 2026-06-25T22:49:13.397Z | Checking rfc6979 v0.4.0 |
| 2549 | 2026-06-25T22:49:13.430Z | Checking memmap2 v0.9.10 |
| 2550 | 2026-06-25T22:49:13.458Z | Checking thread-id v4.2.2 |
| 2551 | 2026-06-25T22:49:13.516Z | Checking env_filter v1.0.0 |
| 2552 | 2026-06-25T22:49:13.527Z | Checking data-encoding v2.10.0 |
| 2553 | 2026-06-25T22:49:13.531Z | Checking typed-path v0.9.3 |
| 2554 | 2026-06-25T22:49:13.538Z | Checking keccak v0.1.6 |
| 2555 | 2026-06-25T22:49:13.585Z | Checking fixedbitset v0.5.7 |
| 2556 | 2026-06-25T22:49:13.653Z | Checking new_debug_unreachable v1.0.6 |
| 2557 | 2026-06-25T22:49:13.707Z | Checking normalize-line-endings v0.3.0 |
| 2558 | 2026-06-25T22:49:13.719Z | Checking whoami v2.1.0 |
| 2559 | 2026-06-25T22:49:13.755Z | Checking predicates-core v1.0.10 |
| 2560 | 2026-06-25T22:49:13.778Z | Checking winnow v1.0.3 |
| 2561 | 2026-06-25T22:49:13.790Z | Checking winnow v0.7.14 |
| 2562 | 2026-06-25T22:49:13.793Z | Checking fixedbitset v0.4.2 |
| 2563 | 2026-06-25T22:49:13.873Z | Checking precomputed-hash v0.1.1 |
| 2564 | 2026-06-25T22:49:13.898Z | Checking static_assertions v1.1.0 |
| 2565 | 2026-06-25T22:49:13.910Z | Checking difflib v0.4.0 |
| 2566 | 2026-06-25T22:49:13.933Z | Checking jiff v0.2.21 |
| 2567 | 2026-06-25T22:49:13.951Z | Checking unicode-segmentation v1.12.0 |
| 2568 | 2026-06-25T22:49:13.964Z | Checking toml_write v0.1.2 |
| 2569 | 2026-06-25T22:49:14.005Z | Checking crossterm v0.28.1 |
| 2570 | 2026-06-25T22:49:14.063Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2571 | 2026-06-25T22:49:14.080Z | Checking predicates v3.1.4 |
| 2572 | 2026-06-25T22:49:14.125Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2573 | 2026-06-25T22:49:14.260Z | Checking similar v2.7.0 |
| 2574 | 2026-06-25T22:49:14.306Z | Checking tough v0.22.0 |
| 2575 | 2026-06-25T22:49:14.382Z | Checking string_cache v0.8.9 |
| 2576 | 2026-06-25T22:49:14.393Z | Checking petgraph v0.6.5 |
| 2577 | 2026-06-25T22:49:14.547Z | Checking tokio-postgres v0.7.16 |
| 2578 | 2026-06-25T22:49:14.639Z | Checking ed25519-dalek v2.2.0 |
| 2579 | 2026-06-25T22:49:14.712Z | Checking hickory-proto v0.25.2 |
| 2580 | 2026-06-25T22:49:14.873Z | Checking petgraph v0.8.3 |
| 2581 | 2026-06-25T22:49:14.994Z | Checking toml_edit v0.22.27 |
| 2582 | 2026-06-25T22:49:15.669Z | Checking slog v2.8.2 |
| 2583 | 2026-06-25T22:49:15.844Z | Checking sha3 v0.10.8 |
| 2584 | 2026-06-25T22:49:15.939Z | Checking env_logger v0.11.9 |
| 2585 | 2026-06-25T22:49:16.053Z | Checking usdt v0.6.0 |
| 2586 | 2026-06-25T22:49:16.106Z | Checking usdt-impl v0.5.0 |
| 2587 | 2026-06-25T22:49:16.126Z | Checking toml v0.7.8 |
| 2588 | 2026-06-25T22:49:16.166Z | Checking zip v4.6.1 |
| 2589 | 2026-06-25T22:49:16.222Z | Checking ecdsa v0.16.9 |
| 2590 | 2026-06-25T22:49:16.339Z | Checking rsa v0.9.10 |
| 2591 | 2026-06-25T22:49:16.380Z | Checking nix v0.31.2 |
| 2592 | 2026-06-25T22:49:16.392Z | Checking clap v4.6.1 |
| 2593 | 2026-06-25T22:49:16.467Z | Checking reqwest v0.13.2 |
| 2594 | 2026-06-25T22:49:16.562Z | Checking zip v0.6.6 |
| 2595 | 2026-06-25T22:49:16.761Z | Checking itertools v0.13.0 |
| 2596 | 2026-06-25T22:49:16.776Z | Checking serde_with v3.17.0 |
| 2597 | 2026-06-25T22:49:16.807Z | Checking strum v0.26.3 |
| 2598 | 2026-06-25T22:49:16.887Z | Checking fs-err v3.3.0 |
| 2599 | 2026-06-25T22:49:16.915Z | Checking ahash v0.8.12 |
| 2600 | 2026-06-25T22:49:17.108Z | Checking tokio-stream v0.1.18 |
| 2601 | 2026-06-25T22:49:17.185Z | Checking object v0.37.3 |
| 2602 | 2026-06-25T22:49:17.315Z | Checking buf-list v1.1.2 |
| 2603 | 2026-06-25T22:49:17.334Z | Checking anyhow v1.0.102 |
| 2604 | 2026-06-25T22:49:17.417Z | Checking camino v1.2.2 |
| 2605 | 2026-06-25T22:49:17.569Z | Checking x509-cert v0.2.5 |
| 2606 | 2026-06-25T22:49:17.573Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2607 | 2026-06-25T22:49:17.573Z | Checking openapiv3 v2.2.0 |
| 2608 | 2026-06-25T22:49:17.573Z | Checking sha1 v0.10.6 |
| 2609 | 2026-06-25T22:49:17.667Z | Checking peg-runtime v0.8.5 |
| 2610 | 2026-06-25T22:49:17.723Z | Checking lalrpop-util v0.19.12 |
| 2611 | 2026-06-25T22:49:17.751Z | Checking rayon v1.11.0 |
| 2612 | 2026-06-25T22:49:17.784Z | Checking sigpipe v0.1.3 |
| 2613 | 2026-06-25T22:49:17.805Z | Checking glob v0.3.3 |
| 2614 | 2026-06-25T22:49:19.368Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2615 | 2026-06-25T22:49:19.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s |
| 2616 | 2026-06-25T22:49:19.787Z | |
| 2617 | 2026-06-25T22:49:19.787Z | info: running `cargo check --bins` on internal-dns-types (77/296) |
| 2618 | 2026-06-25T22:49:20.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2619 | 2026-06-25T22:49:20.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2620 | 2026-06-25T22:49:20.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2621 | 2026-06-25T22:49:20.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2622 | 2026-06-25T22:49:20.307Z | |
| 2623 | 2026-06-25T22:49:20.307Z | info: running `cargo check --bins` on internal-dns-types-versions (78/296) |
| 2624 | 2026-06-25T22:49:20.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2625 | 2026-06-25T22:49:20.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2626 | 2026-06-25T22:49:20.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2627 | 2026-06-25T22:49:20.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2628 | 2026-06-25T22:49:20.837Z | |
| 2629 | 2026-06-25T22:49:20.837Z | info: running `cargo check --bins` on nexus-types-versions (79/296) |
| 2630 | 2026-06-25T22:49:21.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2026-06-25T22:49:21.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2026-06-25T22:49:21.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2633 | 2026-06-25T22:49:21.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2634 | 2026-06-25T22:49:21.368Z | |
| 2635 | 2026-06-25T22:49:21.368Z | info: running `cargo check --bins` on oxql-types (80/296) |
| 2636 | 2026-06-25T22:49:21.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2637 | 2026-06-25T22:49:21.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2638 | 2026-06-25T22:49:21.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2639 | 2026-06-25T22:49:21.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2640 | 2026-06-25T22:49:21.891Z | |
| 2641 | 2026-06-25T22:49:21.891Z | info: running `cargo check --bins` on oximeter-types (81/296) |
| 2642 | 2026-06-25T22:49:22.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2643 | 2026-06-25T22:49:22.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2644 | 2026-06-25T22:49:22.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2645 | 2026-06-25T22:49:22.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2646 | 2026-06-25T22:49:22.413Z | |
| 2647 | 2026-06-25T22:49:22.413Z | info: running `cargo check --bins` on oximeter-types-versions (82/296) |
| 2648 | 2026-06-25T22:49:22.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2649 | 2026-06-25T22:49:22.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2650 | 2026-06-25T22:49:22.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2651 | 2026-06-25T22:49:22.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2652 | 2026-06-25T22:49:22.936Z | |
| 2653 | 2026-06-25T22:49:22.936Z | info: running `cargo check --bins` on oximeter-macro-impl (83/296) |
| 2654 | 2026-06-25T22:49:23.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2655 | 2026-06-25T22:49:23.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2656 | 2026-06-25T22:49:23.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2657 | 2026-06-25T22:49:23.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2658 | 2026-06-25T22:49:23.442Z | |
| 2659 | 2026-06-25T22:49:23.442Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/296) |
| 2660 | 2026-06-25T22:49:23.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2661 | 2026-06-25T22:49:23.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2662 | 2026-06-25T22:49:24.069Z | Compiling structmeta-derive v0.3.0 |
| 2663 | 2026-06-25T22:49:24.181Z | Compiling multer v3.1.0 |
| 2664 | 2026-06-25T22:49:24.191Z | Compiling async-stream-impl v0.3.6 |
| 2665 | 2026-06-25T22:49:24.196Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2666 | 2026-06-25T22:49:24.208Z | Compiling dropshot v0.17.1 |
| 2667 | 2026-06-25T22:49:24.221Z | Compiling newtype-uuid-macros v0.1.0 |
| 2668 | 2026-06-25T22:49:24.221Z | Compiling dropshot_endpoint v0.17.1 |
| 2669 | 2026-06-25T22:49:24.245Z | Checking newtype-uuid v1.3.2 |
| 2670 | 2026-06-25T22:49:24.401Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2671 | 2026-06-25T22:49:24.430Z | Checking hybrid-array v0.4.10 |
| 2672 | 2026-06-25T22:49:24.444Z | Checking daft v0.1.7 |
| 2673 | 2026-06-25T22:49:24.674Z | Checking thread_local v1.1.9 |
| 2674 | 2026-06-25T22:49:24.761Z | Checking match_cfg v0.1.0 |
| 2675 | 2026-06-25T22:49:24.800Z | Checking const-oid v0.10.2 |
| 2676 | 2026-06-25T22:49:24.827Z | Checking compression-core v0.4.31 |
| 2677 | 2026-06-25T22:49:24.841Z | Checking hostname v0.3.1 |
| 2678 | 2026-06-25T22:49:24.885Z | Checking crypto-common v0.2.2 |
| 2679 | 2026-06-25T22:49:24.934Z | Checking block-buffer v0.12.1 |
| 2680 | 2026-06-25T22:49:24.948Z | Checking compression-codecs v0.4.37 |
| 2681 | 2026-06-25T22:49:24.961Z | Checking iddqd v0.4.2 |
| 2682 | 2026-06-25T22:49:24.976Z | Checking crossbeam-channel v0.5.15 |
| 2683 | 2026-06-25T22:49:25.074Z | Checking atomicwrites v0.4.4 |
| 2684 | 2026-06-25T22:49:25.078Z | Checking slog-json v2.6.1 |
| 2685 | 2026-06-25T22:49:25.107Z | Checking is-terminal v0.4.17 |
| 2686 | 2026-06-25T22:49:25.196Z | Checking serde_spanned v1.1.1 |
| 2687 | 2026-06-25T22:49:25.196Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2688 | 2026-06-25T22:49:25.237Z | Compiling structmeta v0.3.0 |
| 2689 | 2026-06-25T22:49:25.241Z | Checking cpufeatures v0.3.0 |
| 2690 | 2026-06-25T22:49:25.312Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-06-25T22:49:25.323Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2692 | 2026-06-25T22:49:25.335Z | Checking term v1.2.1 |
| 2693 | 2026-06-25T22:49:25.391Z | Checking take_mut v0.2.2 |
| 2694 | 2026-06-25T22:49:25.408Z | Checking slog-bunyan v2.5.0 |
| 2695 | 2026-06-25T22:49:25.445Z | Compiling derive-ex v0.1.8 |
| 2696 | 2026-06-25T22:49:25.448Z | Compiling parse-display-derive v0.10.0 |
| 2697 | 2026-06-25T22:49:25.494Z | Checking digest v0.11.3 |
| 2698 | 2026-06-25T22:49:25.517Z | Checking toml v1.1.2+spec-1.1.0 |
| 2699 | 2026-06-25T22:49:25.547Z | Checking slog-async v2.8.0 |
| 2700 | 2026-06-25T22:49:25.562Z | Checking slog-term v2.9.2 |
| 2701 | 2026-06-25T22:49:25.641Z | Checking sha1 v0.11.0 |
| 2702 | 2026-06-25T22:49:25.719Z | Checking async-compression v0.4.41 |
| 2703 | 2026-06-25T22:49:25.914Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2704 | 2026-06-25T22:49:25.964Z | Checking async-stream v0.3.6 |
| 2705 | 2026-06-25T22:49:25.985Z | Checking progenitor-client v0.14.0 |
| 2706 | 2026-06-25T22:49:25.999Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2707 | 2026-06-25T22:49:26.010Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2708 | 2026-06-25T22:49:26.105Z | Checking waitgroup v0.1.2 |
| 2709 | 2026-06-25T22:49:26.108Z | Checking rustls-pemfile v2.2.0 |
| 2710 | 2026-06-25T22:49:26.140Z | Checking backon v1.6.0 |
| 2711 | 2026-06-25T22:49:26.200Z | Checking serde_path_to_error v0.1.20 |
| 2712 | 2026-06-25T22:49:26.212Z | Checking hostname v0.4.2 |
| 2713 | 2026-06-25T22:49:26.251Z | Checking instant v0.1.13 |
| 2714 | 2026-06-25T22:49:26.337Z | Checking backoff v0.4.0 |
| 2715 | 2026-06-25T22:49:26.518Z | Checking progenitor-extras v0.2.0 |
| 2716 | 2026-06-25T22:49:26.529Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2717 | 2026-06-25T22:49:26.661Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2718 | 2026-06-25T22:49:26.730Z | Checking itertools v0.14.0 |
| 2719 | 2026-06-25T22:49:26.744Z | Checking regress v0.10.5 |
| 2720 | 2026-06-25T22:49:26.756Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2721 | 2026-06-25T22:49:27.126Z | Compiling test-strategy v0.4.5 |
| 2722 | 2026-06-25T22:49:27.138Z | Checking parse-display v0.10.0 |
| 2723 | 2026-06-25T22:49:27.226Z | Checking macaddr v1.0.1 |
| 2724 | 2026-06-25T22:49:27.493Z | Checking humantime v2.3.0 |
| 2725 | 2026-06-25T22:49:28.334Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-06-25T22:49:28.565Z | Checking num-rational v0.4.2 |
| 2727 | 2026-06-25T22:49:28.590Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2728 | 2026-06-25T22:49:28.967Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2729 | 2026-06-25T22:49:29.134Z | Checking num-complex v0.4.6 |
| 2730 | 2026-06-25T22:49:29.551Z | Compiling num v0.4.3 |
| 2731 | 2026-06-25T22:49:29.693Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2026-06-25T22:49:29.705Z | Compiling usdt-macro v0.5.0 |
| 2733 | 2026-06-25T22:49:29.717Z | Checking memmap v0.7.0 |
| 2734 | 2026-06-25T22:49:29.755Z | Compiling float-ord v0.3.2 |
| 2735 | 2026-06-25T22:49:29.874Z | Compiling convert_case v0.4.0 |
| 2736 | 2026-06-25T22:49:29.910Z | Checking unicode-width v0.2.0 |
| 2737 | 2026-06-25T22:49:30.162Z | Checking console v0.15.11 |
| 2738 | 2026-06-25T22:49:30.253Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-06-25T22:49:30.425Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-06-25T22:49:30.451Z | Compiling toml v0.8.23 |
| 2741 | 2026-06-25T22:49:30.476Z | Checking usdt v0.5.0 |
| 2742 | 2026-06-25T22:49:30.543Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-06-25T22:49:30.643Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-06-25T22:49:30.789Z | Compiling nom v7.1.3 |
| 2745 | 2026-06-25T22:49:30.817Z | Checking lru-cache v0.1.2 |
| 2746 | 2026-06-25T22:49:30.939Z | Checking expectorate v1.2.0 |
| 2747 | 2026-06-25T22:49:31.160Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-06-25T22:49:31.329Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-06-25T22:49:31.414Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-06-25T22:49:31.590Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-06-25T22:49:31.783Z | Checking heck v0.5.0 |
| 2752 | 2026-06-25T22:49:31.912Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-06-25T22:49:31.932Z | Checking resolv-conf v0.7.6 |
| 2754 | 2026-06-25T22:49:32.108Z | Compiling const_format_proc_macros v0.2.34 |
| 2755 | 2026-06-25T22:49:32.152Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2026-06-25T22:49:32.166Z | Checking phf v0.12.1 |
| 2757 | 2026-06-25T22:49:32.308Z | Checking tokio-dtrace v0.1.1 |
| 2758 | 2026-06-25T22:49:32.362Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2759 | 2026-06-25T22:49:32.496Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-06-25T22:49:32.637Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-06-25T22:49:32.884Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2762 | 2026-06-25T22:49:32.928Z | Checking highway v1.3.0 |
| 2763 | 2026-06-25T22:49:33.146Z | Checking hickory-resolver v0.24.4 |
| 2764 | 2026-06-25T22:49:33.159Z | Checking const_format v0.2.35 |
| 2765 | 2026-06-25T22:49:33.390Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2766 | 2026-06-25T22:49:33.902Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-06-25T22:49:33.906Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-06-25T22:49:33.951Z | Checking qorb v0.4.1 |
| 2769 | 2026-06-25T22:49:34.091Z | Checking gethostname v0.5.0 |
| 2770 | 2026-06-25T22:49:34.146Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2771 | 2026-06-25T22:49:34.177Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-06-25T22:49:34.342Z | Checking bcs v0.1.6 |
| 2773 | 2026-06-25T22:49:34.347Z | Checking termtree v0.5.1 |
| 2774 | 2026-06-25T22:49:34.388Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2775 | 2026-06-25T22:49:37.749Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-06-25T22:49:40.154Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-06-25T22:49:42.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s |
| 2778 | 2026-06-25T22:49:42.458Z | |
| 2779 | 2026-06-25T22:49:42.458Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296) |
| 2780 | 2026-06-25T22:49:42.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-06-25T22:49:42.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-06-25T22:49:43.073Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-06-25T22:49:43.178Z | Compiling stacker v0.1.23 |
| 2784 | 2026-06-25T22:49:43.183Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-06-25T22:49:43.188Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-06-25T22:49:43.193Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-06-25T22:49:43.202Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-06-25T22:49:43.212Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-06-25T22:49:43.214Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-06-25T22:49:43.235Z | Compiling nix v0.28.0 |
| 2791 | 2026-06-25T22:49:43.324Z | Checking vte v0.14.1 |
| 2792 | 2026-06-25T22:49:43.335Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-06-25T22:49:43.422Z | Checking endian-type v0.1.2 |
| 2794 | 2026-06-25T22:49:43.435Z | Checking bytecount v0.6.9 |
| 2795 | 2026-06-25T22:49:43.472Z | Checking strip-ansi-escapes v0.2.1 |
| 2796 | 2026-06-25T22:49:43.484Z | Compiling derive_more-impl v2.1.1 |
| 2797 | 2026-06-25T22:49:43.494Z | Compiling tabled_derive v0.7.0 |
| 2798 | 2026-06-25T22:49:43.526Z | Checking papergrid v0.11.0 |
| 2799 | 2026-06-25T22:49:43.542Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-06-25T22:49:43.580Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-06-25T22:49:43.734Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-06-25T22:49:43.743Z | Checking winnow v0.6.26 |
| 2803 | 2026-06-25T22:49:43.999Z | Compiling psm v0.1.30 |
| 2804 | 2026-06-25T22:49:44.045Z | Compiling sqlparser_derive v0.5.0 |
| 2805 | 2026-06-25T22:49:44.131Z | Checking home v0.5.12 |
| 2806 | 2026-06-25T22:49:44.234Z | Checking unicode_categories v0.1.1 |
| 2807 | 2026-06-25T22:49:44.280Z | Checking derive_more v2.1.1 |
| 2808 | 2026-06-25T22:49:44.359Z | Checking nu-ansi-term v0.50.3 |
| 2809 | 2026-06-25T22:49:44.386Z | Checking crossterm v0.29.0 |
| 2810 | 2026-06-25T22:49:44.445Z | Checking tabled v0.15.0 |
| 2811 | 2026-06-25T22:49:44.504Z | Checking rustyline v14.0.0 |
| 2812 | 2026-06-25T22:49:44.565Z | Checking reedline v0.40.0 |
| 2813 | 2026-06-25T22:49:44.764Z | Checking recursive v0.1.1 |
| 2814 | 2026-06-25T22:49:44.822Z | Checking display-error-chain v0.2.2 |
| 2815 | 2026-06-25T22:49:44.855Z | Checking sqlparser v0.61.0 |
| 2816 | 2026-06-25T22:49:44.918Z | Checking sqlformat v0.3.5 |
| 2817 | 2026-06-25T22:49:45.111Z | Checking peg v0.8.5 |
| 2818 | 2026-06-25T22:49:56.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s |
| 2819 | 2026-06-25T22:49:56.263Z | |
| 2820 | 2026-06-25T22:49:56.263Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296) |
| 2821 | 2026-06-25T22:49:56.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-06-25T22:49:56.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-06-25T22:49:56.882Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-06-25T22:50:00.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2825 | 2026-06-25T22:50:00.525Z | |
| 2826 | 2026-06-25T22:50:00.525Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296) |
| 2827 | 2026-06-25T22:50:00.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-06-25T22:50:00.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-06-25T22:50:01.139Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-06-25T22:50:03.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 2831 | 2026-06-25T22:50:03.760Z | |
| 2832 | 2026-06-25T22:50:03.760Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296) |
| 2833 | 2026-06-25T22:50:04.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-06-25T22:50:04.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-06-25T22:50:04.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-06-25T22:50:07.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 2837 | 2026-06-25T22:50:07.782Z | |
| 2838 | 2026-06-25T22:50:07.782Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296) |
| 2839 | 2026-06-25T22:50:08.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-06-25T22:50:08.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-06-25T22:50:08.402Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-06-25T22:50:11.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2843 | 2026-06-25T22:50:11.856Z | |
| 2844 | 2026-06-25T22:50:11.856Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296) |
| 2845 | 2026-06-25T22:50:12.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-06-25T22:50:12.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-06-25T22:50:12.466Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-06-25T22:50:15.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 2849 | 2026-06-25T22:50:15.230Z | |
| 2850 | 2026-06-25T22:50:15.230Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296) |
| 2851 | 2026-06-25T22:50:15.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-06-25T22:50:15.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-06-25T22:50:15.851Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-06-25T22:50:18.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2855 | 2026-06-25T22:50:18.623Z | |
| 2856 | 2026-06-25T22:50:18.623Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296) |
| 2857 | 2026-06-25T22:50:19.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-06-25T22:50:19.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-06-25T22:50:19.235Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-06-25T22:50:22.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2861 | 2026-06-25T22:50:22.850Z | |
| 2862 | 2026-06-25T22:50:22.850Z | info: running `cargo check --bins` on oximeter (93/296) |
| 2863 | 2026-06-25T22:50:23.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-06-25T22:50:23.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-06-25T22:50:23.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-06-25T22:50:23.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2867 | 2026-06-25T22:50:23.378Z | |
| 2868 | 2026-06-25T22:50:23.378Z | info: running `cargo check --bins` on oximeter-schema (94/296) |
| 2869 | 2026-06-25T22:50:23.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-06-25T22:50:23.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-06-25T22:50:23.956Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2026-06-25T22:50:24.113Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2026-06-25T22:50:24.116Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-06-25T22:50:24.452Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-06-25T22:50:27.126Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2876 | 2026-06-25T22:50:28.328Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2877 | 2026-06-25T22:50:28.533Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2878 | 2026-06-25T22:50:29.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
| 2879 | 2026-06-25T22:50:29.355Z | |
| 2880 | 2026-06-25T22:50:29.355Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/296) |
| 2881 | 2026-06-25T22:50:29.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-06-25T22:50:29.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-06-25T22:50:29.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-06-25T22:50:29.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2885 | 2026-06-25T22:50:29.871Z | |
| 2886 | 2026-06-25T22:50:29.872Z | info: running `cargo check --bins` on oximeter-test-utils (96/296) |
| 2887 | 2026-06-25T22:50:30.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-06-25T22:50:30.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-06-25T22:50:30.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-06-25T22:50:30.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2891 | 2026-06-25T22:50:30.431Z | |
| 2892 | 2026-06-25T22:50:30.431Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296) |
| 2893 | 2026-06-25T22:50:30.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-06-25T22:50:30.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-06-25T22:50:30.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-06-25T22:50:30.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2897 | 2026-06-25T22:50:30.955Z | |
| 2898 | 2026-06-25T22:50:30.955Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296) |
| 2899 | 2026-06-25T22:50:31.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-06-25T22:50:31.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-06-25T22:50:31.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-06-25T22:50:31.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2903 | 2026-06-25T22:50:31.479Z | |
| 2904 | 2026-06-25T22:50:31.479Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296) |
| 2905 | 2026-06-25T22:50:31.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-06-25T22:50:31.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-06-25T22:50:31.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-06-25T22:50:31.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2909 | 2026-06-25T22:50:32.007Z | |
| 2910 | 2026-06-25T22:50:32.007Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296) |
| 2911 | 2026-06-25T22:50:32.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-06-25T22:50:32.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-06-25T22:50:32.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-06-25T22:50:32.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2915 | 2026-06-25T22:50:32.537Z | |
| 2916 | 2026-06-25T22:50:32.537Z | info: running `cargo check --bins` on trust-quorum-types (101/296) |
| 2917 | 2026-06-25T22:50:32.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-06-25T22:50:32.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-06-25T22:50:32.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-06-25T22:50:32.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2921 | 2026-06-25T22:50:33.045Z | |
| 2922 | 2026-06-25T22:50:33.045Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/296) |
| 2923 | 2026-06-25T22:50:33.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-06-25T22:50:33.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-06-25T22:50:33.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-06-25T22:50:33.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2927 | 2026-06-25T22:50:33.578Z | |
| 2928 | 2026-06-25T22:50:33.578Z | info: running `cargo check --bins` on update-engine (103/296) |
| 2929 | 2026-06-25T22:50:34.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-06-25T22:50:34.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-06-25T22:50:34.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-06-25T22:50:34.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2933 | 2026-06-25T22:50:34.086Z | |
| 2934 | 2026-06-25T22:50:34.086Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/296) |
| 2935 | 2026-06-25T22:50:34.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-06-25T22:50:34.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-06-25T22:50:34.747Z | Compiling crucible-workspace-hack v0.1.0 |
| 2938 | 2026-06-25T22:50:34.861Z | Checking secrecy v0.10.3 |
| 2939 | 2026-06-25T22:50:34.866Z | Compiling heapless v0.8.0 |
| 2940 | 2026-06-25T22:50:34.869Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2941 | 2026-06-25T22:50:34.878Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-06-25T22:50:34.885Z | Checking hash32 v0.3.1 |
| 2943 | 2026-06-25T22:50:34.895Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2944 | 2026-06-25T22:50:34.898Z | Compiling smoltcp v0.11.0 |
| 2945 | 2026-06-25T22:50:34.960Z | Checking cobs v0.3.0 |
| 2946 | 2026-06-25T22:50:34.999Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-06-25T22:50:35.028Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-06-25T22:50:35.105Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-06-25T22:50:35.139Z | Checking half v2.7.1 |
| 2950 | 2026-06-25T22:50:35.157Z | Checking ciborium-io v0.2.2 |
| 2951 | 2026-06-25T22:50:35.233Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-06-25T22:50:35.245Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2953 | 2026-06-25T22:50:35.257Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2954 | 2026-06-25T22:50:35.316Z | Checking poly1305 v0.8.0 |
| 2955 | 2026-06-25T22:50:35.386Z | Checking ciborium-ll v0.2.2 |
| 2956 | 2026-06-25T22:50:35.476Z | Checking postcard v1.1.3 |
| 2957 | 2026-06-25T22:50:35.568Z | Compiling proc-macro-crate v3.4.0 |
| 2958 | 2026-06-25T22:50:35.590Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2959 | 2026-06-25T22:50:35.661Z | Checking password-hash v0.5.0 |
| 2960 | 2026-06-25T22:50:35.776Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-06-25T22:50:35.857Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-06-25T22:50:35.888Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2963 | 2026-06-25T22:50:35.969Z | Checking blake2 v0.10.6 |
| 2964 | 2026-06-25T22:50:36.094Z | Checking aead v0.5.2 |
| 2965 | 2026-06-25T22:50:36.124Z | Compiling num_enum_derive v0.7.6 |
| 2966 | 2026-06-25T22:50:36.128Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2967 | 2026-06-25T22:50:36.168Z | Checking thiserror-no-std v2.0.2 |
| 2968 | 2026-06-25T22:50:36.207Z | Compiling foreign-types-macros v0.2.3 |
| 2969 | 2026-06-25T22:50:36.235Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2970 | 2026-06-25T22:50:36.253Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-06-25T22:50:36.268Z | Compiling num_enum_derive v0.5.11 |
| 2972 | 2026-06-25T22:50:36.328Z | Checking vsss-rs v3.3.4 |
| 2973 | 2026-06-25T22:50:36.342Z | Checking chacha20poly1305 v0.10.1 |
| 2974 | 2026-06-25T22:50:36.465Z | Checking argon2 v0.5.3 |
| 2975 | 2026-06-25T22:50:36.477Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2976 | 2026-06-25T22:50:36.797Z | Checking foreign-types v0.5.0 |
| 2977 | 2026-06-25T22:50:36.809Z | Checking ciborium v0.2.2 |
| 2978 | 2026-06-25T22:50:36.969Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2979 | 2026-06-25T22:50:36.984Z | Checking tabwriter v1.4.1 |
| 2980 | 2026-06-25T22:50:37.129Z | Checking chacha20 v0.10.0 |
| 2981 | 2026-06-25T22:50:37.159Z | Checking num_enum v0.7.6 |
| 2982 | 2026-06-25T22:50:37.221Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-06-25T22:50:37.256Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2984 | 2026-06-25T22:50:37.269Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-06-25T22:50:37.272Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2986 | 2026-06-25T22:50:37.337Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-06-25T22:50:37.396Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2988 | 2026-06-25T22:50:37.425Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2989 | 2026-06-25T22:50:37.439Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2990 | 2026-06-25T22:50:37.534Z | Checking rand v0.10.0 |
| 2991 | 2026-06-25T22:50:37.562Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-06-25T22:50:37.671Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2993 | 2026-06-25T22:50:37.693Z | Checking ingot-types v0.1.2 |
| 2994 | 2026-06-25T22:50:37.708Z | Checking num_enum v0.5.11 |
| 2995 | 2026-06-25T22:50:37.724Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2996 | 2026-06-25T22:50:37.775Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-06-25T22:50:37.815Z | Checking indent_write v2.2.0 |
| 2998 | 2026-06-25T22:50:37.921Z | Checking colored v3.1.1 |
| 2999 | 2026-06-25T22:50:37.934Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3000 | 2026-06-25T22:50:37.947Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-06-25T22:50:38.010Z | Compiling zone_cfg_derive v0.3.1 |
| 3002 | 2026-06-25T22:50:38.034Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3003 | 2026-06-25T22:50:38.046Z | Checking itertools v0.12.1 |
| 3004 | 2026-06-25T22:50:38.058Z | Checking ingot v0.1.1 |
| 3005 | 2026-06-25T22:50:38.084Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-06-25T22:50:38.112Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3007 | 2026-06-25T22:50:38.199Z | Checking swrite v0.1.0 |
| 3008 | 2026-06-25T22:50:38.289Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3009 | 2026-06-25T22:50:38.320Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-06-25T22:50:38.479Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3011 | 2026-06-25T22:50:38.554Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3012 | 2026-06-25T22:50:38.588Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-06-25T22:50:38.602Z | Checking smf v0.2.3 |
| 3014 | 2026-06-25T22:50:38.633Z | Checking nanorand v0.7.0 |
| 3015 | 2026-06-25T22:50:38.757Z | Checking whoami v1.6.1 |
| 3016 | 2026-06-25T22:50:38.823Z | Checking flume v0.11.1 |
| 3017 | 2026-06-25T22:50:38.823Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-06-25T22:50:39.009Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3019 | 2026-06-25T22:50:39.053Z | Checking zone v0.3.1 |
| 3020 | 2026-06-25T22:50:39.608Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3021 | 2026-06-25T22:50:40.574Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3022 | 2026-06-25T22:50:41.482Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3023 | 2026-06-25T22:50:44.743Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-06-25T22:50:46.791Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-06-25T22:50:47.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
| 3026 | 2026-06-25T22:50:48.057Z | |
| 3027 | 2026-06-25T22:50:48.057Z | info: running `cargo check --bins` on clickhouse-admin-api (105/296) |
| 3028 | 2026-06-25T22:50:48.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-06-25T22:50:48.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-06-25T22:50:48.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-06-25T22:50:48.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3032 | 2026-06-25T22:50:48.582Z | |
| 3033 | 2026-06-25T22:50:48.582Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/296) |
| 3034 | 2026-06-25T22:50:49.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-06-25T22:50:49.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-06-25T22:50:49.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-06-25T22:50:49.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3038 | 2026-06-25T22:50:49.105Z | |
| 3039 | 2026-06-25T22:50:49.105Z | info: running `cargo check --bins` on bootstrap-agent-client (107/296) |
| 3040 | 2026-06-25T22:50:49.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-06-25T22:50:49.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-06-25T22:50:49.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-06-25T22:50:49.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3044 | 2026-06-25T22:50:49.636Z | |
| 3045 | 2026-06-25T22:50:49.636Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296) |
| 3046 | 2026-06-25T22:50:50.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-06-25T22:50:50.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-06-25T22:50:50.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-06-25T22:50:50.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3050 | 2026-06-25T22:50:50.166Z | |
| 3051 | 2026-06-25T22:50:50.166Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296) |
| 3052 | 2026-06-25T22:50:50.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-06-25T22:50:50.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-06-25T22:50:50.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-06-25T22:50:50.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3056 | 2026-06-25T22:50:50.739Z | |
| 3057 | 2026-06-25T22:50:50.740Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/296) |
| 3058 | 2026-06-25T22:50:51.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-06-25T22:50:51.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-06-25T22:50:51.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-06-25T22:50:51.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3062 | 2026-06-25T22:50:51.216Z | |
| 3063 | 2026-06-25T22:50:51.216Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/296) |
| 3064 | 2026-06-25T22:50:51.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-06-25T22:50:51.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-06-25T22:50:51.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-06-25T22:50:51.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3068 | 2026-06-25T22:50:51.742Z | |
| 3069 | 2026-06-25T22:50:51.742Z | info: running `cargo check --bins` on cockroach-admin-client (112/296) |
| 3070 | 2026-06-25T22:50:52.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-06-25T22:50:52.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-06-25T22:50:52.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-06-25T22:50:52.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3074 | 2026-06-25T22:50:52.252Z | |
| 3075 | 2026-06-25T22:50:52.252Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/296) |
| 3076 | 2026-06-25T22:50:52.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-06-25T22:50:52.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-06-25T22:50:52.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-06-25T22:50:52.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3080 | 2026-06-25T22:50:52.777Z | |
| 3081 | 2026-06-25T22:50:52.777Z | info: running `cargo check --bins` on dns-service-client (114/296) |
| 3082 | 2026-06-25T22:50:53.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-06-25T22:50:53.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-06-25T22:50:53.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-06-25T22:50:53.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3086 | 2026-06-25T22:50:53.301Z | |
| 3087 | 2026-06-25T22:50:53.301Z | info: running `cargo check --bins` on installinator-client (115/296) |
| 3088 | 2026-06-25T22:50:53.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-06-25T22:50:53.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-06-25T22:50:53.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-06-25T22:50:53.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3092 | 2026-06-25T22:50:53.825Z | |
| 3093 | 2026-06-25T22:50:53.825Z | info: running `cargo check --bins` on nexus-client (116/296) |
| 3094 | 2026-06-25T22:50:54.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-06-25T22:50:54.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-06-25T22:50:54.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-06-25T22:50:54.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3098 | 2026-06-25T22:50:54.383Z | |
| 3099 | 2026-06-25T22:50:54.383Z | info: running `cargo check --bins` on nexus-lockstep-client (117/296) |
| 3100 | 2026-06-25T22:50:54.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-06-25T22:50:54.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-06-25T22:50:54.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-06-25T22:50:54.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3104 | 2026-06-25T22:50:54.943Z | |
| 3105 | 2026-06-25T22:50:54.944Z | info: running `cargo check --bins` on ntp-admin-client (118/296) |
| 3106 | 2026-06-25T22:50:55.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-06-25T22:50:55.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-06-25T22:50:55.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-06-25T22:50:55.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3110 | 2026-06-25T22:50:55.453Z | |
| 3111 | 2026-06-25T22:50:55.453Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/296) |
| 3112 | 2026-06-25T22:50:55.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-06-25T22:50:55.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-06-25T22:50:55.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-06-25T22:50:55.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3116 | 2026-06-25T22:50:55.963Z | |
| 3117 | 2026-06-25T22:50:55.963Z | info: running `cargo check --bins` on oxide-client (120/296) |
| 3118 | 2026-06-25T22:50:56.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-06-25T22:50:56.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-06-25T22:50:56.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-06-25T22:50:56.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3122 | 2026-06-25T22:50:56.473Z | |
| 3123 | 2026-06-25T22:50:56.474Z | info: running `cargo check --bins` on oximeter-client (121/296) |
| 3124 | 2026-06-25T22:50:56.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-06-25T22:50:56.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-06-25T22:50:56.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-06-25T22:50:56.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3128 | 2026-06-25T22:50:56.995Z | |
| 3129 | 2026-06-25T22:50:56.995Z | info: running `cargo check --bins` on repo-depot-client (122/296) |
| 3130 | 2026-06-25T22:50:57.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-06-25T22:50:57.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-06-25T22:50:57.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-06-25T22:50:57.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3134 | 2026-06-25T22:50:57.503Z | |
| 3135 | 2026-06-25T22:50:57.503Z | info: running `cargo check --bins` on sled-agent-client (123/296) |
| 3136 | 2026-06-25T22:50:57.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-06-25T22:50:57.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-06-25T22:50:57.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-06-25T22:50:57.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3140 | 2026-06-25T22:50:58.034Z | |
| 3141 | 2026-06-25T22:50:58.034Z | info: running `cargo check --bins` on wicketd-client (124/296) |
| 3142 | 2026-06-25T22:50:58.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-06-25T22:50:58.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-06-25T22:50:58.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-06-25T22:50:58.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3146 | 2026-06-25T22:50:58.586Z | |
| 3147 | 2026-06-25T22:50:58.586Z | info: running `cargo check --bins` on installinator-common (125/296) |
| 3148 | 2026-06-25T22:50:59.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-06-25T22:50:59.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-06-25T22:50:59.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-06-25T22:50:59.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3152 | 2026-06-25T22:50:59.128Z | |
| 3153 | 2026-06-25T22:50:59.128Z | info: running `cargo check --bins` on installinator-common-versions (126/296) |
| 3154 | 2026-06-25T22:50:59.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-06-25T22:50:59.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-06-25T22:50:59.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-06-25T22:50:59.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3158 | 2026-06-25T22:50:59.641Z | |
| 3159 | 2026-06-25T22:50:59.641Z | info: running `cargo check --bins` on wicket-common (127/296) |
| 3160 | 2026-06-25T22:51:00.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-06-25T22:51:00.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-06-25T22:51:00.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-06-25T22:51:00.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3164 | 2026-06-25T22:51:00.180Z | |
| 3165 | 2026-06-25T22:51:00.180Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/296) |
| 3166 | 2026-06-25T22:51:00.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-06-25T22:51:00.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-06-25T22:51:00.811Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-06-25T22:51:00.922Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-06-25T22:51:00.929Z | Checking csv-core v0.1.13 |
| 3171 | 2026-06-25T22:51:00.936Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-06-25T22:51:00.941Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3173 | 2026-06-25T22:51:00.945Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-06-25T22:51:00.960Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-06-25T22:51:00.970Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-06-25T22:51:01.087Z | Checking csv v1.4.0 |
| 3177 | 2026-06-25T22:51:01.120Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-06-25T22:51:01.136Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-06-25T22:51:01.162Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-06-25T22:51:01.177Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-06-25T22:51:01.423Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-06-25T22:51:01.791Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-06-25T22:51:01.794Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-06-25T22:51:02.140Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-06-25T22:51:08.090Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-06-25T22:51:08.620Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-06-25T22:51:10.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s |
| 3188 | 2026-06-25T22:51:11.147Z | |
| 3189 | 2026-06-25T22:51:11.147Z | info: running `cargo check --bins` on cockroach-admin-api (129/296) |
| 3190 | 2026-06-25T22:51:11.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-06-25T22:51:11.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-06-25T22:51:11.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-06-25T22:51:11.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3194 | 2026-06-25T22:51:11.670Z | |
| 3195 | 2026-06-25T22:51:11.670Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296) |
| 3196 | 2026-06-25T22:51:12.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-06-25T22:51:12.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-06-25T22:51:12.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-06-25T22:51:12.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3200 | 2026-06-25T22:51:12.275Z | |
| 3201 | 2026-06-25T22:51:12.275Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296) |
| 3202 | 2026-06-25T22:51:12.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-06-25T22:51:12.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-06-25T22:51:12.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-06-25T22:51:12.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3206 | 2026-06-25T22:51:12.877Z | |
| 3207 | 2026-06-25T22:51:12.877Z | info: running `cargo check --bins` on gateway-test-utils (132/296) |
| 3208 | 2026-06-25T22:51:13.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-06-25T22:51:13.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-06-25T22:51:13.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-06-25T22:51:13.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3212 | 2026-06-25T22:51:13.449Z | |
| 3213 | 2026-06-25T22:51:13.449Z | info: running `cargo check --bins` on omicron-gateway (133/296) |
| 3214 | 2026-06-25T22:51:13.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-06-25T22:51:13.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-06-25T22:51:14.156Z | Compiling regress v0.11.1 |
| 3217 | 2026-06-25T22:51:14.294Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-06-25T22:51:14.303Z | Compiling semver v0.1.20 |
| 3219 | 2026-06-25T22:51:14.303Z | Compiling radium v0.7.0 |
| 3220 | 2026-06-25T22:51:14.324Z | Checking nom v8.0.0 |
| 3221 | 2026-06-25T22:51:14.327Z | Checking tap v1.0.1 |
| 3222 | 2026-06-25T22:51:14.327Z | Compiling maybe-uninit v2.0.0 |
| 3223 | 2026-06-25T22:51:14.446Z | Checking wyz v0.5.1 |
| 3224 | 2026-06-25T22:51:14.574Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-06-25T22:51:14.624Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3226 | 2026-06-25T22:51:14.648Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-06-25T22:51:14.759Z | Checking crc-catalog v2.4.0 |
| 3228 | 2026-06-25T22:51:14.795Z | Compiling newtype_derive v0.1.6 |
| 3229 | 2026-06-25T22:51:14.848Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-06-25T22:51:14.979Z | Compiling packed_struct v0.10.1 |
| 3231 | 2026-06-25T22:51:15.029Z | Checking funty v2.0.0 |
| 3232 | 2026-06-25T22:51:15.260Z | Compiling cancel-safe-futures v0.1.5 |
| 3233 | 2026-06-25T22:51:15.351Z | Compiling owo-colors v4.3.0 |
| 3234 | 2026-06-25T22:51:15.503Z | Checking bitvec v1.0.1 |
| 3235 | 2026-06-25T22:51:15.515Z | Checking zerocopy v0.6.6 |
| 3236 | 2026-06-25T22:51:15.744Z | Checking typify-impl v0.6.2 |
| 3237 | 2026-06-25T22:51:15.805Z | Checking crc v3.4.0 |
| 3238 | 2026-06-25T22:51:15.978Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3239 | 2026-06-25T22:51:16.127Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3240 | 2026-06-25T22:51:16.306Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3241 | 2026-06-25T22:51:16.320Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-06-25T22:51:16.478Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-06-25T22:51:16.508Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-06-25T22:51:16.627Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-06-25T22:51:16.821Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3246 | 2026-06-25T22:51:16.836Z | Checking nodrop v0.1.14 |
| 3247 | 2026-06-25T22:51:16.901Z | Checking libsw v3.5.0 |
| 3248 | 2026-06-25T22:51:16.917Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-06-25T22:51:16.930Z | Checking array-init v0.0.4 |
| 3250 | 2026-06-25T22:51:17.050Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-06-25T22:51:17.226Z | Checking bitfield v0.19.4 |
| 3252 | 2026-06-25T22:51:17.240Z | Checking smallvec v0.6.14 |
| 3253 | 2026-06-25T22:51:17.255Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3254 | 2026-06-25T22:51:17.498Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-06-25T22:51:17.516Z | Checking smawk v0.3.2 |
| 3256 | 2026-06-25T22:51:17.622Z | Checking tagptr v0.2.0 |
| 3257 | 2026-06-25T22:51:17.643Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-06-25T22:51:17.666Z | Checking unicode-linebreak v0.1.5 |
| 3259 | 2026-06-25T22:51:17.679Z | Checking base64 v0.21.7 |
| 3260 | 2026-06-25T22:51:17.757Z | Checking linear-map v1.2.0 |
| 3261 | 2026-06-25T22:51:17.877Z | Checking textwrap v0.16.2 |
| 3262 | 2026-06-25T22:51:17.919Z | Checking ron v0.8.1 |
| 3263 | 2026-06-25T22:51:17.931Z | Checking moka v0.12.13 |
| 3264 | 2026-06-25T22:51:17.946Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3265 | 2026-06-25T22:51:18.089Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3266 | 2026-06-25T22:51:18.263Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3267 | 2026-06-25T22:51:18.372Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-06-25T22:51:18.421Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3269 | 2026-06-25T22:51:18.437Z | Checking steno v0.4.1 |
| 3270 | 2026-06-25T22:51:18.561Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3271 | 2026-06-25T22:51:18.721Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-06-25T22:51:19.069Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-06-25T22:51:19.222Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-06-25T22:51:19.307Z | Checking crc-any v2.5.0 |
| 3275 | 2026-06-25T22:51:19.427Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-06-25T22:51:19.443Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-06-25T22:51:19.488Z | Checking half v1.8.3 |
| 3278 | 2026-06-25T22:51:19.501Z | Checking object v0.30.4 |
| 3279 | 2026-06-25T22:51:19.587Z | Checking void v1.0.2 |
| 3280 | 2026-06-25T22:51:19.685Z | Checking path-slash v0.1.5 |
| 3281 | 2026-06-25T22:51:19.699Z | Checking utf-8 v0.7.6 |
| 3282 | 2026-06-25T22:51:19.791Z | Checking lzss v0.8.2 |
| 3283 | 2026-06-25T22:51:19.834Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-06-25T22:51:19.861Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-06-25T22:51:20.116Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3286 | 2026-06-25T22:51:20.157Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3287 | 2026-06-25T22:51:20.239Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3288 | 2026-06-25T22:51:20.253Z | Checking nix v0.27.1 |
| 3289 | 2026-06-25T22:51:20.270Z | Checking kstat-rs v0.2.4 |
| 3290 | 2026-06-25T22:51:20.274Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3291 | 2026-06-25T22:51:20.374Z | Compiling typify-macro v0.6.2 |
| 3292 | 2026-06-25T22:51:20.386Z | Checking fxhash v0.2.1 |
| 3293 | 2026-06-25T22:51:20.467Z | Checking serde_bytes v0.11.19 |
| 3294 | 2026-06-25T22:51:20.478Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3295 | 2026-06-25T22:51:20.517Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-06-25T22:51:20.604Z | Checking tokio-tungstenite v0.23.1 |
| 3297 | 2026-06-25T22:51:20.637Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3298 | 2026-06-25T22:51:20.795Z | Checking signal-hook-tokio v0.3.1 |
| 3299 | 2026-06-25T22:51:21.468Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3300 | 2026-06-25T22:51:21.689Z | Compiling typify v0.6.2 |
| 3301 | 2026-06-25T22:51:21.768Z | Compiling progenitor-impl v0.14.0 |
| 3302 | 2026-06-25T22:51:22.373Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3303 | 2026-06-25T22:51:22.682Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3304 | 2026-06-25T22:51:23.219Z | Compiling progenitor-macro v0.14.0 |
| 3305 | 2026-06-25T22:51:25.526Z | Checking progenitor v0.14.0 |
| 3306 | 2026-06-25T22:51:25.646Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3307 | 2026-06-25T22:51:25.649Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3308 | 2026-06-25T22:51:28.323Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3309 | 2026-06-25T22:51:36.502Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3310 | 2026-06-25T22:51:42.982Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3311 | 2026-06-25T22:51:44.367Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3312 | 2026-06-25T22:51:44.860Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3313 | 2026-06-25T22:51:46.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s |
| 3314 | 2026-06-25T22:51:47.135Z | |
| 3315 | 2026-06-25T22:51:47.135Z | info: running `cargo check --bins` on gateway-api (134/296) |
| 3316 | 2026-06-25T22:51:47.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2026-06-25T22:51:47.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2026-06-25T22:51:47.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2026-06-25T22:51:47.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3320 | 2026-06-25T22:51:47.655Z | |
| 3321 | 2026-06-25T22:51:47.655Z | info: running `cargo check --bins` on ipcc (135/296) |
| 3322 | 2026-06-25T22:51:48.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2026-06-25T22:51:48.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2026-06-25T22:51:48.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2026-06-25T22:51:48.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3326 | 2026-06-25T22:51:48.175Z | |
| 3327 | 2026-06-25T22:51:48.175Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296) |
| 3328 | 2026-06-25T22:51:48.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-06-25T22:51:48.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-06-25T22:51:48.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2026-06-25T22:51:48.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3332 | 2026-06-25T22:51:48.678Z | |
| 3333 | 2026-06-25T22:51:48.678Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296) |
| 3334 | 2026-06-25T22:51:49.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-06-25T22:51:49.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-06-25T22:51:49.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-06-25T22:51:49.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3338 | 2026-06-25T22:51:49.219Z | |
| 3339 | 2026-06-25T22:51:49.219Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296) |
| 3340 | 2026-06-25T22:51:49.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-06-25T22:51:49.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-06-25T22:51:49.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-06-25T22:51:49.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3344 | 2026-06-25T22:51:49.740Z | |
| 3345 | 2026-06-25T22:51:49.740Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296) |
| 3346 | 2026-06-25T22:51:50.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-06-25T22:51:50.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-06-25T22:51:50.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-06-25T22:51:50.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3350 | 2026-06-25T22:51:50.260Z | |
| 3351 | 2026-06-25T22:51:50.260Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296) |
| 3352 | 2026-06-25T22:51:50.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-06-25T22:51:50.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-06-25T22:51:50.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-06-25T22:51:50.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3356 | 2026-06-25T22:51:50.783Z | |
| 3357 | 2026-06-25T22:51:50.783Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296) |
| 3358 | 2026-06-25T22:51:51.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-06-25T22:51:51.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-06-25T22:51:51.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-06-25T22:51:51.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3362 | 2026-06-25T22:51:51.322Z | |
| 3363 | 2026-06-25T22:51:51.322Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296) |
| 3364 | 2026-06-25T22:51:51.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-06-25T22:51:51.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-06-25T22:51:51.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-06-25T22:51:51.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3368 | 2026-06-25T22:51:51.841Z | |
| 3369 | 2026-06-25T22:51:51.841Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296) |
| 3370 | 2026-06-25T22:51:52.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-06-25T22:51:52.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-06-25T22:51:52.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-06-25T22:51:52.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3374 | 2026-06-25T22:51:52.364Z | |
| 3375 | 2026-06-25T22:51:52.364Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296) |
| 3376 | 2026-06-25T22:51:52.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-06-25T22:51:52.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-06-25T22:51:52.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-06-25T22:51:52.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3380 | 2026-06-25T22:51:52.885Z | |
| 3381 | 2026-06-25T22:51:52.885Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296) |
| 3382 | 2026-06-25T22:51:53.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-06-25T22:51:53.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-06-25T22:51:53.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-06-25T22:51:53.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3386 | 2026-06-25T22:51:53.409Z | |
| 3387 | 2026-06-25T22:51:53.409Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296) |
| 3388 | 2026-06-25T22:51:53.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-06-25T22:51:53.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-06-25T22:51:53.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-06-25T22:51:53.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3392 | 2026-06-25T22:51:53.931Z | |
| 3393 | 2026-06-25T22:51:53.931Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296) |
| 3394 | 2026-06-25T22:51:54.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-06-25T22:51:54.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-06-25T22:51:54.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-06-25T22:51:54.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3398 | 2026-06-25T22:51:54.458Z | |
| 3399 | 2026-06-25T22:51:54.458Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296) |
| 3400 | 2026-06-25T22:51:54.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-06-25T22:51:54.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-06-25T22:51:54.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-06-25T22:51:54.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3404 | 2026-06-25T22:51:54.999Z | |
| 3405 | 2026-06-25T22:51:54.999Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296) |
| 3406 | 2026-06-25T22:51:55.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-06-25T22:51:55.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-06-25T22:51:55.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-06-25T22:51:55.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3410 | 2026-06-25T22:51:55.542Z | |
| 3411 | 2026-06-25T22:51:55.542Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296) |
| 3412 | 2026-06-25T22:51:55.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-06-25T22:51:55.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-06-25T22:51:55.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-06-25T22:51:56.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3416 | 2026-06-25T22:51:56.083Z | |
| 3417 | 2026-06-25T22:51:56.083Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296) |
| 3418 | 2026-06-25T22:51:56.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-06-25T22:51:56.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-06-25T22:51:56.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-06-25T22:51:56.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3422 | 2026-06-25T22:51:56.624Z | |
| 3423 | 2026-06-25T22:51:56.624Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296) |
| 3424 | 2026-06-25T22:51:57.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-06-25T22:51:57.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-06-25T22:51:57.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-06-25T22:51:57.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3428 | 2026-06-25T22:51:57.167Z | |
| 3429 | 2026-06-25T22:51:57.167Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296) |
| 3430 | 2026-06-25T22:51:57.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-06-25T22:51:57.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-06-25T22:51:57.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-06-25T22:51:57.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3434 | 2026-06-25T22:51:57.710Z | |
| 3435 | 2026-06-25T22:51:57.710Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296) |
| 3436 | 2026-06-25T22:51:58.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-06-25T22:51:58.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-06-25T22:51:58.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-06-25T22:51:58.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3440 | 2026-06-25T22:51:58.251Z | |
| 3441 | 2026-06-25T22:51:58.251Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296) |
| 3442 | 2026-06-25T22:51:58.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-06-25T22:51:58.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-06-25T22:51:58.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-06-25T22:51:58.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3446 | 2026-06-25T22:51:58.795Z | |
| 3447 | 2026-06-25T22:51:58.795Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296) |
| 3448 | 2026-06-25T22:51:59.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-06-25T22:51:59.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-06-25T22:51:59.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-06-25T22:51:59.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3452 | 2026-06-25T22:51:59.338Z | |
| 3453 | 2026-06-25T22:51:59.338Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296) |
| 3454 | 2026-06-25T22:51:59.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-06-25T22:51:59.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-06-25T22:51:59.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-06-25T22:51:59.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3458 | 2026-06-25T22:51:59.881Z | |
| 3459 | 2026-06-25T22:51:59.881Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296) |
| 3460 | 2026-06-25T22:52:00.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-06-25T22:52:00.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-06-25T22:52:00.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-06-25T22:52:00.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3464 | 2026-06-25T22:52:00.404Z | |
| 3465 | 2026-06-25T22:52:00.404Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296) |
| 3466 | 2026-06-25T22:52:00.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-06-25T22:52:00.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-06-25T22:52:00.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-06-25T22:52:00.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3470 | 2026-06-25T22:52:00.929Z | |
| 3471 | 2026-06-25T22:52:00.929Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296) |
| 3472 | 2026-06-25T22:52:01.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-06-25T22:52:01.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-06-25T22:52:01.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-06-25T22:52:01.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3476 | 2026-06-25T22:52:01.464Z | |
| 3477 | 2026-06-25T22:52:01.464Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296) |
| 3478 | 2026-06-25T22:52:01.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-06-25T22:52:01.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-06-25T22:52:01.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-06-25T22:52:01.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3482 | 2026-06-25T22:52:01.981Z | |
| 3483 | 2026-06-25T22:52:01.981Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296) |
| 3484 | 2026-06-25T22:52:02.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-06-25T22:52:02.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-06-25T22:52:02.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-06-25T22:52:02.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3488 | 2026-06-25T22:52:02.500Z | |
| 3489 | 2026-06-25T22:52:02.500Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296) |
| 3490 | 2026-06-25T22:52:02.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-06-25T22:52:02.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-06-25T22:52:02.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-06-25T22:52:02.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3494 | 2026-06-25T22:52:03.025Z | |
| 3495 | 2026-06-25T22:52:03.025Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296) |
| 3496 | 2026-06-25T22:52:03.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-06-25T22:52:03.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-06-25T22:52:03.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-06-25T22:52:03.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3500 | 2026-06-25T22:52:03.544Z | |
| 3501 | 2026-06-25T22:52:03.544Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296) |
| 3502 | 2026-06-25T22:52:03.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-06-25T22:52:03.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-06-25T22:52:03.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-06-25T22:52:03.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3506 | 2026-06-25T22:52:04.065Z | |
| 3507 | 2026-06-25T22:52:04.065Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296) |
| 3508 | 2026-06-25T22:52:04.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-06-25T22:52:04.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-06-25T22:52:04.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-06-25T22:52:04.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3512 | 2026-06-25T22:52:04.606Z | |
| 3513 | 2026-06-25T22:52:04.606Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296) |
| 3514 | 2026-06-25T22:52:05.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-06-25T22:52:05.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-06-25T22:52:05.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-06-25T22:52:05.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3518 | 2026-06-25T22:52:05.145Z | |
| 3519 | 2026-06-25T22:52:05.146Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296) |
| 3520 | 2026-06-25T22:52:05.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-06-25T22:52:05.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-06-25T22:52:05.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-06-25T22:52:05.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3524 | 2026-06-25T22:52:05.692Z | |
| 3525 | 2026-06-25T22:52:05.692Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296) |
| 3526 | 2026-06-25T22:52:06.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-06-25T22:52:06.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-06-25T22:52:06.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-06-25T22:52:06.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3530 | 2026-06-25T22:52:06.233Z | |
| 3531 | 2026-06-25T22:52:06.234Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296) |
| 3532 | 2026-06-25T22:52:06.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-06-25T22:52:06.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-06-25T22:52:06.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-06-25T22:52:06.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3536 | 2026-06-25T22:52:06.775Z | |
| 3537 | 2026-06-25T22:52:06.775Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296) |
| 3538 | 2026-06-25T22:52:07.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-06-25T22:52:07.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-06-25T22:52:07.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-06-25T22:52:07.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3542 | 2026-06-25T22:52:07.315Z | |
| 3543 | 2026-06-25T22:52:07.315Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296) |
| 3544 | 2026-06-25T22:52:07.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-06-25T22:52:07.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-06-25T22:52:07.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-06-25T22:52:07.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3548 | 2026-06-25T22:52:07.859Z | |
| 3549 | 2026-06-25T22:52:07.859Z | info: running `cargo check --bins` on oximeter-producer (173/296) |
| 3550 | 2026-06-25T22:52:08.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-06-25T22:52:08.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-06-25T22:52:08.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-06-25T22:52:08.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3554 | 2026-06-25T22:52:08.420Z | |
| 3555 | 2026-06-25T22:52:08.420Z | info: running `cargo check --bins` on internal-dns-resolver (174/296) |
| 3556 | 2026-06-25T22:52:08.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-06-25T22:52:08.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-06-25T22:52:08.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-06-25T22:52:08.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3560 | 2026-06-25T22:52:08.946Z | |
| 3561 | 2026-06-25T22:52:08.946Z | info: running `cargo check --bins` on dns-server (175/296) |
| 3562 | 2026-06-25T22:52:09.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-06-25T22:52:09.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-06-25T22:52:09.537Z | Compiling parking_lot_core v0.8.6 |
| 3565 | 2026-06-25T22:52:09.540Z | Compiling git-stub v1.0.0 |
| 3566 | 2026-06-25T22:52:09.541Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3567 | 2026-06-25T22:52:09.650Z | Checking prefix-trie v0.7.0 |
| 3568 | 2026-06-25T22:52:09.762Z | Compiling git-stub-vcs v0.1.0 |
| 3569 | 2026-06-25T22:52:09.937Z | Checking hickory-server v0.25.2 |
| 3570 | 2026-06-25T22:52:10.039Z | Checking parking_lot v0.11.2 |
| 3571 | 2026-06-25T22:52:10.044Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3572 | 2026-06-25T22:52:10.106Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3573 | 2026-06-25T22:52:10.109Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3574 | 2026-06-25T22:52:10.211Z | Checking sled v0.34.7 |
| 3575 | 2026-06-25T22:52:12.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s |
| 3576 | 2026-06-25T22:52:12.272Z | |
| 3577 | 2026-06-25T22:52:12.272Z | info: running `cargo check --bins` on dns-server-api (176/296) |
| 3578 | 2026-06-25T22:52:12.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-06-25T22:52:12.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-06-25T22:52:12.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-06-25T22:52:12.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3582 | 2026-06-25T22:52:12.789Z | |
| 3583 | 2026-06-25T22:52:12.790Z | info: running `cargo check --bins` on oximeter-producer-api (177/296) |
| 3584 | 2026-06-25T22:52:13.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-06-25T22:52:13.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-06-25T22:52:13.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3587 | 2026-06-25T22:52:13.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3588 | 2026-06-25T22:52:13.316Z | |
| 3589 | 2026-06-25T22:52:13.316Z | info: running `cargo check --bins` on sp-sim (178/296) |
| 3590 | 2026-06-25T22:52:13.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3591 | 2026-06-25T22:52:13.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3592 | 2026-06-25T22:52:13.971Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3593 | 2026-06-25T22:52:15.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
| 3594 | 2026-06-25T22:52:15.896Z | |
| 3595 | 2026-06-25T22:52:15.896Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296) |
| 3596 | 2026-06-25T22:52:16.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-06-25T22:52:16.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-06-25T22:52:16.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-06-25T22:52:16.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3600 | 2026-06-25T22:52:16.471Z | |
| 3601 | 2026-06-25T22:52:16.472Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296) |
| 3602 | 2026-06-25T22:52:16.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-06-25T22:52:16.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-06-25T22:52:16.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-06-25T22:52:16.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3606 | 2026-06-25T22:52:17.049Z | |
| 3607 | 2026-06-25T22:52:17.049Z | info: running `cargo check --bins` on db-macros (181/296) |
| 3608 | 2026-06-25T22:52:17.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-06-25T22:52:17.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-06-25T22:52:17.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3611 | 2026-06-25T22:52:17.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3612 | 2026-06-25T22:52:17.557Z | |
| 3613 | 2026-06-25T22:52:17.557Z | info: running `cargo check --bins` on nexus-macros-common (182/296) |
| 3614 | 2026-06-25T22:52:17.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-06-25T22:52:17.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-06-25T22:52:17.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-06-25T22:52:17.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3618 | 2026-06-25T22:52:18.062Z | |
| 3619 | 2026-06-25T22:52:18.062Z | info: running `cargo check --bins` on nexus-auth (183/296) |
| 3620 | 2026-06-25T22:52:18.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-06-25T22:52:18.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-06-25T22:52:18.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-06-25T22:52:18.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3624 | 2026-06-25T22:52:18.666Z | |
| 3625 | 2026-06-25T22:52:18.666Z | info: running `cargo check --bins` on authz-macros (184/296) |
| 3626 | 2026-06-25T22:52:19.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-06-25T22:52:19.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-06-25T22:52:19.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-06-25T22:52:19.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3630 | 2026-06-25T22:52:19.139Z | |
| 3631 | 2026-06-25T22:52:19.139Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/296) |
| 3632 | 2026-06-25T22:52:19.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-06-25T22:52:19.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-06-25T22:52:19.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-06-25T22:52:19.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3636 | 2026-06-25T22:52:19.703Z | |
| 3637 | 2026-06-25T22:52:19.703Z | info: running `cargo check --bins` on nexus-db-model (186/296) |
| 3638 | 2026-06-25T22:52:20.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-06-25T22:52:20.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-06-25T22:52:20.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-06-25T22:52:20.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3642 | 2026-06-25T22:52:20.266Z | |
| 3643 | 2026-06-25T22:52:20.266Z | info: running `cargo check --bins` on nexus-db-schema (187/296) |
| 3644 | 2026-06-25T22:52:20.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-06-25T22:52:20.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-06-25T22:52:20.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-06-25T22:52:20.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3648 | 2026-06-25T22:52:20.775Z | |
| 3649 | 2026-06-25T22:52:20.775Z | info: running `cargo check --bins` on omicron-rpaths (188/296) |
| 3650 | 2026-06-25T22:52:21.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-06-25T22:52:21.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-06-25T22:52:21.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-06-25T22:52:21.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3654 | 2026-06-25T22:52:21.275Z | |
| 3655 | 2026-06-25T22:52:21.275Z | info: running `cargo check --bins` on nexus-defaults (189/296) |
| 3656 | 2026-06-25T22:52:21.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-06-25T22:52:21.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-06-25T22:52:21.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-06-25T22:52:21.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3660 | 2026-06-25T22:52:21.797Z | |
| 3661 | 2026-06-25T22:52:21.797Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/296) |
| 3662 | 2026-06-25T22:52:22.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-06-25T22:52:22.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-06-25T22:52:22.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-06-25T22:52:22.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3666 | 2026-06-25T22:52:22.304Z | |
| 3667 | 2026-06-25T22:52:22.304Z | info: running `cargo check --bins` on parallel-task-set (191/296) |
| 3668 | 2026-06-25T22:52:22.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-06-25T22:52:22.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-06-25T22:52:22.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-06-25T22:52:22.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3672 | 2026-06-25T22:52:22.810Z | |
| 3673 | 2026-06-25T22:52:22.810Z | info: running `cargo check --bins` on omicron-git-version (192/296) |
| 3674 | 2026-06-25T22:52:23.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-06-25T22:52:23.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-06-25T22:52:23.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-06-25T22:52:23.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 3678 | 2026-06-25T22:52:23.314Z | |
| 3679 | 2026-06-25T22:52:23.314Z | info: running `cargo check --bins` on nexus-db-errors (193/296) |
| 3680 | 2026-06-25T22:52:23.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-06-25T22:52:23.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-06-25T22:52:23.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-06-25T22:52:23.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3684 | 2026-06-25T22:52:23.886Z | |
| 3685 | 2026-06-25T22:52:23.886Z | info: running `cargo check --bins` on nexus-db-lookup (194/296) |
| 3686 | 2026-06-25T22:52:24.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-06-25T22:52:24.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-06-25T22:52:24.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-06-25T22:52:24.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3690 | 2026-06-25T22:52:24.458Z | |
| 3691 | 2026-06-25T22:52:24.458Z | info: running `cargo check --bins` on nexus-inventory (195/296) |
| 3692 | 2026-06-25T22:52:24.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-06-25T22:52:24.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-06-25T22:52:24.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-06-25T22:52:24.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3696 | 2026-06-25T22:52:25.027Z | |
| 3697 | 2026-06-25T22:52:25.027Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296) |
| 3698 | 2026-06-25T22:52:25.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-06-25T22:52:25.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-06-25T22:52:25.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-06-25T22:52:25.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3702 | 2026-06-25T22:52:25.576Z | |
| 3703 | 2026-06-25T22:52:25.576Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/296) |
| 3704 | 2026-06-25T22:52:26.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-06-25T22:52:26.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-06-25T22:52:26.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-06-25T22:52:26.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3708 | 2026-06-25T22:52:26.113Z | |
| 3709 | 2026-06-25T22:52:26.113Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296) |
| 3710 | 2026-06-25T22:52:26.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-06-25T22:52:26.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-06-25T22:52:26.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-06-25T22:52:26.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3714 | 2026-06-25T22:52:26.663Z | |
| 3715 | 2026-06-25T22:52:26.663Z | info: running `cargo check --bins` on key-manager (199/296) |
| 3716 | 2026-06-25T22:52:27.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-06-25T22:52:27.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-06-25T22:52:27.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-06-25T22:52:27.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3720 | 2026-06-25T22:52:27.190Z | |
| 3721 | 2026-06-25T22:52:27.190Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/296) |
| 3722 | 2026-06-25T22:52:27.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-06-25T22:52:27.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-06-25T22:52:27.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-06-25T22:52:27.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3726 | 2026-06-25T22:52:27.732Z | |
| 3727 | 2026-06-25T22:52:27.732Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296) |
| 3728 | 2026-06-25T22:52:28.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-06-25T22:52:28.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-06-25T22:52:28.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-06-25T22:52:28.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3732 | 2026-06-25T22:52:28.283Z | |
| 3733 | 2026-06-25T22:52:28.283Z | info: running `cargo check --bins` on typed-rng (202/296) |
| 3734 | 2026-06-25T22:52:28.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-06-25T22:52:28.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-06-25T22:52:28.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-06-25T22:52:28.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3738 | 2026-06-25T22:52:28.793Z | |
| 3739 | 2026-06-25T22:52:28.793Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296) |
| 3740 | 2026-06-25T22:52:29.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-06-25T22:52:29.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-06-25T22:52:29.585Z | Compiling libefi-sys v0.1.0 |
| 3743 | 2026-06-25T22:52:29.588Z | Compiling bitfield-struct v0.6.2 |
| 3744 | 2026-06-25T22:52:29.722Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3745 | 2026-06-25T22:52:29.730Z | Compiling xshell-macros v0.2.7 |
| 3746 | 2026-06-25T22:52:29.738Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3747 | 2026-06-25T22:52:29.750Z | Compiling salty v0.3.0 |
| 3748 | 2026-06-25T22:52:29.763Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3749 | 2026-06-25T22:52:29.776Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3750 | 2026-06-25T22:52:29.789Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3751 | 2026-06-25T22:52:29.887Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-06-25T22:52:30.054Z | Checking primeorder v0.13.6 |
| 3753 | 2026-06-25T22:52:30.057Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3754 | 2026-06-25T22:52:30.090Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3755 | 2026-06-25T22:52:30.093Z | Checking xshell v0.2.7 |
| 3756 | 2026-06-25T22:52:30.220Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-06-25T22:52:30.236Z | Checking tungstenite v0.21.0 |
| 3758 | 2026-06-25T22:52:30.278Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3759 | 2026-06-25T22:52:30.301Z | Checking p384 v0.13.1 |
| 3760 | 2026-06-25T22:52:30.318Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3761 | 2026-06-25T22:52:30.415Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3762 | 2026-06-25T22:52:30.431Z | Compiling num-derive v0.3.3 |
| 3763 | 2026-06-25T22:52:30.445Z | Compiling proc-macro-error2 v2.0.1 |
| 3764 | 2026-06-25T22:52:30.564Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3765 | 2026-06-25T22:52:30.655Z | Checking tokio-tungstenite v0.21.0 |
| 3766 | 2026-06-25T22:52:30.712Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3767 | 2026-06-25T22:52:30.743Z | Checking papergrid v0.17.0 |
| 3768 | 2026-06-25T22:52:30.773Z | Compiling tabled_derive v0.11.0 |
| 3769 | 2026-06-25T22:52:30.793Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3770 | 2026-06-25T22:52:30.807Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3771 | 2026-06-25T22:52:30.933Z | Compiling progenitor-impl v0.13.0 |
| 3772 | 2026-06-25T22:52:30.948Z | Checking testing_table v0.3.0 |
| 3773 | 2026-06-25T22:52:31.039Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3774 | 2026-06-25T22:52:31.074Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3775 | 2026-06-25T22:52:31.088Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3776 | 2026-06-25T22:52:31.276Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3777 | 2026-06-25T22:52:31.276Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3778 | 2026-06-25T22:52:31.335Z | Checking libscf-sys v1.1.0 |
| 3779 | 2026-06-25T22:52:31.458Z | Checking corncobs v0.1.4 |
| 3780 | 2026-06-25T22:52:31.471Z | Compiling unicase v2.9.0 |
| 3781 | 2026-06-25T22:52:31.522Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3782 | 2026-06-25T22:52:31.577Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-06-25T22:52:31.590Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3784 | 2026-06-25T22:52:31.669Z | Compiling mime_guess v2.0.5 |
| 3785 | 2026-06-25T22:52:31.686Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3786 | 2026-06-25T22:52:31.728Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3787 | 2026-06-25T22:52:31.800Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3788 | 2026-06-25T22:52:31.909Z | Checking progenitor-client v0.13.0 |
| 3789 | 2026-06-25T22:52:31.929Z | Checking tabled v0.20.0 |
| 3790 | 2026-06-25T22:52:32.144Z | Checking secrecy v0.8.0 |
| 3791 | 2026-06-25T22:52:32.200Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3792 | 2026-06-25T22:52:32.302Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3793 | 2026-06-25T22:52:32.372Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3794 | 2026-06-25T22:52:32.437Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3795 | 2026-06-25T22:52:32.674Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3796 | 2026-06-25T22:52:32.733Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3797 | 2026-06-25T22:52:32.781Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3798 | 2026-06-25T22:52:32.824Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3799 | 2026-06-25T22:52:32.838Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3800 | 2026-06-25T22:52:33.000Z | Checking filetime v0.2.27 |
| 3801 | 2026-06-25T22:52:33.014Z | Checking xattr v1.6.1 |
| 3802 | 2026-06-25T22:52:33.142Z | Checking http-range v0.1.5 |
| 3803 | 2026-06-25T22:52:33.224Z | Checking crc8 v0.1.1 |
| 3804 | 2026-06-25T22:52:33.268Z | Checking tar v0.4.45 |
| 3805 | 2026-06-25T22:52:33.325Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3806 | 2026-06-25T22:52:33.404Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-06-25T22:52:33.522Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3808 | 2026-06-25T22:52:33.539Z | Compiling progenitor-macro v0.13.0 |
| 3809 | 2026-06-25T22:52:33.587Z | Checking illumos-nvpair v0.3.0 |
| 3810 | 2026-06-25T22:52:33.651Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3811 | 2026-06-25T22:52:33.741Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3812 | 2026-06-25T22:52:33.769Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3813 | 2026-06-25T22:52:33.982Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3814 | 2026-06-25T22:52:33.999Z | Checking atty v0.2.14 |
| 3815 | 2026-06-25T22:52:34.038Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3816 | 2026-06-25T22:52:34.093Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3817 | 2026-06-25T22:52:34.109Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3818 | 2026-06-25T22:52:34.255Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3819 | 2026-06-25T22:52:34.373Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3820 | 2026-06-25T22:52:34.376Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3821 | 2026-06-25T22:52:34.429Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3822 | 2026-06-25T22:52:34.564Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3823 | 2026-06-25T22:52:34.595Z | Checking hyper-staticfile v0.10.1 |
| 3824 | 2026-06-25T22:52:34.748Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3825 | 2026-06-25T22:52:34.781Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3826 | 2026-06-25T22:52:34.886Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3827 | 2026-06-25T22:52:35.003Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3828 | 2026-06-25T22:52:35.154Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3829 | 2026-06-25T22:52:35.295Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3830 | 2026-06-25T22:52:35.435Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3831 | 2026-06-25T22:52:35.750Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3832 | 2026-06-25T22:52:36.469Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3833 | 2026-06-25T22:52:36.942Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3834 | 2026-06-25T22:52:37.352Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3835 | 2026-06-25T22:52:37.607Z | Checking progenitor v0.13.0 |
| 3836 | 2026-06-25T22:52:37.743Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3837 | 2026-06-25T22:52:39.737Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3838 | 2026-06-25T22:52:43.108Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3839 | 2026-06-25T22:52:54.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.20s |
| 3840 | 2026-06-25T22:52:54.206Z | |
| 3841 | 2026-06-25T22:52:54.206Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296) |
| 3842 | 2026-06-25T22:52:54.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2026-06-25T22:52:54.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2026-06-25T22:52:54.922Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3845 | 2026-06-25T22:53:05.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3846 | 2026-06-25T22:53:05.789Z | |
| 3847 | 2026-06-25T22:53:05.789Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296) |
| 3848 | 2026-06-25T22:53:06.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-06-25T22:53:06.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-06-25T22:53:06.510Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-06-25T22:53:17.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3852 | 2026-06-25T22:53:17.435Z | |
| 3853 | 2026-06-25T22:53:17.435Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296) |
| 3854 | 2026-06-25T22:53:17.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-06-25T22:53:17.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-06-25T22:53:18.156Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-06-25T22:53:28.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3858 | 2026-06-25T22:53:29.115Z | |
| 3859 | 2026-06-25T22:53:29.115Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296) |
| 3860 | 2026-06-25T22:53:29.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-06-25T22:53:29.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-06-25T22:53:29.835Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-06-25T22:53:40.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3864 | 2026-06-25T22:53:40.706Z | |
| 3865 | 2026-06-25T22:53:40.706Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296) |
| 3866 | 2026-06-25T22:53:41.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-06-25T22:53:41.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-06-25T22:53:41.427Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-06-25T22:53:52.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3870 | 2026-06-25T22:53:52.294Z | |
| 3871 | 2026-06-25T22:53:52.294Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296) |
| 3872 | 2026-06-25T22:53:52.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-06-25T22:53:52.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-06-25T22:53:53.012Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-06-25T22:54:03.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3876 | 2026-06-25T22:54:03.868Z | |
| 3877 | 2026-06-25T22:54:03.868Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296) |
| 3878 | 2026-06-25T22:54:04.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-06-25T22:54:04.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-06-25T22:54:04.595Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-06-25T22:54:15.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3882 | 2026-06-25T22:54:15.469Z | |
| 3883 | 2026-06-25T22:54:15.469Z | info: running `cargo check --bins` on bootstrap-agent-api (211/296) |
| 3884 | 2026-06-25T22:54:15.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-06-25T22:54:15.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-06-25T22:54:15.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3887 | 2026-06-25T22:54:15.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3888 | 2026-06-25T22:54:16.010Z | |
| 3889 | 2026-06-25T22:54:16.010Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296) |
| 3890 | 2026-06-25T22:54:16.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-06-25T22:54:16.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-06-25T22:54:16.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-06-25T22:54:16.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3894 | 2026-06-25T22:54:16.530Z | |
| 3895 | 2026-06-25T22:54:16.530Z | info: running `cargo check --bins` on range-requests (213/296) |
| 3896 | 2026-06-25T22:54:16.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-06-25T22:54:16.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-06-25T22:54:16.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-06-25T22:54:16.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3900 | 2026-06-25T22:54:17.045Z | |
| 3901 | 2026-06-25T22:54:17.045Z | info: running `cargo check --bins` on repo-depot-api (214/296) |
| 3902 | 2026-06-25T22:54:17.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-06-25T22:54:17.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-06-25T22:54:17.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-06-25T22:54:17.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3906 | 2026-06-25T22:54:17.565Z | |
| 3907 | 2026-06-25T22:54:17.565Z | info: running `cargo check --bins` on sled-agent-api (215/296) |
| 3908 | 2026-06-25T22:54:18.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-06-25T22:54:18.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-06-25T22:54:18.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-06-25T22:54:18.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3912 | 2026-06-25T22:54:18.107Z | |
| 3913 | 2026-06-25T22:54:18.107Z | info: running `cargo check --bins` on sled-diagnostics (216/296) |
| 3914 | 2026-06-25T22:54:18.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-06-25T22:54:18.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-06-25T22:54:18.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-06-25T22:54:18.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3918 | 2026-06-25T22:54:18.651Z | |
| 3919 | 2026-06-25T22:54:18.651Z | info: running `cargo check --bins` on zfs-test-harness (217/296) |
| 3920 | 2026-06-25T22:54:19.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-06-25T22:54:19.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-06-25T22:54:19.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-06-25T22:54:19.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3924 | 2026-06-25T22:54:19.195Z | |
| 3925 | 2026-06-25T22:54:19.196Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296) |
| 3926 | 2026-06-25T22:54:19.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-06-25T22:54:19.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-06-25T22:54:19.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-06-25T22:54:19.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3930 | 2026-06-25T22:54:19.744Z | |
| 3931 | 2026-06-25T22:54:19.744Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296) |
| 3932 | 2026-06-25T22:54:20.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-06-25T22:54:20.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-06-25T22:54:20.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-06-25T22:54:20.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3936 | 2026-06-25T22:54:20.293Z | |
| 3937 | 2026-06-25T22:54:20.293Z | info: running `cargo check --bins` on sled-agent-early-networking (220/296) |
| 3938 | 2026-06-25T22:54:20.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-06-25T22:54:20.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-06-25T22:54:20.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-06-25T22:54:20.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3942 | 2026-06-25T22:54:20.838Z | |
| 3943 | 2026-06-25T22:54:20.838Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/296) |
| 3944 | 2026-06-25T22:54:21.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-06-25T22:54:21.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-06-25T22:54:21.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-06-25T22:54:21.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3948 | 2026-06-25T22:54:21.385Z | |
| 3949 | 2026-06-25T22:54:21.385Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296) |
| 3950 | 2026-06-25T22:54:21.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-06-25T22:54:21.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-06-25T22:54:21.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-06-25T22:54:21.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3954 | 2026-06-25T22:54:21.936Z | |
| 3955 | 2026-06-25T22:54:21.936Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296) |
| 3956 | 2026-06-25T22:54:22.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-06-25T22:54:22.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-06-25T22:54:22.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-06-25T22:54:22.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3960 | 2026-06-25T22:54:22.484Z | |
| 3961 | 2026-06-25T22:54:22.484Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/296) |
| 3962 | 2026-06-25T22:54:22.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-06-25T22:54:22.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-06-25T22:54:22.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-06-25T22:54:22.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3966 | 2026-06-25T22:54:23.030Z | |
| 3967 | 2026-06-25T22:54:23.030Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/296) |
| 3968 | 2026-06-25T22:54:23.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-06-25T22:54:23.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-06-25T22:54:23.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-06-25T22:54:23.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3972 | 2026-06-25T22:54:23.604Z | |
| 3973 | 2026-06-25T22:54:23.604Z | info: running `cargo check --bins` on trust-quorum (226/296) |
| 3974 | 2026-06-25T22:54:24.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-06-25T22:54:24.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-06-25T22:54:24.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-06-25T22:54:24.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3978 | 2026-06-25T22:54:24.155Z | |
| 3979 | 2026-06-25T22:54:24.155Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296) |
| 3980 | 2026-06-25T22:54:24.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-06-25T22:54:24.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-06-25T22:54:24.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-06-25T22:54:24.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3984 | 2026-06-25T22:54:24.716Z | |
| 3985 | 2026-06-25T22:54:24.717Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/296) |
| 3986 | 2026-06-25T22:54:25.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-06-25T22:54:25.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-06-25T22:54:25.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-06-25T22:54:25.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3990 | 2026-06-25T22:54:25.298Z | |
| 3991 | 2026-06-25T22:54:25.298Z | info: running `cargo check --bins` on update-common (229/296) |
| 3992 | 2026-06-25T22:54:25.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-06-25T22:54:25.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-06-25T22:54:25.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-06-25T22:54:25.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3996 | 2026-06-25T22:54:25.844Z | |
| 3997 | 2026-06-25T22:54:25.844Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296) |
| 3998 | 2026-06-25T22:54:26.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-06-25T22:54:26.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-06-25T22:54:26.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-06-25T22:54:26.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4002 | 2026-06-25T22:54:26.404Z | |
| 4003 | 2026-06-25T22:54:26.404Z | info: running `cargo check --bins` on omicron-deployment-graph (231/296) |
| 4004 | 2026-06-25T22:54:26.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-06-25T22:54:26.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-06-25T22:54:26.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-06-25T22:54:26.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4008 | 2026-06-25T22:54:26.917Z | |
| 4009 | 2026-06-25T22:54:26.917Z | info: running `cargo check --bins` on reconfigurator-cli (232/296) |
| 4010 | 2026-06-25T22:54:27.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-06-25T22:54:27.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-06-25T22:54:27.630Z | Compiling fs-err v2.11.0 |
| 4013 | 2026-06-25T22:54:27.633Z | Checking ignore v0.4.25 |
| 4014 | 2026-06-25T22:54:27.633Z | Checking arc-swap v1.8.2 |
| 4015 | 2026-06-25T22:54:27.758Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4016 | 2026-06-25T22:54:27.761Z | Checking predicates-tree v1.0.13 |
| 4017 | 2026-06-25T22:54:27.761Z | Checking parse-size v1.1.0 |
| 4018 | 2026-06-25T22:54:27.786Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4019 | 2026-06-25T22:54:27.796Z | Checking rand_seeder v0.4.0 |
| 4020 | 2026-06-25T22:54:27.863Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4021 | 2026-06-25T22:54:27.880Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4022 | 2026-06-25T22:54:27.933Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4023 | 2026-06-25T22:54:27.954Z | Checking slog-scope v4.4.1 |
| 4024 | 2026-06-25T22:54:27.991Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4025 | 2026-06-25T22:54:28.072Z | Compiling petname v2.0.2 |
| 4026 | 2026-06-25T22:54:28.085Z | Checking slog-stdlog v4.1.1 |
| 4027 | 2026-06-25T22:54:28.098Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4028 | 2026-06-25T22:54:28.120Z | Checking globwalk v0.9.1 |
| 4029 | 2026-06-25T22:54:28.176Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4030 | 2026-06-25T22:54:28.198Z | Checking slog-envlogger v2.2.0 |
| 4031 | 2026-06-25T22:54:28.300Z | Checking camino-tempfile-ext v0.3.3 |
| 4032 | 2026-06-25T22:54:28.347Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4033 | 2026-06-25T22:54:28.391Z | Checking sapling-renderdag v0.1.0 |
| 4034 | 2026-06-25T22:54:28.492Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4035 | 2026-06-25T22:54:28.533Z | Checking subprocess v0.2.15 |
| 4036 | 2026-06-25T22:54:28.632Z | Checking sync-ptr v0.1.4 |
| 4037 | 2026-06-25T22:54:28.703Z | Checking colored v2.2.0 |
| 4038 | 2026-06-25T22:54:28.743Z | Checking assert_matches v1.5.0 |
| 4039 | 2026-06-25T22:54:28.813Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4040 | 2026-06-25T22:54:28.990Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4041 | 2026-06-25T22:54:28.990Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4042 | 2026-06-25T22:54:29.641Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4043 | 2026-06-25T22:54:30.979Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4044 | 2026-06-25T22:54:33.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
| 4045 | 2026-06-25T22:54:33.339Z | |
| 4046 | 2026-06-25T22:54:33.339Z | info: running `cargo check --bins` on omicron-repl-utils (233/296) |
| 4047 | 2026-06-25T22:54:33.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4048 | 2026-06-25T22:54:33.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4049 | 2026-06-25T22:54:33.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4050 | 2026-06-25T22:54:33.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4051 | 2026-06-25T22:54:33.847Z | |
| 4052 | 2026-06-25T22:54:33.847Z | info: running `cargo check --bins` on transient-dns-server (234/296) |
| 4053 | 2026-06-25T22:54:34.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-06-25T22:54:34.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-06-25T22:54:34.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-06-25T22:54:34.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4057 | 2026-06-25T22:54:34.379Z | |
| 4058 | 2026-06-25T22:54:34.379Z | info: running `cargo check --bins` on nexus-test-interface (235/296) |
| 4059 | 2026-06-25T22:54:34.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-06-25T22:54:34.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-06-25T22:54:34.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-06-25T22:54:34.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4063 | 2026-06-25T22:54:34.961Z | |
| 4064 | 2026-06-25T22:54:34.962Z | info: running `cargo check --bins` on oximeter-collector (236/296) |
| 4065 | 2026-06-25T22:54:35.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-06-25T22:54:35.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-06-25T22:54:35.624Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4068 | 2026-06-25T22:54:35.624Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4069 | 2026-06-25T22:54:36.254Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4070 | 2026-06-25T22:54:37.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s |
| 4071 | 2026-06-25T22:54:38.000Z | |
| 4072 | 2026-06-25T22:54:38.001Z | info: running `cargo check --bins` on oximeter-api (237/296) |
| 4073 | 2026-06-25T22:54:38.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4074 | 2026-06-25T22:54:38.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4075 | 2026-06-25T22:54:38.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4076 | 2026-06-25T22:54:38.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4077 | 2026-06-25T22:54:38.522Z | |
| 4078 | 2026-06-25T22:54:38.522Z | info: running `cargo check --bins` on cert-dev (238/296) |
| 4079 | 2026-06-25T22:54:38.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-06-25T22:54:38.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-06-25T22:54:39.064Z | Checking yasna v0.5.2 |
| 4082 | 2026-06-25T22:54:39.463Z | Checking rcgen v0.12.1 |
| 4083 | 2026-06-25T22:54:39.711Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4084 | 2026-06-25T22:54:39.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4085 | 2026-06-25T22:54:40.057Z | |
| 4086 | 2026-06-25T22:54:40.057Z | info: running `cargo check --bins` on clickana (239/296) |
| 4087 | 2026-06-25T22:54:40.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-06-25T22:54:40.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-06-25T22:54:40.644Z | Compiling darling_core v0.23.0 |
| 4090 | 2026-06-25T22:54:40.749Z | Compiling instability v0.3.11 |
| 4091 | 2026-06-25T22:54:40.753Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4092 | 2026-06-25T22:54:40.756Z | Checking castaway v0.2.4 |
| 4093 | 2026-06-25T22:54:40.761Z | Compiling indoc v2.0.7 |
| 4094 | 2026-06-25T22:54:40.771Z | Checking unicode-truncate v1.1.0 |
| 4095 | 2026-06-25T22:54:40.774Z | Checking lru v0.12.5 |
| 4096 | 2026-06-25T22:54:40.774Z | Checking cassowary v0.3.0 |
| 4097 | 2026-06-25T22:54:40.845Z | Checking compact_str v0.8.1 |
| 4098 | 2026-06-25T22:54:42.077Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4099 | 2026-06-25T22:54:42.157Z | Compiling darling_macro v0.23.0 |
| 4100 | 2026-06-25T22:54:42.248Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4101 | 2026-06-25T22:54:42.570Z | Compiling darling v0.23.0 |
| 4102 | 2026-06-25T22:54:43.189Z | Checking ratatui v0.29.0 |
| 4103 | 2026-06-25T22:54:44.249Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4104 | 2026-06-25T22:54:44.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s |
| 4105 | 2026-06-25T22:54:45.064Z | |
| 4106 | 2026-06-25T22:54:45.064Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/296) |
| 4107 | 2026-06-25T22:54:45.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4108 | 2026-06-25T22:54:45.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4109 | 2026-06-25T22:54:45.728Z | Checking headers-core v0.3.0 |
| 4110 | 2026-06-25T22:54:45.731Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4111 | 2026-06-25T22:54:45.916Z | Checking headers v0.4.1 |
| 4112 | 2026-06-25T22:54:46.280Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4113 | 2026-06-25T22:54:47.139Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4114 | 2026-06-25T22:54:47.617Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4115 | 2026-06-25T22:54:48.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 4116 | 2026-06-25T22:54:48.193Z | |
| 4117 | 2026-06-25T22:54:48.193Z | info: running `cargo check --bins` on ch-dev (241/296) |
| 4118 | 2026-06-25T22:54:48.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4119 | 2026-06-25T22:54:48.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4120 | 2026-06-25T22:54:48.855Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4121 | 2026-06-25T22:54:49.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4122 | 2026-06-25T22:54:49.754Z | |
| 4123 | 2026-06-25T22:54:49.755Z | info: running `cargo check --bins` on dev-tools-common (242/296) |
| 4124 | 2026-06-25T22:54:50.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-06-25T22:54:50.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-06-25T22:54:50.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4127 | 2026-06-25T22:54:50.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s |
| 4128 | 2026-06-25T22:54:50.137Z | |
| 4129 | 2026-06-25T22:54:50.137Z | info: running `cargo check --bins` on crdb-seed (243/296) |
| 4130 | 2026-06-25T22:54:50.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-06-25T22:54:50.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-06-25T22:54:50.791Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4133 | 2026-06-25T22:54:51.780Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4134 | 2026-06-25T22:54:52.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 4135 | 2026-06-25T22:54:52.285Z | |
| 4136 | 2026-06-25T22:54:52.285Z | info: running `cargo check --bins` on db-dev (244/296) |
| 4137 | 2026-06-25T22:54:52.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4138 | 2026-06-25T22:54:52.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4139 | 2026-06-25T22:54:52.940Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4140 | 2026-06-25T22:54:53.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4141 | 2026-06-25T22:54:53.847Z | |
| 4142 | 2026-06-25T22:54:53.847Z | info: running `cargo check --bins` on omicron-dev-lib (245/296) |
| 4143 | 2026-06-25T22:54:54.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-06-25T22:54:54.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-06-25T22:54:54.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-06-25T22:54:54.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4147 | 2026-06-25T22:54:54.407Z | |
| 4148 | 2026-06-25T22:54:54.407Z | info: running `cargo check --bins` on xtask-downloader (246/296) |
| 4149 | 2026-06-25T22:54:54.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-06-25T22:54:54.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-06-25T22:54:54.957Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4152 | 2026-06-25T22:54:55.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4153 | 2026-06-25T22:54:55.794Z | |
| 4154 | 2026-06-25T22:54:55.794Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/296) |
| 4155 | 2026-06-25T22:54:56.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-06-25T22:54:56.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-06-25T22:54:56.478Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4158 | 2026-06-25T22:54:56.478Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4159 | 2026-06-25T22:54:56.481Z | Checking git-stub v1.0.0 |
| 4160 | 2026-06-25T22:54:56.481Z | Compiling trait-variant v0.1.2 |
| 4161 | 2026-06-25T22:54:56.598Z | Checking maplit v1.0.2 |
| 4162 | 2026-06-25T22:54:56.603Z | Checking is_ci v1.2.0 |
| 4163 | 2026-06-25T22:54:56.609Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4164 | 2026-06-25T22:54:56.629Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4165 | 2026-06-25T22:54:56.692Z | Checking drift v0.2.0 |
| 4166 | 2026-06-25T22:54:56.695Z | Checking supports-color v3.0.2 |
| 4167 | 2026-06-25T22:54:56.727Z | Checking git-stub-vcs v0.1.0 |
| 4168 | 2026-06-25T22:54:56.803Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4169 | 2026-06-25T22:54:56.822Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4170 | 2026-06-25T22:54:56.838Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4171 | 2026-06-25T22:54:56.917Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4172 | 2026-06-25T22:54:57.039Z | Checking dropshot-api-manager v0.7.2 |
| 4173 | 2026-06-25T22:54:57.083Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4174 | 2026-06-25T22:54:57.097Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4175 | 2026-06-25T22:54:57.118Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4176 | 2026-06-25T22:54:57.342Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4177 | 2026-06-25T22:54:57.840Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4178 | 2026-06-25T22:54:58.817Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4179 | 2026-06-25T22:55:00.038Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4180 | 2026-06-25T22:55:00.628Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4181 | 2026-06-25T22:55:01.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s |
| 4182 | 2026-06-25T22:55:01.235Z | |
| 4183 | 2026-06-25T22:55:01.235Z | info: running `cargo check --bins` on installinator-api (248/296) |
| 4184 | 2026-06-25T22:55:01.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2026-06-25T22:55:01.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2026-06-25T22:55:01.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4187 | 2026-06-25T22:55:01.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4188 | 2026-06-25T22:55:01.761Z | |
| 4189 | 2026-06-25T22:55:01.761Z | info: running `cargo check --bins` on nexus-external-api (249/296) |
| 4190 | 2026-06-25T22:55:02.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2026-06-25T22:55:02.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2026-06-25T22:55:02.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4193 | 2026-06-25T22:55:02.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4194 | 2026-06-25T22:55:02.327Z | |
| 4195 | 2026-06-25T22:55:02.327Z | info: running `cargo check --bins` on nexus-internal-api (250/296) |
| 4196 | 2026-06-25T22:55:02.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-06-25T22:55:02.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-06-25T22:55:02.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-06-25T22:55:02.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4200 | 2026-06-25T22:55:02.887Z | |
| 4201 | 2026-06-25T22:55:02.887Z | info: running `cargo check --bins` on nexus-lockstep-api (251/296) |
| 4202 | 2026-06-25T22:55:03.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-06-25T22:55:03.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-06-25T22:55:03.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-06-25T22:55:03.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4206 | 2026-06-25T22:55:03.452Z | |
| 4207 | 2026-06-25T22:55:03.452Z | info: running `cargo check --bins` on ntp-admin-api (252/296) |
| 4208 | 2026-06-25T22:55:03.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-06-25T22:55:03.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-06-25T22:55:03.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-06-25T22:55:03.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4212 | 2026-06-25T22:55:03.977Z | |
| 4213 | 2026-06-25T22:55:03.977Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/296) |
| 4214 | 2026-06-25T22:55:04.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-06-25T22:55:04.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-06-25T22:55:04.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-06-25T22:55:04.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4218 | 2026-06-25T22:55:04.492Z | |
| 4219 | 2026-06-25T22:55:04.492Z | info: running `cargo check --bins` on wicketd-api (254/296) |
| 4220 | 2026-06-25T22:55:04.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-06-25T22:55:04.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-06-25T22:55:04.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-06-25T22:55:04.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4224 | 2026-06-25T22:55:05.030Z | |
| 4225 | 2026-06-25T22:55:05.030Z | info: running `cargo check --bins` on omicron-ls-apis (255/296) |
| 4226 | 2026-06-25T22:55:05.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-06-25T22:55:05.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-06-25T22:55:05.581Z | Checking typeid v1.0.3 |
| 4229 | 2026-06-25T22:55:05.688Z | Checking ordered-float v2.10.1 |
| 4230 | 2026-06-25T22:55:05.706Z | Checking unicode-xid v0.2.6 |
| 4231 | 2026-06-25T22:55:05.709Z | Checking cargo-platform v0.2.0 |
| 4232 | 2026-06-25T22:55:05.727Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4233 | 2026-06-25T22:55:05.751Z | Checking erased-serde v0.4.9 |
| 4234 | 2026-06-25T22:55:05.893Z | Checking serde-value v0.7.0 |
| 4235 | 2026-06-25T22:55:06.063Z | Checking serde-untagged v0.1.9 |
| 4236 | 2026-06-25T22:55:06.213Z | Checking cargo-util-schemas v0.8.2 |
| 4237 | 2026-06-25T22:55:06.899Z | Checking cargo_metadata v0.21.0 |
| 4238 | 2026-06-25T22:55:07.500Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4239 | 2026-06-25T22:55:08.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4240 | 2026-06-25T22:55:08.384Z | |
| 4241 | 2026-06-25T22:55:08.384Z | info: running `cargo check --bins` on mgs-dev (256/296) |
| 4242 | 2026-06-25T22:55:08.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-06-25T22:55:08.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-06-25T22:55:09.056Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4245 | 2026-06-25T22:55:09.657Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4246 | 2026-06-25T22:55:10.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4247 | 2026-06-25T22:55:10.328Z | |
| 4248 | 2026-06-25T22:55:10.328Z | info: running `cargo check --bins` on omicron-omdb (257/296) |
| 4249 | 2026-06-25T22:55:10.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4250 | 2026-06-25T22:55:10.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4251 | 2026-06-25T22:55:11.221Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4252 | 2026-06-25T22:55:11.221Z | Compiling vergen-lib v0.1.6 |
| 4253 | 2026-06-25T22:55:11.223Z | Compiling diesel_derives v2.3.7 |
| 4254 | 2026-06-25T22:55:11.223Z | Compiling dsl_auto_type v0.2.0 |
| 4255 | 2026-06-25T22:55:11.223Z | Checking scheduled-thread-pool v0.2.7 |
| 4256 | 2026-06-25T22:55:11.224Z | Compiling vergen-gitcl v1.0.8 |
| 4257 | 2026-06-25T22:55:11.224Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4258 | 2026-06-25T22:55:11.362Z | Compiling dirs-sys-next v0.1.2 |
| 4259 | 2026-06-25T22:55:11.489Z | Compiling crunchy v0.2.4 |
| 4260 | 2026-06-25T22:55:11.541Z | Compiling glob v0.3.3 |
| 4261 | 2026-06-25T22:55:11.618Z | Compiling dirs-next v2.0.0 |
| 4262 | 2026-06-25T22:55:11.630Z | Checking r2d2 v0.8.10 |
| 4263 | 2026-06-25T22:55:11.660Z | Checking downcast-rs v2.0.2 |
| 4264 | 2026-06-25T22:55:11.734Z | Compiling tiny-keccak v2.0.2 |
| 4265 | 2026-06-25T22:55:11.765Z | Compiling term v0.7.0 |
| 4266 | 2026-06-25T22:55:11.808Z | Compiling bit-vec v0.6.3 |
| 4267 | 2026-06-25T22:55:11.918Z | Compiling clang-sys v1.8.1 |
| 4268 | 2026-06-25T22:55:12.001Z | Compiling bit-set v0.5.3 |
| 4269 | 2026-06-25T22:55:12.023Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4270 | 2026-06-25T22:55:12.156Z | Compiling ascii-canvas v3.0.0 |
| 4271 | 2026-06-25T22:55:12.220Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4272 | 2026-06-25T22:55:12.301Z | Compiling itertools v0.10.5 |
| 4273 | 2026-06-25T22:55:12.317Z | Compiling ena v0.14.4 |
| 4274 | 2026-06-25T22:55:12.361Z | Compiling libloading v0.8.9 |
| 4275 | 2026-06-25T22:55:12.376Z | Compiling bindgen v0.71.1 |
| 4276 | 2026-06-25T22:55:12.418Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4277 | 2026-06-25T22:55:12.446Z | Compiling diff v0.1.13 |
| 4278 | 2026-06-25T22:55:12.524Z | Compiling regex-syntax v0.6.29 |
| 4279 | 2026-06-25T22:55:12.732Z | Compiling cexpr v0.6.0 |
| 4280 | 2026-06-25T22:55:12.816Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4281 | 2026-06-25T22:55:13.005Z | Compiling rustc-hash v2.1.1 |
| 4282 | 2026-06-25T22:55:13.173Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4283 | 2026-06-25T22:55:13.194Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4284 | 2026-06-25T22:55:13.375Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4285 | 2026-06-25T22:55:13.404Z | Compiling libxml v0.3.3 |
| 4286 | 2026-06-25T22:55:13.508Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4287 | 2026-06-25T22:55:13.642Z | Compiling strum_macros v0.24.3 |
| 4288 | 2026-06-25T22:55:13.662Z | Compiling indoc v1.0.9 |
| 4289 | 2026-06-25T22:55:14.113Z | Compiling lalrpop v0.19.12 |
| 4290 | 2026-06-25T22:55:14.451Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4291 | 2026-06-25T22:55:14.592Z | Checking derive_builder v0.20.2 |
| 4292 | 2026-06-25T22:55:14.641Z | Compiling oso-derive v0.27.3 |
| 4293 | 2026-06-25T22:55:14.711Z | Checking quick-xml v0.37.5 |
| 4294 | 2026-06-25T22:55:14.979Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4295 | 2026-06-25T22:55:15.139Z | Checking openssl-probe v0.1.6 |
| 4296 | 2026-06-25T22:55:15.283Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4297 | 2026-06-25T22:55:15.629Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4298 | 2026-06-25T22:55:15.821Z | Checking bb8 v0.8.6 |
| 4299 | 2026-06-25T22:55:16.081Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4300 | 2026-06-25T22:55:16.117Z | Compiling libz-sys v1.1.24 |
| 4301 | 2026-06-25T22:55:16.200Z | Checking nonempty v0.12.0 |
| 4302 | 2026-06-25T22:55:16.278Z | Compiling strsim v0.10.0 |
| 4303 | 2026-06-25T22:55:16.366Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4304 | 2026-06-25T22:55:16.571Z | Compiling darling_core v0.13.4 |
| 4305 | 2026-06-25T22:55:16.644Z | Compiling vergen-git2 v9.1.0 |
| 4306 | 2026-06-25T22:55:16.722Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4307 | 2026-06-25T22:55:16.844Z | Compiling base64 v0.21.7 |
| 4308 | 2026-06-25T22:55:16.927Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4309 | 2026-06-25T22:55:17.164Z | Compiling ron v0.8.1 |
| 4310 | 2026-06-25T22:55:17.285Z | Checking diesel v2.3.7 |
| 4311 | 2026-06-25T22:55:17.915Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4312 | 2026-06-25T22:55:18.105Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4313 | 2026-06-25T22:55:18.142Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4314 | 2026-06-25T22:55:18.328Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4315 | 2026-06-25T22:55:18.421Z | Compiling darling_macro v0.13.4 |
| 4316 | 2026-06-25T22:55:18.516Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4317 | 2026-06-25T22:55:18.703Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4318 | 2026-06-25T22:55:18.892Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4319 | 2026-06-25T22:55:18.895Z | Compiling darling v0.13.4 |
| 4320 | 2026-06-25T22:55:18.998Z | Compiling serde_with_macros v1.5.2 |
| 4321 | 2026-06-25T22:55:19.079Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4322 | 2026-06-25T22:55:19.271Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4323 | 2026-06-25T22:55:19.323Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4324 | 2026-06-25T22:55:19.455Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4325 | 2026-06-25T22:55:19.842Z | Compiling serde_with v1.14.0 |
| 4326 | 2026-06-25T22:55:20.998Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4327 | 2026-06-25T22:55:21.013Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4328 | 2026-06-25T22:55:21.252Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-06-25T22:55:21.925Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4330 | 2026-06-25T22:55:22.613Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4331 | 2026-06-25T22:55:22.630Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4332 | 2026-06-25T22:55:22.875Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4333 | 2026-06-25T22:55:23.211Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4334 | 2026-06-25T22:55:23.404Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4335 | 2026-06-25T22:55:23.454Z | Checking twox-hash v2.1.2 |
| 4336 | 2026-06-25T22:55:23.710Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4337 | 2026-06-25T22:55:23.761Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4338 | 2026-06-25T22:55:23.798Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4339 | 2026-06-25T22:55:24.598Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4340 | 2026-06-25T22:55:24.755Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4341 | 2026-06-25T22:55:25.491Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4342 | 2026-06-25T22:55:25.811Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4343 | 2026-06-25T22:55:26.076Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4344 | 2026-06-25T22:55:26.156Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4345 | 2026-06-25T22:55:26.481Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4346 | 2026-06-25T22:55:26.671Z | Checking console v0.16.2 |
| 4347 | 2026-06-25T22:55:26.981Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4348 | 2026-06-25T22:55:27.118Z | Checking fatfs v0.3.6 |
| 4349 | 2026-06-25T22:55:27.134Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4350 | 2026-06-25T22:55:27.587Z | Compiling seq-macro v0.3.6 |
| 4351 | 2026-06-25T22:55:28.096Z | Checking unit-prefix v0.5.2 |
| 4352 | 2026-06-25T22:55:28.237Z | Checking indicatif v0.18.4 |
| 4353 | 2026-06-25T22:55:28.478Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4354 | 2026-06-25T22:55:28.624Z | Checking support-bundle-viewer v0.1.2 |
| 4355 | 2026-06-25T22:55:28.879Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4356 | 2026-06-25T22:55:29.113Z | Checking multimap v0.10.1 |
| 4357 | 2026-06-25T22:55:34.802Z | Checking async-bb8-diesel v0.2.1 |
| 4358 | 2026-06-25T22:55:35.177Z | Checking diesel-dtrace v0.5.0 |
| 4359 | 2026-06-25T22:55:37.543Z | Compiling samael v0.0.19 |
| 4360 | 2026-06-25T22:55:41.479Z | Compiling git2 v0.20.4 |
| 4361 | 2026-06-25T22:55:44.670Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4362 | 2026-06-25T22:55:44.957Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4363 | 2026-06-25T22:55:46.048Z | Compiling polar-core v0.27.3 |
| 4364 | 2026-06-25T22:55:50.522Z | Checking oso v0.27.3 |
| 4365 | 2026-06-25T22:56:19.777Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4366 | 2026-06-25T22:57:32.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4367 | 2026-06-25T22:57:32.798Z | |
| 4368 | 2026-06-25T22:57:32.798Z | info: running `cargo check --bins` on nexus-networking (258/296) |
| 4369 | 2026-06-25T22:57:33.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-06-25T22:57:33.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-06-25T22:57:33.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4372 | 2026-06-25T22:57:33.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4373 | 2026-06-25T22:57:33.410Z | |
| 4374 | 2026-06-25T22:57:33.411Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296) |
| 4375 | 2026-06-25T22:57:33.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4376 | 2026-06-25T22:57:33.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4377 | 2026-06-25T22:57:33.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4378 | 2026-06-25T22:57:33.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4379 | 2026-06-25T22:57:33.990Z | |
| 4380 | 2026-06-25T22:57:33.990Z | info: running `cargo check --bins` on nexus-saga-recovery (260/296) |
| 4381 | 2026-06-25T22:57:34.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-06-25T22:57:34.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-06-25T22:57:34.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4384 | 2026-06-25T22:57:34.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4385 | 2026-06-25T22:57:34.570Z | |
| 4386 | 2026-06-25T22:57:34.570Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/296) |
| 4387 | 2026-06-25T22:57:35.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-06-25T22:57:35.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-06-25T22:57:35.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4390 | 2026-06-25T22:57:35.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4391 | 2026-06-25T22:57:35.081Z | |
| 4392 | 2026-06-25T22:57:35.081Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/296) |
| 4393 | 2026-06-25T22:57:35.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-06-25T22:57:35.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-06-25T22:57:35.854Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4396 | 2026-06-25T22:57:36.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4397 | 2026-06-25T22:57:36.775Z | |
| 4398 | 2026-06-25T22:57:36.775Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296) |
| 4399 | 2026-06-25T22:57:37.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-06-25T22:57:37.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-06-25T22:57:37.537Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4402 | 2026-06-25T22:58:15.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.44s |
| 4403 | 2026-06-25T22:58:15.430Z | |
| 4404 | 2026-06-25T22:58:15.430Z | info: running `cargo check --bins` on nexus-background-task-interface (264/296) |
| 4405 | 2026-06-25T22:58:15.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-06-25T22:58:15.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-06-25T22:58:15.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-06-25T22:58:15.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4409 | 2026-06-25T22:58:15.958Z | |
| 4410 | 2026-06-25T22:58:15.958Z | info: running `cargo check --bins --no-default-features` on nexus-fm (265/296) |
| 4411 | 2026-06-25T22:58:16.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-06-25T22:58:16.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-06-25T22:58:16.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4414 | 2026-06-25T22:58:16.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4415 | 2026-06-25T22:58:16.504Z | |
| 4416 | 2026-06-25T22:58:16.504Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296) |
| 4417 | 2026-06-25T22:58:16.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-06-25T22:58:16.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-06-25T22:58:16.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-06-25T22:58:16.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4421 | 2026-06-25T22:58:17.086Z | |
| 4422 | 2026-06-25T22:58:17.086Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (267/296) |
| 4423 | 2026-06-25T22:58:17.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-06-25T22:58:17.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-06-25T22:58:17.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-06-25T22:58:17.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4427 | 2026-06-25T22:58:17.664Z | |
| 4428 | 2026-06-25T22:58:17.664Z | info: running `cargo check --bins` on nexus-mgs-updates (268/296) |
| 4429 | 2026-06-25T22:58:18.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-06-25T22:58:18.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-06-25T22:58:18.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4432 | 2026-06-25T22:58:18.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4433 | 2026-06-25T22:58:18.234Z | |
| 4434 | 2026-06-25T22:58:18.234Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (269/296) |
| 4435 | 2026-06-25T22:58:18.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-06-25T22:58:18.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-06-25T22:58:18.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-06-25T22:58:18.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4439 | 2026-06-25T22:58:18.811Z | |
| 4440 | 2026-06-25T22:58:18.811Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296) |
| 4441 | 2026-06-25T22:58:19.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-06-25T22:58:19.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-06-25T22:58:19.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4444 | 2026-06-25T22:58:19.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4445 | 2026-06-25T22:58:19.389Z | |
| 4446 | 2026-06-25T22:58:19.389Z | info: running `cargo check --bins` on support-bundle-collection (271/296) |
| 4447 | 2026-06-25T22:58:19.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-06-25T22:58:19.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-06-25T22:58:19.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4450 | 2026-06-25T22:58:19.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4451 | 2026-06-25T22:58:19.968Z | |
| 4452 | 2026-06-25T22:58:19.968Z | info: running `cargo check --bins` on omicron-dev (272/296) |
| 4453 | 2026-06-25T22:58:20.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-06-25T22:58:20.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-06-25T22:58:20.809Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4456 | 2026-06-25T22:58:20.812Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4457 | 2026-06-25T22:58:20.956Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4458 | 2026-06-25T22:58:20.972Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4459 | 2026-06-25T22:58:20.986Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4460 | 2026-06-25T22:58:20.997Z | Checking yansi v1.0.1 |
| 4461 | 2026-06-25T22:58:21.002Z | Checking diff v0.1.13 |
| 4462 | 2026-06-25T22:58:21.022Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4463 | 2026-06-25T22:58:21.117Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4464 | 2026-06-25T22:58:21.244Z | Checking pretty_assertions v1.4.1 |
| 4465 | 2026-06-25T22:58:21.950Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4466 | 2026-06-25T22:58:22.032Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4467 | 2026-06-25T22:58:46.221Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4468 | 2026-06-25T22:58:46.224Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4469 | 2026-06-25T22:58:46.224Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4470 | 2026-06-25T22:58:46.224Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4471 | 2026-06-25T22:58:46.224Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4472 | 2026-06-25T22:58:46.224Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4473 | 2026-06-25T22:58:47.043Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4474 | 2026-06-25T22:58:47.043Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4475 | 2026-06-25T22:58:48.247Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4476 | 2026-06-25T22:59:25.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4477 | 2026-06-25T22:59:25.879Z | |
| 4478 | 2026-06-25T22:59:25.879Z | info: running `cargo check --bins` on omicron-pins (273/296) |
| 4479 | 2026-06-25T22:59:26.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4480 | 2026-06-25T22:59:26.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4481 | 2026-06-25T22:59:26.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4482 | 2026-06-25T22:59:26.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4483 | 2026-06-25T22:59:26.399Z | |
| 4484 | 2026-06-25T22:59:26.399Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296) |
| 4485 | 2026-06-25T22:59:26.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4486 | 2026-06-25T22:59:26.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4487 | 2026-06-25T22:59:27.124Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4488 | 2026-06-25T22:59:27.240Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4489 | 2026-06-25T22:59:27.243Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4490 | 2026-06-25T22:59:54.120Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4491 | 2026-06-25T22:59:54.488Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4492 | 2026-06-25T22:59:56.189Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4493 | 2026-06-25T22:59:56.623Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4494 | 2026-06-25T22:59:59.604Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4495 | 2026-06-25T23:00:23.151Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4496 | 2026-06-25T23:00:23.842Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4497 | 2026-06-25T23:00:25.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.05s |
| 4498 | 2026-06-25T23:00:25.643Z | |
| 4499 | 2026-06-25T23:00:25.643Z | info: running `cargo check --bins` on reconfigurator-sp-updater (275/296) |
| 4500 | 2026-06-25T23:00:26.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-06-25T23:00:26.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-06-25T23:00:26.316Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4503 | 2026-06-25T23:00:26.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4504 | 2026-06-25T23:00:27.163Z | |
| 4505 | 2026-06-25T23:00:27.163Z | info: running `cargo check --bins` on omicron-releng (276/296) |
| 4506 | 2026-06-25T23:00:27.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-06-25T23:00:27.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-06-25T23:00:27.766Z | Compiling blake3 v1.8.5 |
| 4509 | 2026-06-25T23:00:27.870Z | Checking constant_time_eq v0.4.2 |
| 4510 | 2026-06-25T23:00:27.873Z | Checking arrayref v0.3.9 |
| 4511 | 2026-06-25T23:00:27.873Z | Checking arrayvec v0.7.6 |
| 4512 | 2026-06-25T23:00:27.886Z | Checking topological-sort v0.2.2 |
| 4513 | 2026-06-25T23:00:27.888Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4514 | 2026-06-25T23:00:27.888Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4515 | 2026-06-25T23:00:27.888Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4516 | 2026-06-25T23:00:27.933Z | Checking shell-words v1.1.1 |
| 4517 | 2026-06-25T23:00:28.753Z | Checking omicron-zone-package v0.12.3 |
| 4518 | 2026-06-25T23:00:29.468Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4519 | 2026-06-25T23:00:30.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 4520 | 2026-06-25T23:00:30.504Z | |
| 4521 | 2026-06-25T23:00:30.504Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (277/296) |
| 4522 | 2026-06-25T23:00:30.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-06-25T23:00:30.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-06-25T23:00:31.096Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4525 | 2026-06-25T23:00:31.411Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4526 | 2026-06-25T23:00:31.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 4527 | 2026-06-25T23:00:31.974Z | |
| 4528 | 2026-06-25T23:00:31.974Z | info: running `cargo check --bins` on schema (278/296) |
| 4529 | 2026-06-25T23:00:32.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-06-25T23:00:32.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-06-25T23:00:32.654Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4532 | 2026-06-25T23:00:33.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4533 | 2026-06-25T23:00:33.505Z | |
| 4534 | 2026-06-25T23:00:33.506Z | info: running `cargo check --bins` on xtask (279/296) |
| 4535 | 2026-06-25T23:00:33.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-06-25T23:00:33.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-06-25T23:00:33.895Z | Checking libc v0.2.185 |
| 4538 | 2026-06-25T23:00:33.969Z | Checking serde v1.0.228 |
| 4539 | 2026-06-25T23:00:33.974Z | Checking zerofrom v0.1.6 |
| 4540 | 2026-06-25T23:00:33.977Z | Checking bitflags v2.11.0 |
| 4541 | 2026-06-25T23:00:33.981Z | Checking smallvec v1.15.1 |
| 4542 | 2026-06-25T23:00:33.987Z | Checking indexmap v2.14.0 |
| 4543 | 2026-06-25T23:00:33.996Z | Checking serde_json v1.0.150 |
| 4544 | 2026-06-25T23:00:33.999Z | Checking scroll v0.12.0 |
| 4545 | 2026-06-25T23:00:34.069Z | Checking yoke v0.8.1 |
| 4546 | 2026-06-25T23:00:34.117Z | Checking num-traits v0.2.19 |
| 4547 | 2026-06-25T23:00:34.149Z | Checking thiserror v1.0.69 |
| 4548 | 2026-06-25T23:00:34.220Z | Checking percent-encoding v2.3.2 |
| 4549 | 2026-06-25T23:00:34.232Z | Checking zerovec v0.11.5 |
| 4550 | 2026-06-25T23:00:34.241Z | Checking zerotrie v0.2.3 |
| 4551 | 2026-06-25T23:00:34.250Z | Checking errno v0.3.14 |
| 4552 | 2026-06-25T23:00:34.356Z | Checking serde_spanned v0.6.9 |
| 4553 | 2026-06-25T23:00:34.356Z | Checking toml_datetime v0.6.11 |
| 4554 | 2026-06-25T23:00:34.373Z | Checking rustix v1.1.3 |
| 4555 | 2026-06-25T23:00:34.472Z | Checking log v0.4.29 |
| 4556 | 2026-06-25T23:00:34.483Z | Checking form_urlencoded v1.2.2 |
| 4557 | 2026-06-25T23:00:34.512Z | Checking zerocopy v0.7.35 |
| 4558 | 2026-06-25T23:00:34.535Z | Checking toml_edit v0.22.27 |
| 4559 | 2026-06-25T23:00:34.606Z | Checking getrandom v0.4.1 |
| 4560 | 2026-06-25T23:00:34.616Z | Checking thiserror v2.0.18 |
| 4561 | 2026-06-25T23:00:34.624Z | Checking goblin v0.8.2 |
| 4562 | 2026-06-25T23:00:34.633Z | Checking ordered-float v2.10.1 |
| 4563 | 2026-06-25T23:00:34.659Z | Checking tinystr v0.8.2 |
| 4564 | 2026-06-25T23:00:34.706Z | Checking potential_utf v0.1.4 |
| 4565 | 2026-06-25T23:00:34.737Z | Checking syn v2.0.117 |
| 4566 | 2026-06-25T23:00:34.829Z | Checking icu_collections v2.1.1 |
| 4567 | 2026-06-25T23:00:34.832Z | Checking icu_locale_core v2.1.1 |
| 4568 | 2026-06-25T23:00:34.849Z | Checking serde-value v0.7.0 |
| 4569 | 2026-06-25T23:00:35.004Z | Checking dtrace-parser v0.2.0 |
| 4570 | 2026-06-25T23:00:35.047Z | Checking thread-id v4.2.2 |
| 4571 | 2026-06-25T23:00:35.126Z | Checking once_cell v1.21.3 |
| 4572 | 2026-06-25T23:00:35.142Z | Checking cargo-platform v0.2.0 |
| 4573 | 2026-06-25T23:00:35.172Z | Checking terminal_size v0.4.3 |
| 4574 | 2026-06-25T23:00:35.240Z | Checking memmap v0.7.0 |
| 4575 | 2026-06-25T23:00:35.289Z | Checking clap_builder v4.6.0 |
| 4576 | 2026-06-25T23:00:35.299Z | Checking tempfile v3.25.0 |
| 4577 | 2026-06-25T23:00:35.311Z | Checking textwrap v0.16.2 |
| 4578 | 2026-06-25T23:00:35.365Z | Checking fs-err v3.3.0 |
| 4579 | 2026-06-25T23:00:35.379Z | Checking icu_provider v2.1.1 |
| 4580 | 2026-06-25T23:00:35.489Z | Checking camino-tempfile v1.4.1 |
| 4581 | 2026-06-25T23:00:35.516Z | Checking anyhow v1.0.102 |
| 4582 | 2026-06-25T23:00:35.541Z | Checking tabled v0.15.0 |
| 4583 | 2026-06-25T23:00:35.611Z | Checking icu_properties v2.1.2 |
| 4584 | 2026-06-25T23:00:35.643Z | Checking icu_normalizer v2.1.1 |
| 4585 | 2026-06-25T23:00:35.643Z | Checking toml v0.8.23 |
| 4586 | 2026-06-25T23:00:35.710Z | Checking macaddr v1.0.1 |
| 4587 | 2026-06-25T23:00:35.888Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4588 | 2026-06-25T23:00:35.965Z | Checking cargo_toml v0.21.0 |
| 4589 | 2026-06-25T23:00:36.415Z | Checking idna_adapter v1.2.1 |
| 4590 | 2026-06-25T23:00:36.488Z | Checking dof v0.3.0 |
| 4591 | 2026-06-25T23:00:36.498Z | Checking clap v4.6.1 |
| 4592 | 2026-06-25T23:00:36.526Z | Checking idna v1.1.0 |
| 4593 | 2026-06-25T23:00:36.745Z | Checking usdt-impl v0.5.0 |
| 4594 | 2026-06-25T23:00:36.749Z | Checking url v2.5.8 |
| 4595 | 2026-06-25T23:00:36.994Z | Checking usdt v0.5.0 |
| 4596 | 2026-06-25T23:00:37.086Z | Checking cargo-util-schemas v0.8.2 |
| 4597 | 2026-06-25T23:00:37.792Z | Checking cargo_metadata v0.21.0 |
| 4598 | 2026-06-25T23:00:38.388Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4599 | 2026-06-25T23:00:38.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 4600 | 2026-06-25T23:00:38.984Z | |
| 4601 | 2026-06-25T23:00:38.984Z | info: running `cargo check --bins` on dnsadm (280/296) |
| 4602 | 2026-06-25T23:00:39.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4603 | 2026-06-25T23:00:39.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4604 | 2026-06-25T23:00:39.489Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4605 | 2026-06-25T23:00:39.940Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4606 | 2026-06-25T23:00:40.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4607 | 2026-06-25T23:00:40.491Z | |
| 4608 | 2026-06-25T23:00:40.491Z | info: running `cargo check --bins` on end-to-end-tests (281/296) |
| 4609 | 2026-06-25T23:00:41.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4610 | 2026-06-25T23:00:41.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4611 | 2026-06-25T23:00:41.236Z | Checking polyval v0.6.2 |
| 4612 | 2026-06-25T23:00:41.354Z | Checking ctr v0.9.2 |
| 4613 | 2026-06-25T23:00:41.362Z | Checking ssh-encoding v0.2.0 |
| 4614 | 2026-06-25T23:00:41.362Z | Checking blowfish v0.9.1 |
| 4615 | 2026-06-25T23:00:41.380Z | Checking password-hash v0.4.2 |
| 4616 | 2026-06-25T23:00:41.392Z | Checking p521 v0.13.3 |
| 4617 | 2026-06-25T23:00:41.395Z | Checking p256 v0.13.2 |
| 4618 | 2026-06-25T23:00:41.416Z | Checking russh-cryptovec v0.7.3 |
| 4619 | 2026-06-25T23:00:41.491Z | Checking ghash v0.5.1 |
| 4620 | 2026-06-25T23:00:41.504Z | Checking bcrypt-pbkdf v0.10.0 |
| 4621 | 2026-06-25T23:00:41.507Z | Checking md5 v0.7.0 |
| 4622 | 2026-06-25T23:00:41.554Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4623 | 2026-06-25T23:00:41.558Z | Checking num-bigint v0.4.6 |
| 4624 | 2026-06-25T23:00:41.593Z | Checking pbkdf2 v0.11.0 |
| 4625 | 2026-06-25T23:00:41.611Z | Checking aes-gcm v0.10.3 |
| 4626 | 2026-06-25T23:00:41.640Z | Checking des v0.8.1 |
| 4627 | 2026-06-25T23:00:41.658Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4628 | 2026-06-25T23:00:41.677Z | Checking hex-literal v0.4.1 |
| 4629 | 2026-06-25T23:00:41.760Z | Checking ssh-cipher v0.2.0 |
| 4630 | 2026-06-25T23:00:41.763Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4631 | 2026-06-25T23:00:41.785Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4632 | 2026-06-25T23:00:41.785Z | Checking socket2 v0.5.10 |
| 4633 | 2026-06-25T23:00:41.809Z | Checking internet-checksum v0.2.1 |
| 4634 | 2026-06-25T23:00:41.924Z | Checking ssh-key v0.6.7 |
| 4635 | 2026-06-25T23:00:42.047Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4636 | 2026-06-25T23:00:42.554Z | Checking russh-keys v0.45.0 |
| 4637 | 2026-06-25T23:00:43.126Z | Checking russh v0.45.0 |
| 4638 | 2026-06-25T23:00:59.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s |
| 4639 | 2026-06-25T23:00:59.697Z | |
| 4640 | 2026-06-25T23:00:59.697Z | info: running `cargo check --bins` on gateway-cli (282/296) |
| 4641 | 2026-06-25T23:01:00.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4642 | 2026-06-25T23:01:00.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4643 | 2026-06-25T23:01:00.275Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4644 | 2026-06-25T23:01:00.378Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4645 | 2026-06-25T23:01:00.385Z | Checking termios v0.3.3 |
| 4646 | 2026-06-25T23:01:01.589Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4647 | 2026-06-25T23:01:01.732Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4648 | 2026-06-25T23:01:03.399Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4649 | 2026-06-25T23:01:03.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
| 4650 | 2026-06-25T23:01:04.134Z | |
| 4651 | 2026-06-25T23:01:04.134Z | info: running `cargo check --bins --no-default-features` on installinator (283/296) |
| 4652 | 2026-06-25T23:01:04.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4653 | 2026-06-25T23:01:04.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4654 | 2026-06-25T23:01:04.785Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4655 | 2026-06-25T23:01:04.788Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4656 | 2026-06-25T23:01:04.901Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4657 | 2026-06-25T23:01:04.901Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4658 | 2026-06-25T23:01:04.914Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4659 | 2026-06-25T23:01:04.914Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4660 | 2026-06-25T23:01:05.652Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4661 | 2026-06-25T23:01:05.995Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4662 | 2026-06-25T23:01:05.995Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4663 | 2026-06-25T23:01:06.624Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4664 | 2026-06-25T23:01:08.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
| 4665 | 2026-06-25T23:01:08.423Z | |
| 4666 | 2026-06-25T23:01:08.423Z | info: running `cargo check --bins` on internal-dns-cli (284/296) |
| 4667 | 2026-06-25T23:01:08.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4668 | 2026-06-25T23:01:08.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4669 | 2026-06-25T23:01:09.006Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4670 | 2026-06-25T23:01:09.452Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4671 | 2026-06-25T23:01:09.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4672 | 2026-06-25T23:01:09.918Z | |
| 4673 | 2026-06-25T23:01:09.918Z | info: running `cargo check --bins` on omicron-live-tests (285/296) |
| 4674 | 2026-06-25T23:01:10.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-06-25T23:01:10.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-06-25T23:01:10.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4677 | 2026-06-25T23:01:10.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4678 | 2026-06-25T23:01:10.437Z | |
| 4679 | 2026-06-25T23:01:10.437Z | info: running `cargo check --bins` on live-tests-macros (286/296) |
| 4680 | 2026-06-25T23:01:10.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-06-25T23:01:10.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-06-25T23:01:10.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4683 | 2026-06-25T23:01:10.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4684 | 2026-06-25T23:01:10.957Z | |
| 4685 | 2026-06-25T23:01:10.957Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296) |
| 4686 | 2026-06-25T23:01:11.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-06-25T23:01:11.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-06-25T23:01:11.659Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4689 | 2026-06-25T23:01:12.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4690 | 2026-06-25T23:01:12.406Z | |
| 4691 | 2026-06-25T23:01:12.406Z | info: running `cargo check --bins` on omicron-ntp-admin (288/296) |
| 4692 | 2026-06-25T23:01:13.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-06-25T23:01:13.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-06-25T23:01:13.727Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4695 | 2026-06-25T23:01:13.727Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4696 | 2026-06-25T23:01:13.727Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4697 | 2026-06-25T23:01:13.727Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4698 | 2026-06-25T23:01:14.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4699 | 2026-06-25T23:01:14.216Z | |
| 4700 | 2026-06-25T23:01:14.216Z | info: running `cargo check --bins` on ntp-admin-types (289/296) |
| 4701 | 2026-06-25T23:01:14.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4702 | 2026-06-25T23:01:14.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4703 | 2026-06-25T23:01:14.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4704 | 2026-06-25T23:01:14.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4705 | 2026-06-25T23:01:14.733Z | |
| 4706 | 2026-06-25T23:01:14.733Z | info: running `cargo check --bins` on omicron-package (290/296) |
| 4707 | 2026-06-25T23:01:15.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4708 | 2026-06-25T23:01:15.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4709 | 2026-06-25T23:01:15.361Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4710 | 2026-06-25T23:01:16.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4711 | 2026-06-25T23:01:16.593Z | |
| 4712 | 2026-06-25T23:01:16.593Z | info: running `cargo check --bins` on tqdb (291/296) |
| 4713 | 2026-06-25T23:01:18.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4714 | 2026-06-25T23:01:18.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4715 | 2026-06-25T23:01:18.040Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4716 | 2026-06-25T23:01:18.041Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4717 | 2026-06-25T23:01:18.186Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4718 | 2026-06-25T23:01:18.190Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4719 | 2026-06-25T23:01:24.157Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4720 | 2026-06-25T23:01:24.157Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4721 | 2026-06-25T23:01:24.731Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4722 | 2026-06-25T23:01:24.731Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4723 | 2026-06-25T23:01:24.735Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4724 | 2026-06-25T23:01:24.735Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4725 | 2026-06-25T23:01:25.517Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4726 | 2026-06-25T23:01:26.485Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4727 | 2026-06-25T23:01:27.271Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4728 | 2026-06-25T23:01:27.886Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4729 | 2026-06-25T23:01:32.588Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4730 | 2026-06-25T23:01:39.161Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4731 | 2026-06-25T23:01:39.161Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4732 | 2026-06-25T23:01:39.165Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4733 | 2026-06-25T23:01:39.165Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4734 | 2026-06-25T23:01:40.632Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4735 | 2026-06-25T23:01:41.975Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4736 | 2026-06-25T23:01:42.635Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4737 | 2026-06-25T23:01:43.850Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4738 | 2026-06-25T23:01:44.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.78s |
| 4739 | 2026-06-25T23:01:44.572Z | |
| 4740 | 2026-06-25T23:01:44.572Z | info: running `cargo check --bins` on wicket-dbg (292/296) |
| 4741 | 2026-06-25T23:01:45.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4742 | 2026-06-25T23:01:45.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4743 | 2026-06-25T23:01:45.230Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4744 | 2026-06-25T23:01:45.230Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4745 | 2026-06-25T23:01:45.235Z | Checking rtoolbox v0.0.3 |
| 4746 | 2026-06-25T23:01:45.352Z | Checking tui-tree-widget v0.23.1 |
| 4747 | 2026-06-25T23:01:45.446Z | Checking rpassword v7.4.0 |
| 4748 | 2026-06-25T23:01:46.513Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4749 | 2026-06-25T23:01:49.619Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4750 | 2026-06-25T23:01:51.474Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4751 | 2026-06-25T23:01:52.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 4752 | 2026-06-25T23:01:52.548Z | |
| 4753 | 2026-06-25T23:01:52.548Z | info: running `cargo check --bins` on wicket (293/296) |
| 4754 | 2026-06-25T23:01:53.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-06-25T23:01:53.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-06-25T23:01:53.187Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4757 | 2026-06-25T23:01:53.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4758 | 2026-06-25T23:01:53.707Z | |
| 4759 | 2026-06-25T23:01:53.707Z | info: running `cargo check --bins` on wicketd (294/296) |
| 4760 | 2026-06-25T23:01:54.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-06-25T23:01:54.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-06-25T23:01:54.375Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4763 | 2026-06-25T23:01:54.378Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4764 | 2026-06-25T23:01:54.378Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4765 | 2026-06-25T23:01:54.378Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4766 | 2026-06-25T23:01:55.349Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4767 | 2026-06-25T23:01:55.908Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4768 | 2026-06-25T23:01:58.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4769 | 2026-06-25T23:01:59.121Z | |
| 4770 | 2026-06-25T23:01:59.121Z | info: running `cargo check --bins` on omicron-workspace-hack (295/296) |
| 4771 | 2026-06-25T23:01:59.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4772 | 2026-06-25T23:01:59.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4773 | 2026-06-25T23:01:59.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4774 | 2026-06-25T23:01:59.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4775 | 2026-06-25T23:01:59.643Z | |
| 4776 | 2026-06-25T23:01:59.643Z | info: running `cargo check --bins` on zone-setup (296/296) |
| 4777 | 2026-06-25T23:02:00.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4778 | 2026-06-25T23:02:00.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4779 | 2026-06-25T23:02:00.259Z | Checking uzers v0.12.2 |
| 4780 | 2026-06-25T23:02:00.525Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4781 | 2026-06-25T23:02:01.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 4782 | 2026-06-25T23:02:01.456Z | |
| 4783 | 2026-06-25T23:02:01.456Z | real 13:42.965562862 |
| 4784 | 2026-06-25T23:02:01.456Z | user 20:41.547013103 |
| 4785 | 2026-06-25T23:02:01.456Z | sys 4:04.716423301 |
| 4786 | 2026-06-25T23:02:01.456Z | trap 0.344160014 |
| 4787 | 2026-06-25T23:02:01.456Z | tflt 0.753908377 |
| 4788 | 2026-06-25T23:02:01.456Z | dflt 1.051935170 |
| 4789 | 2026-06-25T23:02:01.456Z | kflt 0.004856292 |
| 4790 | 2026-06-25T23:02:01.459Z | lock 1:17:05.213622289 |
| 4791 | 2026-06-25T23:02:01.459Z | slp 1:39:21.479658650 |
| 4792 | 2026-06-25T23:02:01.459Z | lat 46.680161344 |
| 4793 | 2026-06-25T23:02:01.459Z | stop 3:11.928031542 |
| 4794 | 2026-06-25T23:02:01.459Z | process exited: duration 944976 ms, exit code 0 |
| |
| 4795 | 2026-06-25T23:02:01.465Z | found 0 output files |