|
|
|
| 1 | 2026-05-20T15:24:18.369Z | job assigned to worker 01KS2ZRAN48GEHKWPKAZ82NZH8 [factory aws, i-085e612301606068d] (queued for 46 s) |
| |
| 2 | 2026-05-20T15:24:24.853Z | starting task 0: "setup" |
| 3 | 2026-05-20T15:24:24.858Z | ++ uname -s |
| 4 | 2026-05-20T15:24:24.861Z | + kern=SunOS |
| 5 | 2026-05-20T15:24:24.861Z | + build_user=build |
| 6 | 2026-05-20T15:24:24.861Z | + build_uid=12345 |
| 7 | 2026-05-20T15:24:24.861Z | + work_dir=/work |
| 8 | 2026-05-20T15:24:24.861Z | + input_dir=/input |
| 9 | 2026-05-20T15:24:24.861Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T15:24:24.861Z | + case "$kern" in |
| 11 | 2026-05-20T15:24:24.861Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T15:24:24.872Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T15:24:26.877Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T15:24:26.923Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T15:24:26.925Z | + home_fs=zfs |
| 16 | 2026-05-20T15:24:26.926Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T15:24:26.926Z | + mkdir -p /home/build |
| 18 | 2026-05-20T15:24:26.926Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T15:24:28.927Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T15:24:28.930Z | process exited: duration 4075 ms, exit code 0 |
| |
| 21 | 2026-05-20T15:24:28.936Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T15:24:28.939Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-20T15:24:28.939Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-20T15:24:28.939Z | * rust toolchain profile = "default" |
| 25 | 2026-05-20T15:24:28.939Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-20T15:24:28.940Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T15:24:28.940Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T15:24:28.943Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T15:24:28.943Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-20T15:24:29.063Z | info: downloading installer |
| 31 | 2026-05-20T15:24:30.361Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T15:24:30.361Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T15:24:30.361Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T15:24:30.361Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T15:24:30.372Z | info: profile set to default |
| 36 | 2026-05-20T15:24:30.372Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T15:24:30.375Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T15:24:30.516Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-20T15:24:30.520Z | info: downloading 6 components |
| 40 | 2026-05-20T15:24:45.154Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T15:24:45.154Z | |
| 42 | 2026-05-20T15:24:45.183Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-20T15:24:45.183Z | |
| 44 | 2026-05-20T15:24:45.186Z | |
| 45 | 2026-05-20T15:24:45.186Z | Rust is installed now. Great! |
| 46 | 2026-05-20T15:24:45.187Z | |
| 47 | 2026-05-20T15:24:45.187Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T15:24:45.187Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T15:24:45.187Z | |
| 50 | 2026-05-20T15:24:45.187Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T15:24:45.187Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T15:24:45.187Z | |
| 53 | 2026-05-20T15:24:45.187Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T15:24:45.187Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T15:24:45.187Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T15:24:45.187Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T15:24:45.187Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T15:24:45.187Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T15:24:45.187Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T15:24:45.187Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T15:24:45.187Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T15:24:45.282Z | + rustup --version |
| 63 | 2026-05-20T15:24:45.292Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T15:24:45.295Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T15:24:45.316Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-20T15:24:45.319Z | + cargo --version |
| 67 | 2026-05-20T15:24:45.332Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-20T15:24:45.336Z | + rustc --version |
| 69 | 2026-05-20T15:24:45.356Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-20T15:24:45.359Z | process exited: duration 16423 ms, exit code 0 |
| |
| 71 | 2026-05-20T15:24:45.366Z | starting task 2: "authentication" |
| 72 | 2026-05-20T15:24:45.383Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-20T15:24:45.389Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T15:24:45.393Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-20T15:24:45.396Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-20T15:24:45.432Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-20T15:24:55.374Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-20T15:24:55.374Z | + git fetch origin 002f7b62d0543a658e42e9e2351f9a07a70ea552 |
| 79 | 2026-05-20T15:24:55.937Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-20T15:24:55.937Z | * branch 002f7b62d0543a658e42e9e2351f9a07a70ea552 -> FETCH_HEAD |
| 81 | 2026-05-20T15:24:55.948Z | + [[ -n zl/ddm-internal-dns ]] |
| 82 | 2026-05-20T15:24:55.951Z | ++ git branch --show-current |
| 83 | 2026-05-20T15:24:55.951Z | + current=main |
| 84 | 2026-05-20T15:24:55.951Z | + [[ main != zl/ddm-internal-dns ]] |
| 85 | 2026-05-20T15:24:55.951Z | + git branch -f zl/ddm-internal-dns 002f7b62d0543a658e42e9e2351f9a07a70ea552 |
| 86 | 2026-05-20T15:24:55.956Z | + git checkout -f zl/ddm-internal-dns |
| 87 | 2026-05-20T15:24:56.186Z | Switched to branch 'zl/ddm-internal-dns' |
| 88 | 2026-05-20T15:24:56.190Z | + git reset --hard 002f7b62d0543a658e42e9e2351f9a07a70ea552 |
| 89 | 2026-05-20T15:24:56.207Z | HEAD is now at 002f7b62d merge main + bump maghemite to 9bb5037 + oxlog patch |
| 90 | 2026-05-20T15:24:56.210Z | process exited: duration 10818 ms, exit code 0 |
| |
| 91 | 2026-05-20T15:24:56.216Z | starting task 4: "build" |
| 92 | 2026-05-20T15:24:56.220Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-20T15:24:56.223Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-20T15:24:56.223Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-20T15:24:56.223Z | + cargo --version |
| 96 | 2026-05-20T15:24:56.230Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-20T15:24:56.233Z | + rustc --version |
| 98 | 2026-05-20T15:24:56.253Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-20T15:24:56.256Z | + source ./env.sh |
| 100 | 2026-05-20T15:24:56.256Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-20T15:24:56.256Z | ++ set -o xtrace |
| 102 | 2026-05-20T15:24:56.259Z | ++++ dirname ./env.sh |
| 103 | 2026-05-20T15:24:56.269Z | +++ readlink -f . |
| 104 | 2026-05-20T15:24:56.273Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ 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-05-20T15:24:56.276Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-05-20T15:24:56.276Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-05-20T15:24:56.276Z | + 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-05-20T15:24:56.276Z | + 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-05-20T15:24:56.276Z | + banner prerequisites |
| 120 | 2026-05-20T15:24:56.276Z | |
| 121 | 2026-05-20T15:24:56.277Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-05-20T15:24:56.277Z | # # # # # # # # # # # # # # # |
| 123 | 2026-05-20T15:24:56.277Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-05-20T15:24:56.277Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-05-20T15:24:56.277Z | # # # # # # # # # # # # # # # |
| 126 | 2026-05-20T15:24:56.277Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-05-20T15:24:56.277Z | |
| 128 | 2026-05-20T15:24:56.277Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-05-20T15:24:57.736Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-05-20T15:24:57.792Z | Startup: Caching catalogs ... Done |
| 131 | 2026-05-20T15:24:57.996Z | Planning: Solver setup ... Done (0.172s) |
| 132 | 2026-05-20T15:24:58.012Z | Planning: Running solver ... Done (0.016s) |
| 133 | 2026-05-20T15:24:58.016Z | Planning: Finding local manifests ... Done (0.002s) |
| 134 | 2026-05-20T15:24:58.027Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-05-20T15:24:58.043Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-05-20T15:24:58.056Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-05-20T15:24:58.059Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-05-20T15:24:58.247Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 139 | 2026-05-20T15:24:58.250Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-05-20T15:24:59.019Z | Planning: Evaluating mediators ... Done (0.771s) |
| 141 | 2026-05-20T15:24:59.022Z | Planning: Planning completed in 1.21 seconds |
| 142 | 2026-05-20T15:24:59.028Z | Packages to install: 2 |
| 143 | 2026-05-20T15:24:59.028Z | Estimated space available: 156.07 GB |
| 144 | 2026-05-20T15:24:59.031Z | Estimated space to be consumed: 19.74 MB |
| 145 | 2026-05-20T15:24:59.031Z | Create boot environment: No |
| 146 | 2026-05-20T15:24:59.031Z | Create backup boot environment: No |
| 147 | 2026-05-20T15:24:59.031Z | Rebuild boot archive: No |
| 148 | 2026-05-20T15:24:59.031Z | |
| 149 | 2026-05-20T15:24:59.031Z | Changed packages: |
| 150 | 2026-05-20T15:24:59.031Z | helios |
| 151 | 2026-05-20T15:24:59.031Z | developer/build-essential |
| 152 | 2026-05-20T15:24:59.031Z | None -> 11-3.0 |
| 153 | 2026-05-20T15:24:59.031Z | library/libxmlsec1 |
| 154 | 2026-05-20T15:24:59.031Z | None -> 1.2.35-3.0 |
| 155 | 2026-05-20T15:24:59.052Z | |
| 156 | 2026-05-20T15:24:59.052Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-05-20T15:24:59.580Z | Download: Completed 1.28 MB in 0.53 seconds (2.4M/s) |
| 158 | 2026-05-20T15:24:59.636Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-05-20T15:24:59.685Z | Actions: Completed 268 actions in 0.05 seconds. |
| 160 | 2026-05-20T15:24:59.691Z | Finalize: Updating package state database ... Done (0.006s) |
| 161 | 2026-05-20T15:24:59.694Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-05-20T15:24:59.706Z | Finalize: Updating image state ... Done (0.015s) |
| 163 | 2026-05-20T15:25:02.063Z | Finalize: Creating fast lookup database ... Done (2.337s) |
| 164 | 2026-05-20T15:25:02.132Z | Finalize: Reading search index ... Done (0.013s) |
| 165 | 2026-05-20T15:25:02.135Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-05-20T15:25:02.238Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-05-20T15:25:02.531Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-05-20T15:25:02.637Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-05-20T15:25:02.640Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-05-20T15:25:02.796Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-05-20T15:25:02.800Z | Planning: Planning completed in 0.27 seconds |
| 172 | 2026-05-20T15:25:02.818Z | Mediators to change: 2 |
| 173 | 2026-05-20T15:25:02.818Z | Create boot environment: No |
| 174 | 2026-05-20T15:25:02.821Z | Create backup boot environment: No |
| 175 | 2026-05-20T15:25:02.877Z | Finalize: Updating package state database ... Done |
| 176 | 2026-05-20T15:25:02.877Z | Finalize: Updating package cache ... Done |
| 177 | 2026-05-20T15:25:02.886Z | Finalize: Updating image state ... Done |
| 178 | 2026-05-20T15:25:04.831Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-05-20T15:25:04.893Z | Finalize: Reading search index ... Done |
| 180 | 2026-05-20T15:25:04.896Z | Finalize: Updating search index ... Done |
| 181 | 2026-05-20T15:25:04.962Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-20T15:25:05.248Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-05-20T15:25:05.356Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-05-20T15:25:05.359Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-05-20T15:25:05.516Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-05-20T15:25:05.519Z | Planning: Planning completed in 0.27 seconds |
| 187 | 2026-05-20T15:25:05.539Z | Mediators to change: 1 |
| 188 | 2026-05-20T15:25:05.539Z | Create boot environment: No |
| 189 | 2026-05-20T15:25:05.542Z | Create backup boot environment: No |
| 190 | 2026-05-20T15:25:05.571Z | Finalize: Updating package state database ... Done |
| 191 | 2026-05-20T15:25:05.571Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-20T15:25:05.580Z | Finalize: Updating image state ... Done |
| 193 | 2026-05-20T15:25:07.532Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-05-20T15:25:07.592Z | Finalize: Reading search index ... Done |
| 195 | 2026-05-20T15:25:07.595Z | Finalize: Updating search index ... Done |
| 196 | 2026-05-20T15:25:07.638Z | Finalize: Updating package cache ... Done |
| 197 | 2026-05-20T15:25:07.947Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-05-20T15:25:07.947Z | apache system 2.4 system |
| 199 | 2026-05-20T15:25:07.947Z | clang system 15 system |
| 200 | 2026-05-20T15:25:07.948Z | csh system system illumos |
| 201 | 2026-05-20T15:25:07.948Z | ctags system system illumos |
| 202 | 2026-05-20T15:25:07.948Z | file vendor vendor darwinsys |
| 203 | 2026-05-20T15:25:07.948Z | file system system illumos |
| 204 | 2026-05-20T15:25:07.948Z | gcc vendor 14 vendor |
| 205 | 2026-05-20T15:25:07.948Z | gcc system 13 system |
| 206 | 2026-05-20T15:25:07.948Z | gcc system 10 system |
| 207 | 2026-05-20T15:25:07.948Z | go system 1.25 system |
| 208 | 2026-05-20T15:25:07.948Z | llvm system 15 system |
| 209 | 2026-05-20T15:25:07.948Z | mariadb system 11.4 system |
| 210 | 2026-05-20T15:25:07.948Z | mta vendor vendor dma |
| 211 | 2026-05-20T15:25:07.948Z | openjdk system 17 system |
| 212 | 2026-05-20T15:25:07.948Z | openjdk system 11 system |
| 213 | 2026-05-20T15:25:07.948Z | openssl vendor 3 vendor |
| 214 | 2026-05-20T15:25:07.948Z | perl system 5.40 system |
| 215 | 2026-05-20T15:25:07.948Z | postgresql system 18 system |
| 216 | 2026-05-20T15:25:07.948Z | postgresql system 17 system |
| 217 | 2026-05-20T15:25:07.948Z | python vendor 3 vendor |
| 218 | 2026-05-20T15:25:07.948Z | python system 2 system |
| 219 | 2026-05-20T15:25:07.948Z | python3 vendor 3.13 vendor |
| 220 | 2026-05-20T15:25:07.948Z | ruby system 3.4 system |
| 221 | 2026-05-20T15:25:07.948Z | ruby system 3.0 system |
| 222 | 2026-05-20T15:25:07.948Z | words vendor vendor american-english |
| 223 | 2026-05-20T15:25:07.948Z | words system system australian-english |
| 224 | 2026-05-20T15:25:07.948Z | words system system british-english |
| 225 | 2026-05-20T15:25:07.948Z | words system system canadian-english |
| 226 | 2026-05-20T15:25:07.948Z | words system system french |
| 227 | 2026-05-20T15:25:07.948Z | words system system italian |
| 228 | 2026-05-20T15:25:07.948Z | words system system ngerman |
| 229 | 2026-05-20T15:25:07.948Z | words system system ogerman |
| 230 | 2026-05-20T15:25:07.948Z | words system system spanish |
| 231 | 2026-05-20T15:25:08.198Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-05-20T15:25:08.198Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-05-20T15:25:08.468Z | FMRI IFO |
| 234 | 2026-05-20T15:25:08.468Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-05-20T15:25:08.468Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-05-20T15:25:08.468Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-05-20T15:25:08.468Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-05-20T15:25:08.468Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-05-20T15:25:08.468Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-05-20T15:25:08.468Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-05-20T15:25:08.468Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-05-20T15:25:08.468Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-05-20T15:25:08.713Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-05-20T15:25:09.059Z | Updating crates.io index |
| 245 | 2026-05-20T15:25:09.094Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-05-20T15:25:09.352Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-05-20T15:25:10.412Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-05-20T15:25:11.061Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-05-20T15:25:11.905Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-05-20T15:25:12.427Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-05-20T15:25:14.194Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-05-20T15:25:15.072Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-05-20T15:25:15.487Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-05-20T15:25:16.865Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-05-20T15:25:17.489Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-05-20T15:25:17.905Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-05-20T15:25:18.314Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-05-20T15:25:19.226Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-05-20T15:25:19.726Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-05-20T15:25:20.104Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-05-20T15:25:20.447Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-05-20T15:25:20.828Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-05-20T15:25:21.271Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-05-20T15:25:21.513Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-05-20T15:25:21.768Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-05-20T15:25:22.061Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-05-20T15:25:22.507Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-05-20T15:25:23.063Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 269 | 2026-05-20T15:25:23.500Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 270 | 2026-05-20T15:25:23.882Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-05-20T15:25:24.228Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-05-20T15:25:25.306Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2026-05-20T15:25:25.860Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 274 | 2026-05-20T15:25:26.449Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-05-20T15:25:26.958Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-05-20T15:25:27.371Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-05-20T15:25:27.733Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-05-20T15:25:28.106Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-05-20T15:25:28.424Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-05-20T15:25:29.026Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-05-20T15:25:29.327Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-05-20T15:25:29.653Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-05-20T15:25:29.934Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 284 | 2026-05-20T15:25:42.275Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-05-20T15:25:42.777Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 286 | 2026-05-20T15:25:44.688Z | Downloading crates ... |
| 287 | 2026-05-20T15:25:44.738Z | Downloaded bytecount v0.6.9 |
| 288 | 2026-05-20T15:25:44.742Z | Downloaded cargo_metadata v0.21.0 |
| 289 | 2026-05-20T15:25:44.745Z | Downloaded anstream v1.0.0 |
| 290 | 2026-05-20T15:25:44.748Z | Downloaded anstyle v1.0.14 |
| 291 | 2026-05-20T15:25:44.750Z | Downloaded thread-id v4.2.2 |
| 292 | 2026-05-20T15:25:44.753Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-05-20T15:25:44.753Z | Downloaded utf8_iter v1.0.4 |
| 294 | 2026-05-20T15:25:44.753Z | Downloaded smawk v0.3.2 |
| 295 | 2026-05-20T15:25:44.756Z | Downloaded proc-macro-error-attr v1.0.4 |
| 296 | 2026-05-20T15:25:44.756Z | Downloaded cargo_toml v0.21.0 |
| 297 | 2026-05-20T15:25:44.756Z | Downloaded synstructure v0.13.2 |
| 298 | 2026-05-20T15:25:44.757Z | Downloaded autocfg v1.5.0 |
| 299 | 2026-05-20T15:25:44.760Z | Downloaded icu_provider v2.1.1 |
| 300 | 2026-05-20T15:25:44.760Z | Downloaded usdt-attr-macro v0.5.0 |
| 301 | 2026-05-20T15:25:44.762Z | Downloaded scroll_derive v0.12.1 |
| 302 | 2026-05-20T15:25:44.762Z | Downloaded unicode-xid v0.2.6 |
| 303 | 2026-05-20T15:25:44.762Z | Downloaded serde-value v0.7.0 |
| 304 | 2026-05-20T15:25:44.766Z | Downloaded log v0.4.29 |
| 305 | 2026-05-20T15:25:44.768Z | Downloaded zerofrom-derive v0.1.6 |
| 306 | 2026-05-20T15:25:44.769Z | Downloaded quote v1.0.45 |
| 307 | 2026-05-20T15:25:44.771Z | Downloaded toml v0.8.23 |
| 308 | 2026-05-20T15:25:44.771Z | Downloaded bitflags v2.11.0 |
| 309 | 2026-05-20T15:25:44.774Z | Downloaded displaydoc v0.2.5 |
| 310 | 2026-05-20T15:25:44.777Z | Downloaded yoke-derive v0.8.1 |
| 311 | 2026-05-20T15:25:44.777Z | Downloaded byteorder v1.5.0 |
| 312 | 2026-05-20T15:25:44.780Z | Downloaded toml_datetime v0.6.11 |
| 313 | 2026-05-20T15:25:44.780Z | Downloaded version_check v0.9.5 |
| 314 | 2026-05-20T15:25:44.784Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-05-20T15:25:44.787Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2026-05-20T15:25:44.787Z | Downloaded usdt v0.5.0 |
| 317 | 2026-05-20T15:25:44.787Z | Downloaded sha2 v0.10.9 |
| 318 | 2026-05-20T15:25:44.790Z | Downloaded errno v0.3.14 |
| 319 | 2026-05-20T15:25:44.790Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2026-05-20T15:25:44.790Z | Downloaded winnow v0.7.14 |
| 321 | 2026-05-20T15:25:44.794Z | Downloaded thiserror-impl v1.0.69 |
| 322 | 2026-05-20T15:25:44.797Z | Downloaded icu_properties v2.1.2 |
| 323 | 2026-05-20T15:25:44.797Z | Downloaded semver v1.0.28 |
| 324 | 2026-05-20T15:25:44.800Z | Downloaded yoke v0.8.1 |
| 325 | 2026-05-20T15:25:44.801Z | Downloaded dof v0.3.0 |
| 326 | 2026-05-20T15:25:44.801Z | Downloaded utf8parse v0.2.2 |
| 327 | 2026-05-20T15:25:44.801Z | Downloaded typeid v1.0.3 |
| 328 | 2026-05-20T15:25:44.804Z | Downloaded thiserror v2.0.18 |
| 329 | 2026-05-20T15:25:44.807Z | Downloaded heck v0.5.0 |
| 330 | 2026-05-20T15:25:44.807Z | Downloaded macaddr v1.0.1 |
| 331 | 2026-05-20T15:25:44.807Z | Downloaded equivalent v1.0.2 |
| 332 | 2026-05-20T15:25:44.810Z | Downloaded block-buffer v0.10.4 |
| 333 | 2026-05-20T15:25:44.810Z | Downloaded crypto-common v0.1.7 |
| 334 | 2026-05-20T15:25:44.810Z | Downloaded zerofrom v0.1.6 |
| 335 | 2026-05-20T15:25:44.815Z | Downloaded itoa v1.0.17 |
| 336 | 2026-05-20T15:25:44.818Z | Downloaded tinystr v0.8.2 |
| 337 | 2026-05-20T15:25:44.819Z | Downloaded zerocopy-derive v0.7.35 |
| 338 | 2026-05-20T15:25:44.822Z | Downloaded thiserror-impl v2.0.18 |
| 339 | 2026-05-20T15:25:44.822Z | Downloaded textwrap v0.16.2 |
| 340 | 2026-05-20T15:25:44.825Z | Downloaded percent-encoding v2.3.2 |
| 341 | 2026-05-20T15:25:44.825Z | Downloaded usdt-impl v0.5.0 |
| 342 | 2026-05-20T15:25:44.825Z | Downloaded form_urlencoded v1.2.2 |
| 343 | 2026-05-20T15:25:44.825Z | Downloaded swrite v0.1.0 |
| 344 | 2026-05-20T15:25:44.828Z | Downloaded colorchoice v1.0.4 |
| 345 | 2026-05-20T15:25:44.828Z | Downloaded thiserror v1.0.69 |
| 346 | 2026-05-20T15:25:44.831Z | Downloaded fnv v1.0.7 |
| 347 | 2026-05-20T15:25:44.831Z | Downloaded writeable v0.6.2 |
| 348 | 2026-05-20T15:25:44.834Z | Downloaded plain v0.2.3 |
| 349 | 2026-05-20T15:25:44.834Z | Downloaded zmij v1.0.21 |
| 350 | 2026-05-20T15:25:44.837Z | Downloaded typenum v1.19.0 |
| 351 | 2026-05-20T15:25:44.837Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-05-20T15:25:44.840Z | Downloaded tabled_derive v0.7.0 |
| 353 | 2026-05-20T15:25:44.840Z | Downloaded toml_write v0.1.2 |
| 354 | 2026-05-20T15:25:44.840Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-05-20T15:25:44.843Z | Downloaded toml_edit v0.22.27 |
| 356 | 2026-05-20T15:25:44.846Z | Downloaded ucd-trie v0.1.7 |
| 357 | 2026-05-20T15:25:44.846Z | Downloaded anstyle-parse v1.0.0 |
| 358 | 2026-05-20T15:25:44.849Z | Downloaded strsim v0.11.1 |
| 359 | 2026-05-20T15:25:44.849Z | Downloaded fs-err v3.3.0 |
| 360 | 2026-05-20T15:25:44.852Z | Downloaded zerovec-derive v0.11.2 |
| 361 | 2026-05-20T15:25:44.855Z | Downloaded zerotrie v0.2.3 |
| 362 | 2026-05-20T15:25:44.858Z | Downloaded ordered-float v2.10.1 |
| 363 | 2026-05-20T15:25:44.858Z | Downloaded url v2.5.8 |
| 364 | 2026-05-20T15:25:44.858Z | Downloaded terminal_size v0.4.3 |
| 365 | 2026-05-20T15:25:44.862Z | Downloaded heck v0.4.1 |
| 366 | 2026-05-20T15:25:44.865Z | Downloaded dtrace-parser v0.2.0 |
| 367 | 2026-05-20T15:25:44.865Z | Downloaded fastrand v2.3.0 |
| 368 | 2026-05-20T15:25:44.865Z | Downloaded cpufeatures v0.2.17 |
| 369 | 2026-05-20T15:25:44.868Z | Downloaded anstyle-query v1.1.5 |
| 370 | 2026-05-20T15:25:44.868Z | Downloaded zerocopy v0.7.35 |
| 371 | 2026-05-20T15:25:44.877Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-05-20T15:25:44.880Z | Downloaded stable_deref_trait v1.2.1 |
| 373 | 2026-05-20T15:25:44.883Z | Downloaded serde_spanned v0.6.9 |
| 374 | 2026-05-20T15:25:44.883Z | Downloaded unicode-width v0.2.0 |
| 375 | 2026-05-20T15:25:44.886Z | Downloaded serde_tokenstream v0.2.3 |
| 376 | 2026-05-20T15:25:44.886Z | Downloaded pest_meta v2.8.6 |
| 377 | 2026-05-20T15:25:44.889Z | Downloaded memmap v0.7.0 |
| 378 | 2026-05-20T15:25:44.889Z | Downloaded unicode-width v0.1.14 |
| 379 | 2026-05-20T15:25:44.892Z | Downloaded pretty-hex v0.4.1 |
| 380 | 2026-05-20T15:25:44.892Z | Downloaded idna_adapter v1.2.1 |
| 381 | 2026-05-20T15:25:44.892Z | Downloaded generic-array v0.14.7 |
| 382 | 2026-05-20T15:25:44.895Z | Downloaded clap_lex v1.0.0 |
| 383 | 2026-05-20T15:25:44.895Z | Downloaded potential_utf v0.1.4 |
| 384 | 2026-05-20T15:25:44.898Z | Downloaded erased-serde v0.4.9 |
| 385 | 2026-05-20T15:25:44.903Z | Downloaded scroll v0.12.0 |
| 386 | 2026-05-20T15:25:44.906Z | Downloaded clap_derive v4.6.1 |
| 387 | 2026-05-20T15:25:44.906Z | Downloaded camino-tempfile v1.4.1 |
| 388 | 2026-05-20T15:25:44.906Z | Downloaded litemap v0.8.1 |
| 389 | 2026-05-20T15:25:44.922Z | Downloaded proc-macro-error v1.0.4 |
| 390 | 2026-05-20T15:25:44.925Z | Downloaded anyhow v1.0.102 |
| 391 | 2026-05-20T15:25:44.933Z | Downloaded tempfile v3.25.0 |
| 392 | 2026-05-20T15:25:44.936Z | Downloaded serde-untagged v0.1.9 |
| 393 | 2026-05-20T15:25:44.936Z | Downloaded smallvec v1.15.1 |
| 394 | 2026-05-20T15:25:44.938Z | Downloaded camino v1.2.2 |
| 395 | 2026-05-20T15:25:44.939Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-05-20T15:25:44.939Z | Downloaded once_cell v1.21.3 |
| 397 | 2026-05-20T15:25:44.942Z | Downloaded pest_derive v2.8.6 |
| 398 | 2026-05-20T15:25:44.956Z | Downloaded digest v0.10.7 |
| 399 | 2026-05-20T15:25:44.962Z | Downloaded papergrid v0.11.0 |
| 400 | 2026-05-20T15:25:44.965Z | Downloaded serde_core v1.0.228 |
| 401 | 2026-05-20T15:25:44.970Z | Downloaded serde_derive v1.0.228 |
| 402 | 2026-05-20T15:25:44.973Z | Downloaded proc-macro2 v1.0.106 |
| 403 | 2026-05-20T15:25:44.976Z | Downloaded clap v4.6.1 |
| 404 | 2026-05-20T15:25:44.979Z | Downloaded num-traits v0.2.19 |
| 405 | 2026-05-20T15:25:44.984Z | Downloaded getrandom v0.4.1 |
| 406 | 2026-05-20T15:25:44.987Z | Downloaded cargo-util-schemas v0.8.2 |
| 407 | 2026-05-20T15:25:44.994Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-05-20T15:25:44.997Z | Downloaded icu_locale_core v2.1.1 |
| 409 | 2026-05-20T15:25:45.010Z | Downloaded icu_normalizer_data v2.1.1 |
| 410 | 2026-05-20T15:25:45.021Z | Downloaded serde v1.0.228 |
| 411 | 2026-05-20T15:25:45.024Z | Downloaded icu_collections v2.1.1 |
| 412 | 2026-05-20T15:25:45.031Z | Downloaded memchr v2.8.0 |
| 413 | 2026-05-20T15:25:45.034Z | Downloaded indexmap v2.14.0 |
| 414 | 2026-05-20T15:25:45.052Z | Downloaded idna v1.1.0 |
| 415 | 2026-05-20T15:25:45.060Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-05-20T15:25:45.065Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-05-20T15:25:45.068Z | Downloaded pest v2.8.6 |
| 418 | 2026-05-20T15:25:45.072Z | Downloaded serde_json v1.0.149 |
| 419 | 2026-05-20T15:25:45.089Z | Downloaded clap_builder v4.6.0 |
| 420 | 2026-05-20T15:25:45.093Z | Downloaded goblin v0.8.2 |
| 421 | 2026-05-20T15:25:45.107Z | Downloaded tabled v0.15.0 |
| 422 | 2026-05-20T15:25:45.116Z | Downloaded syn v1.0.109 |
| 423 | 2026-05-20T15:25:45.127Z | Downloaded syn v2.0.117 |
| 424 | 2026-05-20T15:25:45.136Z | Downloaded rustix v1.1.3 |
| 425 | 2026-05-20T15:25:45.169Z | Downloaded libc v0.2.185 |
| 426 | 2026-05-20T15:25:45.238Z | Compiling proc-macro2 v1.0.106 |
| 427 | 2026-05-20T15:25:45.238Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-05-20T15:25:45.238Z | Compiling quote v1.0.45 |
| 429 | 2026-05-20T15:25:45.241Z | Compiling serde_core v1.0.228 |
| 430 | 2026-05-20T15:25:45.241Z | Compiling libc v0.2.185 |
| 431 | 2026-05-20T15:25:45.241Z | Compiling version_check v0.9.5 |
| 432 | 2026-05-20T15:25:45.241Z | Compiling serde v1.0.228 |
| 433 | 2026-05-20T15:25:45.241Z | Compiling memchr v2.8.0 |
| 434 | 2026-05-20T15:25:45.572Z | Compiling stable_deref_trait v1.2.1 |
| 435 | 2026-05-20T15:25:45.649Z | Compiling zmij v1.0.21 |
| 436 | 2026-05-20T15:25:45.740Z | Compiling ucd-trie v0.1.7 |
| 437 | 2026-05-20T15:25:45.947Z | Compiling itoa v1.0.17 |
| 438 | 2026-05-20T15:25:46.018Z | Compiling thiserror v1.0.69 |
| 439 | 2026-05-20T15:25:46.110Z | Compiling autocfg v1.5.0 |
| 440 | 2026-05-20T15:25:46.128Z | Compiling pest v2.8.6 |
| 441 | 2026-05-20T15:25:46.272Z | Compiling litemap v0.8.1 |
| 442 | 2026-05-20T15:25:46.315Z | Compiling writeable v0.6.2 |
| 443 | 2026-05-20T15:25:46.486Z | Compiling rustix v1.1.3 |
| 444 | 2026-05-20T15:25:46.518Z | Compiling icu_properties_data v2.1.2 |
| 445 | 2026-05-20T15:25:46.703Z | Compiling icu_normalizer_data v2.1.1 |
| 446 | 2026-05-20T15:25:46.776Z | Compiling syn v2.0.117 |
| 447 | 2026-05-20T15:25:46.825Z | Compiling byteorder v1.5.0 |
| 448 | 2026-05-20T15:25:46.924Z | Compiling errno v0.3.14 |
| 449 | 2026-05-20T15:25:46.939Z | Compiling serde_json v1.0.149 |
| 450 | 2026-05-20T15:25:47.045Z | Compiling bitflags v2.11.0 |
| 451 | 2026-05-20T15:25:47.149Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-05-20T15:25:47.165Z | Compiling num-traits v0.2.19 |
| 453 | 2026-05-20T15:25:47.198Z | Compiling typeid v1.0.3 |
| 454 | 2026-05-20T15:25:47.347Z | Compiling equivalent v1.0.2 |
| 455 | 2026-05-20T15:25:47.436Z | Compiling hashbrown v0.17.0 |
| 456 | 2026-05-20T15:25:47.459Z | Compiling smallvec v1.15.1 |
| 457 | 2026-05-20T15:25:47.717Z | Compiling thread-id v4.2.2 |
| 458 | 2026-05-20T15:25:47.805Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-05-20T15:25:47.829Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2026-05-20T15:25:47.844Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-20T15:25:48.020Z | Compiling indexmap v2.14.0 |
| 462 | 2026-05-20T15:25:48.023Z | Compiling toml_write v0.1.2 |
| 463 | 2026-05-20T15:25:48.060Z | Compiling erased-serde v0.4.9 |
| 464 | 2026-05-20T15:25:48.243Z | Compiling syn v1.0.109 |
| 465 | 2026-05-20T15:25:48.622Z | Compiling proc-macro-error v1.0.4 |
| 466 | 2026-05-20T15:25:48.655Z | Compiling utf8_iter v1.0.4 |
| 467 | 2026-05-20T15:25:48.807Z | Compiling utf8parse v0.2.2 |
| 468 | 2026-05-20T15:25:48.810Z | Compiling getrandom v0.4.1 |
| 469 | 2026-05-20T15:25:48.852Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-20T15:25:48.925Z | Compiling plain v0.2.3 |
| 471 | 2026-05-20T15:25:49.043Z | Compiling percent-encoding v2.3.2 |
| 472 | 2026-05-20T15:25:49.106Z | Compiling camino v1.2.2 |
| 473 | 2026-05-20T15:25:49.174Z | Compiling log v0.4.29 |
| 474 | 2026-05-20T15:25:49.260Z | Compiling form_urlencoded v1.2.2 |
| 475 | 2026-05-20T15:25:49.276Z | Compiling ordered-float v2.10.1 |
| 476 | 2026-05-20T15:25:49.348Z | Compiling anstyle-parse v1.0.0 |
| 477 | 2026-05-20T15:25:49.402Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-20T15:25:49.425Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-20T15:25:49.565Z | Compiling terminal_size v0.4.3 |
| 480 | 2026-05-20T15:25:49.703Z | Compiling anstyle v1.0.14 |
| 481 | 2026-05-20T15:25:49.858Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-05-20T15:25:49.932Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-05-20T15:25:49.955Z | Compiling cfg-if v1.0.4 |
| 484 | 2026-05-20T15:25:49.971Z | Compiling is_terminal_polyfill v1.70.2 |
| 485 | 2026-05-20T15:25:50.000Z | Compiling colorchoice v1.0.4 |
| 486 | 2026-05-20T15:25:50.057Z | Compiling serde-untagged v0.1.9 |
| 487 | 2026-05-20T15:25:50.112Z | Compiling anstream v1.0.0 |
| 488 | 2026-05-20T15:25:50.152Z | Compiling semver v1.0.28 |
| 489 | 2026-05-20T15:25:50.193Z | Compiling fs-err v3.3.0 |
| 490 | 2026-05-20T15:25:50.278Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-20T15:25:50.385Z | Compiling heck v0.5.0 |
| 492 | 2026-05-20T15:25:50.406Z | Compiling heck v0.4.1 |
| 493 | 2026-05-20T15:25:50.425Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-20T15:25:50.447Z | Compiling fastrand v2.3.0 |
| 495 | 2026-05-20T15:25:50.473Z | Compiling bytecount v0.6.9 |
| 496 | 2026-05-20T15:25:50.629Z | Compiling fnv v1.0.7 |
| 497 | 2026-05-20T15:25:50.629Z | Compiling once_cell v1.21.3 |
| 498 | 2026-05-20T15:25:50.713Z | Compiling clap_lex v1.0.0 |
| 499 | 2026-05-20T15:25:50.729Z | Compiling strsim v0.11.1 |
| 500 | 2026-05-20T15:25:50.732Z | Compiling unicode-width v0.1.14 |
| 501 | 2026-05-20T15:25:50.854Z | Compiling tempfile v3.25.0 |
| 502 | 2026-05-20T15:25:50.945Z | Compiling clap_builder v4.6.0 |
| 503 | 2026-05-20T15:25:51.018Z | Compiling papergrid v0.11.0 |
| 504 | 2026-05-20T15:25:51.116Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-20T15:25:51.132Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-05-20T15:25:51.184Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-05-20T15:25:51.227Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-05-20T15:25:51.491Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-05-20T15:25:52.224Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-05-20T15:25:52.312Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-05-20T15:25:52.315Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-05-20T15:25:52.425Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-05-20T15:25:52.520Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-05-20T15:25:52.725Z | Compiling yoke v0.8.1 |
| 515 | 2026-05-20T15:25:52.780Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-05-20T15:25:52.923Z | Compiling zerovec v0.11.5 |
| 517 | 2026-05-20T15:25:53.152Z | Compiling zerotrie v0.2.3 |
| 518 | 2026-05-20T15:25:53.248Z | Compiling zerocopy v0.7.35 |
| 519 | 2026-05-20T15:25:53.439Z | Compiling tinystr v0.8.2 |
| 520 | 2026-05-20T15:25:53.465Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-05-20T15:25:53.614Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-05-20T15:25:53.641Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-05-20T15:25:53.658Z | Compiling dtrace-parser v0.2.0 |
| 524 | 2026-05-20T15:25:53.808Z | Compiling scroll v0.12.0 |
| 525 | 2026-05-20T15:25:54.094Z | Compiling goblin v0.8.2 |
| 526 | 2026-05-20T15:25:54.109Z | Compiling tabled_derive v0.7.0 |
| 527 | 2026-05-20T15:25:54.148Z | Compiling clap_derive v4.6.1 |
| 528 | 2026-05-20T15:25:54.247Z | Compiling memmap v0.7.0 |
| 529 | 2026-05-20T15:25:54.410Z | Compiling icu_provider v2.1.1 |
| 530 | 2026-05-20T15:25:54.441Z | Compiling unicode-width v0.2.0 |
| 531 | 2026-05-20T15:25:54.530Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-05-20T15:25:54.554Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-20T15:25:54.558Z | Compiling dof v0.3.0 |
| 534 | 2026-05-20T15:25:54.685Z | Compiling icu_normalizer v2.1.1 |
| 535 | 2026-05-20T15:25:54.726Z | Compiling icu_properties v2.1.2 |
| 536 | 2026-05-20T15:25:54.729Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-05-20T15:25:54.839Z | Compiling toml_edit v0.22.27 |
| 538 | 2026-05-20T15:25:55.076Z | Compiling serde-value v0.7.0 |
| 539 | 2026-05-20T15:25:55.130Z | Compiling cargo-platform v0.2.0 |
| 540 | 2026-05-20T15:25:55.359Z | Compiling unicode-linebreak v0.1.5 |
| 541 | 2026-05-20T15:25:55.426Z | Compiling smawk v0.3.2 |
| 542 | 2026-05-20T15:25:55.497Z | Compiling tabled v0.15.0 |
| 543 | 2026-05-20T15:25:55.610Z | Compiling textwrap v0.16.2 |
| 544 | 2026-05-20T15:25:55.721Z | Compiling macaddr v1.0.1 |
| 545 | 2026-05-20T15:25:55.721Z | Compiling idna_adapter v1.2.1 |
| 546 | 2026-05-20T15:25:55.894Z | Compiling idna v1.1.0 |
| 547 | 2026-05-20T15:25:55.966Z | Compiling usdt-macro v0.5.0 |
| 548 | 2026-05-20T15:25:55.966Z | Compiling usdt-attr-macro v0.5.0 |
| 549 | 2026-05-20T15:25:56.052Z | Compiling clap v4.6.1 |
| 550 | 2026-05-20T15:25:56.356Z | Compiling toml v0.8.23 |
| 551 | 2026-05-20T15:25:56.509Z | Compiling url v2.5.8 |
| 552 | 2026-05-20T15:25:56.522Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-05-20T15:25:56.615Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-20T15:25:56.720Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 555 | 2026-05-20T15:25:56.767Z | Compiling cargo_toml v0.21.0 |
| 556 | 2026-05-20T15:25:56.988Z | Compiling cargo-util-schemas v0.8.2 |
| 557 | 2026-05-20T15:25:57.450Z | Compiling usdt v0.5.0 |
| 558 | 2026-05-20T15:25:57.965Z | Compiling cargo_metadata v0.21.0 |
| 559 | 2026-05-20T15:25:58.950Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 560 | 2026-05-20T15:26:01.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.55s |
| 561 | 2026-05-20T15:26:01.363Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 562 | 2026-05-20T15:26:01.983Z | Downloading crates ... |
| 563 | 2026-05-20T15:26:02.083Z | Downloaded arrayref v0.3.9 |
| 564 | 2026-05-20T15:26:02.086Z | Downloaded bitfield-struct v0.6.2 |
| 565 | 2026-05-20T15:26:02.100Z | Downloaded aead v0.5.2 |
| 566 | 2026-05-20T15:26:02.103Z | Downloaded arrayvec v0.7.6 |
| 567 | 2026-05-20T15:26:02.103Z | Downloaded adler2 v2.0.1 |
| 568 | 2026-05-20T15:26:02.106Z | Downloaded ctr v0.9.2 |
| 569 | 2026-05-20T15:26:02.106Z | Downloaded aes v0.8.4 |
| 570 | 2026-05-20T15:26:02.111Z | Downloaded darling_macro v0.21.3 |
| 571 | 2026-05-20T15:26:02.111Z | Downloaded ena v0.14.4 |
| 572 | 2026-05-20T15:26:02.114Z | Downloaded cobs v0.3.0 |
| 573 | 2026-05-20T15:26:02.114Z | Downloaded dyn-clone v1.0.20 |
| 574 | 2026-05-20T15:26:02.115Z | Downloaded async-bb8-diesel v0.2.1 |
| 575 | 2026-05-20T15:26:02.115Z | Downloaded darling v0.21.3 |
| 576 | 2026-05-20T15:26:02.118Z | Downloaded data-encoding v2.10.0 |
| 577 | 2026-05-20T15:26:02.121Z | Downloaded bitfield v0.19.4 |
| 578 | 2026-05-20T15:26:02.121Z | Downloaded array-init v0.0.4 |
| 579 | 2026-05-20T15:26:02.124Z | Downloaded darling v0.20.11 |
| 580 | 2026-05-20T15:26:02.127Z | Downloaded const_format_proc_macros v0.2.34 |
| 581 | 2026-05-20T15:26:02.127Z | Downloaded cassowary v0.3.0 |
| 582 | 2026-05-20T15:26:02.130Z | Downloaded atomicwrites v0.4.4 |
| 583 | 2026-05-20T15:26:02.130Z | Downloaded async-stream v0.3.6 |
| 584 | 2026-05-20T15:26:02.130Z | Downloaded bitflags v1.3.2 |
| 585 | 2026-05-20T15:26:02.133Z | Downloaded chacha20 v0.9.1 |
| 586 | 2026-05-20T15:26:02.136Z | Downloaded blake2 v0.10.6 |
| 587 | 2026-05-20T15:26:02.136Z | Downloaded atty v0.2.14 |
| 588 | 2026-05-20T15:26:02.139Z | Downloaded cfg_aliases v0.1.1 |
| 589 | 2026-05-20T15:26:02.139Z | Downloaded bcs v0.1.6 |
| 590 | 2026-05-20T15:26:02.139Z | Downloaded bb8 v0.8.6 |
| 591 | 2026-05-20T15:26:02.143Z | Downloaded darling_macro v0.23.0 |
| 592 | 2026-05-20T15:26:02.143Z | Downloaded dunce v1.0.5 |
| 593 | 2026-05-20T15:26:02.144Z | Downloaded crunchy v0.2.4 |
| 594 | 2026-05-20T15:26:02.144Z | Downloaded crc-catalog v2.4.0 |
| 595 | 2026-05-20T15:26:02.146Z | Downloaded compression-core v0.4.31 |
| 596 | 2026-05-20T15:26:02.146Z | Downloaded darling_macro v0.20.11 |
| 597 | 2026-05-20T15:26:02.146Z | Downloaded dof v0.4.0 |
| 598 | 2026-05-20T15:26:02.147Z | Downloaded daft v0.1.7 |
| 599 | 2026-05-20T15:26:02.147Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 600 | 2026-05-20T15:26:02.150Z | Downloaded ascii-canvas v3.0.0 |
| 601 | 2026-05-20T15:26:02.150Z | Downloaded allocator-api2 v0.2.21 |
| 602 | 2026-05-20T15:26:02.150Z | Downloaded async-recursion v1.1.1 |
| 603 | 2026-05-20T15:26:02.153Z | Downloaded env_logger v0.11.9 |
| 604 | 2026-05-20T15:26:02.156Z | Downloaded dsl_auto_type v0.2.0 |
| 605 | 2026-05-20T15:26:02.156Z | Downloaded backon v1.6.0 |
| 606 | 2026-05-20T15:26:02.159Z | Downloaded downcast-rs v2.0.2 |
| 607 | 2026-05-20T15:26:02.159Z | Downloaded crucible-workspace-hack v0.1.0 |
| 608 | 2026-05-20T15:26:02.160Z | Downloaded crossbeam-deque v0.8.6 |
| 609 | 2026-05-20T15:26:02.163Z | Downloaded env_filter v1.0.0 |
| 610 | 2026-05-20T15:26:02.163Z | Downloaded dirs-next v2.0.0 |
| 611 | 2026-05-20T15:26:02.163Z | Downloaded bitfield-macros v0.19.4 |
| 612 | 2026-05-20T15:26:02.163Z | Downloaded async-stream-impl v0.3.6 |
| 613 | 2026-05-20T15:26:02.166Z | Downloaded crc v3.4.0 |
| 614 | 2026-05-20T15:26:02.166Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 615 | 2026-05-20T15:26:02.166Z | Downloaded des v0.8.1 |
| 616 | 2026-05-20T15:26:02.169Z | Downloaded fixedbitset v0.4.2 |
| 617 | 2026-05-20T15:26:02.169Z | Downloaded darling_core v0.23.0 |
| 618 | 2026-05-20T15:26:02.172Z | Downloaded dtrace-parser v0.3.0 |
| 619 | 2026-05-20T15:26:02.172Z | Downloaded cargo-platform v0.1.9 |
| 620 | 2026-05-20T15:26:02.175Z | Downloaded dirs-sys-next v0.1.2 |
| 621 | 2026-05-20T15:26:02.175Z | Downloaded ciborium-ll v0.2.2 |
| 622 | 2026-05-20T15:26:02.175Z | Downloaded compact_str v0.8.1 |
| 623 | 2026-05-20T15:26:02.178Z | Downloaded debug-ignore v1.0.5 |
| 624 | 2026-05-20T15:26:02.178Z | Downloaded darling_core v0.21.3 |
| 625 | 2026-05-20T15:26:02.181Z | Downloaded derive_builder_macro v0.20.2 |
| 626 | 2026-05-20T15:26:02.184Z | Downloaded bit-set v0.8.0 |
| 627 | 2026-05-20T15:26:02.184Z | Downloaded darling_core v0.20.11 |
| 628 | 2026-05-20T15:26:02.187Z | Downloaded float-ord v0.3.2 |
| 629 | 2026-05-20T15:26:02.188Z | Downloaded endian-type v0.1.2 |
| 630 | 2026-05-20T15:26:02.190Z | Downloaded fd-lock v4.0.4 |
| 631 | 2026-05-20T15:26:02.190Z | Downloaded embedded-io v0.4.0 |
| 632 | 2026-05-20T15:26:02.190Z | Downloaded convert_case v0.4.0 |
| 633 | 2026-05-20T15:26:02.193Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 634 | 2026-05-20T15:26:02.194Z | Downloaded clang-sys v1.8.1 |
| 635 | 2026-05-20T15:26:02.196Z | Downloaded float-cmp v0.10.0 |
| 636 | 2026-05-20T15:26:02.196Z | Downloaded embedded-io v0.6.1 |
| 637 | 2026-05-20T15:26:02.197Z | Downloaded assert_matches v1.5.0 |
| 638 | 2026-05-20T15:26:02.200Z | Downloaded document-features v0.2.12 |
| 639 | 2026-05-20T15:26:02.202Z | Downloaded futures-macro v0.3.32 |
| 640 | 2026-05-20T15:26:02.202Z | Downloaded blowfish v0.9.1 |
| 641 | 2026-05-20T15:26:02.203Z | Downloaded flagset v0.4.7 |
| 642 | 2026-05-20T15:26:02.206Z | Downloaded arc-swap v1.8.2 |
| 643 | 2026-05-20T15:26:02.206Z | Downloaded display-error-chain v0.2.2 |
| 644 | 2026-05-20T15:26:02.209Z | Downloaded funty v2.0.0 |
| 645 | 2026-05-20T15:26:02.209Z | Downloaded foreign-types-shared v0.1.1 |
| 646 | 2026-05-20T15:26:02.209Z | Downloaded difflib v0.4.0 |
| 647 | 2026-05-20T15:26:02.212Z | Downloaded futures-sink v0.3.32 |
| 648 | 2026-05-20T15:26:02.212Z | Downloaded ghash v0.5.1 |
| 649 | 2026-05-20T15:26:02.212Z | Downloaded cstr-argument v0.1.2 |
| 650 | 2026-05-20T15:26:02.212Z | Downloaded futures-core v0.3.32 |
| 651 | 2026-05-20T15:26:02.217Z | Downloaded cfg_aliases v0.2.1 |
| 652 | 2026-05-20T15:26:02.217Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 653 | 2026-05-20T15:26:02.217Z | Downloaded defmt-parser v1.0.0 |
| 654 | 2026-05-20T15:26:02.217Z | Downloaded defmt v0.3.100 |
| 655 | 2026-05-20T15:26:02.220Z | Downloaded crc8 v0.1.1 |
| 656 | 2026-05-20T15:26:02.220Z | Downloaded bit-set v0.5.3 |
| 657 | 2026-05-20T15:26:02.220Z | Downloaded ciborium-io v0.2.2 |
| 658 | 2026-05-20T15:26:02.223Z | Downloaded futures-io v0.3.32 |
| 659 | 2026-05-20T15:26:02.227Z | Downloaded castaway v0.2.4 |
| 660 | 2026-05-20T15:26:02.227Z | Downloaded block-padding v0.3.3 |
| 661 | 2026-05-20T15:26:02.227Z | Downloaded enum-as-inner v0.6.1 |
| 662 | 2026-05-20T15:26:02.230Z | Downloaded foldhash v0.1.5 |
| 663 | 2026-05-20T15:26:02.230Z | Downloaded gethostname v0.5.0 |
| 664 | 2026-05-20T15:26:02.230Z | Downloaded byte-wrapper v0.1.0 |
| 665 | 2026-05-20T15:26:02.233Z | Downloaded diesel-dtrace v0.5.0 |
| 666 | 2026-05-20T15:26:02.236Z | Downloaded critical-section v1.2.0 |
| 667 | 2026-05-20T15:26:02.239Z | Downloaded atomic-waker v1.1.2 |
| 668 | 2026-05-20T15:26:02.239Z | Downloaded hash32 v0.3.1 |
| 669 | 2026-05-20T15:26:02.239Z | Downloaded hash32 v0.2.1 |
| 670 | 2026-05-20T15:26:02.242Z | Downloaded hex v0.4.3 |
| 671 | 2026-05-20T15:26:02.242Z | Downloaded git-stub v1.0.0 |
| 672 | 2026-05-20T15:26:02.242Z | Downloaded hex-literal v0.4.1 |
| 673 | 2026-05-20T15:26:02.245Z | Downloaded base16ct v0.2.0 |
| 674 | 2026-05-20T15:26:02.245Z | Downloaded headers-core v0.3.0 |
| 675 | 2026-05-20T15:26:02.245Z | Downloaded foreign-types-shared v0.3.1 |
| 676 | 2026-05-20T15:26:02.248Z | Downloaded foreign-types-macros v0.2.3 |
| 677 | 2026-05-20T15:26:02.248Z | Downloaded hostname v0.4.2 |
| 678 | 2026-05-20T15:26:02.248Z | Downloaded home v0.5.12 |
| 679 | 2026-05-20T15:26:02.249Z | Downloaded daft-derive v0.1.7 |
| 680 | 2026-05-20T15:26:02.252Z | Downloaded fxhash v0.2.1 |
| 681 | 2026-05-20T15:26:02.255Z | Downloaded cexpr v0.6.0 |
| 682 | 2026-05-20T15:26:02.255Z | Downloaded futures-task v0.3.32 |
| 683 | 2026-05-20T15:26:02.255Z | Downloaded ed25519 v2.2.3 |
| 684 | 2026-05-20T15:26:02.258Z | Downloaded compression-codecs v0.4.37 |
| 685 | 2026-05-20T15:26:02.258Z | Downloaded either v1.15.0 |
| 686 | 2026-05-20T15:26:02.260Z | Downloaded bit-vec v0.8.0 |
| 687 | 2026-05-20T15:26:02.261Z | Downloaded derive_builder_core v0.20.2 |
| 688 | 2026-05-20T15:26:02.264Z | Downloaded der_derive v0.7.3 |
| 689 | 2026-05-20T15:26:02.264Z | Downloaded convert_case v0.10.0 |
| 690 | 2026-05-20T15:26:02.264Z | Downloaded globwalk v0.9.1 |
| 691 | 2026-05-20T15:26:02.267Z | Downloaded filetime v0.2.27 |
| 692 | 2026-05-20T15:26:02.267Z | Downloaded http-range v0.1.5 |
| 693 | 2026-05-20T15:26:02.267Z | Downloaded http-body v1.0.1 |
| 694 | 2026-05-20T15:26:02.270Z | Downloaded hubpack_derive v0.1.1 |
| 695 | 2026-05-20T15:26:02.270Z | Downloaded hubpack v0.1.2 |
| 696 | 2026-05-20T15:26:02.270Z | Downloaded hostname v0.3.1 |
| 697 | 2026-05-20T15:26:02.270Z | Downloaded foreign-types v0.3.2 |
| 698 | 2026-05-20T15:26:02.273Z | Downloaded find-msvc-tools v0.1.9 |
| 699 | 2026-05-20T15:26:02.273Z | Downloaded foreign-types v0.5.0 |
| 700 | 2026-05-20T15:26:02.273Z | Downloaded fixedbitset v0.5.7 |
| 701 | 2026-05-20T15:26:02.277Z | Downloaded colored v3.1.1 |
| 702 | 2026-05-20T15:26:02.277Z | Downloaded ciborium v0.2.2 |
| 703 | 2026-05-20T15:26:02.280Z | Downloaded cmake v0.1.57 |
| 704 | 2026-05-20T15:26:02.280Z | Downloaded crossbeam-channel v0.5.15 |
| 705 | 2026-05-20T15:26:02.283Z | Downloaded foldhash v0.2.0 |
| 706 | 2026-05-20T15:26:02.283Z | Downloaded drift v0.1.4 |
| 707 | 2026-05-20T15:26:02.287Z | Downloaded erased-serde v0.3.31 |
| 708 | 2026-05-20T15:26:02.290Z | Downloaded deranged v0.5.8 |
| 709 | 2026-05-20T15:26:02.290Z | Downloaded anstream v0.6.21 |
| 710 | 2026-05-20T15:26:02.294Z | Downloaded backoff v0.4.0 |
| 711 | 2026-05-20T15:26:02.294Z | Downloaded hyper-tls v0.6.0 |
| 712 | 2026-05-20T15:26:02.297Z | Downloaded console v0.15.11 |
| 713 | 2026-05-20T15:26:02.297Z | Downloaded cipher v0.4.4 |
| 714 | 2026-05-20T15:26:02.299Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 715 | 2026-05-20T15:26:02.300Z | Downloaded ident_case v1.0.1 |
| 716 | 2026-05-20T15:26:02.300Z | Downloaded base64ct v1.8.3 |
| 717 | 2026-05-20T15:26:02.302Z | Downloaded httpdate v1.0.3 |
| 718 | 2026-05-20T15:26:02.303Z | Downloaded elliptic-curve v0.13.8 |
| 719 | 2026-05-20T15:26:02.305Z | Downloaded defmt-macros v1.0.1 |
| 720 | 2026-05-20T15:26:02.308Z | Downloaded constant_time_eq v0.4.2 |
| 721 | 2026-05-20T15:26:02.309Z | Downloaded ar_archive_writer v0.5.1 |
| 722 | 2026-05-20T15:26:02.312Z | Downloaded illumos-nvpair v0.3.0 |
| 723 | 2026-05-20T15:26:02.312Z | Downloaded cbc v0.1.2 |
| 724 | 2026-05-20T15:26:02.312Z | Downloaded indoc v1.0.9 |
| 725 | 2026-05-20T15:26:02.315Z | Downloaded is_ci v1.2.0 |
| 726 | 2026-05-20T15:26:02.315Z | Downloaded is-terminal v0.4.17 |
| 727 | 2026-05-20T15:26:02.315Z | Downloaded bit-vec v0.6.3 |
| 728 | 2026-05-20T15:26:02.318Z | Downloaded instability v0.3.11 |
| 729 | 2026-05-20T15:26:02.318Z | Downloaded inout v0.1.4 |
| 730 | 2026-05-20T15:26:02.318Z | Downloaded glob v0.3.3 |
| 731 | 2026-05-20T15:26:02.321Z | Downloaded internet-checksum v0.2.1 |
| 732 | 2026-05-20T15:26:02.321Z | Downloaded instant v0.1.13 |
| 733 | 2026-05-20T15:26:02.321Z | Downloaded bzip2 v0.4.4 |
| 734 | 2026-05-20T15:26:02.324Z | Downloaded futures-executor v0.3.32 |
| 735 | 2026-05-20T15:26:02.324Z | Downloaded ff v0.13.1 |
| 736 | 2026-05-20T15:26:02.327Z | Downloaded fallible-iterator v0.2.0 |
| 737 | 2026-05-20T15:26:02.327Z | Downloaded git-stub-vcs v0.1.0 |
| 738 | 2026-05-20T15:26:02.327Z | Downloaded group v0.13.0 |
| 739 | 2026-05-20T15:26:02.330Z | Downloaded globset v0.4.18 |
| 740 | 2026-05-20T15:26:02.330Z | Downloaded fs-err v2.11.0 |
| 741 | 2026-05-20T15:26:02.330Z | Downloaded cargo_metadata v0.19.2 |
| 742 | 2026-05-20T15:26:02.334Z | Downloaded derive-ex v0.1.8 |
| 743 | 2026-05-20T15:26:02.334Z | Downloaded crc32fast v1.5.0 |
| 744 | 2026-05-20T15:26:02.338Z | Downloaded kstat-rs v0.2.4 |
| 745 | 2026-05-20T15:26:02.338Z | Downloaded defmt v1.0.1 |
| 746 | 2026-05-20T15:26:02.341Z | Downloaded highway v1.3.0 |
| 747 | 2026-05-20T15:26:02.341Z | Downloaded async-trait v0.1.89 |
| 748 | 2026-05-20T15:26:02.344Z | Downloaded futures-channel v0.3.32 |
| 749 | 2026-05-20T15:26:02.344Z | Downloaded argon2 v0.5.3 |
| 750 | 2026-05-20T15:26:02.344Z | Downloaded ahash v0.8.12 |
| 751 | 2026-05-20T15:26:02.347Z | Downloaded lazy_static v1.5.0 |
| 752 | 2026-05-20T15:26:02.347Z | Downloaded cookie_store v0.22.1 |
| 753 | 2026-05-20T15:26:02.350Z | Downloaded keccak v0.1.6 |
| 754 | 2026-05-20T15:26:02.350Z | Downloaded darling v0.23.0 |
| 755 | 2026-05-20T15:26:02.353Z | Downloaded humantime v2.3.0 |
| 756 | 2026-05-20T15:26:02.356Z | Downloaded http-body-util v0.1.3 |
| 757 | 2026-05-20T15:26:02.356Z | Downloaded ecdsa v0.16.9 |
| 758 | 2026-05-20T15:26:02.359Z | Downloaded chacha20 v0.10.0 |
| 759 | 2026-05-20T15:26:02.359Z | Downloaded camino-tempfile-ext v0.3.3 |
| 760 | 2026-05-20T15:26:02.361Z | Downloaded hyper-staticfile v0.10.1 |
| 761 | 2026-05-20T15:26:02.362Z | Downloaded lzss v0.8.2 |
| 762 | 2026-05-20T15:26:02.364Z | Downloaded lru-cache v0.1.2 |
| 763 | 2026-05-20T15:26:02.365Z | Downloaded lru v0.12.5 |
| 764 | 2026-05-20T15:26:02.365Z | Downloaded maybe-uninit v2.0.0 |
| 765 | 2026-05-20T15:26:02.365Z | Downloaded indoc v2.0.7 |
| 766 | 2026-05-20T15:26:02.367Z | Downloaded lru-slab v0.1.2 |
| 767 | 2026-05-20T15:26:02.367Z | Downloaded mime v0.3.17 |
| 768 | 2026-05-20T15:26:02.371Z | Downloaded md5 v0.7.0 |
| 769 | 2026-05-20T15:26:02.371Z | Downloaded match_cfg v0.1.0 |
| 770 | 2026-05-20T15:26:02.371Z | Downloaded managed v0.8.0 |
| 771 | 2026-05-20T15:26:02.371Z | Downloaded maplit v1.0.2 |
| 772 | 2026-05-20T15:26:02.374Z | Downloaded new_debug_unreachable v1.0.6 |
| 773 | 2026-05-20T15:26:02.374Z | Downloaded linked-hash-map v0.5.6 |
| 774 | 2026-05-20T15:26:02.374Z | Downloaded fatfs v0.3.6 |
| 775 | 2026-05-20T15:26:02.377Z | Downloaded md-5 v0.10.6 |
| 776 | 2026-05-20T15:26:02.377Z | Downloaded const-oid v0.9.6 |
| 777 | 2026-05-20T15:26:02.380Z | Downloaded libscf-sys v1.1.0 |
| 778 | 2026-05-20T15:26:02.380Z | Downloaded fs_extra v1.3.0 |
| 779 | 2026-05-20T15:26:02.380Z | Downloaded corncobs v0.1.4 |
| 780 | 2026-05-20T15:26:02.383Z | Downloaded indent_write v2.2.0 |
| 781 | 2026-05-20T15:26:02.383Z | Downloaded half v1.8.3 |
| 782 | 2026-05-20T15:26:02.386Z | Downloaded ipnetwork v0.21.1 |
| 783 | 2026-05-20T15:26:02.386Z | Downloaded ipnet v2.11.0 |
| 784 | 2026-05-20T15:26:02.386Z | Downloaded memoffset v0.9.1 |
| 785 | 2026-05-20T15:26:02.389Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 786 | 2026-05-20T15:26:02.389Z | Downloaded colored v2.2.0 |
| 787 | 2026-05-20T15:26:02.392Z | Downloaded nonempty v0.12.0 |
| 788 | 2026-05-20T15:26:02.392Z | Downloaded crc-any v2.5.0 |
| 789 | 2026-05-20T15:26:02.395Z | Downloaded normalize-line-endings v0.3.0 |
| 790 | 2026-05-20T15:26:02.395Z | Downloaded ingot-types v0.1.2 |
| 791 | 2026-05-20T15:26:02.395Z | Downloaded derive_more v0.99.20 |
| 792 | 2026-05-20T15:26:02.398Z | Downloaded crossbeam-utils v0.8.21 |
| 793 | 2026-05-20T15:26:02.401Z | Downloaded derive_builder v0.20.2 |
| 794 | 2026-05-20T15:26:02.404Z | Downloaded nodrop v0.1.14 |
| 795 | 2026-05-20T15:26:02.404Z | Downloaded newtype_derive v0.1.6 |
| 796 | 2026-05-20T15:26:02.407Z | Downloaded nibble_vec v0.1.0 |
| 797 | 2026-05-20T15:26:02.407Z | Downloaded num v0.4.3 |
| 798 | 2026-05-20T15:26:02.407Z | Downloaded num-conv v0.2.0 |
| 799 | 2026-05-20T15:26:02.407Z | Downloaded newline-converter v0.3.0 |
| 800 | 2026-05-20T15:26:02.410Z | Downloaded libefi-sys v0.1.0 |
| 801 | 2026-05-20T15:26:02.410Z | Downloaded flume v0.11.1 |
| 802 | 2026-05-20T15:26:02.413Z | Downloaded lalrpop-util v0.19.12 |
| 803 | 2026-05-20T15:26:02.413Z | Downloaded derive-where v1.6.0 |
| 804 | 2026-05-20T15:26:02.416Z | Downloaded chacha20poly1305 v0.10.1 |
| 805 | 2026-05-20T15:26:02.416Z | Downloaded httparse v1.10.1 |
| 806 | 2026-05-20T15:26:02.419Z | Downloaded num_threads v0.1.7 |
| 807 | 2026-05-20T15:26:02.419Z | Downloaded libsw v3.5.0 |
| 808 | 2026-05-20T15:26:02.420Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-05-20T15:26:02.422Z | Downloaded olpc-cjson v0.1.4 |
| 810 | 2026-05-20T15:26:02.422Z | Downloaded num-iter v0.1.45 |
| 811 | 2026-05-20T15:26:02.425Z | Downloaded openssl-macros v0.1.1 |
| 812 | 2026-05-20T15:26:02.425Z | Downloaded jobserver v0.1.34 |
| 813 | 2026-05-20T15:26:02.425Z | Downloaded lock_api v0.4.14 |
| 814 | 2026-05-20T15:26:02.428Z | Downloaded num_enum_derive v0.5.11 |
| 815 | 2026-05-20T15:26:02.428Z | Downloaded num-derive v0.3.3 |
| 816 | 2026-05-20T15:26:02.428Z | Downloaded num-derive v0.4.2 |
| 817 | 2026-05-20T15:26:02.431Z | Downloaded opaque-debug v0.3.1 |
| 818 | 2026-05-20T15:26:02.431Z | Downloaded multimap v0.10.1 |
| 819 | 2026-05-20T15:26:02.431Z | Downloaded linear-map v1.2.0 |
| 820 | 2026-05-20T15:26:02.448Z | Downloaded packed_struct_codegen v0.10.1 |
| 821 | 2026-05-20T15:26:02.451Z | Downloaded oso-derive v0.27.3 |
| 822 | 2026-05-20T15:26:02.451Z | Downloaded openssl-probe v0.2.1 |
| 823 | 2026-05-20T15:26:02.451Z | Downloaded openssl-probe v0.1.6 |
| 824 | 2026-05-20T15:26:02.454Z | Downloaded multer v3.1.0 |
| 825 | 2026-05-20T15:26:02.454Z | Downloaded ingot-macros v0.1.1 |
| 826 | 2026-05-20T15:26:02.454Z | Downloaded hmac v0.12.1 |
| 827 | 2026-05-20T15:26:02.457Z | Downloaded parse-size v1.1.0 |
| 828 | 2026-05-20T15:26:02.457Z | Downloaded parse-display v0.10.0 |
| 829 | 2026-05-20T15:26:02.457Z | Downloaded mime_guess v2.0.5 |
| 830 | 2026-05-20T15:26:02.460Z | Downloaded half v2.7.1 |
| 831 | 2026-05-20T15:26:02.460Z | Downloaded getrandom v0.3.4 |
| 832 | 2026-05-20T15:26:02.463Z | Downloaded newtype-uuid v1.3.2 |
| 833 | 2026-05-20T15:26:02.466Z | Downloaded native-tls v0.2.18 |
| 834 | 2026-05-20T15:26:02.466Z | Downloaded nanorand v0.7.0 |
| 835 | 2026-05-20T15:26:02.466Z | Downloaded ingot v0.1.1 |
| 836 | 2026-05-20T15:26:02.469Z | Downloaded hyper-rustls v0.27.7 |
| 837 | 2026-05-20T15:26:02.469Z | Downloaded libsw-core v0.3.2 |
| 838 | 2026-05-20T15:26:02.472Z | Downloaded futures v0.3.32 |
| 839 | 2026-05-20T15:26:02.475Z | Downloaded dropshot_endpoint v0.17.0 |
| 840 | 2026-05-20T15:26:02.478Z | Downloaded phf_shared v0.13.1 |
| 841 | 2026-05-20T15:26:02.478Z | Downloaded phf_shared v0.12.1 |
| 842 | 2026-05-20T15:26:02.478Z | Downloaded pbkdf2 v0.11.0 |
| 843 | 2026-05-20T15:26:02.481Z | Downloaded num-complex v0.4.6 |
| 844 | 2026-05-20T15:26:02.481Z | Downloaded diff v0.1.13 |
| 845 | 2026-05-20T15:26:02.483Z | Downloaded num-rational v0.4.2 |
| 846 | 2026-05-20T15:26:02.483Z | Downloaded litrs v1.0.0 |
| 847 | 2026-05-20T15:26:02.487Z | Downloaded nu-ansi-term v0.50.3 |
| 848 | 2026-05-20T15:26:02.487Z | Downloaded libloading v0.8.9 |
| 849 | 2026-05-20T15:26:02.490Z | Downloaded bytes v1.11.1 |
| 850 | 2026-05-20T15:26:02.493Z | Downloaded num_enum_derive v0.7.6 |
| 851 | 2026-05-20T15:26:02.493Z | Downloaded num_enum v0.7.6 |
| 852 | 2026-05-20T15:26:02.496Z | Downloaded peg-runtime v0.8.5 |
| 853 | 2026-05-20T15:26:02.496Z | Downloaded num_enum v0.5.11 |
| 854 | 2026-05-20T15:26:02.499Z | Downloaded pbkdf2 v0.12.2 |
| 855 | 2026-05-20T15:26:02.502Z | Downloaded base64 v0.22.1 |
| 856 | 2026-05-20T15:26:02.505Z | Downloaded predicates-core v1.0.10 |
| 857 | 2026-05-20T15:26:02.505Z | Downloaded headers v0.4.1 |
| 858 | 2026-05-20T15:26:02.508Z | Downloaded precomputed-hash v0.1.1 |
| 859 | 2026-05-20T15:26:02.508Z | Downloaded oxnet v0.1.5 |
| 860 | 2026-05-20T15:26:02.512Z | Downloaded heapless v0.8.0 |
| 861 | 2026-05-20T15:26:02.512Z | Downloaded parking_lot_core v0.8.6 |
| 862 | 2026-05-20T15:26:02.515Z | Downloaded bumpalo v3.20.2 |
| 863 | 2026-05-20T15:26:02.515Z | Downloaded heapless v0.7.17 |
| 864 | 2026-05-20T15:26:02.518Z | Downloaded const_format v0.2.35 |
| 865 | 2026-05-20T15:26:02.522Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-05-20T15:26:02.522Z | Downloaded libbz2-rs-sys v0.2.2 |
| 867 | 2026-05-20T15:26:02.526Z | Downloaded progenitor-client v0.10.0 |
| 868 | 2026-05-20T15:26:02.526Z | Downloaded base64 v0.21.7 |
| 869 | 2026-05-20T15:26:02.529Z | Downloaded der v0.7.10 |
| 870 | 2026-05-20T15:26:02.529Z | Downloaded crypto-bigint v0.5.5 |
| 871 | 2026-05-20T15:26:02.533Z | Downloaded progenitor-macro v0.13.0 |
| 872 | 2026-05-20T15:26:02.536Z | Downloaded peg-macros v0.8.5 |
| 873 | 2026-05-20T15:26:02.536Z | Downloaded progenitor-macro v0.10.0 |
| 874 | 2026-05-20T15:26:02.539Z | Downloaded path-slash v0.1.5 |
| 875 | 2026-05-20T15:26:02.539Z | Downloaded cc v1.2.56 |
| 876 | 2026-05-20T15:26:02.539Z | Downloaded phf v0.13.1 |
| 877 | 2026-05-20T15:26:02.543Z | Downloaded pin-project-lite v0.2.17 |
| 878 | 2026-05-20T15:26:02.546Z | Downloaded expectorate v1.2.0 |
| 879 | 2026-05-20T15:26:02.546Z | Downloaded progenitor-client v0.14.0 |
| 880 | 2026-05-20T15:26:02.549Z | Downloaded powerfmt v0.2.0 |
| 881 | 2026-05-20T15:26:02.549Z | Downloaded pem v3.0.6 |
| 882 | 2026-05-20T15:26:02.549Z | Downloaded pin-project-internal v1.1.11 |
| 883 | 2026-05-20T15:26:02.552Z | Downloaded phf_shared v0.11.3 |
| 884 | 2026-05-20T15:26:02.552Z | Downloaded paste v1.0.15 |
| 885 | 2026-05-20T15:26:02.552Z | Downloaded progenitor-client v0.11.2 |
| 886 | 2026-05-20T15:26:02.555Z | Downloaded ed25519-dalek v2.2.0 |
| 887 | 2026-05-20T15:26:02.555Z | Downloaded proc-macro-crate v3.4.0 |
| 888 | 2026-05-20T15:26:02.558Z | Downloaded password-hash v0.5.0 |
| 889 | 2026-05-20T15:26:02.558Z | Downloaded predicates-tree v1.0.13 |
| 890 | 2026-05-20T15:26:02.558Z | Downloaded pin-utils v0.1.0 |
| 891 | 2026-05-20T15:26:02.561Z | Downloaded password-hash v0.4.2 |
| 892 | 2026-05-20T15:26:02.561Z | Downloaded owo-colors v4.3.0 |
| 893 | 2026-05-20T15:26:02.564Z | Downloaded memmap2 v0.9.10 |
| 894 | 2026-05-20T15:26:02.564Z | Downloaded getrandom v0.2.17 |
| 895 | 2026-05-20T15:26:02.567Z | Downloaded pkg-config v0.3.32 |
| 896 | 2026-05-20T15:26:02.567Z | Downloaded postgres-protocol v0.6.10 |
| 897 | 2026-05-20T15:26:02.568Z | Downloaded poly1305 v0.8.0 |
| 898 | 2026-05-20T15:26:02.570Z | Downloaded packed_struct v0.10.1 |
| 899 | 2026-05-20T15:26:02.570Z | Downloaded dropshot_endpoint v0.16.7 |
| 900 | 2026-05-20T15:26:02.573Z | Downloaded rand_chacha v0.3.1 |
| 901 | 2026-05-20T15:26:02.573Z | Downloaded crossterm v0.28.1 |
| 902 | 2026-05-20T15:26:02.577Z | Downloaded predicates v3.1.4 |
| 903 | 2026-05-20T15:26:02.580Z | Downloaded pkcs8 v0.10.2 |
| 904 | 2026-05-20T15:26:02.583Z | Downloaded indicatif v0.18.4 |
| 905 | 2026-05-20T15:26:02.586Z | Downloaded parking_lot_core v0.9.12 |
| 906 | 2026-05-20T15:26:02.586Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 907 | 2026-05-20T15:26:02.586Z | Downloaded recursive v0.1.1 |
| 908 | 2026-05-20T15:26:02.590Z | Downloaded progenitor v0.10.0 |
| 909 | 2026-05-20T15:26:02.590Z | Downloaded proc-macro-error2 v2.0.1 |
| 910 | 2026-05-20T15:26:02.634Z | Downloaded parking_lot v0.11.2 |
| 911 | 2026-05-20T15:26:02.634Z | Downloaded flate2 v1.1.9 |
| 912 | 2026-05-20T15:26:02.638Z | Downloaded progenitor-client v0.13.0 |
| 913 | 2026-05-20T15:26:02.638Z | Downloaded hickory-resolver v0.25.2 |
| 914 | 2026-05-20T15:26:02.638Z | Downloaded dropshot-api-manager v0.7.1 |
| 915 | 2026-05-20T15:26:02.638Z | Downloaded progenitor-macro v0.11.2 |
| 916 | 2026-05-20T15:26:02.638Z | Downloaded pem-rfc7468 v0.7.0 |
| 917 | 2026-05-20T15:26:02.638Z | Downloaded progenitor-macro v0.14.0 |
| 918 | 2026-05-20T15:26:02.638Z | Downloaded proc-macro-crate v1.3.1 |
| 919 | 2026-05-20T15:26:02.638Z | Downloaded diesel_derives v2.3.7 |
| 920 | 2026-05-20T15:26:02.638Z | Downloaded psm v0.1.30 |
| 921 | 2026-05-20T15:26:02.638Z | Downloaded radium v0.7.0 |
| 922 | 2026-05-20T15:26:02.638Z | Downloaded phf v0.12.1 |
| 923 | 2026-05-20T15:26:02.638Z | Downloaded quick-error v1.2.3 |
| 924 | 2026-05-20T15:26:02.638Z | Downloaded psl-types v2.0.11 |
| 925 | 2026-05-20T15:26:02.638Z | Downloaded primeorder v0.13.6 |
| 926 | 2026-05-20T15:26:02.638Z | Downloaded rustc-hash v2.1.1 |
| 927 | 2026-05-20T15:26:02.638Z | Downloaded indexmap v1.9.3 |
| 928 | 2026-05-20T15:26:02.638Z | Downloaded ignore v0.4.25 |
| 929 | 2026-05-20T15:26:02.638Z | Downloaded rand_chacha v0.9.0 |
| 930 | 2026-05-20T15:26:02.639Z | Downloaded hickory-resolver v0.24.4 |
| 931 | 2026-05-20T15:26:02.639Z | Downloaded pkcs5 v0.7.1 |
| 932 | 2026-05-20T15:26:02.639Z | Downloaded progenitor v0.14.0 |
| 933 | 2026-05-20T15:26:02.639Z | Downloaded r2d2 v0.8.10 |
| 934 | 2026-05-20T15:26:02.639Z | Downloaded progenitor-extras v0.2.0 |
| 935 | 2026-05-20T15:26:02.639Z | Downloaded rustc_version v0.4.1 |
| 936 | 2026-05-20T15:26:02.639Z | Downloaded rustc_version v0.1.7 |
| 937 | 2026-05-20T15:26:02.639Z | Downloaded rand_seeder v0.4.0 |
| 938 | 2026-05-20T15:26:02.639Z | Downloaded ref-cast v1.0.25 |
| 939 | 2026-05-20T15:26:02.639Z | Downloaded rand_xorshift v0.4.0 |
| 940 | 2026-05-20T15:26:02.642Z | Downloaded rand_core v0.10.0 |
| 941 | 2026-05-20T15:26:02.642Z | Downloaded peg v0.8.5 |
| 942 | 2026-05-20T15:26:02.645Z | Downloaded papergrid v0.17.0 |
| 943 | 2026-05-20T15:26:02.648Z | Downloaded p256 v0.13.2 |
| 944 | 2026-05-20T15:26:02.650Z | Downloaded russh-cryptovec v0.7.3 |
| 945 | 2026-05-20T15:26:02.650Z | Downloaded rfc6979 v0.4.0 |
| 946 | 2026-05-20T15:26:02.650Z | Downloaded progenitor v0.11.2 |
| 947 | 2026-05-20T15:26:02.653Z | Downloaded polyval v0.6.2 |
| 948 | 2026-05-20T15:26:02.653Z | Downloaded derive_more-impl v2.1.1 |
| 949 | 2026-05-20T15:26:02.656Z | Downloaded miniz_oxide v0.8.9 |
| 950 | 2026-05-20T15:26:02.659Z | Downloaded scheduled-thread-pool v0.2.7 |
| 951 | 2026-05-20T15:26:02.659Z | Downloaded scroll_derive v0.13.1 |
| 952 | 2026-05-20T15:26:02.662Z | Downloaded sapling-renderdag v0.1.0 |
| 953 | 2026-05-20T15:26:02.662Z | Downloaded progenitor v0.13.0 |
| 954 | 2026-05-20T15:26:02.662Z | Downloaded salsa20 v0.10.2 |
| 955 | 2026-05-20T15:26:02.665Z | Downloaded parse-display-derive v0.10.0 |
| 956 | 2026-05-20T15:26:02.665Z | Downloaded jiff-static v0.2.21 |
| 957 | 2026-05-20T15:26:02.668Z | Downloaded num-integer v0.1.46 |
| 958 | 2026-05-20T15:26:02.668Z | Downloaded same-file v1.0.6 |
| 959 | 2026-05-20T15:26:02.668Z | Downloaded postgres-types v0.2.12 |
| 960 | 2026-05-20T15:26:02.671Z | Downloaded openssl-sys v0.9.115 |
| 961 | 2026-05-20T15:26:02.674Z | Downloaded scrypt v0.11.0 |
| 962 | 2026-05-20T15:26:02.677Z | Downloaded resolv-conf v0.7.6 |
| 963 | 2026-05-20T15:26:02.677Z | Downloaded ref-cast-impl v1.0.25 |
| 964 | 2026-05-20T15:26:02.677Z | Downloaded scopeguard v1.2.0 |
| 965 | 2026-05-20T15:26:02.680Z | Downloaded oso v0.27.3 |
| 966 | 2026-05-20T15:26:02.680Z | Downloaded serde_plain v1.0.2 |
| 967 | 2026-05-20T15:26:02.683Z | Downloaded seq-macro v0.3.6 |
| 968 | 2026-05-20T15:26:02.683Z | Downloaded secrecy v0.8.0 |
| 969 | 2026-05-20T15:26:02.683Z | Downloaded semver v0.1.20 |
| 970 | 2026-05-20T15:26:02.686Z | Downloaded secrecy v0.10.3 |
| 971 | 2026-05-20T15:26:02.686Z | Downloaded pkcs1 v0.7.5 |
| 972 | 2026-05-20T15:26:02.689Z | Downloaded omicron-zone-package v0.12.2 |
| 973 | 2026-05-20T15:26:02.689Z | Downloaded async-compression v0.4.41 |
| 974 | 2026-05-20T15:26:02.692Z | Downloaded rand_core v0.6.4 |
| 975 | 2026-05-20T15:26:02.695Z | Downloaded serde_bytes v0.11.19 |
| 976 | 2026-05-20T15:26:02.695Z | Downloaded postcard v1.1.3 |
| 977 | 2026-05-20T15:26:02.698Z | Downloaded ppv-lite86 v0.2.21 |
| 978 | 2026-05-20T15:26:02.698Z | Downloaded serde_urlencoded v0.7.1 |
| 979 | 2026-05-20T15:26:02.701Z | Downloaded serde_spanned v1.0.4 |
| 980 | 2026-05-20T15:26:02.701Z | Downloaded quinn-udp v0.5.14 |
| 981 | 2026-05-20T15:26:02.702Z | Downloaded rustls-native-certs v0.8.3 |
| 982 | 2026-05-20T15:26:02.705Z | Downloaded rustls-pemfile v1.0.4 |
| 983 | 2026-05-20T15:26:02.705Z | Downloaded prefix-trie v0.7.0 |
| 984 | 2026-05-20T15:26:02.708Z | Downloaded rtoolbox v0.0.3 |
| 985 | 2026-05-20T15:26:02.708Z | Downloaded parking_lot v0.12.5 |
| 986 | 2026-05-20T15:26:02.711Z | Downloaded hashbrown v0.12.3 |
| 987 | 2026-05-20T15:26:02.714Z | Downloaded sha1 v0.10.6 |
| 988 | 2026-05-20T15:26:02.714Z | Downloaded oxide-tokio-rt v0.1.4 |
| 989 | 2026-05-20T15:26:02.717Z | Downloaded derive_more v2.1.1 |
| 990 | 2026-05-20T15:26:02.722Z | Downloaded rusty-fork v0.3.1 |
| 991 | 2026-05-20T15:26:02.726Z | Downloaded rustversion v1.0.22 |
| 992 | 2026-05-20T15:26:02.726Z | Downloaded signal-hook-tokio v0.3.1 |
| 993 | 2026-05-20T15:26:02.726Z | Downloaded signal-hook-mio v0.2.5 |
| 994 | 2026-05-20T15:26:02.728Z | Downloaded signature v2.2.0 |
| 995 | 2026-05-20T15:26:02.729Z | Downloaded shell-words v1.1.1 |
| 996 | 2026-05-20T15:26:02.729Z | Downloaded progenitor-impl v0.13.0 |
| 997 | 2026-05-20T15:26:02.731Z | Downloaded hickory-server v0.25.2 |
| 998 | 2026-05-20T15:26:02.735Z | Downloaded rustls-pemfile v2.2.0 |
| 999 | 2026-05-20T15:26:02.735Z | Downloaded serde-big-array v0.5.1 |
| 1000 | 2026-05-20T15:26:02.738Z | Downloaded http v1.4.0 |
| 1001 | 2026-05-20T15:26:02.740Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-05-20T15:26:02.740Z | Downloaded scroll v0.13.0 |
| 1003 | 2026-05-20T15:26:02.740Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1004 | 2026-05-20T15:26:02.741Z | Downloaded bzip2 v0.6.1 |
| 1005 | 2026-05-20T15:26:02.744Z | Downloaded slog-envlogger v2.2.0 |
| 1006 | 2026-05-20T15:26:02.744Z | Downloaded pin-project v1.1.11 |
| 1007 | 2026-05-20T15:26:02.750Z | Downloaded serde-hex v0.1.0 |
| 1008 | 2026-05-20T15:26:02.753Z | Downloaded hyper-util v0.1.20 |
| 1009 | 2026-05-20T15:26:02.756Z | Downloaded siphasher v1.0.2 |
| 1010 | 2026-05-20T15:26:02.756Z | Downloaded cpufeatures v0.3.0 |
| 1011 | 2026-05-20T15:26:02.761Z | Downloaded slog-bunyan v2.5.0 |
| 1012 | 2026-05-20T15:26:02.761Z | Downloaded serde_repr v0.1.20 |
| 1013 | 2026-05-20T15:26:02.761Z | Downloaded serde_path_to_error v0.1.20 |
| 1014 | 2026-05-20T15:26:02.765Z | Downloaded minimal-lexical v0.2.1 |
| 1015 | 2026-05-20T15:26:02.765Z | Downloaded sct v0.7.1 |
| 1016 | 2026-05-20T15:26:02.769Z | Downloaded pretty_assertions v1.4.1 |
| 1017 | 2026-05-20T15:26:02.769Z | Downloaded buf-list v1.1.2 |
| 1018 | 2026-05-20T15:26:02.769Z | Downloaded anstyle-parse v0.2.7 |
| 1019 | 2026-05-20T15:26:02.772Z | Downloaded hashbrown v0.13.2 |
| 1020 | 2026-05-20T15:26:02.776Z | Downloaded csv-core v0.1.13 |
| 1021 | 2026-05-20T15:26:02.776Z | Downloaded crossbeam-epoch v0.9.18 |
| 1022 | 2026-05-20T15:26:02.781Z | Downloaded progenitor-impl v0.11.2 |
| 1023 | 2026-05-20T15:26:02.781Z | Downloaded progenitor-impl v0.14.0 |
| 1024 | 2026-05-20T15:26:02.781Z | Downloaded cookie v0.18.1 |
| 1025 | 2026-05-20T15:26:02.784Z | Downloaded console v0.16.2 |
| 1026 | 2026-05-20T15:26:02.784Z | Downloaded sec1 v0.7.3 |
| 1027 | 2026-05-20T15:26:02.788Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1028 | 2026-05-20T15:26:02.788Z | Downloaded cancel-safe-futures v0.1.5 |
| 1029 | 2026-05-20T15:26:02.791Z | Downloaded strum v0.27.2 |
| 1030 | 2026-05-20T15:26:02.791Z | Downloaded ssh-cipher v0.2.0 |
| 1031 | 2026-05-20T15:26:02.791Z | Downloaded strum v0.26.3 |
| 1032 | 2026-05-20T15:26:02.791Z | Downloaded sqlparser_derive v0.5.0 |
| 1033 | 2026-05-20T15:26:02.794Z | Downloaded schemars_derive v0.8.22 |
| 1034 | 2026-05-20T15:26:02.794Z | Downloaded ssh-encoding v0.2.0 |
| 1035 | 2026-05-20T15:26:02.794Z | Downloaded structmeta-derive v0.3.0 |
| 1036 | 2026-05-20T15:26:02.797Z | Downloaded crossterm v0.29.0 |
| 1037 | 2026-05-20T15:26:02.800Z | Downloaded ron v0.8.1 |
| 1038 | 2026-05-20T15:26:02.803Z | Downloaded slog-async v2.8.0 |
| 1039 | 2026-05-20T15:26:02.806Z | Downloaded slab v0.4.12 |
| 1040 | 2026-05-20T15:26:02.806Z | Downloaded simd-adler32 v0.3.8 |
| 1041 | 2026-05-20T15:26:02.809Z | Downloaded serde_cbor v0.11.2 |
| 1042 | 2026-05-20T15:26:02.812Z | Downloaded structmeta v0.3.0 |
| 1043 | 2026-05-20T15:26:02.812Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-05-20T15:26:02.812Z | Downloaded rustls-pki-types v1.14.0 |
| 1045 | 2026-05-20T15:26:02.815Z | Downloaded slog-json v2.6.1 |
| 1046 | 2026-05-20T15:26:02.815Z | Downloaded serde_derive_internals v0.29.1 |
| 1047 | 2026-05-20T15:26:02.816Z | Downloaded russh-keys v0.45.0 |
| 1048 | 2026-05-20T15:26:02.819Z | Downloaded signal-hook-registry v1.4.8 |
| 1049 | 2026-05-20T15:26:02.819Z | Downloaded aes-gcm v0.10.3 |
| 1050 | 2026-05-20T15:26:02.822Z | Downloaded tabled_derive v0.11.0 |
| 1051 | 2026-05-20T15:26:02.822Z | Downloaded sync_wrapper v1.0.2 |
| 1052 | 2026-05-20T15:26:02.825Z | Downloaded supports-color v3.0.2 |
| 1053 | 2026-05-20T15:26:02.825Z | Downloaded mio v1.2.0 |
| 1054 | 2026-05-20T15:26:02.828Z | Downloaded tap v1.0.1 |
| 1055 | 2026-05-20T15:26:02.831Z | Downloaded sync-ptr v0.1.4 |
| 1056 | 2026-05-20T15:26:02.831Z | Downloaded rayon-core v1.13.0 |
| 1057 | 2026-05-20T15:26:02.834Z | Downloaded progenitor-impl v0.10.0 |
| 1058 | 2026-05-20T15:26:02.834Z | Downloaded take_mut v0.2.2 |
| 1059 | 2026-05-20T15:26:02.834Z | Downloaded tagptr v0.2.0 |
| 1060 | 2026-05-20T15:26:02.837Z | Downloaded tabwriter v1.4.1 |
| 1061 | 2026-05-20T15:26:02.837Z | Downloaded slog-dtrace v0.3.0 |
| 1062 | 2026-05-20T15:26:02.841Z | Downloaded snafu-derive v0.8.9 |
| 1063 | 2026-05-20T15:26:02.841Z | Downloaded slog-term v2.9.2 |
| 1064 | 2026-05-20T15:26:02.844Z | Downloaded sqlformat v0.3.5 |
| 1065 | 2026-05-20T15:26:02.844Z | Downloaded rand_core v0.9.5 |
| 1066 | 2026-05-20T15:26:02.844Z | Downloaded smallvec v0.6.14 |
| 1067 | 2026-05-20T15:26:02.844Z | Downloaded slog-stdlog v4.1.1 |
| 1068 | 2026-05-20T15:26:02.847Z | Downloaded stringprep v0.1.5 |
| 1069 | 2026-05-20T15:26:02.847Z | Downloaded testing_table v0.3.0 |
| 1070 | 2026-05-20T15:26:02.847Z | Downloaded termtree v0.5.1 |
| 1071 | 2026-05-20T15:26:02.852Z | Downloaded time-core v0.1.8 |
| 1072 | 2026-05-20T15:26:02.852Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1073 | 2026-05-20T15:26:02.855Z | Downloaded hashbrown v0.15.5 |
| 1074 | 2026-05-20T15:26:02.858Z | Downloaded prettyplease v0.2.37 |
| 1075 | 2026-05-20T15:26:02.860Z | Downloaded rand v0.8.6 |
| 1076 | 2026-05-20T15:26:02.864Z | Downloaded subtle v2.6.1 |
| 1077 | 2026-05-20T15:26:02.864Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-20T15:26:02.867Z | Downloaded strum_macros v0.24.3 |
| 1079 | 2026-05-20T15:26:02.870Z | Downloaded spki v0.7.3 |
| 1080 | 2026-05-20T15:26:02.870Z | Downloaded smf v0.2.3 |
| 1081 | 2026-05-20T15:26:02.874Z | Downloaded tinyvec_macros v0.1.1 |
| 1082 | 2026-05-20T15:26:02.874Z | Downloaded itertools v0.10.5 |
| 1083 | 2026-05-20T15:26:02.877Z | Downloaded string_cache v0.8.9 |
| 1084 | 2026-05-20T15:26:02.880Z | Downloaded thread-id v5.1.0 |
| 1085 | 2026-05-20T15:26:02.880Z | Downloaded support-bundle-viewer v0.1.2 |
| 1086 | 2026-05-20T15:26:02.883Z | Downloaded static_assertions v1.1.0 |
| 1087 | 2026-05-20T15:26:02.883Z | Downloaded stacker v0.1.23 |
| 1088 | 2026-05-20T15:26:02.883Z | Downloaded num-bigint v0.4.6 |
| 1089 | 2026-05-20T15:26:02.886Z | Downloaded nom v7.1.3 |
| 1090 | 2026-05-20T15:26:02.888Z | Downloaded serde_with_macros v3.17.0 |
| 1091 | 2026-05-20T15:26:02.891Z | Downloaded shlex v1.3.0 |
| 1092 | 2026-05-20T15:26:02.891Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1093 | 2026-05-20T15:26:02.894Z | Downloaded strum_macros v0.27.2 |
| 1094 | 2026-05-20T15:26:02.897Z | Downloaded hashbrown v0.16.1 |
| 1095 | 2026-05-20T15:26:02.900Z | Downloaded ryu v1.0.23 |
| 1096 | 2026-05-20T15:26:02.902Z | Downloaded schemars v0.8.22 |
| 1097 | 2026-05-20T15:26:02.908Z | Downloaded termios v0.3.3 |
| 1098 | 2026-05-20T15:26:02.911Z | Downloaded qorb v0.4.1 |
| 1099 | 2026-05-20T15:26:02.915Z | Downloaded itertools v0.13.0 |
| 1100 | 2026-05-20T15:26:02.920Z | Downloaded spin v0.9.8 |
| 1101 | 2026-05-20T15:26:02.922Z | Downloaded rand v0.10.1 |
| 1102 | 2026-05-20T15:26:02.926Z | Downloaded tower-service v0.3.3 |
| 1103 | 2026-05-20T15:26:02.926Z | Downloaded tower-layer v0.3.3 |
| 1104 | 2026-05-20T15:26:02.926Z | Downloaded rcgen v0.12.1 |
| 1105 | 2026-05-20T15:26:02.929Z | Downloaded topological-sort v0.2.2 |
| 1106 | 2026-05-20T15:26:02.929Z | Downloaded similar v2.7.0 |
| 1107 | 2026-05-20T15:26:02.933Z | Downloaded try-lock v0.2.5 |
| 1108 | 2026-05-20T15:26:02.936Z | Downloaded thiserror-no-std v2.0.2 |
| 1109 | 2026-05-20T15:26:02.936Z | Downloaded tiny-keccak v2.0.2 |
| 1110 | 2026-05-20T15:26:02.939Z | Downloaded libxml v0.3.3 |
| 1111 | 2026-05-20T15:26:02.942Z | Downloaded publicsuffix v2.3.0 |
| 1112 | 2026-05-20T15:26:02.945Z | Downloaded time-macros v0.2.27 |
| 1113 | 2026-05-20T15:26:02.947Z | Downloaded tls_codec_derive v0.4.2 |
| 1114 | 2026-05-20T15:26:02.947Z | Downloaded tls_codec v0.4.2 |
| 1115 | 2026-05-20T15:26:02.950Z | Downloaded trait-variant v0.1.2 |
| 1116 | 2026-05-20T15:26:02.950Z | Downloaded itertools v0.12.1 |
| 1117 | 2026-05-20T15:26:02.953Z | Downloaded tokio-dtrace v0.1.1 |
| 1118 | 2026-05-20T15:26:02.956Z | Downloaded thread_local v1.1.9 |
| 1119 | 2026-05-20T15:26:02.958Z | Downloaded tokio-native-tls v0.3.1 |
| 1120 | 2026-05-20T15:26:02.958Z | Downloaded unarray v0.1.4 |
| 1121 | 2026-05-20T15:26:02.961Z | Downloaded typify-macro v0.4.3 |
| 1122 | 2026-05-20T15:26:02.961Z | Downloaded typify-macro v0.6.2 |
| 1123 | 2026-05-20T15:26:02.961Z | Downloaded tokio-macros v2.7.0 |
| 1124 | 2026-05-20T15:26:02.964Z | Downloaded schemars v0.9.0 |
| 1125 | 2026-05-20T15:26:02.971Z | Downloaded unit-prefix v0.5.2 |
| 1126 | 2026-05-20T15:26:02.974Z | Downloaded unicode-truncate v1.1.0 |
| 1127 | 2026-05-20T15:26:02.974Z | Downloaded untrusted v0.9.0 |
| 1128 | 2026-05-20T15:26:02.977Z | Downloaded term v1.2.1 |
| 1129 | 2026-05-20T15:26:02.977Z | Downloaded tokio-tungstenite v0.23.1 |
| 1130 | 2026-05-20T15:26:02.980Z | Downloaded nom v8.0.0 |
| 1131 | 2026-05-20T15:26:02.983Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-05-20T15:26:02.983Z | Downloaded universal-hash v0.5.1 |
| 1133 | 2026-05-20T15:26:02.983Z | Downloaded tokio-rustls v0.25.0 |
| 1134 | 2026-05-20T15:26:02.986Z | Downloaded utf-8 v0.7.6 |
| 1135 | 2026-05-20T15:26:02.986Z | Downloaded usdt v0.6.0 |
| 1136 | 2026-05-20T15:26:02.986Z | Downloaded tokio-tungstenite v0.21.0 |
| 1137 | 2026-05-20T15:26:02.990Z | Downloaded slog v2.8.2 |
| 1138 | 2026-05-20T15:26:02.993Z | Downloaded rand v0.9.2 |
| 1139 | 2026-05-20T15:26:02.993Z | Downloaded quinn v0.11.9 |
| 1140 | 2026-05-20T15:26:02.996Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1141 | 2026-05-20T15:26:02.996Z | Downloaded rsa v0.9.10 |
| 1142 | 2026-05-20T15:26:02.999Z | Downloaded num-bigint-dig v0.8.6 |
| 1143 | 2026-05-20T15:26:03.001Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1144 | 2026-05-20T15:26:03.004Z | Downloaded usdt-macro v0.6.0 |
| 1145 | 2026-05-20T15:26:03.004Z | Downloaded iddqd v0.4.1 |
| 1146 | 2026-05-20T15:26:03.008Z | Downloaded usdt-attr-macro v0.6.0 |
| 1147 | 2026-05-20T15:26:03.011Z | Downloaded untrusted v0.7.1 |
| 1148 | 2026-05-20T15:26:03.011Z | Downloaded signal-hook v0.3.18 |
| 1149 | 2026-05-20T15:26:03.014Z | Downloaded want v0.3.1 |
| 1150 | 2026-05-20T15:26:03.014Z | Downloaded wait-timeout v0.2.1 |
| 1151 | 2026-05-20T15:26:03.014Z | Downloaded void v1.0.2 |
| 1152 | 2026-05-20T15:26:03.017Z | Downloaded tui-tree-widget v0.23.1 |
| 1153 | 2026-05-20T15:26:03.017Z | Downloaded waitgroup v0.1.2 |
| 1154 | 2026-05-20T15:26:03.017Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1155 | 2026-05-20T15:26:03.020Z | Downloaded h2 v0.4.13 |
| 1156 | 2026-05-20T15:26:03.024Z | Downloaded iri-string v0.7.10 |
| 1157 | 2026-05-20T15:26:03.029Z | Downloaded tokio-rustls v0.24.1 |
| 1158 | 2026-05-20T15:26:03.033Z | Downloaded hkdf v0.12.4 |
| 1159 | 2026-05-20T15:26:03.036Z | Downloaded socket2 v0.5.10 |
| 1160 | 2026-05-20T15:26:03.039Z | Downloaded tokio-rustls v0.26.4 |
| 1161 | 2026-05-20T15:26:03.039Z | Downloaded term v0.7.0 |
| 1162 | 2026-05-20T15:26:03.042Z | Downloaded tokio-stream v0.1.18 |
| 1163 | 2026-05-20T15:26:03.049Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-05-20T15:26:03.053Z | Downloaded xattr v1.6.1 |
| 1165 | 2026-05-20T15:26:03.056Z | Downloaded xshell-macros v0.2.7 |
| 1166 | 2026-05-20T15:26:03.056Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1167 | 2026-05-20T15:26:03.060Z | Downloaded hyper v1.8.1 |
| 1168 | 2026-05-20T15:26:03.064Z | Downloaded zone v0.3.1 |
| 1169 | 2026-05-20T15:26:03.067Z | Downloaded tinyvec v1.10.0 |
| 1170 | 2026-05-20T15:26:03.067Z | Downloaded zeroize_derive v1.4.3 |
| 1171 | 2026-05-20T15:26:03.070Z | Downloaded libm v0.2.16 |
| 1172 | 2026-05-20T15:26:03.073Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-05-20T15:26:03.076Z | Downloaded subprocess v0.2.15 |
| 1174 | 2026-05-20T15:26:03.076Z | Downloaded rustls-webpki v0.103.9 |
| 1175 | 2026-05-20T15:26:03.079Z | Downloaded vsss-rs v3.3.4 |
| 1176 | 2026-05-20T15:26:03.082Z | Downloaded aho-corasick v1.1.4 |
| 1177 | 2026-05-20T15:26:03.085Z | Downloaded zone_cfg_derive v0.3.1 |
| 1178 | 2026-05-20T15:26:03.085Z | Downloaded vergen-gitcl v1.0.8 |
| 1179 | 2026-05-20T15:26:03.088Z | Downloaded walkdir v2.5.0 |
| 1180 | 2026-05-20T15:26:03.088Z | Downloaded whoami v1.6.1 |
| 1181 | 2026-05-20T15:26:03.088Z | Downloaded unicase v2.9.0 |
| 1182 | 2026-05-20T15:26:03.091Z | Downloaded twox-hash v2.1.2 |
| 1183 | 2026-05-20T15:26:03.091Z | Downloaded vergen-git2 v1.0.7 |
| 1184 | 2026-05-20T15:26:03.094Z | Downloaded uzers v0.12.2 |
| 1185 | 2026-05-20T15:26:03.094Z | Downloaded bitvec v1.0.1 |
| 1186 | 2026-05-20T15:26:03.101Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1187 | 2026-05-20T15:26:03.105Z | Downloaded toml v0.7.8 |
| 1188 | 2026-05-20T15:26:03.108Z | Downloaded xshell v0.2.7 |
| 1189 | 2026-05-20T15:26:03.108Z | Downloaded wyz v0.5.1 |
| 1190 | 2026-05-20T15:26:03.111Z | Downloaded whoami v2.1.0 |
| 1191 | 2026-05-20T15:26:03.111Z | Downloaded tar v0.4.45 |
| 1192 | 2026-05-20T15:26:03.111Z | Downloaded samael v0.0.19 |
| 1193 | 2026-05-20T15:26:03.114Z | Downloaded itertools v0.14.0 |
| 1194 | 2026-05-20T15:26:03.119Z | Downloaded futures-util v0.3.32 |
| 1195 | 2026-05-20T15:26:03.127Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-05-20T15:26:03.130Z | Downloaded tracing-attributes v0.1.31 |
| 1197 | 2026-05-20T15:26:03.130Z | Downloaded bindgen v0.71.1 |
| 1198 | 2026-05-20T15:26:03.133Z | Downloaded blake3 v1.8.3 |
| 1199 | 2026-05-20T15:26:03.136Z | Downloaded zstd v0.13.3 |
| 1200 | 2026-05-20T15:26:03.139Z | Downloaded tracing-core v0.1.36 |
| 1201 | 2026-05-20T15:26:03.143Z | Downloaded tungstenite v0.23.0 |
| 1202 | 2026-05-20T15:26:03.143Z | Downloaded tungstenite v0.21.0 |
| 1203 | 2026-05-20T15:26:03.146Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1204 | 2026-05-20T15:26:03.149Z | Downloaded aws-lc-rs v1.16.3 |
| 1205 | 2026-05-20T15:26:03.152Z | Downloaded zstd-safe v7.2.4 |
| 1206 | 2026-05-20T15:26:03.155Z | Downloaded steno v0.4.1 |
| 1207 | 2026-05-20T15:26:03.155Z | Downloaded typify v0.4.3 |
| 1208 | 2026-05-20T15:26:03.158Z | Downloaded unicode-properties v0.1.4 |
| 1209 | 2026-05-20T15:26:03.161Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-05-20T15:26:03.161Z | Downloaded unicode-bidi v0.3.18 |
| 1211 | 2026-05-20T15:26:03.164Z | Downloaded typify v0.6.2 |
| 1212 | 2026-05-20T15:26:03.164Z | Downloaded git2 v0.20.4 |
| 1213 | 2026-05-20T15:26:03.168Z | Downloaded yasna v0.5.2 |
| 1214 | 2026-05-20T15:26:03.171Z | Downloaded p521 v0.13.3 |
| 1215 | 2026-05-20T15:26:03.174Z | Downloaded snafu v0.8.9 |
| 1216 | 2026-05-20T15:26:03.177Z | Downloaded test-strategy v0.4.5 |
| 1217 | 2026-05-20T15:26:03.181Z | Downloaded socket2 v0.6.3 |
| 1218 | 2026-05-20T15:26:03.181Z | Downloaded vte v0.14.1 |
| 1219 | 2026-05-20T15:26:03.184Z | Downloaded uuid v1.23.0 |
| 1220 | 2026-05-20T15:26:03.184Z | Downloaded schemars v1.2.1 |
| 1221 | 2026-05-20T15:26:03.192Z | Downloaded vergen v9.0.6 |
| 1222 | 2026-05-20T15:26:03.195Z | Downloaded rustyline v14.0.0 |
| 1223 | 2026-05-20T15:26:03.198Z | Downloaded p384 v0.13.1 |
| 1224 | 2026-05-20T15:26:03.201Z | Downloaded regex v1.12.3 |
| 1225 | 2026-05-20T15:26:03.204Z | Downloaded zerocopy v0.6.6 |
| 1226 | 2026-05-20T15:26:03.207Z | Downloaded ssh-key v0.6.7 |
| 1227 | 2026-05-20T15:26:03.211Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1228 | 2026-05-20T15:26:03.214Z | Downloaded zopfli v0.8.3 |
| 1229 | 2026-05-20T15:26:03.216Z | Downloaded reqwest v0.13.2 |
| 1230 | 2026-05-20T15:26:03.219Z | Downloaded russh v0.45.0 |
| 1231 | 2026-05-20T15:26:03.222Z | Downloaded curve25519-dalek v4.1.3 |
| 1232 | 2026-05-20T15:26:03.227Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-05-20T15:26:03.232Z | Downloaded tokio-postgres v0.7.16 |
| 1234 | 2026-05-20T15:26:03.242Z | Downloaded unicode_categories v0.1.1 |
| 1235 | 2026-05-20T15:26:03.246Z | Downloaded reqwest v0.12.28 |
| 1236 | 2026-05-20T15:26:03.248Z | Downloaded quick-xml v0.37.5 |
| 1237 | 2026-05-20T15:26:03.251Z | Downloaded tower v0.5.3 |
| 1238 | 2026-05-20T15:26:03.257Z | Downloaded zip v0.6.6 |
| 1239 | 2026-05-20T15:26:03.259Z | Downloaded chrono v0.4.44 |
| 1240 | 2026-05-20T15:26:03.266Z | Downloaded toml_edit v0.19.15 |
| 1241 | 2026-05-20T15:26:03.277Z | Downloaded rpassword v7.4.0 |
| 1242 | 2026-05-20T15:26:03.280Z | Downloaded lalrpop v0.19.12 |
| 1243 | 2026-05-20T15:26:03.286Z | Downloaded zerocopy-derive v0.8.40 |
| 1244 | 2026-05-20T15:26:03.291Z | Downloaded yansi v1.0.1 |
| 1245 | 2026-05-20T15:26:03.294Z | Downloaded reedline v0.40.0 |
| 1246 | 2026-05-20T15:26:03.306Z | Downloaded typed-path v0.9.3 |
| 1247 | 2026-05-20T15:26:03.310Z | Downloaded rustls-webpki v0.101.7 |
| 1248 | 2026-05-20T15:26:03.323Z | Downloaded petname v2.0.2 |
| 1249 | 2026-05-20T15:26:03.327Z | Downloaded portable-atomic v1.13.1 |
| 1250 | 2026-05-20T15:26:03.334Z | Downloaded salty v0.3.0 |
| 1251 | 2026-05-20T15:26:03.339Z | Downloaded goblin v0.10.5 |
| 1252 | 2026-05-20T15:26:03.344Z | Downloaded x509-cert v0.2.5 |
| 1253 | 2026-05-20T15:26:03.347Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-05-20T15:26:03.352Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-05-20T15:26:03.357Z | Downloaded unicode-normalization v0.1.25 |
| 1256 | 2026-05-20T15:26:03.360Z | Downloaded moka v0.12.13 |
| 1257 | 2026-05-20T15:26:03.363Z | Downloaded unicode-segmentation v1.12.0 |
| 1258 | 2026-05-20T15:26:03.366Z | Downloaded tough v0.22.0 |
| 1259 | 2026-05-20T15:26:03.370Z | Downloaded proptest v1.10.0 |
| 1260 | 2026-05-20T15:26:03.402Z | Downloaded object v0.30.4 |
| 1261 | 2026-05-20T15:26:03.409Z | Downloaded zip v4.6.1 |
| 1262 | 2026-05-20T15:26:03.412Z | Downloaded rustls-webpki v0.102.8 |
| 1263 | 2026-05-20T15:26:03.424Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-05-20T15:26:03.429Z | Downloaded openssl v0.10.79 |
| 1265 | 2026-05-20T15:26:03.435Z | Downloaded radix_trie v0.2.1 |
| 1266 | 2026-05-20T15:26:03.439Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-05-20T15:26:03.444Z | Downloaded serde_with v3.17.0 |
| 1268 | 2026-05-20T15:26:03.451Z | Downloaded nix v0.27.1 |
| 1269 | 2026-05-20T15:26:03.457Z | Downloaded dropshot v0.16.7 |
| 1270 | 2026-05-20T15:26:03.470Z | Downloaded winnow v1.0.3 |
| 1271 | 2026-05-20T15:26:03.476Z | Downloaded nix v0.29.0 |
| 1272 | 2026-05-20T15:26:03.483Z | Downloaded smoltcp v0.9.1 |
| 1273 | 2026-05-20T15:26:03.489Z | Downloaded bstr v1.12.1 |
| 1274 | 2026-05-20T15:26:03.495Z | Downloaded quinn-proto v0.11.13 |
| 1275 | 2026-05-20T15:26:03.500Z | Downloaded nix v0.31.2 |
| 1276 | 2026-05-20T15:26:03.507Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-05-20T15:26:03.511Z | Downloaded regex-syntax v0.6.29 |
| 1278 | 2026-05-20T15:26:03.515Z | Downloaded vcpkg v0.2.15 |
| 1279 | 2026-05-20T15:26:03.540Z | Downloaded webpki-roots v1.0.6 |
| 1280 | 2026-05-20T15:26:03.543Z | Downloaded openapiv3 v2.2.0 |
| 1281 | 2026-05-20T15:26:03.551Z | Downloaded regress v0.10.5 |
| 1282 | 2026-05-20T15:26:03.555Z | Downloaded object v0.37.3 |
| 1283 | 2026-05-20T15:26:03.562Z | Downloaded rustls v0.21.12 |
| 1284 | 2026-05-20T15:26:03.570Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-05-20T15:26:03.577Z | Downloaded smoltcp v0.11.0 |
| 1286 | 2026-05-20T15:26:03.585Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-05-20T15:26:03.590Z | Downloaded regress v0.11.1 |
| 1288 | 2026-05-20T15:26:03.596Z | Downloaded rustls v0.22.4 |
| 1289 | 2026-05-20T15:26:03.604Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-05-20T15:26:03.616Z | Downloaded rustix v0.38.44 |
| 1291 | 2026-05-20T15:26:03.630Z | Downloaded rustls v0.23.37 |
| 1292 | 2026-05-20T15:26:03.638Z | Downloaded hickory-proto v0.25.2 |
| 1293 | 2026-05-20T15:26:03.648Z | Downloaded hickory-proto v0.24.4 |
| 1294 | 2026-05-20T15:26:03.658Z | Downloaded dropshot v0.17.0 |
| 1295 | 2026-05-20T15:26:03.671Z | Downloaded sqlparser v0.61.0 |
| 1296 | 2026-05-20T15:26:03.678Z | Downloaded winnow v0.5.40 |
| 1297 | 2026-05-20T15:26:03.682Z | Downloaded time v0.3.47 |
| 1298 | 2026-05-20T15:26:03.690Z | Downloaded tabled v0.20.0 |
| 1299 | 2026-05-20T15:26:03.702Z | Downloaded nix v0.28.0 |
| 1300 | 2026-05-20T15:26:03.708Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-05-20T15:26:03.718Z | Downloaded typify-impl v0.6.2 |
| 1302 | 2026-05-20T15:26:03.727Z | Downloaded ratatui v0.29.0 |
| 1303 | 2026-05-20T15:26:03.740Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-05-20T15:26:03.748Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-05-20T15:26:03.754Z | Downloaded sled v0.34.7 |
| 1306 | 2026-05-20T15:26:03.760Z | Downloaded tracing v0.1.44 |
| 1307 | 2026-05-20T15:26:03.782Z | Downloaded csv v1.4.0 |
| 1308 | 2026-05-20T15:26:03.797Z | Downloaded regex-automata v0.4.14 |
| 1309 | 2026-05-20T15:26:03.806Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-05-20T15:26:03.817Z | Downloaded petgraph v0.6.5 |
| 1311 | 2026-05-20T15:26:03.829Z | Downloaded libz-sys v1.1.24 |
| 1312 | 2026-05-20T15:26:03.843Z | Downloaded chrono-tz v0.10.4 |
| 1313 | 2026-05-20T15:26:03.854Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1314 | 2026-05-20T15:26:03.865Z | Downloaded petgraph v0.8.3 |
| 1315 | 2026-05-20T15:26:03.895Z | Downloaded sha3 v0.10.8 |
| 1316 | 2026-05-20T15:26:03.901Z | Downloaded tokio v1.52.1 |
| 1317 | 2026-05-20T15:26:03.959Z | Downloaded encoding_rs v0.8.35 |
| 1318 | 2026-05-20T15:26:03.987Z | Downloaded ring v0.17.14 |
| 1319 | 2026-05-20T15:26:04.024Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1320 | 2026-05-20T15:26:04.486Z | Downloaded aws-lc-sys v0.40.0 |
| 1321 | 2026-05-20T15:26:04.749Z | Compiling libc v0.2.185 |
| 1322 | 2026-05-20T15:26:04.749Z | Compiling serde v1.0.228 |
| 1323 | 2026-05-20T15:26:04.754Z | Compiling log v0.4.29 |
| 1324 | 2026-05-20T15:26:04.754Z | Compiling shlex v1.3.0 |
| 1325 | 2026-05-20T15:26:04.754Z | Compiling find-msvc-tools v0.1.9 |
| 1326 | 2026-05-20T15:26:04.754Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-05-20T15:26:04.754Z | Compiling syn v2.0.117 |
| 1328 | 2026-05-20T15:26:04.899Z | Compiling typenum v1.19.0 |
| 1329 | 2026-05-20T15:26:05.101Z | Compiling generic-array v0.14.7 |
| 1330 | 2026-05-20T15:26:05.101Z | Compiling subtle v2.6.1 |
| 1331 | 2026-05-20T15:26:05.141Z | Compiling scopeguard v1.2.0 |
| 1332 | 2026-05-20T15:26:05.208Z | Compiling const-oid v0.9.6 |
| 1333 | 2026-05-20T15:26:05.245Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-05-20T15:26:05.256Z | Compiling serde_json v1.0.149 |
| 1335 | 2026-05-20T15:26:05.295Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-05-20T15:26:05.353Z | Compiling portable-atomic v1.13.1 |
| 1337 | 2026-05-20T15:26:05.479Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-05-20T15:26:05.581Z | Compiling parking_lot_core v0.9.12 |
| 1339 | 2026-05-20T15:26:05.752Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-05-20T15:26:05.835Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-05-20T15:26:05.851Z | Compiling jobserver v0.1.34 |
| 1342 | 2026-05-20T15:26:05.854Z | Compiling errno v0.3.14 |
| 1343 | 2026-05-20T15:26:05.972Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-05-20T15:26:06.078Z | Compiling cc v1.2.56 |
| 1345 | 2026-05-20T15:26:06.247Z | Compiling signal-hook-registry v1.4.8 |
| 1346 | 2026-05-20T15:26:06.263Z | Compiling bitflags v2.11.0 |
| 1347 | 2026-05-20T15:26:06.303Z | Compiling critical-section v1.2.0 |
| 1348 | 2026-05-20T15:26:06.328Z | Compiling futures-core v0.3.32 |
| 1349 | 2026-05-20T15:26:06.420Z | Compiling libm v0.2.16 |
| 1350 | 2026-05-20T15:26:06.488Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-05-20T15:26:06.502Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-05-20T15:26:06.527Z | Compiling mio v1.2.0 |
| 1353 | 2026-05-20T15:26:06.542Z | Compiling num-traits v0.2.19 |
| 1354 | 2026-05-20T15:26:06.652Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-05-20T15:26:06.745Z | Compiling socket2 v0.6.3 |
| 1356 | 2026-05-20T15:26:06.857Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-05-20T15:26:06.891Z | Compiling getrandom v0.4.1 |
| 1358 | 2026-05-20T15:26:06.924Z | Compiling slab v0.4.12 |
| 1359 | 2026-05-20T15:26:06.967Z | Compiling futures-channel v0.3.32 |
| 1360 | 2026-05-20T15:26:07.014Z | Compiling cpufeatures v0.2.17 |
| 1361 | 2026-05-20T15:26:07.097Z | Compiling futures-io v0.3.32 |
| 1362 | 2026-05-20T15:26:07.113Z | Compiling futures-task v0.3.32 |
| 1363 | 2026-05-20T15:26:07.138Z | Compiling rand_core v0.10.0 |
| 1364 | 2026-05-20T15:26:07.200Z | Compiling indexmap v2.14.0 |
| 1365 | 2026-05-20T15:26:07.255Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-05-20T15:26:07.271Z | Compiling rustversion v1.0.22 |
| 1367 | 2026-05-20T15:26:07.312Z | Compiling cmake v0.1.57 |
| 1368 | 2026-05-20T15:26:07.515Z | Compiling form_urlencoded v1.2.2 |
| 1369 | 2026-05-20T15:26:07.808Z | Compiling dunce v1.0.5 |
| 1370 | 2026-05-20T15:26:07.829Z | Compiling fs_extra v1.3.0 |
| 1371 | 2026-05-20T15:26:07.913Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-05-20T15:26:08.048Z | Compiling synstructure v0.13.2 |
| 1373 | 2026-05-20T15:26:08.071Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-05-20T15:26:08.125Z | Compiling aws-lc-sys v0.40.0 |
| 1375 | 2026-05-20T15:26:08.206Z | Compiling pem-rfc7468 v0.7.0 |
| 1376 | 2026-05-20T15:26:08.240Z | Compiling regex-syntax v0.8.10 |
| 1377 | 2026-05-20T15:26:08.353Z | Compiling iana-time-zone v0.1.65 |
| 1378 | 2026-05-20T15:26:08.413Z | Compiling rustix v1.1.3 |
| 1379 | 2026-05-20T15:26:08.477Z | Compiling flagset v0.4.7 |
| 1380 | 2026-05-20T15:26:08.540Z | Compiling rand_core v0.9.5 |
| 1381 | 2026-05-20T15:26:08.577Z | Compiling ring v0.17.14 |
| 1382 | 2026-05-20T15:26:08.622Z | Compiling vcpkg v0.2.15 |
| 1383 | 2026-05-20T15:26:08.714Z | Compiling aws-lc-rs v1.16.3 |
| 1384 | 2026-05-20T15:26:08.848Z | Compiling uuid v1.23.0 |
| 1385 | 2026-05-20T15:26:09.028Z | Compiling rustc_version v0.4.1 |
| 1386 | 2026-05-20T15:26:09.397Z | Compiling tracing-core v0.1.36 |
| 1387 | 2026-05-20T15:26:09.438Z | Compiling openssl-sys v0.9.115 |
| 1388 | 2026-05-20T15:26:09.637Z | Compiling base64 v0.22.1 |
| 1389 | 2026-05-20T15:26:09.922Z | Compiling serde_derive v1.0.228 |
| 1390 | 2026-05-20T15:26:09.997Z | Compiling zeroize_derive v1.4.3 |
| 1391 | 2026-05-20T15:26:10.011Z | Compiling zerofrom-derive v0.1.6 |
| 1392 | 2026-05-20T15:26:10.014Z | Compiling yoke-derive v0.8.1 |
| 1393 | 2026-05-20T15:26:10.365Z | Compiling zerocopy-derive v0.8.40 |
| 1394 | 2026-05-20T15:26:10.687Z | Compiling zeroize v1.8.2 |
| 1395 | 2026-05-20T15:26:10.828Z | Compiling zerovec-derive v0.11.2 |
| 1396 | 2026-05-20T15:26:11.279Z | Compiling displaydoc v0.2.5 |
| 1397 | 2026-05-20T15:26:11.498Z | Compiling crypto-common v0.1.7 |
| 1398 | 2026-05-20T15:26:11.529Z | Compiling zerofrom v0.1.6 |
| 1399 | 2026-05-20T15:26:11.656Z | Compiling yoke v0.8.1 |
| 1400 | 2026-05-20T15:26:11.669Z | Compiling block-buffer v0.10.4 |
| 1401 | 2026-05-20T15:26:11.850Z | Compiling digest v0.10.7 |
| 1402 | 2026-05-20T15:26:11.850Z | Compiling tokio-macros v2.7.0 |
| 1403 | 2026-05-20T15:26:12.026Z | Compiling zerovec v0.11.5 |
| 1404 | 2026-05-20T15:26:12.065Z | Compiling zerotrie v0.2.3 |
| 1405 | 2026-05-20T15:26:12.126Z | Compiling futures-macro v0.3.32 |
| 1406 | 2026-05-20T15:26:12.377Z | Compiling hmac v0.12.1 |
| 1407 | 2026-05-20T15:26:12.549Z | Compiling tinystr v0.8.2 |
| 1408 | 2026-05-20T15:26:12.564Z | Compiling potential_utf v0.1.4 |
| 1409 | 2026-05-20T15:26:12.635Z | Compiling block-padding v0.3.3 |
| 1410 | 2026-05-20T15:26:12.795Z | Compiling icu_locale_core v2.1.1 |
| 1411 | 2026-05-20T15:26:12.809Z | Compiling icu_collections v2.1.1 |
| 1412 | 2026-05-20T15:26:12.844Z | Compiling inout v0.1.4 |
| 1413 | 2026-05-20T15:26:13.024Z | Compiling cipher v0.4.4 |
| 1414 | 2026-05-20T15:26:13.039Z | Compiling futures-util v0.3.32 |
| 1415 | 2026-05-20T15:26:13.305Z | Compiling sha2 v0.10.9 |
| 1416 | 2026-05-20T15:26:13.320Z | Compiling der_derive v0.7.3 |
| 1417 | 2026-05-20T15:26:13.629Z | Compiling bytes v1.11.1 |
| 1418 | 2026-05-20T15:26:13.738Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-05-20T15:26:14.056Z | Compiling icu_properties v2.1.2 |
| 1420 | 2026-05-20T15:26:14.274Z | Compiling tokio v1.52.1 |
| 1421 | 2026-05-20T15:26:14.332Z | Compiling icu_normalizer v2.1.1 |
| 1422 | 2026-05-20T15:26:14.336Z | Compiling der v0.7.10 |
| 1423 | 2026-05-20T15:26:14.797Z | Compiling http v1.4.0 |
| 1424 | 2026-05-20T15:26:14.912Z | Compiling chrono v0.4.44 |
| 1425 | 2026-05-20T15:26:15.126Z | Compiling idna_adapter v1.2.1 |
| 1426 | 2026-05-20T15:26:15.199Z | Compiling ppv-lite86 v0.2.21 |
| 1427 | 2026-05-20T15:26:15.274Z | Compiling idna v1.1.0 |
| 1428 | 2026-05-20T15:26:15.429Z | Compiling spki v0.7.3 |
| 1429 | 2026-05-20T15:26:15.547Z | Compiling salsa20 v0.10.2 |
| 1430 | 2026-05-20T15:26:15.627Z | Compiling url v2.5.8 |
| 1431 | 2026-05-20T15:26:15.652Z | Compiling pbkdf2 v0.12.2 |
| 1432 | 2026-05-20T15:26:15.696Z | Compiling rustls-pki-types v1.14.0 |
| 1433 | 2026-05-20T15:26:15.763Z | Compiling thiserror-impl v2.0.18 |
| 1434 | 2026-05-20T15:26:15.777Z | Compiling tracing-attributes v0.1.31 |
| 1435 | 2026-05-20T15:26:15.969Z | Compiling scrypt v0.11.0 |
| 1436 | 2026-05-20T15:26:16.171Z | Compiling rand_chacha v0.9.0 |
| 1437 | 2026-05-20T15:26:16.245Z | Compiling http-body v1.0.1 |
| 1438 | 2026-05-20T15:26:16.389Z | Compiling cbc v0.1.2 |
| 1439 | 2026-05-20T15:26:16.411Z | Compiling aes v0.8.4 |
| 1440 | 2026-05-20T15:26:16.549Z | Compiling tinyvec_macros v0.1.1 |
| 1441 | 2026-05-20T15:26:16.564Z | Compiling untrusted v0.9.0 |
| 1442 | 2026-05-20T15:26:16.628Z | Compiling untrusted v0.7.1 |
| 1443 | 2026-05-20T15:26:16.694Z | Compiling openssl-probe v0.2.1 |
| 1444 | 2026-05-20T15:26:16.766Z | Compiling httparse v1.10.1 |
| 1445 | 2026-05-20T15:26:16.883Z | Compiling pkcs5 v0.7.1 |
| 1446 | 2026-05-20T15:26:17.161Z | Compiling tracing v0.1.44 |
| 1447 | 2026-05-20T15:26:17.175Z | Compiling thiserror v2.0.18 |
| 1448 | 2026-05-20T15:26:17.179Z | Compiling tinyvec v1.10.0 |
| 1449 | 2026-05-20T15:26:17.289Z | Compiling pest_generator v2.8.6 |
| 1450 | 2026-05-20T15:26:17.397Z | Compiling rand v0.9.2 |
| 1451 | 2026-05-20T15:26:17.445Z | Compiling serde_derive_internals v0.29.1 |
| 1452 | 2026-05-20T15:26:17.550Z | Compiling aho-corasick v1.1.4 |
| 1453 | 2026-05-20T15:26:17.553Z | Compiling tower-service v0.3.3 |
| 1454 | 2026-05-20T15:26:17.708Z | Compiling try-lock v0.2.5 |
| 1455 | 2026-05-20T15:26:17.830Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2026-05-20T15:26:17.968Z | Compiling schemars v0.8.22 |
| 1457 | 2026-05-20T15:26:18.075Z | Compiling dyn-clone v1.0.20 |
| 1458 | 2026-05-20T15:26:18.186Z | Compiling rustls v0.23.37 |
| 1459 | 2026-05-20T15:26:18.226Z | Compiling tower-layer v0.3.3 |
| 1460 | 2026-05-20T15:26:18.298Z | Compiling tokio-util v0.7.18 |
| 1461 | 2026-05-20T15:26:18.391Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-05-20T15:26:18.404Z | Compiling want v0.3.1 |
| 1463 | 2026-05-20T15:26:18.465Z | Compiling schemars_derive v0.8.22 |
| 1464 | 2026-05-20T15:26:18.584Z | Compiling regex-automata v0.4.14 |
| 1465 | 2026-05-20T15:26:18.845Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-05-20T15:26:19.179Z | Compiling h2 v0.4.13 |
| 1467 | 2026-05-20T15:26:19.200Z | Compiling ipnet v2.11.0 |
| 1468 | 2026-05-20T15:26:19.424Z | Compiling scroll_derive v0.13.1 |
| 1469 | 2026-05-20T15:26:19.428Z | Compiling darling_core v0.20.11 |
| 1470 | 2026-05-20T15:26:19.740Z | Compiling openssl v0.10.79 |
| 1471 | 2026-05-20T15:26:19.795Z | Compiling httpdate v1.0.3 |
| 1472 | 2026-05-20T15:26:19.991Z | Compiling foreign-types-shared v0.1.1 |
| 1473 | 2026-05-20T15:26:20.036Z | Compiling pin-utils v0.1.0 |
| 1474 | 2026-05-20T15:26:20.090Z | Compiling foreign-types v0.3.2 |
| 1475 | 2026-05-20T15:26:20.118Z | Compiling tempfile v3.25.0 |
| 1476 | 2026-05-20T15:26:20.288Z | Compiling scroll v0.13.0 |
| 1477 | 2026-05-20T15:26:20.374Z | Compiling unicode-normalization v0.1.25 |
| 1478 | 2026-05-20T15:26:20.574Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-05-20T15:26:20.868Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1480 | 2026-05-20T15:26:20.965Z | Compiling socket2 v0.5.10 |
| 1481 | 2026-05-20T15:26:20.999Z | Compiling spin v0.9.8 |
| 1482 | 2026-05-20T15:26:21.220Z | Compiling native-tls v0.2.18 |
| 1483 | 2026-05-20T15:26:21.287Z | Compiling crc32fast v1.5.0 |
| 1484 | 2026-05-20T15:26:21.401Z | Compiling time-core v0.1.8 |
| 1485 | 2026-05-20T15:26:21.439Z | Compiling num-conv v0.2.0 |
| 1486 | 2026-05-20T15:26:21.566Z | Compiling powerfmt v0.2.0 |
| 1487 | 2026-05-20T15:26:21.581Z | Compiling time-macros v0.2.27 |
| 1488 | 2026-05-20T15:26:21.787Z | Compiling deranged v0.5.8 |
| 1489 | 2026-05-20T15:26:21.883Z | Compiling darling_macro v0.20.11 |
| 1490 | 2026-05-20T15:26:22.375Z | Compiling hyper v1.8.1 |
| 1491 | 2026-05-20T15:26:22.762Z | Compiling darling v0.20.11 |
| 1492 | 2026-05-20T15:26:22.852Z | Compiling goblin v0.10.5 |
| 1493 | 2026-05-20T15:26:22.868Z | Compiling rustls-native-certs v0.8.3 |
| 1494 | 2026-05-20T15:26:23.018Z | Compiling sync_wrapper v1.0.2 |
| 1495 | 2026-05-20T15:26:23.140Z | Compiling wait-timeout v0.2.1 |
| 1496 | 2026-05-20T15:26:23.185Z | Compiling siphasher v1.0.2 |
| 1497 | 2026-05-20T15:26:23.393Z | Compiling usdt-impl v0.6.0 |
| 1498 | 2026-05-20T15:26:23.411Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-05-20T15:26:23.430Z | Compiling simd-adler32 v0.3.8 |
| 1500 | 2026-05-20T15:26:23.516Z | Compiling syn v1.0.109 |
| 1501 | 2026-05-20T15:26:23.605Z | Compiling hyper-util v0.1.20 |
| 1502 | 2026-05-20T15:26:23.692Z | Compiling crossbeam-utils v0.8.21 |
| 1503 | 2026-05-20T15:26:23.844Z | Compiling quick-error v1.2.3 |
| 1504 | 2026-05-20T15:26:23.964Z | Compiling unicode-segmentation v1.12.0 |
| 1505 | 2026-05-20T15:26:23.999Z | Compiling bit-vec v0.8.0 |
| 1506 | 2026-05-20T15:26:24.238Z | Compiling bit-set v0.8.0 |
| 1507 | 2026-05-20T15:26:24.383Z | Compiling rusty-fork v0.3.1 |
| 1508 | 2026-05-20T15:26:24.463Z | Compiling time v0.3.47 |
| 1509 | 2026-05-20T15:26:24.479Z | Compiling tower v0.5.3 |
| 1510 | 2026-05-20T15:26:24.715Z | Compiling derive_builder_core v0.20.2 |
| 1511 | 2026-05-20T15:26:24.975Z | Compiling dtrace-parser v0.3.0 |
| 1512 | 2026-05-20T15:26:25.080Z | Compiling http-body-util v0.1.3 |
| 1513 | 2026-05-20T15:26:25.344Z | Compiling webpki-roots v1.0.6 |
| 1514 | 2026-05-20T15:26:25.450Z | Compiling signature v2.2.0 |
| 1515 | 2026-05-20T15:26:25.474Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-05-20T15:26:25.637Z | Compiling scroll_derive v0.12.1 |
| 1517 | 2026-05-20T15:26:25.652Z | Compiling heapless v0.7.17 |
| 1518 | 2026-05-20T15:26:25.760Z | Compiling dof v0.4.0 |
| 1519 | 2026-05-20T15:26:25.905Z | Compiling rand_xorshift v0.4.0 |
| 1520 | 2026-05-20T15:26:26.082Z | Compiling slog v2.8.2 |
| 1521 | 2026-05-20T15:26:26.120Z | Compiling darling_core v0.21.3 |
| 1522 | 2026-05-20T15:26:26.281Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1523 | 2026-05-20T15:26:26.322Z | Compiling thread-id v5.1.0 |
| 1524 | 2026-05-20T15:26:26.412Z | Compiling cookie v0.18.1 |
| 1525 | 2026-05-20T15:26:26.573Z | Compiling zstd-safe v7.2.4 |
| 1526 | 2026-05-20T15:26:26.607Z | Compiling signal-hook v0.3.18 |
| 1527 | 2026-05-20T15:26:26.779Z | Compiling iri-string v0.7.10 |
| 1528 | 2026-05-20T15:26:26.792Z | Compiling unicode-properties v0.1.4 |
| 1529 | 2026-05-20T15:26:26.795Z | Compiling unicode-bidi v0.3.18 |
| 1530 | 2026-05-20T15:26:26.985Z | Compiling anyhow v1.0.102 |
| 1531 | 2026-05-20T15:26:27.012Z | Compiling ryu v1.0.23 |
| 1532 | 2026-05-20T15:26:27.203Z | Compiling adler2 v2.0.1 |
| 1533 | 2026-05-20T15:26:27.298Z | Compiling unarray v0.1.4 |
| 1534 | 2026-05-20T15:26:27.327Z | Compiling paste v1.0.15 |
| 1535 | 2026-05-20T15:26:27.341Z | Compiling allocator-api2 v0.2.21 |
| 1536 | 2026-05-20T15:26:27.413Z | Compiling proptest v1.10.0 |
| 1537 | 2026-05-20T15:26:27.594Z | Compiling miniz_oxide v0.8.9 |
| 1538 | 2026-05-20T15:26:27.704Z | Compiling serde_urlencoded v0.7.1 |
| 1539 | 2026-05-20T15:26:27.724Z | Compiling stringprep v0.1.5 |
| 1540 | 2026-05-20T15:26:27.984Z | Compiling thiserror v1.0.69 |
| 1541 | 2026-05-20T15:26:28.097Z | Compiling tower-http v0.6.8 |
| 1542 | 2026-05-20T15:26:28.407Z | Compiling scroll v0.12.0 |
| 1543 | 2026-05-20T15:26:28.595Z | Compiling derive_builder_macro v0.20.2 |
| 1544 | 2026-05-20T15:26:28.813Z | Compiling darling_macro v0.21.3 |
| 1545 | 2026-05-20T15:26:29.000Z | Compiling tokio-native-tls v0.3.1 |
| 1546 | 2026-05-20T15:26:29.061Z | Compiling heck v0.4.1 |
| 1547 | 2026-05-20T15:26:29.195Z | Compiling ipnetwork v0.21.1 |
| 1548 | 2026-05-20T15:26:29.265Z | Compiling bstr v1.12.1 |
| 1549 | 2026-05-20T15:26:29.296Z | Compiling rand_chacha v0.3.1 |
| 1550 | 2026-05-20T15:26:29.296Z | Compiling erased-serde v0.3.31 |
| 1551 | 2026-05-20T15:26:29.406Z | Compiling serde_spanned v0.6.9 |
| 1552 | 2026-05-20T15:26:29.563Z | Compiling serde_tokenstream v0.2.3 |
| 1553 | 2026-05-20T15:26:29.608Z | Compiling toml_datetime v0.6.11 |
| 1554 | 2026-05-20T15:26:29.824Z | Compiling md-5 v0.10.6 |
| 1555 | 2026-05-20T15:26:29.883Z | Compiling async-trait v0.1.89 |
| 1556 | 2026-05-20T15:26:29.896Z | Compiling zerocopy-derive v0.7.35 |
| 1557 | 2026-05-20T15:26:29.931Z | Compiling pin-project-internal v1.1.11 |
| 1558 | 2026-05-20T15:26:29.997Z | Compiling curve25519-dalek v4.1.3 |
| 1559 | 2026-05-20T15:26:30.143Z | Compiling vergen-lib v0.1.6 |
| 1560 | 2026-05-20T15:26:30.341Z | Compiling num-integer v0.1.46 |
| 1561 | 2026-05-20T15:26:30.362Z | Compiling hash32 v0.2.1 |
| 1562 | 2026-05-20T15:26:30.571Z | Compiling ff v0.13.1 |
| 1563 | 2026-05-20T15:26:30.684Z | Compiling memoffset v0.9.1 |
| 1564 | 2026-05-20T15:26:30.720Z | Compiling encoding_rs v0.8.35 |
| 1565 | 2026-05-20T15:26:30.807Z | Compiling fallible-iterator v0.2.0 |
| 1566 | 2026-05-20T15:26:30.890Z | Compiling rustix v0.38.44 |
| 1567 | 2026-05-20T15:26:30.968Z | Compiling psl-types v2.0.11 |
| 1568 | 2026-05-20T15:26:31.098Z | Compiling smoltcp v0.9.1 |
| 1569 | 2026-05-20T15:26:31.113Z | Compiling num-bigint-dig v0.8.6 |
| 1570 | 2026-05-20T15:26:31.146Z | Compiling litrs v1.0.0 |
| 1571 | 2026-05-20T15:26:31.259Z | Compiling cfg_aliases v0.2.1 |
| 1572 | 2026-05-20T15:26:31.314Z | Compiling base16ct v0.2.0 |
| 1573 | 2026-05-20T15:26:31.342Z | Compiling mime v0.3.17 |
| 1574 | 2026-05-20T15:26:31.455Z | Compiling ref-cast v1.0.25 |
| 1575 | 2026-05-20T15:26:31.505Z | Compiling zlib-rs v0.6.2 |
| 1576 | 2026-05-20T15:26:31.637Z | Compiling sec1 v0.7.3 |
| 1577 | 2026-05-20T15:26:31.687Z | Compiling document-features v0.2.12 |
| 1578 | 2026-05-20T15:26:31.833Z | Compiling nix v0.31.2 |
| 1579 | 2026-05-20T15:26:32.059Z | Compiling postgres-protocol v0.6.10 |
| 1580 | 2026-05-20T15:26:32.227Z | Compiling pin-project v1.1.11 |
| 1581 | 2026-05-20T15:26:32.298Z | Compiling publicsuffix v2.3.0 |
| 1582 | 2026-05-20T15:26:32.335Z | Compiling zerocopy v0.7.35 |
| 1583 | 2026-05-20T15:26:32.429Z | Compiling group v0.13.0 |
| 1584 | 2026-05-20T15:26:32.484Z | Compiling num-iter v0.1.45 |
| 1585 | 2026-05-20T15:26:32.698Z | Compiling newtype-uuid v1.3.2 |
| 1586 | 2026-05-20T15:26:32.802Z | Compiling hubpack_derive v0.1.1 |
| 1587 | 2026-05-20T15:26:32.970Z | Compiling rand v0.8.6 |
| 1588 | 2026-05-20T15:26:33.049Z | Compiling oxnet v0.1.5 |
| 1589 | 2026-05-20T15:26:33.136Z | Compiling darling v0.21.3 |
| 1590 | 2026-05-20T15:26:33.160Z | Compiling snafu-derive v0.8.9 |
| 1591 | 2026-05-20T15:26:33.276Z | Compiling hyper-tls v0.6.0 |
| 1592 | 2026-05-20T15:26:33.452Z | Compiling derive_builder v0.20.2 |
| 1593 | 2026-05-20T15:26:33.511Z | Compiling goblin v0.8.2 |
| 1594 | 2026-05-20T15:26:34.162Z | Compiling phf_shared v0.13.1 |
| 1595 | 2026-05-20T15:26:34.313Z | Compiling lazy_static v1.5.0 |
| 1596 | 2026-05-20T15:26:34.404Z | Compiling regex v1.12.3 |
| 1597 | 2026-05-20T15:26:34.419Z | Compiling anstyle-parse v0.2.7 |
| 1598 | 2026-05-20T15:26:34.419Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-05-20T15:26:34.630Z | Compiling flate2 v1.1.9 |
| 1600 | 2026-05-20T15:26:34.873Z | Compiling futures-executor v0.3.32 |
| 1601 | 2026-05-20T15:26:34.968Z | Compiling cargo-platform v0.1.9 |
| 1602 | 2026-05-20T15:26:35.078Z | Compiling hex v0.4.3 |
| 1603 | 2026-05-20T15:26:35.156Z | Compiling hkdf v0.12.4 |
| 1604 | 2026-05-20T15:26:35.190Z | Compiling crypto-bigint v0.5.5 |
| 1605 | 2026-05-20T15:26:35.248Z | Compiling terminal_size v0.4.3 |
| 1606 | 2026-05-20T15:26:35.339Z | Compiling daft-derive v0.1.7 |
| 1607 | 2026-05-20T15:26:35.369Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1608 | 2026-05-20T15:26:35.398Z | Compiling ref-cast-impl v1.0.25 |
| 1609 | 2026-05-20T15:26:35.974Z | Compiling vergen v9.0.6 |
| 1610 | 2026-05-20T15:26:36.047Z | Compiling fs-err v3.3.0 |
| 1611 | 2026-05-20T15:26:36.101Z | Compiling ahash v0.8.12 |
| 1612 | 2026-05-20T15:26:36.172Z | Compiling winnow v0.5.40 |
| 1613 | 2026-05-20T15:26:36.250Z | Compiling foldhash v0.1.5 |
| 1614 | 2026-05-20T15:26:36.313Z | Compiling managed v0.8.0 |
| 1615 | 2026-05-20T15:26:36.432Z | Compiling foldhash v0.2.0 |
| 1616 | 2026-05-20T15:26:36.511Z | Compiling bitflags v1.3.2 |
| 1617 | 2026-05-20T15:26:36.545Z | Compiling same-file v1.0.6 |
| 1618 | 2026-05-20T15:26:36.596Z | Compiling object v0.37.3 |
| 1619 | 2026-05-20T15:26:36.673Z | Compiling libbz2-rs-sys v0.2.2 |
| 1620 | 2026-05-20T15:26:36.730Z | Compiling bumpalo v3.20.2 |
| 1621 | 2026-05-20T15:26:36.935Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-05-20T15:26:36.988Z | Compiling walkdir v2.5.0 |
| 1623 | 2026-05-20T15:26:37.206Z | Compiling bzip2 v0.6.1 |
| 1624 | 2026-05-20T15:26:37.314Z | Compiling clap_builder v4.6.0 |
| 1625 | 2026-05-20T15:26:37.363Z | Compiling hashbrown v0.16.1 |
| 1626 | 2026-05-20T15:26:37.430Z | Compiling strum v0.27.2 |
| 1627 | 2026-05-20T15:26:37.575Z | Compiling toml_edit v0.19.15 |
| 1628 | 2026-05-20T15:26:37.645Z | Compiling hashbrown v0.15.5 |
| 1629 | 2026-05-20T15:26:37.837Z | Compiling elliptic-curve v0.13.8 |
| 1630 | 2026-05-20T15:26:38.069Z | Compiling daft v0.1.7 |
| 1631 | 2026-05-20T15:26:38.336Z | Compiling dof v0.3.0 |
| 1632 | 2026-05-20T15:26:38.364Z | Compiling snafu v0.8.9 |
| 1633 | 2026-05-20T15:26:38.382Z | Compiling cargo_metadata v0.19.2 |
| 1634 | 2026-05-20T15:26:38.753Z | Compiling futures v0.3.32 |
| 1635 | 2026-05-20T15:26:38.846Z | Compiling anstream v0.6.21 |
| 1636 | 2026-05-20T15:26:39.181Z | Compiling phf v0.13.1 |
| 1637 | 2026-05-20T15:26:39.353Z | Compiling cookie_store v0.22.1 |
| 1638 | 2026-05-20T15:26:39.611Z | Compiling signal-hook-mio v0.2.5 |
| 1639 | 2026-05-20T15:26:39.743Z | Compiling bzip2 v0.4.4 |
| 1640 | 2026-05-20T15:26:39.815Z | Compiling zstd v0.13.3 |
| 1641 | 2026-05-20T15:26:39.965Z | Compiling hubpack v0.1.2 |
| 1642 | 2026-05-20T15:26:40.044Z | Compiling serde_with_macros v3.17.0 |
| 1643 | 2026-05-20T15:26:40.099Z | Compiling postgres-types v0.2.12 |
| 1644 | 2026-05-20T15:26:40.456Z | Compiling usdt-macro v0.6.0 |
| 1645 | 2026-05-20T15:26:40.575Z | Compiling usdt-attr-macro v0.6.0 |
| 1646 | 2026-05-20T15:26:40.684Z | Compiling globset v0.4.18 |
| 1647 | 2026-05-20T15:26:41.228Z | Compiling dtrace-parser v0.2.0 |
| 1648 | 2026-05-20T15:26:41.242Z | Compiling ed25519 v2.2.3 |
| 1649 | 2026-05-20T15:26:41.394Z | Compiling phf_shared v0.11.3 |
| 1650 | 2026-05-20T15:26:41.413Z | Compiling olpc-cjson v0.1.4 |
| 1651 | 2026-05-20T15:26:41.451Z | Compiling pkcs1 v0.7.5 |
| 1652 | 2026-05-20T15:26:41.483Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-05-20T15:26:41.577Z | Compiling clap_derive v4.6.1 |
| 1654 | 2026-05-20T15:26:41.592Z | Compiling strum_macros v0.26.4 |
| 1655 | 2026-05-20T15:26:41.884Z | Compiling serde-big-array v0.5.1 |
| 1656 | 2026-05-20T15:26:42.014Z | Compiling serde_plain v1.0.2 |
| 1657 | 2026-05-20T15:26:42.017Z | Compiling rfc6979 v0.4.0 |
| 1658 | 2026-05-20T15:26:42.043Z | Compiling serde_repr v0.1.20 |
| 1659 | 2026-05-20T15:26:42.167Z | Compiling async-recursion v1.1.1 |
| 1660 | 2026-05-20T15:26:42.202Z | Compiling pem v3.0.6 |
| 1661 | 2026-05-20T15:26:42.225Z | Compiling float-cmp v0.10.0 |
| 1662 | 2026-05-20T15:26:42.387Z | Compiling memmap2 v0.9.10 |
| 1663 | 2026-05-20T15:26:42.545Z | Compiling thread-id v4.2.2 |
| 1664 | 2026-05-20T15:26:42.601Z | Compiling env_filter v1.0.0 |
| 1665 | 2026-05-20T15:26:42.624Z | Compiling typed-path v0.9.3 |
| 1666 | 2026-05-20T15:26:42.694Z | Compiling static_assertions v1.1.0 |
| 1667 | 2026-05-20T15:26:42.777Z | Compiling difflib v0.4.0 |
| 1668 | 2026-05-20T15:26:42.884Z | Compiling jiff v0.2.21 |
| 1669 | 2026-05-20T15:26:42.962Z | Compiling fixedbitset v0.4.2 |
| 1670 | 2026-05-20T15:26:43.204Z | Compiling fixedbitset v0.5.7 |
| 1671 | 2026-05-20T15:26:43.400Z | Compiling keccak v0.1.6 |
| 1672 | 2026-05-20T15:26:43.457Z | Compiling precomputed-hash v0.1.1 |
| 1673 | 2026-05-20T15:26:43.473Z | Compiling new_debug_unreachable v1.0.6 |
| 1674 | 2026-05-20T15:26:43.541Z | Compiling predicates-core v1.0.10 |
| 1675 | 2026-05-20T15:26:43.555Z | Compiling normalize-line-endings v0.3.0 |
| 1676 | 2026-05-20T15:26:43.555Z | Compiling whoami v2.1.0 |
| 1677 | 2026-05-20T15:26:43.662Z | Compiling data-encoding v2.10.0 |
| 1678 | 2026-05-20T15:26:43.732Z | Compiling predicates v3.1.4 |
| 1679 | 2026-05-20T15:26:43.964Z | Compiling tokio-postgres v0.7.16 |
| 1680 | 2026-05-20T15:26:43.989Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-05-20T15:26:44.273Z | Compiling sha3 v0.10.8 |
| 1682 | 2026-05-20T15:26:44.401Z | Compiling string_cache v0.8.9 |
| 1683 | 2026-05-20T15:26:44.425Z | Compiling toml_edit v0.22.27 |
| 1684 | 2026-05-20T15:26:44.650Z | Compiling clap v4.6.1 |
| 1685 | 2026-05-20T15:26:44.747Z | Compiling strum v0.26.3 |
| 1686 | 2026-05-20T15:26:44.761Z | Compiling petgraph v0.8.3 |
| 1687 | 2026-05-20T15:26:44.892Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-05-20T15:26:45.134Z | Compiling env_logger v0.11.9 |
| 1689 | 2026-05-20T15:26:45.507Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1690 | 2026-05-20T15:26:46.300Z | Compiling zip v4.6.1 |
| 1691 | 2026-05-20T15:26:46.457Z | Compiling usdt-impl v0.5.0 |
| 1692 | 2026-05-20T15:26:46.807Z | Compiling usdt v0.6.0 |
| 1693 | 2026-05-20T15:26:47.078Z | Compiling ecdsa v0.16.9 |
| 1694 | 2026-05-20T15:26:47.093Z | Compiling rsa v0.9.10 |
| 1695 | 2026-05-20T15:26:47.295Z | Compiling ed25519-dalek v2.2.0 |
| 1696 | 2026-05-20T15:26:47.315Z | Compiling serde_with v3.17.0 |
| 1697 | 2026-05-20T15:26:47.340Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-05-20T15:26:48.047Z | Compiling zip v0.6.6 |
| 1699 | 2026-05-20T15:26:48.683Z | Compiling toml v0.7.8 |
| 1700 | 2026-05-20T15:26:48.755Z | Compiling iddqd v0.4.1 |
| 1701 | 2026-05-20T15:26:49.168Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1702 | 2026-05-20T15:26:49.228Z | Compiling similar v2.7.0 |
| 1703 | 2026-05-20T15:26:49.334Z | Compiling crossbeam-epoch v0.9.18 |
| 1704 | 2026-05-20T15:26:49.370Z | Compiling tokio-stream v0.1.18 |
| 1705 | 2026-05-20T15:26:49.680Z | Compiling buf-list v1.1.2 |
| 1706 | 2026-05-20T15:26:49.833Z | Compiling x509-cert v0.2.5 |
| 1707 | 2026-05-20T15:26:49.848Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1708 | 2026-05-20T15:26:49.975Z | Compiling openapiv3 v2.2.0 |
| 1709 | 2026-05-20T15:26:50.045Z | Compiling sha1 v0.10.6 |
| 1710 | 2026-05-20T15:26:50.164Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1711 | 2026-05-20T15:26:50.172Z | Compiling lalrpop-util v0.19.12 |
| 1712 | 2026-05-20T15:26:50.277Z | Compiling peg-runtime v0.8.5 |
| 1713 | 2026-05-20T15:26:50.385Z | Compiling either v1.15.0 |
| 1714 | 2026-05-20T15:26:50.485Z | Compiling thread_local v1.1.9 |
| 1715 | 2026-05-20T15:26:50.596Z | Compiling slog-async v2.8.0 |
| 1716 | 2026-05-20T15:26:50.612Z | Compiling crossbeam-channel v0.5.15 |
| 1717 | 2026-05-20T15:26:50.674Z | Compiling filetime v0.2.27 |
| 1718 | 2026-05-20T15:26:50.746Z | Compiling is-terminal v0.4.17 |
| 1719 | 2026-05-20T15:26:50.851Z | Compiling term v1.2.1 |
| 1720 | 2026-05-20T15:26:50.898Z | Compiling xattr v1.6.1 |
| 1721 | 2026-05-20T15:26:50.934Z | Compiling take_mut v0.2.2 |
| 1722 | 2026-05-20T15:26:51.057Z | Compiling tar v0.4.45 |
| 1723 | 2026-05-20T15:26:51.469Z | Compiling slog-term v2.9.2 |
| 1724 | 2026-05-20T15:27:01.398Z | Compiling rustls-webpki v0.103.9 |
| 1725 | 2026-05-20T15:27:04.305Z | Compiling tokio-rustls v0.26.4 |
| 1726 | 2026-05-20T15:27:04.305Z | Compiling rustls-platform-verifier v0.6.2 |
| 1727 | 2026-05-20T15:27:04.522Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-05-20T15:27:04.739Z | Compiling reqwest v0.12.28 |
| 1729 | 2026-05-20T15:27:04.751Z | Compiling reqwest v0.13.2 |
| 1730 | 2026-05-20T15:27:06.038Z | Compiling tough v0.22.0 |
| 1731 | 2026-05-20T15:27:08.737Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1732 | 2026-05-20T15:27:08.967Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1733 | 2026-05-20T15:27:12.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 1734 | 2026-05-20T15:27:12.150Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1735 | 2026-05-20T15:27:12.211Z | May 20 15:27:10.527 INFO Starting download, target: Clickhouse |
| 1736 | 2026-05-20T15:27:12.211Z | May 20 15:27:10.528 INFO Starting download, target: Console |
| 1737 | 2026-05-20T15:27:12.211Z | May 20 15:27:10.528 INFO Starting download, target: Cockroach |
| 1738 | 2026-05-20T15:27:12.211Z | May 20 15:27:10.528 INFO Starting download, target: DendriteStub |
| 1739 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Starting download, target: MaghemiteMgd |
| 1740 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Starting download, target: MaghemiteDdmd |
| 1741 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Starting download, target: TransceiverControl |
| 1742 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1743 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1744 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1745 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1746 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1747 | 2026-05-20T15:27:12.227Z | May 20 15:27:10.528 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1748 | 2026-05-20T15:27:12.228Z | May 20 15:27:10.528 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1749 | 2026-05-20T15:27:12.803Z | May 20 15:27:11.126 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1750 | 2026-05-20T15:27:13.037Z | May 20 15:27:11.360 INFO Download complete, target: TransceiverControl |
| 1751 | 2026-05-20T15:27:13.141Z | May 20 15:27:11.464 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1752 | 2026-05-20T15:27:13.403Z | May 20 15:27:11.718 INFO Download complete, target: Console |
| 1753 | 2026-05-20T15:27:14.009Z | May 20 15:27:12.335 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1754 | 2026-05-20T15:27:14.337Z | May 20 15:27:12.626 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1755 | 2026-05-20T15:27:15.935Z | May 20 15:27:14.202 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1756 | 2026-05-20T15:27:16.020Z | May 20 15:27:14.206 INFO Download complete, target: MaghemiteDdmd |
| 1757 | 2026-05-20T15:27:16.381Z | May 20 15:27:14.672 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1758 | 2026-05-20T15:27:17.316Z | May 20 15:27:15.596 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1759 | 2026-05-20T15:27:17.316Z | May 20 15:27:15.596 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1760 | 2026-05-20T15:27:18.488Z | May 20 15:27:16.810 INFO Download complete, target: DendriteStub |
| 1761 | 2026-05-20T15:27:18.922Z | May 20 15:27:17.246 INFO Download complete, target: MaghemiteMgd |
| 1762 | 2026-05-20T15:27:21.466Z | May 20 15:27:19.787 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-05-20T15:27:21.626Z | May 20 15:27:19.953 INFO Download complete, target: Clickhouse |
| 1764 | 2026-05-20T15:27:22.124Z | May 20 15:27:20.448 INFO Checking that binary works, target: Cockroach |
| 1765 | 2026-05-20T15:27:22.334Z | May 20 15:27:20.609 INFO Download complete, target: Cockroach |
| 1766 | 2026-05-20T15:27:22.339Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1767 | 2026-05-20T15:27:22.339Z | |
| 1768 | 2026-05-20T15:27:22.340Z | real 2:26.010832038 |
| 1769 | 2026-05-20T15:27:22.340Z | user 7:22.406229136 |
| 1770 | 2026-05-20T15:27:22.340Z | sys 1:27.895590424 |
| 1771 | 2026-05-20T15:27:22.340Z | trap 0.244084990 |
| 1772 | 2026-05-20T15:27:22.340Z | tflt 1.033506596 |
| 1773 | 2026-05-20T15:27:22.340Z | dflt 0.947947503 |
| 1774 | 2026-05-20T15:27:22.340Z | kflt 0.033696847 |
| 1775 | 2026-05-20T15:27:22.340Z | lock 23:10.078091252 |
| 1776 | 2026-05-20T15:27:22.340Z | slp 22:46.560102741 |
| 1777 | 2026-05-20T15:27:22.340Z | lat 45.946182889 |
| 1778 | 2026-05-20T15:27:22.340Z | stop 2:00.518835089 |
| 1779 | 2026-05-20T15:27:22.340Z | + banner hack-check |
| 1780 | 2026-05-20T15:27:22.340Z | |
| 1781 | 2026-05-20T15:27:22.340Z | # # ## #### # # #### # # ###### #### # # |
| 1782 | 2026-05-20T15:27:22.340Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-05-20T15:27:22.340Z | ###### # # # #### ##### # ###### ##### # #### |
| 1784 | 2026-05-20T15:27:22.340Z | # # ###### # # # # # # # # # # |
| 1785 | 2026-05-20T15:27:22.340Z | # # # # # # # # # # # # # # # # # |
| 1786 | 2026-05-20T15:27:22.340Z | # # # # #### # # #### # # ###### #### # # |
| 1787 | 2026-05-20T15:27:22.340Z | |
| 1788 | 2026-05-20T15:27:22.341Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-05-20T15:27:22.341Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-05-20T15:27:22.341Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1791 | 2026-05-20T15:27:22.900Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1792 | 2026-05-20T15:27:23.119Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1793 | 2026-05-20T15:27:25.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 1794 | 2026-05-20T15:27:25.239Z | Running `target/debug/xtask check-features --ci` |
| 1795 | 2026-05-20T15:27:25.271Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1796 | 2026-05-20T15:27:25.271Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1797 | 2026-05-20T15:27:25.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1798 | 2026-05-20T15:27:25.826Z | Running `target/debug/xtask download cargo-hack` |
| 1799 | 2026-05-20T15:27:26.676Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-05-20T15:27:27.030Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-05-20T15:27:29.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 1802 | 2026-05-20T15:27:29.916Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1803 | 2026-05-20T15:27:29.944Z | May 20 15:27:28.270 INFO Starting download, target: CargoHack |
| 1804 | 2026-05-20T15:27:29.950Z | May 20 15:27:28.270 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1805 | 2026-05-20T15:27:30.350Z | May 20 15:27:28.674 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1806 | 2026-05-20T15:27:30.399Z | May 20 15:27:28.725 INFO Download complete, target: CargoHack |
| 1807 | 2026-05-20T15:27:30.405Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1808 | 2026-05-20T15:27:30.416Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1809 | 2026-05-20T15:27:30.576Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1810 | 2026-05-20T15:27:31.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2026-05-20T15:27:31.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2026-05-20T15:27:31.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2026-05-20T15:27:31.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1814 | 2026-05-20T15:27:31.262Z | |
| 1815 | 2026-05-20T15:27:31.262Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1816 | 2026-05-20T15:27:31.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2026-05-20T15:27:31.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2026-05-20T15:27:31.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2026-05-20T15:27:31.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1820 | 2026-05-20T15:27:31.834Z | |
| 1821 | 2026-05-20T15:27:31.834Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1822 | 2026-05-20T15:27:32.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-05-20T15:27:32.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-05-20T15:27:32.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-05-20T15:27:32.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1826 | 2026-05-20T15:27:32.426Z | |
| 1827 | 2026-05-20T15:27:32.427Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1828 | 2026-05-20T15:27:32.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-05-20T15:27:32.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-05-20T15:27:32.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-05-20T15:27:32.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1832 | 2026-05-20T15:27:33.034Z | |
| 1833 | 2026-05-20T15:27:33.034Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1834 | 2026-05-20T15:27:33.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-05-20T15:27:33.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-05-20T15:27:33.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-05-20T15:27:33.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1838 | 2026-05-20T15:27:33.670Z | |
| 1839 | 2026-05-20T15:27:33.671Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1840 | 2026-05-20T15:27:34.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-05-20T15:27:34.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-05-20T15:27:34.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-05-20T15:27:34.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1844 | 2026-05-20T15:27:34.318Z | |
| 1845 | 2026-05-20T15:27:34.319Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1846 | 2026-05-20T15:27:34.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-05-20T15:27:34.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-05-20T15:27:34.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-05-20T15:27:34.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1850 | 2026-05-20T15:27:34.965Z | |
| 1851 | 2026-05-20T15:27:34.965Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1852 | 2026-05-20T15:27:35.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-05-20T15:27:35.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-05-20T15:27:35.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-05-20T15:27:35.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1856 | 2026-05-20T15:27:35.596Z | |
| 1857 | 2026-05-20T15:27:35.596Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1858 | 2026-05-20T15:27:36.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-05-20T15:27:36.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-05-20T15:27:36.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-05-20T15:27:36.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1862 | 2026-05-20T15:27:36.095Z | |
| 1863 | 2026-05-20T15:27:36.095Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1864 | 2026-05-20T15:27:36.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-05-20T15:27:36.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-05-20T15:27:36.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-05-20T15:27:36.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1868 | 2026-05-20T15:27:36.595Z | |
| 1869 | 2026-05-20T15:27:36.595Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1870 | 2026-05-20T15:27:37.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-05-20T15:27:37.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-05-20T15:27:37.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-05-20T15:27:37.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1874 | 2026-05-20T15:27:37.101Z | |
| 1875 | 2026-05-20T15:27:37.101Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1876 | 2026-05-20T15:27:37.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-05-20T15:27:37.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-05-20T15:27:37.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-05-20T15:27:37.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1880 | 2026-05-20T15:27:37.686Z | |
| 1881 | 2026-05-20T15:27:37.686Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1882 | 2026-05-20T15:27:38.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-05-20T15:27:38.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-05-20T15:27:38.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-05-20T15:27:38.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1886 | 2026-05-20T15:27:38.116Z | |
| 1887 | 2026-05-20T15:27:38.116Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1888 | 2026-05-20T15:27:38.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-05-20T15:27:38.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-05-20T15:27:38.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-05-20T15:27:38.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1892 | 2026-05-20T15:27:38.825Z | |
| 1893 | 2026-05-20T15:27:38.825Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1894 | 2026-05-20T15:27:39.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-05-20T15:27:39.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-05-20T15:27:39.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-05-20T15:27:39.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1898 | 2026-05-20T15:27:39.114Z | |
| 1899 | 2026-05-20T15:27:39.114Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1900 | 2026-05-20T15:27:39.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-05-20T15:27:39.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-05-20T15:27:39.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-05-20T15:27:39.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1904 | 2026-05-20T15:27:39.627Z | |
| 1905 | 2026-05-20T15:27:39.627Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1906 | 2026-05-20T15:27:40.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-05-20T15:27:40.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-05-20T15:27:40.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-05-20T15:27:40.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1910 | 2026-05-20T15:27:40.191Z | |
| 1911 | 2026-05-20T15:27:40.191Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1912 | 2026-05-20T15:27:40.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-05-20T15:27:40.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-05-20T15:27:40.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-05-20T15:27:40.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1916 | 2026-05-20T15:27:40.633Z | |
| 1917 | 2026-05-20T15:27:40.633Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1918 | 2026-05-20T15:27:41.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-05-20T15:27:41.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-05-20T15:27:41.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-05-20T15:27:41.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1922 | 2026-05-20T15:27:41.152Z | |
| 1923 | 2026-05-20T15:27:41.152Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1924 | 2026-05-20T15:27:41.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-05-20T15:27:41.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-05-20T15:27:41.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-05-20T15:27:41.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1928 | 2026-05-20T15:27:41.773Z | |
| 1929 | 2026-05-20T15:27:41.773Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1930 | 2026-05-20T15:27:42.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-05-20T15:27:42.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-05-20T15:27:42.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-05-20T15:27:42.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1934 | 2026-05-20T15:27:42.156Z | |
| 1935 | 2026-05-20T15:27:42.156Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1936 | 2026-05-20T15:27:42.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-05-20T15:27:42.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-05-20T15:27:42.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-05-20T15:27:42.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1940 | 2026-05-20T15:27:42.745Z | |
| 1941 | 2026-05-20T15:27:42.745Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1942 | 2026-05-20T15:27:43.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-05-20T15:27:43.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-05-20T15:27:43.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-05-20T15:27:43.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1946 | 2026-05-20T15:27:43.171Z | |
| 1947 | 2026-05-20T15:27:43.171Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1948 | 2026-05-20T15:27:43.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-05-20T15:27:43.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-05-20T15:27:43.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-05-20T15:27:43.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1952 | 2026-05-20T15:27:43.683Z | |
| 1953 | 2026-05-20T15:27:43.683Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1954 | 2026-05-20T15:27:44.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-05-20T15:27:44.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-05-20T15:27:44.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-05-20T15:27:44.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1958 | 2026-05-20T15:27:44.194Z | |
| 1959 | 2026-05-20T15:27:44.194Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1960 | 2026-05-20T15:27:47.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-05-20T15:27:47.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-05-20T15:27:47.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-05-20T15:27:47.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1964 | 2026-05-20T15:27:47.669Z | |
| 1965 | 2026-05-20T15:27:47.669Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1966 | 2026-05-20T15:27:47.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-05-20T15:27:47.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-05-20T15:27:47.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-05-20T15:27:47.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1970 | 2026-05-20T15:27:47.700Z | |
| 1971 | 2026-05-20T15:27:47.700Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1972 | 2026-05-20T15:27:47.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-05-20T15:27:47.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-05-20T15:27:47.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-05-20T15:27:47.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1976 | 2026-05-20T15:27:47.701Z | |
| 1977 | 2026-05-20T15:27:47.701Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1978 | 2026-05-20T15:27:47.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-05-20T15:27:47.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-05-20T15:27:47.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-05-20T15:27:47.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1982 | 2026-05-20T15:27:47.701Z | |
| 1983 | 2026-05-20T15:27:47.701Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1984 | 2026-05-20T15:27:47.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-05-20T15:27:47.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-05-20T15:27:47.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-05-20T15:27:47.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1988 | 2026-05-20T15:27:47.701Z | |
| 1989 | 2026-05-20T15:27:47.701Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1990 | 2026-05-20T15:27:47.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-05-20T15:27:47.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-05-20T15:27:47.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-05-20T15:27:47.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1994 | 2026-05-20T15:27:47.701Z | |
| 1995 | 2026-05-20T15:27:47.701Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1996 | 2026-05-20T15:27:47.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-05-20T15:27:47.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-05-20T15:27:47.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-05-20T15:27:47.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2000 | 2026-05-20T15:27:47.746Z | |
| 2001 | 2026-05-20T15:27:47.746Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 2002 | 2026-05-20T15:27:48.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-05-20T15:27:48.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-05-20T15:27:48.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-05-20T15:27:48.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2006 | 2026-05-20T15:27:48.247Z | |
| 2007 | 2026-05-20T15:27:48.247Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 2008 | 2026-05-20T15:27:48.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-05-20T15:27:48.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-05-20T15:27:48.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-05-20T15:27:48.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2012 | 2026-05-20T15:27:48.755Z | |
| 2013 | 2026-05-20T15:27:48.755Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2014 | 2026-05-20T15:27:49.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-05-20T15:27:49.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-05-20T15:27:49.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-05-20T15:27:49.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2018 | 2026-05-20T15:27:49.260Z | |
| 2019 | 2026-05-20T15:27:49.260Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2020 | 2026-05-20T15:27:49.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-05-20T15:27:49.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-05-20T15:27:49.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-05-20T15:27:49.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2024 | 2026-05-20T15:27:49.772Z | |
| 2025 | 2026-05-20T15:27:49.773Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2026 | 2026-05-20T15:27:50.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-05-20T15:27:50.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-05-20T15:27:50.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-05-20T15:27:50.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2030 | 2026-05-20T15:27:50.284Z | |
| 2031 | 2026-05-20T15:27:50.284Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2032 | 2026-05-20T15:27:50.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-05-20T15:27:50.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-05-20T15:27:50.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-05-20T15:27:50.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2036 | 2026-05-20T15:27:50.828Z | |
| 2037 | 2026-05-20T15:27:50.828Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2038 | 2026-05-20T15:27:51.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-05-20T15:27:51.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-05-20T15:27:51.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-05-20T15:27:51.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2042 | 2026-05-20T15:27:51.364Z | |
| 2043 | 2026-05-20T15:27:51.364Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2044 | 2026-05-20T15:27:51.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-05-20T15:27:51.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-05-20T15:27:51.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-05-20T15:27:51.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2048 | 2026-05-20T15:27:51.831Z | |
| 2049 | 2026-05-20T15:27:51.831Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2050 | 2026-05-20T15:27:52.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-05-20T15:27:52.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-05-20T15:27:52.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-05-20T15:27:52.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2054 | 2026-05-20T15:27:52.333Z | |
| 2055 | 2026-05-20T15:27:52.333Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2056 | 2026-05-20T15:27:52.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-05-20T15:27:52.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-05-20T15:27:52.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-05-20T15:27:52.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2060 | 2026-05-20T15:27:52.842Z | |
| 2061 | 2026-05-20T15:27:52.842Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2062 | 2026-05-20T15:27:53.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-05-20T15:27:53.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-05-20T15:27:53.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-05-20T15:27:53.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2066 | 2026-05-20T15:27:53.350Z | |
| 2067 | 2026-05-20T15:27:53.350Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2068 | 2026-05-20T15:27:53.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-05-20T15:27:53.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-05-20T15:27:53.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-05-20T15:27:53.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2072 | 2026-05-20T15:27:53.861Z | |
| 2073 | 2026-05-20T15:27:53.861Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2074 | 2026-05-20T15:27:54.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-05-20T15:27:54.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-05-20T15:27:54.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-05-20T15:27:54.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2078 | 2026-05-20T15:27:54.372Z | |
| 2079 | 2026-05-20T15:27:54.372Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2080 | 2026-05-20T15:27:54.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-05-20T15:27:54.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-05-20T15:27:54.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-05-20T15:27:54.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2084 | 2026-05-20T15:27:54.888Z | |
| 2085 | 2026-05-20T15:27:54.888Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2086 | 2026-05-20T15:27:55.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-05-20T15:27:55.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-05-20T15:27:55.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-05-20T15:27:55.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2090 | 2026-05-20T15:27:55.393Z | |
| 2091 | 2026-05-20T15:27:55.393Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2092 | 2026-05-20T15:27:55.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-05-20T15:27:55.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-05-20T15:27:55.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-05-20T15:27:55.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2096 | 2026-05-20T15:27:55.903Z | |
| 2097 | 2026-05-20T15:27:55.903Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2098 | 2026-05-20T15:27:56.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-05-20T15:27:56.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-05-20T15:27:56.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-05-20T15:27:56.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2102 | 2026-05-20T15:27:56.596Z | |
| 2103 | 2026-05-20T15:27:56.596Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2104 | 2026-05-20T15:27:57.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-05-20T15:27:57.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-05-20T15:27:57.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-05-20T15:27:57.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2108 | 2026-05-20T15:27:57.289Z | |
| 2109 | 2026-05-20T15:27:57.289Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2110 | 2026-05-20T15:27:57.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-05-20T15:27:57.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-05-20T15:27:57.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-05-20T15:27:57.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2114 | 2026-05-20T15:27:57.979Z | |
| 2115 | 2026-05-20T15:27:57.980Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2116 | 2026-05-20T15:27:58.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-05-20T15:27:58.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-05-20T15:27:58.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-05-20T15:27:58.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2120 | 2026-05-20T15:27:58.665Z | |
| 2121 | 2026-05-20T15:27:58.665Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2122 | 2026-05-20T15:27:59.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-05-20T15:27:59.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-05-20T15:27:59.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-05-20T15:27:59.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2126 | 2026-05-20T15:27:59.322Z | |
| 2127 | 2026-05-20T15:27:59.322Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2128 | 2026-05-20T15:27:59.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-05-20T15:27:59.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-05-20T15:27:59.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-05-20T15:27:59.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2132 | 2026-05-20T15:27:59.952Z | |
| 2133 | 2026-05-20T15:27:59.952Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2134 | 2026-05-20T15:28:00.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-05-20T15:28:00.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-05-20T15:28:00.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-05-20T15:28:00.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2138 | 2026-05-20T15:28:00.611Z | |
| 2139 | 2026-05-20T15:28:00.611Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2140 | 2026-05-20T15:28:01.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-05-20T15:28:01.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-05-20T15:28:01.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-05-20T15:28:01.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2144 | 2026-05-20T15:28:01.265Z | |
| 2145 | 2026-05-20T15:28:01.265Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2146 | 2026-05-20T15:28:01.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-05-20T15:28:01.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-05-20T15:28:01.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-05-20T15:28:01.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2150 | 2026-05-20T15:28:01.923Z | |
| 2151 | 2026-05-20T15:28:01.923Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2152 | 2026-05-20T15:28:02.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-05-20T15:28:02.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-05-20T15:28:02.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-05-20T15:28:02.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2156 | 2026-05-20T15:28:02.580Z | |
| 2157 | 2026-05-20T15:28:02.580Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2158 | 2026-05-20T15:28:03.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-05-20T15:28:03.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-05-20T15:28:03.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-05-20T15:28:03.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2162 | 2026-05-20T15:28:03.209Z | |
| 2163 | 2026-05-20T15:28:03.209Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2164 | 2026-05-20T15:28:03.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-05-20T15:28:03.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-05-20T15:28:03.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-05-20T15:28:03.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2168 | 2026-05-20T15:28:03.848Z | |
| 2169 | 2026-05-20T15:28:03.848Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2170 | 2026-05-20T15:28:04.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-05-20T15:28:04.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-05-20T15:28:04.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-05-20T15:28:04.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2174 | 2026-05-20T15:28:04.487Z | |
| 2175 | 2026-05-20T15:28:04.488Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2176 | 2026-05-20T15:28:05.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-05-20T15:28:05.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-05-20T15:28:05.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-05-20T15:28:05.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2180 | 2026-05-20T15:28:05.125Z | |
| 2181 | 2026-05-20T15:28:05.125Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2182 | 2026-05-20T15:28:05.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-05-20T15:28:05.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-05-20T15:28:05.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-05-20T15:28:05.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2186 | 2026-05-20T15:28:05.773Z | |
| 2187 | 2026-05-20T15:28:05.773Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2188 | 2026-05-20T15:28:06.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-05-20T15:28:06.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-05-20T15:28:06.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-05-20T15:28:06.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2192 | 2026-05-20T15:28:06.425Z | |
| 2193 | 2026-05-20T15:28:06.425Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2194 | 2026-05-20T15:28:06.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-05-20T15:28:06.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-05-20T15:28:06.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-05-20T15:28:06.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2198 | 2026-05-20T15:28:07.064Z | |
| 2199 | 2026-05-20T15:28:07.064Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2200 | 2026-05-20T15:28:07.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-05-20T15:28:07.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-05-20T15:28:07.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-05-20T15:28:07.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2204 | 2026-05-20T15:28:07.710Z | |
| 2205 | 2026-05-20T15:28:07.710Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2206 | 2026-05-20T15:28:08.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-05-20T15:28:08.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-05-20T15:28:08.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-05-20T15:28:08.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2210 | 2026-05-20T15:28:08.350Z | |
| 2211 | 2026-05-20T15:28:08.350Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2212 | 2026-05-20T15:28:08.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-05-20T15:28:08.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-05-20T15:28:08.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-05-20T15:28:08.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2216 | 2026-05-20T15:28:08.998Z | |
| 2217 | 2026-05-20T15:28:08.998Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2218 | 2026-05-20T15:28:09.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-05-20T15:28:09.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-05-20T15:28:09.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-05-20T15:28:09.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2222 | 2026-05-20T15:28:09.640Z | |
| 2223 | 2026-05-20T15:28:09.640Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2224 | 2026-05-20T15:28:10.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-05-20T15:28:10.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-05-20T15:28:10.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-05-20T15:28:10.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2228 | 2026-05-20T15:28:10.277Z | |
| 2229 | 2026-05-20T15:28:10.277Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2230 | 2026-05-20T15:28:10.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-05-20T15:28:10.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-05-20T15:28:10.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-05-20T15:28:10.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2234 | 2026-05-20T15:28:10.923Z | |
| 2235 | 2026-05-20T15:28:10.923Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2236 | 2026-05-20T15:28:11.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-05-20T15:28:11.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-05-20T15:28:11.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-05-20T15:28:11.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2240 | 2026-05-20T15:28:11.563Z | |
| 2241 | 2026-05-20T15:28:11.563Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2242 | 2026-05-20T15:28:12.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-05-20T15:28:12.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-05-20T15:28:12.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-05-20T15:28:12.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2246 | 2026-05-20T15:28:12.233Z | |
| 2247 | 2026-05-20T15:28:12.233Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2248 | 2026-05-20T15:28:12.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-05-20T15:28:12.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-05-20T15:28:12.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-05-20T15:28:12.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2252 | 2026-05-20T15:28:12.907Z | |
| 2253 | 2026-05-20T15:28:12.907Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2254 | 2026-05-20T15:28:13.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-05-20T15:28:13.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-05-20T15:28:13.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-05-20T15:28:13.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2258 | 2026-05-20T15:28:13.548Z | |
| 2259 | 2026-05-20T15:28:13.548Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2260 | 2026-05-20T15:28:14.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-05-20T15:28:14.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-05-20T15:28:14.211Z | Checking cfg-if v1.0.4 |
| 2263 | 2026-05-20T15:28:14.214Z | Checking libc v0.2.185 |
| 2264 | 2026-05-20T15:28:14.214Z | Checking serde_core v1.0.228 |
| 2265 | 2026-05-20T15:28:14.336Z | Checking zeroize v1.8.2 |
| 2266 | 2026-05-20T15:28:14.344Z | Checking memchr v2.8.0 |
| 2267 | 2026-05-20T15:28:14.353Z | Checking log v0.4.29 |
| 2268 | 2026-05-20T15:28:14.363Z | Checking smallvec v1.15.1 |
| 2269 | 2026-05-20T15:28:14.366Z | Checking typenum v1.19.0 |
| 2270 | 2026-05-20T15:28:14.387Z | Checking subtle v2.6.1 |
| 2271 | 2026-05-20T15:28:14.488Z | Checking itoa v1.0.17 |
| 2272 | 2026-05-20T15:28:14.525Z | Checking scopeguard v1.2.0 |
| 2273 | 2026-05-20T15:28:14.542Z | Checking stable_deref_trait v1.2.1 |
| 2274 | 2026-05-20T15:28:14.564Z | Checking const-oid v0.9.6 |
| 2275 | 2026-05-20T15:28:14.621Z | Checking zerofrom v0.1.6 |
| 2276 | 2026-05-20T15:28:14.633Z | Checking lock_api v0.4.14 |
| 2277 | 2026-05-20T15:28:14.646Z | Checking pin-project-lite v0.2.17 |
| 2278 | 2026-05-20T15:28:14.741Z | Checking yoke v0.8.1 |
| 2279 | 2026-05-20T15:28:14.756Z | Checking getrandom v0.2.17 |
| 2280 | 2026-05-20T15:28:14.756Z | Checking errno v0.3.14 |
| 2281 | 2026-05-20T15:28:14.770Z | Checking parking_lot_core v0.9.12 |
| 2282 | 2026-05-20T15:28:14.849Z | Checking portable-atomic v1.13.1 |
| 2283 | 2026-05-20T15:28:14.875Z | Checking signal-hook-registry v1.4.8 |
| 2284 | 2026-05-20T15:28:14.916Z | Checking zerovec v0.11.5 |
| 2285 | 2026-05-20T15:28:14.919Z | Checking generic-array v0.14.7 |
| 2286 | 2026-05-20T15:28:14.956Z | Checking rand_core v0.6.4 |
| 2287 | 2026-05-20T15:28:15.012Z | Checking critical-section v1.2.0 |
| 2288 | 2026-05-20T15:28:15.046Z | Checking futures-core v0.3.32 |
| 2289 | 2026-05-20T15:28:15.118Z | Checking parking_lot v0.12.5 |
| 2290 | 2026-05-20T15:28:15.141Z | Checking mio v1.2.0 |
| 2291 | 2026-05-20T15:28:15.175Z | Checking zerocopy v0.8.40 |
| 2292 | 2026-05-20T15:28:15.278Z | Checking once_cell v1.21.3 |
| 2293 | 2026-05-20T15:28:15.301Z | Checking zmij v1.0.21 |
| 2294 | 2026-05-20T15:28:15.318Z | Checking socket2 v0.6.3 |
| 2295 | 2026-05-20T15:28:15.377Z | Checking tinystr v0.8.2 |
| 2296 | 2026-05-20T15:28:15.394Z | Checking crypto-common v0.1.7 |
| 2297 | 2026-05-20T15:28:15.442Z | Checking block-buffer v0.10.4 |
| 2298 | 2026-05-20T15:28:15.461Z | Checking libm v0.2.16 |
| 2299 | 2026-05-20T15:28:15.524Z | Checking litemap v0.8.1 |
| 2300 | 2026-05-20T15:28:15.537Z | Checking equivalent v1.0.2 |
| 2301 | 2026-05-20T15:28:15.562Z | Checking percent-encoding v2.3.2 |
| 2302 | 2026-05-20T15:28:15.574Z | Checking writeable v0.6.2 |
| 2303 | 2026-05-20T15:28:15.586Z | Checking digest v0.10.7 |
| 2304 | 2026-05-20T15:28:15.623Z | Checking potential_utf v0.1.4 |
| 2305 | 2026-05-20T15:28:15.709Z | Checking zerotrie v0.2.3 |
| 2306 | 2026-05-20T15:28:15.723Z | Checking futures-sink v0.3.32 |
| 2307 | 2026-05-20T15:28:15.742Z | Checking icu_locale_core v2.1.1 |
| 2308 | 2026-05-20T15:28:15.758Z | Checking icu_collections v2.1.1 |
| 2309 | 2026-05-20T15:28:15.789Z | Checking cpufeatures v0.2.17 |
| 2310 | 2026-05-20T15:28:15.827Z | Checking futures-channel v0.3.32 |
| 2311 | 2026-05-20T15:28:15.863Z | Checking futures-task v0.3.32 |
| 2312 | 2026-05-20T15:28:15.909Z | Checking serde v1.0.228 |
| 2313 | 2026-05-20T15:28:15.972Z | Checking bitflags v2.11.0 |
| 2314 | 2026-05-20T15:28:16.010Z | Checking serde_json v1.0.149 |
| 2315 | 2026-05-20T15:28:16.035Z | Checking slab v0.4.12 |
| 2316 | 2026-05-20T15:28:16.080Z | Checking futures-io v0.3.32 |
| 2317 | 2026-05-20T15:28:16.148Z | Checking hmac v0.12.1 |
| 2318 | 2026-05-20T15:28:16.212Z | Checking futures-util v0.3.32 |
| 2319 | 2026-05-20T15:28:16.212Z | Checking icu_properties_data v2.1.2 |
| 2320 | 2026-05-20T15:28:16.227Z | Checking num-traits v0.2.19 |
| 2321 | 2026-05-20T15:28:16.285Z | Checking icu_normalizer_data v2.1.1 |
| 2322 | 2026-05-20T15:28:16.337Z | Checking hashbrown v0.17.0 |
| 2323 | 2026-05-20T15:28:16.351Z | Checking bytes v1.11.1 |
| 2324 | 2026-05-20T15:28:16.355Z | Checking icu_provider v2.1.1 |
| 2325 | 2026-05-20T15:28:16.444Z | Checking rand_core v0.10.0 |
| 2326 | 2026-05-20T15:28:16.529Z | Checking getrandom v0.4.1 |
| 2327 | 2026-05-20T15:28:16.614Z | Checking icu_normalizer v2.1.1 |
| 2328 | 2026-05-20T15:28:16.694Z | Checking icu_properties v2.1.2 |
| 2329 | 2026-05-20T15:28:16.730Z | Checking block-padding v0.3.3 |
| 2330 | 2026-05-20T15:28:16.791Z | Checking utf8_iter v1.0.4 |
| 2331 | 2026-05-20T15:28:16.822Z | Checking tokio v1.52.1 |
| 2332 | 2026-05-20T15:28:16.834Z | Checking indexmap v2.14.0 |
| 2333 | 2026-05-20T15:28:16.867Z | Checking inout v0.1.4 |
| 2334 | 2026-05-20T15:28:16.923Z | Checking sha2 v0.10.9 |
| 2335 | 2026-05-20T15:28:16.947Z | Checking form_urlencoded v1.2.2 |
| 2336 | 2026-05-20T15:28:17.015Z | Checking cipher v0.4.4 |
| 2337 | 2026-05-20T15:28:17.085Z | Checking getrandom v0.3.4 |
| 2338 | 2026-05-20T15:28:17.211Z | Checking base64ct v1.8.3 |
| 2339 | 2026-05-20T15:28:17.236Z | Checking byteorder v1.5.0 |
| 2340 | 2026-05-20T15:28:17.239Z | Checking fnv v1.0.7 |
| 2341 | 2026-05-20T15:28:17.349Z | Checking flagset v0.4.7 |
| 2342 | 2026-05-20T15:28:17.424Z | Checking rand_core v0.9.5 |
| 2343 | 2026-05-20T15:28:17.450Z | Checking http v1.4.0 |
| 2344 | 2026-05-20T15:28:17.463Z | Checking pem-rfc7468 v0.7.0 |
| 2345 | 2026-05-20T15:28:17.482Z | Checking regex-syntax v0.8.10 |
| 2346 | 2026-05-20T15:28:17.566Z | Checking idna_adapter v1.2.1 |
| 2347 | 2026-05-20T15:28:17.618Z | Checking salsa20 v0.10.2 |
| 2348 | 2026-05-20T15:28:17.632Z | Checking der v0.7.10 |
| 2349 | 2026-05-20T15:28:17.702Z | Checking idna v1.1.0 |
| 2350 | 2026-05-20T15:28:17.763Z | Checking uuid v1.23.0 |
| 2351 | 2026-05-20T15:28:17.964Z | Checking url v2.5.8 |
| 2352 | 2026-05-20T15:28:18.059Z | Checking pbkdf2 v0.12.2 |
| 2353 | 2026-05-20T15:28:18.101Z | Checking rustix v1.1.3 |
| 2354 | 2026-05-20T15:28:18.143Z | Checking ppv-lite86 v0.2.21 |
| 2355 | 2026-05-20T15:28:18.178Z | Checking tracing-core v0.1.36 |
| 2356 | 2026-05-20T15:28:18.255Z | Checking rustls-pki-types v1.14.0 |
| 2357 | 2026-05-20T15:28:18.419Z | Checking spki v0.7.3 |
| 2358 | 2026-05-20T15:28:18.451Z | Checking iana-time-zone v0.1.65 |
| 2359 | 2026-05-20T15:28:18.454Z | Checking base64 v0.22.1 |
| 2360 | 2026-05-20T15:28:18.507Z | Checking tracing v0.1.44 |
| 2361 | 2026-05-20T15:28:18.566Z | Checking chrono v0.4.44 |
| 2362 | 2026-05-20T15:28:18.579Z | Checking rand_chacha v0.9.0 |
| 2363 | 2026-05-20T15:28:18.594Z | Checking scrypt v0.11.0 |
| 2364 | 2026-05-20T15:28:18.720Z | Checking http-body v1.0.1 |
| 2365 | 2026-05-20T15:28:18.733Z | Checking cbc v0.1.2 |
| 2366 | 2026-05-20T15:28:18.745Z | Checking aes v0.8.4 |
| 2367 | 2026-05-20T15:28:18.794Z | Checking aws-lc-sys v0.40.0 |
| 2368 | 2026-05-20T15:28:18.875Z | Checking untrusted v0.7.1 |
| 2369 | 2026-05-20T15:28:18.888Z | Checking untrusted v0.9.0 |
| 2370 | 2026-05-20T15:28:18.914Z | Checking tinyvec_macros v0.1.1 |
| 2371 | 2026-05-20T15:28:18.989Z | Checking openssl-probe v0.2.1 |
| 2372 | 2026-05-20T15:28:19.003Z | Checking ring v0.17.14 |
| 2373 | 2026-05-20T15:28:19.006Z | Checking tinyvec v1.10.0 |
| 2374 | 2026-05-20T15:28:19.031Z | Checking rand v0.9.2 |
| 2375 | 2026-05-20T15:28:19.105Z | Checking tower-service v0.3.3 |
| 2376 | 2026-05-20T15:28:19.178Z | Checking pkcs5 v0.7.1 |
| 2377 | 2026-05-20T15:28:19.204Z | Checking try-lock v0.2.5 |
| 2378 | 2026-05-20T15:28:19.313Z | Checking tower-layer v0.3.3 |
| 2379 | 2026-05-20T15:28:19.350Z | Checking aws-lc-rs v1.16.3 |
| 2380 | 2026-05-20T15:28:19.364Z | Checking atomic-waker v1.1.2 |
| 2381 | 2026-05-20T15:28:19.456Z | Checking pkcs8 v0.10.2 |
| 2382 | 2026-05-20T15:28:19.469Z | Checking want v0.3.1 |
| 2383 | 2026-05-20T15:28:19.483Z | Checking ipnet v2.11.0 |
| 2384 | 2026-05-20T15:28:19.520Z | Checking httparse v1.10.1 |
| 2385 | 2026-05-20T15:28:19.541Z | Checking aho-corasick v1.1.4 |
| 2386 | 2026-05-20T15:28:19.597Z | Checking plain v0.2.3 |
| 2387 | 2026-05-20T15:28:19.643Z | Checking pin-utils v0.1.0 |
| 2388 | 2026-05-20T15:28:19.707Z | Checking utf8parse v0.2.2 |
| 2389 | 2026-05-20T15:28:19.720Z | Checking httpdate v1.0.3 |
| 2390 | 2026-05-20T15:28:19.748Z | Checking dyn-clone v1.0.20 |
| 2391 | 2026-05-20T15:28:19.763Z | Checking foreign-types-shared v0.1.1 |
| 2392 | 2026-05-20T15:28:19.815Z | Checking fastrand v2.3.0 |
| 2393 | 2026-05-20T15:28:19.851Z | Checking foreign-types v0.3.2 |
| 2394 | 2026-05-20T15:28:19.867Z | Checking unicode-normalization v0.1.25 |
| 2395 | 2026-05-20T15:28:19.882Z | Checking semver v1.0.28 |
| 2396 | 2026-05-20T15:28:19.924Z | Checking openssl-sys v0.9.115 |
| 2397 | 2026-05-20T15:28:20.007Z | Checking tempfile v3.25.0 |
| 2398 | 2026-05-20T15:28:20.077Z | Checking spin v0.9.8 |
| 2399 | 2026-05-20T15:28:20.110Z | Checking socket2 v0.5.10 |
| 2400 | 2026-05-20T15:28:20.226Z | Checking anstyle v1.0.14 |
| 2401 | 2026-05-20T15:28:20.267Z | Checking rustls-webpki v0.103.9 |
| 2402 | 2026-05-20T15:28:20.276Z | Checking regex-automata v0.4.14 |
| 2403 | 2026-05-20T15:28:20.290Z | Checking ucd-trie v0.1.7 |
| 2404 | 2026-05-20T15:28:20.306Z | Checking unicode-ident v1.0.24 |
| 2405 | 2026-05-20T15:28:20.333Z | Checking openssl v0.10.79 |
| 2406 | 2026-05-20T15:28:20.336Z | Checking tokio-util v0.7.18 |
| 2407 | 2026-05-20T15:28:20.379Z | Checking schemars v0.8.22 |
| 2408 | 2026-05-20T15:28:20.416Z | Checking proc-macro2 v1.0.106 |
| 2409 | 2026-05-20T15:28:20.429Z | Checking pest v2.8.6 |
| 2410 | 2026-05-20T15:28:20.444Z | Checking rustls-native-certs v0.8.3 |
| 2411 | 2026-05-20T15:28:20.584Z | Checking thiserror v2.0.18 |
| 2412 | 2026-05-20T15:28:21.187Z | Checking sync_wrapper v1.0.2 |
| 2413 | 2026-05-20T15:28:21.201Z | Checking rustls v0.23.37 |
| 2414 | 2026-05-20T15:28:21.201Z | Checking wait-timeout v0.2.1 |
| 2415 | 2026-05-20T15:28:21.201Z | Checking siphasher v1.0.2 |
| 2416 | 2026-05-20T15:28:21.201Z | Checking anstyle-query v1.1.5 |
| 2417 | 2026-05-20T15:28:21.201Z | Checking colorchoice v1.0.4 |
| 2418 | 2026-05-20T15:28:21.201Z | Checking pretty-hex v0.4.1 |
| 2419 | 2026-05-20T15:28:21.201Z | Checking h2 v0.4.13 |
| 2420 | 2026-05-20T15:28:21.201Z | Checking bit-vec v0.8.0 |
| 2421 | 2026-05-20T15:28:21.201Z | Checking powerfmt v0.2.0 |
| 2422 | 2026-05-20T15:28:21.201Z | Checking is_terminal_polyfill v1.70.2 |
| 2423 | 2026-05-20T15:28:21.209Z | Checking quick-error v1.2.3 |
| 2424 | 2026-05-20T15:28:21.248Z | Checking simd-adler32 v0.3.8 |
| 2425 | 2026-05-20T15:28:21.279Z | Checking bit-set v0.8.0 |
| 2426 | 2026-05-20T15:28:21.306Z | Checking rusty-fork v0.3.1 |
| 2427 | 2026-05-20T15:28:21.432Z | Checking deranged v0.5.8 |
| 2428 | 2026-05-20T15:28:21.447Z | Checking tower v0.5.3 |
| 2429 | 2026-05-20T15:28:21.487Z | Checking quote v1.0.45 |
| 2430 | 2026-05-20T15:28:21.578Z | Compiling newtype-uuid v1.3.2 |
| 2431 | 2026-05-20T15:28:21.674Z | Checking http-body-util v0.1.3 |
| 2432 | 2026-05-20T15:28:21.780Z | Checking crossbeam-utils v0.8.21 |
| 2433 | 2026-05-20T15:28:21.852Z | Checking webpki-roots v1.0.6 |
| 2434 | 2026-05-20T15:28:21.912Z | Checking rand_xorshift v0.4.0 |
| 2435 | 2026-05-20T15:28:21.978Z | Checking crc32fast v1.5.0 |
| 2436 | 2026-05-20T15:28:22.041Z | Checking scroll v0.13.0 |
| 2437 | 2026-05-20T15:28:22.133Z | Checking signature v2.2.0 |
| 2438 | 2026-05-20T15:28:22.148Z | Checking unicode-properties v0.1.4 |
| 2439 | 2026-05-20T15:28:22.240Z | Checking ryu v1.0.23 |
| 2440 | 2026-05-20T15:28:22.272Z | Checking iri-string v0.7.10 |
| 2441 | 2026-05-20T15:28:22.291Z | Checking unicode-bidi v0.3.18 |
| 2442 | 2026-05-20T15:28:22.351Z | Checking num_threads v0.1.7 |
| 2443 | 2026-05-20T15:28:22.390Z | Checking num-conv v0.2.0 |
| 2444 | 2026-05-20T15:28:22.427Z | Checking unarray v0.1.4 |
| 2445 | 2026-05-20T15:28:22.442Z | Checking time-core v0.1.8 |
| 2446 | 2026-05-20T15:28:22.502Z | Checking native-tls v0.2.18 |
| 2447 | 2026-05-20T15:28:22.515Z | Checking adler2 v2.0.1 |
| 2448 | 2026-05-20T15:28:22.537Z | Checking allocator-api2 v0.2.21 |
| 2449 | 2026-05-20T15:28:22.593Z | Checking time v0.3.47 |
| 2450 | 2026-05-20T15:28:22.608Z | Checking stringprep v0.1.5 |
| 2451 | 2026-05-20T15:28:22.627Z | Checking miniz_oxide v0.8.9 |
| 2452 | 2026-05-20T15:28:22.693Z | Checking tokio-native-tls v0.3.1 |
| 2453 | 2026-05-20T15:28:22.766Z | Checking proptest v1.10.0 |
| 2454 | 2026-05-20T15:28:22.835Z | Checking serde_urlencoded v0.7.1 |
| 2455 | 2026-05-20T15:28:22.865Z | Checking goblin v0.10.5 |
| 2456 | 2026-05-20T15:28:23.008Z | Checking bstr v1.12.1 |
| 2457 | 2026-05-20T15:28:23.051Z | Checking crossbeam-epoch v0.9.18 |
| 2458 | 2026-05-20T15:28:23.292Z | Compiling daft v0.1.7 |
| 2459 | 2026-05-20T15:28:23.307Z | Checking tokio-rustls v0.26.4 |
| 2460 | 2026-05-20T15:28:23.362Z | Checking tower-http v0.6.8 |
| 2461 | 2026-05-20T15:28:23.433Z | Checking syn v2.0.117 |
| 2462 | 2026-05-20T15:28:23.549Z | Checking ipnetwork v0.21.1 |
| 2463 | 2026-05-20T15:28:23.589Z | Checking anstyle-parse v1.0.0 |
| 2464 | 2026-05-20T15:28:23.662Z | Checking rand_chacha v0.3.1 |
| 2465 | 2026-05-20T15:28:23.753Z | Checking thiserror v1.0.69 |
| 2466 | 2026-05-20T15:28:23.780Z | Checking scroll v0.12.0 |
| 2467 | 2026-05-20T15:28:23.799Z | Checking hash32 v0.2.1 |
| 2468 | 2026-05-20T15:28:23.873Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2469 | 2026-05-20T15:28:23.903Z | Checking num-integer v0.1.46 |
| 2470 | 2026-05-20T15:28:23.917Z | Checking hyper v1.8.1 |
| 2471 | 2026-05-20T15:28:23.982Z | Checking toml_datetime v0.6.11 |
| 2472 | 2026-05-20T15:28:23.994Z | Checking serde_spanned v0.6.9 |
| 2473 | 2026-05-20T15:28:24.026Z | Checking md-5 v0.10.6 |
| 2474 | 2026-05-20T15:28:24.130Z | Checking ff v0.13.1 |
| 2475 | 2026-05-20T15:28:24.146Z | Checking encoding_rs v0.8.35 |
| 2476 | 2026-05-20T15:28:24.176Z | Checking zlib-rs v0.6.2 |
| 2477 | 2026-05-20T15:28:24.179Z | Checking psl-types v2.0.11 |
| 2478 | 2026-05-20T15:28:24.268Z | Checking fallible-iterator v0.2.0 |
| 2479 | 2026-05-20T15:28:24.303Z | Checking base16ct v0.2.0 |
| 2480 | 2026-05-20T15:28:24.436Z | Checking mime v0.3.17 |
| 2481 | 2026-05-20T15:28:24.553Z | Checking postgres-protocol v0.6.10 |
| 2482 | 2026-05-20T15:28:24.625Z | Checking sec1 v0.7.3 |
| 2483 | 2026-05-20T15:28:24.847Z | Checking publicsuffix v2.3.0 |
| 2484 | 2026-05-20T15:28:24.847Z | Checking group v0.13.0 |
| 2485 | 2026-05-20T15:28:24.885Z | Checking hyper-util v0.1.20 |
| 2486 | 2026-05-20T15:28:24.902Z | Checking num-iter v0.1.45 |
| 2487 | 2026-05-20T15:28:25.022Z | Checking goblin v0.8.2 |
| 2488 | 2026-05-20T15:28:25.047Z | Checking zstd-safe v7.2.4 |
| 2489 | 2026-05-20T15:28:25.050Z | Checking heapless v0.7.17 |
| 2490 | 2026-05-20T15:28:25.125Z | Checking flate2 v1.1.9 |
| 2491 | 2026-05-20T15:28:25.138Z | Checking rand v0.8.6 |
| 2492 | 2026-05-20T15:28:25.224Z | Checking cookie v0.18.1 |
| 2493 | 2026-05-20T15:28:25.392Z | Checking dof v0.4.0 |
| 2494 | 2026-05-20T15:28:25.444Z | Checking oxnet v0.1.5 |
| 2495 | 2026-05-20T15:28:25.466Z | Checking anstream v1.0.0 |
| 2496 | 2026-05-20T15:28:25.499Z | Compiling iddqd v0.4.1 |
| 2497 | 2026-05-20T15:28:25.677Z | Checking dtrace-parser v0.3.0 |
| 2498 | 2026-05-20T15:28:25.690Z | Checking phf_shared v0.13.1 |
| 2499 | 2026-05-20T15:28:25.705Z | Checking lazy_static v1.5.0 |
| 2500 | 2026-05-20T15:28:25.798Z | Checking anstyle-parse v0.2.7 |
| 2501 | 2026-05-20T15:28:25.879Z | Checking pin-project v1.1.11 |
| 2502 | 2026-05-20T15:28:25.898Z | Checking zerocopy v0.7.35 |
| 2503 | 2026-05-20T15:28:25.928Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2504 | 2026-05-20T15:28:25.959Z | Checking signal-hook v0.3.18 |
| 2505 | 2026-05-20T15:28:25.978Z | Checking terminal_size v0.4.3 |
| 2506 | 2026-05-20T15:28:26.016Z | Checking futures-executor v0.3.32 |
| 2507 | 2026-05-20T15:28:26.069Z | Checking hex v0.4.3 |
| 2508 | 2026-05-20T15:28:26.097Z | Checking hkdf v0.12.4 |
| 2509 | 2026-05-20T15:28:26.160Z | Checking crypto-bigint v0.5.5 |
| 2510 | 2026-05-20T15:28:26.174Z | Checking thread-id v5.1.0 |
| 2511 | 2026-05-20T15:28:26.238Z | Checking hyper-rustls v0.27.7 |
| 2512 | 2026-05-20T15:28:26.238Z | Checking hyper-tls v0.6.0 |
| 2513 | 2026-05-20T15:28:26.263Z | Checking bitflags v1.3.2 |
| 2514 | 2026-05-20T15:28:26.307Z | Checking winnow v0.7.14 |
| 2515 | 2026-05-20T15:28:26.337Z | Checking libbz2-rs-sys v0.2.2 |
| 2516 | 2026-05-20T15:28:26.414Z | Checking winnow v0.5.40 |
| 2517 | 2026-05-20T15:28:26.428Z | Checking same-file v1.0.6 |
| 2518 | 2026-05-20T15:28:26.473Z | Checking strsim v0.11.1 |
| 2519 | 2026-05-20T15:28:26.550Z | Compiling rayon-core v1.13.0 |
| 2520 | 2026-05-20T15:28:26.651Z | Checking bumpalo v3.20.2 |
| 2521 | 2026-05-20T15:28:26.749Z | Checking clap_lex v1.0.0 |
| 2522 | 2026-05-20T15:28:26.762Z | Checking managed v0.8.0 |
| 2523 | 2026-05-20T15:28:26.798Z | Checking foldhash v0.2.0 |
| 2524 | 2026-05-20T15:28:26.869Z | Checking foldhash v0.1.5 |
| 2525 | 2026-05-20T15:28:26.911Z | Checking clap_builder v4.6.0 |
| 2526 | 2026-05-20T15:28:26.955Z | Checking smoltcp v0.9.1 |
| 2527 | 2026-05-20T15:28:26.968Z | Checking hashbrown v0.16.1 |
| 2528 | 2026-05-20T15:28:27.012Z | Checking hashbrown v0.15.5 |
| 2529 | 2026-05-20T15:28:27.064Z | Checking dof v0.3.0 |
| 2530 | 2026-05-20T15:28:27.125Z | Checking elliptic-curve v0.13.8 |
| 2531 | 2026-05-20T15:28:27.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2532 | 2026-05-20T15:28:27.452Z | Checking zopfli v0.8.3 |
| 2533 | 2026-05-20T15:28:27.493Z | Checking bzip2 v0.6.1 |
| 2534 | 2026-05-20T15:28:27.523Z | Checking walkdir v2.5.0 |
| 2535 | 2026-05-20T15:28:27.566Z | Checking reqwest v0.12.28 |
| 2536 | 2026-05-20T15:28:27.582Z | Checking usdt-impl v0.6.0 |
| 2537 | 2026-05-20T15:28:27.595Z | Checking futures v0.3.32 |
| 2538 | 2026-05-20T15:28:27.647Z | Checking toml_edit v0.19.15 |
| 2539 | 2026-05-20T15:28:27.661Z | Checking signal-hook-mio v0.2.5 |
| 2540 | 2026-05-20T15:28:27.675Z | Checking bzip2 v0.4.4 |
| 2541 | 2026-05-20T15:28:27.694Z | Checking snafu v0.8.9 |
| 2542 | 2026-05-20T15:28:27.767Z | Checking anstream v0.6.21 |
| 2543 | 2026-05-20T15:28:27.804Z | Checking phf v0.13.1 |
| 2544 | 2026-05-20T15:28:27.849Z | Checking num-bigint-dig v0.8.6 |
| 2545 | 2026-05-20T15:28:27.948Z | Checking cookie_store v0.22.1 |
| 2546 | 2026-05-20T15:28:27.961Z | Checking zstd v0.13.3 |
| 2547 | 2026-05-20T15:28:27.981Z | Checking postgres-types v0.2.12 |
| 2548 | 2026-05-20T15:28:28.152Z | Checking dtrace-parser v0.2.0 |
| 2549 | 2026-05-20T15:28:28.166Z | Checking globset v0.4.18 |
| 2550 | 2026-05-20T15:28:28.228Z | Checking rustls-platform-verifier v0.6.2 |
| 2551 | 2026-05-20T15:28:28.297Z | Checking crossbeam-deque v0.8.6 |
| 2552 | 2026-05-20T15:28:28.317Z | Checking ed25519 v2.2.3 |
| 2553 | 2026-05-20T15:28:28.378Z | Checking regex v1.12.3 |
| 2554 | 2026-05-20T15:28:28.407Z | Checking phf_shared v0.11.3 |
| 2555 | 2026-05-20T15:28:28.437Z | Checking olpc-cjson v0.1.4 |
| 2556 | 2026-05-20T15:28:28.462Z | Checking ref-cast v1.0.25 |
| 2557 | 2026-05-20T15:28:28.484Z | Checking curve25519-dalek v4.1.3 |
| 2558 | 2026-05-20T15:28:28.513Z | Checking strum v0.27.2 |
| 2559 | 2026-05-20T15:28:28.558Z | Checking hubpack v0.1.2 |
| 2560 | 2026-05-20T15:28:28.570Z | Checking memoffset v0.9.1 |
| 2561 | 2026-05-20T15:28:28.582Z | Checking rustix v0.38.44 |
| 2562 | 2026-05-20T15:28:28.631Z | Checking pkcs1 v0.7.5 |
| 2563 | 2026-05-20T15:28:28.652Z | Checking pem v3.0.6 |
| 2564 | 2026-05-20T15:28:28.676Z | Checking float-cmp v0.10.0 |
| 2565 | 2026-05-20T15:28:28.733Z | Checking erased-serde v0.3.31 |
| 2566 | 2026-05-20T15:28:28.736Z | Checking serde_plain v1.0.2 |
| 2567 | 2026-05-20T15:28:28.760Z | Checking serde-big-array v0.5.1 |
| 2568 | 2026-05-20T15:28:28.819Z | Checking rfc6979 v0.4.0 |
| 2569 | 2026-05-20T15:28:28.823Z | Checking memmap2 v0.9.10 |
| 2570 | 2026-05-20T15:28:28.855Z | Checking thread-id v4.2.2 |
| 2571 | 2026-05-20T15:28:28.918Z | Checking env_filter v1.0.0 |
| 2572 | 2026-05-20T15:28:28.921Z | Checking whoami v2.1.0 |
| 2573 | 2026-05-20T15:28:28.943Z | Checking fixedbitset v0.4.2 |
| 2574 | 2026-05-20T15:28:28.946Z | Checking static_assertions v1.1.0 |
| 2575 | 2026-05-20T15:28:29.003Z | Checking either v1.15.0 |
| 2576 | 2026-05-20T15:28:29.027Z | Checking precomputed-hash v0.1.1 |
| 2577 | 2026-05-20T15:28:29.079Z | Checking predicates-core v1.0.10 |
| 2578 | 2026-05-20T15:28:29.099Z | Checking typed-path v0.9.3 |
| 2579 | 2026-05-20T15:28:29.119Z | Checking toml_write v0.1.2 |
| 2580 | 2026-05-20T15:28:29.132Z | Checking fixedbitset v0.5.7 |
| 2581 | 2026-05-20T15:28:29.169Z | Checking difflib v0.4.0 |
| 2582 | 2026-05-20T15:28:29.206Z | Checking data-encoding v2.10.0 |
| 2583 | 2026-05-20T15:28:29.219Z | Checking keccak v0.1.6 |
| 2584 | 2026-05-20T15:28:29.303Z | Checking new_debug_unreachable v1.0.6 |
| 2585 | 2026-05-20T15:28:29.320Z | Checking unicode-segmentation v1.12.0 |
| 2586 | 2026-05-20T15:28:29.339Z | Checking normalize-line-endings v0.3.0 |
| 2587 | 2026-05-20T15:28:29.358Z | Checking jiff v0.2.21 |
| 2588 | 2026-05-20T15:28:29.374Z | Checking string_cache v0.8.9 |
| 2589 | 2026-05-20T15:28:29.398Z | Checking sha3 v0.10.8 |
| 2590 | 2026-05-20T15:28:29.433Z | Checking predicates v3.1.4 |
| 2591 | 2026-05-20T15:28:29.464Z | Checking crossterm v0.28.1 |
| 2592 | 2026-05-20T15:28:29.505Z | Checking hickory-proto v0.25.2 |
| 2593 | 2026-05-20T15:28:29.550Z | Checking petgraph v0.8.3 |
| 2594 | 2026-05-20T15:28:29.614Z | Checking ed25519-dalek v2.2.0 |
| 2595 | 2026-05-20T15:28:29.650Z | Checking similar v2.7.0 |
| 2596 | 2026-05-20T15:28:29.747Z | Checking toml_edit v0.22.27 |
| 2597 | 2026-05-20T15:28:29.859Z | Checking slog v2.8.2 |
| 2598 | 2026-05-20T15:28:29.913Z | Checking tough v0.22.0 |
| 2599 | 2026-05-20T15:28:30.050Z | Checking tokio-postgres v0.7.16 |
| 2600 | 2026-05-20T15:28:30.138Z | Checking petgraph v0.6.5 |
| 2601 | 2026-05-20T15:28:30.208Z | Checking env_logger v0.11.9 |
| 2602 | 2026-05-20T15:28:30.415Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2603 | 2026-05-20T15:28:30.898Z | Checking usdt v0.6.0 |
| 2604 | 2026-05-20T15:28:31.081Z | Checking ecdsa v0.16.9 |
| 2605 | 2026-05-20T15:28:31.205Z | Checking usdt-impl v0.5.0 |
| 2606 | 2026-05-20T15:28:31.398Z | Checking rsa v0.9.10 |
| 2607 | 2026-05-20T15:28:31.440Z | Checking toml v0.7.8 |
| 2608 | 2026-05-20T15:28:31.466Z | Checking nix v0.31.2 |
| 2609 | 2026-05-20T15:28:31.701Z | Checking zip v4.6.1 |
| 2610 | 2026-05-20T15:28:31.899Z | Checking reqwest v0.13.2 |
| 2611 | 2026-05-20T15:28:32.064Z | Checking clap v4.6.1 |
| 2612 | 2026-05-20T15:28:32.122Z | Checking zip v0.6.6 |
| 2613 | 2026-05-20T15:28:32.173Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2614 | 2026-05-20T15:28:32.310Z | Checking serde_with v3.17.0 |
| 2615 | 2026-05-20T15:28:32.425Z | Checking strum v0.26.3 |
| 2616 | 2026-05-20T15:28:32.468Z | Checking fs-err v3.3.0 |
| 2617 | 2026-05-20T15:28:32.482Z | Checking ahash v0.8.12 |
| 2618 | 2026-05-20T15:28:32.523Z | Checking object v0.37.3 |
| 2619 | 2026-05-20T15:28:32.523Z | Checking tokio-stream v0.1.18 |
| 2620 | 2026-05-20T15:28:32.547Z | Checking buf-list v1.1.2 |
| 2621 | 2026-05-20T15:28:32.685Z | Checking anyhow v1.0.102 |
| 2622 | 2026-05-20T15:28:32.739Z | Checking camino v1.2.2 |
| 2623 | 2026-05-20T15:28:32.787Z | Checking x509-cert v0.2.5 |
| 2624 | 2026-05-20T15:28:32.818Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2625 | 2026-05-20T15:28:32.843Z | Checking openapiv3 v2.2.0 |
| 2626 | 2026-05-20T15:28:32.895Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2627 | 2026-05-20T15:28:32.947Z | Checking sha1 v0.10.6 |
| 2628 | 2026-05-20T15:28:33.002Z | Checking lalrpop-util v0.19.12 |
| 2629 | 2026-05-20T15:28:33.096Z | Checking peg-runtime v0.8.5 |
| 2630 | 2026-05-20T15:28:33.108Z | Checking rayon v1.11.0 |
| 2631 | 2026-05-20T15:28:33.121Z | Checking sigpipe v0.1.3 |
| 2632 | 2026-05-20T15:28:33.174Z | Checking glob v0.3.3 |
| 2633 | 2026-05-20T15:28:34.859Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2634 | 2026-05-20T15:28:35.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.61s |
| 2635 | 2026-05-20T15:28:35.407Z | |
| 2636 | 2026-05-20T15:28:35.407Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2637 | 2026-05-20T15:28:35.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-05-20T15:28:35.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-05-20T15:28:35.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-05-20T15:28:35.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2641 | 2026-05-20T15:28:36.013Z | |
| 2642 | 2026-05-20T15:28:36.013Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2643 | 2026-05-20T15:28:36.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-05-20T15:28:36.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-05-20T15:28:36.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-05-20T15:28:36.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2647 | 2026-05-20T15:28:36.688Z | |
| 2648 | 2026-05-20T15:28:36.689Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2649 | 2026-05-20T15:28:37.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-05-20T15:28:37.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-05-20T15:28:37.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-05-20T15:28:37.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2653 | 2026-05-20T15:28:37.398Z | |
| 2654 | 2026-05-20T15:28:37.398Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2655 | 2026-05-20T15:28:37.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-05-20T15:28:37.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-05-20T15:28:37.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-05-20T15:28:37.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2659 | 2026-05-20T15:28:38.064Z | |
| 2660 | 2026-05-20T15:28:38.064Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2661 | 2026-05-20T15:28:38.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-05-20T15:28:38.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-05-20T15:28:38.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-05-20T15:28:38.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2665 | 2026-05-20T15:28:38.719Z | |
| 2666 | 2026-05-20T15:28:38.719Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2667 | 2026-05-20T15:28:39.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-05-20T15:28:39.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-05-20T15:28:39.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2026-05-20T15:28:39.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2671 | 2026-05-20T15:28:39.393Z | |
| 2672 | 2026-05-20T15:28:39.393Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2673 | 2026-05-20T15:28:39.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2026-05-20T15:28:39.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2026-05-20T15:28:39.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2026-05-20T15:28:39.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2677 | 2026-05-20T15:28:40.047Z | |
| 2678 | 2026-05-20T15:28:40.047Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2679 | 2026-05-20T15:28:40.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2026-05-20T15:28:40.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2026-05-20T15:28:40.800Z | Compiling structmeta-derive v0.3.0 |
| 2682 | 2026-05-20T15:28:40.925Z | Compiling rustls v0.22.4 |
| 2683 | 2026-05-20T15:28:40.937Z | Compiling multer v3.1.0 |
| 2684 | 2026-05-20T15:28:40.949Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2685 | 2026-05-20T15:28:40.949Z | Compiling async-stream-impl v0.3.6 |
| 2686 | 2026-05-20T15:28:40.974Z | Compiling dropshot v0.17.0 |
| 2687 | 2026-05-20T15:28:40.990Z | Compiling dropshot_endpoint v0.17.0 |
| 2688 | 2026-05-20T15:28:40.990Z | Compiling newtype-uuid-macros v0.1.0 |
| 2689 | 2026-05-20T15:28:41.116Z | Checking newtype-uuid v1.3.2 |
| 2690 | 2026-05-20T15:28:41.187Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2691 | 2026-05-20T15:28:41.253Z | Checking rustls-webpki v0.102.8 |
| 2692 | 2026-05-20T15:28:41.330Z | Checking daft v0.1.7 |
| 2693 | 2026-05-20T15:28:41.349Z | Checking thread_local v1.1.9 |
| 2694 | 2026-05-20T15:28:41.527Z | Checking compression-core v0.4.31 |
| 2695 | 2026-05-20T15:28:41.576Z | Checking match_cfg v0.1.0 |
| 2696 | 2026-05-20T15:28:41.592Z | Checking iddqd v0.4.1 |
| 2697 | 2026-05-20T15:28:41.661Z | Checking hostname v0.3.1 |
| 2698 | 2026-05-20T15:28:41.661Z | Checking compression-codecs v0.4.37 |
| 2699 | 2026-05-20T15:28:41.690Z | Checking crossbeam-channel v0.5.15 |
| 2700 | 2026-05-20T15:28:41.765Z | Checking slog-json v2.6.1 |
| 2701 | 2026-05-20T15:28:41.807Z | Checking serde_spanned v1.0.4 |
| 2702 | 2026-05-20T15:28:41.853Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2703 | 2026-05-20T15:28:41.933Z | Checking is-terminal v0.4.17 |
| 2704 | 2026-05-20T15:28:41.947Z | Checking term v1.2.1 |
| 2705 | 2026-05-20T15:28:42.032Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2706 | 2026-05-20T15:28:42.047Z | Checking take_mut v0.2.2 |
| 2707 | 2026-05-20T15:28:42.059Z | Compiling structmeta v0.3.0 |
| 2708 | 2026-05-20T15:28:42.071Z | Checking debug-ignore v1.0.5 |
| 2709 | 2026-05-20T15:28:42.155Z | Checking slog-async v2.8.0 |
| 2710 | 2026-05-20T15:28:42.173Z | Checking slog-bunyan v2.5.0 |
| 2711 | 2026-05-20T15:28:42.185Z | Checking slog-term v2.9.2 |
| 2712 | 2026-05-20T15:28:42.223Z | Checking toml v1.0.6+spec-1.1.0 |
| 2713 | 2026-05-20T15:28:42.282Z | Compiling derive-ex v0.1.8 |
| 2714 | 2026-05-20T15:28:42.296Z | Compiling parse-display-derive v0.10.0 |
| 2715 | 2026-05-20T15:28:42.340Z | Checking async-compression v0.4.41 |
| 2716 | 2026-05-20T15:28:42.458Z | Checking async-stream v0.3.6 |
| 2717 | 2026-05-20T15:28:42.575Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2718 | 2026-05-20T15:28:42.595Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2719 | 2026-05-20T15:28:42.598Z | Checking progenitor-client v0.14.0 |
| 2720 | 2026-05-20T15:28:42.655Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2721 | 2026-05-20T15:28:42.810Z | Checking waitgroup v0.1.2 |
| 2722 | 2026-05-20T15:28:42.833Z | Checking backon v1.6.0 |
| 2723 | 2026-05-20T15:28:42.858Z | Checking rustls-pemfile v2.2.0 |
| 2724 | 2026-05-20T15:28:42.917Z | Checking serde_path_to_error v0.1.20 |
| 2725 | 2026-05-20T15:28:42.956Z | Checking hostname v0.4.2 |
| 2726 | 2026-05-20T15:28:43.004Z | Checking instant v0.1.13 |
| 2727 | 2026-05-20T15:28:43.099Z | Checking backoff v0.4.0 |
| 2728 | 2026-05-20T15:28:43.196Z | Checking tokio-rustls v0.25.0 |
| 2729 | 2026-05-20T15:28:43.210Z | Checking progenitor-extras v0.2.0 |
| 2730 | 2026-05-20T15:28:43.327Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2731 | 2026-05-20T15:28:43.401Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2732 | 2026-05-20T15:28:43.445Z | Checking itertools v0.14.0 |
| 2733 | 2026-05-20T15:28:43.559Z | Checking progenitor-client v0.10.0 |
| 2734 | 2026-05-20T15:28:43.677Z | Checking regress v0.10.5 |
| 2735 | 2026-05-20T15:28:43.797Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2736 | 2026-05-20T15:28:44.047Z | Checking macaddr v1.0.1 |
| 2737 | 2026-05-20T15:28:44.081Z | Compiling test-strategy v0.4.5 |
| 2738 | 2026-05-20T15:28:44.121Z | Checking parse-display v0.10.0 |
| 2739 | 2026-05-20T15:28:45.451Z | Compiling prettyplease v0.2.37 |
| 2740 | 2026-05-20T15:28:45.659Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2741 | 2026-05-20T15:28:45.900Z | Checking num-rational v0.4.2 |
| 2742 | 2026-05-20T15:28:46.075Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2743 | 2026-05-20T15:28:46.420Z | Checking num-complex v0.4.6 |
| 2744 | 2026-05-20T15:28:46.907Z | Checking num v0.4.3 |
| 2745 | 2026-05-20T15:28:46.988Z | Compiling usdt-attr-macro v0.5.0 |
| 2746 | 2026-05-20T15:28:47.127Z | Compiling usdt-macro v0.5.0 |
| 2747 | 2026-05-20T15:28:47.278Z | Checking memmap v0.7.0 |
| 2748 | 2026-05-20T15:28:47.292Z | Compiling float-ord v0.3.2 |
| 2749 | 2026-05-20T15:28:47.420Z | Compiling convert_case v0.4.0 |
| 2750 | 2026-05-20T15:28:47.434Z | Checking unicode-width v0.2.0 |
| 2751 | 2026-05-20T15:28:47.726Z | Checking console v0.15.11 |
| 2752 | 2026-05-20T15:28:47.831Z | Compiling derive_more v0.99.20 |
| 2753 | 2026-05-20T15:28:47.845Z | Checking newline-converter v0.3.0 |
| 2754 | 2026-05-20T15:28:47.907Z | Checking usdt v0.5.0 |
| 2755 | 2026-05-20T15:28:47.959Z | Checking atomicwrites v0.4.4 |
| 2756 | 2026-05-20T15:28:48.019Z | Compiling toml v0.8.23 |
| 2757 | 2026-05-20T15:28:48.086Z | Checking linked-hash-map v0.5.6 |
| 2758 | 2026-05-20T15:28:48.100Z | Compiling minimal-lexical v0.2.1 |
| 2759 | 2026-05-20T15:28:48.268Z | Checking lru-cache v0.1.2 |
| 2760 | 2026-05-20T15:28:48.377Z | Compiling nom v7.1.3 |
| 2761 | 2026-05-20T15:28:48.402Z | Checking expectorate v1.2.0 |
| 2762 | 2026-05-20T15:28:49.072Z | Checking camino-tempfile v1.4.1 |
| 2763 | 2026-05-20T15:28:49.257Z | Checking hickory-proto v0.24.4 |
| 2764 | 2026-05-20T15:28:49.286Z | Checking phf_shared v0.12.1 |
| 2765 | 2026-05-20T15:28:49.443Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-05-20T15:28:49.573Z | Checking resolv-conf v0.7.6 |
| 2767 | 2026-05-20T15:28:49.661Z | Checking heck v0.5.0 |
| 2768 | 2026-05-20T15:28:49.783Z | Compiling chrono-tz v0.10.4 |
| 2769 | 2026-05-20T15:28:49.859Z | Compiling const_format_proc_macros v0.2.34 |
| 2770 | 2026-05-20T15:28:49.881Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2771 | 2026-05-20T15:28:49.924Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2772 | 2026-05-20T15:28:49.997Z | Checking phf v0.12.1 |
| 2773 | 2026-05-20T15:28:50.152Z | Checking tokio-dtrace v0.1.1 |
| 2774 | 2026-05-20T15:28:50.357Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2775 | 2026-05-20T15:28:50.384Z | Compiling derive-where v1.6.0 |
| 2776 | 2026-05-20T15:28:50.653Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2777 | 2026-05-20T15:28:50.920Z | Checking highway v1.3.0 |
| 2778 | 2026-05-20T15:28:51.173Z | Checking const_format v0.2.35 |
| 2779 | 2026-05-20T15:28:51.188Z | Checking hickory-resolver v0.24.4 |
| 2780 | 2026-05-20T15:28:51.385Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2781 | 2026-05-20T15:28:51.449Z | Checking oxide-tokio-rt v0.1.4 |
| 2782 | 2026-05-20T15:28:51.564Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2783 | 2026-05-20T15:28:51.790Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2784 | 2026-05-20T15:28:51.805Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2785 | 2026-05-20T15:28:51.962Z | Checking qorb v0.4.1 |
| 2786 | 2026-05-20T15:28:51.978Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2787 | 2026-05-20T15:28:52.091Z | Checking gethostname v0.5.0 |
| 2788 | 2026-05-20T15:28:52.144Z | Checking bcs v0.1.6 |
| 2789 | 2026-05-20T15:28:52.188Z | Checking termtree v0.5.1 |
| 2790 | 2026-05-20T15:28:55.504Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2791 | 2026-05-20T15:28:58.418Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2792 | 2026-05-20T15:29:00.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.67s |
| 2793 | 2026-05-20T15:29:00.921Z | |
| 2794 | 2026-05-20T15:29:00.921Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2795 | 2026-05-20T15:29:01.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2026-05-20T15:29:01.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2026-05-20T15:29:01.668Z | Compiling ar_archive_writer v0.5.1 |
| 2798 | 2026-05-20T15:29:01.789Z | Compiling stacker v0.1.23 |
| 2799 | 2026-05-20T15:29:01.798Z | Compiling cfg_aliases v0.1.1 |
| 2800 | 2026-05-20T15:29:01.807Z | Compiling convert_case v0.10.0 |
| 2801 | 2026-05-20T15:29:01.807Z | Checking unicode-width v0.1.14 |
| 2802 | 2026-05-20T15:29:01.827Z | Compiling proc-macro-error v1.0.4 |
| 2803 | 2026-05-20T15:29:01.839Z | Checking fd-lock v4.0.4 |
| 2804 | 2026-05-20T15:29:01.842Z | Checking nibble_vec v0.1.0 |
| 2805 | 2026-05-20T15:29:01.864Z | Compiling nix v0.28.0 |
| 2806 | 2026-05-20T15:29:01.965Z | Checking vte v0.14.1 |
| 2807 | 2026-05-20T15:29:01.978Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2808 | 2026-05-20T15:29:02.062Z | Checking bytecount v0.6.9 |
| 2809 | 2026-05-20T15:29:02.074Z | Checking endian-type v0.1.2 |
| 2810 | 2026-05-20T15:29:02.123Z | Compiling derive_more-impl v2.1.1 |
| 2811 | 2026-05-20T15:29:02.126Z | Checking strip-ansi-escapes v0.2.1 |
| 2812 | 2026-05-20T15:29:02.140Z | Compiling tabled_derive v0.7.0 |
| 2813 | 2026-05-20T15:29:02.197Z | Checking papergrid v0.11.0 |
| 2814 | 2026-05-20T15:29:02.211Z | Checking radix_trie v0.2.1 |
| 2815 | 2026-05-20T15:29:02.288Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2816 | 2026-05-20T15:29:02.396Z | Checking itertools v0.13.0 |
| 2817 | 2026-05-20T15:29:02.431Z | Compiling peg-macros v0.8.5 |
| 2818 | 2026-05-20T15:29:02.662Z | Compiling psm v0.1.30 |
| 2819 | 2026-05-20T15:29:02.783Z | Checking winnow v0.6.26 |
| 2820 | 2026-05-20T15:29:02.839Z | Compiling sqlparser_derive v0.5.0 |
| 2821 | 2026-05-20T15:29:03.004Z | Checking derive_more v2.1.1 |
| 2822 | 2026-05-20T15:29:03.092Z | Checking unicode_categories v0.1.1 |
| 2823 | 2026-05-20T15:29:03.179Z | Checking nu-ansi-term v0.50.3 |
| 2824 | 2026-05-20T15:29:03.235Z | Checking home v0.5.12 |
| 2825 | 2026-05-20T15:29:03.260Z | Checking tabled v0.15.0 |
| 2826 | 2026-05-20T15:29:03.347Z | Checking rustyline v14.0.0 |
| 2827 | 2026-05-20T15:29:03.398Z | Checking crossterm v0.29.0 |
| 2828 | 2026-05-20T15:29:03.493Z | Checking recursive v0.1.1 |
| 2829 | 2026-05-20T15:29:03.511Z | Checking reedline v0.40.0 |
| 2830 | 2026-05-20T15:29:03.618Z | Checking display-error-chain v0.2.2 |
| 2831 | 2026-05-20T15:29:03.645Z | Checking sqlparser v0.61.0 |
| 2832 | 2026-05-20T15:29:03.908Z | Checking peg v0.8.5 |
| 2833 | 2026-05-20T15:29:03.988Z | Checking sqlformat v0.3.5 |
| 2834 | 2026-05-20T15:29:15.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
| 2835 | 2026-05-20T15:29:15.615Z | |
| 2836 | 2026-05-20T15:29:15.615Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2837 | 2026-05-20T15:29:16.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-05-20T15:29:16.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-05-20T15:29:16.341Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-05-20T15:29:20.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 2841 | 2026-05-20T15:29:20.247Z | |
| 2842 | 2026-05-20T15:29:20.247Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2843 | 2026-05-20T15:29:20.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-05-20T15:29:20.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-05-20T15:29:21.011Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-05-20T15:29:23.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 2847 | 2026-05-20T15:29:23.846Z | |
| 2848 | 2026-05-20T15:29:23.846Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2849 | 2026-05-20T15:29:24.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-05-20T15:29:24.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-05-20T15:29:24.575Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-05-20T15:29:27.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 2853 | 2026-05-20T15:29:28.185Z | |
| 2854 | 2026-05-20T15:29:28.185Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2855 | 2026-05-20T15:29:28.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-05-20T15:29:28.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-05-20T15:29:28.921Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-05-20T15:29:32.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 2859 | 2026-05-20T15:29:32.561Z | |
| 2860 | 2026-05-20T15:29:32.562Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2861 | 2026-05-20T15:29:33.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-05-20T15:29:33.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-05-20T15:29:33.292Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-05-20T15:29:36.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 2865 | 2026-05-20T15:29:36.225Z | |
| 2866 | 2026-05-20T15:29:36.225Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2867 | 2026-05-20T15:29:36.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-05-20T15:29:36.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-05-20T15:29:36.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-05-20T15:29:39.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 2871 | 2026-05-20T15:29:39.946Z | |
| 2872 | 2026-05-20T15:29:39.946Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2873 | 2026-05-20T15:29:40.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-05-20T15:29:40.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-05-20T15:29:40.680Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2876 | 2026-05-20T15:29:44.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
| 2877 | 2026-05-20T15:29:44.491Z | |
| 2878 | 2026-05-20T15:29:44.491Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2879 | 2026-05-20T15:29:45.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-05-20T15:29:45.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-05-20T15:29:45.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-05-20T15:29:45.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2883 | 2026-05-20T15:29:45.138Z | |
| 2884 | 2026-05-20T15:29:45.138Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2885 | 2026-05-20T15:29:45.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-05-20T15:29:45.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-05-20T15:29:45.828Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2888 | 2026-05-20T15:29:46.013Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2889 | 2026-05-20T15:29:46.016Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2890 | 2026-05-20T15:29:46.383Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2891 | 2026-05-20T15:29:49.468Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2892 | 2026-05-20T15:29:50.761Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2893 | 2026-05-20T15:29:50.937Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2894 | 2026-05-20T15:29:51.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s |
| 2895 | 2026-05-20T15:29:51.852Z | |
| 2896 | 2026-05-20T15:29:51.852Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2897 | 2026-05-20T15:29:52.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-05-20T15:29:52.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-05-20T15:29:52.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-05-20T15:29:52.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2901 | 2026-05-20T15:29:52.512Z | |
| 2902 | 2026-05-20T15:29:52.512Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2903 | 2026-05-20T15:29:53.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-05-20T15:29:53.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-05-20T15:29:53.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-05-20T15:29:53.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2907 | 2026-05-20T15:29:53.219Z | |
| 2908 | 2026-05-20T15:29:53.219Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2909 | 2026-05-20T15:29:53.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-05-20T15:29:53.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-05-20T15:29:53.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-05-20T15:29:53.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2913 | 2026-05-20T15:29:53.888Z | |
| 2914 | 2026-05-20T15:29:53.888Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2915 | 2026-05-20T15:29:54.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-05-20T15:29:54.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-05-20T15:29:54.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-05-20T15:29:54.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2919 | 2026-05-20T15:29:54.554Z | |
| 2920 | 2026-05-20T15:29:54.554Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2921 | 2026-05-20T15:29:55.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-05-20T15:29:55.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-05-20T15:29:55.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-05-20T15:29:55.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2925 | 2026-05-20T15:29:55.222Z | |
| 2926 | 2026-05-20T15:29:55.223Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2927 | 2026-05-20T15:29:55.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-05-20T15:29:55.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-05-20T15:29:55.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-05-20T15:29:55.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2931 | 2026-05-20T15:29:55.885Z | |
| 2932 | 2026-05-20T15:29:55.885Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2933 | 2026-05-20T15:29:56.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-05-20T15:29:56.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-05-20T15:29:56.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-05-20T15:29:56.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2937 | 2026-05-20T15:29:56.527Z | |
| 2938 | 2026-05-20T15:29:56.527Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2939 | 2026-05-20T15:29:57.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-05-20T15:29:57.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-05-20T15:29:57.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-05-20T15:29:57.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2943 | 2026-05-20T15:29:57.187Z | |
| 2944 | 2026-05-20T15:29:57.187Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2945 | 2026-05-20T15:29:57.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-05-20T15:29:57.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-05-20T15:29:57.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2026-05-20T15:29:57.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2949 | 2026-05-20T15:29:57.826Z | |
| 2950 | 2026-05-20T15:29:57.826Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2951 | 2026-05-20T15:29:58.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2026-05-20T15:29:58.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2026-05-20T15:29:58.601Z | Compiling crucible-workspace-hack v0.1.0 |
| 2954 | 2026-05-20T15:29:58.727Z | Checking secrecy v0.10.3 |
| 2955 | 2026-05-20T15:29:58.736Z | Compiling heapless v0.8.0 |
| 2956 | 2026-05-20T15:29:58.743Z | Compiling ingot-macros v0.1.1 |
| 2957 | 2026-05-20T15:29:58.750Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2958 | 2026-05-20T15:29:58.753Z | Checking hash32 v0.3.1 |
| 2959 | 2026-05-20T15:29:58.771Z | Compiling smoltcp v0.11.0 |
| 2960 | 2026-05-20T15:29:58.774Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2961 | 2026-05-20T15:29:58.838Z | Checking cobs v0.3.0 |
| 2962 | 2026-05-20T15:29:58.876Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2963 | 2026-05-20T15:29:58.989Z | Checking universal-hash v0.5.1 |
| 2964 | 2026-05-20T15:29:59.003Z | Checking half v2.7.1 |
| 2965 | 2026-05-20T15:29:59.044Z | Checking ciborium-io v0.2.2 |
| 2966 | 2026-05-20T15:29:59.122Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2967 | 2026-05-20T15:29:59.141Z | Checking opaque-debug v0.3.1 |
| 2968 | 2026-05-20T15:29:59.206Z | Checking postcard v1.1.3 |
| 2969 | 2026-05-20T15:29:59.262Z | Checking poly1305 v0.8.0 |
| 2970 | 2026-05-20T15:29:59.276Z | Checking ciborium-ll v0.2.2 |
| 2971 | 2026-05-20T15:29:59.333Z | Compiling proc-macro-crate v3.4.0 |
| 2972 | 2026-05-20T15:29:59.460Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2973 | 2026-05-20T15:29:59.516Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2974 | 2026-05-20T15:29:59.538Z | Checking password-hash v0.5.0 |
| 2975 | 2026-05-20T15:29:59.780Z | Checking chacha20 v0.9.1 |
| 2976 | 2026-05-20T15:29:59.794Z | Compiling proc-macro-crate v1.3.1 |
| 2977 | 2026-05-20T15:29:59.810Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2978 | 2026-05-20T15:29:59.902Z | Checking blake2 v0.10.6 |
| 2979 | 2026-05-20T15:29:59.927Z | Compiling num_enum_derive v0.7.6 |
| 2980 | 2026-05-20T15:29:59.990Z | Checking aead v0.5.2 |
| 2981 | 2026-05-20T15:30:00.064Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2982 | 2026-05-20T15:30:00.136Z | Checking thiserror-no-std v2.0.2 |
| 2983 | 2026-05-20T15:30:00.149Z | Compiling foreign-types-macros v0.2.3 |
| 2984 | 2026-05-20T15:30:00.162Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2985 | 2026-05-20T15:30:00.230Z | Checking foreign-types-shared v0.3.1 |
| 2986 | 2026-05-20T15:30:00.244Z | Checking cpufeatures v0.3.0 |
| 2987 | 2026-05-20T15:30:00.286Z | Compiling num_enum_derive v0.5.11 |
| 2988 | 2026-05-20T15:30:00.323Z | Checking chacha20 v0.10.0 |
| 2989 | 2026-05-20T15:30:00.337Z | Checking vsss-rs v3.3.4 |
| 2990 | 2026-05-20T15:30:00.418Z | Checking argon2 v0.5.3 |
| 2991 | 2026-05-20T15:30:00.556Z | Checking chacha20poly1305 v0.10.1 |
| 2992 | 2026-05-20T15:30:00.697Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2993 | 2026-05-20T15:30:00.780Z | Checking foreign-types v0.5.0 |
| 2994 | 2026-05-20T15:30:00.794Z | Checking ciborium v0.2.2 |
| 2995 | 2026-05-20T15:30:00.981Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2996 | 2026-05-20T15:30:01.012Z | Checking tabwriter v1.4.1 |
| 2997 | 2026-05-20T15:30:01.039Z | Checking num_enum v0.7.6 |
| 2998 | 2026-05-20T15:30:01.161Z | Checking byte-wrapper v0.1.0 |
| 2999 | 2026-05-20T15:30:01.176Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3000 | 2026-05-20T15:30:01.247Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3001 | 2026-05-20T15:30:01.282Z | Checking cstr-argument v0.1.2 |
| 3002 | 2026-05-20T15:30:01.381Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 3003 | 2026-05-20T15:30:01.396Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3004 | 2026-05-20T15:30:01.414Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3005 | 2026-05-20T15:30:01.530Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3006 | 2026-05-20T15:30:01.597Z | Checking num_enum v0.5.11 |
| 3007 | 2026-05-20T15:30:01.615Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 3008 | 2026-05-20T15:30:01.632Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3009 | 2026-05-20T15:30:01.717Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3010 | 2026-05-20T15:30:01.730Z | Checking rand v0.10.1 |
| 3011 | 2026-05-20T15:30:01.746Z | Checking ingot-types v0.1.2 |
| 3012 | 2026-05-20T15:30:01.749Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3013 | 2026-05-20T15:30:01.787Z | Checking winnow v1.0.3 |
| 3014 | 2026-05-20T15:30:01.933Z | Checking colored v3.1.1 |
| 3015 | 2026-05-20T15:30:02.023Z | Checking indent_write v2.2.0 |
| 3016 | 2026-05-20T15:30:02.126Z | Checking ingot v0.1.1 |
| 3017 | 2026-05-20T15:30:02.141Z | Compiling zone_cfg_derive v0.3.1 |
| 3018 | 2026-05-20T15:30:02.155Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3019 | 2026-05-20T15:30:02.168Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3020 | 2026-05-20T15:30:02.224Z | Checking itertools v0.12.1 |
| 3021 | 2026-05-20T15:30:02.252Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3022 | 2026-05-20T15:30:02.333Z | Compiling num-derive v0.4.2 |
| 3023 | 2026-05-20T15:30:02.348Z | Checking swrite v0.1.0 |
| 3024 | 2026-05-20T15:30:02.362Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3025 | 2026-05-20T15:30:02.447Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3026 | 2026-05-20T15:30:02.578Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3027 | 2026-05-20T15:30:02.708Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3028 | 2026-05-20T15:30:02.748Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3029 | 2026-05-20T15:30:02.785Z | Checking dropshot-api-manager-types v0.7.1 |
| 3030 | 2026-05-20T15:30:02.817Z | Checking smf v0.2.3 |
| 3031 | 2026-05-20T15:30:02.865Z | Checking nanorand v0.7.0 |
| 3032 | 2026-05-20T15:30:02.964Z | Checking whoami v1.6.1 |
| 3033 | 2026-05-20T15:30:03.064Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3034 | 2026-05-20T15:30:03.078Z | Checking flume v0.11.1 |
| 3035 | 2026-05-20T15:30:03.310Z | Checking zone v0.3.1 |
| 3036 | 2026-05-20T15:30:03.313Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3037 | 2026-05-20T15:30:03.772Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3038 | 2026-05-20T15:30:04.809Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3039 | 2026-05-20T15:30:05.744Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3040 | 2026-05-20T15:30:09.055Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3041 | 2026-05-20T15:30:11.191Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3042 | 2026-05-20T15:30:12.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
| 3043 | 2026-05-20T15:30:12.561Z | |
| 3044 | 2026-05-20T15:30:12.561Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3045 | 2026-05-20T15:30:13.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-05-20T15:30:13.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-05-20T15:30:13.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-05-20T15:30:13.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3049 | 2026-05-20T15:30:13.219Z | |
| 3050 | 2026-05-20T15:30:13.219Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3051 | 2026-05-20T15:30:13.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-05-20T15:30:13.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-05-20T15:30:13.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-05-20T15:30:13.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3055 | 2026-05-20T15:30:13.880Z | |
| 3056 | 2026-05-20T15:30:13.880Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3057 | 2026-05-20T15:30:14.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-05-20T15:30:14.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-05-20T15:30:14.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-05-20T15:30:14.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3061 | 2026-05-20T15:30:14.535Z | |
| 3062 | 2026-05-20T15:30:14.535Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3063 | 2026-05-20T15:30:15.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-05-20T15:30:15.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-05-20T15:30:15.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2026-05-20T15:30:15.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3067 | 2026-05-20T15:30:15.197Z | |
| 3068 | 2026-05-20T15:30:15.197Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3069 | 2026-05-20T15:30:15.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2026-05-20T15:30:15.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2026-05-20T15:30:15.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3072 | 2026-05-20T15:30:15.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3073 | 2026-05-20T15:30:15.854Z | |
| 3074 | 2026-05-20T15:30:15.854Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3075 | 2026-05-20T15:30:16.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2026-05-20T15:30:16.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2026-05-20T15:30:16.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3078 | 2026-05-20T15:30:16.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3079 | 2026-05-20T15:30:16.506Z | |
| 3080 | 2026-05-20T15:30:16.506Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3081 | 2026-05-20T15:30:17.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3082 | 2026-05-20T15:30:17.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3083 | 2026-05-20T15:30:17.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3084 | 2026-05-20T15:30:17.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3085 | 2026-05-20T15:30:17.162Z | |
| 3086 | 2026-05-20T15:30:17.162Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3087 | 2026-05-20T15:30:17.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3088 | 2026-05-20T15:30:17.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3089 | 2026-05-20T15:30:17.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3090 | 2026-05-20T15:30:17.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3091 | 2026-05-20T15:30:17.802Z | |
| 3092 | 2026-05-20T15:30:17.802Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3093 | 2026-05-20T15:30:18.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3094 | 2026-05-20T15:30:18.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3095 | 2026-05-20T15:30:18.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3096 | 2026-05-20T15:30:18.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3097 | 2026-05-20T15:30:18.457Z | |
| 3098 | 2026-05-20T15:30:18.457Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3099 | 2026-05-20T15:30:19.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-05-20T15:30:19.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-05-20T15:30:19.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-05-20T15:30:19.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3103 | 2026-05-20T15:30:19.114Z | |
| 3104 | 2026-05-20T15:30:19.115Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3105 | 2026-05-20T15:30:19.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-05-20T15:30:19.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-05-20T15:30:19.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-05-20T15:30:19.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3109 | 2026-05-20T15:30:19.771Z | |
| 3110 | 2026-05-20T15:30:19.771Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3111 | 2026-05-20T15:30:20.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-05-20T15:30:20.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-05-20T15:30:20.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-05-20T15:30:20.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3115 | 2026-05-20T15:30:20.469Z | |
| 3116 | 2026-05-20T15:30:20.469Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3117 | 2026-05-20T15:30:21.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-05-20T15:30:21.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-05-20T15:30:21.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-05-20T15:30:21.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3121 | 2026-05-20T15:30:21.173Z | |
| 3122 | 2026-05-20T15:30:21.173Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3123 | 2026-05-20T15:30:21.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-05-20T15:30:21.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-05-20T15:30:21.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-05-20T15:30:21.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3127 | 2026-05-20T15:30:21.816Z | |
| 3128 | 2026-05-20T15:30:21.816Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3129 | 2026-05-20T15:30:22.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-05-20T15:30:22.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-05-20T15:30:22.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-05-20T15:30:22.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3133 | 2026-05-20T15:30:22.460Z | |
| 3134 | 2026-05-20T15:30:22.460Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3135 | 2026-05-20T15:30:23.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-05-20T15:30:23.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-05-20T15:30:23.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-05-20T15:30:23.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3139 | 2026-05-20T15:30:23.104Z | |
| 3140 | 2026-05-20T15:30:23.104Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3141 | 2026-05-20T15:30:23.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-05-20T15:30:23.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-05-20T15:30:23.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-05-20T15:30:23.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3145 | 2026-05-20T15:30:23.762Z | |
| 3146 | 2026-05-20T15:30:23.762Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3147 | 2026-05-20T15:30:24.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-05-20T15:30:24.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-05-20T15:30:24.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-05-20T15:30:24.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3151 | 2026-05-20T15:30:24.407Z | |
| 3152 | 2026-05-20T15:30:24.407Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3153 | 2026-05-20T15:30:24.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-05-20T15:30:24.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-05-20T15:30:24.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-05-20T15:30:24.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3157 | 2026-05-20T15:30:25.084Z | |
| 3158 | 2026-05-20T15:30:25.084Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3159 | 2026-05-20T15:30:25.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-05-20T15:30:25.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-05-20T15:30:25.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-05-20T15:30:25.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3163 | 2026-05-20T15:30:25.770Z | |
| 3164 | 2026-05-20T15:30:25.770Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3165 | 2026-05-20T15:30:26.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-05-20T15:30:26.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-05-20T15:30:26.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-05-20T15:30:26.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3169 | 2026-05-20T15:30:26.446Z | |
| 3170 | 2026-05-20T15:30:26.446Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3171 | 2026-05-20T15:30:26.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-05-20T15:30:26.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-05-20T15:30:26.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-05-20T15:30:26.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3175 | 2026-05-20T15:30:27.087Z | |
| 3176 | 2026-05-20T15:30:27.087Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3177 | 2026-05-20T15:30:27.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-05-20T15:30:27.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-05-20T15:30:27.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2026-05-20T15:30:27.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3181 | 2026-05-20T15:30:27.758Z | |
| 3182 | 2026-05-20T15:30:27.758Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3183 | 2026-05-20T15:30:28.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2026-05-20T15:30:28.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2026-05-20T15:30:28.513Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3186 | 2026-05-20T15:30:28.638Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3187 | 2026-05-20T15:30:28.646Z | Checking csv-core v0.1.13 |
| 3188 | 2026-05-20T15:30:28.654Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3189 | 2026-05-20T15:30:28.662Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3190 | 2026-05-20T15:30:28.665Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3191 | 2026-05-20T15:30:28.685Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3192 | 2026-05-20T15:30:28.696Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3193 | 2026-05-20T15:30:28.820Z | Checking csv v1.4.0 |
| 3194 | 2026-05-20T15:30:28.851Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3195 | 2026-05-20T15:30:28.866Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3196 | 2026-05-20T15:30:28.908Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3197 | 2026-05-20T15:30:28.930Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3198 | 2026-05-20T15:30:29.190Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3199 | 2026-05-20T15:30:29.580Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3200 | 2026-05-20T15:30:29.580Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3201 | 2026-05-20T15:30:29.930Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3202 | 2026-05-20T15:30:36.159Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3203 | 2026-05-20T15:30:36.721Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3204 | 2026-05-20T15:30:39.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3205 | 2026-05-20T15:30:39.423Z | |
| 3206 | 2026-05-20T15:30:39.423Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3207 | 2026-05-20T15:30:39.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-05-20T15:30:39.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-05-20T15:30:39.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-05-20T15:30:39.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3211 | 2026-05-20T15:30:40.088Z | |
| 3212 | 2026-05-20T15:30:40.088Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3213 | 2026-05-20T15:30:40.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-05-20T15:30:40.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-05-20T15:30:40.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-05-20T15:30:40.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3217 | 2026-05-20T15:30:40.840Z | |
| 3218 | 2026-05-20T15:30:40.840Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3219 | 2026-05-20T15:30:41.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-05-20T15:30:41.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-05-20T15:30:41.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-05-20T15:30:41.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3223 | 2026-05-20T15:30:41.584Z | |
| 3224 | 2026-05-20T15:30:41.584Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3225 | 2026-05-20T15:30:42.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-05-20T15:30:42.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-05-20T15:30:42.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3228 | 2026-05-20T15:30:42.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3229 | 2026-05-20T15:30:42.300Z | |
| 3230 | 2026-05-20T15:30:42.300Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3231 | 2026-05-20T15:30:42.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3232 | 2026-05-20T15:30:42.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3233 | 2026-05-20T15:30:43.222Z | Compiling regress v0.11.1 |
| 3234 | 2026-05-20T15:30:43.404Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3235 | 2026-05-20T15:30:43.407Z | Compiling unsafe-libyaml v0.2.11 |
| 3236 | 2026-05-20T15:30:43.407Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3237 | 2026-05-20T15:30:43.409Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3238 | 2026-05-20T15:30:43.409Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3239 | 2026-05-20T15:30:43.412Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3240 | 2026-05-20T15:30:43.666Z | Compiling semver v0.1.20 |
| 3241 | 2026-05-20T15:30:43.781Z | Compiling cancel-safe-futures v0.1.5 |
| 3242 | 2026-05-20T15:30:43.799Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3243 | 2026-05-20T15:30:43.980Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3244 | 2026-05-20T15:30:44.008Z | Compiling rustc_version v0.1.7 |
| 3245 | 2026-05-20T15:30:44.257Z | Compiling serde_yaml v0.9.34+deprecated |
| 3246 | 2026-05-20T15:30:44.298Z | Compiling owo-colors v4.3.0 |
| 3247 | 2026-05-20T15:30:44.448Z | Compiling newtype_derive v0.1.6 |
| 3248 | 2026-05-20T15:30:44.697Z | Checking progenitor-client v0.13.0 |
| 3249 | 2026-05-20T15:30:44.713Z | Checking libsw-core v0.3.2 |
| 3250 | 2026-05-20T15:30:44.876Z | Checking libsw v3.5.0 |
| 3251 | 2026-05-20T15:30:45.006Z | Compiling typify-impl v0.6.2 |
| 3252 | 2026-05-20T15:30:45.083Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3253 | 2026-05-20T15:30:45.152Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3254 | 2026-05-20T15:30:45.301Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3255 | 2026-05-20T15:30:45.803Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3256 | 2026-05-20T15:30:46.341Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3257 | 2026-05-20T15:30:46.365Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3258 | 2026-05-20T15:30:46.382Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3259 | 2026-05-20T15:30:46.676Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3260 | 2026-05-20T15:30:46.795Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3261 | 2026-05-20T15:30:46.878Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3262 | 2026-05-20T15:30:46.977Z | Checking linear-map v1.2.0 |
| 3263 | 2026-05-20T15:30:47.155Z | Checking tagptr v0.2.0 |
| 3264 | 2026-05-20T15:30:47.170Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3265 | 2026-05-20T15:30:47.313Z | Checking moka v0.12.13 |
| 3266 | 2026-05-20T15:30:47.329Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3267 | 2026-05-20T15:30:47.362Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3268 | 2026-05-20T15:30:47.514Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3269 | 2026-05-20T15:30:47.641Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3270 | 2026-05-20T15:30:47.658Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3271 | 2026-05-20T15:30:47.788Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3272 | 2026-05-20T15:30:47.865Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3273 | 2026-05-20T15:30:47.912Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3274 | 2026-05-20T15:30:47.991Z | Checking smawk v0.3.2 |
| 3275 | 2026-05-20T15:30:48.100Z | Checking unicode-linebreak v0.1.5 |
| 3276 | 2026-05-20T15:30:48.137Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3277 | 2026-05-20T15:30:48.233Z | Checking hickory-resolver v0.25.2 |
| 3278 | 2026-05-20T15:30:48.257Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3279 | 2026-05-20T15:30:48.327Z | Checking steno v0.4.1 |
| 3280 | 2026-05-20T15:30:48.342Z | Checking textwrap v0.16.2 |
| 3281 | 2026-05-20T15:30:48.357Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3282 | 2026-05-20T15:30:48.442Z | Checking humantime v2.3.0 |
| 3283 | 2026-05-20T15:30:48.578Z | Compiling num-derive v0.3.3 |
| 3284 | 2026-05-20T15:30:48.648Z | Compiling radium v0.7.0 |
| 3285 | 2026-05-20T15:30:48.994Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3286 | 2026-05-20T15:30:49.010Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3287 | 2026-05-20T15:30:49.267Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3288 | 2026-05-20T15:30:49.423Z | Checking nom v8.0.0 |
| 3289 | 2026-05-20T15:30:49.476Z | Compiling maybe-uninit v2.0.0 |
| 3290 | 2026-05-20T15:30:49.593Z | Checking libscf-sys v1.1.0 |
| 3291 | 2026-05-20T15:30:49.629Z | Checking tap v1.0.1 |
| 3292 | 2026-05-20T15:30:49.748Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3293 | 2026-05-20T15:30:49.765Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3294 | 2026-05-20T15:30:49.780Z | Checking wyz v0.5.1 |
| 3295 | 2026-05-20T15:30:49.887Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3296 | 2026-05-20T15:30:49.892Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-20T15:30:49.968Z | Compiling zerocopy-derive v0.6.6 |
| 3298 | 2026-05-20T15:30:49.968Z | Checking crc-catalog v2.4.0 |
| 3299 | 2026-05-20T15:30:50.036Z | Checking funty v2.0.0 |
| 3300 | 2026-05-20T15:30:50.074Z | Compiling packed_struct v0.10.1 |
| 3301 | 2026-05-20T15:30:50.375Z | Checking crc v3.4.0 |
| 3302 | 2026-05-20T15:30:50.389Z | Checking bitvec v1.0.1 |
| 3303 | 2026-05-20T15:30:50.599Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3304 | 2026-05-20T15:30:50.652Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3305 | 2026-05-20T15:30:50.883Z | Checking zerocopy v0.6.6 |
| 3306 | 2026-05-20T15:30:51.205Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3307 | 2026-05-20T15:30:51.230Z | Compiling packed_struct_codegen v0.10.1 |
| 3308 | 2026-05-20T15:30:51.430Z | Compiling bitfield-macros v0.19.4 |
| 3309 | 2026-05-20T15:30:51.478Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3310 | 2026-05-20T15:30:51.581Z | Compiling indexmap v1.9.3 |
| 3311 | 2026-05-20T15:30:51.739Z | Compiling typify v0.6.2 |
| 3312 | 2026-05-20T15:30:51.800Z | Checking nodrop v0.1.14 |
| 3313 | 2026-05-20T15:30:51.864Z | Compiling progenitor-impl v0.13.0 |
| 3314 | 2026-05-20T15:30:51.883Z | Compiling progenitor-impl v0.14.0 |
| 3315 | 2026-05-20T15:30:52.721Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3316 | 2026-05-20T15:30:52.847Z | Checking bitfield v0.19.4 |
| 3317 | 2026-05-20T15:30:52.876Z | Checking array-init v0.0.4 |
| 3318 | 2026-05-20T15:30:53.162Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3319 | 2026-05-20T15:30:53.179Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3320 | 2026-05-20T15:30:53.202Z | Checking smallvec v0.6.14 |
| 3321 | 2026-05-20T15:30:53.352Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3322 | 2026-05-20T15:30:53.411Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3323 | 2026-05-20T15:30:53.433Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3324 | 2026-05-20T15:30:53.493Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3325 | 2026-05-20T15:30:53.644Z | Checking hashbrown v0.12.3 |
| 3326 | 2026-05-20T15:30:53.875Z | Checking base64 v0.21.7 |
| 3327 | 2026-05-20T15:30:54.118Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3328 | 2026-05-20T15:30:54.165Z | Checking ron v0.8.1 |
| 3329 | 2026-05-20T15:30:54.315Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3330 | 2026-05-20T15:30:54.407Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3331 | 2026-05-20T15:30:54.521Z | Checking serde-hex v0.1.0 |
| 3332 | 2026-05-20T15:30:54.751Z | Compiling progenitor-macro v0.13.0 |
| 3333 | 2026-05-20T15:30:54.751Z | Compiling progenitor-macro v0.14.0 |
| 3334 | 2026-05-20T15:30:54.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3335 | 2026-05-20T15:30:54.959Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3336 | 2026-05-20T15:30:55.065Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3337 | 2026-05-20T15:30:55.185Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3338 | 2026-05-20T15:30:55.284Z | Checking hashbrown v0.13.2 |
| 3339 | 2026-05-20T15:30:55.593Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3340 | 2026-05-20T15:30:55.622Z | Checking crc-any v2.5.0 |
| 3341 | 2026-05-20T15:30:55.751Z | Checking object v0.30.4 |
| 3342 | 2026-05-20T15:30:55.821Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3343 | 2026-05-20T15:30:55.839Z | Checking void v1.0.2 |
| 3344 | 2026-05-20T15:30:55.953Z | Checking half v1.8.3 |
| 3345 | 2026-05-20T15:30:55.997Z | Checking utf-8 v0.7.6 |
| 3346 | 2026-05-20T15:30:56.139Z | Checking path-slash v0.1.5 |
| 3347 | 2026-05-20T15:30:56.153Z | Checking tungstenite v0.23.0 |
| 3348 | 2026-05-20T15:30:56.168Z | Checking serde_cbor v0.11.2 |
| 3349 | 2026-05-20T15:30:56.255Z | Checking lzss v0.8.2 |
| 3350 | 2026-05-20T15:30:56.568Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3351 | 2026-05-20T15:30:56.585Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3352 | 2026-05-20T15:30:56.601Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3353 | 2026-05-20T15:30:56.615Z | Checking nix v0.27.1 |
| 3354 | 2026-05-20T15:30:56.760Z | Checking kstat-rs v0.2.4 |
| 3355 | 2026-05-20T15:30:56.868Z | Checking fxhash v0.2.1 |
| 3356 | 2026-05-20T15:30:56.971Z | Checking serde_bytes v0.11.19 |
| 3357 | 2026-05-20T15:30:57.006Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3358 | 2026-05-20T15:30:57.027Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3359 | 2026-05-20T15:30:57.164Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3360 | 2026-05-20T15:30:57.164Z | Checking tokio-tungstenite v0.23.1 |
| 3361 | 2026-05-20T15:30:57.375Z | Checking signal-hook-tokio v0.3.1 |
| 3362 | 2026-05-20T15:30:57.553Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3363 | 2026-05-20T15:30:58.567Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3364 | 2026-05-20T15:30:58.918Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3365 | 2026-05-20T15:30:59.172Z | Checking progenitor v0.14.0 |
| 3366 | 2026-05-20T15:30:59.175Z | Checking progenitor v0.13.0 |
| 3367 | 2026-05-20T15:30:59.311Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3368 | 2026-05-20T15:30:59.314Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3369 | 2026-05-20T15:30:59.314Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3370 | 2026-05-20T15:31:02.645Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3371 | 2026-05-20T15:31:10.607Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3372 | 2026-05-20T15:31:17.399Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3373 | 2026-05-20T15:31:18.889Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3374 | 2026-05-20T15:31:19.453Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3375 | 2026-05-20T15:31:20.098Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3376 | 2026-05-20T15:31:23.170Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3377 | 2026-05-20T15:31:31.593Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3378 | 2026-05-20T15:31:38.460Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3379 | 2026-05-20T15:31:40.036Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3380 | 2026-05-20T15:31:40.659Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3381 | 2026-05-20T15:31:43.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 3382 | 2026-05-20T15:31:43.270Z | |
| 3383 | 2026-05-20T15:31:43.270Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3384 | 2026-05-20T15:31:43.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-05-20T15:31:43.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-05-20T15:31:43.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-05-20T15:31:43.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3388 | 2026-05-20T15:31:43.924Z | |
| 3389 | 2026-05-20T15:31:43.924Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3390 | 2026-05-20T15:31:44.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-05-20T15:31:44.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-05-20T15:31:44.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-05-20T15:31:44.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3394 | 2026-05-20T15:31:44.579Z | |
| 3395 | 2026-05-20T15:31:44.579Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3396 | 2026-05-20T15:31:45.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-05-20T15:31:45.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-05-20T15:31:45.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-05-20T15:31:45.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3400 | 2026-05-20T15:31:45.222Z | |
| 3401 | 2026-05-20T15:31:45.222Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3402 | 2026-05-20T15:31:45.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-05-20T15:31:45.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-05-20T15:31:45.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-05-20T15:31:45.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3406 | 2026-05-20T15:31:45.885Z | |
| 3407 | 2026-05-20T15:31:45.885Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3408 | 2026-05-20T15:31:46.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-05-20T15:31:46.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-05-20T15:31:46.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-05-20T15:31:46.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3412 | 2026-05-20T15:31:46.542Z | |
| 3413 | 2026-05-20T15:31:46.542Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3414 | 2026-05-20T15:31:47.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-05-20T15:31:47.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-05-20T15:31:47.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-05-20T15:31:47.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3418 | 2026-05-20T15:31:47.201Z | |
| 3419 | 2026-05-20T15:31:47.201Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3420 | 2026-05-20T15:31:47.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-05-20T15:31:47.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-05-20T15:31:47.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-05-20T15:31:47.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3424 | 2026-05-20T15:31:47.856Z | |
| 3425 | 2026-05-20T15:31:47.856Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3426 | 2026-05-20T15:31:48.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-05-20T15:31:48.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-05-20T15:31:48.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-05-20T15:31:48.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3430 | 2026-05-20T15:31:48.509Z | |
| 3431 | 2026-05-20T15:31:48.509Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3432 | 2026-05-20T15:31:49.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-05-20T15:31:49.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-05-20T15:31:49.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-05-20T15:31:49.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3436 | 2026-05-20T15:31:49.170Z | |
| 3437 | 2026-05-20T15:31:49.170Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3438 | 2026-05-20T15:31:49.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-05-20T15:31:49.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-05-20T15:31:49.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-05-20T15:31:49.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3442 | 2026-05-20T15:31:49.832Z | |
| 3443 | 2026-05-20T15:31:49.832Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3444 | 2026-05-20T15:31:50.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-05-20T15:31:50.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-05-20T15:31:50.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-05-20T15:31:50.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3448 | 2026-05-20T15:31:50.500Z | |
| 3449 | 2026-05-20T15:31:50.500Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3450 | 2026-05-20T15:31:51.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-05-20T15:31:51.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-05-20T15:31:51.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-05-20T15:31:51.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3454 | 2026-05-20T15:31:51.163Z | |
| 3455 | 2026-05-20T15:31:51.163Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3456 | 2026-05-20T15:31:51.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-05-20T15:31:51.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-05-20T15:31:51.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-05-20T15:31:51.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3460 | 2026-05-20T15:31:51.822Z | |
| 3461 | 2026-05-20T15:31:51.822Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3462 | 2026-05-20T15:31:52.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-05-20T15:31:52.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-05-20T15:31:52.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-05-20T15:31:52.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3466 | 2026-05-20T15:31:52.471Z | |
| 3467 | 2026-05-20T15:31:52.471Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3468 | 2026-05-20T15:31:53.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-05-20T15:31:53.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-05-20T15:31:53.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-05-20T15:31:53.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3472 | 2026-05-20T15:31:53.130Z | |
| 3473 | 2026-05-20T15:31:53.130Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3474 | 2026-05-20T15:31:53.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-05-20T15:31:53.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-05-20T15:31:53.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-05-20T15:31:53.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3478 | 2026-05-20T15:31:53.790Z | |
| 3479 | 2026-05-20T15:31:53.790Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3480 | 2026-05-20T15:31:54.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-05-20T15:31:54.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-05-20T15:31:54.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-05-20T15:31:54.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3484 | 2026-05-20T15:31:54.446Z | |
| 3485 | 2026-05-20T15:31:54.446Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3486 | 2026-05-20T15:31:55.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-05-20T15:31:55.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-05-20T15:31:55.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-05-20T15:31:55.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3490 | 2026-05-20T15:31:55.108Z | |
| 3491 | 2026-05-20T15:31:55.108Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3492 | 2026-05-20T15:31:55.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-05-20T15:31:55.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-05-20T15:31:55.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-05-20T15:31:55.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3496 | 2026-05-20T15:31:55.762Z | |
| 3497 | 2026-05-20T15:31:55.762Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3498 | 2026-05-20T15:31:56.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-05-20T15:31:56.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-05-20T15:31:56.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-05-20T15:31:56.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3502 | 2026-05-20T15:31:56.412Z | |
| 3503 | 2026-05-20T15:31:56.412Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3504 | 2026-05-20T15:31:56.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-05-20T15:31:56.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-05-20T15:31:56.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-05-20T15:31:56.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3508 | 2026-05-20T15:31:57.068Z | |
| 3509 | 2026-05-20T15:31:57.068Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3510 | 2026-05-20T15:31:57.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-05-20T15:31:57.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-05-20T15:31:57.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-05-20T15:31:57.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3514 | 2026-05-20T15:31:57.766Z | |
| 3515 | 2026-05-20T15:31:57.766Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3516 | 2026-05-20T15:31:58.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-05-20T15:31:58.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-05-20T15:31:58.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-05-20T15:31:58.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3520 | 2026-05-20T15:31:58.425Z | |
| 3521 | 2026-05-20T15:31:58.428Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3522 | 2026-05-20T15:31:58.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-05-20T15:31:58.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-05-20T15:31:59.134Z | Compiling parking_lot_core v0.8.6 |
| 3525 | 2026-05-20T15:31:59.134Z | Compiling atomicwrites v0.4.4 |
| 3526 | 2026-05-20T15:31:59.137Z | Compiling git-stub v1.0.0 |
| 3527 | 2026-05-20T15:31:59.137Z | Checking prefix-trie v0.7.0 |
| 3528 | 2026-05-20T15:31:59.137Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3529 | 2026-05-20T15:31:59.392Z | Compiling git-stub-vcs v0.1.0 |
| 3530 | 2026-05-20T15:31:59.562Z | Checking hickory-server v0.25.2 |
| 3531 | 2026-05-20T15:31:59.687Z | Checking parking_lot v0.11.2 |
| 3532 | 2026-05-20T15:31:59.690Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3533 | 2026-05-20T15:31:59.771Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3534 | 2026-05-20T15:31:59.771Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3535 | 2026-05-20T15:31:59.879Z | Checking sled v0.34.7 |
| 3536 | 2026-05-20T15:32:01.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s |
| 3537 | 2026-05-20T15:32:02.107Z | |
| 3538 | 2026-05-20T15:32:02.107Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3539 | 2026-05-20T15:32:02.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-05-20T15:32:02.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-05-20T15:32:02.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-05-20T15:32:02.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3543 | 2026-05-20T15:32:02.769Z | |
| 3544 | 2026-05-20T15:32:02.769Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3545 | 2026-05-20T15:32:03.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-05-20T15:32:03.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-05-20T15:32:03.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-05-20T15:32:03.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3549 | 2026-05-20T15:32:03.426Z | |
| 3550 | 2026-05-20T15:32:03.426Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3551 | 2026-05-20T15:32:04.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-05-20T15:32:04.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-05-20T15:32:04.243Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3554 | 2026-05-20T15:32:06.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s |
| 3555 | 2026-05-20T15:32:06.537Z | |
| 3556 | 2026-05-20T15:32:06.537Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3557 | 2026-05-20T15:32:07.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-05-20T15:32:07.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-05-20T15:32:07.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-05-20T15:32:07.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3561 | 2026-05-20T15:32:07.262Z | |
| 3562 | 2026-05-20T15:32:07.262Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3563 | 2026-05-20T15:32:07.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-05-20T15:32:07.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-05-20T15:32:07.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3566 | 2026-05-20T15:32:07.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3567 | 2026-05-20T15:32:07.991Z | |
| 3568 | 2026-05-20T15:32:07.991Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3569 | 2026-05-20T15:32:08.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3570 | 2026-05-20T15:32:08.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3571 | 2026-05-20T15:32:08.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3572 | 2026-05-20T15:32:08.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3573 | 2026-05-20T15:32:08.635Z | |
| 3574 | 2026-05-20T15:32:08.635Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3575 | 2026-05-20T15:32:09.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3576 | 2026-05-20T15:32:09.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3577 | 2026-05-20T15:32:09.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3578 | 2026-05-20T15:32:09.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3579 | 2026-05-20T15:32:09.266Z | |
| 3580 | 2026-05-20T15:32:09.266Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3581 | 2026-05-20T15:32:09.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3582 | 2026-05-20T15:32:09.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3583 | 2026-05-20T15:32:09.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3584 | 2026-05-20T15:32:09.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3585 | 2026-05-20T15:32:09.969Z | |
| 3586 | 2026-05-20T15:32:09.969Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3587 | 2026-05-20T15:32:10.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-05-20T15:32:10.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-05-20T15:32:10.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-05-20T15:32:10.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3591 | 2026-05-20T15:32:10.601Z | |
| 3592 | 2026-05-20T15:32:10.601Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3593 | 2026-05-20T15:32:11.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-05-20T15:32:11.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-05-20T15:32:11.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-05-20T15:32:11.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3597 | 2026-05-20T15:32:11.298Z | |
| 3598 | 2026-05-20T15:32:11.298Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3599 | 2026-05-20T15:32:11.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-05-20T15:32:11.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-05-20T15:32:11.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3602 | 2026-05-20T15:32:11.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3603 | 2026-05-20T15:32:11.997Z | |
| 3604 | 2026-05-20T15:32:11.997Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3605 | 2026-05-20T15:32:12.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-05-20T15:32:12.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-05-20T15:32:12.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-05-20T15:32:12.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3609 | 2026-05-20T15:32:12.631Z | |
| 3610 | 2026-05-20T15:32:12.631Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3611 | 2026-05-20T15:32:13.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-05-20T15:32:13.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-05-20T15:32:13.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-05-20T15:32:13.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3615 | 2026-05-20T15:32:13.263Z | |
| 3616 | 2026-05-20T15:32:13.263Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3617 | 2026-05-20T15:32:13.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-05-20T15:32:13.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-05-20T15:32:13.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-05-20T15:32:13.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3621 | 2026-05-20T15:32:13.931Z | |
| 3622 | 2026-05-20T15:32:13.931Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3623 | 2026-05-20T15:32:14.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-05-20T15:32:14.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-05-20T15:32:14.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-05-20T15:32:14.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3627 | 2026-05-20T15:32:14.582Z | |
| 3628 | 2026-05-20T15:32:14.582Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3629 | 2026-05-20T15:32:15.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-05-20T15:32:15.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-05-20T15:32:15.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-05-20T15:32:15.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3633 | 2026-05-20T15:32:15.232Z | |
| 3634 | 2026-05-20T15:32:15.233Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3635 | 2026-05-20T15:32:15.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-05-20T15:32:15.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-05-20T15:32:15.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-05-20T15:32:15.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3639 | 2026-05-20T15:32:15.951Z | |
| 3640 | 2026-05-20T15:32:15.951Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3641 | 2026-05-20T15:32:16.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-05-20T15:32:16.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-05-20T15:32:16.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-05-20T15:32:16.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3645 | 2026-05-20T15:32:16.667Z | |
| 3646 | 2026-05-20T15:32:16.668Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3647 | 2026-05-20T15:32:17.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-05-20T15:32:17.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-05-20T15:32:17.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-05-20T15:32:17.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3651 | 2026-05-20T15:32:17.381Z | |
| 3652 | 2026-05-20T15:32:17.381Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3653 | 2026-05-20T15:32:17.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-05-20T15:32:17.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-05-20T15:32:17.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-05-20T15:32:17.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3657 | 2026-05-20T15:32:18.060Z | |
| 3658 | 2026-05-20T15:32:18.060Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3659 | 2026-05-20T15:32:18.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-05-20T15:32:18.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-05-20T15:32:18.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-05-20T15:32:18.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3663 | 2026-05-20T15:32:18.741Z | |
| 3664 | 2026-05-20T15:32:18.741Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3665 | 2026-05-20T15:32:19.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-05-20T15:32:19.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-05-20T15:32:19.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-05-20T15:32:19.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3669 | 2026-05-20T15:32:19.419Z | |
| 3670 | 2026-05-20T15:32:19.419Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3671 | 2026-05-20T15:32:19.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-05-20T15:32:19.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-05-20T15:32:19.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-05-20T15:32:19.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3675 | 2026-05-20T15:32:20.081Z | |
| 3676 | 2026-05-20T15:32:20.081Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3677 | 2026-05-20T15:32:20.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-05-20T15:32:20.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-05-20T15:32:20.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-05-20T15:32:20.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3681 | 2026-05-20T15:32:20.765Z | |
| 3682 | 2026-05-20T15:32:20.765Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3683 | 2026-05-20T15:32:21.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-05-20T15:32:21.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-05-20T15:32:21.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-05-20T15:32:21.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3687 | 2026-05-20T15:32:21.441Z | |
| 3688 | 2026-05-20T15:32:21.441Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3689 | 2026-05-20T15:32:21.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-05-20T15:32:21.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-05-20T15:32:21.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-05-20T15:32:21.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3693 | 2026-05-20T15:32:22.091Z | |
| 3694 | 2026-05-20T15:32:22.091Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3695 | 2026-05-20T15:32:22.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-05-20T15:32:22.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-05-20T15:32:23.048Z | Compiling typify-impl v0.4.3 |
| 3698 | 2026-05-20T15:32:23.049Z | Compiling libefi-sys v0.1.0 |
| 3699 | 2026-05-20T15:32:23.052Z | Compiling bitfield-struct v0.6.2 |
| 3700 | 2026-05-20T15:32:23.217Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3701 | 2026-05-20T15:32:23.226Z | Compiling xshell-macros v0.2.7 |
| 3702 | 2026-05-20T15:32:23.229Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3703 | 2026-05-20T15:32:23.254Z | Compiling salty v0.3.0 |
| 3704 | 2026-05-20T15:32:23.315Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3705 | 2026-05-20T15:32:23.476Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3706 | 2026-05-20T15:32:23.592Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3707 | 2026-05-20T15:32:23.671Z | Checking xshell v0.2.7 |
| 3708 | 2026-05-20T15:32:23.688Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3709 | 2026-05-20T15:32:23.754Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3710 | 2026-05-20T15:32:23.861Z | Checking primeorder v0.13.6 |
| 3711 | 2026-05-20T15:32:23.877Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3712 | 2026-05-20T15:32:23.891Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3713 | 2026-05-20T15:32:23.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3714 | 2026-05-20T15:32:23.994Z | Checking tungstenite v0.21.0 |
| 3715 | 2026-05-20T15:32:24.128Z | Checking p384 v0.13.1 |
| 3716 | 2026-05-20T15:32:24.145Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3717 | 2026-05-20T15:32:24.321Z | Compiling proc-macro-error2 v2.0.1 |
| 3718 | 2026-05-20T15:32:24.382Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3719 | 2026-05-20T15:32:24.404Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3720 | 2026-05-20T15:32:24.458Z | Checking tokio-tungstenite v0.21.0 |
| 3721 | 2026-05-20T15:32:24.527Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3722 | 2026-05-20T15:32:24.578Z | Checking papergrid v0.17.0 |
| 3723 | 2026-05-20T15:32:24.658Z | Compiling tabled_derive v0.11.0 |
| 3724 | 2026-05-20T15:32:24.689Z | Checking testing_table v0.3.0 |
| 3725 | 2026-05-20T15:32:24.760Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3726 | 2026-05-20T15:32:24.795Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3727 | 2026-05-20T15:32:24.935Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3728 | 2026-05-20T15:32:25.020Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3729 | 2026-05-20T15:32:25.081Z | Compiling unicase v2.9.0 |
| 3730 | 2026-05-20T15:32:25.147Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3731 | 2026-05-20T15:32:25.234Z | Checking corncobs v0.1.4 |
| 3732 | 2026-05-20T15:32:25.305Z | Compiling mime_guess v2.0.5 |
| 3733 | 2026-05-20T15:32:25.327Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3734 | 2026-05-20T15:32:25.371Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3735 | 2026-05-20T15:32:25.423Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3736 | 2026-05-20T15:32:25.441Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3737 | 2026-05-20T15:32:25.579Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3738 | 2026-05-20T15:32:25.649Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3739 | 2026-05-20T15:32:25.782Z | Checking progenitor-client v0.11.2 |
| 3740 | 2026-05-20T15:32:25.873Z | Checking secrecy v0.8.0 |
| 3741 | 2026-05-20T15:32:25.888Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3742 | 2026-05-20T15:32:25.908Z | Checking tabled v0.20.0 |
| 3743 | 2026-05-20T15:32:26.038Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3744 | 2026-05-20T15:32:26.057Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3745 | 2026-05-20T15:32:26.107Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3746 | 2026-05-20T15:32:26.294Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3747 | 2026-05-20T15:32:26.495Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3748 | 2026-05-20T15:32:26.512Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3749 | 2026-05-20T15:32:26.538Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3750 | 2026-05-20T15:32:26.610Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3751 | 2026-05-20T15:32:26.791Z | Checking filetime v0.2.27 |
| 3752 | 2026-05-20T15:32:26.797Z | Checking crc8 v0.1.1 |
| 3753 | 2026-05-20T15:32:26.906Z | Checking xattr v1.6.1 |
| 3754 | 2026-05-20T15:32:26.980Z | Checking http-range v0.1.5 |
| 3755 | 2026-05-20T15:32:26.998Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3756 | 2026-05-20T15:32:27.048Z | Checking tar v0.4.45 |
| 3757 | 2026-05-20T15:32:27.119Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3758 | 2026-05-20T15:32:27.279Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3759 | 2026-05-20T15:32:27.322Z | Checking illumos-nvpair v0.3.0 |
| 3760 | 2026-05-20T15:32:27.490Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3761 | 2026-05-20T15:32:27.507Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3762 | 2026-05-20T15:32:27.614Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3763 | 2026-05-20T15:32:27.705Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3764 | 2026-05-20T15:32:27.910Z | Checking atty v0.2.14 |
| 3765 | 2026-05-20T15:32:27.974Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3766 | 2026-05-20T15:32:27.991Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3767 | 2026-05-20T15:32:28.005Z | Compiling typify-macro v0.4.3 |
| 3768 | 2026-05-20T15:32:28.021Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3769 | 2026-05-20T15:32:28.054Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3770 | 2026-05-20T15:32:28.071Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3771 | 2026-05-20T15:32:28.339Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3772 | 2026-05-20T15:32:28.356Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3773 | 2026-05-20T15:32:28.445Z | Checking hyper-staticfile v0.10.1 |
| 3774 | 2026-05-20T15:32:28.540Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3775 | 2026-05-20T15:32:28.724Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3776 | 2026-05-20T15:32:28.757Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3777 | 2026-05-20T15:32:28.785Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3778 | 2026-05-20T15:32:29.027Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3779 | 2026-05-20T15:32:29.108Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3780 | 2026-05-20T15:32:29.341Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3781 | 2026-05-20T15:32:29.401Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3782 | 2026-05-20T15:32:29.820Z | Compiling typify v0.4.3 |
| 3783 | 2026-05-20T15:32:29.919Z | Compiling progenitor-impl v0.11.2 |
| 3784 | 2026-05-20T15:32:29.950Z | Compiling progenitor-impl v0.10.0 |
| 3785 | 2026-05-20T15:32:30.370Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3786 | 2026-05-20T15:32:30.930Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3787 | 2026-05-20T15:32:31.398Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3788 | 2026-05-20T15:32:31.849Z | Compiling progenitor-macro v0.10.0 |
| 3789 | 2026-05-20T15:32:31.871Z | Compiling progenitor-macro v0.11.2 |
| 3790 | 2026-05-20T15:32:33.916Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3791 | 2026-05-20T15:32:34.883Z | Checking progenitor v0.10.0 |
| 3792 | 2026-05-20T15:32:34.988Z | Checking progenitor v0.11.2 |
| 3793 | 2026-05-20T15:32:35.021Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3794 | 2026-05-20T15:32:35.122Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3795 | 2026-05-20T15:32:40.017Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3796 | 2026-05-20T15:32:51.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.78s |
| 3797 | 2026-05-20T15:32:52.117Z | |
| 3798 | 2026-05-20T15:32:52.117Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3799 | 2026-05-20T15:32:52.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3800 | 2026-05-20T15:32:52.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3801 | 2026-05-20T15:32:52.988Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3802 | 2026-05-20T15:33:04.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s |
| 3803 | 2026-05-20T15:33:04.678Z | |
| 3804 | 2026-05-20T15:33:04.679Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3805 | 2026-05-20T15:33:05.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3806 | 2026-05-20T15:33:05.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3807 | 2026-05-20T15:33:05.558Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3808 | 2026-05-20T15:33:17.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.35s |
| 3809 | 2026-05-20T15:33:17.278Z | |
| 3810 | 2026-05-20T15:33:17.278Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3811 | 2026-05-20T15:33:17.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3812 | 2026-05-20T15:33:17.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3813 | 2026-05-20T15:33:18.158Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3814 | 2026-05-20T15:33:29.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s |
| 3815 | 2026-05-20T15:33:29.842Z | |
| 3816 | 2026-05-20T15:33:29.842Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3817 | 2026-05-20T15:33:30.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2026-05-20T15:33:30.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2026-05-20T15:33:30.711Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3820 | 2026-05-20T15:33:42.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s |
| 3821 | 2026-05-20T15:33:42.380Z | |
| 3822 | 2026-05-20T15:33:42.380Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3823 | 2026-05-20T15:33:43.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2026-05-20T15:33:43.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2026-05-20T15:33:43.278Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3826 | 2026-05-20T15:33:55.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.81s |
| 3827 | 2026-05-20T15:33:55.429Z | |
| 3828 | 2026-05-20T15:33:55.429Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3829 | 2026-05-20T15:33:56.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-05-20T15:33:56.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-05-20T15:33:56.364Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3832 | 2026-05-20T15:34:08.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s |
| 3833 | 2026-05-20T15:34:11.766Z | |
| 3834 | 2026-05-20T15:34:11.766Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3835 | 2026-05-20T15:34:11.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3836 | 2026-05-20T15:34:11.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3837 | 2026-05-20T15:34:11.766Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3838 | 2026-05-20T15:34:22.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s |
| 3839 | 2026-05-20T15:34:22.349Z | |
| 3840 | 2026-05-20T15:34:22.349Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3841 | 2026-05-20T15:34:22.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3842 | 2026-05-20T15:34:22.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3843 | 2026-05-20T15:34:22.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3844 | 2026-05-20T15:34:22.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3845 | 2026-05-20T15:34:23.043Z | |
| 3846 | 2026-05-20T15:34:23.043Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3847 | 2026-05-20T15:34:23.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3848 | 2026-05-20T15:34:23.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3849 | 2026-05-20T15:34:23.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3850 | 2026-05-20T15:34:23.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3851 | 2026-05-20T15:34:23.731Z | |
| 3852 | 2026-05-20T15:34:23.731Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3853 | 2026-05-20T15:34:24.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3854 | 2026-05-20T15:34:24.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3855 | 2026-05-20T15:34:24.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3856 | 2026-05-20T15:34:24.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3857 | 2026-05-20T15:34:24.404Z | |
| 3858 | 2026-05-20T15:34:24.404Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3859 | 2026-05-20T15:34:24.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3860 | 2026-05-20T15:34:24.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3861 | 2026-05-20T15:34:24.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3862 | 2026-05-20T15:34:24.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3863 | 2026-05-20T15:34:25.096Z | |
| 3864 | 2026-05-20T15:34:25.096Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3865 | 2026-05-20T15:34:25.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-05-20T15:34:25.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-05-20T15:34:25.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3868 | 2026-05-20T15:34:25.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3869 | 2026-05-20T15:34:25.807Z | |
| 3870 | 2026-05-20T15:34:25.807Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3871 | 2026-05-20T15:34:26.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-05-20T15:34:26.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-05-20T15:34:26.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3874 | 2026-05-20T15:34:26.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3875 | 2026-05-20T15:34:26.525Z | |
| 3876 | 2026-05-20T15:34:26.525Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3877 | 2026-05-20T15:34:27.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-05-20T15:34:27.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-05-20T15:34:27.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3880 | 2026-05-20T15:34:27.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3881 | 2026-05-20T15:34:27.257Z | |
| 3882 | 2026-05-20T15:34:27.257Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3883 | 2026-05-20T15:34:27.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-05-20T15:34:27.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-05-20T15:34:27.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3886 | 2026-05-20T15:34:27.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3887 | 2026-05-20T15:34:27.985Z | |
| 3888 | 2026-05-20T15:34:27.985Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3889 | 2026-05-20T15:34:28.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-05-20T15:34:28.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-05-20T15:34:28.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3892 | 2026-05-20T15:34:28.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3893 | 2026-05-20T15:34:28.729Z | |
| 3894 | 2026-05-20T15:34:28.729Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3895 | 2026-05-20T15:34:29.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-05-20T15:34:29.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-05-20T15:34:29.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3898 | 2026-05-20T15:34:29.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3899 | 2026-05-20T15:34:29.496Z | |
| 3900 | 2026-05-20T15:34:29.496Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3901 | 2026-05-20T15:34:30.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-05-20T15:34:30.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-05-20T15:34:30.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3904 | 2026-05-20T15:34:30.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3905 | 2026-05-20T15:34:30.239Z | |
| 3906 | 2026-05-20T15:34:30.239Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3907 | 2026-05-20T15:34:30.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-05-20T15:34:30.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-05-20T15:34:30.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3910 | 2026-05-20T15:34:30.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3911 | 2026-05-20T15:34:30.988Z | |
| 3912 | 2026-05-20T15:34:30.988Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3913 | 2026-05-20T15:34:31.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-05-20T15:34:31.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-05-20T15:34:31.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2026-05-20T15:34:31.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3917 | 2026-05-20T15:34:31.732Z | |
| 3918 | 2026-05-20T15:34:31.732Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3919 | 2026-05-20T15:34:32.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-05-20T15:34:32.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-05-20T15:34:32.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3922 | 2026-05-20T15:34:32.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3923 | 2026-05-20T15:34:32.470Z | |
| 3924 | 2026-05-20T15:34:32.470Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3925 | 2026-05-20T15:34:33.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-05-20T15:34:33.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-05-20T15:34:33.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3928 | 2026-05-20T15:34:33.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 3929 | 2026-05-20T15:34:33.246Z | |
| 3930 | 2026-05-20T15:34:33.246Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3931 | 2026-05-20T15:34:33.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-05-20T15:34:33.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-05-20T15:34:33.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-05-20T15:34:33.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3935 | 2026-05-20T15:34:33.987Z | |
| 3936 | 2026-05-20T15:34:33.987Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3937 | 2026-05-20T15:34:34.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-05-20T15:34:34.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-05-20T15:34:34.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2026-05-20T15:34:34.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 3941 | 2026-05-20T15:34:34.746Z | |
| 3942 | 2026-05-20T15:34:34.746Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3943 | 2026-05-20T15:34:35.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-05-20T15:34:35.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-05-20T15:34:35.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2026-05-20T15:34:35.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3947 | 2026-05-20T15:34:35.530Z | |
| 3948 | 2026-05-20T15:34:35.531Z | info: running `cargo check --bins` on update-common (210/276) |
| 3949 | 2026-05-20T15:34:36.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-05-20T15:34:36.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-05-20T15:34:36.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-05-20T15:34:36.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3953 | 2026-05-20T15:34:36.253Z | |
| 3954 | 2026-05-20T15:34:36.253Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3955 | 2026-05-20T15:34:36.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-05-20T15:34:36.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-05-20T15:34:36.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2026-05-20T15:34:36.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 3959 | 2026-05-20T15:34:37.038Z | |
| 3960 | 2026-05-20T15:34:37.038Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3961 | 2026-05-20T15:34:37.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-05-20T15:34:37.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-05-20T15:34:37.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-05-20T15:34:37.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3965 | 2026-05-20T15:34:37.733Z | |
| 3966 | 2026-05-20T15:34:37.733Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3967 | 2026-05-20T15:34:38.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-05-20T15:34:38.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-05-20T15:34:38.652Z | Compiling fs-err v2.11.0 |
| 3970 | 2026-05-20T15:34:38.655Z | Checking ignore v0.4.25 |
| 3971 | 2026-05-20T15:34:38.655Z | Checking arc-swap v1.8.2 |
| 3972 | 2026-05-20T15:34:38.816Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3973 | 2026-05-20T15:34:38.819Z | Checking predicates-tree v1.0.13 |
| 3974 | 2026-05-20T15:34:38.819Z | Checking parse-size v1.1.0 |
| 3975 | 2026-05-20T15:34:38.851Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3976 | 2026-05-20T15:34:38.863Z | Checking rand_seeder v0.4.0 |
| 3977 | 2026-05-20T15:34:38.941Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3978 | 2026-05-20T15:34:38.964Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3979 | 2026-05-20T15:34:39.021Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3980 | 2026-05-20T15:34:39.045Z | Checking slog-scope v4.4.1 |
| 3981 | 2026-05-20T15:34:39.083Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3982 | 2026-05-20T15:34:39.179Z | Compiling petname v2.0.2 |
| 3983 | 2026-05-20T15:34:39.195Z | Checking slog-stdlog v4.1.1 |
| 3984 | 2026-05-20T15:34:39.210Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3985 | 2026-05-20T15:34:39.230Z | Checking globwalk v0.9.1 |
| 3986 | 2026-05-20T15:34:39.286Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3987 | 2026-05-20T15:34:39.326Z | Checking slog-envlogger v2.2.0 |
| 3988 | 2026-05-20T15:34:39.429Z | Checking camino-tempfile-ext v0.3.3 |
| 3989 | 2026-05-20T15:34:39.496Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3990 | 2026-05-20T15:34:39.531Z | Checking sapling-renderdag v0.1.0 |
| 3991 | 2026-05-20T15:34:39.647Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3992 | 2026-05-20T15:34:39.713Z | Checking subprocess v0.2.15 |
| 3993 | 2026-05-20T15:34:39.813Z | Checking sync-ptr v0.1.4 |
| 3994 | 2026-05-20T15:34:39.970Z | Checking colored v2.2.0 |
| 3995 | 2026-05-20T15:34:40.026Z | Checking assert_matches v1.5.0 |
| 3996 | 2026-05-20T15:34:40.041Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3997 | 2026-05-20T15:34:40.232Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3998 | 2026-05-20T15:34:40.232Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3999 | 2026-05-20T15:34:41.092Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4000 | 2026-05-20T15:34:42.645Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4001 | 2026-05-20T15:34:45.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s |
| 4002 | 2026-05-20T15:34:45.536Z | |
| 4003 | 2026-05-20T15:34:45.536Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 4004 | 2026-05-20T15:34:46.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-05-20T15:34:46.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-05-20T15:34:46.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-05-20T15:34:46.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4008 | 2026-05-20T15:34:46.212Z | |
| 4009 | 2026-05-20T15:34:46.212Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 4010 | 2026-05-20T15:34:46.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-05-20T15:34:46.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-05-20T15:34:46.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-05-20T15:34:46.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 4014 | 2026-05-20T15:34:46.915Z | |
| 4015 | 2026-05-20T15:34:46.915Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 4016 | 2026-05-20T15:34:47.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-20T15:34:47.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-20T15:34:47.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-05-20T15:34:47.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 4020 | 2026-05-20T15:34:47.675Z | |
| 4021 | 2026-05-20T15:34:47.675Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 4022 | 2026-05-20T15:34:48.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-05-20T15:34:48.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-05-20T15:34:48.528Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4025 | 2026-05-20T15:34:48.528Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4026 | 2026-05-20T15:34:49.256Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4027 | 2026-05-20T15:34:51.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
| 4028 | 2026-05-20T15:34:51.406Z | |
| 4029 | 2026-05-20T15:34:51.406Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 4030 | 2026-05-20T15:34:51.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-05-20T15:34:51.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-05-20T15:34:51.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-05-20T15:34:51.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4034 | 2026-05-20T15:34:52.091Z | |
| 4035 | 2026-05-20T15:34:52.091Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 4036 | 2026-05-20T15:34:52.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-05-20T15:34:52.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-05-20T15:34:52.785Z | Checking yasna v0.5.2 |
| 4039 | 2026-05-20T15:34:53.226Z | Checking rcgen v0.12.1 |
| 4040 | 2026-05-20T15:34:53.499Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4041 | 2026-05-20T15:34:53.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4042 | 2026-05-20T15:34:53.894Z | |
| 4043 | 2026-05-20T15:34:53.894Z | info: running `cargo check --bins` on clickana (220/276) |
| 4044 | 2026-05-20T15:34:54.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4045 | 2026-05-20T15:34:54.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4046 | 2026-05-20T15:34:54.638Z | Compiling darling_core v0.23.0 |
| 4047 | 2026-05-20T15:34:54.763Z | Compiling instability v0.3.11 |
| 4048 | 2026-05-20T15:34:54.771Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4049 | 2026-05-20T15:34:54.777Z | Checking castaway v0.2.4 |
| 4050 | 2026-05-20T15:34:54.783Z | Compiling indoc v2.0.7 |
| 4051 | 2026-05-20T15:34:54.786Z | Checking unicode-truncate v1.1.0 |
| 4052 | 2026-05-20T15:34:54.804Z | Checking lru v0.12.5 |
| 4053 | 2026-05-20T15:34:54.804Z | Checking cassowary v0.3.0 |
| 4054 | 2026-05-20T15:34:54.881Z | Checking compact_str v0.8.1 |
| 4055 | 2026-05-20T15:34:55.924Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4056 | 2026-05-20T15:34:56.130Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4057 | 2026-05-20T15:34:56.330Z | Compiling darling_macro v0.23.0 |
| 4058 | 2026-05-20T15:34:56.806Z | Compiling darling v0.23.0 |
| 4059 | 2026-05-20T15:34:57.486Z | Checking ratatui v0.29.0 |
| 4060 | 2026-05-20T15:34:58.677Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4061 | 2026-05-20T15:34:59.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s |
| 4062 | 2026-05-20T15:34:59.639Z | |
| 4063 | 2026-05-20T15:34:59.639Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4064 | 2026-05-20T15:35:00.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-05-20T15:35:00.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-05-20T15:35:00.490Z | Checking headers-core v0.3.0 |
| 4067 | 2026-05-20T15:35:00.494Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4068 | 2026-05-20T15:35:00.716Z | Checking headers v0.4.1 |
| 4069 | 2026-05-20T15:35:01.120Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4070 | 2026-05-20T15:35:02.151Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4071 | 2026-05-20T15:35:02.770Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4072 | 2026-05-20T15:35:03.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 4073 | 2026-05-20T15:35:03.529Z | |
| 4074 | 2026-05-20T15:35:03.529Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4075 | 2026-05-20T15:35:04.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-05-20T15:35:04.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-05-20T15:35:04.384Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4078 | 2026-05-20T15:35:05.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4079 | 2026-05-20T15:35:05.537Z | |
| 4080 | 2026-05-20T15:35:05.537Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4081 | 2026-05-20T15:35:06.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-05-20T15:35:06.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-05-20T15:35:06.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-05-20T15:35:06.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4085 | 2026-05-20T15:35:06.076Z | |
| 4086 | 2026-05-20T15:35:06.076Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4087 | 2026-05-20T15:35:06.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-05-20T15:35:06.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-05-20T15:35:06.910Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4090 | 2026-05-20T15:35:08.092Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4091 | 2026-05-20T15:35:08.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 4092 | 2026-05-20T15:35:08.781Z | |
| 4093 | 2026-05-20T15:35:08.781Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4094 | 2026-05-20T15:35:09.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4095 | 2026-05-20T15:35:09.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4096 | 2026-05-20T15:35:09.610Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4097 | 2026-05-20T15:35:10.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4098 | 2026-05-20T15:35:10.771Z | |
| 4099 | 2026-05-20T15:35:10.772Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4100 | 2026-05-20T15:35:11.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4101 | 2026-05-20T15:35:11.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4102 | 2026-05-20T15:35:11.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4103 | 2026-05-20T15:35:11.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4104 | 2026-05-20T15:35:11.495Z | |
| 4105 | 2026-05-20T15:35:11.495Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4106 | 2026-05-20T15:35:12.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4107 | 2026-05-20T15:35:12.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4108 | 2026-05-20T15:35:12.193Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4109 | 2026-05-20T15:35:12.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4110 | 2026-05-20T15:35:13.165Z | |
| 4111 | 2026-05-20T15:35:13.166Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4112 | 2026-05-20T15:35:13.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4113 | 2026-05-20T15:35:13.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4114 | 2026-05-20T15:35:14.044Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4115 | 2026-05-20T15:35:14.044Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4116 | 2026-05-20T15:35:14.048Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4117 | 2026-05-20T15:35:14.048Z | Checking git-stub v1.0.0 |
| 4118 | 2026-05-20T15:35:14.048Z | Compiling trait-variant v0.1.2 |
| 4119 | 2026-05-20T15:35:14.184Z | Checking maplit v1.0.2 |
| 4120 | 2026-05-20T15:35:14.200Z | Checking is_ci v1.2.0 |
| 4121 | 2026-05-20T15:35:14.233Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4122 | 2026-05-20T15:35:14.280Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4123 | 2026-05-20T15:35:14.325Z | Checking supports-color v3.0.2 |
| 4124 | 2026-05-20T15:35:14.340Z | Checking git-stub-vcs v0.1.0 |
| 4125 | 2026-05-20T15:35:14.429Z | Checking drift v0.1.4 |
| 4126 | 2026-05-20T15:35:14.462Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4127 | 2026-05-20T15:35:14.509Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4128 | 2026-05-20T15:35:14.558Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4129 | 2026-05-20T15:35:14.746Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4130 | 2026-05-20T15:35:14.777Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4131 | 2026-05-20T15:35:14.804Z | Checking dropshot-api-manager v0.7.1 |
| 4132 | 2026-05-20T15:35:14.821Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4133 | 2026-05-20T15:35:15.060Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4134 | 2026-05-20T15:35:15.101Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4135 | 2026-05-20T15:35:15.271Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4136 | 2026-05-20T15:35:15.616Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4137 | 2026-05-20T15:35:21.188Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4138 | 2026-05-20T15:35:22.420Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4139 | 2026-05-20T15:35:23.060Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4140 | 2026-05-20T15:35:23.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s |
| 4141 | 2026-05-20T15:35:23.882Z | |
| 4142 | 2026-05-20T15:35:23.883Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4143 | 2026-05-20T15:35:24.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-05-20T15:35:24.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-05-20T15:35:24.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4146 | 2026-05-20T15:35:24.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4147 | 2026-05-20T15:35:24.588Z | |
| 4148 | 2026-05-20T15:35:24.588Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4149 | 2026-05-20T15:35:25.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-05-20T15:35:25.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-05-20T15:35:25.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-05-20T15:35:25.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 4153 | 2026-05-20T15:35:25.323Z | |
| 4154 | 2026-05-20T15:35:25.324Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4155 | 2026-05-20T15:35:25.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-05-20T15:35:25.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-05-20T15:35:25.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-05-20T15:35:25.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 4159 | 2026-05-20T15:35:26.060Z | |
| 4160 | 2026-05-20T15:35:26.060Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4161 | 2026-05-20T15:35:26.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-05-20T15:35:26.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-05-20T15:35:26.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4164 | 2026-05-20T15:35:26.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 4165 | 2026-05-20T15:35:27.212Z | |
| 4166 | 2026-05-20T15:35:27.212Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4167 | 2026-05-20T15:35:27.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-05-20T15:35:27.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-05-20T15:35:27.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4170 | 2026-05-20T15:35:27.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4171 | 2026-05-20T15:35:27.490Z | |
| 4172 | 2026-05-20T15:35:27.490Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4173 | 2026-05-20T15:35:28.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4174 | 2026-05-20T15:35:28.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4175 | 2026-05-20T15:35:28.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4176 | 2026-05-20T15:35:28.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4177 | 2026-05-20T15:35:28.168Z | |
| 4178 | 2026-05-20T15:35:28.168Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4179 | 2026-05-20T15:35:28.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4180 | 2026-05-20T15:35:28.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4181 | 2026-05-20T15:35:28.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4182 | 2026-05-20T15:35:28.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4183 | 2026-05-20T15:35:28.926Z | |
| 4184 | 2026-05-20T15:35:28.926Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4185 | 2026-05-20T15:35:29.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4186 | 2026-05-20T15:35:29.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4187 | 2026-05-20T15:35:29.566Z | Checking typeid v1.0.3 |
| 4188 | 2026-05-20T15:35:29.696Z | Checking ordered-float v2.10.1 |
| 4189 | 2026-05-20T15:35:29.719Z | Checking unicode-xid v0.2.6 |
| 4190 | 2026-05-20T15:35:29.732Z | Checking cargo-platform v0.2.0 |
| 4191 | 2026-05-20T15:35:29.744Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4192 | 2026-05-20T15:35:29.772Z | Checking erased-serde v0.4.9 |
| 4193 | 2026-05-20T15:35:29.923Z | Checking serde-value v0.7.0 |
| 4194 | 2026-05-20T15:35:30.114Z | Checking serde-untagged v0.1.9 |
| 4195 | 2026-05-20T15:35:30.285Z | Checking cargo-util-schemas v0.8.2 |
| 4196 | 2026-05-20T15:35:31.042Z | Checking cargo_metadata v0.21.0 |
| 4197 | 2026-05-20T15:35:31.713Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4198 | 2026-05-20T15:35:32.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 4199 | 2026-05-20T15:35:32.674Z | |
| 4200 | 2026-05-20T15:35:32.674Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4201 | 2026-05-20T15:35:33.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-05-20T15:35:33.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-05-20T15:35:33.528Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4204 | 2026-05-20T15:35:34.302Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4205 | 2026-05-20T15:35:34.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
| 4206 | 2026-05-20T15:35:35.163Z | |
| 4207 | 2026-05-20T15:35:35.163Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4208 | 2026-05-20T15:35:35.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-05-20T15:35:35.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-05-20T15:35:36.164Z | Compiling itertools v0.10.5 |
| 4211 | 2026-05-20T15:35:36.164Z | Compiling vergen-gitcl v1.0.8 |
| 4212 | 2026-05-20T15:35:36.164Z | Compiling dirs-sys-next v0.1.2 |
| 4213 | 2026-05-20T15:35:36.167Z | Compiling glob v0.3.3 |
| 4214 | 2026-05-20T15:35:36.167Z | Compiling crunchy v0.2.4 |
| 4215 | 2026-05-20T15:35:36.167Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4216 | 2026-05-20T15:35:36.167Z | Compiling diesel_derives v2.3.7 |
| 4217 | 2026-05-20T15:35:36.167Z | Compiling dsl_auto_type v0.2.0 |
| 4218 | 2026-05-20T15:35:36.542Z | Checking scheduled-thread-pool v0.2.7 |
| 4219 | 2026-05-20T15:35:36.625Z | Compiling dirs-next v2.0.0 |
| 4220 | 2026-05-20T15:35:36.641Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4221 | 2026-05-20T15:35:36.683Z | Compiling tiny-keccak v2.0.2 |
| 4222 | 2026-05-20T15:35:36.701Z | Checking r2d2 v0.8.10 |
| 4223 | 2026-05-20T15:35:36.758Z | Compiling term v0.7.0 |
| 4224 | 2026-05-20T15:35:36.787Z | Compiling clang-sys v1.8.1 |
| 4225 | 2026-05-20T15:35:36.932Z | Checking downcast-rs v2.0.2 |
| 4226 | 2026-05-20T15:35:37.002Z | Compiling bit-vec v0.6.3 |
| 4227 | 2026-05-20T15:35:37.046Z | Compiling ascii-canvas v3.0.0 |
| 4228 | 2026-05-20T15:35:37.197Z | Compiling bit-set v0.5.3 |
| 4229 | 2026-05-20T15:35:37.313Z | Compiling ena v0.14.4 |
| 4230 | 2026-05-20T15:35:37.376Z | Compiling libloading v0.8.9 |
| 4231 | 2026-05-20T15:35:37.379Z | Compiling bindgen v0.71.1 |
| 4232 | 2026-05-20T15:35:37.484Z | Compiling regex-syntax v0.6.29 |
| 4233 | 2026-05-20T15:35:37.510Z | Compiling diff v0.1.13 |
| 4234 | 2026-05-20T15:35:37.613Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4235 | 2026-05-20T15:35:37.709Z | Compiling cexpr v0.6.0 |
| 4236 | 2026-05-20T15:35:37.935Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4237 | 2026-05-20T15:35:37.940Z | Compiling rustc-hash v2.1.1 |
| 4238 | 2026-05-20T15:35:37.940Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4239 | 2026-05-20T15:35:37.972Z | Compiling libxml v0.3.3 |
| 4240 | 2026-05-20T15:35:37.990Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4241 | 2026-05-20T15:35:38.256Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4242 | 2026-05-20T15:35:38.344Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4243 | 2026-05-20T15:35:38.474Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4244 | 2026-05-20T15:35:38.561Z | Compiling strum_macros v0.24.3 |
| 4245 | 2026-05-20T15:35:38.578Z | Compiling indoc v1.0.9 |
| 4246 | 2026-05-20T15:35:39.092Z | Compiling lalrpop v0.19.12 |
| 4247 | 2026-05-20T15:35:39.755Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4248 | 2026-05-20T15:35:39.837Z | Checking derive_builder v0.20.2 |
| 4249 | 2026-05-20T15:35:39.970Z | Compiling oso-derive v0.27.3 |
| 4250 | 2026-05-20T15:35:39.989Z | Checking quick-xml v0.37.5 |
| 4251 | 2026-05-20T15:35:40.106Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4252 | 2026-05-20T15:35:40.534Z | Checking openssl-probe v0.1.6 |
| 4253 | 2026-05-20T15:35:40.694Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4254 | 2026-05-20T15:35:40.963Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4255 | 2026-05-20T15:35:41.188Z | Checking bb8 v0.8.6 |
| 4256 | 2026-05-20T15:35:41.528Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4257 | 2026-05-20T15:35:41.552Z | Checking nonempty v0.12.0 |
| 4258 | 2026-05-20T15:35:41.735Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4259 | 2026-05-20T15:35:41.752Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4260 | 2026-05-20T15:35:41.792Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4261 | 2026-05-20T15:35:41.848Z | Checking console v0.16.2 |
| 4262 | 2026-05-20T15:35:41.987Z | Checking unit-prefix v0.5.2 |
| 4263 | 2026-05-20T15:35:42.006Z | Checking support-bundle-viewer v0.1.2 |
| 4264 | 2026-05-20T15:35:42.140Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4265 | 2026-05-20T15:35:42.198Z | Checking indicatif v0.18.4 |
| 4266 | 2026-05-20T15:35:42.287Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4267 | 2026-05-20T15:35:42.453Z | Checking multimap v0.10.1 |
| 4268 | 2026-05-20T15:35:42.953Z | Checking diesel v2.3.7 |
| 4269 | 2026-05-20T15:35:45.273Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4270 | 2026-05-20T15:35:45.693Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4271 | 2026-05-20T15:35:45.969Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4272 | 2026-05-20T15:35:47.296Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4273 | 2026-05-20T15:35:47.846Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4274 | 2026-05-20T15:35:48.025Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4275 | 2026-05-20T15:35:48.641Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4276 | 2026-05-20T15:35:48.686Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4277 | 2026-05-20T15:35:51.058Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4278 | 2026-05-20T15:35:56.549Z | Compiling samael v0.0.19 |
| 4279 | 2026-05-20T15:36:00.891Z | Checking diesel-dtrace v0.5.0 |
| 4280 | 2026-05-20T15:36:00.945Z | Checking async-bb8-diesel v0.2.1 |
| 4281 | 2026-05-20T15:36:02.111Z | Compiling polar-core v0.27.3 |
| 4282 | 2026-05-20T15:36:07.065Z | Checking oso v0.27.3 |
| 4283 | 2026-05-20T15:36:46.828Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4284 | 2026-05-20T15:37:22.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s |
| 4285 | 2026-05-20T15:37:22.241Z | |
| 4286 | 2026-05-20T15:37:22.242Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4287 | 2026-05-20T15:37:22.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-05-20T15:37:22.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-05-20T15:37:22.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-05-20T15:37:22.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4291 | 2026-05-20T15:37:22.937Z | |
| 4292 | 2026-05-20T15:37:22.937Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4293 | 2026-05-20T15:37:23.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-05-20T15:37:23.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-05-20T15:37:23.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-05-20T15:37:23.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4297 | 2026-05-20T15:37:23.626Z | |
| 4298 | 2026-05-20T15:37:23.627Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4299 | 2026-05-20T15:37:24.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-05-20T15:37:24.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-05-20T15:37:24.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-05-20T15:37:24.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4303 | 2026-05-20T15:37:24.244Z | |
| 4304 | 2026-05-20T15:37:24.244Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4305 | 2026-05-20T15:37:24.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-05-20T15:37:24.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-05-20T15:37:25.158Z | Compiling libz-sys v1.1.24 |
| 4308 | 2026-05-20T15:37:25.295Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4309 | 2026-05-20T15:37:25.308Z | Compiling vergen-git2 v1.0.7 |
| 4310 | 2026-05-20T15:37:25.334Z | Compiling rustls v0.21.12 |
| 4311 | 2026-05-20T15:37:25.338Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 4312 | 2026-05-20T15:37:25.338Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4313 | 2026-05-20T15:37:25.338Z | Checking rustls-webpki v0.101.7 |
| 4314 | 2026-05-20T15:37:25.338Z | Checking sct v0.7.1 |
| 4315 | 2026-05-20T15:37:25.501Z | Compiling nix v0.29.0 |
| 4316 | 2026-05-20T15:37:25.565Z | Compiling dropshot v0.16.7 |
| 4317 | 2026-05-20T15:37:25.605Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4318 | 2026-05-20T15:37:25.658Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4319 | 2026-05-20T15:37:25.678Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4320 | 2026-05-20T15:37:25.814Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4321 | 2026-05-20T15:37:25.841Z | Checking toml v0.9.12+spec-1.1.0 |
| 4322 | 2026-05-20T15:37:25.857Z | Compiling dropshot_endpoint v0.16.7 |
| 4323 | 2026-05-20T15:37:25.964Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4324 | 2026-05-20T15:37:26.141Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4325 | 2026-05-20T15:37:26.370Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 4326 | 2026-05-20T15:37:26.431Z | Checking rustls-pemfile v1.0.4 |
| 4327 | 2026-05-20T15:37:26.576Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4328 | 2026-05-20T15:37:26.779Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 4329 | 2026-05-20T15:37:26.878Z | Checking twox-hash v2.1.2 |
| 4330 | 2026-05-20T15:37:26.976Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4331 | 2026-05-20T15:37:27.085Z | Checking tokio-rustls v0.24.1 |
| 4332 | 2026-05-20T15:37:27.715Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4333 | 2026-05-20T15:37:27.941Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4334 | 2026-05-20T15:37:27.961Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4335 | 2026-05-20T15:37:28.486Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4336 | 2026-05-20T15:37:28.650Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4337 | 2026-05-20T15:37:28.736Z | Checking fatfs v0.3.6 |
| 4338 | 2026-05-20T15:37:28.768Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4339 | 2026-05-20T15:37:28.789Z | Compiling seq-macro v0.3.6 |
| 4340 | 2026-05-20T15:37:32.545Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 4341 | 2026-05-20T15:37:32.675Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 4342 | 2026-05-20T15:37:32.980Z | Compiling git2 v0.20.4 |
| 4343 | 2026-05-20T15:37:35.209Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4344 | 2026-05-20T15:38:21.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.62s |
| 4345 | 2026-05-20T15:38:22.100Z | |
| 4346 | 2026-05-20T15:38:22.100Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4347 | 2026-05-20T15:38:22.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-05-20T15:38:22.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-05-20T15:38:23.036Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4350 | 2026-05-20T15:39:01.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.73s |
| 4351 | 2026-05-20T15:39:02.062Z | |
| 4352 | 2026-05-20T15:39:02.062Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4353 | 2026-05-20T15:39:02.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-05-20T15:39:02.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-05-20T15:39:02.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-05-20T15:39:02.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4357 | 2026-05-20T15:39:02.676Z | |
| 4358 | 2026-05-20T15:39:02.676Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4359 | 2026-05-20T15:39:03.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-05-20T15:39:03.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-05-20T15:39:03.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-05-20T15:39:03.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4363 | 2026-05-20T15:39:03.350Z | |
| 4364 | 2026-05-20T15:39:03.351Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4365 | 2026-05-20T15:39:03.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-05-20T15:39:03.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-05-20T15:39:03.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-05-20T15:39:03.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4369 | 2026-05-20T15:39:04.043Z | |
| 4370 | 2026-05-20T15:39:04.043Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4371 | 2026-05-20T15:39:04.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-05-20T15:39:04.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-05-20T15:39:04.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-05-20T15:39:04.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4375 | 2026-05-20T15:39:04.739Z | |
| 4376 | 2026-05-20T15:39:04.739Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4377 | 2026-05-20T15:39:05.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-05-20T15:39:05.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-05-20T15:39:05.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-05-20T15:39:05.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4381 | 2026-05-20T15:39:05.424Z | |
| 4382 | 2026-05-20T15:39:05.424Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4383 | 2026-05-20T15:39:05.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-05-20T15:39:06.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-05-20T15:39:06.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-05-20T15:39:06.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4387 | 2026-05-20T15:39:06.115Z | |
| 4388 | 2026-05-20T15:39:06.115Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4389 | 2026-05-20T15:39:06.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-05-20T15:39:06.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-05-20T15:39:06.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-05-20T15:39:06.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4393 | 2026-05-20T15:39:06.804Z | |
| 4394 | 2026-05-20T15:39:06.805Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4395 | 2026-05-20T15:39:07.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-05-20T15:39:07.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-05-20T15:39:07.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-05-20T15:39:07.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4399 | 2026-05-20T15:39:07.489Z | |
| 4400 | 2026-05-20T15:39:07.489Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4401 | 2026-05-20T15:39:08.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-05-20T15:39:08.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-05-20T15:39:08.439Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4404 | 2026-05-20T15:39:08.441Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4405 | 2026-05-20T15:39:08.635Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4406 | 2026-05-20T15:39:08.666Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4407 | 2026-05-20T15:39:08.688Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4408 | 2026-05-20T15:39:08.691Z | Checking diff v0.1.13 |
| 4409 | 2026-05-20T15:39:08.691Z | Checking yansi v1.0.1 |
| 4410 | 2026-05-20T15:39:08.705Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4411 | 2026-05-20T15:39:08.775Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4412 | 2026-05-20T15:39:08.974Z | Checking pretty_assertions v1.4.1 |
| 4413 | 2026-05-20T15:39:09.713Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4414 | 2026-05-20T15:39:09.883Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4415 | 2026-05-20T15:39:33.795Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4416 | 2026-05-20T15:39:33.798Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4417 | 2026-05-20T15:39:33.798Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4418 | 2026-05-20T15:39:33.798Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4419 | 2026-05-20T15:39:33.798Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4420 | 2026-05-20T15:39:33.798Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4421 | 2026-05-20T15:39:34.669Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4422 | 2026-05-20T15:39:35.850Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4423 | 2026-05-20T15:40:14.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 4424 | 2026-05-20T15:40:14.822Z | |
| 4425 | 2026-05-20T15:40:14.822Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4426 | 2026-05-20T15:40:15.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-05-20T15:40:15.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-05-20T15:40:15.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4429 | 2026-05-20T15:40:15.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4430 | 2026-05-20T15:40:15.448Z | |
| 4431 | 2026-05-20T15:40:15.448Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4432 | 2026-05-20T15:40:16.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-05-20T15:40:16.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-05-20T15:40:16.277Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4435 | 2026-05-20T15:40:16.405Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4436 | 2026-05-20T15:40:16.408Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4437 | 2026-05-20T15:40:42.496Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4438 | 2026-05-20T15:40:42.978Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4439 | 2026-05-20T15:40:44.788Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4440 | 2026-05-20T15:40:45.331Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4441 | 2026-05-20T15:40:48.363Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4442 | 2026-05-20T15:41:11.319Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4443 | 2026-05-20T15:41:12.113Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4444 | 2026-05-20T15:41:13.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.48s |
| 4445 | 2026-05-20T15:41:14.157Z | |
| 4446 | 2026-05-20T15:41:14.157Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4447 | 2026-05-20T15:41:14.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-05-20T15:41:14.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-05-20T15:41:14.936Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4450 | 2026-05-20T15:41:15.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 4451 | 2026-05-20T15:41:15.931Z | |
| 4452 | 2026-05-20T15:41:15.931Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4453 | 2026-05-20T15:41:16.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-05-20T15:41:16.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-05-20T15:41:16.622Z | Compiling blake3 v1.8.3 |
| 4456 | 2026-05-20T15:41:16.737Z | Checking arrayvec v0.7.6 |
| 4457 | 2026-05-20T15:41:16.737Z | Checking constant_time_eq v0.4.2 |
| 4458 | 2026-05-20T15:41:16.737Z | Checking arrayref v0.3.9 |
| 4459 | 2026-05-20T15:41:16.760Z | Checking topological-sort v0.2.2 |
| 4460 | 2026-05-20T15:41:16.764Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4461 | 2026-05-20T15:41:16.764Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4462 | 2026-05-20T15:41:16.764Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4463 | 2026-05-20T15:41:16.818Z | Checking shell-words v1.1.1 |
| 4464 | 2026-05-20T15:41:17.547Z | Checking omicron-zone-package v0.12.2 |
| 4465 | 2026-05-20T15:41:18.285Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4466 | 2026-05-20T15:41:19.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 4467 | 2026-05-20T15:41:19.352Z | |
| 4468 | 2026-05-20T15:41:19.352Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4469 | 2026-05-20T15:41:19.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-05-20T15:41:19.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-05-20T15:41:20.027Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4472 | 2026-05-20T15:41:20.358Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4473 | 2026-05-20T15:41:20.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4474 | 2026-05-20T15:41:20.972Z | |
| 4475 | 2026-05-20T15:41:20.972Z | info: running `cargo check --bins` on schema (258/276) |
| 4476 | 2026-05-20T15:41:21.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-05-20T15:41:21.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-05-20T15:41:21.755Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4479 | 2026-05-20T15:41:22.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4480 | 2026-05-20T15:41:22.782Z | |
| 4481 | 2026-05-20T15:41:22.782Z | info: running `cargo check --bins` on xtask (259/276) |
| 4482 | 2026-05-20T15:41:23.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-05-20T15:41:23.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-05-20T15:41:23.262Z | Checking libc v0.2.185 |
| 4485 | 2026-05-20T15:41:23.347Z | Checking serde v1.0.228 |
| 4486 | 2026-05-20T15:41:23.352Z | Checking zerofrom v0.1.6 |
| 4487 | 2026-05-20T15:41:23.357Z | Checking bitflags v2.11.0 |
| 4488 | 2026-05-20T15:41:23.362Z | Checking smallvec v1.15.1 |
| 4489 | 2026-05-20T15:41:23.370Z | Checking indexmap v2.14.0 |
| 4490 | 2026-05-20T15:41:23.380Z | Checking serde_json v1.0.149 |
| 4491 | 2026-05-20T15:41:23.391Z | Checking num-traits v0.2.19 |
| 4492 | 2026-05-20T15:41:23.454Z | Checking yoke v0.8.1 |
| 4493 | 2026-05-20T15:41:23.506Z | Checking scroll v0.12.0 |
| 4494 | 2026-05-20T15:41:23.541Z | Checking thiserror v1.0.69 |
| 4495 | 2026-05-20T15:41:23.630Z | Checking zerovec v0.11.5 |
| 4496 | 2026-05-20T15:41:23.641Z | Checking zerotrie v0.2.3 |
| 4497 | 2026-05-20T15:41:23.644Z | Checking errno v0.3.14 |
| 4498 | 2026-05-20T15:41:23.736Z | Checking percent-encoding v2.3.2 |
| 4499 | 2026-05-20T15:41:23.746Z | Checking toml_datetime v0.6.11 |
| 4500 | 2026-05-20T15:41:23.770Z | Checking rustix v1.1.3 |
| 4501 | 2026-05-20T15:41:23.879Z | Checking serde_spanned v0.6.9 |
| 4502 | 2026-05-20T15:41:23.890Z | Checking log v0.4.29 |
| 4503 | 2026-05-20T15:41:23.913Z | Checking form_urlencoded v1.2.2 |
| 4504 | 2026-05-20T15:41:23.925Z | Checking ordered-float v2.10.1 |
| 4505 | 2026-05-20T15:41:23.935Z | Checking zerocopy v0.7.35 |
| 4506 | 2026-05-20T15:41:23.991Z | Checking getrandom v0.4.1 |
| 4507 | 2026-05-20T15:41:24.008Z | Checking toml_edit v0.22.27 |
| 4508 | 2026-05-20T15:41:24.037Z | Checking goblin v0.8.2 |
| 4509 | 2026-05-20T15:41:24.048Z | Checking thiserror v2.0.18 |
| 4510 | 2026-05-20T15:41:24.070Z | Checking tinystr v0.8.2 |
| 4511 | 2026-05-20T15:41:24.125Z | Checking potential_utf v0.1.4 |
| 4512 | 2026-05-20T15:41:24.149Z | Checking syn v2.0.117 |
| 4513 | 2026-05-20T15:41:24.161Z | Checking serde-value v0.7.0 |
| 4514 | 2026-05-20T15:41:24.253Z | Checking icu_locale_core v2.1.1 |
| 4515 | 2026-05-20T15:41:24.264Z | Checking icu_collections v2.1.1 |
| 4516 | 2026-05-20T15:41:24.365Z | Checking dtrace-parser v0.2.0 |
| 4517 | 2026-05-20T15:41:24.430Z | Checking thread-id v4.2.2 |
| 4518 | 2026-05-20T15:41:24.516Z | Checking once_cell v1.21.3 |
| 4519 | 2026-05-20T15:41:24.588Z | Checking cargo-platform v0.2.0 |
| 4520 | 2026-05-20T15:41:24.608Z | Checking memmap v0.7.0 |
| 4521 | 2026-05-20T15:41:24.613Z | Checking terminal_size v0.4.3 |
| 4522 | 2026-05-20T15:41:24.696Z | Checking tempfile v3.25.0 |
| 4523 | 2026-05-20T15:41:24.745Z | Checking clap_builder v4.6.0 |
| 4524 | 2026-05-20T15:41:24.759Z | Checking textwrap v0.16.2 |
| 4525 | 2026-05-20T15:41:24.773Z | Checking fs-err v3.3.0 |
| 4526 | 2026-05-20T15:41:24.817Z | Checking icu_provider v2.1.1 |
| 4527 | 2026-05-20T15:41:24.896Z | Checking camino-tempfile v1.4.1 |
| 4528 | 2026-05-20T15:41:24.956Z | Checking tabled v0.15.0 |
| 4529 | 2026-05-20T15:41:24.974Z | Checking anyhow v1.0.102 |
| 4530 | 2026-05-20T15:41:25.059Z | Checking icu_normalizer v2.1.1 |
| 4531 | 2026-05-20T15:41:25.060Z | Checking icu_properties v2.1.2 |
| 4532 | 2026-05-20T15:41:25.130Z | Checking toml v0.8.23 |
| 4533 | 2026-05-20T15:41:25.175Z | Checking macaddr v1.0.1 |
| 4534 | 2026-05-20T15:41:25.363Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4535 | 2026-05-20T15:41:25.460Z | Checking cargo_toml v0.21.0 |
| 4536 | 2026-05-20T15:41:25.887Z | Checking idna_adapter v1.2.1 |
| 4537 | 2026-05-20T15:41:25.936Z | Checking dof v0.3.0 |
| 4538 | 2026-05-20T15:41:25.959Z | Checking clap v4.6.1 |
| 4539 | 2026-05-20T15:41:26.009Z | Checking idna v1.1.0 |
| 4540 | 2026-05-20T15:41:26.209Z | Checking usdt-impl v0.5.0 |
| 4541 | 2026-05-20T15:41:26.240Z | Checking url v2.5.8 |
| 4542 | 2026-05-20T15:41:26.467Z | Checking usdt v0.5.0 |
| 4543 | 2026-05-20T15:41:26.598Z | Checking cargo-util-schemas v0.8.2 |
| 4544 | 2026-05-20T15:41:27.294Z | Checking cargo_metadata v0.21.0 |
| 4545 | 2026-05-20T15:41:27.950Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4546 | 2026-05-20T15:41:28.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
| 4547 | 2026-05-20T15:41:28.464Z | |
| 4548 | 2026-05-20T15:41:28.464Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4549 | 2026-05-20T15:41:29.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-05-20T15:41:29.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-05-20T15:41:29.138Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4552 | 2026-05-20T15:41:29.628Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4553 | 2026-05-20T15:41:30.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 4554 | 2026-05-20T15:41:30.237Z | |
| 4555 | 2026-05-20T15:41:30.237Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4556 | 2026-05-20T15:41:30.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4557 | 2026-05-20T15:41:30.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4558 | 2026-05-20T15:41:31.095Z | Checking polyval v0.6.2 |
| 4559 | 2026-05-20T15:41:31.225Z | Checking ctr v0.9.2 |
| 4560 | 2026-05-20T15:41:31.235Z | Checking ssh-encoding v0.2.0 |
| 4561 | 2026-05-20T15:41:31.235Z | Checking blowfish v0.9.1 |
| 4562 | 2026-05-20T15:41:31.257Z | Checking password-hash v0.4.2 |
| 4563 | 2026-05-20T15:41:31.284Z | Checking p256 v0.13.2 |
| 4564 | 2026-05-20T15:41:31.284Z | Checking p521 v0.13.3 |
| 4565 | 2026-05-20T15:41:31.287Z | Checking russh-cryptovec v0.7.3 |
| 4566 | 2026-05-20T15:41:31.368Z | Checking ghash v0.5.1 |
| 4567 | 2026-05-20T15:41:31.384Z | Checking bcrypt-pbkdf v0.10.0 |
| 4568 | 2026-05-20T15:41:31.384Z | Checking md5 v0.7.0 |
| 4569 | 2026-05-20T15:41:31.418Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4570 | 2026-05-20T15:41:31.442Z | Checking num-bigint v0.4.6 |
| 4571 | 2026-05-20T15:41:31.489Z | Checking aes-gcm v0.10.3 |
| 4572 | 2026-05-20T15:41:31.518Z | Checking pbkdf2 v0.11.0 |
| 4573 | 2026-05-20T15:41:31.546Z | Checking des v0.8.1 |
| 4574 | 2026-05-20T15:41:31.567Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4575 | 2026-05-20T15:41:31.597Z | Checking hex-literal v0.4.1 |
| 4576 | 2026-05-20T15:41:31.637Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4577 | 2026-05-20T15:41:31.651Z | Checking ssh-cipher v0.2.0 |
| 4578 | 2026-05-20T15:41:31.690Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4579 | 2026-05-20T15:41:31.705Z | Checking internet-checksum v0.2.1 |
| 4580 | 2026-05-20T15:41:31.823Z | Checking ssh-key v0.6.7 |
| 4581 | 2026-05-20T15:41:31.926Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4582 | 2026-05-20T15:41:32.464Z | Checking russh-keys v0.45.0 |
| 4583 | 2026-05-20T15:41:33.020Z | Checking russh v0.45.0 |
| 4584 | 2026-05-20T15:41:49.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s |
| 4585 | 2026-05-20T15:41:49.875Z | |
| 4586 | 2026-05-20T15:41:49.875Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4587 | 2026-05-20T15:41:50.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4588 | 2026-05-20T15:41:50.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4589 | 2026-05-20T15:41:50.548Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4590 | 2026-05-20T15:41:50.661Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4591 | 2026-05-20T15:41:50.668Z | Checking termios v0.3.3 |
| 4592 | 2026-05-20T15:41:51.899Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4593 | 2026-05-20T15:41:52.055Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4594 | 2026-05-20T15:41:53.868Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4595 | 2026-05-20T15:41:54.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
| 4596 | 2026-05-20T15:41:54.656Z | |
| 4597 | 2026-05-20T15:41:54.656Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4598 | 2026-05-20T15:41:55.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4599 | 2026-05-20T15:41:55.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4600 | 2026-05-20T15:41:55.386Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4601 | 2026-05-20T15:41:55.505Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4602 | 2026-05-20T15:41:55.513Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4603 | 2026-05-20T15:41:55.517Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4604 | 2026-05-20T15:41:55.532Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4605 | 2026-05-20T15:41:55.535Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4606 | 2026-05-20T15:41:56.276Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4607 | 2026-05-20T15:41:56.609Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4608 | 2026-05-20T15:41:56.615Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4609 | 2026-05-20T15:41:57.257Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4610 | 2026-05-20T15:41:58.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
| 4611 | 2026-05-20T15:41:59.129Z | |
| 4612 | 2026-05-20T15:41:59.129Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4613 | 2026-05-20T15:41:59.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-05-20T15:41:59.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-05-20T15:41:59.792Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4616 | 2026-05-20T15:42:00.259Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4617 | 2026-05-20T15:42:00.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4618 | 2026-05-20T15:42:00.793Z | |
| 4619 | 2026-05-20T15:42:00.793Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4620 | 2026-05-20T15:42:01.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4621 | 2026-05-20T15:42:01.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4622 | 2026-05-20T15:42:01.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4623 | 2026-05-20T15:42:01.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4624 | 2026-05-20T15:42:01.414Z | |
| 4625 | 2026-05-20T15:42:01.414Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4626 | 2026-05-20T15:42:01.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4627 | 2026-05-20T15:42:01.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4628 | 2026-05-20T15:42:01.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4629 | 2026-05-20T15:42:01.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4630 | 2026-05-20T15:42:02.057Z | |
| 4631 | 2026-05-20T15:42:02.057Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4632 | 2026-05-20T15:42:02.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4633 | 2026-05-20T15:42:02.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4634 | 2026-05-20T15:42:02.860Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4635 | 2026-05-20T15:42:03.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4636 | 2026-05-20T15:42:03.757Z | |
| 4637 | 2026-05-20T15:42:03.757Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4638 | 2026-05-20T15:42:04.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4639 | 2026-05-20T15:42:04.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4640 | 2026-05-20T15:42:04.445Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4641 | 2026-05-20T15:42:04.463Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4642 | 2026-05-20T15:42:04.731Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4643 | 2026-05-20T15:42:04.731Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4644 | 2026-05-20T15:42:05.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 4645 | 2026-05-20T15:42:05.747Z | |
| 4646 | 2026-05-20T15:42:05.747Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4647 | 2026-05-20T15:42:06.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4648 | 2026-05-20T15:42:06.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4649 | 2026-05-20T15:42:06.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4650 | 2026-05-20T15:42:06.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4651 | 2026-05-20T15:42:06.367Z | |
| 4652 | 2026-05-20T15:42:06.367Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4653 | 2026-05-20T15:42:06.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4654 | 2026-05-20T15:42:06.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4655 | 2026-05-20T15:42:07.082Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4656 | 2026-05-20T15:42:08.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
| 4657 | 2026-05-20T15:42:08.401Z | |
| 4658 | 2026-05-20T15:42:08.401Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4659 | 2026-05-20T15:42:08.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-20T15:42:08.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-20T15:42:09.227Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4662 | 2026-05-20T15:42:09.596Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4663 | 2026-05-20T15:42:10.124Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4664 | 2026-05-20T15:42:10.146Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4665 | 2026-05-20T15:42:17.270Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4666 | 2026-05-20T15:42:17.270Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4667 | 2026-05-20T15:42:17.270Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4668 | 2026-05-20T15:42:17.270Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4669 | 2026-05-20T15:42:17.270Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4670 | 2026-05-20T15:42:17.270Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4671 | 2026-05-20T15:42:17.491Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4672 | 2026-05-20T15:42:18.479Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4673 | 2026-05-20T15:42:19.265Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4674 | 2026-05-20T15:42:19.906Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4675 | 2026-05-20T15:42:24.372Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4676 | 2026-05-20T15:42:31.003Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4677 | 2026-05-20T15:42:31.004Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4678 | 2026-05-20T15:42:31.007Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4679 | 2026-05-20T15:42:31.007Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4680 | 2026-05-20T15:42:32.627Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4681 | 2026-05-20T15:42:34.070Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4682 | 2026-05-20T15:42:34.836Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4683 | 2026-05-20T15:42:36.187Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4684 | 2026-05-20T15:42:36.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.42s |
| 4685 | 2026-05-20T15:42:37.050Z | |
| 4686 | 2026-05-20T15:42:37.051Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4687 | 2026-05-20T15:42:37.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4688 | 2026-05-20T15:42:37.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4689 | 2026-05-20T15:42:37.805Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4690 | 2026-05-20T15:42:37.808Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4691 | 2026-05-20T15:42:37.808Z | Checking rtoolbox v0.0.3 |
| 4692 | 2026-05-20T15:42:37.942Z | Checking tui-tree-widget v0.23.1 |
| 4693 | 2026-05-20T15:42:38.040Z | Checking rpassword v7.4.0 |
| 4694 | 2026-05-20T15:42:39.079Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4695 | 2026-05-20T15:42:42.086Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4696 | 2026-05-20T15:42:43.980Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4697 | 2026-05-20T15:42:44.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s |
| 4698 | 2026-05-20T15:42:45.127Z | |
| 4699 | 2026-05-20T15:42:45.127Z | info: running `cargo check --bins` on wicket (273/276) |
| 4700 | 2026-05-20T15:42:45.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-05-20T15:42:45.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-05-20T15:42:45.866Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4703 | 2026-05-20T15:42:46.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 4704 | 2026-05-20T15:42:46.460Z | |
| 4705 | 2026-05-20T15:42:46.460Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4706 | 2026-05-20T15:42:47.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4707 | 2026-05-20T15:42:47.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4708 | 2026-05-20T15:42:47.219Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4709 | 2026-05-20T15:42:47.226Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4710 | 2026-05-20T15:42:47.226Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4711 | 2026-05-20T15:42:47.226Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4712 | 2026-05-20T15:42:48.248Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4713 | 2026-05-20T15:42:48.836Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4714 | 2026-05-20T15:42:51.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 4715 | 2026-05-20T15:42:52.032Z | |
| 4716 | 2026-05-20T15:42:52.032Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4717 | 2026-05-20T15:42:52.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4718 | 2026-05-20T15:42:52.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4719 | 2026-05-20T15:42:52.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4720 | 2026-05-20T15:42:52.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4721 | 2026-05-20T15:42:52.662Z | |
| 4722 | 2026-05-20T15:42:52.662Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4723 | 2026-05-20T15:42:53.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-05-20T15:42:53.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-05-20T15:42:53.368Z | Checking uzers v0.12.2 |
| 4726 | 2026-05-20T15:42:53.654Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4727 | 2026-05-20T15:42:54.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4728 | 2026-05-20T15:42:54.639Z | |
| 4729 | 2026-05-20T15:42:54.642Z | real 15:32.330425275 |
| 4730 | 2026-05-20T15:42:54.642Z | user 22:55.344360278 |
| 4731 | 2026-05-20T15:42:54.642Z | sys 4:48.620546216 |
| 4732 | 2026-05-20T15:42:54.643Z | trap 0.368630585 |
| 4733 | 2026-05-20T15:42:54.643Z | tflt 1.110726905 |
| 4734 | 2026-05-20T15:42:54.643Z | dflt 1.204767234 |
| 4735 | 2026-05-20T15:42:54.643Z | kflt 0.022882739 |
| 4736 | 2026-05-20T15:42:54.643Z | lock 1:26:06.598743755 |
| 4737 | 2026-05-20T15:42:54.643Z | slp 1:49:06.660427248 |
| 4738 | 2026-05-20T15:42:54.643Z | lat 1:08.004920991 |
| 4739 | 2026-05-20T15:42:54.643Z | stop 4:04.601414676 |
| 4740 | 2026-05-20T15:42:54.643Z | process exited: duration 1078418 ms, exit code 0 |
| |
| 4741 | 2026-05-20T15:42:54.650Z | found 0 output files |