|
|
|
| 1 | 2026-05-21T09:50:43.071Z | job assigned to worker 01KS4Z29BZDN0G1DZ2M5VGHKXJ [factory aws, i-01a227b991bd499d4] (queued for 48 s) |
| |
| 2 | 2026-05-21T09:50:50.034Z | starting task 0: "setup" |
| 3 | 2026-05-21T09:50:50.039Z | ++ uname -s |
| 4 | 2026-05-21T09:50:50.045Z | + kern=SunOS |
| 5 | 2026-05-21T09:50:50.045Z | + build_user=build |
| 6 | 2026-05-21T09:50:50.045Z | + build_uid=12345 |
| 7 | 2026-05-21T09:50:50.045Z | + work_dir=/work |
| 8 | 2026-05-21T09:50:50.045Z | + input_dir=/input |
| 9 | 2026-05-21T09:50:50.045Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T09:50:50.045Z | + case "$kern" in |
| 11 | 2026-05-21T09:50:50.045Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T09:50:50.054Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T09:50:52.049Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T09:50:52.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T09:50:52.119Z | + home_fs=zfs |
| 16 | 2026-05-21T09:50:52.119Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T09:50:52.119Z | + mkdir -p /home/build |
| 18 | 2026-05-21T09:50:52.119Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T09:50:54.120Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T09:50:54.124Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-05-21T09:50:54.134Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T09:50:54.141Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T09:50:54.141Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-21T09:50:54.141Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-21T09:50:54.141Z | * rust toolchain profile = "default" |
| 26 | 2026-05-21T09:50:54.141Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-21T09:50:54.141Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T09:50:54.145Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T09:50:54.145Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T09:50:54.288Z | info: downloading installer |
| 31 | 2026-05-21T09:50:55.611Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T09:50:55.611Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T09:50:55.611Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T09:50:55.611Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T09:50:55.623Z | info: profile set to default |
| 36 | 2026-05-21T09:50:55.623Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T09:50:55.626Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T09:50:55.758Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T09:50:55.761Z | info: downloading 6 components |
| 40 | 2026-05-21T09:51:10.037Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T09:51:10.037Z | |
| 42 | 2026-05-21T09:51:10.070Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T09:51:10.070Z | |
| 44 | 2026-05-21T09:51:10.070Z | |
| 45 | 2026-05-21T09:51:10.070Z | Rust is installed now. Great! |
| 46 | 2026-05-21T09:51:10.070Z | |
| 47 | 2026-05-21T09:51:10.070Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T09:51:10.070Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T09:51:10.070Z | |
| 50 | 2026-05-21T09:51:10.070Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T09:51:10.070Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T09:51:10.070Z | |
| 53 | 2026-05-21T09:51:10.070Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T09:51:10.074Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T09:51:10.074Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T09:51:10.074Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T09:51:10.074Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T09:51:10.074Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T09:51:10.074Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T09:51:10.074Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T09:51:10.074Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T09:51:10.153Z | + rustup --version |
| 63 | 2026-05-21T09:51:10.162Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T09:51:10.165Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T09:51:10.183Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T09:51:10.186Z | + cargo --version |
| 67 | 2026-05-21T09:51:10.198Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T09:51:10.201Z | + rustc --version |
| 69 | 2026-05-21T09:51:10.220Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T09:51:10.223Z | process exited: duration 16088 ms, exit code 0 |
| |
| 71 | 2026-05-21T09:51:10.229Z | starting task 2: "authentication" |
| 72 | 2026-05-21T09:51:10.246Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-21T09:51:10.251Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T09:51:10.254Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T09:51:10.257Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T09:51:10.309Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T09:51:20.464Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T09:51:20.464Z | + git fetch origin d250ae7ce411a976ea6048fe767b6cfd0e70894f |
| 79 | 2026-05-21T09:51:20.783Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T09:51:20.783Z | * branch d250ae7ce411a976ea6048fe767b6cfd0e70894f -> FETCH_HEAD |
| 81 | 2026-05-21T09:51:20.792Z | + [[ -n zl/ddm-internal-dns ]] |
| 82 | 2026-05-21T09:51:20.795Z | ++ git branch --show-current |
| 83 | 2026-05-21T09:51:20.795Z | + current=main |
| 84 | 2026-05-21T09:51:20.795Z | + [[ main != zl/ddm-internal-dns ]] |
| 85 | 2026-05-21T09:51:20.795Z | + git branch -f zl/ddm-internal-dns d250ae7ce411a976ea6048fe767b6cfd0e70894f |
| 86 | 2026-05-21T09:51:20.801Z | + git checkout -f zl/ddm-internal-dns |
| 87 | 2026-05-21T09:51:21.028Z | Switched to branch 'zl/ddm-internal-dns' |
| 88 | 2026-05-21T09:51:21.032Z | + git reset --hard d250ae7ce411a976ea6048fe767b6cfd0e70894f |
| 89 | 2026-05-21T09:51:21.269Z | HEAD is now at d250ae7ce merge main + bump maghemite to 9bb5037 + oxlog patch |
| 90 | 2026-05-21T09:51:21.272Z | process exited: duration 11019 ms, exit code 0 |
| |
| 91 | 2026-05-21T09:51:21.278Z | starting task 4: "build" |
| 92 | 2026-05-21T09:51:21.283Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-21T09:51:21.286Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-21T09:51:21.286Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-21T09:51:21.286Z | + cargo --version |
| 96 | 2026-05-21T09:51:21.293Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-21T09:51:21.296Z | + rustc --version |
| 98 | 2026-05-21T09:51:21.316Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-21T09:51:21.318Z | + source ./env.sh |
| 100 | 2026-05-21T09:51:21.318Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-21T09:51:21.319Z | ++ set -o xtrace |
| 102 | 2026-05-21T09:51:21.321Z | ++++ dirname ./env.sh |
| 103 | 2026-05-21T09:51:21.324Z | +++ readlink -f . |
| 104 | 2026-05-21T09:51:21.327Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ 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-21T09:51:21.327Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-05-21T09:51:21.327Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-05-21T09:51:21.327Z | + 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-21T09:51:21.327Z | + 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-21T09:51:21.327Z | + banner prerequisites |
| 120 | 2026-05-21T09:51:21.327Z | |
| 121 | 2026-05-21T09:51:21.327Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 122 | 2026-05-21T09:51:21.327Z | # # # # # # # # # # # # # # # |
| 123 | 2026-05-21T09:51:21.327Z | # # # # ##### # # ##### # # # # # #### # |
| 124 | 2026-05-21T09:51:21.327Z | ##### ##### # ##### # # # # # # # # # |
| 125 | 2026-05-21T09:51:21.327Z | # # # # # # # # # # # # # # # |
| 126 | 2026-05-21T09:51:21.327Z | # # # ###### # # ###### ### # #### # #### # |
| 127 | 2026-05-21T09:51:21.327Z | |
| 128 | 2026-05-21T09:51:21.327Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 129 | 2026-05-21T09:51:22.927Z | Startup: Refreshing catalog 'helios' ... Done |
| 130 | 2026-05-21T09:51:22.994Z | Startup: Caching catalogs ... Done |
| 131 | 2026-05-21T09:51:23.199Z | Planning: Solver setup ... Done (0.173s) |
| 132 | 2026-05-21T09:51:23.217Z | Planning: Running solver ... Done (0.017s) |
| 133 | 2026-05-21T09:51:23.221Z | Planning: Finding local manifests ... Done (0.003s) |
| 134 | 2026-05-21T09:51:23.232Z | Planning: Fetching manifests: 0/2 0% complete |
| 135 | 2026-05-21T09:51:23.251Z | Planning: Fetching manifests: 2/2 100% complete |
| 136 | 2026-05-21T09:51:23.264Z | Planning: Package planning ... Done (0.013s) |
| 137 | 2026-05-21T09:51:23.267Z | Planning: Merging actions ... Done (0.001s) |
| 138 | 2026-05-21T09:51:23.462Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 139 | 2026-05-21T09:51:23.465Z | Planning: Consolidating action changes ... Done (0.001s) |
| 140 | 2026-05-21T09:51:24.707Z | Planning: Evaluating mediators ... Done (1.244s) |
| 141 | 2026-05-21T09:51:24.710Z | Planning: Planning completed in 1.70 seconds |
| 142 | 2026-05-21T09:51:24.716Z | Packages to install: 2 |
| 143 | 2026-05-21T09:51:24.719Z | Estimated space available: 156.07 GB |
| 144 | 2026-05-21T09:51:24.719Z | Estimated space to be consumed: 19.75 MB |
| 145 | 2026-05-21T09:51:24.719Z | Create boot environment: No |
| 146 | 2026-05-21T09:51:24.719Z | Create backup boot environment: No |
| 147 | 2026-05-21T09:51:24.719Z | Rebuild boot archive: No |
| 148 | 2026-05-21T09:51:24.719Z | |
| 149 | 2026-05-21T09:51:24.719Z | Changed packages: |
| 150 | 2026-05-21T09:51:24.719Z | helios |
| 151 | 2026-05-21T09:51:24.719Z | developer/build-essential |
| 152 | 2026-05-21T09:51:24.719Z | None -> 11-3.0 |
| 153 | 2026-05-21T09:51:24.719Z | library/libxmlsec1 |
| 154 | 2026-05-21T09:51:24.719Z | None -> 1.2.35-3.0 |
| 155 | 2026-05-21T09:51:24.760Z | |
| 156 | 2026-05-21T09:51:24.760Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 157 | 2026-05-21T09:51:25.239Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 158 | 2026-05-21T09:51:25.283Z | Actions: 1/268 actions (Installing new actions) |
| 159 | 2026-05-21T09:51:25.320Z | Actions: Completed 268 actions in 0.04 seconds. |
| 160 | 2026-05-21T09:51:25.326Z | Finalize: Updating package state database ... Done (0.006s) |
| 161 | 2026-05-21T09:51:25.326Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-05-21T09:51:25.342Z | Finalize: Updating image state ... Done (0.015s) |
| 163 | 2026-05-21T09:51:27.887Z | Finalize: Creating fast lookup database ... Done (2.524s) |
| 164 | 2026-05-21T09:51:27.963Z | Finalize: Reading search index ... Done (0.022s) |
| 165 | 2026-05-21T09:51:27.966Z | Finalize: Updating search index ... Done (0.000s) |
| 166 | 2026-05-21T09:51:28.025Z | Finalize: Updating package cache ... Done (0.000s) |
| 167 | 2026-05-21T09:51:28.320Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2026-05-21T09:51:28.426Z | Planning: Checking for conflicting actions ... Done |
| 169 | 2026-05-21T09:51:28.429Z | Planning: Consolidating action changes ... Done |
| 170 | 2026-05-21T09:51:28.583Z | Planning: Evaluating mediators ... Done |
| 171 | 2026-05-21T09:51:28.586Z | Planning: Planning completed in 0.26 seconds |
| 172 | 2026-05-21T09:51:28.606Z | Mediators to change: 2 |
| 173 | 2026-05-21T09:51:28.606Z | Create boot environment: No |
| 174 | 2026-05-21T09:51:28.606Z | Create backup boot environment: No |
| 175 | 2026-05-21T09:51:28.644Z | Finalize: Updating package state database ... Done |
| 176 | 2026-05-21T09:51:28.644Z | Finalize: Updating package cache ... Done |
| 177 | 2026-05-21T09:51:28.653Z | Finalize: Updating image state ... Done |
| 178 | 2026-05-21T09:51:30.593Z | Finalize: Creating fast lookup database ... Done |
| 179 | 2026-05-21T09:51:30.652Z | Finalize: Reading search index ... Done |
| 180 | 2026-05-21T09:51:30.656Z | Finalize: Updating search index ... Done |
| 181 | 2026-05-21T09:51:30.704Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-21T09:51:30.984Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2026-05-21T09:51:31.088Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2026-05-21T09:51:31.091Z | Planning: Consolidating action changes ... Done |
| 185 | 2026-05-21T09:51:31.243Z | Planning: Evaluating mediators ... Done |
| 186 | 2026-05-21T09:51:31.246Z | Planning: Planning completed in 0.26 seconds |
| 187 | 2026-05-21T09:51:31.266Z | Mediators to change: 1 |
| 188 | 2026-05-21T09:51:31.266Z | Create boot environment: No |
| 189 | 2026-05-21T09:51:31.266Z | Create backup boot environment: No |
| 190 | 2026-05-21T09:51:31.308Z | Finalize: Updating package state database ... Done |
| 191 | 2026-05-21T09:51:31.308Z | Finalize: Updating package cache ... Done |
| 192 | 2026-05-21T09:51:31.316Z | Finalize: Updating image state ... Done |
| 193 | 2026-05-21T09:51:33.230Z | Finalize: Creating fast lookup database ... Done |
| 194 | 2026-05-21T09:51:33.296Z | Finalize: Reading search index ... Done |
| 195 | 2026-05-21T09:51:33.299Z | Finalize: Updating search index ... Done |
| 196 | 2026-05-21T09:51:33.354Z | Finalize: Updating package cache ... Done |
| 197 | 2026-05-21T09:51:33.660Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 198 | 2026-05-21T09:51:33.660Z | apache system 2.4 system |
| 199 | 2026-05-21T09:51:33.660Z | clang system 15 system |
| 200 | 2026-05-21T09:51:33.660Z | csh system system illumos |
| 201 | 2026-05-21T09:51:33.660Z | ctags system system illumos |
| 202 | 2026-05-21T09:51:33.660Z | file vendor vendor darwinsys |
| 203 | 2026-05-21T09:51:33.660Z | file system system illumos |
| 204 | 2026-05-21T09:51:33.660Z | gcc vendor 14 vendor |
| 205 | 2026-05-21T09:51:33.660Z | gcc system 13 system |
| 206 | 2026-05-21T09:51:33.660Z | gcc system 10 system |
| 207 | 2026-05-21T09:51:33.660Z | go system 1.25 system |
| 208 | 2026-05-21T09:51:33.660Z | llvm system 15 system |
| 209 | 2026-05-21T09:51:33.660Z | mariadb system 11.4 system |
| 210 | 2026-05-21T09:51:33.660Z | mta vendor vendor dma |
| 211 | 2026-05-21T09:51:33.661Z | openjdk system 17 system |
| 212 | 2026-05-21T09:51:33.661Z | openjdk system 11 system |
| 213 | 2026-05-21T09:51:33.661Z | openssl vendor 3 vendor |
| 214 | 2026-05-21T09:51:33.661Z | perl system 5.40 system |
| 215 | 2026-05-21T09:51:33.661Z | postgresql system 18 system |
| 216 | 2026-05-21T09:51:33.661Z | postgresql system 17 system |
| 217 | 2026-05-21T09:51:33.661Z | python vendor 3 vendor |
| 218 | 2026-05-21T09:51:33.661Z | python system 2 system |
| 219 | 2026-05-21T09:51:33.661Z | python3 vendor 3.13 vendor |
| 220 | 2026-05-21T09:51:33.661Z | ruby system 3.4 system |
| 221 | 2026-05-21T09:51:33.661Z | ruby system 3.0 system |
| 222 | 2026-05-21T09:51:33.661Z | words vendor vendor american-english |
| 223 | 2026-05-21T09:51:33.661Z | words system system australian-english |
| 224 | 2026-05-21T09:51:33.661Z | words system system british-english |
| 225 | 2026-05-21T09:51:33.661Z | words system system canadian-english |
| 226 | 2026-05-21T09:51:33.661Z | words system system french |
| 227 | 2026-05-21T09:51:33.661Z | words system system italian |
| 228 | 2026-05-21T09:51:33.661Z | words system system ngerman |
| 229 | 2026-05-21T09:51:33.661Z | words system system ogerman |
| 230 | 2026-05-21T09:51:33.661Z | words system system spanish |
| 231 | 2026-05-21T09:51:33.909Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2026-05-21T09:51:33.909Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 233 | 2026-05-21T09:51:34.175Z | FMRI IFO |
| 234 | 2026-05-21T09:51:34.175Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 235 | 2026-05-21T09:51:34.175Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 236 | 2026-05-21T09:51:34.175Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 237 | 2026-05-21T09:51:34.175Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 238 | 2026-05-21T09:51:34.175Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 239 | 2026-05-21T09:51:34.175Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 240 | 2026-05-21T09:51:34.175Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 241 | 2026-05-21T09:51:34.175Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 242 | 2026-05-21T09:51:34.175Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 243 | 2026-05-21T09:51:34.412Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 244 | 2026-05-21T09:51:34.690Z | Updating crates.io index |
| 245 | 2026-05-21T09:51:34.698Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 246 | 2026-05-21T09:51:34.938Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-05-21T09:51:35.715Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-05-21T09:51:36.130Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-05-21T09:51:37.756Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-05-21T09:51:38.288Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-05-21T09:51:39.622Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-05-21T09:51:40.485Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-05-21T09:51:40.805Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 254 | 2026-05-21T09:51:41.769Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 255 | 2026-05-21T09:51:42.154Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 256 | 2026-05-21T09:51:42.574Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 257 | 2026-05-21T09:51:42.865Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 258 | 2026-05-21T09:51:43.990Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 259 | 2026-05-21T09:51:44.445Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-05-21T09:51:44.689Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 261 | 2026-05-21T09:51:45.021Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 262 | 2026-05-21T09:51:45.357Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 263 | 2026-05-21T09:51:45.773Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2026-05-21T09:51:46.074Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2026-05-21T09:51:46.328Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2026-05-21T09:51:46.598Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 267 | 2026-05-21T09:51:46.997Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 268 | 2026-05-21T09:51:47.427Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 269 | 2026-05-21T09:51:47.885Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 270 | 2026-05-21T09:51:48.122Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 271 | 2026-05-21T09:51:48.468Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 272 | 2026-05-21T09:51:48.880Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2026-05-21T09:51:49.681Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 274 | 2026-05-21T09:51:50.545Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2026-05-21T09:51:50.947Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2026-05-21T09:51:51.295Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 277 | 2026-05-21T09:51:51.636Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-05-21T09:51:51.974Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-05-21T09:51:52.291Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 280 | 2026-05-21T09:51:52.904Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-05-21T09:51:53.154Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-05-21T09:51:53.396Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-05-21T09:51:53.670Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 284 | 2026-05-21T09:52:06.964Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 285 | 2026-05-21T09:52:07.434Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 286 | 2026-05-21T09:52:09.274Z | Downloading crates ... |
| 287 | 2026-05-21T09:52:09.314Z | Downloaded cargo-platform v0.2.0 |
| 288 | 2026-05-21T09:52:09.322Z | Downloaded anstyle v1.0.14 |
| 289 | 2026-05-21T09:52:09.327Z | Downloaded camino-tempfile v1.4.1 |
| 290 | 2026-05-21T09:52:09.330Z | Downloaded proc-macro-error v1.0.4 |
| 291 | 2026-05-21T09:52:09.333Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-05-21T09:52:09.333Z | Downloaded thiserror-impl v1.0.69 |
| 293 | 2026-05-21T09:52:09.333Z | Downloaded displaydoc v0.2.5 |
| 294 | 2026-05-21T09:52:09.336Z | Downloaded anstream v1.0.0 |
| 295 | 2026-05-21T09:52:09.336Z | Downloaded plain v0.2.3 |
| 296 | 2026-05-21T09:52:09.338Z | Downloaded zerofrom v0.1.6 |
| 297 | 2026-05-21T09:52:09.338Z | Downloaded version_check v0.9.5 |
| 298 | 2026-05-21T09:52:09.338Z | Downloaded num-traits v0.2.19 |
| 299 | 2026-05-21T09:52:09.341Z | Downloaded utf8_iter v1.0.4 |
| 300 | 2026-05-21T09:52:09.341Z | Downloaded unicode-linebreak v0.1.5 |
| 301 | 2026-05-21T09:52:09.341Z | Downloaded icu_collections v2.1.1 |
| 302 | 2026-05-21T09:52:09.345Z | Downloaded typeid v1.0.3 |
| 303 | 2026-05-21T09:52:09.348Z | Downloaded toml_datetime v0.6.11 |
| 304 | 2026-05-21T09:52:09.348Z | Downloaded pest_derive v2.8.6 |
| 305 | 2026-05-21T09:52:09.351Z | Downloaded itoa v1.0.17 |
| 306 | 2026-05-21T09:52:09.351Z | Downloaded memmap v0.7.0 |
| 307 | 2026-05-21T09:52:09.351Z | Downloaded erased-serde v0.4.9 |
| 308 | 2026-05-21T09:52:09.354Z | Downloaded thread-id v4.2.2 |
| 309 | 2026-05-21T09:52:09.354Z | Downloaded sha2 v0.10.9 |
| 310 | 2026-05-21T09:52:09.354Z | Downloaded utf8parse v0.2.2 |
| 311 | 2026-05-21T09:52:09.354Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2026-05-21T09:52:09.357Z | Downloaded equivalent v1.0.2 |
| 313 | 2026-05-21T09:52:09.357Z | Downloaded dtrace-parser v0.2.0 |
| 314 | 2026-05-21T09:52:09.357Z | Downloaded idna_adapter v1.2.1 |
| 315 | 2026-05-21T09:52:09.357Z | Downloaded fastrand v2.3.0 |
| 316 | 2026-05-21T09:52:09.357Z | Downloaded errno v0.3.14 |
| 317 | 2026-05-21T09:52:09.360Z | Downloaded dof v0.3.0 |
| 318 | 2026-05-21T09:52:09.360Z | Downloaded usdt-macro v0.5.0 |
| 319 | 2026-05-21T09:52:09.360Z | Downloaded getrandom v0.4.1 |
| 320 | 2026-05-21T09:52:09.365Z | Downloaded toml_write v0.1.2 |
| 321 | 2026-05-21T09:52:09.365Z | Downloaded scroll_derive v0.12.1 |
| 322 | 2026-05-21T09:52:09.365Z | Downloaded heck v0.4.1 |
| 323 | 2026-05-21T09:52:09.365Z | Downloaded ordered-float v2.10.1 |
| 324 | 2026-05-21T09:52:09.365Z | Downloaded clap v4.6.1 |
| 325 | 2026-05-21T09:52:09.368Z | Downloaded usdt v0.5.0 |
| 326 | 2026-05-21T09:52:09.371Z | Downloaded unicode-xid v0.2.6 |
| 327 | 2026-05-21T09:52:09.371Z | Downloaded log v0.4.29 |
| 328 | 2026-05-21T09:52:09.371Z | Downloaded cfg-if v1.0.4 |
| 329 | 2026-05-21T09:52:09.371Z | Downloaded form_urlencoded v1.2.2 |
| 330 | 2026-05-21T09:52:09.374Z | Downloaded digest v0.10.7 |
| 331 | 2026-05-21T09:52:09.374Z | Downloaded zerovec-derive v0.11.2 |
| 332 | 2026-05-21T09:52:09.374Z | Downloaded cargo-util-schemas v0.8.2 |
| 333 | 2026-05-21T09:52:09.377Z | Downloaded is_terminal_polyfill v1.70.2 |
| 334 | 2026-05-21T09:52:09.377Z | Downloaded zerofrom-derive v0.1.6 |
| 335 | 2026-05-21T09:52:09.379Z | Downloaded zmij v1.0.21 |
| 336 | 2026-05-21T09:52:09.382Z | Downloaded block-buffer v0.10.4 |
| 337 | 2026-05-21T09:52:09.382Z | Downloaded thiserror-impl v2.0.18 |
| 338 | 2026-05-21T09:52:09.382Z | Downloaded yoke v0.8.1 |
| 339 | 2026-05-21T09:52:09.385Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2026-05-21T09:52:09.385Z | Downloaded tinystr v0.8.2 |
| 341 | 2026-05-21T09:52:09.385Z | Downloaded cpufeatures v0.2.17 |
| 342 | 2026-05-21T09:52:09.385Z | Downloaded pretty-hex v0.4.1 |
| 343 | 2026-05-21T09:52:09.388Z | Downloaded proc-macro-error-attr v1.0.4 |
| 344 | 2026-05-21T09:52:09.390Z | Downloaded strsim v0.11.1 |
| 345 | 2026-05-21T09:52:09.393Z | Downloaded smawk v0.3.2 |
| 346 | 2026-05-21T09:52:09.396Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2026-05-21T09:52:09.396Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2026-05-21T09:52:09.399Z | Downloaded swrite v0.1.0 |
| 349 | 2026-05-21T09:52:09.399Z | Downloaded writeable v0.6.2 |
| 350 | 2026-05-21T09:52:09.399Z | Downloaded terminal_size v0.4.3 |
| 351 | 2026-05-21T09:52:09.399Z | Downloaded thiserror v2.0.18 |
| 352 | 2026-05-21T09:52:09.402Z | Downloaded heck v0.5.0 |
| 353 | 2026-05-21T09:52:09.405Z | Downloaded generic-array v0.14.7 |
| 354 | 2026-05-21T09:52:09.405Z | Downloaded toml v0.8.23 |
| 355 | 2026-05-21T09:52:09.405Z | Downloaded macaddr v1.0.1 |
| 356 | 2026-05-21T09:52:09.408Z | Downloaded anstyle-query v1.1.5 |
| 357 | 2026-05-21T09:52:09.408Z | Downloaded crypto-common v0.1.7 |
| 358 | 2026-05-21T09:52:09.408Z | Downloaded colorchoice v1.0.4 |
| 359 | 2026-05-21T09:52:09.408Z | Downloaded unicode-ident v1.0.24 |
| 360 | 2026-05-21T09:52:09.411Z | Downloaded fnv v1.0.7 |
| 361 | 2026-05-21T09:52:09.414Z | Downloaded textwrap v0.16.2 |
| 362 | 2026-05-21T09:52:09.416Z | Downloaded potential_utf v0.1.4 |
| 363 | 2026-05-21T09:52:09.417Z | Downloaded percent-encoding v2.3.2 |
| 364 | 2026-05-21T09:52:09.419Z | Downloaded clap_lex v1.0.0 |
| 365 | 2026-05-21T09:52:09.419Z | Downloaded tabled_derive v0.7.0 |
| 366 | 2026-05-21T09:52:09.422Z | Downloaded zerotrie v0.2.3 |
| 367 | 2026-05-21T09:52:09.422Z | Downloaded url v2.5.8 |
| 368 | 2026-05-21T09:52:09.425Z | Downloaded serde_spanned v0.6.9 |
| 369 | 2026-05-21T09:52:09.425Z | Downloaded toml_edit v0.22.27 |
| 370 | 2026-05-21T09:52:09.428Z | Downloaded zerovec v0.11.5 |
| 371 | 2026-05-21T09:52:09.431Z | Downloaded stable_deref_trait v1.2.1 |
| 372 | 2026-05-21T09:52:09.431Z | Downloaded typenum v1.19.0 |
| 373 | 2026-05-21T09:52:09.434Z | Downloaded autocfg v1.5.0 |
| 374 | 2026-05-21T09:52:09.437Z | Downloaded synstructure v0.13.2 |
| 375 | 2026-05-21T09:52:09.440Z | Downloaded anstyle-parse v1.0.0 |
| 376 | 2026-05-21T09:52:09.443Z | Downloaded bytecount v0.6.9 |
| 377 | 2026-05-21T09:52:09.445Z | Downloaded byteorder v1.5.0 |
| 378 | 2026-05-21T09:52:09.445Z | Downloaded zerocopy v0.7.35 |
| 379 | 2026-05-21T09:52:09.454Z | Downloaded winnow v0.7.14 |
| 380 | 2026-05-21T09:52:09.459Z | Downloaded cargo_toml v0.21.0 |
| 381 | 2026-05-21T09:52:09.462Z | Downloaded serde-value v0.7.0 |
| 382 | 2026-05-21T09:52:09.462Z | Downloaded scroll v0.12.0 |
| 383 | 2026-05-21T09:52:09.462Z | Downloaded unicode-width v0.2.0 |
| 384 | 2026-05-21T09:52:09.465Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-05-21T09:52:09.468Z | Downloaded thiserror v1.0.69 |
| 386 | 2026-05-21T09:52:09.471Z | Downloaded cargo_metadata v0.21.0 |
| 387 | 2026-05-21T09:52:09.473Z | Downloaded quote v1.0.45 |
| 388 | 2026-05-21T09:52:09.473Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-05-21T09:52:09.478Z | Downloaded clap_derive v4.6.1 |
| 390 | 2026-05-21T09:52:09.482Z | Downloaded pest_generator v2.8.6 |
| 391 | 2026-05-21T09:52:09.485Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-21T09:52:09.485Z | Downloaded litemap v0.8.1 |
| 393 | 2026-05-21T09:52:09.488Z | Downloaded serde-untagged v0.1.9 |
| 394 | 2026-05-21T09:52:09.488Z | Downloaded tempfile v3.25.0 |
| 395 | 2026-05-21T09:52:09.488Z | Downloaded anyhow v1.0.102 |
| 396 | 2026-05-21T09:52:09.493Z | Downloaded smallvec v1.15.1 |
| 397 | 2026-05-21T09:52:09.496Z | Downloaded camino v1.2.2 |
| 398 | 2026-05-21T09:52:09.496Z | Downloaded semver v1.0.28 |
| 399 | 2026-05-21T09:52:09.499Z | Downloaded serde_tokenstream v0.2.3 |
| 400 | 2026-05-21T09:52:09.506Z | Downloaded serde_core v1.0.228 |
| 401 | 2026-05-21T09:52:09.514Z | Downloaded bitflags v2.11.0 |
| 402 | 2026-05-21T09:52:09.518Z | Downloaded icu_provider v2.1.1 |
| 403 | 2026-05-21T09:52:09.529Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-05-21T09:52:09.532Z | Downloaded proc-macro2 v1.0.106 |
| 405 | 2026-05-21T09:52:09.535Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-05-21T09:52:09.543Z | Downloaded pest_meta v2.8.6 |
| 407 | 2026-05-21T09:52:09.545Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-05-21T09:52:09.549Z | Downloaded icu_normalizer v2.1.1 |
| 409 | 2026-05-21T09:52:09.552Z | Downloaded icu_properties v2.1.2 |
| 410 | 2026-05-21T09:52:09.555Z | Downloaded icu_locale_core v2.1.1 |
| 411 | 2026-05-21T09:52:09.558Z | Downloaded serde v1.0.228 |
| 412 | 2026-05-21T09:52:09.558Z | Downloaded memchr v2.8.0 |
| 413 | 2026-05-21T09:52:09.564Z | Downloaded indexmap v2.14.0 |
| 414 | 2026-05-21T09:52:09.581Z | Downloaded idna v1.1.0 |
| 415 | 2026-05-21T09:52:09.601Z | Downloaded pest v2.8.6 |
| 416 | 2026-05-21T09:52:09.612Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-05-21T09:52:09.617Z | Downloaded serde_json v1.0.149 |
| 418 | 2026-05-21T09:52:09.621Z | Downloaded hashbrown v0.17.0 |
| 419 | 2026-05-21T09:52:09.624Z | Downloaded goblin v0.8.2 |
| 420 | 2026-05-21T09:52:09.628Z | Downloaded clap_builder v4.6.0 |
| 421 | 2026-05-21T09:52:09.639Z | Downloaded tabled v0.15.0 |
| 422 | 2026-05-21T09:52:09.647Z | Downloaded syn v1.0.109 |
| 423 | 2026-05-21T09:52:09.657Z | Downloaded syn v2.0.117 |
| 424 | 2026-05-21T09:52:09.672Z | Downloaded rustix v1.1.3 |
| 425 | 2026-05-21T09:52:09.699Z | Downloaded libc v0.2.185 |
| 426 | 2026-05-21T09:52:09.767Z | Compiling proc-macro2 v1.0.106 |
| 427 | 2026-05-21T09:52:09.767Z | Compiling unicode-ident v1.0.24 |
| 428 | 2026-05-21T09:52:09.767Z | Compiling quote v1.0.45 |
| 429 | 2026-05-21T09:52:09.771Z | Compiling serde_core v1.0.228 |
| 430 | 2026-05-21T09:52:09.771Z | Compiling libc v0.2.185 |
| 431 | 2026-05-21T09:52:09.771Z | Compiling version_check v0.9.5 |
| 432 | 2026-05-21T09:52:09.771Z | Compiling serde v1.0.228 |
| 433 | 2026-05-21T09:52:09.771Z | Compiling stable_deref_trait v1.2.1 |
| 434 | 2026-05-21T09:52:10.059Z | Compiling memchr v2.8.0 |
| 435 | 2026-05-21T09:52:10.091Z | Compiling zmij v1.0.21 |
| 436 | 2026-05-21T09:52:10.496Z | Compiling itoa v1.0.17 |
| 437 | 2026-05-21T09:52:10.511Z | Compiling thiserror v1.0.69 |
| 438 | 2026-05-21T09:52:10.583Z | Compiling ucd-trie v0.1.7 |
| 439 | 2026-05-21T09:52:10.665Z | Compiling autocfg v1.5.0 |
| 440 | 2026-05-21T09:52:10.742Z | Compiling pest v2.8.6 |
| 441 | 2026-05-21T09:52:10.775Z | Compiling litemap v0.8.1 |
| 442 | 2026-05-21T09:52:10.859Z | Compiling writeable v0.6.2 |
| 443 | 2026-05-21T09:52:11.014Z | Compiling icu_properties_data v2.1.2 |
| 444 | 2026-05-21T09:52:11.053Z | Compiling rustix v1.1.3 |
| 445 | 2026-05-21T09:52:11.107Z | Compiling byteorder v1.5.0 |
| 446 | 2026-05-21T09:52:11.261Z | Compiling icu_normalizer_data v2.1.1 |
| 447 | 2026-05-21T09:52:11.382Z | Compiling syn v2.0.117 |
| 448 | 2026-05-21T09:52:11.464Z | Compiling errno v0.3.14 |
| 449 | 2026-05-21T09:52:11.481Z | Compiling bitflags v2.11.0 |
| 450 | 2026-05-21T09:52:11.496Z | Compiling serde_json v1.0.149 |
| 451 | 2026-05-21T09:52:11.709Z | Compiling num-traits v0.2.19 |
| 452 | 2026-05-21T09:52:11.756Z | Compiling pest_meta v2.8.6 |
| 453 | 2026-05-21T09:52:11.893Z | Compiling smallvec v1.15.1 |
| 454 | 2026-05-21T09:52:11.913Z | Compiling typeid v1.0.3 |
| 455 | 2026-05-21T09:52:11.950Z | Compiling hashbrown v0.17.0 |
| 456 | 2026-05-21T09:52:12.102Z | Compiling equivalent v1.0.2 |
| 457 | 2026-05-21T09:52:12.229Z | Compiling thread-id v4.2.2 |
| 458 | 2026-05-21T09:52:12.310Z | Compiling usdt-impl v0.5.0 |
| 459 | 2026-05-21T09:52:12.354Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2026-05-21T09:52:12.374Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-21T09:52:12.483Z | Compiling indexmap v2.14.0 |
| 462 | 2026-05-21T09:52:12.536Z | Compiling erased-serde v0.4.9 |
| 463 | 2026-05-21T09:52:12.571Z | Compiling winnow v0.7.14 |
| 464 | 2026-05-21T09:52:12.642Z | Compiling syn v1.0.109 |
| 465 | 2026-05-21T09:52:13.028Z | Compiling proc-macro-error v1.0.4 |
| 466 | 2026-05-21T09:52:13.083Z | Compiling plain v0.2.3 |
| 467 | 2026-05-21T09:52:13.199Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-05-21T09:52:13.215Z | Compiling log v0.4.29 |
| 469 | 2026-05-21T09:52:13.344Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-05-21T09:52:13.398Z | Compiling camino v1.2.2 |
| 471 | 2026-05-21T09:52:13.442Z | Compiling thiserror v2.0.18 |
| 472 | 2026-05-21T09:52:13.503Z | Compiling getrandom v0.4.1 |
| 473 | 2026-05-21T09:52:13.520Z | Compiling percent-encoding v2.3.2 |
| 474 | 2026-05-21T09:52:13.546Z | Compiling anstyle-parse v1.0.0 |
| 475 | 2026-05-21T09:52:13.723Z | Compiling form_urlencoded v1.2.2 |
| 476 | 2026-05-21T09:52:13.751Z | Compiling ordered-float v2.10.1 |
| 477 | 2026-05-21T09:52:14.006Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-21T09:52:14.029Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-21T09:52:14.064Z | Compiling terminal_size v0.4.3 |
| 480 | 2026-05-21T09:52:14.206Z | Compiling anstyle-query v1.1.5 |
| 481 | 2026-05-21T09:52:14.318Z | Compiling pretty-hex v0.4.1 |
| 482 | 2026-05-21T09:52:14.321Z | Compiling cfg-if v1.0.4 |
| 483 | 2026-05-21T09:52:14.352Z | Compiling anstyle v1.0.14 |
| 484 | 2026-05-21T09:52:14.355Z | Compiling is_terminal_polyfill v1.70.2 |
| 485 | 2026-05-21T09:52:14.394Z | Compiling colorchoice v1.0.4 |
| 486 | 2026-05-21T09:52:14.514Z | Compiling serde-untagged v0.1.9 |
| 487 | 2026-05-21T09:52:14.577Z | Compiling anstream v1.0.0 |
| 488 | 2026-05-21T09:52:14.614Z | Compiling semver v1.0.28 |
| 489 | 2026-05-21T09:52:14.748Z | Compiling fs-err v3.3.0 |
| 490 | 2026-05-21T09:52:14.766Z | Compiling fastrand v2.3.0 |
| 491 | 2026-05-21T09:52:14.889Z | Compiling once_cell v1.21.3 |
| 492 | 2026-05-21T09:52:14.939Z | Compiling bytecount v0.6.9 |
| 493 | 2026-05-21T09:52:14.958Z | Compiling fnv v1.0.7 |
| 494 | 2026-05-21T09:52:14.987Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-05-21T09:52:15.063Z | Compiling heck v0.5.0 |
| 496 | 2026-05-21T09:52:15.081Z | Compiling clap_lex v1.0.0 |
| 497 | 2026-05-21T09:52:15.110Z | Compiling heck v0.4.1 |
| 498 | 2026-05-21T09:52:15.126Z | Compiling anyhow v1.0.102 |
| 499 | 2026-05-21T09:52:15.305Z | Compiling strsim v0.11.1 |
| 500 | 2026-05-21T09:52:15.323Z | Compiling unicode-width v0.1.14 |
| 501 | 2026-05-21T09:52:15.340Z | Compiling tempfile v3.25.0 |
| 502 | 2026-05-21T09:52:15.456Z | Compiling memmap v0.7.0 |
| 503 | 2026-05-21T09:52:15.595Z | Compiling papergrid v0.11.0 |
| 504 | 2026-05-21T09:52:15.639Z | Compiling clap_builder v4.6.0 |
| 505 | 2026-05-21T09:52:15.655Z | Compiling unicode-width v0.2.0 |
| 506 | 2026-05-21T09:52:15.660Z | Compiling unicode-linebreak v0.1.5 |
| 507 | 2026-05-21T09:52:15.689Z | Compiling serde_derive v1.0.228 |
| 508 | 2026-05-21T09:52:15.715Z | Compiling zerofrom-derive v0.1.6 |
| 509 | 2026-05-21T09:52:15.912Z | Compiling yoke-derive v0.8.1 |
| 510 | 2026-05-21T09:52:15.930Z | Compiling zerovec-derive v0.11.2 |
| 511 | 2026-05-21T09:52:15.948Z | Compiling displaydoc v0.2.5 |
| 512 | 2026-05-21T09:52:16.671Z | Compiling thiserror-impl v1.0.69 |
| 513 | 2026-05-21T09:52:17.010Z | Compiling zerocopy-derive v0.7.35 |
| 514 | 2026-05-21T09:52:17.029Z | Compiling pest_derive v2.8.6 |
| 515 | 2026-05-21T09:52:17.047Z | Compiling scroll_derive v0.12.1 |
| 516 | 2026-05-21T09:52:17.087Z | Compiling zerofrom v0.1.6 |
| 517 | 2026-05-21T09:52:17.220Z | Compiling yoke v0.8.1 |
| 518 | 2026-05-21T09:52:17.415Z | Compiling zerovec v0.11.5 |
| 519 | 2026-05-21T09:52:17.446Z | Compiling zerotrie v0.2.3 |
| 520 | 2026-05-21T09:52:17.701Z | Compiling scroll v0.12.0 |
| 521 | 2026-05-21T09:52:17.747Z | Compiling thiserror-impl v2.0.18 |
| 522 | 2026-05-21T09:52:17.861Z | Compiling zerocopy v0.7.35 |
| 523 | 2026-05-21T09:52:17.913Z | Compiling tinystr v0.8.2 |
| 524 | 2026-05-21T09:52:17.986Z | Compiling potential_utf v0.1.4 |
| 525 | 2026-05-21T09:52:18.046Z | Compiling dtrace-parser v0.2.0 |
| 526 | 2026-05-21T09:52:18.121Z | Compiling icu_locale_core v2.1.1 |
| 527 | 2026-05-21T09:52:18.159Z | Compiling icu_collections v2.1.1 |
| 528 | 2026-05-21T09:52:18.444Z | Compiling goblin v0.8.2 |
| 529 | 2026-05-21T09:52:18.555Z | Compiling tabled_derive v0.7.0 |
| 530 | 2026-05-21T09:52:18.618Z | Compiling clap_derive v4.6.1 |
| 531 | 2026-05-21T09:52:18.823Z | Compiling icu_provider v2.1.1 |
| 532 | 2026-05-21T09:52:19.071Z | Compiling icu_normalizer v2.1.1 |
| 533 | 2026-05-21T09:52:19.124Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-05-21T09:52:19.145Z | Compiling toml_datetime v0.6.11 |
| 535 | 2026-05-21T09:52:19.173Z | Compiling icu_properties v2.1.2 |
| 536 | 2026-05-21T09:52:19.278Z | Compiling dof v0.3.0 |
| 537 | 2026-05-21T09:52:19.323Z | Compiling serde_tokenstream v0.2.3 |
| 538 | 2026-05-21T09:52:19.472Z | Compiling toml_edit v0.22.27 |
| 539 | 2026-05-21T09:52:19.664Z | Compiling serde-value v0.7.0 |
| 540 | 2026-05-21T09:52:19.751Z | Compiling cargo-platform v0.2.0 |
| 541 | 2026-05-21T09:52:19.751Z | Compiling smawk v0.3.2 |
| 542 | 2026-05-21T09:52:19.832Z | Compiling textwrap v0.16.2 |
| 543 | 2026-05-21T09:52:19.948Z | Compiling tabled v0.15.0 |
| 544 | 2026-05-21T09:52:20.018Z | Compiling macaddr v1.0.1 |
| 545 | 2026-05-21T09:52:20.235Z | Compiling idna_adapter v1.2.1 |
| 546 | 2026-05-21T09:52:20.295Z | Compiling usdt-attr-macro v0.5.0 |
| 547 | 2026-05-21T09:52:20.296Z | Compiling usdt-macro v0.5.0 |
| 548 | 2026-05-21T09:52:20.382Z | Compiling idna v1.1.0 |
| 549 | 2026-05-21T09:52:20.428Z | Compiling clap v4.6.1 |
| 550 | 2026-05-21T09:52:20.481Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-05-21T09:52:20.642Z | Compiling url v2.5.8 |
| 552 | 2026-05-21T09:52:20.858Z | Compiling toml v0.8.23 |
| 553 | 2026-05-21T09:52:20.988Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-21T09:52:21.158Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 555 | 2026-05-21T09:52:21.369Z | Compiling cargo-util-schemas v0.8.2 |
| 556 | 2026-05-21T09:52:21.412Z | Compiling usdt v0.5.0 |
| 557 | 2026-05-21T09:52:21.416Z | Compiling cargo_toml v0.21.0 |
| 558 | 2026-05-21T09:52:22.225Z | Compiling cargo_metadata v0.21.0 |
| 559 | 2026-05-21T09:52:23.141Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 560 | 2026-05-21T09:52:25.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.97s |
| 561 | 2026-05-21T09:52:25.468Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 562 | 2026-05-21T09:52:26.044Z | Downloading crates ... |
| 563 | 2026-05-21T09:52:26.156Z | Downloaded crc-catalog v2.4.0 |
| 564 | 2026-05-21T09:52:26.162Z | Downloaded atty v0.2.14 |
| 565 | 2026-05-21T09:52:26.162Z | Downloaded bitfield-macros v0.19.4 |
| 566 | 2026-05-21T09:52:26.162Z | Downloaded argon2 v0.5.3 |
| 567 | 2026-05-21T09:52:26.162Z | Downloaded arc-swap v1.8.2 |
| 568 | 2026-05-21T09:52:26.162Z | Downloaded crossbeam-utils v0.8.21 |
| 569 | 2026-05-21T09:52:26.162Z | Downloaded ar_archive_writer v0.5.1 |
| 570 | 2026-05-21T09:52:26.166Z | Downloaded base16ct v0.2.0 |
| 571 | 2026-05-21T09:52:26.169Z | Downloaded backoff v0.4.0 |
| 572 | 2026-05-21T09:52:26.173Z | Downloaded ctr v0.9.2 |
| 573 | 2026-05-21T09:52:26.173Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 574 | 2026-05-21T09:52:26.173Z | Downloaded crc8 v0.1.1 |
| 575 | 2026-05-21T09:52:26.178Z | Downloaded backon v1.6.0 |
| 576 | 2026-05-21T09:52:26.178Z | Downloaded arrayref v0.3.9 |
| 577 | 2026-05-21T09:52:26.178Z | Downloaded array-init v0.0.4 |
| 578 | 2026-05-21T09:52:26.181Z | Downloaded dyn-clone v1.0.20 |
| 579 | 2026-05-21T09:52:26.181Z | Downloaded daft v0.1.7 |
| 580 | 2026-05-21T09:52:26.181Z | Downloaded cstr-argument v0.1.2 |
| 581 | 2026-05-21T09:52:26.184Z | Downloaded compression-core v0.4.31 |
| 582 | 2026-05-21T09:52:26.184Z | Downloaded castaway v0.2.4 |
| 583 | 2026-05-21T09:52:26.184Z | Downloaded bit-set v0.8.0 |
| 584 | 2026-05-21T09:52:26.188Z | Downloaded dtrace-parser v0.3.0 |
| 585 | 2026-05-21T09:52:26.188Z | Downloaded async-stream-impl v0.3.6 |
| 586 | 2026-05-21T09:52:26.188Z | Downloaded async-stream v0.3.6 |
| 587 | 2026-05-21T09:52:26.189Z | Downloaded ascii-canvas v3.0.0 |
| 588 | 2026-05-21T09:52:26.193Z | Downloaded embedded-io v0.6.1 |
| 589 | 2026-05-21T09:52:26.193Z | Downloaded dunce v1.0.5 |
| 590 | 2026-05-21T09:52:26.196Z | Downloaded dsl_auto_type v0.2.0 |
| 591 | 2026-05-21T09:52:26.196Z | Downloaded adler2 v2.0.1 |
| 592 | 2026-05-21T09:52:26.196Z | Downloaded downcast-rs v2.0.2 |
| 593 | 2026-05-21T09:52:26.200Z | Downloaded cipher v0.4.4 |
| 594 | 2026-05-21T09:52:26.200Z | Downloaded enum-as-inner v0.6.1 |
| 595 | 2026-05-21T09:52:26.204Z | Downloaded darling_macro v0.21.3 |
| 596 | 2026-05-21T09:52:26.204Z | Downloaded crunchy v0.2.4 |
| 597 | 2026-05-21T09:52:26.204Z | Downloaded block-padding v0.3.3 |
| 598 | 2026-05-21T09:52:26.204Z | Downloaded async-trait v0.1.89 |
| 599 | 2026-05-21T09:52:26.206Z | Downloaded dirs-sys-next v0.1.2 |
| 600 | 2026-05-21T09:52:26.206Z | Downloaded env_filter v1.0.0 |
| 601 | 2026-05-21T09:52:27.213Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 602 | 2026-05-21T09:52:27.213Z | Downloaded endian-type v0.1.2 |
| 603 | 2026-05-21T09:52:27.213Z | Downloaded bitfield-struct v0.6.2 |
| 604 | 2026-05-21T09:52:27.213Z | Downloaded bit-set v0.5.3 |
| 605 | 2026-05-21T09:52:27.220Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 606 | 2026-05-21T09:52:27.220Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 607 | 2026-05-21T09:52:27.220Z | Downloaded difflib v0.4.0 |
| 608 | 2026-05-21T09:52:27.220Z | Downloaded float-ord v0.3.2 |
| 609 | 2026-05-21T09:52:27.220Z | Downloaded float-cmp v0.10.0 |
| 610 | 2026-05-21T09:52:27.220Z | Downloaded async-recursion v1.1.1 |
| 611 | 2026-05-21T09:52:27.221Z | Downloaded crucible-workspace-hack v0.1.0 |
| 612 | 2026-05-21T09:52:27.221Z | Downloaded cargo-platform v0.1.9 |
| 613 | 2026-05-21T09:52:27.221Z | Downloaded crc v3.4.0 |
| 614 | 2026-05-21T09:52:27.221Z | Downloaded bb8 v0.8.6 |
| 615 | 2026-05-21T09:52:27.221Z | Downloaded cfg_aliases v0.1.1 |
| 616 | 2026-05-21T09:52:27.221Z | Downloaded embedded-io v0.4.0 |
| 617 | 2026-05-21T09:52:27.221Z | Downloaded cpufeatures v0.3.0 |
| 618 | 2026-05-21T09:52:27.221Z | Downloaded fixedbitset v0.4.2 |
| 619 | 2026-05-21T09:52:27.221Z | Downloaded assert_matches v1.5.0 |
| 620 | 2026-05-21T09:52:27.221Z | Downloaded atomicwrites v0.4.4 |
| 621 | 2026-05-21T09:52:27.221Z | Downloaded fd-lock v4.0.4 |
| 622 | 2026-05-21T09:52:27.221Z | Downloaded flagset v0.4.7 |
| 623 | 2026-05-21T09:52:27.221Z | Downloaded darling_macro v0.23.0 |
| 624 | 2026-05-21T09:52:27.221Z | Downloaded ciborium-io v0.2.2 |
| 625 | 2026-05-21T09:52:27.221Z | Downloaded defmt v0.3.100 |
| 626 | 2026-05-21T09:52:27.221Z | Downloaded dof v0.4.0 |
| 627 | 2026-05-21T09:52:27.221Z | Downloaded document-features v0.2.12 |
| 628 | 2026-05-21T09:52:27.221Z | Downloaded display-error-chain v0.2.2 |
| 629 | 2026-05-21T09:52:27.221Z | Downloaded cfg_aliases v0.2.1 |
| 630 | 2026-05-21T09:52:27.221Z | Downloaded cobs v0.3.0 |
| 631 | 2026-05-21T09:52:27.221Z | Downloaded dirs-next v2.0.0 |
| 632 | 2026-05-21T09:52:27.221Z | Downloaded derive_builder_macro v0.20.2 |
| 633 | 2026-05-21T09:52:27.222Z | Downloaded atomic-waker v1.1.2 |
| 634 | 2026-05-21T09:52:27.222Z | Downloaded darling_macro v0.20.11 |
| 635 | 2026-05-21T09:52:27.222Z | Downloaded aead v0.5.2 |
| 636 | 2026-05-21T09:52:27.222Z | Downloaded futures-core v0.3.32 |
| 637 | 2026-05-21T09:52:27.222Z | Downloaded crossbeam-epoch v0.9.18 |
| 638 | 2026-05-21T09:52:27.222Z | Downloaded foreign-types-shared v0.3.1 |
| 639 | 2026-05-21T09:52:27.222Z | Downloaded erased-serde v0.3.31 |
| 640 | 2026-05-21T09:52:27.222Z | Downloaded deranged v0.5.8 |
| 641 | 2026-05-21T09:52:27.222Z | Downloaded convert_case v0.4.0 |
| 642 | 2026-05-21T09:52:27.222Z | Downloaded bitfield v0.19.4 |
| 643 | 2026-05-21T09:52:27.222Z | Downloaded bit-vec v0.8.0 |
| 644 | 2026-05-21T09:52:27.222Z | Downloaded cassowary v0.3.0 |
| 645 | 2026-05-21T09:52:27.222Z | Downloaded find-msvc-tools v0.1.9 |
| 646 | 2026-05-21T09:52:27.222Z | Downloaded ecdsa v0.16.9 |
| 647 | 2026-05-21T09:52:27.222Z | Downloaded base64ct v1.8.3 |
| 648 | 2026-05-21T09:52:27.222Z | Downloaded anstyle-parse v0.2.7 |
| 649 | 2026-05-21T09:52:27.222Z | Downloaded ff v0.13.1 |
| 650 | 2026-05-21T09:52:27.222Z | Downloaded foreign-types-shared v0.1.1 |
| 651 | 2026-05-21T09:52:27.222Z | Downloaded foreign-types v0.3.2 |
| 652 | 2026-05-21T09:52:27.222Z | Downloaded foreign-types v0.5.0 |
| 653 | 2026-05-21T09:52:27.222Z | Downloaded diesel-dtrace v0.5.0 |
| 654 | 2026-05-21T09:52:27.222Z | Downloaded blake2 v0.10.6 |
| 655 | 2026-05-21T09:52:27.223Z | Downloaded ed25519 v2.2.3 |
| 656 | 2026-05-21T09:52:27.223Z | Downloaded git-stub v1.0.0 |
| 657 | 2026-05-21T09:52:27.223Z | Downloaded futures-task v0.3.32 |
| 658 | 2026-05-21T09:52:27.223Z | Downloaded globwalk v0.9.1 |
| 659 | 2026-05-21T09:52:27.223Z | Downloaded gethostname v0.5.0 |
| 660 | 2026-05-21T09:52:27.223Z | Downloaded futures-sink v0.3.32 |
| 661 | 2026-05-21T09:52:27.223Z | Downloaded futures-io v0.3.32 |
| 662 | 2026-05-21T09:52:27.223Z | Downloaded futures-macro v0.3.32 |
| 663 | 2026-05-21T09:52:27.223Z | Downloaded funty v2.0.0 |
| 664 | 2026-05-21T09:52:27.223Z | Downloaded ghash v0.5.1 |
| 665 | 2026-05-21T09:52:27.223Z | Downloaded csv-core v0.1.13 |
| 666 | 2026-05-21T09:52:27.223Z | Downloaded cmake v0.1.57 |
| 667 | 2026-05-21T09:52:27.223Z | Downloaded ena v0.14.4 |
| 668 | 2026-05-21T09:52:27.223Z | Downloaded arrayvec v0.7.6 |
| 669 | 2026-05-21T09:52:27.223Z | Downloaded der_derive v0.7.3 |
| 670 | 2026-05-21T09:52:27.223Z | Downloaded defmt-parser v1.0.0 |
| 671 | 2026-05-21T09:52:27.223Z | Downloaded filetime v0.2.27 |
| 672 | 2026-05-21T09:52:27.223Z | Downloaded debug-ignore v1.0.5 |
| 673 | 2026-05-21T09:52:27.223Z | Downloaded defmt-macros v1.0.1 |
| 674 | 2026-05-21T09:52:27.223Z | Downloaded fixedbitset v0.5.7 |
| 675 | 2026-05-21T09:52:27.223Z | Downloaded fallible-iterator v0.2.0 |
| 676 | 2026-05-21T09:52:27.223Z | Downloaded bit-vec v0.6.3 |
| 677 | 2026-05-21T09:52:27.223Z | Downloaded env_logger v0.11.9 |
| 678 | 2026-05-21T09:52:27.223Z | Downloaded chacha20 v0.9.1 |
| 679 | 2026-05-21T09:52:27.223Z | Downloaded hash32 v0.3.1 |
| 680 | 2026-05-21T09:52:27.224Z | Downloaded blowfish v0.9.1 |
| 681 | 2026-05-21T09:52:27.224Z | Downloaded camino-tempfile-ext v0.3.3 |
| 682 | 2026-05-21T09:52:27.224Z | Downloaded compression-codecs v0.4.37 |
| 683 | 2026-05-21T09:52:27.224Z | Downloaded buf-list v1.1.2 |
| 684 | 2026-05-21T09:52:27.224Z | Downloaded hex-literal v0.4.1 |
| 685 | 2026-05-21T09:52:27.224Z | Downloaded constant_time_eq v0.4.2 |
| 686 | 2026-05-21T09:52:27.224Z | Downloaded bitflags v1.3.2 |
| 687 | 2026-05-21T09:52:27.224Z | Downloaded cexpr v0.6.0 |
| 688 | 2026-05-21T09:52:27.224Z | Downloaded crc32fast v1.5.0 |
| 689 | 2026-05-21T09:52:27.224Z | Downloaded drift v0.1.4 |
| 690 | 2026-05-21T09:52:27.224Z | Downloaded either v1.15.0 |
| 691 | 2026-05-21T09:52:27.224Z | Downloaded http-body v1.0.1 |
| 692 | 2026-05-21T09:52:27.224Z | Downloaded hash32 v0.2.1 |
| 693 | 2026-05-21T09:52:27.224Z | Downloaded derive-ex v0.1.8 |
| 694 | 2026-05-21T09:52:27.224Z | Downloaded crc-any v2.5.0 |
| 695 | 2026-05-21T09:52:27.224Z | Downloaded derive_builder_core v0.20.2 |
| 696 | 2026-05-21T09:52:27.224Z | Downloaded hubpack v0.1.2 |
| 697 | 2026-05-21T09:52:27.224Z | Downloaded convert_case v0.10.0 |
| 698 | 2026-05-21T09:52:27.224Z | Downloaded async-bb8-diesel v0.2.1 |
| 699 | 2026-05-21T09:52:27.224Z | Downloaded anstream v0.6.21 |
| 700 | 2026-05-21T09:52:27.224Z | Downloaded globset v0.4.18 |
| 701 | 2026-05-21T09:52:27.224Z | Downloaded glob v0.3.3 |
| 702 | 2026-05-21T09:52:27.224Z | Downloaded hubpack_derive v0.1.1 |
| 703 | 2026-05-21T09:52:27.225Z | Downloaded headers-core v0.3.0 |
| 704 | 2026-05-21T09:52:27.225Z | Downloaded httpdate v1.0.3 |
| 705 | 2026-05-21T09:52:27.231Z | Downloaded http-range v0.1.5 |
| 706 | 2026-05-21T09:52:27.231Z | Downloaded ident_case v1.0.1 |
| 707 | 2026-05-21T09:52:27.231Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 708 | 2026-05-21T09:52:27.231Z | Downloaded illumos-nvpair v0.3.0 |
| 709 | 2026-05-21T09:52:27.231Z | Downloaded hyper-tls v0.6.0 |
| 710 | 2026-05-21T09:52:27.231Z | Downloaded indent_write v2.2.0 |
| 711 | 2026-05-21T09:52:27.231Z | Downloaded hostname v0.3.1 |
| 712 | 2026-05-21T09:52:27.231Z | Downloaded git-stub-vcs v0.1.0 |
| 713 | 2026-05-21T09:52:27.231Z | Downloaded hostname v0.4.2 |
| 714 | 2026-05-21T09:52:27.231Z | Downloaded fxhash v0.2.1 |
| 715 | 2026-05-21T09:52:27.231Z | Downloaded fs-err v2.11.0 |
| 716 | 2026-05-21T09:52:27.231Z | Downloaded des v0.8.1 |
| 717 | 2026-05-21T09:52:27.231Z | Downloaded darling v0.23.0 |
| 718 | 2026-05-21T09:52:27.231Z | Downloaded fs_extra v1.3.0 |
| 719 | 2026-05-21T09:52:27.231Z | Downloaded internet-checksum v0.2.1 |
| 720 | 2026-05-21T09:52:27.231Z | Downloaded foldhash v0.1.5 |
| 721 | 2026-05-21T09:52:27.231Z | Downloaded foreign-types-macros v0.2.3 |
| 722 | 2026-05-21T09:52:27.231Z | Downloaded futures-executor v0.3.32 |
| 723 | 2026-05-21T09:52:27.231Z | Downloaded const-oid v0.9.6 |
| 724 | 2026-05-21T09:52:27.231Z | Downloaded derive_builder v0.20.2 |
| 725 | 2026-05-21T09:52:27.231Z | Downloaded hex v0.4.3 |
| 726 | 2026-05-21T09:52:27.232Z | Downloaded group v0.13.0 |
| 727 | 2026-05-21T09:52:27.232Z | Downloaded cookie v0.18.1 |
| 728 | 2026-05-21T09:52:27.232Z | Downloaded ciborium-ll v0.2.2 |
| 729 | 2026-05-21T09:52:27.232Z | Downloaded instant v0.1.13 |
| 730 | 2026-05-21T09:52:27.232Z | Downloaded instability v0.3.11 |
| 731 | 2026-05-21T09:52:27.232Z | Downloaded cookie_store v0.22.1 |
| 732 | 2026-05-21T09:52:27.232Z | Downloaded cancel-safe-futures v0.1.5 |
| 733 | 2026-05-21T09:52:27.232Z | Downloaded console v0.16.2 |
| 734 | 2026-05-21T09:52:27.232Z | Downloaded colored v2.2.0 |
| 735 | 2026-05-21T09:52:27.232Z | Downloaded darling v0.20.11 |
| 736 | 2026-05-21T09:52:27.232Z | Downloaded bzip2 v0.4.4 |
| 737 | 2026-05-21T09:52:27.232Z | Downloaded ciborium v0.2.2 |
| 738 | 2026-05-21T09:52:27.232Z | Downloaded lalrpop-util v0.19.12 |
| 739 | 2026-05-21T09:52:27.232Z | Downloaded http-body-util v0.1.3 |
| 740 | 2026-05-21T09:52:27.232Z | Downloaded is-terminal v0.4.17 |
| 741 | 2026-05-21T09:52:27.232Z | Downloaded home v0.5.12 |
| 742 | 2026-05-21T09:52:27.232Z | Downloaded keccak v0.1.6 |
| 743 | 2026-05-21T09:52:27.232Z | Downloaded ahash v0.8.12 |
| 744 | 2026-05-21T09:52:27.232Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 745 | 2026-05-21T09:52:27.232Z | Downloaded half v1.8.3 |
| 746 | 2026-05-21T09:52:27.232Z | Downloaded console v0.15.11 |
| 747 | 2026-05-21T09:52:27.232Z | Downloaded is_ci v1.2.0 |
| 748 | 2026-05-21T09:52:27.232Z | Downloaded linked-hash-map v0.5.6 |
| 749 | 2026-05-21T09:52:27.233Z | Downloaded memoffset v0.9.1 |
| 750 | 2026-05-21T09:52:27.233Z | Downloaded maybe-uninit v2.0.0 |
| 751 | 2026-05-21T09:52:27.233Z | Downloaded lru-cache v0.1.2 |
| 752 | 2026-05-21T09:52:27.233Z | Downloaded libscf-sys v1.1.0 |
| 753 | 2026-05-21T09:52:27.233Z | Downloaded bcs v0.1.6 |
| 754 | 2026-05-21T09:52:27.233Z | Downloaded mime v0.3.17 |
| 755 | 2026-05-21T09:52:27.233Z | Downloaded dropshot_endpoint v0.16.7 |
| 756 | 2026-05-21T09:52:27.233Z | Downloaded highway v1.3.0 |
| 757 | 2026-05-21T09:52:27.233Z | Downloaded dropshot_endpoint v0.17.0 |
| 758 | 2026-05-21T09:52:27.234Z | Downloaded lazy_static v1.5.0 |
| 759 | 2026-05-21T09:52:27.234Z | Downloaded fatfs v0.3.6 |
| 760 | 2026-05-21T09:52:27.234Z | Downloaded kstat-rs v0.2.4 |
| 761 | 2026-05-21T09:52:27.235Z | Downloaded derive_more v0.99.20 |
| 762 | 2026-05-21T09:52:27.235Z | Downloaded foldhash v0.2.0 |
| 763 | 2026-05-21T09:52:27.235Z | Downloaded futures-channel v0.3.32 |
| 764 | 2026-05-21T09:52:27.235Z | Downloaded defmt v1.0.1 |
| 765 | 2026-05-21T09:52:27.235Z | Downloaded crypto-bigint v0.5.5 |
| 766 | 2026-05-21T09:52:27.235Z | Downloaded managed v0.8.0 |
| 767 | 2026-05-21T09:52:27.235Z | Downloaded newtype-uuid-macros v0.1.0 |
| 768 | 2026-05-21T09:52:27.235Z | Downloaded maplit v1.0.2 |
| 769 | 2026-05-21T09:52:27.235Z | Downloaded new_debug_unreachable v1.0.6 |
| 770 | 2026-05-21T09:52:27.235Z | Downloaded md-5 v0.10.6 |
| 771 | 2026-05-21T09:52:27.235Z | Downloaded newline-converter v0.3.0 |
| 772 | 2026-05-21T09:52:27.235Z | Downloaded multimap v0.10.1 |
| 773 | 2026-05-21T09:52:27.235Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-05-21T09:52:27.235Z | Downloaded nibble_vec v0.1.0 |
| 775 | 2026-05-21T09:52:27.235Z | Downloaded md5 v0.7.0 |
| 776 | 2026-05-21T09:52:27.235Z | Downloaded match_cfg v0.1.0 |
| 777 | 2026-05-21T09:52:27.235Z | Downloaded diff v0.1.13 |
| 778 | 2026-05-21T09:52:27.236Z | Downloaded allocator-api2 v0.2.21 |
| 779 | 2026-05-21T09:52:27.236Z | Downloaded indoc v2.0.7 |
| 780 | 2026-05-21T09:52:27.236Z | Downloaded darling_core v0.21.3 |
| 781 | 2026-05-21T09:52:27.236Z | Downloaded nodrop v0.1.14 |
| 782 | 2026-05-21T09:52:27.236Z | Downloaded nonempty v0.12.0 |
| 783 | 2026-05-21T09:52:27.237Z | Downloaded colored v3.1.1 |
| 784 | 2026-05-21T09:52:27.237Z | Downloaded num-iter v0.1.45 |
| 785 | 2026-05-21T09:52:27.237Z | Downloaded lzss v0.8.2 |
| 786 | 2026-05-21T09:52:27.237Z | Downloaded bzip2 v0.6.1 |
| 787 | 2026-05-21T09:52:27.237Z | Downloaded lru-slab v0.1.2 |
| 788 | 2026-05-21T09:52:27.237Z | Downloaded libsw v3.5.0 |
| 789 | 2026-05-21T09:52:27.237Z | Downloaded indoc v1.0.9 |
| 790 | 2026-05-21T09:52:27.237Z | Downloaded hyper-staticfile v0.10.1 |
| 791 | 2026-05-21T09:52:27.237Z | Downloaded ipnet v2.11.0 |
| 792 | 2026-05-21T09:52:27.237Z | Downloaded newtype_derive v0.1.6 |
| 793 | 2026-05-21T09:52:27.237Z | Downloaded ingot v0.1.1 |
| 794 | 2026-05-21T09:52:27.237Z | Downloaded getrandom v0.3.4 |
| 795 | 2026-05-21T09:52:27.237Z | Downloaded olpc-cjson v0.1.4 |
| 796 | 2026-05-21T09:52:27.237Z | Downloaded lock_api v0.4.14 |
| 797 | 2026-05-21T09:52:27.237Z | Downloaded linear-map v1.2.0 |
| 798 | 2026-05-21T09:52:27.237Z | Downloaded libsw-core v0.3.2 |
| 799 | 2026-05-21T09:52:27.237Z | Downloaded libloading v0.8.9 |
| 800 | 2026-05-21T09:52:27.237Z | Downloaded elliptic-curve v0.13.8 |
| 801 | 2026-05-21T09:52:27.237Z | Downloaded derive-where v1.6.0 |
| 802 | 2026-05-21T09:52:27.238Z | Downloaded jobserver v0.1.34 |
| 803 | 2026-05-21T09:52:27.238Z | Downloaded num-derive v0.4.2 |
| 804 | 2026-05-21T09:52:27.238Z | Downloaded num-conv v0.2.0 |
| 805 | 2026-05-21T09:52:27.243Z | Downloaded num-derive v0.3.3 |
| 806 | 2026-05-21T09:52:27.243Z | Downloaded flume v0.11.1 |
| 807 | 2026-05-21T09:52:27.243Z | Downloaded darling_core v0.20.11 |
| 808 | 2026-05-21T09:52:27.244Z | Downloaded darling_core v0.23.0 |
| 809 | 2026-05-21T09:52:27.244Z | Downloaded libefi-sys v0.1.0 |
| 810 | 2026-05-21T09:52:27.244Z | Downloaded crossterm v0.28.1 |
| 811 | 2026-05-21T09:52:27.244Z | Downloaded openssl-probe v0.2.1 |
| 812 | 2026-05-21T09:52:27.244Z | Downloaded num_threads v0.1.7 |
| 813 | 2026-05-21T09:52:27.244Z | Downloaded num_enum_derive v0.5.11 |
| 814 | 2026-05-21T09:52:27.244Z | Downloaded newtype-uuid v1.3.2 |
| 815 | 2026-05-21T09:52:27.244Z | Downloaded oso-derive v0.27.3 |
| 816 | 2026-05-21T09:52:27.244Z | Downloaded getrandom v0.2.17 |
| 817 | 2026-05-21T09:52:27.244Z | Downloaded native-tls v0.2.18 |
| 818 | 2026-05-21T09:52:27.244Z | Downloaded ed25519-dalek v2.2.0 |
| 819 | 2026-05-21T09:52:27.244Z | Downloaded httparse v1.10.1 |
| 820 | 2026-05-21T09:52:27.244Z | Downloaded lru v0.12.5 |
| 821 | 2026-05-21T09:52:27.244Z | Downloaded iana-time-zone v0.1.65 |
| 822 | 2026-05-21T09:52:27.244Z | Downloaded hyper-rustls v0.27.7 |
| 823 | 2026-05-21T09:52:27.244Z | Downloaded opaque-debug v0.3.1 |
| 824 | 2026-05-21T09:52:27.244Z | Downloaded openssl-probe v0.1.6 |
| 825 | 2026-05-21T09:52:27.244Z | Downloaded openssl-macros v0.1.1 |
| 826 | 2026-05-21T09:52:27.244Z | Downloaded futures v0.3.32 |
| 827 | 2026-05-21T09:52:27.244Z | Downloaded normalize-line-endings v0.3.0 |
| 828 | 2026-05-21T09:52:27.244Z | Downloaded packed_struct_codegen v0.10.1 |
| 829 | 2026-05-21T09:52:27.244Z | Downloaded num-integer v0.1.46 |
| 830 | 2026-05-21T09:52:27.244Z | Downloaded nanorand v0.7.0 |
| 831 | 2026-05-21T09:52:27.244Z | Downloaded pbkdf2 v0.11.0 |
| 832 | 2026-05-21T09:52:27.244Z | Downloaded pin-utils v0.1.0 |
| 833 | 2026-05-21T09:52:27.245Z | Downloaded base64 v0.22.1 |
| 834 | 2026-05-21T09:52:27.245Z | Downloaded phf_shared v0.13.1 |
| 835 | 2026-05-21T09:52:27.245Z | Downloaded pbkdf2 v0.12.2 |
| 836 | 2026-05-21T09:52:27.245Z | Downloaded path-slash v0.1.5 |
| 837 | 2026-05-21T09:52:27.245Z | Downloaded num_enum v0.5.11 |
| 838 | 2026-05-21T09:52:27.245Z | Downloaded peg-runtime v0.8.5 |
| 839 | 2026-05-21T09:52:27.245Z | Downloaded num v0.4.3 |
| 840 | 2026-05-21T09:52:27.245Z | Downloaded chacha20poly1305 v0.10.1 |
| 841 | 2026-05-21T09:52:27.245Z | Downloaded cc v1.2.56 |
| 842 | 2026-05-21T09:52:27.245Z | Downloaded flate2 v1.1.9 |
| 843 | 2026-05-21T09:52:27.245Z | Downloaded phf_shared v0.11.3 |
| 844 | 2026-05-21T09:52:27.245Z | Downloaded num-complex v0.4.6 |
| 845 | 2026-05-21T09:52:27.245Z | Downloaded derive_more v2.1.1 |
| 846 | 2026-05-21T09:52:27.245Z | Downloaded phf_shared v0.12.1 |
| 847 | 2026-05-21T09:52:27.245Z | Downloaded owo-colors v4.3.0 |
| 848 | 2026-05-21T09:52:27.245Z | Downloaded oxnet v0.1.5 |
| 849 | 2026-05-21T09:52:27.245Z | Downloaded oxide-tokio-rt v0.1.4 |
| 850 | 2026-05-21T09:52:27.245Z | Downloaded predicates-tree v1.0.13 |
| 851 | 2026-05-21T09:52:27.245Z | Downloaded indexmap v1.9.3 |
| 852 | 2026-05-21T09:52:27.245Z | Downloaded litrs v1.0.0 |
| 853 | 2026-05-21T09:52:27.245Z | Downloaded der v0.7.10 |
| 854 | 2026-05-21T09:52:27.245Z | Downloaded predicates-core v1.0.10 |
| 855 | 2026-05-21T09:52:27.246Z | Downloaded num_enum_derive v0.7.6 |
| 856 | 2026-05-21T09:52:27.246Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 857 | 2026-05-21T09:52:27.246Z | Downloaded proc-macro-crate v1.3.1 |
| 858 | 2026-05-21T09:52:27.246Z | Downloaded proc-macro-crate v3.4.0 |
| 859 | 2026-05-21T09:52:27.246Z | Downloaded precomputed-hash v0.1.1 |
| 860 | 2026-05-21T09:52:27.246Z | Downloaded powerfmt v0.2.0 |
| 861 | 2026-05-21T09:52:27.246Z | Downloaded num_enum v0.7.6 |
| 862 | 2026-05-21T09:52:27.246Z | Downloaded progenitor-client v0.10.0 |
| 863 | 2026-05-21T09:52:27.246Z | Downloaded memmap2 v0.9.10 |
| 864 | 2026-05-21T09:52:27.246Z | Downloaded num-rational v0.4.2 |
| 865 | 2026-05-21T09:52:27.246Z | Downloaded password-hash v0.4.2 |
| 866 | 2026-05-21T09:52:27.246Z | Downloaded nu-ansi-term v0.50.3 |
| 867 | 2026-05-21T09:52:27.246Z | Downloaded hmac v0.12.1 |
| 868 | 2026-05-21T09:52:27.246Z | Downloaded pem v3.0.6 |
| 869 | 2026-05-21T09:52:27.246Z | Downloaded paste v1.0.15 |
| 870 | 2026-05-21T09:52:27.246Z | Downloaded password-hash v0.5.0 |
| 871 | 2026-05-21T09:52:27.246Z | Downloaded progenitor-client v0.11.2 |
| 872 | 2026-05-21T09:52:27.246Z | Downloaded parse-display-derive v0.10.0 |
| 873 | 2026-05-21T09:52:27.246Z | Downloaded diesel_derives v2.3.7 |
| 874 | 2026-05-21T09:52:27.246Z | Downloaded progenitor-client v0.14.0 |
| 875 | 2026-05-21T09:52:27.246Z | Downloaded packed_struct v0.10.1 |
| 876 | 2026-05-21T09:52:27.246Z | Downloaded polyval v0.6.2 |
| 877 | 2026-05-21T09:52:27.246Z | Downloaded phf v0.13.1 |
| 878 | 2026-05-21T09:52:27.246Z | Downloaded phf v0.12.1 |
| 879 | 2026-05-21T09:52:27.246Z | Downloaded progenitor-macro v0.14.0 |
| 880 | 2026-05-21T09:52:27.246Z | Downloaded pkg-config v0.3.32 |
| 881 | 2026-05-21T09:52:27.246Z | Downloaded pin-project-lite v0.2.17 |
| 882 | 2026-05-21T09:52:27.246Z | Downloaded psl-types v2.0.11 |
| 883 | 2026-05-21T09:52:27.247Z | Downloaded base64 v0.21.7 |
| 884 | 2026-05-21T09:52:27.247Z | Downloaded headers v0.4.1 |
| 885 | 2026-05-21T09:52:27.247Z | Downloaded progenitor-macro v0.13.0 |
| 886 | 2026-05-21T09:52:27.247Z | Downloaded progenitor-macro v0.11.2 |
| 887 | 2026-05-21T09:52:27.247Z | Downloaded peg-macros v0.8.5 |
| 888 | 2026-05-21T09:52:27.247Z | Downloaded expectorate v1.2.0 |
| 889 | 2026-05-21T09:52:27.247Z | Downloaded quick-error v1.2.3 |
| 890 | 2026-05-21T09:52:27.247Z | Downloaded derive_more-impl v2.1.1 |
| 891 | 2026-05-21T09:52:27.247Z | Downloaded parking_lot_core v0.8.6 |
| 892 | 2026-05-21T09:52:27.247Z | Downloaded multer v3.1.0 |
| 893 | 2026-05-21T09:52:27.247Z | Downloaded mime_guess v2.0.5 |
| 894 | 2026-05-21T09:52:27.247Z | Downloaded ignore v0.4.25 |
| 895 | 2026-05-21T09:52:27.247Z | Downloaded pem-rfc7468 v0.7.0 |
| 896 | 2026-05-21T09:52:27.247Z | Downloaded half v2.7.1 |
| 897 | 2026-05-21T09:52:27.247Z | Downloaded const_format v0.2.35 |
| 898 | 2026-05-21T09:52:27.247Z | Downloaded progenitor v0.10.0 |
| 899 | 2026-05-21T09:52:27.247Z | Downloaded proc-macro-error2 v2.0.1 |
| 900 | 2026-05-21T09:52:27.247Z | Downloaded rand_chacha v0.3.1 |
| 901 | 2026-05-21T09:52:27.247Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 902 | 2026-05-21T09:52:27.247Z | Downloaded recursive v0.1.1 |
| 903 | 2026-05-21T09:52:27.247Z | Downloaded rand_xorshift v0.4.0 |
| 904 | 2026-05-21T09:52:27.247Z | Downloaded radium v0.7.0 |
| 905 | 2026-05-21T09:52:27.252Z | Downloaded predicates v3.1.4 |
| 906 | 2026-05-21T09:52:27.252Z | Downloaded heapless v0.8.0 |
| 907 | 2026-05-21T09:52:27.252Z | Downloaded libbz2-rs-sys v0.2.2 |
| 908 | 2026-05-21T09:52:27.252Z | Downloaded heapless v0.7.17 |
| 909 | 2026-05-21T09:52:27.252Z | Downloaded progenitor v0.14.0 |
| 910 | 2026-05-21T09:52:27.252Z | Downloaded progenitor v0.13.0 |
| 911 | 2026-05-21T09:52:27.252Z | Downloaded poly1305 v0.8.0 |
| 912 | 2026-05-21T09:52:27.252Z | Downloaded progenitor v0.11.2 |
| 913 | 2026-05-21T09:52:27.252Z | Downloaded ref-cast v1.0.25 |
| 914 | 2026-05-21T09:52:27.252Z | Downloaded progenitor-macro v0.10.0 |
| 915 | 2026-05-21T09:52:27.252Z | Downloaded omicron-zone-package v0.12.2 |
| 916 | 2026-05-21T09:52:27.252Z | Downloaded peg v0.8.5 |
| 917 | 2026-05-21T09:52:27.252Z | Downloaded ref-cast-impl v1.0.25 |
| 918 | 2026-05-21T09:52:27.252Z | Downloaded bytes v1.11.1 |
| 919 | 2026-05-21T09:52:27.252Z | Downloaded rfc6979 v0.4.0 |
| 920 | 2026-05-21T09:52:27.252Z | Downloaded psm v0.1.30 |
| 921 | 2026-05-21T09:52:27.253Z | Downloaded pin-project-internal v1.1.11 |
| 922 | 2026-05-21T09:52:27.253Z | Downloaded rustc-hash v2.1.1 |
| 923 | 2026-05-21T09:52:27.253Z | Downloaded russh-cryptovec v0.7.3 |
| 924 | 2026-05-21T09:52:27.253Z | Downloaded miniz_oxide v0.8.9 |
| 925 | 2026-05-21T09:52:27.253Z | Downloaded compact_str v0.8.1 |
| 926 | 2026-05-21T09:52:27.253Z | Downloaded dropshot-api-manager v0.7.1 |
| 927 | 2026-05-21T09:52:27.253Z | Downloaded chacha20 v0.10.0 |
| 928 | 2026-05-21T09:52:27.253Z | Downloaded primeorder v0.13.6 |
| 929 | 2026-05-21T09:52:27.253Z | Downloaded progenitor-extras v0.2.0 |
| 930 | 2026-05-21T09:52:27.253Z | Downloaded progenitor-client v0.13.0 |
| 931 | 2026-05-21T09:52:27.253Z | Downloaded p256 v0.13.2 |
| 932 | 2026-05-21T09:52:27.253Z | Downloaded postgres-protocol v0.6.10 |
| 933 | 2026-05-21T09:52:27.253Z | Downloaded rtoolbox v0.0.3 |
| 934 | 2026-05-21T09:52:27.253Z | Downloaded postcard v1.1.3 |
| 935 | 2026-05-21T09:52:27.253Z | Downloaded oso v0.27.3 |
| 936 | 2026-05-21T09:52:27.253Z | Downloaded ppv-lite86 v0.2.21 |
| 937 | 2026-05-21T09:52:27.253Z | Downloaded parking_lot_core v0.9.12 |
| 938 | 2026-05-21T09:52:27.253Z | Downloaded same-file v1.0.6 |
| 939 | 2026-05-21T09:52:27.253Z | Downloaded bumpalo v3.20.2 |
| 940 | 2026-05-21T09:52:27.253Z | Downloaded parking_lot v0.12.5 |
| 941 | 2026-05-21T09:52:27.253Z | Downloaded indicatif v0.18.4 |
| 942 | 2026-05-21T09:52:27.253Z | Downloaded crossterm v0.29.0 |
| 943 | 2026-05-21T09:52:27.253Z | Downloaded rustc_version v0.1.7 |
| 944 | 2026-05-21T09:52:27.253Z | Downloaded rand_chacha v0.9.0 |
| 945 | 2026-05-21T09:52:27.253Z | Downloaded parse-size v1.1.0 |
| 946 | 2026-05-21T09:52:27.253Z | Downloaded parse-display v0.10.0 |
| 947 | 2026-05-21T09:52:27.254Z | Downloaded ingot-macros v0.1.1 |
| 948 | 2026-05-21T09:52:27.254Z | Downloaded clang-sys v1.8.1 |
| 949 | 2026-05-21T09:52:27.254Z | Downloaded ingot-types v0.1.2 |
| 950 | 2026-05-21T09:52:27.254Z | Downloaded humantime v2.3.0 |
| 951 | 2026-05-21T09:52:27.254Z | Downloaded crossbeam-channel v0.5.15 |
| 952 | 2026-05-21T09:52:27.254Z | Downloaded inout v0.1.4 |
| 953 | 2026-05-21T09:52:27.254Z | Downloaded const_format_proc_macros v0.2.34 |
| 954 | 2026-05-21T09:52:27.254Z | Downloaded scheduled-thread-pool v0.2.7 |
| 955 | 2026-05-21T09:52:27.254Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-05-21T09:52:27.254Z | Downloaded sapling-renderdag v0.1.0 |
| 957 | 2026-05-21T09:52:27.254Z | Downloaded pkcs8 v0.10.2 |
| 958 | 2026-05-21T09:52:27.254Z | Downloaded r2d2 v0.8.10 |
| 959 | 2026-05-21T09:52:27.254Z | Downloaded scrypt v0.11.0 |
| 960 | 2026-05-21T09:52:27.254Z | Downloaded pkcs1 v0.7.5 |
| 961 | 2026-05-21T09:52:27.254Z | Downloaded salsa20 v0.10.2 |
| 962 | 2026-05-21T09:52:27.254Z | Downloaded darling v0.21.3 |
| 963 | 2026-05-21T09:52:27.254Z | Downloaded postgres-types v0.2.12 |
| 964 | 2026-05-21T09:52:27.254Z | Downloaded resolv-conf v0.7.6 |
| 965 | 2026-05-21T09:52:27.254Z | Downloaded pkcs5 v0.7.1 |
| 966 | 2026-05-21T09:52:27.254Z | Downloaded pin-project v1.1.11 |
| 967 | 2026-05-21T09:52:27.254Z | Downloaded serde-big-array v0.5.1 |
| 968 | 2026-05-21T09:52:27.254Z | Downloaded seq-macro v0.3.6 |
| 969 | 2026-05-21T09:52:27.254Z | Downloaded semver v0.1.20 |
| 970 | 2026-05-21T09:52:27.254Z | Downloaded secrecy v0.8.0 |
| 971 | 2026-05-21T09:52:27.254Z | Downloaded scopeguard v1.2.0 |
| 972 | 2026-05-21T09:52:27.255Z | Downloaded hashbrown v0.13.2 |
| 973 | 2026-05-21T09:52:27.255Z | Downloaded hashbrown v0.12.3 |
| 974 | 2026-05-21T09:52:27.255Z | Downloaded rand_seeder v0.4.0 |
| 975 | 2026-05-21T09:52:27.255Z | Downloaded rustversion v1.0.22 |
| 976 | 2026-05-21T09:52:27.255Z | Downloaded serde_bytes v0.11.19 |
| 977 | 2026-05-21T09:52:27.255Z | Downloaded rusty-fork v0.3.1 |
| 978 | 2026-05-21T09:52:27.255Z | Downloaded rand_core v0.10.0 |
| 979 | 2026-05-21T09:52:27.255Z | Downloaded rand_core v0.9.5 |
| 980 | 2026-05-21T09:52:27.255Z | Downloaded rand_core v0.6.4 |
| 981 | 2026-05-21T09:52:27.255Z | Downloaded serde_urlencoded v0.7.1 |
| 982 | 2026-05-21T09:52:27.255Z | Downloaded hyper-util v0.1.20 |
| 983 | 2026-05-21T09:52:27.255Z | Downloaded secrecy v0.10.3 |
| 984 | 2026-05-21T09:52:27.255Z | Downloaded hickory-server v0.25.2 |
| 985 | 2026-05-21T09:52:27.255Z | Downloaded serde_spanned v1.0.4 |
| 986 | 2026-05-21T09:52:27.255Z | Downloaded serde_repr v0.1.20 |
| 987 | 2026-05-21T09:52:27.255Z | Downloaded prefix-trie v0.7.0 |
| 988 | 2026-05-21T09:52:27.255Z | Downloaded parking_lot v0.11.2 |
| 989 | 2026-05-21T09:52:27.255Z | Downloaded shell-words v1.1.1 |
| 990 | 2026-05-21T09:52:27.255Z | Downloaded hickory-resolver v0.24.4 |
| 991 | 2026-05-21T09:52:27.255Z | Downloaded signal-hook-tokio v0.3.1 |
| 992 | 2026-05-21T09:52:27.255Z | Downloaded signal-hook-mio v0.2.5 |
| 993 | 2026-05-21T09:52:27.255Z | Downloaded byte-wrapper v0.1.0 |
| 994 | 2026-05-21T09:52:27.255Z | Downloaded cbc v0.1.2 |
| 995 | 2026-05-21T09:52:27.255Z | Downloaded cargo_metadata v0.19.2 |
| 996 | 2026-05-21T09:52:27.255Z | Downloaded rustc_version v0.4.1 |
| 997 | 2026-05-21T09:52:27.255Z | Downloaded progenitor-impl v0.10.0 |
| 998 | 2026-05-21T09:52:27.255Z | Downloaded rustls-pemfile v2.2.0 |
| 999 | 2026-05-21T09:52:27.255Z | Downloaded http v1.4.0 |
| 1000 | 2026-05-21T09:52:27.255Z | Downloaded corncobs v0.1.4 |
| 1001 | 2026-05-21T09:52:27.255Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-05-21T09:52:27.256Z | Downloaded sec1 v0.7.3 |
| 1003 | 2026-05-21T09:52:27.256Z | Downloaded daft-derive v0.1.7 |
| 1004 | 2026-05-21T09:52:27.256Z | Downloaded data-encoding v2.10.0 |
| 1005 | 2026-05-21T09:52:27.259Z | Downloaded crossbeam-deque v0.8.6 |
| 1006 | 2026-05-21T09:52:27.259Z | Downloaded critical-section v1.2.0 |
| 1007 | 2026-05-21T09:52:27.259Z | Downloaded russh-keys v0.45.0 |
| 1008 | 2026-05-21T09:52:27.259Z | Downloaded quinn-udp v0.5.14 |
| 1009 | 2026-05-21T09:52:27.260Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-05-21T09:52:27.260Z | Downloaded slog-bunyan v2.5.0 |
| 1011 | 2026-05-21T09:52:27.260Z | Downloaded siphasher v1.0.2 |
| 1012 | 2026-05-21T09:52:27.260Z | Downloaded hickory-resolver v0.25.2 |
| 1013 | 2026-05-21T09:52:27.260Z | Downloaded schemars_derive v0.8.22 |
| 1014 | 2026-05-21T09:52:27.260Z | Downloaded sct v0.7.1 |
| 1015 | 2026-05-21T09:52:27.260Z | Downloaded scroll v0.13.0 |
| 1016 | 2026-05-21T09:52:27.260Z | Downloaded rustls-pki-types v1.14.0 |
| 1017 | 2026-05-21T09:52:27.260Z | Downloaded serde_derive_internals v0.29.1 |
| 1018 | 2026-05-21T09:52:27.260Z | Downloaded serde_path_to_error v0.1.20 |
| 1019 | 2026-05-21T09:52:27.260Z | Downloaded minimal-lexical v0.2.1 |
| 1020 | 2026-05-21T09:52:27.260Z | Downloaded papergrid v0.17.0 |
| 1021 | 2026-05-21T09:52:27.260Z | Downloaded openssl-sys v0.9.115 |
| 1022 | 2026-05-21T09:52:27.260Z | Downloaded shlex v1.3.0 |
| 1023 | 2026-05-21T09:52:27.260Z | Downloaded serde_plain v1.0.2 |
| 1024 | 2026-05-21T09:52:27.260Z | Downloaded serde-hex v0.1.0 |
| 1025 | 2026-05-21T09:52:27.260Z | Downloaded sqlparser_derive v0.5.0 |
| 1026 | 2026-05-21T09:52:27.260Z | Downloaded ssh-cipher v0.2.0 |
| 1027 | 2026-05-21T09:52:27.260Z | Downloaded simd-adler32 v0.3.8 |
| 1028 | 2026-05-21T09:52:27.260Z | Downloaded signature v2.2.0 |
| 1029 | 2026-05-21T09:52:27.260Z | Downloaded strum v0.27.2 |
| 1030 | 2026-05-21T09:52:27.260Z | Downloaded strum v0.26.3 |
| 1031 | 2026-05-21T09:52:27.260Z | Downloaded slog-dtrace v0.3.0 |
| 1032 | 2026-05-21T09:52:27.260Z | Downloaded aes v0.8.4 |
| 1033 | 2026-05-21T09:52:27.260Z | Downloaded supports-color v3.0.2 |
| 1034 | 2026-05-21T09:52:27.260Z | Downloaded subtle v2.6.1 |
| 1035 | 2026-05-21T09:52:27.260Z | Downloaded progenitor-impl v0.13.0 |
| 1036 | 2026-05-21T09:52:27.260Z | Downloaded sha1 v0.10.6 |
| 1037 | 2026-05-21T09:52:27.260Z | Downloaded progenitor-impl v0.14.0 |
| 1038 | 2026-05-21T09:52:27.260Z | Downloaded signal-hook-registry v1.4.8 |
| 1039 | 2026-05-21T09:52:27.260Z | Downloaded ssh-encoding v0.2.0 |
| 1040 | 2026-05-21T09:52:27.261Z | Downloaded ron v0.8.1 |
| 1041 | 2026-05-21T09:52:27.261Z | Downloaded structmeta v0.3.0 |
| 1042 | 2026-05-21T09:52:27.261Z | Downloaded structmeta-derive v0.3.0 |
| 1043 | 2026-05-21T09:52:27.261Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1044 | 2026-05-21T09:52:27.261Z | Downloaded jiff-static v0.2.21 |
| 1045 | 2026-05-21T09:52:27.261Z | Downloaded sync-ptr v0.1.4 |
| 1046 | 2026-05-21T09:52:27.261Z | Downloaded tap v1.0.1 |
| 1047 | 2026-05-21T09:52:27.261Z | Downloaded tagptr v0.2.0 |
| 1048 | 2026-05-21T09:52:27.261Z | Downloaded slog-stdlog v4.1.1 |
| 1049 | 2026-05-21T09:52:27.261Z | Downloaded rustls-native-certs v0.8.3 |
| 1050 | 2026-05-21T09:52:27.261Z | Downloaded slog-json v2.6.1 |
| 1051 | 2026-05-21T09:52:27.261Z | Downloaded rustls-pemfile v1.0.4 |
| 1052 | 2026-05-21T09:52:27.261Z | Downloaded hashbrown v0.16.1 |
| 1053 | 2026-05-21T09:52:27.261Z | Downloaded hashbrown v0.15.5 |
| 1054 | 2026-05-21T09:52:27.261Z | Downloaded slog-async v2.8.0 |
| 1055 | 2026-05-21T09:52:27.261Z | Downloaded sync_wrapper v1.0.2 |
| 1056 | 2026-05-21T09:52:27.261Z | Downloaded slab v0.4.12 |
| 1057 | 2026-05-21T09:52:27.261Z | Downloaded spki v0.7.3 |
| 1058 | 2026-05-21T09:52:27.261Z | Downloaded take_mut v0.2.2 |
| 1059 | 2026-05-21T09:52:27.261Z | Downloaded tabled_derive v0.11.0 |
| 1060 | 2026-05-21T09:52:27.261Z | Downloaded serde_with_macros v3.17.0 |
| 1061 | 2026-05-21T09:52:27.261Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-05-21T09:52:27.261Z | Downloaded termtree v0.5.1 |
| 1063 | 2026-05-21T09:52:27.261Z | Downloaded serde_cbor v0.11.2 |
| 1064 | 2026-05-21T09:52:27.261Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1065 | 2026-05-21T09:52:27.261Z | Downloaded stacker v0.1.23 |
| 1066 | 2026-05-21T09:52:27.261Z | Downloaded snafu-derive v0.8.9 |
| 1067 | 2026-05-21T09:52:27.261Z | Downloaded mio v1.2.0 |
| 1068 | 2026-05-21T09:52:27.261Z | Downloaded smallvec v0.6.14 |
| 1069 | 2026-05-21T09:52:27.261Z | Downloaded tabwriter v1.4.1 |
| 1070 | 2026-05-21T09:52:27.261Z | Downloaded static_assertions v1.1.0 |
| 1071 | 2026-05-21T09:52:27.261Z | Downloaded slog-term v2.9.2 |
| 1072 | 2026-05-21T09:52:27.261Z | Downloaded rayon-core v1.13.0 |
| 1073 | 2026-05-21T09:52:27.262Z | Downloaded pretty_assertions v1.4.1 |
| 1074 | 2026-05-21T09:52:27.262Z | Downloaded schemars v0.8.22 |
| 1075 | 2026-05-21T09:52:27.262Z | Downloaded time-core v0.1.8 |
| 1076 | 2026-05-21T09:52:27.262Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2026-05-21T09:52:27.262Z | Downloaded sqlformat v0.3.5 |
| 1078 | 2026-05-21T09:52:27.262Z | Downloaded thread-id v5.1.0 |
| 1079 | 2026-05-21T09:52:27.262Z | Downloaded strum_macros v0.27.2 |
| 1080 | 2026-05-21T09:52:27.262Z | Downloaded publicsuffix v2.3.0 |
| 1081 | 2026-05-21T09:52:27.262Z | Downloaded strum_macros v0.24.3 |
| 1082 | 2026-05-21T09:52:27.262Z | Downloaded smf v0.2.3 |
| 1083 | 2026-05-21T09:52:27.262Z | Downloaded support-bundle-viewer v0.1.2 |
| 1084 | 2026-05-21T09:52:27.262Z | Downloaded itertools v0.10.5 |
| 1085 | 2026-05-21T09:52:27.262Z | Downloaded iri-string v0.7.10 |
| 1086 | 2026-05-21T09:52:27.262Z | Downloaded strum_macros v0.26.4 |
| 1087 | 2026-05-21T09:52:27.262Z | Downloaded stringprep v0.1.5 |
| 1088 | 2026-05-21T09:52:27.262Z | Downloaded string_cache v0.8.9 |
| 1089 | 2026-05-21T09:52:27.262Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1090 | 2026-05-21T09:52:27.262Z | Downloaded tokio-macros v2.7.0 |
| 1091 | 2026-05-21T09:52:27.262Z | Downloaded spin v0.9.8 |
| 1092 | 2026-05-21T09:52:27.262Z | Downloaded termios v0.3.3 |
| 1093 | 2026-05-21T09:52:27.262Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1094 | 2026-05-21T09:52:27.262Z | Downloaded itertools v0.12.1 |
| 1095 | 2026-05-21T09:52:27.262Z | Downloaded ryu v1.0.23 |
| 1096 | 2026-05-21T09:52:27.262Z | Downloaded thiserror-no-std v2.0.2 |
| 1097 | 2026-05-21T09:52:27.262Z | Downloaded rcgen v0.12.1 |
| 1098 | 2026-05-21T09:52:27.262Z | Downloaded tower-layer v0.3.3 |
| 1099 | 2026-05-21T09:52:27.262Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-05-21T09:52:27.262Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-05-21T09:52:27.262Z | Downloaded slog-scope v4.4.1 |
| 1102 | 2026-05-21T09:52:27.262Z | Downloaded num-bigint v0.4.6 |
| 1103 | 2026-05-21T09:52:27.262Z | Downloaded schemars v0.9.0 |
| 1104 | 2026-05-21T09:52:27.262Z | Downloaded similar v2.7.0 |
| 1105 | 2026-05-21T09:52:27.266Z | Downloaded progenitor-impl v0.11.2 |
| 1106 | 2026-05-21T09:52:27.266Z | Downloaded h2 v0.4.13 |
| 1107 | 2026-05-21T09:52:27.266Z | Downloaded prettyplease v0.2.37 |
| 1108 | 2026-05-21T09:52:27.266Z | Downloaded topological-sort v0.2.2 |
| 1109 | 2026-05-21T09:52:27.266Z | Downloaded time-macros v0.2.27 |
| 1110 | 2026-05-21T09:52:27.266Z | Downloaded rsa v0.9.10 |
| 1111 | 2026-05-21T09:52:27.266Z | Downloaded tower-service v0.3.3 |
| 1112 | 2026-05-21T09:52:27.266Z | Downloaded tls_codec_derive v0.4.2 |
| 1113 | 2026-05-21T09:52:27.266Z | Downloaded typify-macro v0.4.3 |
| 1114 | 2026-05-21T09:52:27.266Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-05-21T09:52:27.266Z | Downloaded async-compression v0.4.41 |
| 1116 | 2026-05-21T09:52:27.266Z | Downloaded unicode-truncate v1.1.0 |
| 1117 | 2026-05-21T09:52:27.266Z | Downloaded tls_codec v0.4.2 |
| 1118 | 2026-05-21T09:52:27.266Z | Downloaded aes-gcm v0.10.3 |
| 1119 | 2026-05-21T09:52:27.267Z | Downloaded rustls-webpki v0.103.9 |
| 1120 | 2026-05-21T09:52:27.267Z | Downloaded nom v7.1.3 |
| 1121 | 2026-05-21T09:52:27.267Z | Downloaded tokio-tungstenite v0.23.1 |
| 1122 | 2026-05-21T09:52:27.267Z | Downloaded tokio-tungstenite v0.21.0 |
| 1123 | 2026-05-21T09:52:27.267Z | Downloaded usdt v0.6.0 |
| 1124 | 2026-05-21T09:52:27.267Z | Downloaded untrusted v0.7.1 |
| 1125 | 2026-05-21T09:52:27.267Z | Downloaded unit-prefix v0.5.2 |
| 1126 | 2026-05-21T09:52:27.267Z | Downloaded tokio-native-tls v0.3.1 |
| 1127 | 2026-05-21T09:52:27.267Z | Downloaded quinn v0.11.9 |
| 1128 | 2026-05-21T09:52:27.267Z | Downloaded utf-8 v0.7.6 |
| 1129 | 2026-05-21T09:52:27.267Z | Downloaded tokio-dtrace v0.1.1 |
| 1130 | 2026-05-21T09:52:27.267Z | Downloaded rand v0.9.2 |
| 1131 | 2026-05-21T09:52:27.267Z | Downloaded universal-hash v0.5.1 |
| 1132 | 2026-05-21T09:52:27.267Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1133 | 2026-05-21T09:52:27.267Z | Downloaded tiny-keccak v2.0.2 |
| 1134 | 2026-05-21T09:52:27.267Z | Downloaded term v0.7.0 |
| 1135 | 2026-05-21T09:52:27.267Z | Downloaded qorb v0.4.1 |
| 1136 | 2026-05-21T09:52:27.267Z | Downloaded signal-hook v0.3.18 |
| 1137 | 2026-05-21T09:52:27.267Z | Downloaded samael v0.0.19 |
| 1138 | 2026-05-21T09:52:27.267Z | Downloaded untrusted v0.9.0 |
| 1139 | 2026-05-21T09:52:27.267Z | Downloaded itertools v0.14.0 |
| 1140 | 2026-05-21T09:52:27.267Z | Downloaded usdt-attr-macro v0.6.0 |
| 1141 | 2026-05-21T09:52:27.267Z | Downloaded subprocess v0.2.15 |
| 1142 | 2026-05-21T09:52:27.267Z | Downloaded nom v8.0.0 |
| 1143 | 2026-05-21T09:52:27.268Z | Downloaded want v0.3.1 |
| 1144 | 2026-05-21T09:52:27.268Z | Downloaded wait-timeout v0.2.1 |
| 1145 | 2026-05-21T09:52:27.268Z | Downloaded libm v0.2.16 |
| 1146 | 2026-05-21T09:52:27.268Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1147 | 2026-05-21T09:52:27.268Z | Downloaded snafu v0.8.9 |
| 1148 | 2026-05-21T09:52:27.268Z | Downloaded void v1.0.2 |
| 1149 | 2026-05-21T09:52:27.268Z | Downloaded typify-macro v0.6.2 |
| 1150 | 2026-05-21T09:52:27.268Z | Downloaded term v1.2.1 |
| 1151 | 2026-05-21T09:52:27.268Z | Downloaded libxml v0.3.3 |
| 1152 | 2026-05-21T09:52:27.268Z | Downloaded xshell-macros v0.2.7 |
| 1153 | 2026-05-21T09:52:27.268Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1154 | 2026-05-21T09:52:27.268Z | Downloaded socket2 v0.6.3 |
| 1155 | 2026-05-21T09:52:27.268Z | Downloaded waitgroup v0.1.2 |
| 1156 | 2026-05-21T09:52:27.268Z | Downloaded unicase v2.9.0 |
| 1157 | 2026-05-21T09:52:27.268Z | Downloaded xattr v1.6.1 |
| 1158 | 2026-05-21T09:52:27.268Z | Downloaded socket2 v0.5.10 |
| 1159 | 2026-05-21T09:52:27.268Z | Downloaded usdt-macro v0.6.0 |
| 1160 | 2026-05-21T09:52:27.268Z | Downloaded aho-corasick v1.1.4 |
| 1161 | 2026-05-21T09:52:27.268Z | Downloaded thread_local v1.1.9 |
| 1162 | 2026-05-21T09:52:27.268Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1163 | 2026-05-21T09:52:27.268Z | Downloaded vergen-git2 v1.0.7 |
| 1164 | 2026-05-21T09:52:27.268Z | Downloaded vergen-lib v0.1.6 |
| 1165 | 2026-05-21T09:52:27.268Z | Downloaded tui-tree-widget v0.23.1 |
| 1166 | 2026-05-21T09:52:27.268Z | Downloaded num-bigint-dig v0.8.6 |
| 1167 | 2026-05-21T09:52:27.269Z | Downloaded uzers v0.12.2 |
| 1168 | 2026-05-21T09:52:27.269Z | Downloaded usdt-impl v0.6.0 |
| 1169 | 2026-05-21T09:52:27.269Z | Downloaded schemars v1.2.1 |
| 1170 | 2026-05-21T09:52:27.269Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-05-21T09:52:27.269Z | Downloaded zeroize_derive v1.4.3 |
| 1172 | 2026-05-21T09:52:27.269Z | Downloaded iddqd v0.4.1 |
| 1173 | 2026-05-21T09:52:27.269Z | Downloaded test-strategy v0.4.5 |
| 1174 | 2026-05-21T09:52:27.269Z | Downloaded walkdir v2.5.0 |
| 1175 | 2026-05-21T09:52:27.269Z | Downloaded twox-hash v2.1.2 |
| 1176 | 2026-05-21T09:52:27.269Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-05-21T09:52:27.269Z | Downloaded tokio-stream v0.1.18 |
| 1178 | 2026-05-21T09:52:27.269Z | Downloaded vsss-rs v3.3.4 |
| 1179 | 2026-05-21T09:52:27.269Z | Downloaded whoami v1.6.1 |
| 1180 | 2026-05-21T09:52:27.269Z | Downloaded futures-util v0.3.32 |
| 1181 | 2026-05-21T09:52:27.269Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-05-21T09:52:27.269Z | Downloaded tracing-attributes v0.1.31 |
| 1183 | 2026-05-21T09:52:27.269Z | Downloaded unicode-properties v0.1.4 |
| 1184 | 2026-05-21T09:52:27.269Z | Downloaded tokio-rustls v0.26.4 |
| 1185 | 2026-05-21T09:52:27.269Z | Downloaded tokio-rustls v0.25.0 |
| 1186 | 2026-05-21T09:52:27.269Z | Downloaded slog v2.8.2 |
| 1187 | 2026-05-21T09:52:27.269Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-05-21T09:52:27.269Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1189 | 2026-05-21T09:52:27.269Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-05-21T09:52:27.270Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1191 | 2026-05-21T09:52:27.270Z | Downloaded rustyline v14.0.0 |
| 1192 | 2026-05-21T09:52:27.270Z | Downloaded toml v0.7.8 |
| 1193 | 2026-05-21T09:52:27.270Z | Downloaded tinyvec v1.10.0 |
| 1194 | 2026-05-21T09:52:27.270Z | Downloaded rand v0.8.6 |
| 1195 | 2026-05-21T09:52:27.270Z | Downloaded tokio-rustls v0.24.1 |
| 1196 | 2026-05-21T09:52:27.270Z | Downloaded zeroize v1.8.2 |
| 1197 | 2026-05-21T09:52:27.270Z | Downloaded vergen v9.0.6 |
| 1198 | 2026-05-21T09:52:27.270Z | Downloaded tracing-core v0.1.36 |
| 1199 | 2026-05-21T09:52:27.270Z | Downloaded steno v0.4.1 |
| 1200 | 2026-05-21T09:52:27.270Z | Downloaded itertools v0.13.0 |
| 1201 | 2026-05-21T09:52:27.270Z | Downloaded tungstenite v0.21.0 |
| 1202 | 2026-05-21T09:52:27.270Z | Downloaded typify v0.6.2 |
| 1203 | 2026-05-21T09:52:27.270Z | Downloaded rand v0.10.1 |
| 1204 | 2026-05-21T09:52:27.270Z | Downloaded zone v0.3.1 |
| 1205 | 2026-05-21T09:52:27.274Z | Downloaded tungstenite v0.23.0 |
| 1206 | 2026-05-21T09:52:27.274Z | Downloaded hkdf v0.12.4 |
| 1207 | 2026-05-21T09:52:27.274Z | Downloaded unicode-bidi v0.3.18 |
| 1208 | 2026-05-21T09:52:27.274Z | Downloaded zstd v0.13.3 |
| 1209 | 2026-05-21T09:52:27.280Z | Downloaded hyper v1.8.1 |
| 1210 | 2026-05-21T09:52:27.284Z | Downloaded p521 v0.13.3 |
| 1211 | 2026-05-21T09:52:27.288Z | Downloaded yasna v0.5.2 |
| 1212 | 2026-05-21T09:52:27.291Z | Downloaded tar v0.4.45 |
| 1213 | 2026-05-21T09:52:27.291Z | Downloaded typify v0.4.3 |
| 1214 | 2026-05-21T09:52:27.297Z | Downloaded reedline v0.40.0 |
| 1215 | 2026-05-21T09:52:27.305Z | Downloaded russh v0.45.0 |
| 1216 | 2026-05-21T09:52:27.313Z | Downloaded zstd-safe v7.2.4 |
| 1217 | 2026-05-21T09:52:27.320Z | Downloaded rpassword v7.4.0 |
| 1218 | 2026-05-21T09:52:27.322Z | Downloaded zerocopy v0.6.6 |
| 1219 | 2026-05-21T09:52:27.325Z | Downloaded uuid v1.23.0 |
| 1220 | 2026-05-21T09:52:27.330Z | Downloaded tokio-postgres v0.7.16 |
| 1221 | 2026-05-21T09:52:27.334Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-05-21T09:52:27.336Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1223 | 2026-05-21T09:52:27.339Z | Downloaded vte v0.14.1 |
| 1224 | 2026-05-21T09:52:27.344Z | Downloaded ssh-key v0.6.7 |
| 1225 | 2026-05-21T09:52:27.347Z | Downloaded toml_edit v0.19.15 |
| 1226 | 2026-05-21T09:52:27.357Z | Downloaded zopfli v0.8.3 |
| 1227 | 2026-05-21T09:52:27.367Z | Downloaded blake3 v1.8.3 |
| 1228 | 2026-05-21T09:52:27.393Z | Downloaded zip v0.6.6 |
| 1229 | 2026-05-21T09:52:27.409Z | Downloaded unsafe-libyaml v0.2.11 |
| 1230 | 2026-05-21T09:52:27.412Z | Downloaded unicode_categories v0.1.1 |
| 1231 | 2026-05-21T09:52:27.417Z | Downloaded yansi v1.0.1 |
| 1232 | 2026-05-21T09:52:27.419Z | Downloaded chrono v0.4.44 |
| 1233 | 2026-05-21T09:52:27.422Z | Downloaded aws-lc-rs v1.16.3 |
| 1234 | 2026-05-21T09:52:27.428Z | Downloaded curve25519-dalek v4.1.3 |
| 1235 | 2026-05-21T09:52:27.432Z | Downloaded rustls-webpki v0.101.7 |
| 1236 | 2026-05-21T09:52:27.443Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-05-21T09:52:27.448Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-05-21T09:52:27.452Z | Downloaded reqwest v0.13.2 |
| 1239 | 2026-05-21T09:52:27.455Z | Downloaded unicode-segmentation v1.12.0 |
| 1240 | 2026-05-21T09:52:27.458Z | Downloaded moka v0.12.13 |
| 1241 | 2026-05-21T09:52:27.462Z | Downloaded bitvec v1.0.1 |
| 1242 | 2026-05-21T09:52:27.470Z | Downloaded reqwest v0.12.28 |
| 1243 | 2026-05-21T09:52:27.473Z | Downloaded bindgen v0.71.1 |
| 1244 | 2026-05-21T09:52:27.477Z | Downloaded git2 v0.20.4 |
| 1245 | 2026-05-21T09:52:27.481Z | Downloaded proptest v1.10.0 |
| 1246 | 2026-05-21T09:52:27.486Z | Downloaded unicode-normalization v0.1.25 |
| 1247 | 2026-05-21T09:52:27.493Z | Downloaded regex v1.12.3 |
| 1248 | 2026-05-21T09:52:27.501Z | Downloaded zip v4.6.1 |
| 1249 | 2026-05-21T09:52:27.504Z | Downloaded typed-path v0.9.3 |
| 1250 | 2026-05-21T09:52:27.508Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-05-21T09:52:27.512Z | Downloaded tough v0.22.0 |
| 1252 | 2026-05-21T09:52:27.520Z | Downloaded quick-xml v0.37.5 |
| 1253 | 2026-05-21T09:52:27.524Z | Downloaded portable-atomic v1.13.1 |
| 1254 | 2026-05-21T09:52:27.528Z | Downloaded serde_with v3.17.0 |
| 1255 | 2026-05-21T09:52:27.534Z | Downloaded rustls-webpki v0.102.8 |
| 1256 | 2026-05-21T09:52:27.545Z | Downloaded tower v0.5.3 |
| 1257 | 2026-05-21T09:52:27.549Z | Downloaded object v0.30.4 |
| 1258 | 2026-05-21T09:52:27.554Z | Downloaded lalrpop v0.19.12 |
| 1259 | 2026-05-21T09:52:27.560Z | Downloaded zerocopy-derive v0.8.40 |
| 1260 | 2026-05-21T09:52:27.564Z | Downloaded salty v0.3.0 |
| 1261 | 2026-05-21T09:52:27.568Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-05-21T09:52:27.572Z | Downloaded winnow v0.6.26 |
| 1263 | 2026-05-21T09:52:27.577Z | Downloaded goblin v0.10.5 |
| 1264 | 2026-05-21T09:52:27.585Z | Downloaded dropshot v0.16.7 |
| 1265 | 2026-05-21T09:52:27.599Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-05-21T09:52:27.605Z | Downloaded nix v0.28.0 |
| 1267 | 2026-05-21T09:52:27.612Z | Downloaded nix v0.29.0 |
| 1268 | 2026-05-21T09:52:27.623Z | Downloaded tokio-util v0.7.18 |
| 1269 | 2026-05-21T09:52:27.627Z | Downloaded tabled v0.20.0 |
| 1270 | 2026-05-21T09:52:27.640Z | Downloaded winnow v1.0.3 |
| 1271 | 2026-05-21T09:52:27.645Z | Downloaded petname v2.0.2 |
| 1272 | 2026-05-21T09:52:27.648Z | Downloaded time v0.3.47 |
| 1273 | 2026-05-21T09:52:27.654Z | Downloaded smoltcp v0.9.1 |
| 1274 | 2026-05-21T09:52:27.660Z | Downloaded object v0.37.3 |
| 1275 | 2026-05-21T09:52:27.666Z | Downloaded zlib-rs v0.6.2 |
| 1276 | 2026-05-21T09:52:27.669Z | Downloaded quinn-proto v0.11.13 |
| 1277 | 2026-05-21T09:52:27.673Z | Downloaded dropshot v0.17.0 |
| 1278 | 2026-05-21T09:52:27.685Z | Downloaded vcpkg v0.2.15 |
| 1279 | 2026-05-21T09:52:27.707Z | Downloaded webpki-roots v1.0.6 |
| 1280 | 2026-05-21T09:52:27.709Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-05-21T09:52:27.713Z | Downloaded diesel v2.3.7 |
| 1282 | 2026-05-21T09:52:27.725Z | Downloaded zerocopy v0.8.40 |
| 1283 | 2026-05-21T09:52:27.730Z | Downloaded rustls v0.23.37 |
| 1284 | 2026-05-21T09:52:27.736Z | Downloaded regress v0.10.5 |
| 1285 | 2026-05-21T09:52:27.741Z | Downloaded bstr v1.12.1 |
| 1286 | 2026-05-21T09:52:27.746Z | Downloaded regex-syntax v0.6.29 |
| 1287 | 2026-05-21T09:52:27.750Z | Downloaded openssl v0.10.79 |
| 1288 | 2026-05-21T09:52:27.755Z | Downloaded polar-core v0.27.3 |
| 1289 | 2026-05-21T09:52:27.760Z | Downloaded rustls v0.21.12 |
| 1290 | 2026-05-21T09:52:27.767Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-05-21T09:52:27.772Z | Downloaded nix v0.31.2 |
| 1292 | 2026-05-21T09:52:27.779Z | Downloaded hickory-proto v0.24.4 |
| 1293 | 2026-05-21T09:52:27.787Z | Downloaded nix v0.27.1 |
| 1294 | 2026-05-21T09:52:27.799Z | Downloaded ratatui v0.29.0 |
| 1295 | 2026-05-21T09:52:27.812Z | Downloaded typify-impl v0.4.3 |
| 1296 | 2026-05-21T09:52:27.823Z | Downloaded rustls v0.22.4 |
| 1297 | 2026-05-21T09:52:27.831Z | Downloaded openapiv3 v2.2.0 |
| 1298 | 2026-05-21T09:52:27.840Z | Downloaded smoltcp v0.11.0 |
| 1299 | 2026-05-21T09:52:27.845Z | Downloaded regress v0.11.1 |
| 1300 | 2026-05-21T09:52:27.856Z | Downloaded hickory-proto v0.25.2 |
| 1301 | 2026-05-21T09:52:27.864Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-05-21T09:52:27.874Z | Downloaded rustix v0.38.44 |
| 1303 | 2026-05-21T09:52:27.887Z | Downloaded csv v1.4.0 |
| 1304 | 2026-05-21T09:52:27.914Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-21T09:52:27.966Z | Downloaded encoding_rs v0.8.35 |
| 1306 | 2026-05-21T09:52:27.979Z | Downloaded ring v0.17.14 |
| 1307 | 2026-05-21T09:52:28.011Z | Downloaded sled v0.34.7 |
| 1308 | 2026-05-21T09:52:28.020Z | Downloaded typify-impl v0.6.2 |
| 1309 | 2026-05-21T09:52:28.035Z | Downloaded tracing v0.1.44 |
| 1310 | 2026-05-21T09:52:28.085Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1311 | 2026-05-21T09:52:28.099Z | Downloaded zerocopy-derive v0.6.6 |
| 1312 | 2026-05-21T09:52:28.117Z | Downloaded regex-automata v0.4.14 |
| 1313 | 2026-05-21T09:52:28.125Z | Downloaded petgraph v0.6.5 |
| 1314 | 2026-05-21T09:52:28.136Z | Downloaded chrono-tz v0.10.4 |
| 1315 | 2026-05-21T09:52:28.174Z | Downloaded petgraph v0.8.3 |
| 1316 | 2026-05-21T09:52:28.195Z | Downloaded libz-sys v1.1.24 |
| 1317 | 2026-05-21T09:52:28.208Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1318 | 2026-05-21T09:52:28.218Z | Downloaded sha3 v0.10.8 |
| 1319 | 2026-05-21T09:52:28.339Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1320 | 2026-05-21T09:52:28.918Z | Downloaded aws-lc-sys v0.40.0 |
| 1321 | 2026-05-21T09:52:29.163Z | Compiling libc v0.2.185 |
| 1322 | 2026-05-21T09:52:29.163Z | Compiling serde v1.0.228 |
| 1323 | 2026-05-21T09:52:29.169Z | Compiling log v0.4.29 |
| 1324 | 2026-05-21T09:52:29.169Z | Compiling shlex v1.3.0 |
| 1325 | 2026-05-21T09:52:29.312Z | Compiling find-msvc-tools v0.1.9 |
| 1326 | 2026-05-21T09:52:29.319Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-05-21T09:52:29.330Z | Compiling syn v2.0.117 |
| 1328 | 2026-05-21T09:52:29.366Z | Compiling typenum v1.19.0 |
| 1329 | 2026-05-21T09:52:29.504Z | Compiling generic-array v0.14.7 |
| 1330 | 2026-05-21T09:52:29.518Z | Compiling subtle v2.6.1 |
| 1331 | 2026-05-21T09:52:29.550Z | Compiling scopeguard v1.2.0 |
| 1332 | 2026-05-21T09:52:29.601Z | Compiling const-oid v0.9.6 |
| 1333 | 2026-05-21T09:52:29.634Z | Compiling lock_api v0.4.14 |
| 1334 | 2026-05-21T09:52:29.656Z | Compiling serde_json v1.0.149 |
| 1335 | 2026-05-21T09:52:29.683Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-05-21T09:52:29.755Z | Compiling portable-atomic v1.13.1 |
| 1337 | 2026-05-21T09:52:29.870Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-05-21T09:52:30.100Z | Compiling pin-project-lite v0.2.17 |
| 1339 | 2026-05-21T09:52:30.131Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-05-21T09:52:30.198Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-05-21T09:52:30.212Z | Compiling jobserver v0.1.34 |
| 1342 | 2026-05-21T09:52:30.215Z | Compiling errno v0.3.14 |
| 1343 | 2026-05-21T09:52:30.337Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-21T09:52:30.351Z | Compiling rand_core v0.6.4 |
| 1345 | 2026-05-21T09:52:30.431Z | Compiling cc v1.2.56 |
| 1346 | 2026-05-21T09:52:30.618Z | Compiling bitflags v2.11.0 |
| 1347 | 2026-05-21T09:52:30.632Z | Compiling libm v0.2.16 |
| 1348 | 2026-05-21T09:52:30.692Z | Compiling critical-section v1.2.0 |
| 1349 | 2026-05-21T09:52:30.806Z | Compiling futures-core v0.3.32 |
| 1350 | 2026-05-21T09:52:30.847Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-05-21T09:52:30.876Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-05-21T09:52:30.890Z | Compiling mio v1.2.0 |
| 1353 | 2026-05-21T09:52:30.950Z | Compiling num-traits v0.2.19 |
| 1354 | 2026-05-21T09:52:30.989Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-05-21T09:52:31.059Z | Compiling socket2 v0.6.3 |
| 1356 | 2026-05-21T09:52:31.183Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-05-21T09:52:31.255Z | Compiling getrandom v0.4.1 |
| 1358 | 2026-05-21T09:52:31.291Z | Compiling futures-channel v0.3.32 |
| 1359 | 2026-05-21T09:52:31.309Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-05-21T09:52:31.357Z | Compiling slab v0.4.12 |
| 1361 | 2026-05-21T09:52:31.473Z | Compiling futures-io v0.3.32 |
| 1362 | 2026-05-21T09:52:31.487Z | Compiling cpufeatures v0.2.17 |
| 1363 | 2026-05-21T09:52:31.528Z | Compiling rand_core v0.10.0 |
| 1364 | 2026-05-21T09:52:31.542Z | Compiling indexmap v2.14.0 |
| 1365 | 2026-05-21T09:52:31.562Z | Compiling rustversion v1.0.22 |
| 1366 | 2026-05-21T09:52:31.609Z | Compiling getrandom v0.3.4 |
| 1367 | 2026-05-21T09:52:31.630Z | Compiling cmake v0.1.57 |
| 1368 | 2026-05-21T09:52:31.993Z | Compiling form_urlencoded v1.2.2 |
| 1369 | 2026-05-21T09:52:32.036Z | Compiling dunce v1.0.5 |
| 1370 | 2026-05-21T09:52:32.064Z | Compiling fs_extra v1.3.0 |
| 1371 | 2026-05-21T09:52:32.140Z | Compiling synstructure v0.13.2 |
| 1372 | 2026-05-21T09:52:32.178Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-05-21T09:52:32.220Z | Compiling base64ct v1.8.3 |
| 1374 | 2026-05-21T09:52:32.307Z | Compiling rustix v1.1.3 |
| 1375 | 2026-05-21T09:52:32.343Z | Compiling aws-lc-sys v0.40.0 |
| 1376 | 2026-05-21T09:52:32.513Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-05-21T09:52:32.554Z | Compiling regex-syntax v0.8.10 |
| 1378 | 2026-05-21T09:52:32.597Z | Compiling iana-time-zone v0.1.65 |
| 1379 | 2026-05-21T09:52:32.654Z | Compiling flagset v0.4.7 |
| 1380 | 2026-05-21T09:52:32.735Z | Compiling rand_core v0.9.5 |
| 1381 | 2026-05-21T09:52:32.782Z | Compiling ring v0.17.14 |
| 1382 | 2026-05-21T09:52:32.797Z | Compiling aws-lc-rs v1.16.3 |
| 1383 | 2026-05-21T09:52:32.814Z | Compiling vcpkg v0.2.15 |
| 1384 | 2026-05-21T09:52:33.007Z | Compiling uuid v1.23.0 |
| 1385 | 2026-05-21T09:52:33.079Z | Compiling rustc_version v0.4.1 |
| 1386 | 2026-05-21T09:52:33.464Z | Compiling tracing-core v0.1.36 |
| 1387 | 2026-05-21T09:52:33.576Z | Compiling openssl-sys v0.9.115 |
| 1388 | 2026-05-21T09:52:33.757Z | Compiling base64 v0.22.1 |
| 1389 | 2026-05-21T09:52:33.892Z | Compiling serde_derive v1.0.228 |
| 1390 | 2026-05-21T09:52:34.024Z | Compiling zeroize_derive v1.4.3 |
| 1391 | 2026-05-21T09:52:34.089Z | Compiling zerofrom-derive v0.1.6 |
| 1392 | 2026-05-21T09:52:34.108Z | Compiling yoke-derive v0.8.1 |
| 1393 | 2026-05-21T09:52:34.146Z | Compiling zerovec-derive v0.11.2 |
| 1394 | 2026-05-21T09:52:34.679Z | Compiling zeroize v1.8.2 |
| 1395 | 2026-05-21T09:52:34.900Z | Compiling zerocopy-derive v0.8.40 |
| 1396 | 2026-05-21T09:52:35.255Z | Compiling displaydoc v0.2.5 |
| 1397 | 2026-05-21T09:52:35.269Z | Compiling tokio-macros v2.7.0 |
| 1398 | 2026-05-21T09:52:35.427Z | Compiling crypto-common v0.1.7 |
| 1399 | 2026-05-21T09:52:35.470Z | Compiling zerofrom v0.1.6 |
| 1400 | 2026-05-21T09:52:35.575Z | Compiling yoke v0.8.1 |
| 1401 | 2026-05-21T09:52:35.596Z | Compiling block-buffer v0.10.4 |
| 1402 | 2026-05-21T09:52:35.759Z | Compiling zerovec v0.11.5 |
| 1403 | 2026-05-21T09:52:35.774Z | Compiling digest v0.10.7 |
| 1404 | 2026-05-21T09:52:35.972Z | Compiling futures-macro v0.3.32 |
| 1405 | 2026-05-21T09:52:35.988Z | Compiling zerotrie v0.2.3 |
| 1406 | 2026-05-21T09:52:36.022Z | Compiling hmac v0.12.1 |
| 1407 | 2026-05-21T09:52:36.179Z | Compiling block-padding v0.3.3 |
| 1408 | 2026-05-21T09:52:36.263Z | Compiling tinystr v0.8.2 |
| 1409 | 2026-05-21T09:52:36.281Z | Compiling potential_utf v0.1.4 |
| 1410 | 2026-05-21T09:52:36.339Z | Compiling inout v0.1.4 |
| 1411 | 2026-05-21T09:52:36.440Z | Compiling icu_locale_core v2.1.1 |
| 1412 | 2026-05-21T09:52:36.467Z | Compiling icu_collections v2.1.1 |
| 1413 | 2026-05-21T09:52:36.506Z | Compiling cipher v0.4.4 |
| 1414 | 2026-05-21T09:52:36.771Z | Compiling sha2 v0.10.9 |
| 1415 | 2026-05-21T09:52:36.774Z | Compiling futures-util v0.3.32 |
| 1416 | 2026-05-21T09:52:36.939Z | Compiling der_derive v0.7.3 |
| 1417 | 2026-05-21T09:52:37.312Z | Compiling bytes v1.11.1 |
| 1418 | 2026-05-21T09:52:37.327Z | Compiling icu_provider v2.1.1 |
| 1419 | 2026-05-21T09:52:37.616Z | Compiling icu_normalizer v2.1.1 |
| 1420 | 2026-05-21T09:52:37.873Z | Compiling tokio v1.52.1 |
| 1421 | 2026-05-21T09:52:37.910Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-05-21T09:52:38.038Z | Compiling der v0.7.10 |
| 1423 | 2026-05-21T09:52:38.135Z | Compiling http v1.4.0 |
| 1424 | 2026-05-21T09:52:38.153Z | Compiling chrono v0.4.44 |
| 1425 | 2026-05-21T09:52:39.046Z | Compiling idna_adapter v1.2.1 |
| 1426 | 2026-05-21T09:52:39.063Z | Compiling spki v0.7.3 |
| 1427 | 2026-05-21T09:52:39.079Z | Compiling salsa20 v0.10.2 |
| 1428 | 2026-05-21T09:52:39.183Z | Compiling idna v1.1.0 |
| 1429 | 2026-05-21T09:52:39.219Z | Compiling ppv-lite86 v0.2.21 |
| 1430 | 2026-05-21T09:52:39.257Z | Compiling pbkdf2 v0.12.2 |
| 1431 | 2026-05-21T09:52:39.272Z | Compiling rustls-pki-types v1.14.0 |
| 1432 | 2026-05-21T09:52:39.287Z | Compiling tracing-attributes v0.1.31 |
| 1433 | 2026-05-21T09:52:39.373Z | Compiling thiserror-impl v2.0.18 |
| 1434 | 2026-05-21T09:52:39.544Z | Compiling url v2.5.8 |
| 1435 | 2026-05-21T09:52:39.576Z | Compiling rand_chacha v0.9.0 |
| 1436 | 2026-05-21T09:52:39.723Z | Compiling scrypt v0.11.0 |
| 1437 | 2026-05-21T09:52:39.831Z | Compiling http-body v1.0.1 |
| 1438 | 2026-05-21T09:52:39.974Z | Compiling aes v0.8.4 |
| 1439 | 2026-05-21T09:52:39.989Z | Compiling cbc v0.1.2 |
| 1440 | 2026-05-21T09:52:40.217Z | Compiling untrusted v0.9.0 |
| 1441 | 2026-05-21T09:52:40.267Z | Compiling httparse v1.10.1 |
| 1442 | 2026-05-21T09:52:40.326Z | Compiling tinyvec_macros v0.1.1 |
| 1443 | 2026-05-21T09:52:40.338Z | Compiling openssl-probe v0.2.1 |
| 1444 | 2026-05-21T09:52:40.395Z | Compiling untrusted v0.7.1 |
| 1445 | 2026-05-21T09:52:40.511Z | Compiling tinyvec v1.10.0 |
| 1446 | 2026-05-21T09:52:40.525Z | Compiling pkcs5 v0.7.1 |
| 1447 | 2026-05-21T09:52:40.573Z | Compiling tracing v0.1.44 |
| 1448 | 2026-05-21T09:52:40.681Z | Compiling thiserror v2.0.18 |
| 1449 | 2026-05-21T09:52:40.789Z | Compiling pest_generator v2.8.6 |
| 1450 | 2026-05-21T09:52:40.830Z | Compiling rand v0.9.2 |
| 1451 | 2026-05-21T09:52:40.848Z | Compiling serde_derive_internals v0.29.1 |
| 1452 | 2026-05-21T09:52:40.989Z | Compiling aho-corasick v1.1.4 |
| 1453 | 2026-05-21T09:52:41.017Z | Compiling schemars v0.8.22 |
| 1454 | 2026-05-21T09:52:41.216Z | Compiling rustls v0.23.37 |
| 1455 | 2026-05-21T09:52:41.389Z | Compiling tower-layer v0.3.3 |
| 1456 | 2026-05-21T09:52:41.468Z | Compiling try-lock v0.2.5 |
| 1457 | 2026-05-21T09:52:41.554Z | Compiling atomic-waker v1.1.2 |
| 1458 | 2026-05-21T09:52:41.586Z | Compiling dyn-clone v1.0.20 |
| 1459 | 2026-05-21T09:52:41.605Z | Compiling tokio-util v0.7.18 |
| 1460 | 2026-05-21T09:52:41.678Z | Compiling tower-service v0.3.3 |
| 1461 | 2026-05-21T09:52:41.721Z | Compiling want v0.3.1 |
| 1462 | 2026-05-21T09:52:41.724Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-05-21T09:52:41.772Z | Compiling regex-automata v0.4.14 |
| 1464 | 2026-05-21T09:52:41.884Z | Compiling pest_derive v2.8.6 |
| 1465 | 2026-05-21T09:52:42.305Z | Compiling h2 v0.4.13 |
| 1466 | 2026-05-21T09:52:42.406Z | Compiling pkcs8 v0.10.2 |
| 1467 | 2026-05-21T09:52:42.638Z | Compiling ipnet v2.11.0 |
| 1468 | 2026-05-21T09:52:42.707Z | Compiling scroll_derive v0.13.1 |
| 1469 | 2026-05-21T09:52:42.913Z | Compiling darling_core v0.20.11 |
| 1470 | 2026-05-21T09:52:42.956Z | Compiling pin-utils v0.1.0 |
| 1471 | 2026-05-21T09:52:43.032Z | Compiling foreign-types-shared v0.1.1 |
| 1472 | 2026-05-21T09:52:43.121Z | Compiling openssl v0.10.79 |
| 1473 | 2026-05-21T09:52:43.124Z | Compiling httpdate v1.0.3 |
| 1474 | 2026-05-21T09:52:43.418Z | Compiling tempfile v3.25.0 |
| 1475 | 2026-05-21T09:52:43.430Z | Compiling foreign-types v0.3.2 |
| 1476 | 2026-05-21T09:52:43.524Z | Compiling scroll v0.13.0 |
| 1477 | 2026-05-21T09:52:43.551Z | Compiling unicode-normalization v0.1.25 |
| 1478 | 2026-05-21T09:52:43.803Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-05-21T09:52:44.006Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1480 | 2026-05-21T09:52:44.189Z | Compiling spin v0.9.8 |
| 1481 | 2026-05-21T09:52:44.209Z | Compiling num-conv v0.2.0 |
| 1482 | 2026-05-21T09:52:44.346Z | Compiling powerfmt v0.2.0 |
| 1483 | 2026-05-21T09:52:44.394Z | Compiling time-core v0.1.8 |
| 1484 | 2026-05-21T09:52:44.397Z | Compiling native-tls v0.2.18 |
| 1485 | 2026-05-21T09:52:44.546Z | Compiling crc32fast v1.5.0 |
| 1486 | 2026-05-21T09:52:44.560Z | Compiling time-macros v0.2.27 |
| 1487 | 2026-05-21T09:52:44.628Z | Compiling deranged v0.5.8 |
| 1488 | 2026-05-21T09:52:45.187Z | Compiling darling_macro v0.20.11 |
| 1489 | 2026-05-21T09:52:45.573Z | Compiling hyper v1.8.1 |
| 1490 | 2026-05-21T09:52:45.602Z | Compiling goblin v0.10.5 |
| 1491 | 2026-05-21T09:52:45.646Z | Compiling darling v0.20.11 |
| 1492 | 2026-05-21T09:52:45.728Z | Compiling rustls-native-certs v0.8.3 |
| 1493 | 2026-05-21T09:52:45.870Z | Compiling sync_wrapper v1.0.2 |
| 1494 | 2026-05-21T09:52:45.982Z | Compiling wait-timeout v0.2.1 |
| 1495 | 2026-05-21T09:52:46.014Z | Compiling bit-vec v0.8.0 |
| 1496 | 2026-05-21T09:52:46.217Z | Compiling quick-error v1.2.3 |
| 1497 | 2026-05-21T09:52:46.244Z | Compiling crossbeam-utils v0.8.21 |
| 1498 | 2026-05-21T09:52:46.247Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-05-21T09:52:46.324Z | Compiling syn v1.0.109 |
| 1500 | 2026-05-21T09:52:46.352Z | Compiling usdt-impl v0.6.0 |
| 1501 | 2026-05-21T09:52:46.528Z | Compiling siphasher v1.0.2 |
| 1502 | 2026-05-21T09:52:46.555Z | Compiling simd-adler32 v0.3.8 |
| 1503 | 2026-05-21T09:52:46.622Z | Compiling hyper-util v0.1.20 |
| 1504 | 2026-05-21T09:52:46.795Z | Compiling time v0.3.47 |
| 1505 | 2026-05-21T09:52:46.814Z | Compiling rusty-fork v0.3.1 |
| 1506 | 2026-05-21T09:52:47.132Z | Compiling bit-set v0.8.0 |
| 1507 | 2026-05-21T09:52:47.295Z | Compiling tower v0.5.3 |
| 1508 | 2026-05-21T09:52:47.428Z | Compiling derive_builder_core v0.20.2 |
| 1509 | 2026-05-21T09:52:47.795Z | Compiling dtrace-parser v0.3.0 |
| 1510 | 2026-05-21T09:52:47.948Z | Compiling http-body-util v0.1.3 |
| 1511 | 2026-05-21T09:52:48.196Z | Compiling webpki-roots v1.0.6 |
| 1512 | 2026-05-21T09:52:48.277Z | Compiling dof v0.4.0 |
| 1513 | 2026-05-21T09:52:48.320Z | Compiling signature v2.2.0 |
| 1514 | 2026-05-21T09:52:48.344Z | Compiling scroll_derive v0.12.1 |
| 1515 | 2026-05-21T09:52:48.344Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-05-21T09:52:48.522Z | Compiling heapless v0.7.17 |
| 1517 | 2026-05-21T09:52:48.595Z | Compiling rand_xorshift v0.4.0 |
| 1518 | 2026-05-21T09:52:48.763Z | Compiling slog v2.8.2 |
| 1519 | 2026-05-21T09:52:48.765Z | Compiling darling_core v0.21.3 |
| 1520 | 2026-05-21T09:52:48.947Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1521 | 2026-05-21T09:52:49.059Z | Compiling thread-id v5.1.0 |
| 1522 | 2026-05-21T09:52:49.145Z | Compiling cookie v0.18.1 |
| 1523 | 2026-05-21T09:52:49.220Z | Compiling unicode-bidi v0.3.18 |
| 1524 | 2026-05-21T09:52:49.330Z | Compiling zstd-safe v7.2.4 |
| 1525 | 2026-05-21T09:52:49.482Z | Compiling paste v1.0.15 |
| 1526 | 2026-05-21T09:52:49.528Z | Compiling allocator-api2 v0.2.21 |
| 1527 | 2026-05-21T09:52:49.630Z | Compiling signal-hook v0.3.18 |
| 1528 | 2026-05-21T09:52:49.756Z | Compiling unicode-properties v0.1.4 |
| 1529 | 2026-05-21T09:52:49.757Z | Compiling ryu v1.0.23 |
| 1530 | 2026-05-21T09:52:49.802Z | Compiling iri-string v0.7.10 |
| 1531 | 2026-05-21T09:52:49.833Z | Compiling unarray v0.1.4 |
| 1532 | 2026-05-21T09:52:49.853Z | Compiling adler2 v2.0.1 |
| 1533 | 2026-05-21T09:52:49.941Z | Compiling anyhow v1.0.102 |
| 1534 | 2026-05-21T09:52:49.941Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-05-21T09:52:49.969Z | Compiling proptest v1.10.0 |
| 1536 | 2026-05-21T09:52:49.983Z | Compiling stringprep v0.1.5 |
| 1537 | 2026-05-21T09:52:50.417Z | Compiling serde_urlencoded v0.7.1 |
| 1538 | 2026-05-21T09:52:50.533Z | Compiling thiserror v1.0.69 |
| 1539 | 2026-05-21T09:52:50.655Z | Compiling scroll v0.12.0 |
| 1540 | 2026-05-21T09:52:50.909Z | Compiling tower-http v0.6.8 |
| 1541 | 2026-05-21T09:52:51.253Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-05-21T09:52:51.256Z | Compiling darling_macro v0.21.3 |
| 1543 | 2026-05-21T09:52:51.280Z | Compiling tokio-native-tls v0.3.1 |
| 1544 | 2026-05-21T09:52:51.440Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2026-05-21T09:52:51.470Z | Compiling bstr v1.12.1 |
| 1546 | 2026-05-21T09:52:51.698Z | Compiling rand_chacha v0.3.1 |
| 1547 | 2026-05-21T09:52:51.735Z | Compiling serde_tokenstream v0.2.3 |
| 1548 | 2026-05-21T09:52:51.790Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-05-21T09:52:51.838Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-05-21T09:52:51.936Z | Compiling toml_datetime v0.6.11 |
| 1551 | 2026-05-21T09:52:52.047Z | Compiling md-5 v0.10.6 |
| 1552 | 2026-05-21T09:52:52.117Z | Compiling pin-project-internal v1.1.11 |
| 1553 | 2026-05-21T09:52:52.193Z | Compiling zerocopy-derive v0.7.35 |
| 1554 | 2026-05-21T09:52:52.214Z | Compiling async-trait v0.1.89 |
| 1555 | 2026-05-21T09:52:52.321Z | Compiling curve25519-dalek v4.1.3 |
| 1556 | 2026-05-21T09:52:52.485Z | Compiling vergen-lib v0.1.6 |
| 1557 | 2026-05-21T09:52:52.657Z | Compiling num-integer v0.1.46 |
| 1558 | 2026-05-21T09:52:52.672Z | Compiling hash32 v0.2.1 |
| 1559 | 2026-05-21T09:52:52.863Z | Compiling ff v0.13.1 |
| 1560 | 2026-05-21T09:52:52.976Z | Compiling memoffset v0.9.1 |
| 1561 | 2026-05-21T09:52:53.003Z | Compiling encoding_rs v0.8.35 |
| 1562 | 2026-05-21T09:52:53.040Z | Compiling rustix v0.38.44 |
| 1563 | 2026-05-21T09:52:53.175Z | Compiling fallible-iterator v0.2.0 |
| 1564 | 2026-05-21T09:52:53.225Z | Compiling psl-types v2.0.11 |
| 1565 | 2026-05-21T09:52:53.228Z | Compiling zlib-rs v0.6.2 |
| 1566 | 2026-05-21T09:52:53.446Z | Compiling mime v0.3.17 |
| 1567 | 2026-05-21T09:52:53.455Z | Compiling cfg_aliases v0.2.1 |
| 1568 | 2026-05-21T09:52:53.520Z | Compiling num-bigint-dig v0.8.6 |
| 1569 | 2026-05-21T09:52:53.538Z | Compiling ref-cast v1.0.25 |
| 1570 | 2026-05-21T09:52:53.671Z | Compiling smoltcp v0.9.1 |
| 1571 | 2026-05-21T09:52:53.707Z | Compiling base16ct v0.2.0 |
| 1572 | 2026-05-21T09:52:53.845Z | Compiling litrs v1.0.0 |
| 1573 | 2026-05-21T09:52:53.934Z | Compiling sec1 v0.7.3 |
| 1574 | 2026-05-21T09:52:54.045Z | Compiling nix v0.31.2 |
| 1575 | 2026-05-21T09:52:54.214Z | Compiling postgres-protocol v0.6.10 |
| 1576 | 2026-05-21T09:52:54.354Z | Compiling document-features v0.2.12 |
| 1577 | 2026-05-21T09:52:54.504Z | Compiling publicsuffix v2.3.0 |
| 1578 | 2026-05-21T09:52:54.572Z | Compiling pin-project v1.1.11 |
| 1579 | 2026-05-21T09:52:54.676Z | Compiling zerocopy v0.7.35 |
| 1580 | 2026-05-21T09:52:54.762Z | Compiling group v0.13.0 |
| 1581 | 2026-05-21T09:52:54.782Z | Compiling num-iter v0.1.45 |
| 1582 | 2026-05-21T09:52:55.020Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-05-21T09:52:55.225Z | Compiling rand v0.8.6 |
| 1584 | 2026-05-21T09:52:55.240Z | Compiling hubpack_derive v0.1.1 |
| 1585 | 2026-05-21T09:52:55.336Z | Compiling darling v0.21.3 |
| 1586 | 2026-05-21T09:52:55.350Z | Compiling derive_builder v0.20.2 |
| 1587 | 2026-05-21T09:52:55.364Z | Compiling oxnet v0.1.5 |
| 1588 | 2026-05-21T09:52:55.473Z | Compiling hyper-tls v0.6.0 |
| 1589 | 2026-05-21T09:52:55.678Z | Compiling goblin v0.8.2 |
| 1590 | 2026-05-21T09:52:56.031Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-05-21T09:52:56.222Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-05-21T09:52:56.224Z | Compiling lazy_static v1.5.0 |
| 1593 | 2026-05-21T09:52:56.277Z | Compiling regex v1.12.3 |
| 1594 | 2026-05-21T09:52:56.316Z | Compiling anstyle-parse v0.2.7 |
| 1595 | 2026-05-21T09:52:56.381Z | Compiling futures-executor v0.3.32 |
| 1596 | 2026-05-21T09:52:56.408Z | Compiling hex v0.4.3 |
| 1597 | 2026-05-21T09:52:56.497Z | Compiling cargo-platform v0.1.9 |
| 1598 | 2026-05-21T09:52:56.630Z | Compiling hkdf v0.12.4 |
| 1599 | 2026-05-21T09:52:56.644Z | Compiling crypto-bigint v0.5.5 |
| 1600 | 2026-05-21T09:52:56.668Z | Compiling strum_macros v0.27.2 |
| 1601 | 2026-05-21T09:52:56.693Z | Compiling ref-cast-impl v1.0.25 |
| 1602 | 2026-05-21T09:52:56.745Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-05-21T09:52:56.789Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1604 | 2026-05-21T09:52:57.218Z | Compiling snafu-derive v0.8.9 |
| 1605 | 2026-05-21T09:52:57.421Z | Compiling terminal_size v0.4.3 |
| 1606 | 2026-05-21T09:52:57.455Z | Compiling vergen v9.0.6 |
| 1607 | 2026-05-21T09:52:57.561Z | Compiling fs-err v3.3.0 |
| 1608 | 2026-05-21T09:52:57.640Z | Compiling ahash v0.8.12 |
| 1609 | 2026-05-21T09:52:57.753Z | Compiling unicode-segmentation v1.12.0 |
| 1610 | 2026-05-21T09:52:57.841Z | Compiling same-file v1.0.6 |
| 1611 | 2026-05-21T09:52:58.009Z | Compiling libbz2-rs-sys v0.2.2 |
| 1612 | 2026-05-21T09:52:58.135Z | Compiling foldhash v0.2.0 |
| 1613 | 2026-05-21T09:52:58.415Z | Compiling foldhash v0.1.5 |
| 1614 | 2026-05-21T09:52:58.596Z | Compiling bumpalo v3.20.2 |
| 1615 | 2026-05-21T09:52:58.617Z | Compiling managed v0.8.0 |
| 1616 | 2026-05-21T09:52:58.733Z | Compiling bitflags v1.3.2 |
| 1617 | 2026-05-21T09:52:58.762Z | Compiling object v0.37.3 |
| 1618 | 2026-05-21T09:52:58.814Z | Compiling winnow v0.5.40 |
| 1619 | 2026-05-21T09:52:58.850Z | Compiling zopfli v0.8.3 |
| 1620 | 2026-05-21T09:52:59.078Z | Compiling clap_builder v4.6.0 |
| 1621 | 2026-05-21T09:52:59.100Z | Compiling strum v0.27.2 |
| 1622 | 2026-05-21T09:52:59.119Z | Compiling snafu v0.8.9 |
| 1623 | 2026-05-21T09:52:59.231Z | Compiling hashbrown v0.15.5 |
| 1624 | 2026-05-21T09:52:59.473Z | Compiling bzip2 v0.6.1 |
| 1625 | 2026-05-21T09:52:59.520Z | Compiling hashbrown v0.16.1 |
| 1626 | 2026-05-21T09:52:59.636Z | Compiling walkdir v2.5.0 |
| 1627 | 2026-05-21T09:52:59.730Z | Compiling dof v0.3.0 |
| 1628 | 2026-05-21T09:52:59.897Z | Compiling elliptic-curve v0.13.8 |
| 1629 | 2026-05-21T09:52:59.941Z | Compiling daft v0.1.7 |
| 1630 | 2026-05-21T09:53:00.098Z | Compiling toml_edit v0.19.15 |
| 1631 | 2026-05-21T09:53:00.288Z | Compiling cargo_metadata v0.19.2 |
| 1632 | 2026-05-21T09:53:00.334Z | Compiling futures v0.3.32 |
| 1633 | 2026-05-21T09:53:00.415Z | Compiling anstream v0.6.21 |
| 1634 | 2026-05-21T09:53:00.884Z | Compiling phf v0.13.1 |
| 1635 | 2026-05-21T09:53:01.046Z | Compiling cookie_store v0.22.1 |
| 1636 | 2026-05-21T09:53:01.074Z | Compiling signal-hook-mio v0.2.5 |
| 1637 | 2026-05-21T09:53:01.190Z | Compiling bzip2 v0.4.4 |
| 1638 | 2026-05-21T09:53:01.399Z | Compiling hubpack v0.1.2 |
| 1639 | 2026-05-21T09:53:01.580Z | Compiling zstd v0.13.3 |
| 1640 | 2026-05-21T09:53:01.616Z | Compiling serde_with_macros v3.17.0 |
| 1641 | 2026-05-21T09:53:01.793Z | Compiling postgres-types v0.2.12 |
| 1642 | 2026-05-21T09:53:02.055Z | Compiling usdt-attr-macro v0.6.0 |
| 1643 | 2026-05-21T09:53:02.375Z | Compiling usdt-macro v0.6.0 |
| 1644 | 2026-05-21T09:53:02.672Z | Compiling globset v0.4.18 |
| 1645 | 2026-05-21T09:53:02.724Z | Compiling dtrace-parser v0.2.0 |
| 1646 | 2026-05-21T09:53:02.840Z | Compiling ed25519 v2.2.3 |
| 1647 | 2026-05-21T09:53:02.919Z | Compiling phf_shared v0.11.3 |
| 1648 | 2026-05-21T09:53:03.061Z | Compiling olpc-cjson v0.1.4 |
| 1649 | 2026-05-21T09:53:03.111Z | Compiling pkcs1 v0.7.5 |
| 1650 | 2026-05-21T09:53:03.134Z | Compiling serde_plain v1.0.2 |
| 1651 | 2026-05-21T09:53:03.222Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-05-21T09:53:03.350Z | Compiling rfc6979 v0.4.0 |
| 1653 | 2026-05-21T09:53:03.399Z | Compiling pem v3.0.6 |
| 1654 | 2026-05-21T09:53:03.412Z | Compiling clap_derive v4.6.1 |
| 1655 | 2026-05-21T09:53:03.487Z | Compiling serde_repr v0.1.20 |
| 1656 | 2026-05-21T09:53:03.501Z | Compiling strum_macros v0.26.4 |
| 1657 | 2026-05-21T09:53:03.556Z | Compiling async-recursion v1.1.1 |
| 1658 | 2026-05-21T09:53:03.725Z | Compiling enum-as-inner v0.6.1 |
| 1659 | 2026-05-21T09:53:03.784Z | Compiling float-cmp v0.10.0 |
| 1660 | 2026-05-21T09:53:03.939Z | Compiling thread-id v4.2.2 |
| 1661 | 2026-05-21T09:53:04.038Z | Compiling memmap2 v0.9.10 |
| 1662 | 2026-05-21T09:53:04.047Z | Compiling env_filter v1.0.0 |
| 1663 | 2026-05-21T09:53:04.212Z | Compiling fixedbitset v0.5.7 |
| 1664 | 2026-05-21T09:53:04.229Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-05-21T09:53:04.235Z | Compiling precomputed-hash v0.1.1 |
| 1666 | 2026-05-21T09:53:04.295Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-05-21T09:53:04.327Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-05-21T09:53:04.344Z | Compiling fixedbitset v0.4.2 |
| 1669 | 2026-05-21T09:53:04.425Z | Compiling whoami v2.1.0 |
| 1670 | 2026-05-21T09:53:04.514Z | Compiling either v1.15.0 |
| 1671 | 2026-05-21T09:53:04.557Z | Compiling difflib v0.4.0 |
| 1672 | 2026-05-21T09:53:04.727Z | Compiling predicates-core v1.0.10 |
| 1673 | 2026-05-21T09:53:04.805Z | Compiling jiff v0.2.21 |
| 1674 | 2026-05-21T09:53:04.910Z | Compiling data-encoding v2.10.0 |
| 1675 | 2026-05-21T09:53:05.107Z | Compiling new_debug_unreachable v1.0.6 |
| 1676 | 2026-05-21T09:53:05.173Z | Compiling keccak v0.1.6 |
| 1677 | 2026-05-21T09:53:05.189Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-05-21T09:53:05.235Z | Compiling strum v0.26.3 |
| 1679 | 2026-05-21T09:53:05.381Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-05-21T09:53:05.526Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-05-21T09:53:05.595Z | Compiling clap v4.6.1 |
| 1682 | 2026-05-21T09:53:05.678Z | Compiling string_cache v0.8.9 |
| 1683 | 2026-05-21T09:53:05.831Z | Compiling predicates v3.1.4 |
| 1684 | 2026-05-21T09:53:05.914Z | Compiling itertools v0.13.0 |
| 1685 | 2026-05-21T09:53:05.950Z | Compiling tokio-postgres v0.7.16 |
| 1686 | 2026-05-21T09:53:05.963Z | Compiling petgraph v0.6.5 |
| 1687 | 2026-05-21T09:53:06.466Z | Compiling petgraph v0.8.3 |
| 1688 | 2026-05-21T09:53:07.104Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1689 | 2026-05-21T09:53:07.404Z | Compiling zip v4.6.1 |
| 1690 | 2026-05-21T09:53:07.864Z | Compiling env_logger v0.11.9 |
| 1691 | 2026-05-21T09:53:08.095Z | Compiling usdt v0.6.0 |
| 1692 | 2026-05-21T09:53:08.216Z | Compiling usdt-impl v0.5.0 |
| 1693 | 2026-05-21T09:53:08.377Z | Compiling ecdsa v0.16.9 |
| 1694 | 2026-05-21T09:53:08.392Z | Compiling rsa v0.9.10 |
| 1695 | 2026-05-21T09:53:08.407Z | Compiling ed25519-dalek v2.2.0 |
| 1696 | 2026-05-21T09:53:08.775Z | Compiling serde_with v3.17.0 |
| 1697 | 2026-05-21T09:53:08.812Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-05-21T09:53:09.087Z | Compiling toml v0.7.8 |
| 1699 | 2026-05-21T09:53:09.702Z | Compiling zip v0.6.6 |
| 1700 | 2026-05-21T09:53:10.097Z | Compiling iddqd v0.4.1 |
| 1701 | 2026-05-21T09:53:10.382Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1702 | 2026-05-21T09:53:10.478Z | Compiling similar v2.7.0 |
| 1703 | 2026-05-21T09:53:10.517Z | Compiling heck v0.4.1 |
| 1704 | 2026-05-21T09:53:10.540Z | Compiling crossbeam-epoch v0.9.18 |
| 1705 | 2026-05-21T09:53:10.743Z | Compiling tokio-stream v0.1.18 |
| 1706 | 2026-05-21T09:53:10.863Z | Compiling buf-list v1.1.2 |
| 1707 | 2026-05-21T09:53:11.002Z | Compiling x509-cert v0.2.5 |
| 1708 | 2026-05-21T09:53:11.136Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1709 | 2026-05-21T09:53:11.202Z | Compiling openapiv3 v2.2.0 |
| 1710 | 2026-05-21T09:53:11.314Z | Compiling sha1 v0.10.6 |
| 1711 | 2026-05-21T09:53:11.329Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1712 | 2026-05-21T09:53:11.436Z | Compiling peg-runtime v0.8.5 |
| 1713 | 2026-05-21T09:53:11.535Z | Compiling lalrpop-util v0.19.12 |
| 1714 | 2026-05-21T09:53:11.613Z | Compiling thread_local v1.1.9 |
| 1715 | 2026-05-21T09:53:11.698Z | Compiling slog-async v2.8.0 |
| 1716 | 2026-05-21T09:53:11.719Z | Compiling crossbeam-channel v0.5.15 |
| 1717 | 2026-05-21T09:53:11.722Z | Compiling filetime v0.2.27 |
| 1718 | 2026-05-21T09:53:11.862Z | Compiling is-terminal v0.4.17 |
| 1719 | 2026-05-21T09:53:11.907Z | Compiling xattr v1.6.1 |
| 1720 | 2026-05-21T09:53:11.956Z | Compiling take_mut v0.2.2 |
| 1721 | 2026-05-21T09:53:12.017Z | Compiling term v1.2.1 |
| 1722 | 2026-05-21T09:53:12.083Z | Compiling tar v0.4.45 |
| 1723 | 2026-05-21T09:53:12.517Z | Compiling slog-term v2.9.2 |
| 1724 | 2026-05-21T09:53:21.671Z | Compiling rustls-webpki v0.103.9 |
| 1725 | 2026-05-21T09:53:24.450Z | Compiling tokio-rustls v0.26.4 |
| 1726 | 2026-05-21T09:53:24.450Z | Compiling rustls-platform-verifier v0.6.2 |
| 1727 | 2026-05-21T09:53:24.664Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-05-21T09:53:24.849Z | Compiling reqwest v0.12.28 |
| 1729 | 2026-05-21T09:53:24.888Z | Compiling reqwest v0.13.2 |
| 1730 | 2026-05-21T09:53:26.075Z | Compiling tough v0.22.0 |
| 1731 | 2026-05-21T09:53:28.605Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1732 | 2026-05-21T09:53:28.825Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1733 | 2026-05-21T09:53:31.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1734 | 2026-05-21T09:53:31.846Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1735 | 2026-05-21T09:53:31.901Z | May 21 09:53:30.736 INFO Starting download, target: Clickhouse |
| 1736 | 2026-05-21T09:53:31.901Z | May 21 09:53:30.736 INFO Starting download, target: Cockroach |
| 1737 | 2026-05-21T09:53:31.901Z | May 21 09:53:30.736 INFO Starting download, target: Console |
| 1738 | 2026-05-21T09:53:31.901Z | May 21 09:53:30.736 INFO Starting download, target: DendriteStub |
| 1739 | 2026-05-21T09:53:31.901Z | May 21 09:53:30.736 INFO Starting download, target: MaghemiteMgd |
| 1740 | 2026-05-21T09:53:31.901Z | May 21 09:53:30.736 INFO Starting download, target: MaghemiteDdmd |
| 1741 | 2026-05-21T09:53:31.904Z | May 21 09:53:30.736 INFO Starting download, target: TransceiverControl |
| 1742 | 2026-05-21T09:53:31.905Z | May 21 09:53:30.737 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1743 | 2026-05-21T09:53:31.905Z | May 21 09:53:30.737 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1744 | 2026-05-21T09:53:31.905Z | May 21 09:53:30.737 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1745 | 2026-05-21T09:53:31.905Z | May 21 09:53:30.737 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1746 | 2026-05-21T09:53:31.905Z | May 21 09:53:30.737 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1747 | 2026-05-21T09:53:31.905Z | May 21 09:53:30.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1748 | 2026-05-21T09:53:31.905Z | May 21 09:53:30.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1749 | 2026-05-21T09:53:32.400Z | May 21 09:53:31.213 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1750 | 2026-05-21T09:53:32.629Z | May 21 09:53:31.423 INFO Download complete, target: TransceiverControl |
| 1751 | 2026-05-21T09:53:32.961Z | May 21 09:53:31.795 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1752 | 2026-05-21T09:53:33.224Z | May 21 09:53:32.053 INFO Download complete, target: Console |
| 1753 | 2026-05-21T09:53:33.694Z | May 21 09:53:32.527 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1754 | 2026-05-21T09:53:33.785Z | May 21 09:53:32.606 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1755 | 2026-05-21T09:53:33.939Z | May 21 09:53:32.768 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1756 | 2026-05-21T09:53:33.998Z | May 21 09:53:32.827 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1757 | 2026-05-21T09:53:34.375Z | May 21 09:53:33.209 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1758 | 2026-05-21T09:53:34.375Z | May 21 09:53:33.209 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1759 | 2026-05-21T09:53:35.775Z | May 21 09:53:34.607 INFO Download complete, target: MaghemiteDdmd |
| 1760 | 2026-05-21T09:53:36.491Z | May 21 09:53:35.308 INFO Download complete, target: MaghemiteMgd |
| 1761 | 2026-05-21T09:53:36.616Z | May 21 09:53:35.441 INFO Download complete, target: DendriteStub |
| 1762 | 2026-05-21T09:53:39.212Z | May 21 09:53:38.047 INFO Checking that binary works, target: Cockroach |
| 1763 | 2026-05-21T09:53:39.473Z | May 21 09:53:38.308 INFO Download complete, target: Cockroach |
| 1764 | 2026-05-21T09:53:40.581Z | May 21 09:53:39.416 INFO Checking that binary works, target: Clickhouse |
| 1765 | 2026-05-21T09:53:40.720Z | May 21 09:53:39.555 INFO Download complete, target: Clickhouse |
| 1766 | 2026-05-21T09:53:40.777Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1767 | 2026-05-21T09:53:40.780Z | |
| 1768 | 2026-05-21T09:53:40.780Z | real 2:19.447763885 |
| 1769 | 2026-05-21T09:53:40.780Z | user 6:56.022270673 |
| 1770 | 2026-05-21T09:53:40.780Z | sys 1:23.942966109 |
| 1771 | 2026-05-21T09:53:40.780Z | trap 0.221796502 |
| 1772 | 2026-05-21T09:53:40.780Z | tflt 0.886629110 |
| 1773 | 2026-05-21T09:53:40.780Z | dflt 1.065982778 |
| 1774 | 2026-05-21T09:53:40.780Z | kflt 0.039030524 |
| 1775 | 2026-05-21T09:53:40.780Z | lock 22:13.602274919 |
| 1776 | 2026-05-21T09:53:40.780Z | slp 21:13.043353522 |
| 1777 | 2026-05-21T09:53:40.780Z | lat 44.255285484 |
| 1778 | 2026-05-21T09:53:40.780Z | stop 2:03.694752019 |
| 1779 | 2026-05-21T09:53:40.780Z | + banner hack-check |
| 1780 | 2026-05-21T09:53:40.780Z | |
| 1781 | 2026-05-21T09:53:40.780Z | # # ## #### # # #### # # ###### #### # # |
| 1782 | 2026-05-21T09:53:40.781Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-05-21T09:53:40.781Z | ###### # # # #### ##### # ###### ##### # #### |
| 1784 | 2026-05-21T09:53:40.781Z | # # ###### # # # # # # # # # # |
| 1785 | 2026-05-21T09:53:40.781Z | # # # # # # # # # # # # # # # # # |
| 1786 | 2026-05-21T09:53:40.781Z | # # # # #### # # #### # # ###### #### # # |
| 1787 | 2026-05-21T09:53:40.781Z | |
| 1788 | 2026-05-21T09:53:40.781Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-05-21T09:53:40.781Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-05-21T09:53:40.781Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1791 | 2026-05-21T09:53:41.330Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1792 | 2026-05-21T09:53:41.552Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1793 | 2026-05-21T09:53:43.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1794 | 2026-05-21T09:53:43.490Z | Running `target/debug/xtask check-features --ci` |
| 1795 | 2026-05-21T09:53:43.518Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1796 | 2026-05-21T09:53:43.518Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1797 | 2026-05-21T09:53:44.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1798 | 2026-05-21T09:53:44.054Z | Running `target/debug/xtask download cargo-hack` |
| 1799 | 2026-05-21T09:53:44.873Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-05-21T09:53:45.195Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-05-21T09:53:47.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s |
| 1802 | 2026-05-21T09:53:47.915Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1803 | 2026-05-21T09:53:47.956Z | May 21 09:53:46.791 INFO Starting download, target: CargoHack |
| 1804 | 2026-05-21T09:53:47.959Z | May 21 09:53:46.792 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1805 | 2026-05-21T09:53:48.356Z | May 21 09:53:47.190 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1806 | 2026-05-21T09:53:48.405Z | May 21 09:53:47.240 INFO Download complete, target: CargoHack |
| 1807 | 2026-05-21T09:53:48.407Z | 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-21T09:53:48.421Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1809 | 2026-05-21T09:53:48.574Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1810 | 2026-05-21T09:53:49.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2026-05-21T09:53:49.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2026-05-21T09:53:49.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2026-05-21T09:53:49.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1814 | 2026-05-21T09:53:49.183Z | |
| 1815 | 2026-05-21T09:53:49.183Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1816 | 2026-05-21T09:53:49.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2026-05-21T09:53:49.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2026-05-21T09:53:49.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2026-05-21T09:53:49.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1820 | 2026-05-21T09:53:49.782Z | |
| 1821 | 2026-05-21T09:53:49.783Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1822 | 2026-05-21T09:53:50.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-05-21T09:53:50.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-05-21T09:53:50.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-05-21T09:53:50.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1826 | 2026-05-21T09:53:50.394Z | |
| 1827 | 2026-05-21T09:53:50.394Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1828 | 2026-05-21T09:53:50.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-05-21T09:53:50.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-05-21T09:53:50.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-05-21T09:53:50.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1832 | 2026-05-21T09:53:50.994Z | |
| 1833 | 2026-05-21T09:53:50.994Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1834 | 2026-05-21T09:53:51.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-05-21T09:53:51.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-05-21T09:53:51.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-05-21T09:53:51.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1838 | 2026-05-21T09:53:51.607Z | |
| 1839 | 2026-05-21T09:53:51.607Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1840 | 2026-05-21T09:53:52.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-05-21T09:53:52.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-05-21T09:53:52.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-05-21T09:53:52.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1844 | 2026-05-21T09:53:52.231Z | |
| 1845 | 2026-05-21T09:53:52.231Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1846 | 2026-05-21T09:53:52.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-05-21T09:53:52.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-05-21T09:53:52.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-05-21T09:53:52.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1850 | 2026-05-21T09:53:52.836Z | |
| 1851 | 2026-05-21T09:53:52.836Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1852 | 2026-05-21T09:53:53.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-05-21T09:53:53.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-05-21T09:53:53.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-05-21T09:53:53.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1856 | 2026-05-21T09:53:53.455Z | |
| 1857 | 2026-05-21T09:53:53.455Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1858 | 2026-05-21T09:53:53.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-05-21T09:53:53.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-05-21T09:53:53.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-05-21T09:53:53.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1862 | 2026-05-21T09:53:53.936Z | |
| 1863 | 2026-05-21T09:53:53.936Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1864 | 2026-05-21T09:53:54.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-05-21T09:53:54.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-05-21T09:53:54.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-05-21T09:53:54.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1868 | 2026-05-21T09:53:54.428Z | |
| 1869 | 2026-05-21T09:53:54.428Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1870 | 2026-05-21T09:53:54.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-05-21T09:53:54.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-05-21T09:53:54.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-05-21T09:53:54.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1874 | 2026-05-21T09:53:54.918Z | |
| 1875 | 2026-05-21T09:53:54.918Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1876 | 2026-05-21T09:53:55.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-05-21T09:53:55.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-05-21T09:53:55.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-05-21T09:53:55.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1880 | 2026-05-21T09:53:55.406Z | |
| 1881 | 2026-05-21T09:53:55.406Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1882 | 2026-05-21T09:53:55.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-05-21T09:53:55.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-05-21T09:53:55.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-05-21T09:53:55.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1886 | 2026-05-21T09:53:55.892Z | |
| 1887 | 2026-05-21T09:53:55.892Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1888 | 2026-05-21T09:53:56.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-05-21T09:53:56.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-05-21T09:53:56.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-05-21T09:53:56.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1892 | 2026-05-21T09:53:56.378Z | |
| 1893 | 2026-05-21T09:53:56.378Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1894 | 2026-05-21T09:53:56.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-05-21T09:53:56.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-05-21T09:53:56.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-05-21T09:53:56.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1898 | 2026-05-21T09:53:56.868Z | |
| 1899 | 2026-05-21T09:53:56.868Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1900 | 2026-05-21T09:53:57.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-05-21T09:53:57.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-05-21T09:53:57.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-05-21T09:53:57.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1904 | 2026-05-21T09:53:57.361Z | |
| 1905 | 2026-05-21T09:53:57.361Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1906 | 2026-05-21T09:53:57.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-05-21T09:53:57.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-05-21T09:53:57.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-05-21T09:53:57.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1910 | 2026-05-21T09:53:57.849Z | |
| 1911 | 2026-05-21T09:53:57.849Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1912 | 2026-05-21T09:53:58.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-05-21T09:53:58.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-05-21T09:53:58.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-05-21T09:53:58.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1916 | 2026-05-21T09:53:58.337Z | |
| 1917 | 2026-05-21T09:53:58.337Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1918 | 2026-05-21T09:53:58.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-05-21T09:53:58.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-05-21T09:53:58.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-05-21T09:53:58.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1922 | 2026-05-21T09:53:58.823Z | |
| 1923 | 2026-05-21T09:53:58.823Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1924 | 2026-05-21T09:53:59.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-05-21T09:53:59.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-05-21T09:53:59.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-05-21T09:53:59.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1928 | 2026-05-21T09:53:59.313Z | |
| 1929 | 2026-05-21T09:53:59.313Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1930 | 2026-05-21T09:53:59.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-05-21T09:53:59.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-05-21T09:53:59.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-05-21T09:53:59.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1934 | 2026-05-21T09:53:59.810Z | |
| 1935 | 2026-05-21T09:53:59.810Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1936 | 2026-05-21T09:54:00.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-05-21T09:54:00.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-05-21T09:54:00.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-05-21T09:54:00.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1940 | 2026-05-21T09:54:00.300Z | |
| 1941 | 2026-05-21T09:54:00.300Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1942 | 2026-05-21T09:54:00.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-05-21T09:54:00.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-05-21T09:54:00.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-05-21T09:54:00.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1946 | 2026-05-21T09:54:00.792Z | |
| 1947 | 2026-05-21T09:54:00.793Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1948 | 2026-05-21T09:54:01.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-05-21T09:54:01.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-05-21T09:54:01.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-05-21T09:54:01.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1952 | 2026-05-21T09:54:01.283Z | |
| 1953 | 2026-05-21T09:54:01.283Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1954 | 2026-05-21T09:54:01.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-05-21T09:54:01.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-05-21T09:54:01.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-05-21T09:54:01.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1958 | 2026-05-21T09:54:01.772Z | |
| 1959 | 2026-05-21T09:54:01.772Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1960 | 2026-05-21T09:54:02.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-05-21T09:54:02.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-05-21T09:54:02.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-05-21T09:54:02.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1964 | 2026-05-21T09:54:02.264Z | |
| 1965 | 2026-05-21T09:54:02.264Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1966 | 2026-05-21T09:54:02.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-05-21T09:54:02.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-05-21T09:54:02.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-05-21T09:54:02.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1970 | 2026-05-21T09:54:02.755Z | |
| 1971 | 2026-05-21T09:54:02.755Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1972 | 2026-05-21T09:54:03.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-05-21T09:54:03.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-05-21T09:54:03.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-05-21T09:54:03.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1976 | 2026-05-21T09:54:03.247Z | |
| 1977 | 2026-05-21T09:54:03.247Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1978 | 2026-05-21T09:54:03.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-05-21T09:54:03.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-05-21T09:54:03.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-05-21T09:54:03.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1982 | 2026-05-21T09:54:03.736Z | |
| 1983 | 2026-05-21T09:54:03.736Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1984 | 2026-05-21T09:54:04.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-05-21T09:54:04.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-05-21T09:54:04.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-05-21T09:54:04.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1988 | 2026-05-21T09:54:04.224Z | |
| 1989 | 2026-05-21T09:54:04.224Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1990 | 2026-05-21T09:54:04.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-05-21T09:54:04.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-05-21T09:54:04.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-05-21T09:54:04.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1994 | 2026-05-21T09:54:04.716Z | |
| 1995 | 2026-05-21T09:54:04.716Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1996 | 2026-05-21T09:54:05.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-05-21T09:54:05.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-05-21T09:54:05.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-05-21T09:54:05.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2000 | 2026-05-21T09:54:05.210Z | |
| 2001 | 2026-05-21T09:54:05.210Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 2002 | 2026-05-21T09:54:05.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-05-21T09:54:05.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-05-21T09:54:05.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-05-21T09:54:05.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2006 | 2026-05-21T09:54:05.705Z | |
| 2007 | 2026-05-21T09:54:05.705Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 2008 | 2026-05-21T09:54:06.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-05-21T09:54:06.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-05-21T09:54:06.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-05-21T09:54:06.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2012 | 2026-05-21T09:54:06.195Z | |
| 2013 | 2026-05-21T09:54:06.195Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2014 | 2026-05-21T09:54:06.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-05-21T09:54:06.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-05-21T09:54:06.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-05-21T09:54:06.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2018 | 2026-05-21T09:54:06.682Z | |
| 2019 | 2026-05-21T09:54:06.682Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2020 | 2026-05-21T09:54:07.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-05-21T09:54:07.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-05-21T09:54:07.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-05-21T09:54:07.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2024 | 2026-05-21T09:54:07.172Z | |
| 2025 | 2026-05-21T09:54:07.172Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2026 | 2026-05-21T09:54:07.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-05-21T09:54:07.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-05-21T09:54:07.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-05-21T09:54:07.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2030 | 2026-05-21T09:54:07.665Z | |
| 2031 | 2026-05-21T09:54:07.665Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2032 | 2026-05-21T09:54:08.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-05-21T09:54:08.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-05-21T09:54:08.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-05-21T09:54:08.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2036 | 2026-05-21T09:54:08.154Z | |
| 2037 | 2026-05-21T09:54:08.154Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2038 | 2026-05-21T09:54:08.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-05-21T09:54:08.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-05-21T09:54:08.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-05-21T09:54:08.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2042 | 2026-05-21T09:54:08.642Z | |
| 2043 | 2026-05-21T09:54:08.642Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2044 | 2026-05-21T09:54:09.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-05-21T09:54:09.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-05-21T09:54:09.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-05-21T09:54:09.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2048 | 2026-05-21T09:54:09.132Z | |
| 2049 | 2026-05-21T09:54:09.132Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2050 | 2026-05-21T09:54:09.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-05-21T09:54:09.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-05-21T09:54:09.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-05-21T09:54:09.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2054 | 2026-05-21T09:54:09.622Z | |
| 2055 | 2026-05-21T09:54:09.622Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2056 | 2026-05-21T09:54:10.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-05-21T09:54:10.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-05-21T09:54:10.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-05-21T09:54:10.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2060 | 2026-05-21T09:54:10.112Z | |
| 2061 | 2026-05-21T09:54:10.112Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2062 | 2026-05-21T09:54:10.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-05-21T09:54:10.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-05-21T09:54:10.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-05-21T09:54:10.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2066 | 2026-05-21T09:54:10.598Z | |
| 2067 | 2026-05-21T09:54:10.598Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2068 | 2026-05-21T09:54:11.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-05-21T09:54:11.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-05-21T09:54:11.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-05-21T09:54:11.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2072 | 2026-05-21T09:54:11.087Z | |
| 2073 | 2026-05-21T09:54:11.087Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2074 | 2026-05-21T09:54:11.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-05-21T09:54:11.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-05-21T09:54:11.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-05-21T09:54:11.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2078 | 2026-05-21T09:54:11.576Z | |
| 2079 | 2026-05-21T09:54:11.576Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2080 | 2026-05-21T09:54:12.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-05-21T09:54:12.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-05-21T09:54:12.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-05-21T09:54:12.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2084 | 2026-05-21T09:54:12.066Z | |
| 2085 | 2026-05-21T09:54:12.066Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2086 | 2026-05-21T09:54:12.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-05-21T09:54:12.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-05-21T09:54:12.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-05-21T09:54:12.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2090 | 2026-05-21T09:54:12.558Z | |
| 2091 | 2026-05-21T09:54:12.558Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2092 | 2026-05-21T09:54:12.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-05-21T09:54:12.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-05-21T09:54:12.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-05-21T09:54:12.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2096 | 2026-05-21T09:54:13.047Z | |
| 2097 | 2026-05-21T09:54:13.048Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2098 | 2026-05-21T09:54:13.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-05-21T09:54:13.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-05-21T09:54:13.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-05-21T09:54:13.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2102 | 2026-05-21T09:54:13.716Z | |
| 2103 | 2026-05-21T09:54:13.716Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2104 | 2026-05-21T09:54:14.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-05-21T09:54:14.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-05-21T09:54:14.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-05-21T09:54:14.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2108 | 2026-05-21T09:54:14.382Z | |
| 2109 | 2026-05-21T09:54:14.382Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2110 | 2026-05-21T09:54:14.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-05-21T09:54:14.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-05-21T09:54:14.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-05-21T09:54:14.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2114 | 2026-05-21T09:54:15.045Z | |
| 2115 | 2026-05-21T09:54:15.045Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2116 | 2026-05-21T09:54:15.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-05-21T09:54:15.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-05-21T09:54:15.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-05-21T09:54:15.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2120 | 2026-05-21T09:54:15.714Z | |
| 2121 | 2026-05-21T09:54:15.714Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2122 | 2026-05-21T09:54:16.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-05-21T09:54:16.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-05-21T09:54:16.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-05-21T09:54:16.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2126 | 2026-05-21T09:54:16.342Z | |
| 2127 | 2026-05-21T09:54:16.342Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2128 | 2026-05-21T09:54:16.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-05-21T09:54:16.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-05-21T09:54:16.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-05-21T09:54:16.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2132 | 2026-05-21T09:54:16.945Z | |
| 2133 | 2026-05-21T09:54:16.945Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2134 | 2026-05-21T09:54:17.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-05-21T09:54:17.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-05-21T09:54:17.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-05-21T09:54:17.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2138 | 2026-05-21T09:54:17.566Z | |
| 2139 | 2026-05-21T09:54:17.566Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2140 | 2026-05-21T09:54:18.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-05-21T09:54:18.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-05-21T09:54:18.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-05-21T09:54:18.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2144 | 2026-05-21T09:54:18.191Z | |
| 2145 | 2026-05-21T09:54:18.191Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2146 | 2026-05-21T09:54:18.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-05-21T09:54:18.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-05-21T09:54:18.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-05-21T09:54:18.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2150 | 2026-05-21T09:54:18.821Z | |
| 2151 | 2026-05-21T09:54:18.821Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2152 | 2026-05-21T09:54:19.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-05-21T09:54:19.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-05-21T09:54:19.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-05-21T09:54:19.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2156 | 2026-05-21T09:54:19.446Z | |
| 2157 | 2026-05-21T09:54:19.446Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2158 | 2026-05-21T09:54:19.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-05-21T09:54:19.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-05-21T09:54:19.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-05-21T09:54:19.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2162 | 2026-05-21T09:54:20.055Z | |
| 2163 | 2026-05-21T09:54:20.055Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2164 | 2026-05-21T09:54:20.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-05-21T09:54:20.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-05-21T09:54:20.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-05-21T09:54:20.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2168 | 2026-05-21T09:54:20.668Z | |
| 2169 | 2026-05-21T09:54:20.668Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2170 | 2026-05-21T09:54:21.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-05-21T09:54:21.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-05-21T09:54:21.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-05-21T09:54:21.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2174 | 2026-05-21T09:54:21.271Z | |
| 2175 | 2026-05-21T09:54:21.271Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2176 | 2026-05-21T09:54:21.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-05-21T09:54:21.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-05-21T09:54:21.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-05-21T09:54:21.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2180 | 2026-05-21T09:54:21.872Z | |
| 2181 | 2026-05-21T09:54:21.872Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2182 | 2026-05-21T09:54:22.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-05-21T09:54:22.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-05-21T09:54:22.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-05-21T09:54:22.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2186 | 2026-05-21T09:54:22.492Z | |
| 2187 | 2026-05-21T09:54:22.492Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2188 | 2026-05-21T09:54:23.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-05-21T09:54:23.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-05-21T09:54:23.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-05-21T09:54:23.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2192 | 2026-05-21T09:54:23.114Z | |
| 2193 | 2026-05-21T09:54:23.114Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2194 | 2026-05-21T09:54:23.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-05-21T09:54:23.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-05-21T09:54:23.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-05-21T09:54:23.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2198 | 2026-05-21T09:54:23.725Z | |
| 2199 | 2026-05-21T09:54:23.725Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2200 | 2026-05-21T09:54:24.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-05-21T09:54:24.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-05-21T09:54:24.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-05-21T09:54:24.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2204 | 2026-05-21T09:54:24.331Z | |
| 2205 | 2026-05-21T09:54:24.331Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2206 | 2026-05-21T09:54:24.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-05-21T09:54:24.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-05-21T09:54:24.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-05-21T09:54:24.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2210 | 2026-05-21T09:54:24.940Z | |
| 2211 | 2026-05-21T09:54:24.940Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2212 | 2026-05-21T09:54:25.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-05-21T09:54:25.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-05-21T09:54:25.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-05-21T09:54:25.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2216 | 2026-05-21T09:54:25.559Z | |
| 2217 | 2026-05-21T09:54:25.560Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2218 | 2026-05-21T09:54:26.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-05-21T09:54:26.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-05-21T09:54:26.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-05-21T09:54:26.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2222 | 2026-05-21T09:54:26.181Z | |
| 2223 | 2026-05-21T09:54:26.181Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2224 | 2026-05-21T09:54:26.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-05-21T09:54:26.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-05-21T09:54:26.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-05-21T09:54:26.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2228 | 2026-05-21T09:54:26.794Z | |
| 2229 | 2026-05-21T09:54:26.794Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2230 | 2026-05-21T09:54:27.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-05-21T09:54:27.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-05-21T09:54:27.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-05-21T09:54:27.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2234 | 2026-05-21T09:54:27.411Z | |
| 2235 | 2026-05-21T09:54:27.411Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2236 | 2026-05-21T09:54:27.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-05-21T09:54:27.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-05-21T09:54:27.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-05-21T09:54:27.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2240 | 2026-05-21T09:54:28.031Z | |
| 2241 | 2026-05-21T09:54:28.031Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2242 | 2026-05-21T09:54:28.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-05-21T09:54:28.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-05-21T09:54:28.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-05-21T09:54:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2246 | 2026-05-21T09:54:28.664Z | |
| 2247 | 2026-05-21T09:54:28.664Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2248 | 2026-05-21T09:54:29.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-05-21T09:54:29.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-05-21T09:54:29.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-05-21T09:54:29.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2252 | 2026-05-21T09:54:29.299Z | |
| 2253 | 2026-05-21T09:54:29.299Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2254 | 2026-05-21T09:54:29.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-05-21T09:54:29.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-05-21T09:54:29.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-05-21T09:54:29.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2258 | 2026-05-21T09:54:29.903Z | |
| 2259 | 2026-05-21T09:54:29.904Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2260 | 2026-05-21T09:54:30.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-05-21T09:54:30.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-05-21T09:54:30.535Z | Checking cfg-if v1.0.4 |
| 2263 | 2026-05-21T09:54:30.540Z | Checking libc v0.2.185 |
| 2264 | 2026-05-21T09:54:30.540Z | Checking serde_core v1.0.228 |
| 2265 | 2026-05-21T09:54:30.657Z | Checking zeroize v1.8.2 |
| 2266 | 2026-05-21T09:54:30.664Z | Checking memchr v2.8.0 |
| 2267 | 2026-05-21T09:54:30.673Z | Checking log v0.4.29 |
| 2268 | 2026-05-21T09:54:30.682Z | Checking smallvec v1.15.1 |
| 2269 | 2026-05-21T09:54:30.694Z | Checking typenum v1.19.0 |
| 2270 | 2026-05-21T09:54:30.694Z | Checking subtle v2.6.1 |
| 2271 | 2026-05-21T09:54:30.795Z | Checking itoa v1.0.17 |
| 2272 | 2026-05-21T09:54:30.830Z | Checking scopeguard v1.2.0 |
| 2273 | 2026-05-21T09:54:30.848Z | Checking stable_deref_trait v1.2.1 |
| 2274 | 2026-05-21T09:54:30.860Z | Checking const-oid v0.9.6 |
| 2275 | 2026-05-21T09:54:30.922Z | Checking zerofrom v0.1.6 |
| 2276 | 2026-05-21T09:54:30.935Z | Checking lock_api v0.4.14 |
| 2277 | 2026-05-21T09:54:30.948Z | Checking pin-project-lite v0.2.17 |
| 2278 | 2026-05-21T09:54:31.035Z | Checking yoke v0.8.1 |
| 2279 | 2026-05-21T09:54:31.048Z | Checking getrandom v0.2.17 |
| 2280 | 2026-05-21T09:54:31.048Z | Checking errno v0.3.14 |
| 2281 | 2026-05-21T09:54:31.057Z | Checking parking_lot_core v0.9.12 |
| 2282 | 2026-05-21T09:54:31.126Z | Checking portable-atomic v1.13.1 |
| 2283 | 2026-05-21T09:54:31.168Z | Checking signal-hook-registry v1.4.8 |
| 2284 | 2026-05-21T09:54:31.186Z | Checking rand_core v0.6.4 |
| 2285 | 2026-05-21T09:54:31.197Z | Checking zerovec v0.11.5 |
| 2286 | 2026-05-21T09:54:31.210Z | Checking generic-array v0.14.7 |
| 2287 | 2026-05-21T09:54:31.245Z | Checking critical-section v1.2.0 |
| 2288 | 2026-05-21T09:54:31.326Z | Checking futures-core v0.3.32 |
| 2289 | 2026-05-21T09:54:31.344Z | Checking parking_lot v0.12.5 |
| 2290 | 2026-05-21T09:54:31.358Z | Checking mio v1.2.0 |
| 2291 | 2026-05-21T09:54:31.449Z | Checking zerocopy v0.8.40 |
| 2292 | 2026-05-21T09:54:31.518Z | Checking once_cell v1.21.3 |
| 2293 | 2026-05-21T09:54:31.534Z | Checking zmij v1.0.21 |
| 2294 | 2026-05-21T09:54:31.547Z | Checking socket2 v0.6.3 |
| 2295 | 2026-05-21T09:54:31.618Z | Checking tinystr v0.8.2 |
| 2296 | 2026-05-21T09:54:31.630Z | Checking libm v0.2.16 |
| 2297 | 2026-05-21T09:54:31.643Z | Checking crypto-common v0.1.7 |
| 2298 | 2026-05-21T09:54:31.690Z | Checking block-buffer v0.10.4 |
| 2299 | 2026-05-21T09:54:31.738Z | Checking equivalent v1.0.2 |
| 2300 | 2026-05-21T09:54:31.762Z | Checking writeable v0.6.2 |
| 2301 | 2026-05-21T09:54:31.784Z | Checking litemap v0.8.1 |
| 2302 | 2026-05-21T09:54:31.797Z | Checking percent-encoding v2.3.2 |
| 2303 | 2026-05-21T09:54:31.819Z | Checking potential_utf v0.1.4 |
| 2304 | 2026-05-21T09:54:31.831Z | Checking digest v0.10.7 |
| 2305 | 2026-05-21T09:54:31.917Z | Checking zerotrie v0.2.3 |
| 2306 | 2026-05-21T09:54:31.931Z | Checking futures-sink v0.3.32 |
| 2307 | 2026-05-21T09:54:31.945Z | Checking icu_locale_core v2.1.1 |
| 2308 | 2026-05-21T09:54:31.959Z | Checking icu_collections v2.1.1 |
| 2309 | 2026-05-21T09:54:32.026Z | Checking cpufeatures v0.2.17 |
| 2310 | 2026-05-21T09:54:32.040Z | Checking futures-channel v0.3.32 |
| 2311 | 2026-05-21T09:54:32.098Z | Checking slab v0.4.12 |
| 2312 | 2026-05-21T09:54:32.112Z | Checking serde v1.0.228 |
| 2313 | 2026-05-21T09:54:32.157Z | Checking bitflags v2.11.0 |
| 2314 | 2026-05-21T09:54:32.224Z | Checking serde_json v1.0.149 |
| 2315 | 2026-05-21T09:54:32.249Z | Checking futures-task v0.3.32 |
| 2316 | 2026-05-21T09:54:32.262Z | Checking futures-io v0.3.32 |
| 2317 | 2026-05-21T09:54:32.322Z | Checking hmac v0.12.1 |
| 2318 | 2026-05-21T09:54:32.335Z | Checking num-traits v0.2.19 |
| 2319 | 2026-05-21T09:54:32.379Z | Checking icu_properties_data v2.1.2 |
| 2320 | 2026-05-21T09:54:32.384Z | Checking futures-util v0.3.32 |
| 2321 | 2026-05-21T09:54:32.451Z | Checking icu_normalizer_data v2.1.1 |
| 2322 | 2026-05-21T09:54:32.489Z | Checking icu_provider v2.1.1 |
| 2323 | 2026-05-21T09:54:32.508Z | Checking bytes v1.11.1 |
| 2324 | 2026-05-21T09:54:32.522Z | Checking rand_core v0.10.0 |
| 2325 | 2026-05-21T09:54:32.535Z | Checking hashbrown v0.17.0 |
| 2326 | 2026-05-21T09:54:32.660Z | Checking getrandom v0.4.1 |
| 2327 | 2026-05-21T09:54:32.716Z | Checking icu_properties v2.1.2 |
| 2328 | 2026-05-21T09:54:32.804Z | Checking icu_normalizer v2.1.1 |
| 2329 | 2026-05-21T09:54:32.877Z | Checking block-padding v0.3.3 |
| 2330 | 2026-05-21T09:54:32.893Z | Checking utf8_iter v1.0.4 |
| 2331 | 2026-05-21T09:54:32.933Z | Checking tokio v1.52.1 |
| 2332 | 2026-05-21T09:54:32.992Z | Checking indexmap v2.14.0 |
| 2333 | 2026-05-21T09:54:33.009Z | Checking inout v0.1.4 |
| 2334 | 2026-05-21T09:54:33.022Z | Checking sha2 v0.10.9 |
| 2335 | 2026-05-21T09:54:33.107Z | Checking form_urlencoded v1.2.2 |
| 2336 | 2026-05-21T09:54:33.146Z | Checking cipher v0.4.4 |
| 2337 | 2026-05-21T09:54:33.235Z | Checking getrandom v0.3.4 |
| 2338 | 2026-05-21T09:54:33.289Z | Checking fnv v1.0.7 |
| 2339 | 2026-05-21T09:54:33.349Z | Checking base64ct v1.8.3 |
| 2340 | 2026-05-21T09:54:33.378Z | Checking byteorder v1.5.0 |
| 2341 | 2026-05-21T09:54:33.393Z | Checking flagset v0.4.7 |
| 2342 | 2026-05-21T09:54:33.516Z | Checking rand_core v0.9.5 |
| 2343 | 2026-05-21T09:54:33.529Z | Checking idna_adapter v1.2.1 |
| 2344 | 2026-05-21T09:54:33.541Z | Checking http v1.4.0 |
| 2345 | 2026-05-21T09:54:33.575Z | Checking pem-rfc7468 v0.7.0 |
| 2346 | 2026-05-21T09:54:33.589Z | Checking regex-syntax v0.8.10 |
| 2347 | 2026-05-21T09:54:33.641Z | Checking idna v1.1.0 |
| 2348 | 2026-05-21T09:54:33.689Z | Checking salsa20 v0.10.2 |
| 2349 | 2026-05-21T09:54:33.735Z | Checking der v0.7.10 |
| 2350 | 2026-05-21T09:54:33.818Z | Checking uuid v1.23.0 |
| 2351 | 2026-05-21T09:54:33.897Z | Checking url v2.5.8 |
| 2352 | 2026-05-21T09:54:34.100Z | Checking pbkdf2 v0.12.2 |
| 2353 | 2026-05-21T09:54:34.142Z | Checking rustix v1.1.3 |
| 2354 | 2026-05-21T09:54:34.194Z | Checking ppv-lite86 v0.2.21 |
| 2355 | 2026-05-21T09:54:34.208Z | Checking tracing-core v0.1.36 |
| 2356 | 2026-05-21T09:54:34.293Z | Checking rustls-pki-types v1.14.0 |
| 2357 | 2026-05-21T09:54:34.336Z | Checking base64 v0.22.1 |
| 2358 | 2026-05-21T09:54:34.460Z | Checking spki v0.7.3 |
| 2359 | 2026-05-21T09:54:34.480Z | Checking iana-time-zone v0.1.65 |
| 2360 | 2026-05-21T09:54:34.506Z | Checking tracing v0.1.44 |
| 2361 | 2026-05-21T09:54:34.570Z | Checking rand_chacha v0.9.0 |
| 2362 | 2026-05-21T09:54:34.584Z | Checking scrypt v0.11.0 |
| 2363 | 2026-05-21T09:54:34.587Z | Checking chrono v0.4.44 |
| 2364 | 2026-05-21T09:54:34.620Z | Checking http-body v1.0.1 |
| 2365 | 2026-05-21T09:54:34.709Z | Checking aes v0.8.4 |
| 2366 | 2026-05-21T09:54:34.722Z | Checking cbc v0.1.2 |
| 2367 | 2026-05-21T09:54:34.749Z | Checking aws-lc-sys v0.40.0 |
| 2368 | 2026-05-21T09:54:34.765Z | Checking untrusted v0.9.0 |
| 2369 | 2026-05-21T09:54:34.852Z | Checking tinyvec_macros v0.1.1 |
| 2370 | 2026-05-21T09:54:34.873Z | Checking untrusted v0.7.1 |
| 2371 | 2026-05-21T09:54:34.909Z | Checking openssl-probe v0.2.1 |
| 2372 | 2026-05-21T09:54:34.922Z | Checking tinyvec v1.10.0 |
| 2373 | 2026-05-21T09:54:34.978Z | Checking ring v0.17.14 |
| 2374 | 2026-05-21T09:54:34.992Z | Checking rand v0.9.2 |
| 2375 | 2026-05-21T09:54:35.016Z | Checking tower-service v0.3.3 |
| 2376 | 2026-05-21T09:54:35.109Z | Checking try-lock v0.2.5 |
| 2377 | 2026-05-21T09:54:35.122Z | Checking pkcs5 v0.7.1 |
| 2378 | 2026-05-21T09:54:35.209Z | Checking tower-layer v0.3.3 |
| 2379 | 2026-05-21T09:54:35.232Z | Checking atomic-waker v1.1.2 |
| 2380 | 2026-05-21T09:54:35.276Z | Checking aws-lc-rs v1.16.3 |
| 2381 | 2026-05-21T09:54:35.328Z | Checking want v0.3.1 |
| 2382 | 2026-05-21T09:54:35.356Z | Checking ipnet v2.11.0 |
| 2383 | 2026-05-21T09:54:35.369Z | Checking pkcs8 v0.10.2 |
| 2384 | 2026-05-21T09:54:35.451Z | Checking httparse v1.10.1 |
| 2385 | 2026-05-21T09:54:35.468Z | Checking aho-corasick v1.1.4 |
| 2386 | 2026-05-21T09:54:35.482Z | Checking pin-utils v0.1.0 |
| 2387 | 2026-05-21T09:54:35.544Z | Checking fastrand v2.3.0 |
| 2388 | 2026-05-21T09:54:35.558Z | Checking httpdate v1.0.3 |
| 2389 | 2026-05-21T09:54:35.609Z | Checking utf8parse v0.2.2 |
| 2390 | 2026-05-21T09:54:35.660Z | Checking foreign-types-shared v0.1.1 |
| 2391 | 2026-05-21T09:54:35.697Z | Checking plain v0.2.3 |
| 2392 | 2026-05-21T09:54:35.710Z | Checking dyn-clone v1.0.20 |
| 2393 | 2026-05-21T09:54:35.724Z | Checking tempfile v3.25.0 |
| 2394 | 2026-05-21T09:54:35.739Z | Checking foreign-types v0.3.2 |
| 2395 | 2026-05-21T09:54:35.798Z | Checking unicode-normalization v0.1.25 |
| 2396 | 2026-05-21T09:54:35.813Z | Checking semver v1.0.28 |
| 2397 | 2026-05-21T09:54:35.813Z | Checking openssl-sys v0.9.115 |
| 2398 | 2026-05-21T09:54:35.915Z | Checking spin v0.9.8 |
| 2399 | 2026-05-21T09:54:35.961Z | Checking unicode-ident v1.0.24 |
| 2400 | 2026-05-21T09:54:36.021Z | Checking ucd-trie v0.1.7 |
| 2401 | 2026-05-21T09:54:36.073Z | Checking anstyle v1.0.14 |
| 2402 | 2026-05-21T09:54:36.100Z | Checking proc-macro2 v1.0.106 |
| 2403 | 2026-05-21T09:54:36.114Z | Checking rustls-webpki v0.103.9 |
| 2404 | 2026-05-21T09:54:36.140Z | Checking regex-automata v0.4.14 |
| 2405 | 2026-05-21T09:54:36.155Z | Checking pest v2.8.6 |
| 2406 | 2026-05-21T09:54:36.170Z | Checking tokio-util v0.7.18 |
| 2407 | 2026-05-21T09:54:36.200Z | Checking openssl v0.10.79 |
| 2408 | 2026-05-21T09:54:36.214Z | Checking schemars v0.8.22 |
| 2409 | 2026-05-21T09:54:36.259Z | Checking rustls-native-certs v0.8.3 |
| 2410 | 2026-05-21T09:54:36.388Z | Checking thiserror v2.0.18 |
| 2411 | 2026-05-21T09:54:36.407Z | Checking sync_wrapper v1.0.2 |
| 2412 | 2026-05-21T09:54:36.490Z | Checking wait-timeout v0.2.1 |
| 2413 | 2026-05-21T09:54:36.511Z | Checking siphasher v1.0.2 |
| 2414 | 2026-05-21T09:54:36.537Z | Checking rustls v0.23.37 |
| 2415 | 2026-05-21T09:54:36.609Z | Checking simd-adler32 v0.3.8 |
| 2416 | 2026-05-21T09:54:36.664Z | Checking is_terminal_polyfill v1.70.2 |
| 2417 | 2026-05-21T09:54:36.753Z | Checking colorchoice v1.0.4 |
| 2418 | 2026-05-21T09:54:36.768Z | Checking h2 v0.4.13 |
| 2419 | 2026-05-21T09:54:36.780Z | Checking pretty-hex v0.4.1 |
| 2420 | 2026-05-21T09:54:36.843Z | Checking quick-error v1.2.3 |
| 2421 | 2026-05-21T09:54:36.857Z | Checking powerfmt v0.2.0 |
| 2422 | 2026-05-21T09:54:36.893Z | Checking bit-vec v0.8.0 |
| 2423 | 2026-05-21T09:54:36.942Z | Checking anstyle-query v1.1.5 |
| 2424 | 2026-05-21T09:54:37.005Z | Checking deranged v0.5.8 |
| 2425 | 2026-05-21T09:54:37.034Z | Checking rusty-fork v0.3.1 |
| 2426 | 2026-05-21T09:54:37.083Z | Checking bit-set v0.8.0 |
| 2427 | 2026-05-21T09:54:37.205Z | Checking tower v0.5.3 |
| 2428 | 2026-05-21T09:54:37.208Z | Checking quote v1.0.45 |
| 2429 | 2026-05-21T09:54:37.234Z | Compiling newtype-uuid v1.3.2 |
| 2430 | 2026-05-21T09:54:37.389Z | Checking http-body-util v0.1.3 |
| 2431 | 2026-05-21T09:54:37.414Z | Checking crossbeam-utils v0.8.21 |
| 2432 | 2026-05-21T09:54:37.585Z | Checking webpki-roots v1.0.6 |
| 2433 | 2026-05-21T09:54:37.601Z | Checking rand_xorshift v0.4.0 |
| 2434 | 2026-05-21T09:54:37.702Z | Checking crc32fast v1.5.0 |
| 2435 | 2026-05-21T09:54:37.720Z | Checking scroll v0.13.0 |
| 2436 | 2026-05-21T09:54:37.747Z | Checking signature v2.2.0 |
| 2437 | 2026-05-21T09:54:37.841Z | Checking time-core v0.1.8 |
| 2438 | 2026-05-21T09:54:37.876Z | Checking ryu v1.0.23 |
| 2439 | 2026-05-21T09:54:37.908Z | Checking unarray v0.1.4 |
| 2440 | 2026-05-21T09:54:37.928Z | Checking iri-string v0.7.10 |
| 2441 | 2026-05-21T09:54:37.945Z | Checking unicode-bidi v0.3.18 |
| 2442 | 2026-05-21T09:54:37.981Z | Checking adler2 v2.0.1 |
| 2443 | 2026-05-21T09:54:38.008Z | Checking unicode-properties v0.1.4 |
| 2444 | 2026-05-21T09:54:38.012Z | Checking num_threads v0.1.7 |
| 2445 | 2026-05-21T09:54:38.086Z | Checking allocator-api2 v0.2.21 |
| 2446 | 2026-05-21T09:54:38.107Z | Checking num-conv v0.2.0 |
| 2447 | 2026-05-21T09:54:38.195Z | Checking miniz_oxide v0.8.9 |
| 2448 | 2026-05-21T09:54:38.221Z | Checking time v0.3.47 |
| 2449 | 2026-05-21T09:54:38.224Z | Checking native-tls v0.2.18 |
| 2450 | 2026-05-21T09:54:38.247Z | Checking stringprep v0.1.5 |
| 2451 | 2026-05-21T09:54:38.364Z | Checking serde_urlencoded v0.7.1 |
| 2452 | 2026-05-21T09:54:38.397Z | Checking proptest v1.10.0 |
| 2453 | 2026-05-21T09:54:38.409Z | Checking tokio-native-tls v0.3.1 |
| 2454 | 2026-05-21T09:54:38.535Z | Checking goblin v0.10.5 |
| 2455 | 2026-05-21T09:54:38.562Z | Checking bstr v1.12.1 |
| 2456 | 2026-05-21T09:54:38.576Z | Checking crossbeam-epoch v0.9.18 |
| 2457 | 2026-05-21T09:54:38.796Z | Checking syn v2.0.117 |
| 2458 | 2026-05-21T09:54:38.868Z | Checking tokio-rustls v0.26.4 |
| 2459 | 2026-05-21T09:54:38.934Z | Checking tower-http v0.6.8 |
| 2460 | 2026-05-21T09:54:38.956Z | Compiling daft v0.1.7 |
| 2461 | 2026-05-21T09:54:39.099Z | Checking ipnetwork v0.21.1 |
| 2462 | 2026-05-21T09:54:39.216Z | Checking anstyle-parse v1.0.0 |
| 2463 | 2026-05-21T09:54:39.235Z | Checking rand_chacha v0.3.1 |
| 2464 | 2026-05-21T09:54:39.318Z | Checking scroll v0.12.0 |
| 2465 | 2026-05-21T09:54:39.343Z | Checking thiserror v1.0.69 |
| 2466 | 2026-05-21T09:54:39.367Z | Checking hash32 v0.2.1 |
| 2467 | 2026-05-21T09:54:39.423Z | Checking hyper v1.8.1 |
| 2468 | 2026-05-21T09:54:39.437Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2469 | 2026-05-21T09:54:39.450Z | Checking num-integer v0.1.46 |
| 2470 | 2026-05-21T09:54:39.519Z | Checking serde_spanned v0.6.9 |
| 2471 | 2026-05-21T09:54:39.539Z | Checking toml_datetime v0.6.11 |
| 2472 | 2026-05-21T09:54:39.551Z | Checking md-5 v0.10.6 |
| 2473 | 2026-05-21T09:54:39.646Z | Checking ff v0.13.1 |
| 2474 | 2026-05-21T09:54:39.669Z | Checking encoding_rs v0.8.35 |
| 2475 | 2026-05-21T09:54:39.686Z | Checking base16ct v0.2.0 |
| 2476 | 2026-05-21T09:54:39.716Z | Checking zlib-rs v0.6.2 |
| 2477 | 2026-05-21T09:54:39.772Z | Checking fallible-iterator v0.2.0 |
| 2478 | 2026-05-21T09:54:39.821Z | Checking psl-types v2.0.11 |
| 2479 | 2026-05-21T09:54:39.940Z | Checking mime v0.3.17 |
| 2480 | 2026-05-21T09:54:40.061Z | Checking postgres-protocol v0.6.10 |
| 2481 | 2026-05-21T09:54:40.116Z | Checking publicsuffix v2.3.0 |
| 2482 | 2026-05-21T09:54:40.278Z | Checking sec1 v0.7.3 |
| 2483 | 2026-05-21T09:54:40.326Z | Checking group v0.13.0 |
| 2484 | 2026-05-21T09:54:40.350Z | Checking hyper-util v0.1.20 |
| 2485 | 2026-05-21T09:54:40.388Z | Checking num-iter v0.1.45 |
| 2486 | 2026-05-21T09:54:40.476Z | Checking zstd-safe v7.2.4 |
| 2487 | 2026-05-21T09:54:40.489Z | Checking goblin v0.8.2 |
| 2488 | 2026-05-21T09:54:40.501Z | Checking heapless v0.7.17 |
| 2489 | 2026-05-21T09:54:40.609Z | Checking flate2 v1.1.9 |
| 2490 | 2026-05-21T09:54:40.623Z | Checking rand v0.8.6 |
| 2491 | 2026-05-21T09:54:40.639Z | Checking anstream v1.0.0 |
| 2492 | 2026-05-21T09:54:40.836Z | Checking cookie v0.18.1 |
| 2493 | 2026-05-21T09:54:40.869Z | Checking dof v0.4.0 |
| 2494 | 2026-05-21T09:54:40.896Z | Checking oxnet v0.1.5 |
| 2495 | 2026-05-21T09:54:40.911Z | Compiling iddqd v0.4.1 |
| 2496 | 2026-05-21T09:54:41.066Z | Checking dtrace-parser v0.3.0 |
| 2497 | 2026-05-21T09:54:41.084Z | Checking phf_shared v0.13.1 |
| 2498 | 2026-05-21T09:54:41.129Z | Checking lazy_static v1.5.0 |
| 2499 | 2026-05-21T09:54:41.132Z | Checking anstyle-parse v0.2.7 |
| 2500 | 2026-05-21T09:54:41.218Z | Checking zerocopy v0.7.35 |
| 2501 | 2026-05-21T09:54:41.268Z | Checking pin-project v1.1.11 |
| 2502 | 2026-05-21T09:54:41.288Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2503 | 2026-05-21T09:54:41.301Z | Checking signal-hook v0.3.18 |
| 2504 | 2026-05-21T09:54:41.358Z | Checking terminal_size v0.4.3 |
| 2505 | 2026-05-21T09:54:41.372Z | Checking futures-executor v0.3.32 |
| 2506 | 2026-05-21T09:54:41.470Z | Checking hex v0.4.3 |
| 2507 | 2026-05-21T09:54:41.483Z | Checking hkdf v0.12.4 |
| 2508 | 2026-05-21T09:54:41.495Z | Checking crypto-bigint v0.5.5 |
| 2509 | 2026-05-21T09:54:41.515Z | Checking thread-id v5.1.0 |
| 2510 | 2026-05-21T09:54:41.594Z | Compiling rayon-core v1.13.0 |
| 2511 | 2026-05-21T09:54:41.598Z | Checking hyper-rustls v0.27.7 |
| 2512 | 2026-05-21T09:54:41.618Z | Checking hyper-tls v0.6.0 |
| 2513 | 2026-05-21T09:54:41.685Z | Checking winnow v0.7.14 |
| 2514 | 2026-05-21T09:54:41.698Z | Checking managed v0.8.0 |
| 2515 | 2026-05-21T09:54:41.768Z | Checking bumpalo v3.20.2 |
| 2516 | 2026-05-21T09:54:41.783Z | Checking clap_lex v1.0.0 |
| 2517 | 2026-05-21T09:54:41.805Z | Checking foldhash v0.2.0 |
| 2518 | 2026-05-21T09:54:41.879Z | Checking libbz2-rs-sys v0.2.2 |
| 2519 | 2026-05-21T09:54:41.929Z | Checking strsim v0.11.1 |
| 2520 | 2026-05-21T09:54:41.956Z | Checking either v1.15.0 |
| 2521 | 2026-05-21T09:54:41.970Z | Checking same-file v1.0.6 |
| 2522 | 2026-05-21T09:54:42.083Z | Checking winnow v0.5.40 |
| 2523 | 2026-05-21T09:54:42.086Z | Checking foldhash v0.1.5 |
| 2524 | 2026-05-21T09:54:42.110Z | Checking bitflags v1.3.2 |
| 2525 | 2026-05-21T09:54:42.139Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2526 | 2026-05-21T09:54:42.183Z | Checking smoltcp v0.9.1 |
| 2527 | 2026-05-21T09:54:42.224Z | Checking hashbrown v0.15.5 |
| 2528 | 2026-05-21T09:54:42.265Z | Checking bzip2 v0.6.1 |
| 2529 | 2026-05-21T09:54:42.321Z | Checking clap_builder v4.6.0 |
| 2530 | 2026-05-21T09:54:42.374Z | Checking dof v0.3.0 |
| 2531 | 2026-05-21T09:54:42.374Z | Checking elliptic-curve v0.13.8 |
| 2532 | 2026-05-21T09:54:42.421Z | Checking walkdir v2.5.0 |
| 2533 | 2026-05-21T09:54:42.582Z | Checking zopfli v0.8.3 |
| 2534 | 2026-05-21T09:54:42.651Z | Checking hashbrown v0.16.1 |
| 2535 | 2026-05-21T09:54:42.678Z | Checking reqwest v0.12.28 |
| 2536 | 2026-05-21T09:54:42.708Z | Checking usdt-impl v0.6.0 |
| 2537 | 2026-05-21T09:54:42.770Z | Checking futures v0.3.32 |
| 2538 | 2026-05-21T09:54:42.846Z | Checking signal-hook-mio v0.2.5 |
| 2539 | 2026-05-21T09:54:42.859Z | Checking bzip2 v0.4.4 |
| 2540 | 2026-05-21T09:54:42.918Z | Checking snafu v0.8.9 |
| 2541 | 2026-05-21T09:54:42.947Z | Checking anstream v0.6.21 |
| 2542 | 2026-05-21T09:54:42.977Z | Checking phf v0.13.1 |
| 2543 | 2026-05-21T09:54:43.019Z | Checking num-bigint-dig v0.8.6 |
| 2544 | 2026-05-21T09:54:43.136Z | Checking cookie_store v0.22.1 |
| 2545 | 2026-05-21T09:54:43.150Z | Checking zstd v0.13.3 |
| 2546 | 2026-05-21T09:54:43.150Z | Checking postgres-types v0.2.12 |
| 2547 | 2026-05-21T09:54:43.196Z | Checking toml_edit v0.19.15 |
| 2548 | 2026-05-21T09:54:43.344Z | Checking dtrace-parser v0.2.0 |
| 2549 | 2026-05-21T09:54:43.357Z | Checking globset v0.4.18 |
| 2550 | 2026-05-21T09:54:43.453Z | Checking rustls-platform-verifier v0.6.2 |
| 2551 | 2026-05-21T09:54:43.456Z | Checking crossbeam-deque v0.8.6 |
| 2552 | 2026-05-21T09:54:43.522Z | Checking regex v1.12.3 |
| 2553 | 2026-05-21T09:54:43.548Z | Checking ed25519 v2.2.3 |
| 2554 | 2026-05-21T09:54:43.574Z | Checking phf_shared v0.11.3 |
| 2555 | 2026-05-21T09:54:43.587Z | Checking olpc-cjson v0.1.4 |
| 2556 | 2026-05-21T09:54:43.600Z | Checking curve25519-dalek v4.1.3 |
| 2557 | 2026-05-21T09:54:43.633Z | Checking ref-cast v1.0.25 |
| 2558 | 2026-05-21T09:54:43.712Z | Checking strum v0.27.2 |
| 2559 | 2026-05-21T09:54:43.712Z | Checking hubpack v0.1.2 |
| 2560 | 2026-05-21T09:54:43.737Z | Checking memoffset v0.9.1 |
| 2561 | 2026-05-21T09:54:43.740Z | Checking rustix v0.38.44 |
| 2562 | 2026-05-21T09:54:43.795Z | Checking pkcs1 v0.7.5 |
| 2563 | 2026-05-21T09:54:43.813Z | Checking pem v3.0.6 |
| 2564 | 2026-05-21T09:54:43.826Z | Checking float-cmp v0.10.0 |
| 2565 | 2026-05-21T09:54:43.826Z | Checking serde-big-array v0.5.1 |
| 2566 | 2026-05-21T09:54:43.885Z | Checking serde_plain v1.0.2 |
| 2567 | 2026-05-21T09:54:43.953Z | Checking erased-serde v0.3.31 |
| 2568 | 2026-05-21T09:54:43.965Z | Checking rfc6979 v0.4.0 |
| 2569 | 2026-05-21T09:54:43.968Z | Checking thread-id v4.2.2 |
| 2570 | 2026-05-21T09:54:43.997Z | Checking memmap2 v0.9.10 |
| 2571 | 2026-05-21T09:54:44.023Z | Checking env_filter v1.0.0 |
| 2572 | 2026-05-21T09:54:44.051Z | Checking jiff v0.2.21 |
| 2573 | 2026-05-21T09:54:44.073Z | Checking fixedbitset v0.5.7 |
| 2574 | 2026-05-21T09:54:44.155Z | Checking predicates-core v1.0.10 |
| 2575 | 2026-05-21T09:54:44.170Z | Checking new_debug_unreachable v1.0.6 |
| 2576 | 2026-05-21T09:54:44.212Z | Checking fixedbitset v0.4.2 |
| 2577 | 2026-05-21T09:54:44.232Z | Checking static_assertions v1.1.0 |
| 2578 | 2026-05-21T09:54:44.265Z | Checking difflib v0.4.0 |
| 2579 | 2026-05-21T09:54:44.277Z | Checking data-encoding v2.10.0 |
| 2580 | 2026-05-21T09:54:44.300Z | Checking unicode-segmentation v1.12.0 |
| 2581 | 2026-05-21T09:54:44.323Z | Checking keccak v0.1.6 |
| 2582 | 2026-05-21T09:54:44.360Z | Checking whoami v2.1.0 |
| 2583 | 2026-05-21T09:54:44.364Z | Checking typed-path v0.9.3 |
| 2584 | 2026-05-21T09:54:44.442Z | Checking normalize-line-endings v0.3.0 |
| 2585 | 2026-05-21T09:54:44.485Z | Checking precomputed-hash v0.1.1 |
| 2586 | 2026-05-21T09:54:44.534Z | Checking toml_write v0.1.2 |
| 2587 | 2026-05-21T09:54:44.547Z | Checking hickory-proto v0.25.2 |
| 2588 | 2026-05-21T09:54:44.550Z | Checking crossterm v0.28.1 |
| 2589 | 2026-05-21T09:54:44.570Z | Checking string_cache v0.8.9 |
| 2590 | 2026-05-21T09:54:44.574Z | Checking tokio-postgres v0.7.16 |
| 2591 | 2026-05-21T09:54:44.609Z | Checking similar v2.7.0 |
| 2592 | 2026-05-21T09:54:44.690Z | Checking toml_edit v0.22.27 |
| 2593 | 2026-05-21T09:54:44.730Z | Checking predicates v3.1.4 |
| 2594 | 2026-05-21T09:54:45.006Z | Checking sha3 v0.10.8 |
| 2595 | 2026-05-21T09:54:45.030Z | Checking ed25519-dalek v2.2.0 |
| 2596 | 2026-05-21T09:54:45.147Z | Checking tough v0.22.0 |
| 2597 | 2026-05-21T09:54:45.209Z | Checking petgraph v0.6.5 |
| 2598 | 2026-05-21T09:54:45.270Z | Checking slog v2.8.2 |
| 2599 | 2026-05-21T09:54:45.283Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2600 | 2026-05-21T09:54:45.533Z | Checking petgraph v0.8.3 |
| 2601 | 2026-05-21T09:54:45.776Z | Checking toml v0.7.8 |
| 2602 | 2026-05-21T09:54:45.822Z | Checking env_logger v0.11.9 |
| 2603 | 2026-05-21T09:54:46.012Z | Checking usdt v0.6.0 |
| 2604 | 2026-05-21T09:54:46.077Z | Checking ecdsa v0.16.9 |
| 2605 | 2026-05-21T09:54:46.182Z | Checking usdt-impl v0.5.0 |
| 2606 | 2026-05-21T09:54:46.271Z | Checking zip v4.6.1 |
| 2607 | 2026-05-21T09:54:46.410Z | Checking rsa v0.9.10 |
| 2608 | 2026-05-21T09:54:46.441Z | Checking nix v0.31.2 |
| 2609 | 2026-05-21T09:54:46.871Z | Checking reqwest v0.13.2 |
| 2610 | 2026-05-21T09:54:47.102Z | Checking clap v4.6.1 |
| 2611 | 2026-05-21T09:54:47.125Z | Checking zip v0.6.6 |
| 2612 | 2026-05-21T09:54:47.167Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2613 | 2026-05-21T09:54:47.201Z | Checking itertools v0.13.0 |
| 2614 | 2026-05-21T09:54:47.284Z | Checking serde_with v3.17.0 |
| 2615 | 2026-05-21T09:54:47.349Z | Checking strum v0.26.3 |
| 2616 | 2026-05-21T09:54:47.417Z | Checking fs-err v3.3.0 |
| 2617 | 2026-05-21T09:54:47.444Z | Checking ahash v0.8.12 |
| 2618 | 2026-05-21T09:54:47.458Z | Checking object v0.37.3 |
| 2619 | 2026-05-21T09:54:47.489Z | Checking tokio-stream v0.1.18 |
| 2620 | 2026-05-21T09:54:47.520Z | Checking buf-list v1.1.2 |
| 2621 | 2026-05-21T09:54:47.636Z | Checking camino v1.2.2 |
| 2622 | 2026-05-21T09:54:47.699Z | Checking anyhow v1.0.102 |
| 2623 | 2026-05-21T09:54:47.719Z | Checking x509-cert v0.2.5 |
| 2624 | 2026-05-21T09:54:47.732Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2625 | 2026-05-21T09:54:47.864Z | Checking openapiv3 v2.2.0 |
| 2626 | 2026-05-21T09:54:47.879Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2627 | 2026-05-21T09:54:47.892Z | Checking sha1 v0.10.6 |
| 2628 | 2026-05-21T09:54:47.991Z | Checking lalrpop-util v0.19.12 |
| 2629 | 2026-05-21T09:54:48.049Z | Checking peg-runtime v0.8.5 |
| 2630 | 2026-05-21T09:54:48.074Z | Checking rayon v1.11.0 |
| 2631 | 2026-05-21T09:54:48.148Z | Checking sigpipe v0.1.3 |
| 2632 | 2026-05-21T09:54:48.192Z | Checking glob v0.3.3 |
| 2633 | 2026-05-21T09:54:49.635Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2634 | 2026-05-21T09:54:49.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s |
| 2635 | 2026-05-21T09:54:50.098Z | |
| 2636 | 2026-05-21T09:54:50.098Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2637 | 2026-05-21T09:54:50.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-05-21T09:54:50.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-05-21T09:54:50.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-05-21T09:54:50.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2641 | 2026-05-21T09:54:50.722Z | |
| 2642 | 2026-05-21T09:54:50.722Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2643 | 2026-05-21T09:54:51.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-05-21T09:54:51.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-05-21T09:54:51.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-05-21T09:54:51.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2647 | 2026-05-21T09:54:51.348Z | |
| 2648 | 2026-05-21T09:54:51.348Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2649 | 2026-05-21T09:54:51.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-05-21T09:54:51.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-05-21T09:54:51.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-05-21T09:54:51.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2653 | 2026-05-21T09:54:52.013Z | |
| 2654 | 2026-05-21T09:54:52.013Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2655 | 2026-05-21T09:54:52.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-05-21T09:54:52.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-05-21T09:54:52.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-05-21T09:54:52.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2659 | 2026-05-21T09:54:52.634Z | |
| 2660 | 2026-05-21T09:54:52.634Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2661 | 2026-05-21T09:54:53.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-05-21T09:54:53.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-05-21T09:54:53.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-05-21T09:54:53.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2665 | 2026-05-21T09:54:53.257Z | |
| 2666 | 2026-05-21T09:54:53.257Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2667 | 2026-05-21T09:54:53.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-05-21T09:54:53.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-05-21T09:54:53.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2026-05-21T09:54:53.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2671 | 2026-05-21T09:54:53.861Z | |
| 2672 | 2026-05-21T09:54:53.861Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2673 | 2026-05-21T09:54:54.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2026-05-21T09:54:54.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2026-05-21T09:54:54.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2026-05-21T09:54:54.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2677 | 2026-05-21T09:54:54.464Z | |
| 2678 | 2026-05-21T09:54:54.464Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2679 | 2026-05-21T09:54:54.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2026-05-21T09:54:54.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2026-05-21T09:54:55.160Z | Compiling structmeta-derive v0.3.0 |
| 2682 | 2026-05-21T09:54:55.279Z | Compiling rustls v0.22.4 |
| 2683 | 2026-05-21T09:54:55.289Z | Compiling multer v3.1.0 |
| 2684 | 2026-05-21T09:54:55.298Z | Compiling async-stream-impl v0.3.6 |
| 2685 | 2026-05-21T09:54:55.298Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2686 | 2026-05-21T09:54:55.321Z | Compiling dropshot v0.17.0 |
| 2687 | 2026-05-21T09:54:55.336Z | Compiling newtype-uuid-macros v0.1.0 |
| 2688 | 2026-05-21T09:54:55.336Z | Compiling dropshot_endpoint v0.17.0 |
| 2689 | 2026-05-21T09:54:55.471Z | Checking newtype-uuid v1.3.2 |
| 2690 | 2026-05-21T09:54:55.517Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2691 | 2026-05-21T09:54:55.556Z | Checking rustls-webpki v0.102.8 |
| 2692 | 2026-05-21T09:54:55.670Z | Checking daft v0.1.7 |
| 2693 | 2026-05-21T09:54:55.685Z | Checking thread_local v1.1.9 |
| 2694 | 2026-05-21T09:54:55.852Z | Checking compression-core v0.4.31 |
| 2695 | 2026-05-21T09:54:55.866Z | Checking match_cfg v0.1.0 |
| 2696 | 2026-05-21T09:54:55.905Z | Checking iddqd v0.4.1 |
| 2697 | 2026-05-21T09:54:55.922Z | Checking crossbeam-channel v0.5.15 |
| 2698 | 2026-05-21T09:54:55.935Z | Checking hostname v0.3.1 |
| 2699 | 2026-05-21T09:54:55.973Z | Checking compression-codecs v0.4.37 |
| 2700 | 2026-05-21T09:54:56.029Z | Checking slog-json v2.6.1 |
| 2701 | 2026-05-21T09:54:56.069Z | Checking serde_spanned v1.0.4 |
| 2702 | 2026-05-21T09:54:56.138Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2703 | 2026-05-21T09:54:56.185Z | Checking is-terminal v0.4.17 |
| 2704 | 2026-05-21T09:54:56.199Z | Checking debug-ignore v1.0.5 |
| 2705 | 2026-05-21T09:54:56.252Z | Checking take_mut v0.2.2 |
| 2706 | 2026-05-21T09:54:56.274Z | Checking term v1.2.1 |
| 2707 | 2026-05-21T09:54:56.297Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2708 | 2026-05-21T09:54:56.312Z | Compiling structmeta v0.3.0 |
| 2709 | 2026-05-21T09:54:56.339Z | Checking slog-bunyan v2.5.0 |
| 2710 | 2026-05-21T09:54:56.351Z | Checking slog-async v2.8.0 |
| 2711 | 2026-05-21T09:54:56.448Z | Checking async-compression v0.4.41 |
| 2712 | 2026-05-21T09:54:56.469Z | Checking toml v1.0.6+spec-1.1.0 |
| 2713 | 2026-05-21T09:54:56.489Z | Checking slog-term v2.9.2 |
| 2714 | 2026-05-21T09:54:56.517Z | Compiling derive-ex v0.1.8 |
| 2715 | 2026-05-21T09:54:56.520Z | Compiling parse-display-derive v0.10.0 |
| 2716 | 2026-05-21T09:54:56.689Z | Checking async-stream v0.3.6 |
| 2717 | 2026-05-21T09:54:56.741Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2718 | 2026-05-21T09:54:56.816Z | Checking progenitor-client v0.14.0 |
| 2719 | 2026-05-21T09:54:56.828Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2720 | 2026-05-21T09:54:56.846Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2721 | 2026-05-21T09:54:56.990Z | Checking waitgroup v0.1.2 |
| 2722 | 2026-05-21T09:54:57.035Z | Checking backon v1.6.0 |
| 2723 | 2026-05-21T09:54:57.049Z | Checking rustls-pemfile v2.2.0 |
| 2724 | 2026-05-21T09:54:57.088Z | Checking serde_path_to_error v0.1.20 |
| 2725 | 2026-05-21T09:54:57.122Z | Checking hostname v0.4.2 |
| 2726 | 2026-05-21T09:54:57.183Z | Checking instant v0.1.13 |
| 2727 | 2026-05-21T09:54:57.270Z | Checking backoff v0.4.0 |
| 2728 | 2026-05-21T09:54:57.349Z | Checking progenitor-extras v0.2.0 |
| 2729 | 2026-05-21T09:54:57.376Z | Checking tokio-rustls v0.25.0 |
| 2730 | 2026-05-21T09:54:57.426Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2731 | 2026-05-21T09:54:57.443Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2732 | 2026-05-21T09:54:57.596Z | Checking itertools v0.14.0 |
| 2733 | 2026-05-21T09:54:57.635Z | Checking progenitor-client v0.10.0 |
| 2734 | 2026-05-21T09:54:57.801Z | Checking regress v0.10.5 |
| 2735 | 2026-05-21T09:54:57.817Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2736 | 2026-05-21T09:54:58.065Z | Checking macaddr v1.0.1 |
| 2737 | 2026-05-21T09:54:58.168Z | Compiling test-strategy v0.4.5 |
| 2738 | 2026-05-21T09:54:58.171Z | Checking parse-display v0.10.0 |
| 2739 | 2026-05-21T09:54:59.337Z | Compiling prettyplease v0.2.37 |
| 2740 | 2026-05-21T09:54:59.612Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2741 | 2026-05-21T09:54:59.791Z | Checking num-rational v0.4.2 |
| 2742 | 2026-05-21T09:55:00.003Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2743 | 2026-05-21T09:55:00.391Z | Checking num-complex v0.4.6 |
| 2744 | 2026-05-21T09:55:00.898Z | Checking num v0.4.3 |
| 2745 | 2026-05-21T09:55:00.974Z | Compiling usdt-macro v0.5.0 |
| 2746 | 2026-05-21T09:55:01.046Z | Compiling usdt-attr-macro v0.5.0 |
| 2747 | 2026-05-21T09:55:01.065Z | Checking memmap v0.7.0 |
| 2748 | 2026-05-21T09:55:01.128Z | Checking float-ord v0.3.2 |
| 2749 | 2026-05-21T09:55:01.200Z | Compiling convert_case v0.4.0 |
| 2750 | 2026-05-21T09:55:01.234Z | Checking unicode-width v0.2.0 |
| 2751 | 2026-05-21T09:55:01.480Z | Checking console v0.15.11 |
| 2752 | 2026-05-21T09:55:01.576Z | Compiling derive_more v0.99.20 |
| 2753 | 2026-05-21T09:55:01.696Z | Checking newline-converter v0.3.0 |
| 2754 | 2026-05-21T09:55:01.760Z | Checking atomicwrites v0.4.4 |
| 2755 | 2026-05-21T09:55:01.806Z | Checking usdt v0.5.0 |
| 2756 | 2026-05-21T09:55:01.809Z | Compiling toml v0.8.23 |
| 2757 | 2026-05-21T09:55:01.887Z | Compiling minimal-lexical v0.2.1 |
| 2758 | 2026-05-21T09:55:01.981Z | Checking linked-hash-map v0.5.6 |
| 2759 | 2026-05-21T09:55:02.139Z | Compiling nom v7.1.3 |
| 2760 | 2026-05-21T09:55:02.152Z | Checking lru-cache v0.1.2 |
| 2761 | 2026-05-21T09:55:02.275Z | Checking expectorate v1.2.0 |
| 2762 | 2026-05-21T09:55:02.772Z | Checking camino-tempfile v1.4.1 |
| 2763 | 2026-05-21T09:55:02.939Z | Checking hickory-proto v0.24.4 |
| 2764 | 2026-05-21T09:55:02.942Z | Checking phf_shared v0.12.1 |
| 2765 | 2026-05-21T09:55:03.085Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-05-21T09:55:03.186Z | Compiling chrono-tz v0.10.4 |
| 2767 | 2026-05-21T09:55:03.280Z | Checking resolv-conf v0.7.6 |
| 2768 | 2026-05-21T09:55:03.373Z | Checking heck v0.5.0 |
| 2769 | 2026-05-21T09:55:03.459Z | Compiling const_format_proc_macros v0.2.34 |
| 2770 | 2026-05-21T09:55:03.472Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2771 | 2026-05-21T09:55:03.539Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2772 | 2026-05-21T09:55:03.571Z | Checking phf v0.12.1 |
| 2773 | 2026-05-21T09:55:03.715Z | Checking tokio-dtrace v0.1.1 |
| 2774 | 2026-05-21T09:55:03.903Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2775 | 2026-05-21T09:55:03.949Z | Compiling derive-where v1.6.0 |
| 2776 | 2026-05-21T09:55:04.083Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2777 | 2026-05-21T09:55:04.431Z | Checking highway v1.3.0 |
| 2778 | 2026-05-21T09:55:04.662Z | Checking const_format v0.2.35 |
| 2779 | 2026-05-21T09:55:04.730Z | Checking hickory-resolver v0.24.4 |
| 2780 | 2026-05-21T09:55:04.935Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2781 | 2026-05-21T09:55:04.969Z | Checking oxide-tokio-rt v0.1.4 |
| 2782 | 2026-05-21T09:55:05.081Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2783 | 2026-05-21T09:55:05.290Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2784 | 2026-05-21T09:55:05.304Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2785 | 2026-05-21T09:55:05.360Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2786 | 2026-05-21T09:55:05.490Z | Checking qorb v0.4.1 |
| 2787 | 2026-05-21T09:55:05.559Z | Checking gethostname v0.5.0 |
| 2788 | 2026-05-21T09:55:05.588Z | Checking bcs v0.1.6 |
| 2789 | 2026-05-21T09:55:05.637Z | Checking termtree v0.5.1 |
| 2790 | 2026-05-21T09:55:08.803Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2791 | 2026-05-21T09:55:11.507Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2792 | 2026-05-21T09:55:13.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s |
| 2793 | 2026-05-21T09:55:13.802Z | |
| 2794 | 2026-05-21T09:55:13.802Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2795 | 2026-05-21T09:55:14.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2026-05-21T09:55:14.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2026-05-21T09:55:14.504Z | Compiling ar_archive_writer v0.5.1 |
| 2798 | 2026-05-21T09:55:14.508Z | Compiling stacker v0.1.23 |
| 2799 | 2026-05-21T09:55:14.624Z | Compiling cfg_aliases v0.1.1 |
| 2800 | 2026-05-21T09:55:14.631Z | Compiling convert_case v0.10.0 |
| 2801 | 2026-05-21T09:55:14.634Z | Checking unicode-width v0.1.14 |
| 2802 | 2026-05-21T09:55:14.646Z | Compiling proc-macro-error v1.0.4 |
| 2803 | 2026-05-21T09:55:14.657Z | Checking fd-lock v4.0.4 |
| 2804 | 2026-05-21T09:55:14.657Z | Checking nibble_vec v0.1.0 |
| 2805 | 2026-05-21T09:55:14.680Z | Compiling nix v0.28.0 |
| 2806 | 2026-05-21T09:55:14.767Z | Checking vte v0.14.1 |
| 2807 | 2026-05-21T09:55:14.828Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2808 | 2026-05-21T09:55:14.879Z | Checking endian-type v0.1.2 |
| 2809 | 2026-05-21T09:55:14.906Z | Checking bytecount v0.6.9 |
| 2810 | 2026-05-21T09:55:14.957Z | Compiling tabled_derive v0.7.0 |
| 2811 | 2026-05-21T09:55:14.971Z | Compiling derive_more-impl v2.1.1 |
| 2812 | 2026-05-21T09:55:14.971Z | Checking strip-ansi-escapes v0.2.1 |
| 2813 | 2026-05-21T09:55:15.004Z | Checking papergrid v0.11.0 |
| 2814 | 2026-05-21T09:55:15.017Z | Checking radix_trie v0.2.1 |
| 2815 | 2026-05-21T09:55:15.078Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2816 | 2026-05-21T09:55:15.229Z | Compiling peg-macros v0.8.5 |
| 2817 | 2026-05-21T09:55:15.263Z | Checking winnow v0.6.26 |
| 2818 | 2026-05-21T09:55:15.469Z | Compiling psm v0.1.30 |
| 2819 | 2026-05-21T09:55:15.544Z | Compiling sqlparser_derive v0.5.0 |
| 2820 | 2026-05-21T09:55:15.614Z | Checking home v0.5.12 |
| 2821 | 2026-05-21T09:55:15.720Z | Checking nu-ansi-term v0.50.3 |
| 2822 | 2026-05-21T09:55:15.788Z | Checking derive_more v2.1.1 |
| 2823 | 2026-05-21T09:55:15.868Z | Checking unicode_categories v0.1.1 |
| 2824 | 2026-05-21T09:55:15.922Z | Checking tabled v0.15.0 |
| 2825 | 2026-05-21T09:55:15.935Z | Checking reedline v0.40.0 |
| 2826 | 2026-05-21T09:55:16.008Z | Checking rustyline v14.0.0 |
| 2827 | 2026-05-21T09:55:16.022Z | Checking crossterm v0.29.0 |
| 2828 | 2026-05-21T09:55:16.256Z | Checking recursive v0.1.1 |
| 2829 | 2026-05-21T09:55:16.314Z | Checking display-error-chain v0.2.2 |
| 2830 | 2026-05-21T09:55:16.349Z | Checking sqlparser v0.61.0 |
| 2831 | 2026-05-21T09:55:16.393Z | Checking sqlformat v0.3.5 |
| 2832 | 2026-05-21T09:55:16.579Z | Checking peg v0.8.5 |
| 2833 | 2026-05-21T09:55:27.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 2834 | 2026-05-21T09:55:27.678Z | |
| 2835 | 2026-05-21T09:55:27.678Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2836 | 2026-05-21T09:55:28.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2026-05-21T09:55:28.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2026-05-21T09:55:28.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2839 | 2026-05-21T09:55:31.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 2840 | 2026-05-21T09:55:32.038Z | |
| 2841 | 2026-05-21T09:55:32.038Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2842 | 2026-05-21T09:55:32.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2026-05-21T09:55:32.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2026-05-21T09:55:32.738Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2845 | 2026-05-21T09:55:35.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2846 | 2026-05-21T09:55:35.378Z | |
| 2847 | 2026-05-21T09:55:35.378Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2848 | 2026-05-21T09:55:35.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2026-05-21T09:55:35.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2026-05-21T09:55:36.068Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2851 | 2026-05-21T09:55:39.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2852 | 2026-05-21T09:55:39.513Z | |
| 2853 | 2026-05-21T09:55:39.513Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2854 | 2026-05-21T09:55:40.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2026-05-21T09:55:40.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2026-05-21T09:55:40.220Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2857 | 2026-05-21T09:55:43.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
| 2858 | 2026-05-21T09:55:43.679Z | |
| 2859 | 2026-05-21T09:55:43.679Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2860 | 2026-05-21T09:55:44.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-05-21T09:55:44.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-05-21T09:55:44.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2863 | 2026-05-21T09:55:46.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 2864 | 2026-05-21T09:55:47.153Z | |
| 2865 | 2026-05-21T09:55:47.154Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2866 | 2026-05-21T09:55:47.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-05-21T09:55:47.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-05-21T09:55:47.855Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2869 | 2026-05-21T09:55:50.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2870 | 2026-05-21T09:55:50.677Z | |
| 2871 | 2026-05-21T09:55:50.677Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2872 | 2026-05-21T09:55:51.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2873 | 2026-05-21T09:55:51.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2874 | 2026-05-21T09:55:51.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2875 | 2026-05-21T09:55:54.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2876 | 2026-05-21T09:55:54.970Z | |
| 2877 | 2026-05-21T09:55:54.970Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2878 | 2026-05-21T09:55:55.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-05-21T09:55:55.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-05-21T09:55:55.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2026-05-21T09:55:55.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2882 | 2026-05-21T09:55:55.591Z | |
| 2883 | 2026-05-21T09:55:55.591Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2884 | 2026-05-21T09:55:56.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2026-05-21T09:55:56.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2026-05-21T09:55:56.247Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2887 | 2026-05-21T09:55:56.415Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2888 | 2026-05-21T09:55:56.415Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2889 | 2026-05-21T09:55:56.753Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2890 | 2026-05-21T09:55:59.685Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2891 | 2026-05-21T09:56:00.896Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2892 | 2026-05-21T09:56:01.062Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2893 | 2026-05-21T09:56:01.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
| 2894 | 2026-05-21T09:56:01.939Z | |
| 2895 | 2026-05-21T09:56:01.939Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2896 | 2026-05-21T09:56:02.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-05-21T09:56:02.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-05-21T09:56:02.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-05-21T09:56:02.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2900 | 2026-05-21T09:56:02.563Z | |
| 2901 | 2026-05-21T09:56:02.563Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2902 | 2026-05-21T09:56:03.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-05-21T09:56:03.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-05-21T09:56:03.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-05-21T09:56:03.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2906 | 2026-05-21T09:56:03.229Z | |
| 2907 | 2026-05-21T09:56:03.229Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2908 | 2026-05-21T09:56:03.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-05-21T09:56:03.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-05-21T09:56:03.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-05-21T09:56:03.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2912 | 2026-05-21T09:56:03.855Z | |
| 2913 | 2026-05-21T09:56:03.855Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2914 | 2026-05-21T09:56:04.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-05-21T09:56:04.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-05-21T09:56:04.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-05-21T09:56:04.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2918 | 2026-05-21T09:56:04.480Z | |
| 2919 | 2026-05-21T09:56:04.480Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2920 | 2026-05-21T09:56:05.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-05-21T09:56:05.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-05-21T09:56:05.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-05-21T09:56:05.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2924 | 2026-05-21T09:56:05.112Z | |
| 2925 | 2026-05-21T09:56:05.112Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2926 | 2026-05-21T09:56:05.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-05-21T09:56:05.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-05-21T09:56:05.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-05-21T09:56:05.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2930 | 2026-05-21T09:56:05.736Z | |
| 2931 | 2026-05-21T09:56:05.737Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2932 | 2026-05-21T09:56:06.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-05-21T09:56:06.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-05-21T09:56:06.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2935 | 2026-05-21T09:56:06.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2936 | 2026-05-21T09:56:06.347Z | |
| 2937 | 2026-05-21T09:56:06.347Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2938 | 2026-05-21T09:56:06.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2939 | 2026-05-21T09:56:06.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2940 | 2026-05-21T09:56:06.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2941 | 2026-05-21T09:56:06.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2942 | 2026-05-21T09:56:06.977Z | |
| 2943 | 2026-05-21T09:56:06.977Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2944 | 2026-05-21T09:56:07.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2945 | 2026-05-21T09:56:07.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2946 | 2026-05-21T09:56:07.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2947 | 2026-05-21T09:56:07.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2948 | 2026-05-21T09:56:07.585Z | |
| 2949 | 2026-05-21T09:56:07.585Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2950 | 2026-05-21T09:56:08.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2951 | 2026-05-21T09:56:08.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2952 | 2026-05-21T09:56:08.321Z | Compiling crucible-workspace-hack v0.1.0 |
| 2953 | 2026-05-21T09:56:08.442Z | Checking secrecy v0.10.3 |
| 2954 | 2026-05-21T09:56:08.449Z | Compiling heapless v0.8.0 |
| 2955 | 2026-05-21T09:56:08.457Z | Compiling ingot-macros v0.1.1 |
| 2956 | 2026-05-21T09:56:08.464Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2957 | 2026-05-21T09:56:08.464Z | Checking hash32 v0.3.1 |
| 2958 | 2026-05-21T09:56:08.487Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2959 | 2026-05-21T09:56:08.490Z | Compiling smoltcp v0.11.0 |
| 2960 | 2026-05-21T09:56:08.545Z | Checking cobs v0.3.0 |
| 2961 | 2026-05-21T09:56:08.593Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2962 | 2026-05-21T09:56:08.683Z | Checking universal-hash v0.5.1 |
| 2963 | 2026-05-21T09:56:08.698Z | Checking half v2.7.1 |
| 2964 | 2026-05-21T09:56:08.724Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2965 | 2026-05-21T09:56:08.822Z | Checking ciborium-io v0.2.2 |
| 2966 | 2026-05-21T09:56:08.888Z | Checking opaque-debug v0.3.1 |
| 2967 | 2026-05-21T09:56:08.935Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2968 | 2026-05-21T09:56:08.957Z | Checking poly1305 v0.8.0 |
| 2969 | 2026-05-21T09:56:08.961Z | Checking ciborium-ll v0.2.2 |
| 2970 | 2026-05-21T09:56:08.961Z | Checking postcard v1.1.3 |
| 2971 | 2026-05-21T09:56:09.134Z | Compiling proc-macro-crate v3.4.0 |
| 2972 | 2026-05-21T09:56:09.219Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2973 | 2026-05-21T09:56:09.240Z | Checking password-hash v0.5.0 |
| 2974 | 2026-05-21T09:56:09.255Z | Checking chacha20 v0.9.1 |
| 2975 | 2026-05-21T09:56:09.444Z | Compiling proc-macro-crate v1.3.1 |
| 2976 | 2026-05-21T09:56:09.465Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-05-21T09:56:09.484Z | Checking blake2 v0.10.6 |
| 2978 | 2026-05-21T09:56:09.502Z | Checking aead v0.5.2 |
| 2979 | 2026-05-21T09:56:09.641Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2980 | 2026-05-21T09:56:09.693Z | Compiling foreign-types-macros v0.2.3 |
| 2981 | 2026-05-21T09:56:09.696Z | Compiling num_enum_derive v0.7.6 |
| 2982 | 2026-05-21T09:56:09.719Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2983 | 2026-05-21T09:56:09.757Z | Checking thiserror-no-std v2.0.2 |
| 2984 | 2026-05-21T09:56:09.855Z | Checking foreign-types-shared v0.3.1 |
| 2985 | 2026-05-21T09:56:09.855Z | Checking cpufeatures v0.3.0 |
| 2986 | 2026-05-21T09:56:09.883Z | Compiling num_enum_derive v0.5.11 |
| 2987 | 2026-05-21T09:56:09.931Z | Checking chacha20 v0.10.0 |
| 2988 | 2026-05-21T09:56:09.956Z | Checking vsss-rs v3.3.4 |
| 2989 | 2026-05-21T09:56:09.972Z | Checking argon2 v0.5.3 |
| 2990 | 2026-05-21T09:56:10.148Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2991 | 2026-05-21T09:56:10.292Z | Checking foreign-types v0.5.0 |
| 2992 | 2026-05-21T09:56:10.319Z | Checking chacha20poly1305 v0.10.1 |
| 2993 | 2026-05-21T09:56:10.373Z | Checking ciborium v0.2.2 |
| 2994 | 2026-05-21T09:56:10.551Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2995 | 2026-05-21T09:56:10.581Z | Checking tabwriter v1.4.1 |
| 2996 | 2026-05-21T09:56:10.728Z | Checking byte-wrapper v0.1.0 |
| 2997 | 2026-05-21T09:56:10.763Z | Checking num_enum v0.7.6 |
| 2998 | 2026-05-21T09:56:10.785Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2999 | 2026-05-21T09:56:10.829Z | Checking cstr-argument v0.1.2 |
| 3000 | 2026-05-21T09:56:10.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3001 | 2026-05-21T09:56:10.905Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e) |
| 3002 | 2026-05-21T09:56:10.933Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3003 | 2026-05-21T09:56:10.955Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3004 | 2026-05-21T09:56:11.067Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3005 | 2026-05-21T09:56:11.111Z | Checking num_enum v0.5.11 |
| 3006 | 2026-05-21T09:56:11.128Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 3007 | 2026-05-21T09:56:11.198Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3008 | 2026-05-21T09:56:11.224Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3009 | 2026-05-21T09:56:11.262Z | Checking ingot-types v0.1.2 |
| 3010 | 2026-05-21T09:56:11.292Z | Checking rand v0.10.1 |
| 3011 | 2026-05-21T09:56:11.307Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 3012 | 2026-05-21T09:56:11.321Z | Checking indent_write v2.2.0 |
| 3013 | 2026-05-21T09:56:11.424Z | Checking colored v3.1.1 |
| 3014 | 2026-05-21T09:56:11.450Z | Checking winnow v1.0.3 |
| 3015 | 2026-05-21T09:56:11.564Z | Compiling zone_cfg_derive v0.3.1 |
| 3016 | 2026-05-21T09:56:11.616Z | Checking ingot v0.1.1 |
| 3017 | 2026-05-21T09:56:11.616Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3018 | 2026-05-21T09:56:11.619Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3019 | 2026-05-21T09:56:11.656Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3020 | 2026-05-21T09:56:11.727Z | Checking itertools v0.12.1 |
| 3021 | 2026-05-21T09:56:11.760Z | Compiling num-derive v0.4.2 |
| 3022 | 2026-05-21T09:56:11.813Z | Checking swrite v0.1.0 |
| 3023 | 2026-05-21T09:56:11.828Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3024 | 2026-05-21T09:56:11.906Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3025 | 2026-05-21T09:56:12.030Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3026 | 2026-05-21T09:56:12.175Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3027 | 2026-05-21T09:56:12.191Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3028 | 2026-05-21T09:56:12.195Z | Checking dropshot-api-manager-types v0.7.1 |
| 3029 | 2026-05-21T09:56:12.223Z | Checking smf v0.2.3 |
| 3030 | 2026-05-21T09:56:12.311Z | Checking nanorand v0.7.0 |
| 3031 | 2026-05-21T09:56:12.355Z | Checking whoami v1.6.1 |
| 3032 | 2026-05-21T09:56:12.453Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3033 | 2026-05-21T09:56:12.504Z | Checking flume v0.11.1 |
| 3034 | 2026-05-21T09:56:12.674Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3035 | 2026-05-21T09:56:12.727Z | Checking zone v0.3.1 |
| 3036 | 2026-05-21T09:56:13.192Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3037 | 2026-05-21T09:56:14.148Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3038 | 2026-05-21T09:56:15.032Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3039 | 2026-05-21T09:56:18.304Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3040 | 2026-05-21T09:56:20.340Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3041 | 2026-05-21T09:56:21.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
| 3042 | 2026-05-21T09:56:21.638Z | |
| 3043 | 2026-05-21T09:56:21.638Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3044 | 2026-05-21T09:56:22.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-05-21T09:56:22.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-05-21T09:56:22.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-05-21T09:56:22.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3048 | 2026-05-21T09:56:22.264Z | |
| 3049 | 2026-05-21T09:56:22.264Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3050 | 2026-05-21T09:56:22.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-05-21T09:56:22.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-05-21T09:56:22.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-05-21T09:56:22.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3054 | 2026-05-21T09:56:22.886Z | |
| 3055 | 2026-05-21T09:56:22.886Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3056 | 2026-05-21T09:56:23.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-05-21T09:56:23.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-05-21T09:56:23.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-05-21T09:56:23.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3060 | 2026-05-21T09:56:23.515Z | |
| 3061 | 2026-05-21T09:56:23.515Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3062 | 2026-05-21T09:56:24.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-05-21T09:56:24.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-05-21T09:56:24.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-05-21T09:56:24.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3066 | 2026-05-21T09:56:24.144Z | |
| 3067 | 2026-05-21T09:56:24.144Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3068 | 2026-05-21T09:56:24.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-05-21T09:56:24.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-05-21T09:56:24.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-05-21T09:56:24.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3072 | 2026-05-21T09:56:24.769Z | |
| 3073 | 2026-05-21T09:56:24.769Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3074 | 2026-05-21T09:56:25.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-05-21T09:56:25.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-05-21T09:56:25.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-05-21T09:56:25.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3078 | 2026-05-21T09:56:25.399Z | |
| 3079 | 2026-05-21T09:56:25.399Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3080 | 2026-05-21T09:56:25.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-05-21T09:56:25.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-05-21T09:56:25.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-05-21T09:56:25.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3084 | 2026-05-21T09:56:26.020Z | |
| 3085 | 2026-05-21T09:56:26.020Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3086 | 2026-05-21T09:56:26.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-05-21T09:56:26.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-05-21T09:56:26.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-05-21T09:56:26.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3090 | 2026-05-21T09:56:26.630Z | |
| 3091 | 2026-05-21T09:56:26.630Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3092 | 2026-05-21T09:56:27.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-05-21T09:56:27.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-05-21T09:56:27.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-05-21T09:56:27.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3096 | 2026-05-21T09:56:27.250Z | |
| 3097 | 2026-05-21T09:56:27.250Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3098 | 2026-05-21T09:56:27.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-05-21T09:56:27.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-05-21T09:56:27.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-05-21T09:56:27.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3102 | 2026-05-21T09:56:27.872Z | |
| 3103 | 2026-05-21T09:56:27.872Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3104 | 2026-05-21T09:56:28.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-05-21T09:56:28.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-05-21T09:56:28.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-05-21T09:56:28.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3108 | 2026-05-21T09:56:28.493Z | |
| 3109 | 2026-05-21T09:56:28.493Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3110 | 2026-05-21T09:56:29.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-05-21T09:56:29.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-05-21T09:56:29.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-05-21T09:56:29.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3114 | 2026-05-21T09:56:29.160Z | |
| 3115 | 2026-05-21T09:56:29.160Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3116 | 2026-05-21T09:56:29.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-05-21T09:56:29.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-05-21T09:56:29.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-05-21T09:56:29.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3120 | 2026-05-21T09:56:29.819Z | |
| 3121 | 2026-05-21T09:56:29.819Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3122 | 2026-05-21T09:56:30.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-05-21T09:56:30.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-05-21T09:56:30.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-05-21T09:56:30.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3126 | 2026-05-21T09:56:30.429Z | |
| 3127 | 2026-05-21T09:56:30.429Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3128 | 2026-05-21T09:56:30.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-05-21T09:56:30.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-05-21T09:56:30.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-05-21T09:56:30.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3132 | 2026-05-21T09:56:31.033Z | |
| 3133 | 2026-05-21T09:56:31.033Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3134 | 2026-05-21T09:56:31.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-05-21T09:56:31.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-05-21T09:56:31.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-05-21T09:56:31.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3138 | 2026-05-21T09:56:31.644Z | |
| 3139 | 2026-05-21T09:56:31.644Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3140 | 2026-05-21T09:56:32.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-05-21T09:56:32.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-05-21T09:56:32.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-05-21T09:56:32.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3144 | 2026-05-21T09:56:32.264Z | |
| 3145 | 2026-05-21T09:56:32.264Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3146 | 2026-05-21T09:56:32.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-05-21T09:56:32.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-05-21T09:56:32.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-05-21T09:56:32.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3150 | 2026-05-21T09:56:32.873Z | |
| 3151 | 2026-05-21T09:56:32.873Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3152 | 2026-05-21T09:56:33.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-05-21T09:56:33.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-05-21T09:56:33.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-05-21T09:56:33.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3156 | 2026-05-21T09:56:33.502Z | |
| 3157 | 2026-05-21T09:56:33.502Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3158 | 2026-05-21T09:56:34.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-05-21T09:56:34.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-05-21T09:56:34.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-05-21T09:56:34.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3162 | 2026-05-21T09:56:34.152Z | |
| 3163 | 2026-05-21T09:56:34.152Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3164 | 2026-05-21T09:56:34.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-05-21T09:56:34.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-05-21T09:56:34.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-05-21T09:56:34.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3168 | 2026-05-21T09:56:34.793Z | |
| 3169 | 2026-05-21T09:56:34.793Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3170 | 2026-05-21T09:56:35.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-05-21T09:56:35.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-05-21T09:56:35.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-05-21T09:56:35.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3174 | 2026-05-21T09:56:35.401Z | |
| 3175 | 2026-05-21T09:56:35.401Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3176 | 2026-05-21T09:56:35.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-05-21T09:56:35.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-05-21T09:56:35.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-05-21T09:56:35.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3180 | 2026-05-21T09:56:36.031Z | |
| 3181 | 2026-05-21T09:56:36.031Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3182 | 2026-05-21T09:56:36.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-05-21T09:56:36.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-05-21T09:56:36.744Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3185 | 2026-05-21T09:56:36.863Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3186 | 2026-05-21T09:56:36.872Z | Checking csv-core v0.1.13 |
| 3187 | 2026-05-21T09:56:36.878Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3188 | 2026-05-21T09:56:36.886Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3189 | 2026-05-21T09:56:36.889Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3190 | 2026-05-21T09:56:36.907Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3191 | 2026-05-21T09:56:36.918Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2026-05-21T09:56:37.028Z | Checking csv v1.4.0 |
| 3193 | 2026-05-21T09:56:37.069Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3194 | 2026-05-21T09:56:37.083Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3195 | 2026-05-21T09:56:37.110Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3196 | 2026-05-21T09:56:37.127Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3197 | 2026-05-21T09:56:37.366Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3198 | 2026-05-21T09:56:37.729Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3199 | 2026-05-21T09:56:37.736Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3200 | 2026-05-21T09:56:38.066Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3201 | 2026-05-21T09:56:43.897Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3202 | 2026-05-21T09:56:44.434Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3203 | 2026-05-21T09:56:46.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s |
| 3204 | 2026-05-21T09:56:46.972Z | |
| 3205 | 2026-05-21T09:56:46.972Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3206 | 2026-05-21T09:56:47.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-05-21T09:56:47.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-05-21T09:56:47.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-05-21T09:56:47.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3210 | 2026-05-21T09:56:47.596Z | |
| 3211 | 2026-05-21T09:56:47.596Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3212 | 2026-05-21T09:56:48.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-05-21T09:56:48.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-05-21T09:56:48.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-05-21T09:56:48.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3216 | 2026-05-21T09:56:48.310Z | |
| 3217 | 2026-05-21T09:56:48.310Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3218 | 2026-05-21T09:56:48.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-05-21T09:56:48.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-05-21T09:56:48.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-05-21T09:56:48.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3222 | 2026-05-21T09:56:49.014Z | |
| 3223 | 2026-05-21T09:56:49.014Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3224 | 2026-05-21T09:56:49.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-05-21T09:56:49.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-05-21T09:56:49.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-05-21T09:56:49.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3228 | 2026-05-21T09:56:49.692Z | |
| 3229 | 2026-05-21T09:56:49.692Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3230 | 2026-05-21T09:56:50.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-05-21T09:56:50.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-05-21T09:56:50.565Z | Compiling regress v0.11.1 |
| 3233 | 2026-05-21T09:56:50.727Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3234 | 2026-05-21T09:56:50.736Z | Compiling unsafe-libyaml v0.2.11 |
| 3235 | 2026-05-21T09:56:50.741Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3236 | 2026-05-21T09:56:50.741Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3237 | 2026-05-21T09:56:50.741Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3238 | 2026-05-21T09:56:50.741Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3239 | 2026-05-21T09:56:50.980Z | Compiling semver v0.1.20 |
| 3240 | 2026-05-21T09:56:51.084Z | Compiling owo-colors v4.3.0 |
| 3241 | 2026-05-21T09:56:51.100Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3242 | 2026-05-21T09:56:51.259Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3243 | 2026-05-21T09:56:51.415Z | Compiling serde_yaml v0.9.34+deprecated |
| 3244 | 2026-05-21T09:56:51.573Z | Compiling rustc_version v0.1.7 |
| 3245 | 2026-05-21T09:56:51.719Z | Compiling cancel-safe-futures v0.1.5 |
| 3246 | 2026-05-21T09:56:51.805Z | Compiling newtype_derive v0.1.6 |
| 3247 | 2026-05-21T09:56:52.938Z | Checking progenitor-client v0.13.0 |
| 3248 | 2026-05-21T09:56:52.966Z | Checking libsw-core v0.3.2 |
| 3249 | 2026-05-21T09:56:52.967Z | Checking libsw v3.5.0 |
| 3250 | 2026-05-21T09:56:52.967Z | Checking typify-impl v0.6.2 |
| 3251 | 2026-05-21T09:56:52.967Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3252 | 2026-05-21T09:56:52.967Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3253 | 2026-05-21T09:56:52.967Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3254 | 2026-05-21T09:56:52.967Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3255 | 2026-05-21T09:56:53.500Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3256 | 2026-05-21T09:56:53.504Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3257 | 2026-05-21T09:56:53.546Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3258 | 2026-05-21T09:56:53.756Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3259 | 2026-05-21T09:56:53.892Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3260 | 2026-05-21T09:56:53.903Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3261 | 2026-05-21T09:56:54.096Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3262 | 2026-05-21T09:56:54.162Z | Checking linear-map v1.2.0 |
| 3263 | 2026-05-21T09:56:54.286Z | Checking tagptr v0.2.0 |
| 3264 | 2026-05-21T09:56:54.363Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3265 | 2026-05-21T09:56:54.435Z | Checking moka v0.12.13 |
| 3266 | 2026-05-21T09:56:54.538Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3267 | 2026-05-21T09:56:54.577Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3268 | 2026-05-21T09:56:54.631Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3269 | 2026-05-21T09:56:54.674Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3270 | 2026-05-21T09:56:54.764Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3271 | 2026-05-21T09:56:54.856Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3272 | 2026-05-21T09:56:54.896Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3273 | 2026-05-21T09:56:55.080Z | Checking unicode-linebreak v0.1.5 |
| 3274 | 2026-05-21T09:56:55.117Z | Checking smawk v0.3.2 |
| 3275 | 2026-05-21T09:56:55.201Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3276 | 2026-05-21T09:56:55.261Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-21T09:56:55.276Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3278 | 2026-05-21T09:56:55.292Z | Checking textwrap v0.16.2 |
| 3279 | 2026-05-21T09:56:55.308Z | Checking steno v0.4.1 |
| 3280 | 2026-05-21T09:56:55.380Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3281 | 2026-05-21T09:56:55.452Z | Checking humantime v2.3.0 |
| 3282 | 2026-05-21T09:56:55.513Z | Compiling num-derive v0.3.3 |
| 3283 | 2026-05-21T09:56:55.643Z | Compiling radium v0.7.0 |
| 3284 | 2026-05-21T09:56:55.934Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3285 | 2026-05-21T09:56:55.982Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3286 | 2026-05-21T09:56:56.191Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3287 | 2026-05-21T09:56:56.308Z | Checking nom v8.0.0 |
| 3288 | 2026-05-21T09:56:56.409Z | Checking libscf-sys v1.1.0 |
| 3289 | 2026-05-21T09:56:56.447Z | Checking tap v1.0.1 |
| 3290 | 2026-05-21T09:56:56.517Z | Compiling maybe-uninit v2.0.0 |
| 3291 | 2026-05-21T09:56:56.540Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 3292 | 2026-05-21T09:56:56.550Z | Checking wyz v0.5.1 |
| 3293 | 2026-05-21T09:56:56.653Z | Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3294 | 2026-05-21T09:56:56.753Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3295 | 2026-05-21T09:56:56.769Z | Compiling typify-macro v0.6.2 |
| 3296 | 2026-05-21T09:56:56.769Z | Compiling zerocopy-derive v0.6.6 |
| 3297 | 2026-05-21T09:56:56.849Z | Checking funty v2.0.0 |
| 3298 | 2026-05-21T09:56:56.896Z | Compiling packed_struct v0.10.1 |
| 3299 | 2026-05-21T09:56:57.159Z | Checking crc-catalog v2.4.0 |
| 3300 | 2026-05-21T09:56:57.173Z | Checking bitvec v1.0.1 |
| 3301 | 2026-05-21T09:56:57.269Z | Checking crc v3.4.0 |
| 3302 | 2026-05-21T09:56:57.528Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3303 | 2026-05-21T09:56:57.545Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3304 | 2026-05-21T09:56:57.613Z | Checking zerocopy v0.6.6 |
| 3305 | 2026-05-21T09:56:57.908Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3306 | 2026-05-21T09:56:58.078Z | Compiling packed_struct_codegen v0.10.1 |
| 3307 | 2026-05-21T09:56:58.218Z | Compiling bitfield-macros v0.19.4 |
| 3308 | 2026-05-21T09:56:58.231Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3309 | 2026-05-21T09:56:58.250Z | Compiling indexmap v1.9.3 |
| 3310 | 2026-05-21T09:56:58.470Z | Checking nodrop v0.1.14 |
| 3311 | 2026-05-21T09:56:58.548Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3312 | 2026-05-21T09:56:58.602Z | Compiling typify v0.6.2 |
| 3313 | 2026-05-21T09:56:58.628Z | Compiling progenitor-impl v0.13.0 |
| 3314 | 2026-05-21T09:56:58.664Z | Compiling progenitor-impl v0.14.0 |
| 3315 | 2026-05-21T09:57:02.702Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3316 | 2026-05-21T09:57:02.710Z | Checking bitfield v0.19.4 |
| 3317 | 2026-05-21T09:57:02.710Z | Checking array-init v0.0.4 |
| 3318 | 2026-05-21T09:57:02.710Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3319 | 2026-05-21T09:57:02.710Z | Checking smallvec v0.6.14 |
| 3320 | 2026-05-21T09:57:02.710Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3321 | 2026-05-21T09:57:02.710Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3322 | 2026-05-21T09:57:02.710Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3323 | 2026-05-21T09:57:02.710Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3324 | 2026-05-21T09:57:02.710Z | Checking base64 v0.21.7 |
| 3325 | 2026-05-21T09:57:02.710Z | Checking hashbrown v0.12.3 |
| 3326 | 2026-05-21T09:57:02.710Z | Checking ron v0.8.1 |
| 3327 | 2026-05-21T09:57:02.710Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3328 | 2026-05-21T09:57:02.710Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3329 | 2026-05-21T09:57:02.710Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3330 | 2026-05-21T09:57:02.710Z | Checking serde-hex v0.1.0 |
| 3331 | 2026-05-21T09:57:02.710Z | Compiling progenitor-macro v0.13.0 |
| 3332 | 2026-05-21T09:57:02.710Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3333 | 2026-05-21T09:57:02.711Z | Compiling progenitor-macro v0.14.0 |
| 3334 | 2026-05-21T09:57:02.711Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3335 | 2026-05-21T09:57:02.711Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3336 | 2026-05-21T09:57:02.711Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3337 | 2026-05-21T09:57:02.711Z | Checking hashbrown v0.13.2 |
| 3338 | 2026-05-21T09:57:02.711Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3339 | 2026-05-21T09:57:02.711Z | Checking crc-any v2.5.0 |
| 3340 | 2026-05-21T09:57:02.711Z | Checking object v0.30.4 |
| 3341 | 2026-05-21T09:57:02.711Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3342 | 2026-05-21T09:57:02.711Z | Checking utf-8 v0.7.6 |
| 3343 | 2026-05-21T09:57:02.711Z | Checking path-slash v0.1.5 |
| 3344 | 2026-05-21T09:57:02.711Z | Checking half v1.8.3 |
| 3345 | 2026-05-21T09:57:02.711Z | Checking void v1.0.2 |
| 3346 | 2026-05-21T09:57:02.711Z | Checking serde_cbor v0.11.2 |
| 3347 | 2026-05-21T09:57:02.711Z | Checking lzss v0.8.2 |
| 3348 | 2026-05-21T09:57:02.711Z | Checking tungstenite v0.23.0 |
| 3349 | 2026-05-21T09:57:02.961Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3350 | 2026-05-21T09:57:02.977Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3351 | 2026-05-21T09:57:03.018Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3352 | 2026-05-21T09:57:03.116Z | Checking nix v0.27.1 |
| 3353 | 2026-05-21T09:57:03.141Z | Checking kstat-rs v0.2.4 |
| 3354 | 2026-05-21T09:57:03.273Z | Checking fxhash v0.2.1 |
| 3355 | 2026-05-21T09:57:03.338Z | Checking serde_bytes v0.11.19 |
| 3356 | 2026-05-21T09:57:03.388Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3357 | 2026-05-21T09:57:03.404Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3358 | 2026-05-21T09:57:03.518Z | Checking tokio-tungstenite v0.23.1 |
| 3359 | 2026-05-21T09:57:03.635Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3360 | 2026-05-21T09:57:03.721Z | Checking signal-hook-tokio v0.3.1 |
| 3361 | 2026-05-21T09:57:03.926Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3362 | 2026-05-21T09:57:04.834Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3363 | 2026-05-21T09:57:05.162Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3364 | 2026-05-21T09:57:05.312Z | Checking progenitor v0.13.0 |
| 3365 | 2026-05-21T09:57:05.440Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3366 | 2026-05-21T09:57:05.496Z | Checking progenitor v0.14.0 |
| 3367 | 2026-05-21T09:57:05.622Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3368 | 2026-05-21T09:57:05.625Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3369 | 2026-05-21T09:57:08.498Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3370 | 2026-05-21T09:57:15.964Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3371 | 2026-05-21T09:57:22.170Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3372 | 2026-05-21T09:57:23.560Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f) |
| 3373 | 2026-05-21T09:57:24.075Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3374 | 2026-05-21T09:57:24.675Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3375 | 2026-05-21T09:57:27.519Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3376 | 2026-05-21T09:57:35.333Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3377 | 2026-05-21T09:57:41.778Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3378 | 2026-05-21T09:57:43.272Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3379 | 2026-05-21T09:57:43.860Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3380 | 2026-05-21T09:57:46.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.42s |
| 3381 | 2026-05-21T09:57:46.340Z | |
| 3382 | 2026-05-21T09:57:46.340Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3383 | 2026-05-21T09:57:46.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-21T09:57:46.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-21T09:57:46.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-21T09:57:46.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3387 | 2026-05-21T09:57:46.964Z | |
| 3388 | 2026-05-21T09:57:46.964Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3389 | 2026-05-21T09:57:47.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-21T09:57:47.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-21T09:57:47.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-21T09:57:47.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3393 | 2026-05-21T09:57:47.582Z | |
| 3394 | 2026-05-21T09:57:47.582Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3395 | 2026-05-21T09:57:48.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-21T09:57:48.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-21T09:57:48.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-21T09:57:48.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3399 | 2026-05-21T09:57:48.187Z | |
| 3400 | 2026-05-21T09:57:48.187Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3401 | 2026-05-21T09:57:48.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-21T09:57:48.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-21T09:57:48.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-21T09:57:48.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-05-21T09:57:48.807Z | |
| 3406 | 2026-05-21T09:57:48.807Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3407 | 2026-05-21T09:57:49.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-21T09:57:49.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-21T09:57:49.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-21T09:57:49.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3411 | 2026-05-21T09:57:49.426Z | |
| 3412 | 2026-05-21T09:57:49.426Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3413 | 2026-05-21T09:57:49.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-21T09:57:49.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-21T09:57:49.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-21T09:57:49.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3417 | 2026-05-21T09:57:50.049Z | |
| 3418 | 2026-05-21T09:57:50.050Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3419 | 2026-05-21T09:57:50.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-21T09:57:50.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-21T09:57:50.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-21T09:57:50.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3423 | 2026-05-21T09:57:50.671Z | |
| 3424 | 2026-05-21T09:57:50.671Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3425 | 2026-05-21T09:57:51.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-21T09:57:51.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-21T09:57:51.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-21T09:57:51.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3429 | 2026-05-21T09:57:51.296Z | |
| 3430 | 2026-05-21T09:57:51.296Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3431 | 2026-05-21T09:57:51.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-21T09:57:51.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-21T09:57:51.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-21T09:57:51.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-05-21T09:57:51.918Z | |
| 3436 | 2026-05-21T09:57:51.918Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3437 | 2026-05-21T09:57:52.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-21T09:57:52.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-21T09:57:52.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-21T09:57:52.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-05-21T09:57:52.544Z | |
| 3442 | 2026-05-21T09:57:52.544Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3443 | 2026-05-21T09:57:53.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-21T09:57:53.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-21T09:57:53.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-21T09:57:53.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3447 | 2026-05-21T09:57:53.170Z | |
| 3448 | 2026-05-21T09:57:53.170Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3449 | 2026-05-21T09:57:53.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-21T09:57:53.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-21T09:57:53.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-21T09:57:53.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3453 | 2026-05-21T09:57:53.797Z | |
| 3454 | 2026-05-21T09:57:53.797Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3455 | 2026-05-21T09:57:54.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-21T09:57:54.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-21T09:57:54.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-05-21T09:57:54.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3459 | 2026-05-21T09:57:54.424Z | |
| 3460 | 2026-05-21T09:57:54.424Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3461 | 2026-05-21T09:57:54.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-05-21T09:57:54.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-05-21T09:57:54.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-05-21T09:57:54.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3465 | 2026-05-21T09:57:55.045Z | |
| 3466 | 2026-05-21T09:57:55.045Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3467 | 2026-05-21T09:57:55.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-05-21T09:57:55.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-05-21T09:57:55.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-05-21T09:57:55.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3471 | 2026-05-21T09:57:55.663Z | |
| 3472 | 2026-05-21T09:57:55.663Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3473 | 2026-05-21T09:57:56.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-05-21T09:57:56.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-05-21T09:57:56.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-05-21T09:57:56.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3477 | 2026-05-21T09:57:56.282Z | |
| 3478 | 2026-05-21T09:57:56.282Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3479 | 2026-05-21T09:57:56.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-05-21T09:57:56.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-05-21T09:57:56.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-05-21T09:57:56.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3483 | 2026-05-21T09:57:57.312Z | |
| 3484 | 2026-05-21T09:57:57.313Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3485 | 2026-05-21T09:57:57.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-05-21T09:57:57.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-05-21T09:57:57.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-05-21T09:57:57.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3489 | 2026-05-21T09:57:57.521Z | |
| 3490 | 2026-05-21T09:57:57.521Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3491 | 2026-05-21T09:57:58.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-05-21T09:57:58.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-05-21T09:57:58.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-05-21T09:57:58.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3495 | 2026-05-21T09:57:58.144Z | |
| 3496 | 2026-05-21T09:57:58.144Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3497 | 2026-05-21T09:57:58.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-05-21T09:57:58.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-05-21T09:57:58.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-05-21T09:57:58.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3501 | 2026-05-21T09:57:58.776Z | |
| 3502 | 2026-05-21T09:57:58.776Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3503 | 2026-05-21T09:57:59.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-05-21T09:57:59.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-05-21T09:57:59.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-05-21T09:57:59.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3507 | 2026-05-21T09:57:59.406Z | |
| 3508 | 2026-05-21T09:57:59.406Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3509 | 2026-05-21T09:57:59.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-05-21T09:57:59.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-05-21T09:57:59.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-05-21T09:57:59.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3513 | 2026-05-21T09:58:00.077Z | |
| 3514 | 2026-05-21T09:58:00.077Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3515 | 2026-05-21T09:58:00.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-05-21T09:58:00.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-05-21T09:58:00.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-05-21T09:58:00.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3519 | 2026-05-21T09:58:00.703Z | |
| 3520 | 2026-05-21T09:58:00.703Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3521 | 2026-05-21T09:58:01.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-05-21T09:58:01.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-05-21T09:58:01.376Z | Compiling parking_lot_core v0.8.6 |
| 3524 | 2026-05-21T09:58:01.376Z | Compiling atomicwrites v0.4.4 |
| 3525 | 2026-05-21T09:58:01.376Z | Compiling git-stub v1.0.0 |
| 3526 | 2026-05-21T09:58:01.379Z | Checking prefix-trie v0.7.0 |
| 3527 | 2026-05-21T09:58:01.380Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3528 | 2026-05-21T09:58:01.617Z | Compiling git-stub-vcs v0.1.0 |
| 3529 | 2026-05-21T09:58:01.784Z | Checking hickory-server v0.25.2 |
| 3530 | 2026-05-21T09:58:01.894Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3531 | 2026-05-21T09:58:01.910Z | Checking parking_lot v0.11.2 |
| 3532 | 2026-05-21T09:58:01.962Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3533 | 2026-05-21T09:58:01.965Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3534 | 2026-05-21T09:58:02.080Z | Checking sled v0.34.7 |
| 3535 | 2026-05-21T09:58:03.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 3536 | 2026-05-21T09:58:04.151Z | |
| 3537 | 2026-05-21T09:58:04.151Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3538 | 2026-05-21T09:58:04.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-05-21T09:58:04.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-05-21T09:58:04.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-05-21T09:58:04.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3542 | 2026-05-21T09:58:04.773Z | |
| 3543 | 2026-05-21T09:58:04.773Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3544 | 2026-05-21T09:58:05.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-05-21T09:58:05.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-05-21T09:58:05.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-05-21T09:58:05.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3548 | 2026-05-21T09:58:05.402Z | |
| 3549 | 2026-05-21T09:58:05.403Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3550 | 2026-05-21T09:58:05.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-05-21T09:58:05.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-05-21T09:58:06.179Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3553 | 2026-05-21T09:58:08.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s |
| 3554 | 2026-05-21T09:58:08.341Z | |
| 3555 | 2026-05-21T09:58:08.341Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3556 | 2026-05-21T09:58:08.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-05-21T09:58:08.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-05-21T09:58:08.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-05-21T09:58:08.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3560 | 2026-05-21T09:58:09.028Z | |
| 3561 | 2026-05-21T09:58:09.029Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3562 | 2026-05-21T09:58:09.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-05-21T09:58:09.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-05-21T09:58:09.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-05-21T09:58:09.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3566 | 2026-05-21T09:58:09.722Z | |
| 3567 | 2026-05-21T09:58:09.722Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3568 | 2026-05-21T09:58:10.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-05-21T09:58:10.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-05-21T09:58:10.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-05-21T09:58:10.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3572 | 2026-05-21T09:58:10.331Z | |
| 3573 | 2026-05-21T09:58:10.331Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3574 | 2026-05-21T09:58:10.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-05-21T09:58:10.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-05-21T09:58:10.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-05-21T09:58:10.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3578 | 2026-05-21T09:58:10.935Z | |
| 3579 | 2026-05-21T09:58:10.935Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3580 | 2026-05-21T09:58:11.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-21T09:58:11.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-21T09:58:11.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-21T09:58:11.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3584 | 2026-05-21T09:58:11.612Z | |
| 3585 | 2026-05-21T09:58:11.612Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3586 | 2026-05-21T09:58:12.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-21T09:58:12.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-21T09:58:12.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-21T09:58:12.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3590 | 2026-05-21T09:58:12.224Z | |
| 3591 | 2026-05-21T09:58:12.224Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3592 | 2026-05-21T09:58:12.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-21T09:58:12.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-21T09:58:12.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-05-21T09:58:12.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3596 | 2026-05-21T09:58:12.899Z | |
| 3597 | 2026-05-21T09:58:12.899Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3598 | 2026-05-21T09:58:13.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-21T09:58:13.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-21T09:58:13.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-21T09:58:13.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3602 | 2026-05-21T09:58:13.571Z | |
| 3603 | 2026-05-21T09:58:13.571Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3604 | 2026-05-21T09:58:14.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-21T09:58:14.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-21T09:58:14.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-21T09:58:14.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3608 | 2026-05-21T09:58:14.183Z | |
| 3609 | 2026-05-21T09:58:14.183Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3610 | 2026-05-21T09:58:14.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-21T09:58:14.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-21T09:58:14.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-21T09:58:14.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3614 | 2026-05-21T09:58:14.796Z | |
| 3615 | 2026-05-21T09:58:14.796Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3616 | 2026-05-21T09:58:15.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-21T09:58:15.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-21T09:58:15.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-21T09:58:15.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3620 | 2026-05-21T09:58:15.421Z | |
| 3621 | 2026-05-21T09:58:15.421Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3622 | 2026-05-21T09:58:15.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-21T09:58:15.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-21T09:58:15.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-21T09:58:15.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3626 | 2026-05-21T09:58:16.037Z | |
| 3627 | 2026-05-21T09:58:16.037Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3628 | 2026-05-21T09:58:16.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-21T09:58:16.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-21T09:58:16.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-05-21T09:58:16.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3632 | 2026-05-21T09:58:16.646Z | |
| 3633 | 2026-05-21T09:58:16.646Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3634 | 2026-05-21T09:58:17.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-05-21T09:58:17.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-05-21T09:58:17.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-05-21T09:58:17.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3638 | 2026-05-21T09:58:17.324Z | |
| 3639 | 2026-05-21T09:58:17.324Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3640 | 2026-05-21T09:58:17.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-05-21T09:58:17.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-05-21T09:58:17.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-05-21T09:58:17.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3644 | 2026-05-21T09:58:18.002Z | |
| 3645 | 2026-05-21T09:58:18.002Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3646 | 2026-05-21T09:58:18.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-05-21T09:58:18.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-05-21T09:58:18.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-05-21T09:58:18.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3650 | 2026-05-21T09:58:18.676Z | |
| 3651 | 2026-05-21T09:58:18.676Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3652 | 2026-05-21T09:58:19.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-05-21T09:58:19.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-05-21T09:58:19.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-05-21T09:58:19.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3656 | 2026-05-21T09:58:19.322Z | |
| 3657 | 2026-05-21T09:58:19.322Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3658 | 2026-05-21T09:58:19.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-05-21T09:58:19.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-05-21T09:58:19.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-05-21T09:58:19.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3662 | 2026-05-21T09:58:19.963Z | |
| 3663 | 2026-05-21T09:58:19.963Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3664 | 2026-05-21T09:58:20.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-05-21T09:58:20.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-05-21T09:58:20.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-05-21T09:58:20.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3668 | 2026-05-21T09:58:20.609Z | |
| 3669 | 2026-05-21T09:58:20.609Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3670 | 2026-05-21T09:58:21.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-05-21T09:58:21.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-05-21T09:58:21.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-05-21T09:58:21.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3674 | 2026-05-21T09:58:21.232Z | |
| 3675 | 2026-05-21T09:58:21.232Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3676 | 2026-05-21T09:58:21.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-05-21T09:58:21.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-05-21T09:58:21.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-05-21T09:58:21.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3680 | 2026-05-21T09:58:21.877Z | |
| 3681 | 2026-05-21T09:58:21.877Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3682 | 2026-05-21T09:58:22.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-05-21T09:58:22.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-05-21T09:58:22.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-05-21T09:58:22.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3686 | 2026-05-21T09:58:22.519Z | |
| 3687 | 2026-05-21T09:58:22.520Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3688 | 2026-05-21T09:58:23.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-05-21T09:58:23.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-05-21T09:58:23.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-05-21T09:58:23.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3692 | 2026-05-21T09:58:23.128Z | |
| 3693 | 2026-05-21T09:58:23.128Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3694 | 2026-05-21T09:58:23.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-05-21T09:58:23.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-05-21T09:58:24.018Z | Compiling typify-impl v0.4.3 |
| 3697 | 2026-05-21T09:58:24.018Z | Compiling libefi-sys v0.1.0 |
| 3698 | 2026-05-21T09:58:24.022Z | Compiling bitfield-struct v0.6.2 |
| 3699 | 2026-05-21T09:58:24.176Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3700 | 2026-05-21T09:58:24.188Z | Compiling xshell-macros v0.2.7 |
| 3701 | 2026-05-21T09:58:24.200Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3702 | 2026-05-21T09:58:24.216Z | Compiling salty v0.3.0 |
| 3703 | 2026-05-21T09:58:24.244Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3704 | 2026-05-21T09:58:24.404Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3705 | 2026-05-21T09:58:24.531Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3706 | 2026-05-21T09:58:24.548Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3707 | 2026-05-21T09:58:24.548Z | Checking xshell v0.2.7 |
| 3708 | 2026-05-21T09:58:24.681Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3709 | 2026-05-21T09:58:24.738Z | Checking primeorder v0.13.6 |
| 3710 | 2026-05-21T09:58:24.770Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3711 | 2026-05-21T09:58:24.803Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3712 | 2026-05-21T09:58:24.862Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3713 | 2026-05-21T09:58:24.979Z | Checking p384 v0.13.1 |
| 3714 | 2026-05-21T09:58:25.044Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3715 | 2026-05-21T09:58:25.082Z | Checking tungstenite v0.21.0 |
| 3716 | 2026-05-21T09:58:25.181Z | Compiling proc-macro-error2 v2.0.1 |
| 3717 | 2026-05-21T09:58:25.207Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3718 | 2026-05-21T09:58:25.226Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3719 | 2026-05-21T09:58:25.277Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3720 | 2026-05-21T09:58:25.424Z | Checking papergrid v0.17.0 |
| 3721 | 2026-05-21T09:58:25.486Z | Compiling tabled_derive v0.11.0 |
| 3722 | 2026-05-21T09:58:25.511Z | Checking tokio-tungstenite v0.21.0 |
| 3723 | 2026-05-21T09:58:25.530Z | Checking testing_table v0.3.0 |
| 3724 | 2026-05-21T09:58:25.598Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3725 | 2026-05-21T09:58:25.628Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3726 | 2026-05-21T09:58:25.786Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3727 | 2026-05-21T09:58:25.834Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3728 | 2026-05-21T09:58:25.856Z | Compiling unicase v2.9.0 |
| 3729 | 2026-05-21T09:58:25.982Z | Checking corncobs v0.1.4 |
| 3730 | 2026-05-21T09:58:26.029Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3731 | 2026-05-21T09:58:26.064Z | Compiling mime_guess v2.0.5 |
| 3732 | 2026-05-21T09:58:26.111Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3733 | 2026-05-21T09:58:26.139Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3734 | 2026-05-21T09:58:26.253Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3735 | 2026-05-21T09:58:26.274Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371) |
| 3736 | 2026-05-21T09:58:26.364Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3737 | 2026-05-21T09:58:26.364Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3738 | 2026-05-21T09:58:26.582Z | Checking progenitor-client v0.11.2 |
| 3739 | 2026-05-21T09:58:26.599Z | Checking secrecy v0.8.0 |
| 3740 | 2026-05-21T09:58:26.602Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3741 | 2026-05-21T09:58:26.630Z | Checking tabled v0.20.0 |
| 3742 | 2026-05-21T09:58:26.845Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3743 | 2026-05-21T09:58:26.860Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3744 | 2026-05-21T09:58:26.892Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3745 | 2026-05-21T09:58:26.999Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3746 | 2026-05-21T09:58:27.237Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3747 | 2026-05-21T09:58:27.253Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3748 | 2026-05-21T09:58:27.280Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3749 | 2026-05-21T09:58:27.297Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3750 | 2026-05-21T09:58:27.448Z | Checking filetime v0.2.27 |
| 3751 | 2026-05-21T09:58:27.509Z | Checking http-range v0.1.5 |
| 3752 | 2026-05-21T09:58:27.588Z | Checking xattr v1.6.1 |
| 3753 | 2026-05-21T09:58:27.702Z | Checking crc8 v0.1.1 |
| 3754 | 2026-05-21T09:58:27.726Z | Checking tar v0.4.45 |
| 3755 | 2026-05-21T09:58:27.743Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3756 | 2026-05-21T09:58:27.802Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-21T09:58:27.991Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3758 | 2026-05-21T09:58:28.008Z | Checking illumos-nvpair v0.3.0 |
| 3759 | 2026-05-21T09:58:28.129Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3760 | 2026-05-21T09:58:28.171Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3761 | 2026-05-21T09:58:28.248Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3762 | 2026-05-21T09:58:28.413Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3763 | 2026-05-21T09:58:28.518Z | Checking atty v0.2.14 |
| 3764 | 2026-05-21T09:58:28.550Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3765 | 2026-05-21T09:58:28.590Z | Compiling typify-macro v0.4.3 |
| 3766 | 2026-05-21T09:58:28.607Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3767 | 2026-05-21T09:58:28.622Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3768 | 2026-05-21T09:58:28.638Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3769 | 2026-05-21T09:58:28.713Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3770 | 2026-05-21T09:58:28.929Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3771 | 2026-05-21T09:58:28.966Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3772 | 2026-05-21T09:58:28.993Z | Checking hyper-staticfile v0.10.1 |
| 3773 | 2026-05-21T09:58:29.136Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3774 | 2026-05-21T09:58:29.303Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3775 | 2026-05-21T09:58:29.324Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3776 | 2026-05-21T09:58:29.358Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3777 | 2026-05-21T09:58:29.566Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3778 | 2026-05-21T09:58:29.630Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3779 | 2026-05-21T09:58:29.869Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3780 | 2026-05-21T09:58:29.925Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3781 | 2026-05-21T09:58:30.289Z | Compiling typify v0.4.3 |
| 3782 | 2026-05-21T09:58:30.407Z | Compiling progenitor-impl v0.11.2 |
| 3783 | 2026-05-21T09:58:30.440Z | Compiling progenitor-impl v0.10.0 |
| 3784 | 2026-05-21T09:58:30.917Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3785 | 2026-05-21T09:58:31.443Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3786 | 2026-05-21T09:58:31.892Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3787 | 2026-05-21T09:58:32.202Z | Compiling progenitor-macro v0.11.2 |
| 3788 | 2026-05-21T09:58:32.218Z | Compiling progenitor-macro v0.10.0 |
| 3789 | 2026-05-21T09:58:34.173Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3790 | 2026-05-21T09:58:35.001Z | Checking progenitor v0.10.0 |
| 3791 | 2026-05-21T09:58:35.105Z | Checking progenitor v0.11.2 |
| 3792 | 2026-05-21T09:58:35.131Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3793 | 2026-05-21T09:58:35.233Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3794 | 2026-05-21T09:58:39.831Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3795 | 2026-05-21T09:58:51.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.89s |
| 3796 | 2026-05-21T09:58:51.248Z | |
| 3797 | 2026-05-21T09:58:51.248Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3798 | 2026-05-21T09:58:51.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-05-21T09:58:51.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-05-21T09:58:52.068Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3801 | 2026-05-21T09:59:02.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s |
| 3802 | 2026-05-21T09:59:03.108Z | |
| 3803 | 2026-05-21T09:59:03.108Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3804 | 2026-05-21T09:59:03.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-05-21T09:59:03.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-05-21T09:59:03.928Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-05-21T09:59:14.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s |
| 3808 | 2026-05-21T09:59:14.906Z | |
| 3809 | 2026-05-21T09:59:14.906Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3810 | 2026-05-21T09:59:15.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-05-21T09:59:15.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-05-21T09:59:15.721Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3813 | 2026-05-21T09:59:26.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s |
| 3814 | 2026-05-21T09:59:26.703Z | |
| 3815 | 2026-05-21T09:59:26.703Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3816 | 2026-05-21T09:59:27.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-05-21T09:59:27.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-05-21T09:59:27.519Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3819 | 2026-05-21T09:59:38.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s |
| 3820 | 2026-05-21T09:59:38.491Z | |
| 3821 | 2026-05-21T09:59:38.491Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3822 | 2026-05-21T09:59:39.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3823 | 2026-05-21T09:59:39.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3824 | 2026-05-21T09:59:39.315Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3825 | 2026-05-21T09:59:50.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s |
| 3826 | 2026-05-21T09:59:50.343Z | |
| 3827 | 2026-05-21T09:59:50.343Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3828 | 2026-05-21T09:59:50.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-05-21T09:59:50.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-05-21T09:59:51.158Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3831 | 2026-05-21T10:00:01.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s |
| 3832 | 2026-05-21T10:00:02.114Z | |
| 3833 | 2026-05-21T10:00:02.114Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3834 | 2026-05-21T10:00:02.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-05-21T10:00:02.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-05-21T10:00:02.929Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3837 | 2026-05-21T10:00:13.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3838 | 2026-05-21T10:00:13.858Z | |
| 3839 | 2026-05-21T10:00:13.858Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3840 | 2026-05-21T10:00:14.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-05-21T10:00:14.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-05-21T10:00:14.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-05-21T10:00:14.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3844 | 2026-05-21T10:00:14.484Z | |
| 3845 | 2026-05-21T10:00:14.484Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3846 | 2026-05-21T10:00:15.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-05-21T10:00:15.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-05-21T10:00:15.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2026-05-21T10:00:15.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3850 | 2026-05-21T10:00:15.115Z | |
| 3851 | 2026-05-21T10:00:15.115Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3852 | 2026-05-21T10:00:15.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-05-21T10:00:15.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-05-21T10:00:15.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2026-05-21T10:00:15.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3856 | 2026-05-21T10:00:15.727Z | |
| 3857 | 2026-05-21T10:00:15.727Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3858 | 2026-05-21T10:00:16.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2026-05-21T10:00:16.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2026-05-21T10:00:16.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2026-05-21T10:00:16.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3862 | 2026-05-21T10:00:16.342Z | |
| 3863 | 2026-05-21T10:00:16.342Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3864 | 2026-05-21T10:00:16.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2026-05-21T10:00:16.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2026-05-21T10:00:16.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3867 | 2026-05-21T10:00:16.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3868 | 2026-05-21T10:00:16.976Z | |
| 3869 | 2026-05-21T10:00:16.976Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3870 | 2026-05-21T10:00:17.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2026-05-21T10:00:17.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2026-05-21T10:00:17.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3873 | 2026-05-21T10:00:17.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3874 | 2026-05-21T10:00:17.611Z | |
| 3875 | 2026-05-21T10:00:17.611Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3876 | 2026-05-21T10:00:18.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-05-21T10:00:18.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-05-21T10:00:18.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3879 | 2026-05-21T10:00:18.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3880 | 2026-05-21T10:00:18.244Z | |
| 3881 | 2026-05-21T10:00:18.244Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3882 | 2026-05-21T10:00:18.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-05-21T10:00:18.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-05-21T10:00:18.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3885 | 2026-05-21T10:00:18.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3886 | 2026-05-21T10:00:18.884Z | |
| 3887 | 2026-05-21T10:00:18.884Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3888 | 2026-05-21T10:00:19.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-05-21T10:00:19.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-05-21T10:00:19.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3891 | 2026-05-21T10:00:19.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3892 | 2026-05-21T10:00:19.526Z | |
| 3893 | 2026-05-21T10:00:19.526Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3894 | 2026-05-21T10:00:20.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3895 | 2026-05-21T10:00:20.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3896 | 2026-05-21T10:00:20.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3897 | 2026-05-21T10:00:20.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3898 | 2026-05-21T10:00:20.194Z | |
| 3899 | 2026-05-21T10:00:20.194Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3900 | 2026-05-21T10:00:20.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-05-21T10:00:20.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-05-21T10:00:20.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3903 | 2026-05-21T10:00:20.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3904 | 2026-05-21T10:00:20.831Z | |
| 3905 | 2026-05-21T10:00:20.831Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3906 | 2026-05-21T10:00:21.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3907 | 2026-05-21T10:00:21.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3908 | 2026-05-21T10:00:21.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3909 | 2026-05-21T10:00:21.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3910 | 2026-05-21T10:00:21.477Z | |
| 3911 | 2026-05-21T10:00:21.477Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3912 | 2026-05-21T10:00:22.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3913 | 2026-05-21T10:00:22.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3914 | 2026-05-21T10:00:22.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3915 | 2026-05-21T10:00:22.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3916 | 2026-05-21T10:00:22.117Z | |
| 3917 | 2026-05-21T10:00:22.117Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3918 | 2026-05-21T10:00:22.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3919 | 2026-05-21T10:00:22.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3920 | 2026-05-21T10:00:22.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3921 | 2026-05-21T10:00:22.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3922 | 2026-05-21T10:00:22.757Z | |
| 3923 | 2026-05-21T10:00:22.758Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3924 | 2026-05-21T10:00:23.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3925 | 2026-05-21T10:00:23.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3926 | 2026-05-21T10:00:23.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3927 | 2026-05-21T10:00:23.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3928 | 2026-05-21T10:00:23.428Z | |
| 3929 | 2026-05-21T10:00:23.428Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3930 | 2026-05-21T10:00:23.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3931 | 2026-05-21T10:00:23.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3932 | 2026-05-21T10:00:23.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3933 | 2026-05-21T10:00:23.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3934 | 2026-05-21T10:00:24.069Z | |
| 3935 | 2026-05-21T10:00:24.069Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3936 | 2026-05-21T10:00:24.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-05-21T10:00:24.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-05-21T10:00:24.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-05-21T10:00:24.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3940 | 2026-05-21T10:00:24.728Z | |
| 3941 | 2026-05-21T10:00:24.728Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3942 | 2026-05-21T10:00:25.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-05-21T10:00:25.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-05-21T10:00:25.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3945 | 2026-05-21T10:00:25.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3946 | 2026-05-21T10:00:25.402Z | |
| 3947 | 2026-05-21T10:00:25.402Z | info: running `cargo check --bins` on update-common (210/276) |
| 3948 | 2026-05-21T10:00:25.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-05-21T10:00:25.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-05-21T10:00:25.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3951 | 2026-05-21T10:00:25.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3952 | 2026-05-21T10:00:26.030Z | |
| 3953 | 2026-05-21T10:00:26.030Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3954 | 2026-05-21T10:00:26.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-05-21T10:00:26.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-05-21T10:00:26.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3957 | 2026-05-21T10:00:26.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3958 | 2026-05-21T10:00:26.708Z | |
| 3959 | 2026-05-21T10:00:26.708Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3960 | 2026-05-21T10:00:27.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-05-21T10:00:27.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-05-21T10:00:27.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2026-05-21T10:00:27.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3964 | 2026-05-21T10:00:27.317Z | |
| 3965 | 2026-05-21T10:00:27.317Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3966 | 2026-05-21T10:00:27.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-05-21T10:00:27.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-05-21T10:00:28.124Z | Compiling fs-err v2.11.0 |
| 3969 | 2026-05-21T10:00:28.127Z | Checking ignore v0.4.25 |
| 3970 | 2026-05-21T10:00:28.127Z | Checking arc-swap v1.8.2 |
| 3971 | 2026-05-21T10:00:28.258Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3972 | 2026-05-21T10:00:28.265Z | Checking predicates-tree v1.0.13 |
| 3973 | 2026-05-21T10:00:28.265Z | Checking parse-size v1.1.0 |
| 3974 | 2026-05-21T10:00:28.297Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3975 | 2026-05-21T10:00:28.301Z | Checking rand_seeder v0.4.0 |
| 3976 | 2026-05-21T10:00:28.382Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3977 | 2026-05-21T10:00:28.397Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3978 | 2026-05-21T10:00:28.449Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3979 | 2026-05-21T10:00:28.462Z | Checking slog-scope v4.4.1 |
| 3980 | 2026-05-21T10:00:28.499Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3981 | 2026-05-21T10:00:28.576Z | Compiling petname v2.0.2 |
| 3982 | 2026-05-21T10:00:28.590Z | Checking slog-stdlog v4.1.1 |
| 3983 | 2026-05-21T10:00:28.606Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3984 | 2026-05-21T10:00:28.641Z | Checking globwalk v0.9.1 |
| 3985 | 2026-05-21T10:00:28.678Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3986 | 2026-05-21T10:00:28.704Z | Checking slog-envlogger v2.2.0 |
| 3987 | 2026-05-21T10:00:28.821Z | Checking camino-tempfile-ext v0.3.3 |
| 3988 | 2026-05-21T10:00:28.852Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3989 | 2026-05-21T10:00:28.900Z | Checking sapling-renderdag v0.1.0 |
| 3990 | 2026-05-21T10:00:29.013Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3991 | 2026-05-21T10:00:29.054Z | Checking subprocess v0.2.15 |
| 3992 | 2026-05-21T10:00:29.136Z | Checking sync-ptr v0.1.4 |
| 3993 | 2026-05-21T10:00:29.278Z | Checking colored v2.2.0 |
| 3994 | 2026-05-21T10:00:29.308Z | Checking assert_matches v1.5.0 |
| 3995 | 2026-05-21T10:00:29.331Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3996 | 2026-05-21T10:00:29.466Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3997 | 2026-05-21T10:00:29.469Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3998 | 2026-05-21T10:00:30.316Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3999 | 2026-05-21T10:00:31.721Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4000 | 2026-05-21T10:00:34.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s |
| 4001 | 2026-05-21T10:00:34.371Z | |
| 4002 | 2026-05-21T10:00:34.371Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 4003 | 2026-05-21T10:00:34.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-05-21T10:00:34.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-05-21T10:00:34.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4006 | 2026-05-21T10:00:34.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4007 | 2026-05-21T10:00:34.985Z | |
| 4008 | 2026-05-21T10:00:34.985Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 4009 | 2026-05-21T10:00:35.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-05-21T10:00:35.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-05-21T10:00:35.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4012 | 2026-05-21T10:00:35.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4013 | 2026-05-21T10:00:35.612Z | |
| 4014 | 2026-05-21T10:00:35.612Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 4015 | 2026-05-21T10:00:36.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4016 | 2026-05-21T10:00:36.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4017 | 2026-05-21T10:00:36.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4018 | 2026-05-21T10:00:36.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4019 | 2026-05-21T10:00:36.291Z | |
| 4020 | 2026-05-21T10:00:36.291Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 4021 | 2026-05-21T10:00:36.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4022 | 2026-05-21T10:00:36.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4023 | 2026-05-21T10:00:37.047Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4024 | 2026-05-21T10:00:37.047Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4025 | 2026-05-21T10:00:37.699Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4026 | 2026-05-21T10:00:39.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4027 | 2026-05-21T10:00:39.642Z | |
| 4028 | 2026-05-21T10:00:39.642Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 4029 | 2026-05-21T10:00:40.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-05-21T10:00:40.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-05-21T10:00:40.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4032 | 2026-05-21T10:00:40.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4033 | 2026-05-21T10:00:40.261Z | |
| 4034 | 2026-05-21T10:00:40.261Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 4035 | 2026-05-21T10:00:40.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4036 | 2026-05-21T10:00:40.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4037 | 2026-05-21T10:00:40.886Z | Checking yasna v0.5.2 |
| 4038 | 2026-05-21T10:00:41.293Z | Checking rcgen v0.12.1 |
| 4039 | 2026-05-21T10:00:41.541Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4040 | 2026-05-21T10:00:41.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4041 | 2026-05-21T10:00:41.908Z | |
| 4042 | 2026-05-21T10:00:41.909Z | info: running `cargo check --bins` on clickana (220/276) |
| 4043 | 2026-05-21T10:00:42.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-05-21T10:00:42.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-05-21T10:00:42.574Z | Compiling darling_core v0.23.0 |
| 4046 | 2026-05-21T10:00:42.577Z | Compiling instability v0.3.11 |
| 4047 | 2026-05-21T10:00:42.693Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4048 | 2026-05-21T10:00:42.693Z | Checking castaway v0.2.4 |
| 4049 | 2026-05-21T10:00:42.699Z | Compiling indoc v2.0.7 |
| 4050 | 2026-05-21T10:00:42.713Z | Checking unicode-truncate v1.1.0 |
| 4051 | 2026-05-21T10:00:42.716Z | Checking lru v0.12.5 |
| 4052 | 2026-05-21T10:00:42.723Z | Checking cassowary v0.3.0 |
| 4053 | 2026-05-21T10:00:42.782Z | Checking compact_str v0.8.1 |
| 4054 | 2026-05-21T10:00:43.752Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4055 | 2026-05-21T10:00:43.939Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4056 | 2026-05-21T10:00:44.101Z | Compiling darling_macro v0.23.0 |
| 4057 | 2026-05-21T10:00:44.511Z | Compiling darling v0.23.0 |
| 4058 | 2026-05-21T10:00:45.118Z | Checking ratatui v0.29.0 |
| 4059 | 2026-05-21T10:00:46.157Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4060 | 2026-05-21T10:00:46.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
| 4061 | 2026-05-21T10:00:47.022Z | |
| 4062 | 2026-05-21T10:00:47.023Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4063 | 2026-05-21T10:00:47.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2026-05-21T10:00:47.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2026-05-21T10:00:47.791Z | Checking headers-core v0.3.0 |
| 4066 | 2026-05-21T10:00:47.791Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4067 | 2026-05-21T10:00:47.992Z | Checking headers v0.4.1 |
| 4068 | 2026-05-21T10:00:48.364Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4069 | 2026-05-21T10:00:49.319Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4070 | 2026-05-21T10:00:49.887Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4071 | 2026-05-21T10:00:50.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 4072 | 2026-05-21T10:00:50.581Z | |
| 4073 | 2026-05-21T10:00:50.582Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4074 | 2026-05-21T10:00:51.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4075 | 2026-05-21T10:00:51.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4076 | 2026-05-21T10:00:51.349Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4077 | 2026-05-21T10:00:52.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4078 | 2026-05-21T10:00:52.383Z | |
| 4079 | 2026-05-21T10:00:52.383Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4080 | 2026-05-21T10:00:52.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-05-21T10:00:52.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-05-21T10:00:52.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4083 | 2026-05-21T10:00:52.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4084 | 2026-05-21T10:00:52.876Z | |
| 4085 | 2026-05-21T10:00:52.876Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4086 | 2026-05-21T10:00:53.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-05-21T10:00:53.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-05-21T10:00:53.635Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4089 | 2026-05-21T10:00:54.718Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4090 | 2026-05-21T10:00:55.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 4091 | 2026-05-21T10:00:55.328Z | |
| 4092 | 2026-05-21T10:00:55.328Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4093 | 2026-05-21T10:00:55.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-05-21T10:00:55.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-05-21T10:00:56.089Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4096 | 2026-05-21T10:00:56.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 4097 | 2026-05-21T10:00:57.149Z | |
| 4098 | 2026-05-21T10:00:57.149Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4099 | 2026-05-21T10:00:57.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-05-21T10:00:57.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-05-21T10:00:57.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4102 | 2026-05-21T10:00:57.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4103 | 2026-05-21T10:00:57.824Z | |
| 4104 | 2026-05-21T10:00:57.824Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4105 | 2026-05-21T10:00:58.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-05-21T10:00:58.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-05-21T10:00:58.460Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4108 | 2026-05-21T10:00:59.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4109 | 2026-05-21T10:00:59.349Z | |
| 4110 | 2026-05-21T10:00:59.349Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4111 | 2026-05-21T10:00:59.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4112 | 2026-05-21T10:00:59.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4113 | 2026-05-21T10:01:00.149Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4114 | 2026-05-21T10:01:00.149Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4115 | 2026-05-21T10:01:00.152Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4116 | 2026-05-21T10:01:00.152Z | Checking git-stub v1.0.0 |
| 4117 | 2026-05-21T10:01:00.152Z | Compiling trait-variant v0.1.2 |
| 4118 | 2026-05-21T10:01:00.152Z | Checking maplit v1.0.2 |
| 4119 | 2026-05-21T10:01:00.279Z | Checking is_ci v1.2.0 |
| 4120 | 2026-05-21T10:01:00.292Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4121 | 2026-05-21T10:01:00.341Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4122 | 2026-05-21T10:01:00.378Z | Checking supports-color v3.0.2 |
| 4123 | 2026-05-21T10:01:00.453Z | Checking git-stub-vcs v0.1.0 |
| 4124 | 2026-05-21T10:01:00.486Z | Checking drift v0.1.4 |
| 4125 | 2026-05-21T10:01:00.500Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4126 | 2026-05-21T10:01:00.542Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4127 | 2026-05-21T10:01:00.643Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4128 | 2026-05-21T10:01:00.754Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4129 | 2026-05-21T10:01:00.779Z | Checking dropshot-api-manager v0.7.1 |
| 4130 | 2026-05-21T10:01:00.795Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4131 | 2026-05-21T10:01:00.809Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4132 | 2026-05-21T10:01:01.008Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4133 | 2026-05-21T10:01:01.057Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4134 | 2026-05-21T10:01:01.200Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4135 | 2026-05-21T10:01:01.532Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4136 | 2026-05-21T10:01:06.429Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4137 | 2026-05-21T10:01:07.511Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4138 | 2026-05-21T10:01:08.071Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4139 | 2026-05-21T10:01:08.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s |
| 4140 | 2026-05-21T10:01:08.823Z | |
| 4141 | 2026-05-21T10:01:08.823Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4142 | 2026-05-21T10:01:09.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-05-21T10:01:09.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-05-21T10:01:09.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4145 | 2026-05-21T10:01:09.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4146 | 2026-05-21T10:01:09.453Z | |
| 4147 | 2026-05-21T10:01:09.453Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4148 | 2026-05-21T10:01:10.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4149 | 2026-05-21T10:01:10.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4150 | 2026-05-21T10:01:10.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4151 | 2026-05-21T10:01:10.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4152 | 2026-05-21T10:01:10.128Z | |
| 4153 | 2026-05-21T10:01:10.128Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4154 | 2026-05-21T10:01:10.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4155 | 2026-05-21T10:01:10.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4156 | 2026-05-21T10:01:10.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4157 | 2026-05-21T10:01:10.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4158 | 2026-05-21T10:01:10.798Z | |
| 4159 | 2026-05-21T10:01:10.798Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4160 | 2026-05-21T10:01:11.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4161 | 2026-05-21T10:01:11.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4162 | 2026-05-21T10:01:11.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4163 | 2026-05-21T10:01:11.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4164 | 2026-05-21T10:01:11.468Z | |
| 4165 | 2026-05-21T10:01:11.468Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4166 | 2026-05-21T10:01:11.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4167 | 2026-05-21T10:01:11.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4168 | 2026-05-21T10:01:11.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4169 | 2026-05-21T10:01:11.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4170 | 2026-05-21T10:01:12.085Z | |
| 4171 | 2026-05-21T10:01:12.085Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4172 | 2026-05-21T10:01:12.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2026-05-21T10:01:12.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2026-05-21T10:01:12.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4175 | 2026-05-21T10:01:12.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4176 | 2026-05-21T10:01:12.700Z | |
| 4177 | 2026-05-21T10:01:12.700Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4178 | 2026-05-21T10:01:13.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4179 | 2026-05-21T10:01:13.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4180 | 2026-05-21T10:01:13.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4181 | 2026-05-21T10:01:13.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4182 | 2026-05-21T10:01:13.342Z | |
| 4183 | 2026-05-21T10:01:13.343Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4184 | 2026-05-21T10:01:13.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4185 | 2026-05-21T10:01:13.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4186 | 2026-05-21T10:01:13.976Z | Checking typeid v1.0.3 |
| 4187 | 2026-05-21T10:01:14.091Z | Checking ordered-float v2.10.1 |
| 4188 | 2026-05-21T10:01:14.110Z | Checking unicode-xid v0.2.6 |
| 4189 | 2026-05-21T10:01:14.122Z | Checking cargo-platform v0.2.0 |
| 4190 | 2026-05-21T10:01:14.132Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4191 | 2026-05-21T10:01:14.158Z | Checking erased-serde v0.4.9 |
| 4192 | 2026-05-21T10:01:14.295Z | Checking serde-value v0.7.0 |
| 4193 | 2026-05-21T10:01:14.467Z | Checking serde-untagged v0.1.9 |
| 4194 | 2026-05-21T10:01:14.620Z | Checking cargo-util-schemas v0.8.2 |
| 4195 | 2026-05-21T10:01:15.312Z | Checking cargo_metadata v0.21.0 |
| 4196 | 2026-05-21T10:01:15.906Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4197 | 2026-05-21T10:01:16.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 4198 | 2026-05-21T10:01:16.785Z | |
| 4199 | 2026-05-21T10:01:16.785Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4200 | 2026-05-21T10:01:17.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4201 | 2026-05-21T10:01:17.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4202 | 2026-05-21T10:01:17.552Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4203 | 2026-05-21T10:01:18.244Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4204 | 2026-05-21T10:01:18.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4205 | 2026-05-21T10:01:19.030Z | |
| 4206 | 2026-05-21T10:01:19.030Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4207 | 2026-05-21T10:01:19.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-05-21T10:01:19.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-05-21T10:01:19.924Z | Compiling vergen-gitcl v1.0.8 |
| 4210 | 2026-05-21T10:01:19.924Z | Compiling dirs-sys-next v0.1.2 |
| 4211 | 2026-05-21T10:01:19.924Z | Compiling diesel_derives v2.3.7 |
| 4212 | 2026-05-21T10:01:19.924Z | Compiling crunchy v0.2.4 |
| 4213 | 2026-05-21T10:01:19.924Z | Compiling glob v0.3.3 |
| 4214 | 2026-05-21T10:01:19.924Z | Compiling dsl_auto_type v0.2.0 |
| 4215 | 2026-05-21T10:01:19.927Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4216 | 2026-05-21T10:01:19.927Z | Checking scheduled-thread-pool v0.2.7 |
| 4217 | 2026-05-21T10:01:20.223Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4218 | 2026-05-21T10:01:20.273Z | Compiling dirs-next v2.0.0 |
| 4219 | 2026-05-21T10:01:20.288Z | Compiling tiny-keccak v2.0.2 |
| 4220 | 2026-05-21T10:01:20.397Z | Compiling term v0.7.0 |
| 4221 | 2026-05-21T10:01:20.425Z | Checking r2d2 v0.8.10 |
| 4222 | 2026-05-21T10:01:20.487Z | Compiling clang-sys v1.8.1 |
| 4223 | 2026-05-21T10:01:20.506Z | Compiling bit-vec v0.6.3 |
| 4224 | 2026-05-21T10:01:20.521Z | Checking downcast-rs v2.0.2 |
| 4225 | 2026-05-21T10:01:20.619Z | Compiling itertools v0.10.5 |
| 4226 | 2026-05-21T10:01:20.722Z | Compiling bit-set v0.5.3 |
| 4227 | 2026-05-21T10:01:20.854Z | Compiling ascii-canvas v3.0.0 |
| 4228 | 2026-05-21T10:01:20.885Z | Compiling ena v0.14.4 |
| 4229 | 2026-05-21T10:01:20.942Z | Compiling libloading v0.8.9 |
| 4230 | 2026-05-21T10:01:20.967Z | Compiling regex-syntax v0.6.29 |
| 4231 | 2026-05-21T10:01:21.008Z | Compiling bindgen v0.71.1 |
| 4232 | 2026-05-21T10:01:21.087Z | Compiling diff v0.1.13 |
| 4233 | 2026-05-21T10:01:21.160Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4234 | 2026-05-21T10:01:21.350Z | Compiling cexpr v0.6.0 |
| 4235 | 2026-05-21T10:01:21.393Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4236 | 2026-05-21T10:01:21.445Z | Compiling rustc-hash v2.1.1 |
| 4237 | 2026-05-21T10:01:21.567Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4238 | 2026-05-21T10:01:21.583Z | Compiling libxml v0.3.3 |
| 4239 | 2026-05-21T10:01:21.652Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4240 | 2026-05-21T10:01:21.830Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4241 | 2026-05-21T10:01:21.976Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4242 | 2026-05-21T10:01:22.016Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4243 | 2026-05-21T10:01:22.143Z | Compiling strum_macros v0.24.3 |
| 4244 | 2026-05-21T10:01:22.165Z | Compiling indoc v1.0.9 |
| 4245 | 2026-05-21T10:01:22.285Z | Compiling lalrpop v0.19.12 |
| 4246 | 2026-05-21T10:01:23.098Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4247 | 2026-05-21T10:01:23.289Z | Checking derive_builder v0.20.2 |
| 4248 | 2026-05-21T10:01:23.409Z | Compiling oso-derive v0.27.3 |
| 4249 | 2026-05-21T10:01:23.471Z | Checking quick-xml v0.37.5 |
| 4250 | 2026-05-21T10:01:23.656Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4251 | 2026-05-21T10:01:23.896Z | Checking openssl-probe v0.1.6 |
| 4252 | 2026-05-21T10:01:24.039Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4253 | 2026-05-21T10:01:24.348Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4254 | 2026-05-21T10:01:24.540Z | Checking bb8 v0.8.6 |
| 4255 | 2026-05-21T10:01:24.787Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4256 | 2026-05-21T10:01:24.853Z | Checking nonempty v0.12.0 |
| 4257 | 2026-05-21T10:01:24.874Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4258 | 2026-05-21T10:01:25.017Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4259 | 2026-05-21T10:01:25.057Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4260 | 2026-05-21T10:01:25.098Z | Checking console v0.16.2 |
| 4261 | 2026-05-21T10:01:25.229Z | Checking unit-prefix v0.5.2 |
| 4262 | 2026-05-21T10:01:25.249Z | Checking support-bundle-viewer v0.1.2 |
| 4263 | 2026-05-21T10:01:25.363Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4264 | 2026-05-21T10:01:25.416Z | Checking indicatif v0.18.4 |
| 4265 | 2026-05-21T10:01:25.496Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4266 | 2026-05-21T10:01:25.632Z | Checking multimap v0.10.1 |
| 4267 | 2026-05-21T10:01:25.925Z | Checking diesel v2.3.7 |
| 4268 | 2026-05-21T10:01:27.909Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4269 | 2026-05-21T10:01:28.064Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4270 | 2026-05-21T10:01:28.363Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4271 | 2026-05-21T10:01:29.730Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4272 | 2026-05-21T10:01:29.978Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4273 | 2026-05-21T10:01:30.063Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4274 | 2026-05-21T10:01:30.723Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4275 | 2026-05-21T10:01:30.962Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4276 | 2026-05-21T10:01:32.868Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4277 | 2026-05-21T10:01:37.693Z | Compiling samael v0.0.19 |
| 4278 | 2026-05-21T10:01:41.362Z | Checking async-bb8-diesel v0.2.1 |
| 4279 | 2026-05-21T10:01:41.705Z | Checking diesel-dtrace v0.5.0 |
| 4280 | 2026-05-21T10:01:42.535Z | Compiling polar-core v0.27.3 |
| 4281 | 2026-05-21T10:01:46.915Z | Checking oso v0.27.3 |
| 4282 | 2026-05-21T10:02:23.869Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4283 | 2026-05-21T10:02:57.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4284 | 2026-05-21T10:02:57.779Z | |
| 4285 | 2026-05-21T10:02:57.779Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4286 | 2026-05-21T10:02:58.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4287 | 2026-05-21T10:02:58.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4288 | 2026-05-21T10:02:58.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4289 | 2026-05-21T10:02:58.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4290 | 2026-05-21T10:02:58.457Z | |
| 4291 | 2026-05-21T10:02:58.457Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4292 | 2026-05-21T10:02:59.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4293 | 2026-05-21T10:02:59.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4294 | 2026-05-21T10:02:59.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4295 | 2026-05-21T10:02:59.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4296 | 2026-05-21T10:02:59.124Z | |
| 4297 | 2026-05-21T10:02:59.124Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4298 | 2026-05-21T10:02:59.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4299 | 2026-05-21T10:02:59.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4300 | 2026-05-21T10:02:59.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4301 | 2026-05-21T10:02:59.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4302 | 2026-05-21T10:02:59.728Z | |
| 4303 | 2026-05-21T10:02:59.728Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4304 | 2026-05-21T10:03:00.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4305 | 2026-05-21T10:03:00.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4306 | 2026-05-21T10:03:00.632Z | Compiling libz-sys v1.1.24 |
| 4307 | 2026-05-21T10:03:00.769Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4308 | 2026-05-21T10:03:00.781Z | Compiling vergen-git2 v1.0.7 |
| 4309 | 2026-05-21T10:03:00.811Z | Compiling rustls v0.21.12 |
| 4310 | 2026-05-21T10:03:00.819Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 4311 | 2026-05-21T10:03:00.822Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4312 | 2026-05-21T10:03:00.822Z | Checking rustls-webpki v0.101.7 |
| 4313 | 2026-05-21T10:03:00.822Z | Checking sct v0.7.1 |
| 4314 | 2026-05-21T10:03:00.971Z | Compiling nix v0.29.0 |
| 4315 | 2026-05-21T10:03:00.986Z | Compiling dropshot v0.16.7 |
| 4316 | 2026-05-21T10:03:01.031Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4317 | 2026-05-21T10:03:01.081Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4318 | 2026-05-21T10:03:01.142Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4319 | 2026-05-21T10:03:01.236Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4320 | 2026-05-21T10:03:01.263Z | Checking toml v0.9.12+spec-1.1.0 |
| 4321 | 2026-05-21T10:03:01.298Z | Compiling dropshot_endpoint v0.16.7 |
| 4322 | 2026-05-21T10:03:01.450Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4323 | 2026-05-21T10:03:01.572Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4324 | 2026-05-21T10:03:01.833Z | Checking rustls-pemfile v1.0.4 |
| 4325 | 2026-05-21T10:03:01.849Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96) |
| 4326 | 2026-05-21T10:03:01.971Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4327 | 2026-05-21T10:03:02.162Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 4328 | 2026-05-21T10:03:02.288Z | Checking twox-hash v2.1.2 |
| 4329 | 2026-05-21T10:03:02.329Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4330 | 2026-05-21T10:03:02.473Z | Checking tokio-rustls v0.24.1 |
| 4331 | 2026-05-21T10:03:03.186Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4332 | 2026-05-21T10:03:03.249Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4333 | 2026-05-21T10:03:03.288Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4334 | 2026-05-21T10:03:03.915Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4335 | 2026-05-21T10:03:03.943Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4336 | 2026-05-21T10:03:04.037Z | Checking fatfs v0.3.6 |
| 4337 | 2026-05-21T10:03:04.055Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4338 | 2026-05-21T10:03:04.081Z | Compiling seq-macro v0.3.6 |
| 4339 | 2026-05-21T10:03:07.873Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 4340 | 2026-05-21T10:03:07.994Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 4341 | 2026-05-21T10:03:08.263Z | Compiling git2 v0.20.4 |
| 4342 | 2026-05-21T10:03:10.443Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4343 | 2026-05-21T10:03:57.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.31s |
| 4344 | 2026-05-21T10:03:57.267Z | |
| 4345 | 2026-05-21T10:03:57.267Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4346 | 2026-05-21T10:03:57.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4347 | 2026-05-21T10:03:57.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4348 | 2026-05-21T10:03:58.208Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4349 | 2026-05-21T10:04:36.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s |
| 4350 | 2026-05-21T10:04:37.018Z | |
| 4351 | 2026-05-21T10:04:37.018Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4352 | 2026-05-21T10:04:37.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4353 | 2026-05-21T10:04:37.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4354 | 2026-05-21T10:04:37.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4355 | 2026-05-21T10:04:37.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4356 | 2026-05-21T10:04:37.627Z | |
| 4357 | 2026-05-21T10:04:37.627Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4358 | 2026-05-21T10:04:38.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4359 | 2026-05-21T10:04:38.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4360 | 2026-05-21T10:04:38.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4361 | 2026-05-21T10:04:38.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4362 | 2026-05-21T10:04:38.308Z | |
| 4363 | 2026-05-21T10:04:38.308Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4364 | 2026-05-21T10:04:38.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4365 | 2026-05-21T10:04:38.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4366 | 2026-05-21T10:04:38.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4367 | 2026-05-21T10:04:38.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4368 | 2026-05-21T10:04:38.979Z | |
| 4369 | 2026-05-21T10:04:38.980Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4370 | 2026-05-21T10:04:39.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-05-21T10:04:39.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-05-21T10:04:39.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4373 | 2026-05-21T10:04:39.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4374 | 2026-05-21T10:04:39.656Z | |
| 4375 | 2026-05-21T10:04:39.657Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4376 | 2026-05-21T10:04:40.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-05-21T10:04:40.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-05-21T10:04:40.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4379 | 2026-05-21T10:04:40.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4380 | 2026-05-21T10:04:40.320Z | |
| 4381 | 2026-05-21T10:04:40.320Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4382 | 2026-05-21T10:04:40.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-05-21T10:04:40.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-05-21T10:04:40.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4385 | 2026-05-21T10:04:40.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4386 | 2026-05-21T10:04:41.001Z | |
| 4387 | 2026-05-21T10:04:41.001Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4388 | 2026-05-21T10:04:41.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-05-21T10:04:41.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-05-21T10:04:41.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4391 | 2026-05-21T10:04:41.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4392 | 2026-05-21T10:04:41.682Z | |
| 4393 | 2026-05-21T10:04:41.682Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4394 | 2026-05-21T10:04:42.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-05-21T10:04:42.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-05-21T10:04:42.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4397 | 2026-05-21T10:04:42.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4398 | 2026-05-21T10:04:42.355Z | |
| 4399 | 2026-05-21T10:04:42.355Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4400 | 2026-05-21T10:04:42.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4401 | 2026-05-21T10:04:42.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4402 | 2026-05-21T10:04:43.284Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4403 | 2026-05-21T10:04:43.284Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4404 | 2026-05-21T10:04:43.476Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4405 | 2026-05-21T10:04:43.508Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4406 | 2026-05-21T10:04:43.530Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4407 | 2026-05-21T10:04:43.533Z | Checking yansi v1.0.1 |
| 4408 | 2026-05-21T10:04:43.533Z | Checking diff v0.1.13 |
| 4409 | 2026-05-21T10:04:43.562Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4410 | 2026-05-21T10:04:43.618Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4411 | 2026-05-21T10:04:43.814Z | Checking pretty_assertions v1.4.1 |
| 4412 | 2026-05-21T10:04:44.548Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4413 | 2026-05-21T10:04:44.678Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4414 | 2026-05-21T10:05:08.146Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4415 | 2026-05-21T10:05:08.149Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4416 | 2026-05-21T10:05:08.149Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4417 | 2026-05-21T10:05:08.149Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4418 | 2026-05-21T10:05:08.150Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4419 | 2026-05-21T10:05:08.150Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4420 | 2026-05-21T10:05:09.051Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4421 | 2026-05-21T10:05:10.210Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4422 | 2026-05-21T10:05:48.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4423 | 2026-05-21T10:05:48.717Z | |
| 4424 | 2026-05-21T10:05:48.717Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4425 | 2026-05-21T10:05:49.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-05-21T10:05:49.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-05-21T10:05:49.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-05-21T10:05:49.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4429 | 2026-05-21T10:05:49.316Z | |
| 4430 | 2026-05-21T10:05:49.316Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4431 | 2026-05-21T10:05:49.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-05-21T10:05:49.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-05-21T10:05:50.123Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4434 | 2026-05-21T10:05:50.249Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4435 | 2026-05-21T10:05:50.252Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4436 | 2026-05-21T10:06:15.850Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4437 | 2026-05-21T10:06:16.329Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4438 | 2026-05-21T10:06:18.114Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4439 | 2026-05-21T10:06:18.645Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4440 | 2026-05-21T10:06:21.633Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4441 | 2026-05-21T10:06:44.218Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4442 | 2026-05-21T10:06:44.996Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4443 | 2026-05-21T10:06:46.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.44s |
| 4444 | 2026-05-21T10:06:46.971Z | |
| 4445 | 2026-05-21T10:06:46.971Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4446 | 2026-05-21T10:06:47.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-05-21T10:06:47.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-05-21T10:06:47.734Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4449 | 2026-05-21T10:06:48.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4450 | 2026-05-21T10:06:48.718Z | |
| 4451 | 2026-05-21T10:06:48.718Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4452 | 2026-05-21T10:06:49.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-05-21T10:06:49.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-05-21T10:06:49.396Z | Compiling blake3 v1.8.3 |
| 4455 | 2026-05-21T10:06:49.508Z | Checking constant_time_eq v0.4.2 |
| 4456 | 2026-05-21T10:06:49.508Z | Checking arrayvec v0.7.6 |
| 4457 | 2026-05-21T10:06:49.515Z | Checking arrayref v0.3.9 |
| 4458 | 2026-05-21T10:06:49.529Z | Checking topological-sort v0.2.2 |
| 4459 | 2026-05-21T10:06:49.532Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4460 | 2026-05-21T10:06:49.532Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4461 | 2026-05-21T10:06:49.532Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4462 | 2026-05-21T10:06:49.583Z | Checking shell-words v1.1.1 |
| 4463 | 2026-05-21T10:06:50.390Z | Checking omicron-zone-package v0.12.2 |
| 4464 | 2026-05-21T10:06:51.098Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4465 | 2026-05-21T10:06:51.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 4466 | 2026-05-21T10:06:52.153Z | |
| 4467 | 2026-05-21T10:06:52.153Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4468 | 2026-05-21T10:06:52.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-05-21T10:06:52.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-05-21T10:06:52.827Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4471 | 2026-05-21T10:06:53.150Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4472 | 2026-05-21T10:06:53.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4473 | 2026-05-21T10:06:53.749Z | |
| 4474 | 2026-05-21T10:06:53.749Z | info: running `cargo check --bins` on schema (258/276) |
| 4475 | 2026-05-21T10:06:54.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4476 | 2026-05-21T10:06:54.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4477 | 2026-05-21T10:06:54.515Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4478 | 2026-05-21T10:06:55.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 4479 | 2026-05-21T10:06:55.520Z | |
| 4480 | 2026-05-21T10:06:55.520Z | info: running `cargo check --bins` on xtask (259/276) |
| 4481 | 2026-05-21T10:06:55.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4482 | 2026-05-21T10:06:55.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4483 | 2026-05-21T10:06:55.995Z | Checking libc v0.2.185 |
| 4484 | 2026-05-21T10:06:55.998Z | Checking serde v1.0.228 |
| 4485 | 2026-05-21T10:06:56.084Z | Checking zerofrom v0.1.6 |
| 4486 | 2026-05-21T10:06:56.089Z | Checking bitflags v2.11.0 |
| 4487 | 2026-05-21T10:06:56.094Z | Checking smallvec v1.15.1 |
| 4488 | 2026-05-21T10:06:56.101Z | Checking indexmap v2.14.0 |
| 4489 | 2026-05-21T10:06:56.111Z | Checking serde_json v1.0.149 |
| 4490 | 2026-05-21T10:06:56.121Z | Checking scroll v0.12.0 |
| 4491 | 2026-05-21T10:06:56.182Z | Checking yoke v0.8.1 |
| 4492 | 2026-05-21T10:06:56.235Z | Checking num-traits v0.2.19 |
| 4493 | 2026-05-21T10:06:56.266Z | Checking thiserror v1.0.69 |
| 4494 | 2026-05-21T10:06:56.343Z | Checking zerovec v0.11.5 |
| 4495 | 2026-05-21T10:06:56.343Z | Checking zerotrie v0.2.3 |
| 4496 | 2026-05-21T10:06:56.364Z | Checking percent-encoding v2.3.2 |
| 4497 | 2026-05-21T10:06:56.377Z | Checking errno v0.3.14 |
| 4498 | 2026-05-21T10:06:56.470Z | Checking serde_spanned v0.6.9 |
| 4499 | 2026-05-21T10:06:56.490Z | Checking rustix v1.1.3 |
| 4500 | 2026-05-21T10:06:56.500Z | Checking toml_datetime v0.6.11 |
| 4501 | 2026-05-21T10:06:56.591Z | Checking log v0.4.29 |
| 4502 | 2026-05-21T10:06:56.591Z | Checking form_urlencoded v1.2.2 |
| 4503 | 2026-05-21T10:06:56.621Z | Checking zerocopy v0.7.35 |
| 4504 | 2026-05-21T10:06:56.678Z | Checking toml_edit v0.22.27 |
| 4505 | 2026-05-21T10:06:56.709Z | Checking getrandom v0.4.1 |
| 4506 | 2026-05-21T10:06:56.723Z | Checking thiserror v2.0.18 |
| 4507 | 2026-05-21T10:06:56.737Z | Checking goblin v0.8.2 |
| 4508 | 2026-05-21T10:06:56.752Z | Checking ordered-float v2.10.1 |
| 4509 | 2026-05-21T10:06:56.770Z | Checking tinystr v0.8.2 |
| 4510 | 2026-05-21T10:06:56.818Z | Checking potential_utf v0.1.4 |
| 4511 | 2026-05-21T10:06:56.836Z | Checking syn v2.0.117 |
| 4512 | 2026-05-21T10:06:56.946Z | Checking icu_collections v2.1.1 |
| 4513 | 2026-05-21T10:06:56.949Z | Checking icu_locale_core v2.1.1 |
| 4514 | 2026-05-21T10:06:56.973Z | Checking serde-value v0.7.0 |
| 4515 | 2026-05-21T10:06:57.109Z | Checking dtrace-parser v0.2.0 |
| 4516 | 2026-05-21T10:06:57.176Z | Checking thread-id v4.2.2 |
| 4517 | 2026-05-21T10:06:57.256Z | Checking once_cell v1.21.3 |
| 4518 | 2026-05-21T10:06:57.268Z | Checking cargo-platform v0.2.0 |
| 4519 | 2026-05-21T10:06:57.284Z | Checking terminal_size v0.4.3 |
| 4520 | 2026-05-21T10:06:57.345Z | Checking memmap v0.7.0 |
| 4521 | 2026-05-21T10:06:57.397Z | Checking clap_builder v4.6.0 |
| 4522 | 2026-05-21T10:06:57.427Z | Checking tempfile v3.25.0 |
| 4523 | 2026-05-21T10:06:57.439Z | Checking textwrap v0.16.2 |
| 4524 | 2026-05-21T10:06:57.472Z | Checking fs-err v3.3.0 |
| 4525 | 2026-05-21T10:06:57.483Z | Checking icu_provider v2.1.1 |
| 4526 | 2026-05-21T10:06:57.617Z | Checking camino-tempfile v1.4.1 |
| 4527 | 2026-05-21T10:06:57.646Z | Checking anyhow v1.0.102 |
| 4528 | 2026-05-21T10:06:57.657Z | Checking tabled v0.15.0 |
| 4529 | 2026-05-21T10:06:57.714Z | Checking icu_normalizer v2.1.1 |
| 4530 | 2026-05-21T10:06:57.749Z | Checking icu_properties v2.1.2 |
| 4531 | 2026-05-21T10:06:57.770Z | Checking toml v0.8.23 |
| 4532 | 2026-05-21T10:06:57.851Z | Checking macaddr v1.0.1 |
| 4533 | 2026-05-21T10:06:58.029Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4534 | 2026-05-21T10:06:58.107Z | Checking cargo_toml v0.21.0 |
| 4535 | 2026-05-21T10:06:58.575Z | Checking idna_adapter v1.2.1 |
| 4536 | 2026-05-21T10:06:58.586Z | Checking clap v4.6.1 |
| 4537 | 2026-05-21T10:06:58.596Z | Checking dof v0.3.0 |
| 4538 | 2026-05-21T10:06:58.688Z | Checking idna v1.1.0 |
| 4539 | 2026-05-21T10:06:58.849Z | Checking usdt-impl v0.5.0 |
| 4540 | 2026-05-21T10:06:58.915Z | Checking url v2.5.8 |
| 4541 | 2026-05-21T10:06:59.094Z | Checking usdt v0.5.0 |
| 4542 | 2026-05-21T10:06:59.250Z | Checking cargo-util-schemas v0.8.2 |
| 4543 | 2026-05-21T10:06:59.926Z | Checking cargo_metadata v0.21.0 |
| 4544 | 2026-05-21T10:07:00.528Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4545 | 2026-05-21T10:07:00.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
| 4546 | 2026-05-21T10:07:01.070Z | |
| 4547 | 2026-05-21T10:07:01.070Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4548 | 2026-05-21T10:07:01.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-05-21T10:07:01.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-05-21T10:07:01.738Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4551 | 2026-05-21T10:07:02.219Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4552 | 2026-05-21T10:07:02.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 4553 | 2026-05-21T10:07:02.822Z | |
| 4554 | 2026-05-21T10:07:02.822Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4555 | 2026-05-21T10:07:03.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-05-21T10:07:03.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-05-21T10:07:03.670Z | Checking polyval v0.6.2 |
| 4558 | 2026-05-21T10:07:03.798Z | Checking ctr v0.9.2 |
| 4559 | 2026-05-21T10:07:03.810Z | Checking ssh-encoding v0.2.0 |
| 4560 | 2026-05-21T10:07:03.810Z | Checking blowfish v0.9.1 |
| 4561 | 2026-05-21T10:07:03.832Z | Checking password-hash v0.4.2 |
| 4562 | 2026-05-21T10:07:03.873Z | Checking p256 v0.13.2 |
| 4563 | 2026-05-21T10:07:03.876Z | Checking p521 v0.13.3 |
| 4564 | 2026-05-21T10:07:03.876Z | Checking russh-cryptovec v0.7.3 |
| 4565 | 2026-05-21T10:07:03.938Z | Checking ghash v0.5.1 |
| 4566 | 2026-05-21T10:07:03.952Z | Checking bcrypt-pbkdf v0.10.0 |
| 4567 | 2026-05-21T10:07:03.965Z | Checking md5 v0.7.0 |
| 4568 | 2026-05-21T10:07:03.981Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4569 | 2026-05-21T10:07:04.026Z | Checking num-bigint v0.4.6 |
| 4570 | 2026-05-21T10:07:04.044Z | Checking pbkdf2 v0.11.0 |
| 4571 | 2026-05-21T10:07:04.060Z | Checking aes-gcm v0.10.3 |
| 4572 | 2026-05-21T10:07:04.106Z | Checking des v0.8.1 |
| 4573 | 2026-05-21T10:07:04.130Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4574 | 2026-05-21T10:07:04.133Z | Checking hex-literal v0.4.1 |
| 4575 | 2026-05-21T10:07:04.186Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4576 | 2026-05-21T10:07:04.207Z | Checking ssh-cipher v0.2.0 |
| 4577 | 2026-05-21T10:07:04.207Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4578 | 2026-05-21T10:07:04.240Z | Checking socket2 v0.5.10 |
| 4579 | 2026-05-21T10:07:04.259Z | Checking internet-checksum v0.2.1 |
| 4580 | 2026-05-21T10:07:04.380Z | Checking ssh-key v0.6.7 |
| 4581 | 2026-05-21T10:07:04.527Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4582 | 2026-05-21T10:07:05.007Z | Checking russh-keys v0.45.0 |
| 4583 | 2026-05-21T10:07:05.551Z | Checking russh v0.45.0 |
| 4584 | 2026-05-21T10:07:22.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s |
| 4585 | 2026-05-21T10:07:22.247Z | |
| 4586 | 2026-05-21T10:07:22.247Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4587 | 2026-05-21T10:07:22.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4588 | 2026-05-21T10:07:22.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4589 | 2026-05-21T10:07:22.926Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4590 | 2026-05-21T10:07:23.037Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4591 | 2026-05-21T10:07:23.045Z | Checking termios v0.3.3 |
| 4592 | 2026-05-21T10:07:24.227Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4593 | 2026-05-21T10:07:24.380Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4594 | 2026-05-21T10:07:26.152Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4595 | 2026-05-21T10:07:26.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 4596 | 2026-05-21T10:07:26.920Z | |
| 4597 | 2026-05-21T10:07:26.921Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4598 | 2026-05-21T10:07:27.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4599 | 2026-05-21T10:07:27.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4600 | 2026-05-21T10:07:27.662Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4601 | 2026-05-21T10:07:27.665Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4602 | 2026-05-21T10:07:27.665Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4603 | 2026-05-21T10:07:27.665Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4604 | 2026-05-21T10:07:27.809Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4605 | 2026-05-21T10:07:27.809Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4606 | 2026-05-21T10:07:28.538Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4607 | 2026-05-21T10:07:28.870Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4608 | 2026-05-21T10:07:28.873Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4609 | 2026-05-21T10:07:29.521Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4610 | 2026-05-21T10:07:31.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 4611 | 2026-05-21T10:07:31.337Z | |
| 4612 | 2026-05-21T10:07:31.338Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4613 | 2026-05-21T10:07:31.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-05-21T10:07:31.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-05-21T10:07:32.007Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4616 | 2026-05-21T10:07:32.462Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4617 | 2026-05-21T10:07:32.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4618 | 2026-05-21T10:07:32.990Z | |
| 4619 | 2026-05-21T10:07:32.990Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4620 | 2026-05-21T10:07:33.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4621 | 2026-05-21T10:07:33.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4622 | 2026-05-21T10:07:33.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4623 | 2026-05-21T10:07:33.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4624 | 2026-05-21T10:07:33.610Z | |
| 4625 | 2026-05-21T10:07:33.610Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4626 | 2026-05-21T10:07:34.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4627 | 2026-05-21T10:07:34.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4628 | 2026-05-21T10:07:34.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4629 | 2026-05-21T10:07:34.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4630 | 2026-05-21T10:07:34.227Z | |
| 4631 | 2026-05-21T10:07:34.227Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4632 | 2026-05-21T10:07:34.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4633 | 2026-05-21T10:07:34.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4634 | 2026-05-21T10:07:35.027Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4635 | 2026-05-21T10:07:35.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4636 | 2026-05-21T10:07:35.912Z | |
| 4637 | 2026-05-21T10:07:35.912Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4638 | 2026-05-21T10:07:36.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4639 | 2026-05-21T10:07:36.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4640 | 2026-05-21T10:07:36.592Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4641 | 2026-05-21T10:07:36.595Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4642 | 2026-05-21T10:07:36.876Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4643 | 2026-05-21T10:07:36.876Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4644 | 2026-05-21T10:07:37.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
| 4645 | 2026-05-21T10:07:37.874Z | |
| 4646 | 2026-05-21T10:07:37.875Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4647 | 2026-05-21T10:07:38.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4648 | 2026-05-21T10:07:38.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4649 | 2026-05-21T10:07:38.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4650 | 2026-05-21T10:07:38.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4651 | 2026-05-21T10:07:38.495Z | |
| 4652 | 2026-05-21T10:07:38.495Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4653 | 2026-05-21T10:07:39.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4654 | 2026-05-21T10:07:39.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4655 | 2026-05-21T10:07:39.209Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4656 | 2026-05-21T10:07:40.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 4657 | 2026-05-21T10:07:40.499Z | |
| 4658 | 2026-05-21T10:07:40.499Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4659 | 2026-05-21T10:07:41.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-21T10:07:41.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-21T10:07:41.333Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4662 | 2026-05-21T10:07:41.692Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4663 | 2026-05-21T10:07:42.211Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4664 | 2026-05-21T10:07:42.214Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4665 | 2026-05-21T10:07:48.108Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4666 | 2026-05-21T10:07:48.111Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4667 | 2026-05-21T10:07:48.680Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4668 | 2026-05-21T10:07:48.680Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4669 | 2026-05-21T10:07:48.683Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4670 | 2026-05-21T10:07:48.683Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4671 | 2026-05-21T10:07:49.448Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4672 | 2026-05-21T10:07:50.402Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4673 | 2026-05-21T10:07:51.180Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4674 | 2026-05-21T10:07:51.801Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4675 | 2026-05-21T10:07:56.236Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4676 | 2026-05-21T10:08:02.726Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4677 | 2026-05-21T10:08:02.730Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4678 | 2026-05-21T10:08:02.730Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4679 | 2026-05-21T10:08:02.730Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4680 | 2026-05-21T10:08:04.308Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4681 | 2026-05-21T10:08:05.702Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4682 | 2026-05-21T10:08:06.454Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4683 | 2026-05-21T10:08:07.751Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4684 | 2026-05-21T10:08:08.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s |
| 4685 | 2026-05-21T10:08:08.600Z | |
| 4686 | 2026-05-21T10:08:08.600Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4687 | 2026-05-21T10:08:09.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4688 | 2026-05-21T10:08:09.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4689 | 2026-05-21T10:08:09.338Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4690 | 2026-05-21T10:08:09.338Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4691 | 2026-05-21T10:08:09.341Z | Checking rtoolbox v0.0.3 |
| 4692 | 2026-05-21T10:08:09.341Z | Checking tui-tree-widget v0.23.1 |
| 4693 | 2026-05-21T10:08:09.573Z | Checking rpassword v7.4.0 |
| 4694 | 2026-05-21T10:08:10.566Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4695 | 2026-05-21T10:08:13.615Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4696 | 2026-05-21T10:08:15.425Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4697 | 2026-05-21T10:08:16.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s |
| 4698 | 2026-05-21T10:08:16.532Z | |
| 4699 | 2026-05-21T10:08:16.532Z | info: running `cargo check --bins` on wicket (273/276) |
| 4700 | 2026-05-21T10:08:17.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-05-21T10:08:17.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-05-21T10:08:17.253Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4703 | 2026-05-21T10:08:17.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 4704 | 2026-05-21T10:08:17.836Z | |
| 4705 | 2026-05-21T10:08:17.836Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4706 | 2026-05-21T10:08:18.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4707 | 2026-05-21T10:08:18.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4708 | 2026-05-21T10:08:18.568Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4709 | 2026-05-21T10:08:18.571Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4710 | 2026-05-21T10:08:18.571Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4711 | 2026-05-21T10:08:18.571Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4712 | 2026-05-21T10:08:19.553Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4713 | 2026-05-21T10:08:20.125Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4714 | 2026-05-21T10:08:23.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 4715 | 2026-05-21T10:08:23.287Z | |
| 4716 | 2026-05-21T10:08:23.287Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4717 | 2026-05-21T10:08:23.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4718 | 2026-05-21T10:08:23.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4719 | 2026-05-21T10:08:23.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4720 | 2026-05-21T10:08:23.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4721 | 2026-05-21T10:08:23.905Z | |
| 4722 | 2026-05-21T10:08:23.905Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4723 | 2026-05-21T10:08:24.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-05-21T10:08:24.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-05-21T10:08:24.605Z | Checking uzers v0.12.2 |
| 4726 | 2026-05-21T10:08:24.881Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4727 | 2026-05-21T10:08:25.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4728 | 2026-05-21T10:08:25.845Z | |
| 4729 | 2026-05-21T10:08:25.845Z | real 14:45.056515283 |
| 4730 | 2026-05-21T10:08:25.845Z | user 21:26.377158902 |
| 4731 | 2026-05-21T10:08:25.845Z | sys 4:32.000086900 |
| 4732 | 2026-05-21T10:08:25.845Z | trap 0.323790805 |
| 4733 | 2026-05-21T10:08:25.845Z | tflt 1.193448419 |
| 4734 | 2026-05-21T10:08:25.845Z | dflt 1.281969093 |
| 4735 | 2026-05-21T10:08:25.845Z | kflt 0.005610531 |
| 4736 | 2026-05-21T10:08:25.845Z | lock 1:21:08.044128954 |
| 4737 | 2026-05-21T10:08:25.845Z | slp 1:42:37.780963250 |
| 4738 | 2026-05-21T10:08:25.845Z | lat 1:06.910508607 |
| 4739 | 2026-05-21T10:08:25.845Z | stop 4:09.521934233 |
| 4740 | 2026-05-21T10:08:25.848Z | process exited: duration 1024560 ms, exit code 0 |
| |
| 4741 | 2026-05-21T10:08:25.854Z | found 0 output files |