|
|
|
| 1 | 2026-03-23T20:41:18.377Z | job assigned to worker 01KME6TNJ8VDPS84KKF695VF4N [factory aws, i-0cd1a2426471c261e] (queued for 23 m 50 s) |
| |
| 2 | 2026-03-23T20:41:25.827Z | starting task 0: "setup" |
| 3 | 2026-03-23T20:41:25.832Z | ++ uname -s |
| 4 | 2026-03-23T20:41:25.836Z | + kern=SunOS |
| 5 | 2026-03-23T20:41:25.836Z | + build_user=build |
| 6 | 2026-03-23T20:41:25.836Z | + build_uid=12345 |
| 7 | 2026-03-23T20:41:25.836Z | + work_dir=/work |
| 8 | 2026-03-23T20:41:25.836Z | + input_dir=/input |
| 9 | 2026-03-23T20:41:25.836Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-23T20:41:25.836Z | + case "$kern" in |
| 11 | 2026-03-23T20:41:25.836Z | + groupadd -g 12345 build |
| 12 | 2026-03-23T20:41:25.840Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-23T20:41:27.842Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-23T20:41:27.957Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-23T20:41:27.960Z | + home_fs=zfs |
| 16 | 2026-03-23T20:41:27.960Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-23T20:41:27.960Z | + mkdir -p /home/build |
| 18 | 2026-03-23T20:41:27.960Z | + chown build:build /home/build /work |
| 19 | 2026-03-23T20:41:29.962Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-23T20:41:29.965Z | process exited: duration 4136 ms, exit code 0 |
| |
| 21 | 2026-03-23T20:41:29.972Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-23T20:41:29.976Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-23T20:41:29.976Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-23T20:41:29.976Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-23T20:41:29.976Z | * rust toolchain profile = "default" |
| 26 | 2026-03-23T20:41:29.976Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-23T20:41:29.979Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-23T20:41:29.979Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-23T20:41:29.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-23T20:41:30.068Z | info: downloading installer |
| 31 | 2026-03-23T20:41:31.728Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-23T20:41:31.728Z | warn: /opt/ooce/bin |
| 33 | 2026-03-23T20:41:31.728Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-23T20:41:31.728Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-23T20:41:31.728Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-23T20:41:31.728Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-23T20:41:31.728Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-23T20:41:31.728Z | error: cannot install while Rust is installed |
| 39 | 2026-03-23T20:41:31.728Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-23T20:41:31.728Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-23T20:41:31.731Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-23T20:41:31.731Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-23T20:41:31.731Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-23T20:41:31.758Z | info: profile set to default |
| 45 | 2026-03-23T20:41:31.758Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-23T20:41:31.761Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-23T20:41:31.898Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-23T20:41:31.901Z | info: downloading 6 components |
| 49 | 2026-03-23T20:41:47.030Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-23T20:41:47.030Z | |
| 51 | 2026-03-23T20:41:47.064Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-23T20:41:47.064Z | |
| 53 | 2026-03-23T20:41:47.067Z | |
| 54 | 2026-03-23T20:41:47.067Z | Rust is installed now. Great! |
| 55 | 2026-03-23T20:41:47.067Z | |
| 56 | 2026-03-23T20:41:47.067Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-23T20:41:47.067Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-23T20:41:47.067Z | |
| 59 | 2026-03-23T20:41:47.067Z | To configure your current shell, you need to source |
| 60 | 2026-03-23T20:41:47.067Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-23T20:41:47.067Z | |
| 62 | 2026-03-23T20:41:47.068Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-23T20:41:47.068Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-23T20:41:47.068Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-23T20:41:47.068Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-23T20:41:47.068Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-23T20:41:47.068Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-23T20:41:47.068Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-23T20:41:47.068Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-23T20:41:47.068Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-23T20:41:47.173Z | + rustup --version |
| 72 | 2026-03-23T20:41:47.184Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-23T20:41:47.186Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-23T20:41:47.210Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-23T20:41:47.213Z | + cargo --version |
| 76 | 2026-03-23T20:41:47.230Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-23T20:41:47.232Z | + rustc --version |
| 78 | 2026-03-23T20:41:47.258Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-23T20:41:47.261Z | process exited: duration 17283 ms, exit code 0 |
| |
| 80 | 2026-03-23T20:41:47.267Z | starting task 2: "authentication" |
| 81 | 2026-03-23T20:41:47.286Z | process exited: duration 19 ms, exit code 0 |
| |
| 82 | 2026-03-23T20:41:47.293Z | starting task 3: "clone repository" |
| 83 | 2026-03-23T20:41:47.296Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-23T20:41:47.299Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-23T20:41:47.329Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-23T20:41:57.495Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-23T20:41:57.495Z | + git fetch origin a435519e329d3771c56bc9d5dd65e6f5ca5a5333 |
| 88 | 2026-03-23T20:41:57.814Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-23T20:41:57.814Z | * branch a435519e329d3771c56bc9d5dd65e6f5ca5a5333 -> FETCH_HEAD |
| 90 | 2026-03-23T20:41:57.825Z | + [[ -n jmcarp/oximeter-field-union ]] |
| 91 | 2026-03-23T20:41:57.828Z | ++ git branch --show-current |
| 92 | 2026-03-23T20:41:57.831Z | + current=main |
| 93 | 2026-03-23T20:41:57.831Z | + [[ main != jmcarp/oximeter-field-union ]] |
| 94 | 2026-03-23T20:41:57.831Z | + git branch -f jmcarp/oximeter-field-union a435519e329d3771c56bc9d5dd65e6f5ca5a5333 |
| 95 | 2026-03-23T20:41:57.835Z | + git checkout -f jmcarp/oximeter-field-union |
| 96 | 2026-03-23T20:41:57.901Z | Switched to branch 'jmcarp/oximeter-field-union' |
| 97 | 2026-03-23T20:41:57.904Z | + git reset --hard a435519e329d3771c56bc9d5dd65e6f5ca5a5333 |
| 98 | 2026-03-23T20:41:57.976Z | HEAD is now at a435519e3 Further query perf updates for oximeter field lookups. |
| 99 | 2026-03-23T20:41:57.979Z | process exited: duration 10682 ms, exit code 0 |
| |
| 100 | 2026-03-23T20:41:57.985Z | starting task 4: "build" |
| 101 | 2026-03-23T20:41:57.990Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-23T20:41:57.992Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-23T20:41:57.993Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-23T20:41:57.993Z | + cargo --version |
| 105 | 2026-03-23T20:41:58.002Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-23T20:41:58.005Z | + rustc --version |
| 107 | 2026-03-23T20:41:58.029Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-23T20:41:58.032Z | + source ./env.sh |
| 109 | 2026-03-23T20:41:58.032Z | ++ OLD_SHELL_OPTS=ehxB |
| 110 | 2026-03-23T20:41:58.032Z | ++ set -o xtrace |
| 111 | 2026-03-23T20:41:58.035Z | ++++ dirname ./env.sh |
| 112 | 2026-03-23T20:41:58.037Z | +++ readlink -f . |
| 113 | 2026-03-23T20:41:58.037Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 114 | 2026-03-23T20:41:58.037Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-03-23T20:41:58.037Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-03-23T20:41:58.037Z | ++ 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 |
| 117 | 2026-03-23T20:41:58.037Z | ++ 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 |
| 118 | 2026-03-23T20:41:58.038Z | ++ 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 |
| 119 | 2026-03-23T20:41:58.038Z | ++ 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 |
| 120 | 2026-03-23T20:41:58.038Z | ++ 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 |
| 121 | 2026-03-23T20:41:58.038Z | ++ 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 |
| 122 | 2026-03-23T20:41:58.038Z | ++ case $OLD_SHELL_OPTS in |
| 123 | 2026-03-23T20:41:58.038Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 124 | 2026-03-23T20:41:58.038Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 125 | 2026-03-23T20:41:58.038Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 126 | 2026-03-23T20:41:58.038Z | + banner prerequisites |
| 127 | 2026-03-23T20:41:58.041Z | |
| 128 | 2026-03-23T20:41:58.041Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-23T20:41:58.041Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-23T20:41:58.041Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-23T20:41:58.041Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-23T20:41:58.041Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-23T20:41:58.041Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-23T20:41:58.041Z | |
| 135 | 2026-03-23T20:41:58.041Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-23T20:42:12.574Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-23T20:42:22.434Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-23T20:42:45.029Z | Planning: Solver setup ... Done (21.179s) |
| 139 | 2026-03-23T20:42:45.189Z | Planning: Running solver ... Done (0.160s) |
| 140 | 2026-03-23T20:42:45.375Z | Planning: Finding local manifests ... Done (0.002s) |
| 141 | 2026-03-23T20:42:45.387Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-23T20:42:45.510Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-23T20:42:45.553Z | Planning: Package planning ... Done (0.043s) |
| 144 | 2026-03-23T20:42:45.597Z | Planning: Merging actions ... Done (0.043s) |
| 145 | 2026-03-23T20:42:45.881Z | Planning: Checking for conflicting actions ... Done (0.282s) |
| 146 | 2026-03-23T20:42:45.890Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-23T20:42:47.664Z | Planning: Evaluating mediators ... Done (1.773s) |
| 148 | 2026-03-23T20:42:47.672Z | Planning: Planning completed in 25.09 seconds |
| 149 | 2026-03-23T20:42:47.755Z | Packages to install: 4 |
| 150 | 2026-03-23T20:42:47.755Z | Mediators to change: 2 |
| 151 | 2026-03-23T20:42:47.755Z | Services to change: 1 |
| 152 | 2026-03-23T20:42:47.758Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-23T20:42:47.758Z | Estimated space to be consumed: 1.83 GB |
| 154 | 2026-03-23T20:42:47.758Z | Create boot environment: No |
| 155 | 2026-03-23T20:42:47.758Z | Create backup boot environment: No |
| 156 | 2026-03-23T20:42:47.758Z | Rebuild boot archive: No |
| 157 | 2026-03-23T20:42:47.759Z | |
| 158 | 2026-03-23T20:42:47.759Z | Changed mediators: |
| 159 | 2026-03-23T20:42:47.759Z | mediator clang: |
| 160 | 2026-03-23T20:42:47.759Z | version: None -> 15 (system default) |
| 161 | 2026-03-23T20:42:47.759Z | |
| 162 | 2026-03-23T20:42:47.759Z | mediator llvm: |
| 163 | 2026-03-23T20:42:47.759Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-23T20:42:47.759Z | |
| 165 | 2026-03-23T20:42:47.759Z | Changed packages: |
| 166 | 2026-03-23T20:42:47.759Z | helios-dev |
| 167 | 2026-03-23T20:42:47.759Z | developer/build-essential |
| 168 | 2026-03-23T20:42:47.759Z | None -> 11-2.0 |
| 169 | 2026-03-23T20:42:47.759Z | library/libxmlsec1 |
| 170 | 2026-03-23T20:42:47.759Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-23T20:42:47.759Z | ooce/developer/clang-15 |
| 172 | 2026-03-23T20:42:47.759Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-23T20:42:47.759Z | ooce/developer/llvm-15 |
| 174 | 2026-03-23T20:42:47.759Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-23T20:42:47.759Z | |
| 176 | 2026-03-23T20:42:47.759Z | Services: |
| 177 | 2026-03-23T20:42:47.759Z | restart_fmri: |
| 178 | 2026-03-23T20:42:47.759Z | svc:/system/update-man-index:default |
| 179 | 2026-03-23T20:42:47.869Z | |
| 180 | 2026-03-23T20:42:47.869Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-23T20:42:53.063Z | Download: 2215/3290 items 104.5/212.6MB 49% complete (21.8M/s) |
| 182 | 2026-03-23T20:42:56.188Z | Download: Completed 212.60 MB in 8.32 seconds (25.6M/s) |
| 183 | 2026-03-23T20:42:56.975Z | Actions: 1/3689 actions (Installing new actions) |
| 184 | 2026-03-23T20:43:01.249Z | Actions: Completed 3689 actions in 4.27 seconds. |
| 185 | 2026-03-23T20:43:01.994Z | Done (0.740s) |
| 186 | 2026-03-23T20:43:01.994Z | Done (0.000s) |
| 187 | 2026-03-23T20:43:02.996Z | Done (1.001s) |
| 188 | 2026-03-23T20:43:06.643Z | Done (3.288s) |
| 189 | 2026-03-23T20:43:06.723Z | Done (0.015s) |
| 190 | 2026-03-23T20:43:06.726Z | Done (0.000s) |
| 191 | 2026-03-23T20:43:06.896Z | Done (0.000s) |
| 192 | 2026-03-23T20:43:07.856Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2026-03-23T20:43:07.996Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2026-03-23T20:43:07.999Z | Planning: Consolidating action changes ... Done |
| 195 | 2026-03-23T20:43:08.219Z | Planning: Evaluating mediators ... Done |
| 196 | 2026-03-23T20:43:08.221Z | Planning: Planning completed in 0.36 seconds |
| 197 | 2026-03-23T20:43:08.248Z | Mediators to change: 2 |
| 198 | 2026-03-23T20:43:08.248Z | Create boot environment: No |
| 199 | 2026-03-23T20:43:08.251Z | Create backup boot environment: No |
| 200 | 2026-03-23T20:43:08.331Z | Done |
| 201 | 2026-03-23T20:43:08.331Z | Done |
| 202 | 2026-03-23T20:43:09.059Z | Done |
| 203 | 2026-03-23T20:43:12.398Z | Done |
| 204 | 2026-03-23T20:43:12.483Z | Done |
| 205 | 2026-03-23T20:43:12.485Z | Done |
| 206 | 2026-03-23T20:43:12.652Z | Done |
| 207 | 2026-03-23T20:43:13.185Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2026-03-23T20:43:13.190Z | Planning: Merging actions ... Done |
| 209 | 2026-03-23T20:43:13.355Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2026-03-23T20:43:13.358Z | Planning: Consolidating action changes ... Done |
| 211 | 2026-03-23T20:43:13.578Z | Planning: Evaluating mediators ... Done |
| 212 | 2026-03-23T20:43:13.621Z | Planning: Planning completed in 0.64 seconds |
| 213 | 2026-03-23T20:43:13.650Z | Packages to change: 1 |
| 214 | 2026-03-23T20:43:13.650Z | Mediators to change: 1 |
| 215 | 2026-03-23T20:43:13.655Z | Services to change: 1 |
| 216 | 2026-03-23T20:43:13.655Z | Create boot environment: No |
| 217 | 2026-03-23T20:43:13.655Z | Create backup boot environment: Yes |
| 218 | 2026-03-23T20:43:16.244Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2026-03-23T20:43:16.247Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2026-03-23T20:43:16.247Z | Done |
| 221 | 2026-03-23T20:43:16.247Z | Done |
| 222 | 2026-03-23T20:43:16.435Z | Done |
| 223 | 2026-03-23T20:43:19.740Z | Done |
| 224 | 2026-03-23T20:43:19.826Z | Done |
| 225 | 2026-03-23T20:43:19.830Z | Done |
| 226 | 2026-03-23T20:43:19.979Z | Done |
| 227 | 2026-03-23T20:43:20.372Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2026-03-23T20:43:20.372Z | clang system 15 system |
| 229 | 2026-03-23T20:43:20.373Z | csh system system illumos |
| 230 | 2026-03-23T20:43:20.373Z | ctags system system illumos |
| 231 | 2026-03-23T20:43:20.373Z | file system system illumos |
| 232 | 2026-03-23T20:43:20.373Z | gcc vendor 12 vendor |
| 233 | 2026-03-23T20:43:20.373Z | gcc system 10 system |
| 234 | 2026-03-23T20:43:20.373Z | gcc system 7 system |
| 235 | 2026-03-23T20:43:20.373Z | go system 1.20 system |
| 236 | 2026-03-23T20:43:20.373Z | go system 1.19 system |
| 237 | 2026-03-23T20:43:20.373Z | llvm system 15 system |
| 238 | 2026-03-23T20:43:20.373Z | llvm system 14 system |
| 239 | 2026-03-23T20:43:20.373Z | mariadb system 10.6 system |
| 240 | 2026-03-23T20:43:20.373Z | mta vendor vendor dma |
| 241 | 2026-03-23T20:43:20.373Z | openjdk system 17 system |
| 242 | 2026-03-23T20:43:20.373Z | openjdk system 11 system |
| 243 | 2026-03-23T20:43:20.373Z | openjdk system 1.8 system |
| 244 | 2026-03-23T20:43:20.373Z | openssl vendor 3 vendor |
| 245 | 2026-03-23T20:43:20.373Z | perl system 5.36 system |
| 246 | 2026-03-23T20:43:20.373Z | postgresql system 15 system |
| 247 | 2026-03-23T20:43:20.373Z | postgresql system 13 system |
| 248 | 2026-03-23T20:43:20.373Z | python vendor 3 vendor |
| 249 | 2026-03-23T20:43:20.373Z | python system 2 system |
| 250 | 2026-03-23T20:43:20.373Z | python3 system 3.11 system |
| 251 | 2026-03-23T20:43:20.373Z | ruby system 3.0 system |
| 252 | 2026-03-23T20:43:20.373Z | words vendor vendor american-english |
| 253 | 2026-03-23T20:43:20.373Z | words system system australian-english |
| 254 | 2026-03-23T20:43:20.373Z | words system system british-english |
| 255 | 2026-03-23T20:43:20.373Z | words system system canadian-english |
| 256 | 2026-03-23T20:43:20.373Z | words system system french |
| 257 | 2026-03-23T20:43:20.373Z | words system system italian |
| 258 | 2026-03-23T20:43:20.373Z | words system system ngerman |
| 259 | 2026-03-23T20:43:20.373Z | words system system ogerman |
| 260 | 2026-03-23T20:43:20.373Z | words system system spanish |
| 261 | 2026-03-23T20:43:20.654Z | PUBLISHER TYPE STATUS P LOCATION |
| 262 | 2026-03-23T20:43:20.654Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 263 | 2026-03-23T20:43:26.656Z | FMRI IFO |
| 264 | 2026-03-23T20:43:26.656Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 265 | 2026-03-23T20:43:26.656Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 266 | 2026-03-23T20:43:26.656Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 267 | 2026-03-23T20:43:26.656Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 268 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 269 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 270 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 272 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 275 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 276 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 278 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 279 | 2026-03-23T20:43:26.657Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2026-03-23T20:43:27.896Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2026-03-23T20:43:28.187Z | Updating crates.io index |
| 282 | 2026-03-23T20:43:28.221Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2026-03-23T20:43:28.938Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 284 | 2026-03-23T20:43:29.299Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 285 | 2026-03-23T20:43:29.939Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2026-03-23T20:43:30.862Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 287 | 2026-03-23T20:43:31.390Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-03-23T20:43:32.836Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-23T20:43:34.555Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-03-23T20:43:35.503Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-03-23T20:43:35.830Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 292 | 2026-03-23T20:43:36.741Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2026-03-23T20:43:37.137Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 294 | 2026-03-23T20:43:37.552Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 295 | 2026-03-23T20:43:37.913Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 296 | 2026-03-23T20:43:38.845Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 297 | 2026-03-23T20:43:39.454Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 298 | 2026-03-23T20:43:39.753Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2026-03-23T20:43:40.102Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 300 | 2026-03-23T20:43:40.620Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2026-03-23T20:43:40.865Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2026-03-23T20:43:41.095Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2026-03-23T20:43:41.390Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 304 | 2026-03-23T20:43:41.801Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 305 | 2026-03-23T20:43:47.266Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 306 | 2026-03-23T20:43:47.769Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 307 | 2026-03-23T20:43:48.053Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 308 | 2026-03-23T20:43:48.354Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 309 | 2026-03-23T20:43:49.473Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 310 | 2026-03-23T20:43:50.087Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 311 | 2026-03-23T20:43:50.621Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 312 | 2026-03-23T20:43:51.226Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-03-23T20:43:52.200Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-03-23T20:43:52.526Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-03-23T20:43:52.890Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-03-23T20:43:53.465Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2026-03-23T20:43:53.732Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2026-03-23T20:43:54.030Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2026-03-23T20:43:54.303Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2026-03-23T20:43:54.737Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-03-23T20:44:08.528Z | Downloading crates ... |
| 322 | 2026-03-23T20:44:08.585Z | Downloaded percent-encoding v2.3.2 |
| 323 | 2026-03-23T20:44:08.589Z | Downloaded sha2 v0.10.9 |
| 324 | 2026-03-23T20:44:08.594Z | Downloaded anstyle v1.0.13 |
| 325 | 2026-03-23T20:44:08.597Z | Downloaded crypto-common v0.1.7 |
| 326 | 2026-03-23T20:44:08.600Z | Downloaded clap_derive v4.5.55 |
| 327 | 2026-03-23T20:44:08.603Z | Downloaded thiserror-impl v2.0.18 |
| 328 | 2026-03-23T20:44:08.606Z | Downloaded dof v0.3.0 |
| 329 | 2026-03-23T20:44:08.606Z | Downloaded colorchoice v1.0.4 |
| 330 | 2026-03-23T20:44:08.609Z | Downloaded cpufeatures v0.2.17 |
| 331 | 2026-03-23T20:44:08.612Z | Downloaded thiserror-impl v1.0.69 |
| 332 | 2026-03-23T20:44:08.612Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-03-23T20:44:08.615Z | Downloaded zerofrom-derive v0.1.6 |
| 334 | 2026-03-23T20:44:08.618Z | Downloaded anstream v0.6.21 |
| 335 | 2026-03-23T20:44:08.618Z | Downloaded erased-serde v0.4.9 |
| 336 | 2026-03-23T20:44:08.621Z | Downloaded utf8parse v0.2.2 |
| 337 | 2026-03-23T20:44:08.621Z | Downloaded utf8_iter v1.0.4 |
| 338 | 2026-03-23T20:44:08.624Z | Downloaded typeid v1.0.3 |
| 339 | 2026-03-23T20:44:08.624Z | Downloaded clap v4.5.60 |
| 340 | 2026-03-23T20:44:08.629Z | Downloaded version_check v0.9.5 |
| 341 | 2026-03-23T20:44:08.632Z | Downloaded is_terminal_polyfill v1.70.2 |
| 342 | 2026-03-23T20:44:08.632Z | Downloaded unicode-xid v0.2.6 |
| 343 | 2026-03-23T20:44:08.635Z | Downloaded errno v0.3.14 |
| 344 | 2026-03-23T20:44:08.635Z | Downloaded unicode-linebreak v0.1.5 |
| 345 | 2026-03-23T20:44:08.635Z | Downloaded thread-id v4.2.2 |
| 346 | 2026-03-23T20:44:08.639Z | Downloaded serde_spanned v0.6.9 |
| 347 | 2026-03-23T20:44:08.639Z | Downloaded zerofrom v0.1.6 |
| 348 | 2026-03-23T20:44:08.639Z | Downloaded anstyle-parse v0.2.7 |
| 349 | 2026-03-23T20:44:08.642Z | Downloaded ordered-float v2.10.1 |
| 350 | 2026-03-23T20:44:08.642Z | Downloaded equivalent v1.0.2 |
| 351 | 2026-03-23T20:44:08.642Z | Downloaded dtrace-parser v0.2.0 |
| 352 | 2026-03-23T20:44:08.642Z | Downloaded anstyle-query v1.1.5 |
| 353 | 2026-03-23T20:44:08.645Z | Downloaded cargo-platform v0.2.0 |
| 354 | 2026-03-23T20:44:08.645Z | Downloaded usdt-macro v0.5.0 |
| 355 | 2026-03-23T20:44:08.645Z | Downloaded anyhow v1.0.102 |
| 356 | 2026-03-23T20:44:08.647Z | Downloaded toml_datetime v0.6.11 |
| 357 | 2026-03-23T20:44:08.647Z | Downloaded digest v0.10.7 |
| 358 | 2026-03-23T20:44:08.650Z | Downloaded zerovec-derive v0.11.2 |
| 359 | 2026-03-23T20:44:08.650Z | Downloaded yoke-derive v0.8.1 |
| 360 | 2026-03-23T20:44:08.653Z | Downloaded clap_lex v1.0.0 |
| 361 | 2026-03-23T20:44:08.653Z | Downloaded byteorder v1.5.0 |
| 362 | 2026-03-23T20:44:08.655Z | Downloaded tinystr v0.8.2 |
| 363 | 2026-03-23T20:44:08.656Z | Downloaded thiserror v1.0.69 |
| 364 | 2026-03-23T20:44:08.659Z | Downloaded writeable v0.6.2 |
| 365 | 2026-03-23T20:44:08.661Z | Downloaded camino-tempfile v1.4.1 |
| 366 | 2026-03-23T20:44:08.661Z | Downloaded camino v1.2.2 |
| 367 | 2026-03-23T20:44:08.664Z | Downloaded usdt-impl v0.5.0 |
| 368 | 2026-03-23T20:44:08.664Z | Downloaded bytecount v0.6.9 |
| 369 | 2026-03-23T20:44:08.667Z | Downloaded stable_deref_trait v1.2.1 |
| 370 | 2026-03-23T20:44:08.670Z | Downloaded cfg-if v1.0.4 |
| 371 | 2026-03-23T20:44:08.670Z | Downloaded scroll_derive v0.12.1 |
| 372 | 2026-03-23T20:44:08.670Z | Downloaded macaddr v1.0.1 |
| 373 | 2026-03-23T20:44:08.670Z | Downloaded yoke v0.8.1 |
| 374 | 2026-03-23T20:44:08.673Z | Downloaded zmij v1.0.21 |
| 375 | 2026-03-23T20:44:08.673Z | Downloaded textwrap v0.16.2 |
| 376 | 2026-03-23T20:44:08.676Z | Downloaded pretty-hex v0.4.1 |
| 377 | 2026-03-23T20:44:08.676Z | Downloaded potential_utf v0.1.4 |
| 378 | 2026-03-23T20:44:08.676Z | Downloaded heck v0.5.0 |
| 379 | 2026-03-23T20:44:08.679Z | Downloaded idna_adapter v1.2.1 |
| 380 | 2026-03-23T20:44:08.679Z | Downloaded autocfg v1.5.0 |
| 381 | 2026-03-23T20:44:08.682Z | Downloaded zerocopy-derive v0.7.35 |
| 382 | 2026-03-23T20:44:08.685Z | Downloaded swrite v0.1.0 |
| 383 | 2026-03-23T20:44:08.685Z | Downloaded block-buffer v0.10.4 |
| 384 | 2026-03-23T20:44:08.685Z | Downloaded toml v0.8.23 |
| 385 | 2026-03-23T20:44:08.688Z | Downloaded usdt-attr-macro v0.5.0 |
| 386 | 2026-03-23T20:44:08.688Z | Downloaded toml_write v0.1.2 |
| 387 | 2026-03-23T20:44:08.688Z | Downloaded proc-macro-error-attr v1.0.4 |
| 388 | 2026-03-23T20:44:08.690Z | Downloaded displaydoc v0.2.5 |
| 389 | 2026-03-23T20:44:08.690Z | Downloaded unicode-ident v1.0.24 |
| 390 | 2026-03-23T20:44:08.693Z | Downloaded serde-value v0.7.0 |
| 391 | 2026-03-23T20:44:08.693Z | Downloaded ucd-trie v0.1.7 |
| 392 | 2026-03-23T20:44:08.696Z | Downloaded usdt v0.5.0 |
| 393 | 2026-03-23T20:44:08.699Z | Downloaded log v0.4.29 |
| 394 | 2026-03-23T20:44:08.723Z | Downloaded zerotrie v0.2.3 |
| 395 | 2026-03-23T20:44:08.723Z | Downloaded smawk v0.3.2 |
| 396 | 2026-03-23T20:44:08.723Z | Downloaded fastrand v2.3.0 |
| 397 | 2026-03-23T20:44:08.723Z | Downloaded memmap v0.7.0 |
| 398 | 2026-03-23T20:44:08.723Z | Downloaded heck v0.4.1 |
| 399 | 2026-03-23T20:44:08.723Z | Downloaded typenum v1.19.0 |
| 400 | 2026-03-23T20:44:08.723Z | Downloaded strsim v0.11.1 |
| 401 | 2026-03-23T20:44:08.726Z | Downloaded fnv v1.0.7 |
| 402 | 2026-03-23T20:44:08.726Z | Downloaded url v2.5.8 |
| 403 | 2026-03-23T20:44:08.726Z | Downloaded tabled_derive v0.7.0 |
| 404 | 2026-03-23T20:44:08.726Z | Downloaded plain v0.2.3 |
| 405 | 2026-03-23T20:44:08.729Z | Downloaded toml_edit v0.22.27 |
| 406 | 2026-03-23T20:44:08.732Z | Downloaded form_urlencoded v1.2.2 |
| 407 | 2026-03-23T20:44:08.732Z | Downloaded itoa v1.0.17 |
| 408 | 2026-03-23T20:44:08.739Z | Downloaded terminal_size v0.4.3 |
| 409 | 2026-03-23T20:44:08.742Z | Downloaded zerovec v0.11.5 |
| 410 | 2026-03-23T20:44:08.745Z | Downloaded bitflags v2.11.0 |
| 411 | 2026-03-23T20:44:08.749Z | Downloaded zerocopy v0.7.35 |
| 412 | 2026-03-23T20:44:08.757Z | Downloaded winnow v0.7.14 |
| 413 | 2026-03-23T20:44:08.764Z | Downloaded proc-macro2 v1.0.106 |
| 414 | 2026-03-23T20:44:08.767Z | Downloaded fs-err v3.3.0 |
| 415 | 2026-03-23T20:44:08.770Z | Downloaded proc-macro-error v1.0.4 |
| 416 | 2026-03-23T20:44:08.773Z | Downloaded cargo_toml v0.21.0 |
| 417 | 2026-03-23T20:44:08.773Z | Downloaded unicode-width v0.2.0 |
| 418 | 2026-03-23T20:44:08.776Z | Downloaded unicode-width v0.1.14 |
| 419 | 2026-03-23T20:44:08.780Z | Downloaded generic-array v0.14.7 |
| 420 | 2026-03-23T20:44:08.782Z | Downloaded semver v1.0.27 |
| 421 | 2026-03-23T20:44:08.789Z | Downloaded synstructure v0.13.2 |
| 422 | 2026-03-23T20:44:08.792Z | Downloaded papergrid v0.11.0 |
| 423 | 2026-03-23T20:44:08.795Z | Downloaded quote v1.0.44 |
| 424 | 2026-03-23T20:44:08.795Z | Downloaded serde_tokenstream v0.2.3 |
| 425 | 2026-03-23T20:44:08.798Z | Downloaded cargo-util-schemas v0.8.2 |
| 426 | 2026-03-23T20:44:08.800Z | Downloaded scroll v0.12.0 |
| 427 | 2026-03-23T20:44:08.804Z | Downloaded serde-untagged v0.1.9 |
| 428 | 2026-03-23T20:44:08.818Z | Downloaded pest_derive v2.8.6 |
| 429 | 2026-03-23T20:44:08.825Z | Downloaded tempfile v3.25.0 |
| 430 | 2026-03-23T20:44:08.828Z | Downloaded once_cell v1.21.3 |
| 431 | 2026-03-23T20:44:08.831Z | Downloaded cargo_metadata v0.21.0 |
| 432 | 2026-03-23T20:44:08.831Z | Downloaded smallvec v1.15.1 |
| 433 | 2026-03-23T20:44:08.834Z | Downloaded litemap v0.8.1 |
| 434 | 2026-03-23T20:44:08.837Z | Downloaded pest_generator v2.8.6 |
| 435 | 2026-03-23T20:44:08.842Z | Downloaded icu_properties v2.1.2 |
| 436 | 2026-03-23T20:44:08.845Z | Downloaded serde_core v1.0.228 |
| 437 | 2026-03-23T20:44:08.848Z | Downloaded icu_provider v2.1.1 |
| 438 | 2026-03-23T20:44:08.850Z | Downloaded num-traits v0.2.19 |
| 439 | 2026-03-23T20:44:08.851Z | Downloaded getrandom v0.4.1 |
| 440 | 2026-03-23T20:44:08.868Z | Downloaded serde_derive v1.0.228 |
| 441 | 2026-03-23T20:44:08.870Z | Downloaded pest_meta v2.8.6 |
| 442 | 2026-03-23T20:44:08.873Z | Downloaded icu_normalizer v2.1.1 |
| 443 | 2026-03-23T20:44:08.876Z | Downloaded icu_normalizer_data v2.1.1 |
| 444 | 2026-03-23T20:44:08.879Z | Downloaded clap_builder v4.5.60 |
| 445 | 2026-03-23T20:44:08.883Z | Downloaded icu_locale_core v2.1.1 |
| 446 | 2026-03-23T20:44:08.890Z | Downloaded memchr v2.8.0 |
| 447 | 2026-03-23T20:44:08.893Z | Downloaded serde v1.0.228 |
| 448 | 2026-03-23T20:44:08.896Z | Downloaded icu_collections v2.1.1 |
| 449 | 2026-03-23T20:44:08.915Z | Downloaded indexmap v2.13.0 |
| 450 | 2026-03-23T20:44:08.949Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-03-23T20:44:08.957Z | Downloaded pest v2.8.6 |
| 452 | 2026-03-23T20:44:08.961Z | Downloaded hashbrown v0.16.1 |
| 453 | 2026-03-23T20:44:08.965Z | Downloaded icu_properties_data v2.1.2 |
| 454 | 2026-03-23T20:44:08.971Z | Downloaded idna v1.1.0 |
| 455 | 2026-03-23T20:44:08.977Z | Downloaded goblin v0.8.2 |
| 456 | 2026-03-23T20:44:08.994Z | Downloaded tabled v0.15.0 |
| 457 | 2026-03-23T20:44:09.006Z | Downloaded syn v1.0.109 |
| 458 | 2026-03-23T20:44:09.020Z | Downloaded syn v2.0.117 |
| 459 | 2026-03-23T20:44:09.032Z | Downloaded rustix v1.1.3 |
| 460 | 2026-03-23T20:44:09.067Z | Downloaded libc v0.2.180 |
| 461 | 2026-03-23T20:44:09.151Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-03-23T20:44:09.154Z | Compiling quote v1.0.44 |
| 463 | 2026-03-23T20:44:09.154Z | Compiling unicode-ident v1.0.24 |
| 464 | 2026-03-23T20:44:09.154Z | Compiling serde_core v1.0.228 |
| 465 | 2026-03-23T20:44:09.154Z | Compiling libc v0.2.180 |
| 466 | 2026-03-23T20:44:09.154Z | Compiling version_check v0.9.5 |
| 467 | 2026-03-23T20:44:09.155Z | Compiling memchr v2.8.0 |
| 468 | 2026-03-23T20:44:09.155Z | Compiling stable_deref_trait v1.2.1 |
| 469 | 2026-03-23T20:44:09.560Z | Compiling serde v1.0.228 |
| 470 | 2026-03-23T20:44:09.594Z | Compiling zmij v1.0.21 |
| 471 | 2026-03-23T20:44:09.826Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-03-23T20:44:09.942Z | Compiling itoa v1.0.17 |
| 473 | 2026-03-23T20:44:10.059Z | Compiling autocfg v1.5.0 |
| 474 | 2026-03-23T20:44:10.175Z | Compiling thiserror v1.0.69 |
| 475 | 2026-03-23T20:44:10.379Z | Compiling pest v2.8.6 |
| 476 | 2026-03-23T20:44:10.473Z | Compiling litemap v0.8.1 |
| 477 | 2026-03-23T20:44:10.580Z | Compiling writeable v0.6.2 |
| 478 | 2026-03-23T20:44:10.652Z | Compiling icu_normalizer_data v2.1.1 |
| 479 | 2026-03-23T20:44:10.845Z | Compiling rustix v1.1.3 |
| 480 | 2026-03-23T20:44:10.880Z | Compiling byteorder v1.5.0 |
| 481 | 2026-03-23T20:44:11.117Z | Compiling syn v2.0.117 |
| 482 | 2026-03-23T20:44:11.187Z | Compiling icu_properties_data v2.1.2 |
| 483 | 2026-03-23T20:44:11.266Z | Compiling errno v0.3.14 |
| 484 | 2026-03-23T20:44:11.298Z | Compiling bitflags v2.11.0 |
| 485 | 2026-03-23T20:44:11.477Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-23T20:44:11.716Z | Compiling num-traits v0.2.19 |
| 487 | 2026-03-23T20:44:11.740Z | Compiling typeid v1.0.3 |
| 488 | 2026-03-23T20:44:11.792Z | Compiling equivalent v1.0.2 |
| 489 | 2026-03-23T20:44:11.905Z | Compiling smallvec v1.15.1 |
| 490 | 2026-03-23T20:44:11.941Z | Compiling hashbrown v0.16.1 |
| 491 | 2026-03-23T20:44:12.072Z | Compiling pest_meta v2.8.6 |
| 492 | 2026-03-23T20:44:12.445Z | Compiling thread-id v4.2.2 |
| 493 | 2026-03-23T20:44:12.492Z | Compiling proc-macro-error-attr v1.0.4 |
| 494 | 2026-03-23T20:44:12.549Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-03-23T20:44:12.650Z | Compiling indexmap v2.13.0 |
| 496 | 2026-03-23T20:44:12.718Z | Compiling winnow v0.7.14 |
| 497 | 2026-03-23T20:44:12.769Z | Compiling toml_write v0.1.2 |
| 498 | 2026-03-23T20:44:12.808Z | Compiling syn v1.0.109 |
| 499 | 2026-03-23T20:44:13.022Z | Compiling erased-serde v0.4.9 |
| 500 | 2026-03-23T20:44:13.500Z | Compiling proc-macro-error v1.0.4 |
| 501 | 2026-03-23T20:44:13.616Z | Compiling utf8_iter v1.0.4 |
| 502 | 2026-03-23T20:44:13.731Z | Compiling percent-encoding v2.3.2 |
| 503 | 2026-03-23T20:44:13.803Z | Compiling plain v0.2.3 |
| 504 | 2026-03-23T20:44:13.942Z | Compiling log v0.4.29 |
| 505 | 2026-03-23T20:44:13.970Z | Compiling utf8parse v0.2.2 |
| 506 | 2026-03-23T20:44:14.109Z | Compiling camino v1.2.2 |
| 507 | 2026-03-23T20:44:14.185Z | Compiling getrandom v0.4.1 |
| 508 | 2026-03-23T20:44:14.386Z | Compiling thiserror v2.0.18 |
| 509 | 2026-03-23T20:44:14.409Z | Compiling ordered-float v2.10.1 |
| 510 | 2026-03-23T20:44:14.576Z | Compiling anstyle-parse v0.2.7 |
| 511 | 2026-03-23T20:44:14.638Z | Compiling form_urlencoded v1.2.2 |
| 512 | 2026-03-23T20:44:14.799Z | Compiling synstructure v0.13.2 |
| 513 | 2026-03-23T20:44:14.824Z | Compiling pest_generator v2.8.6 |
| 514 | 2026-03-23T20:44:14.895Z | Compiling terminal_size v0.4.3 |
| 515 | 2026-03-23T20:44:15.150Z | Compiling anstyle v1.0.13 |
| 516 | 2026-03-23T20:44:15.325Z | Compiling anstyle-query v1.1.5 |
| 517 | 2026-03-23T20:44:15.385Z | Compiling cfg-if v1.0.4 |
| 518 | 2026-03-23T20:44:15.411Z | Compiling colorchoice v1.0.4 |
| 519 | 2026-03-23T20:44:15.451Z | Compiling is_terminal_polyfill v1.70.2 |
| 520 | 2026-03-23T20:44:15.475Z | Compiling pretty-hex v0.4.1 |
| 521 | 2026-03-23T20:44:15.563Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-23T20:44:15.652Z | Compiling serde-untagged v0.1.9 |
| 523 | 2026-03-23T20:44:15.713Z | Compiling semver v1.0.27 |
| 524 | 2026-03-23T20:44:15.807Z | Compiling fs-err v3.3.0 |
| 525 | 2026-03-23T20:44:15.974Z | Compiling strsim v0.11.1 |
| 526 | 2026-03-23T20:44:15.995Z | Compiling unicode-width v0.1.14 |
| 527 | 2026-03-23T20:44:16.047Z | Compiling clap_lex v1.0.0 |
| 528 | 2026-03-23T20:44:16.159Z | Compiling once_cell v1.21.3 |
| 529 | 2026-03-23T20:44:16.251Z | Compiling heck v0.5.0 |
| 530 | 2026-03-23T20:44:16.362Z | Compiling fnv v1.0.7 |
| 531 | 2026-03-23T20:44:16.389Z | Compiling heck v0.4.1 |
| 532 | 2026-03-23T20:44:16.459Z | Compiling fastrand v2.3.0 |
| 533 | 2026-03-23T20:44:16.494Z | Compiling anyhow v1.0.102 |
| 534 | 2026-03-23T20:44:16.566Z | Compiling unicode-xid v0.2.6 |
| 535 | 2026-03-23T20:44:16.678Z | Compiling bytecount v0.6.9 |
| 536 | 2026-03-23T20:44:16.724Z | Compiling tempfile v3.25.0 |
| 537 | 2026-03-23T20:44:16.795Z | Compiling papergrid v0.11.0 |
| 538 | 2026-03-23T20:44:16.833Z | Compiling clap_builder v4.5.60 |
| 539 | 2026-03-23T20:44:16.981Z | Compiling memmap v0.7.0 |
| 540 | 2026-03-23T20:44:17.153Z | Compiling unicode-width v0.2.0 |
| 541 | 2026-03-23T20:44:17.212Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2026-03-23T20:44:17.236Z | Compiling smawk v0.3.2 |
| 543 | 2026-03-23T20:44:17.401Z | Compiling serde_derive v1.0.228 |
| 544 | 2026-03-23T20:44:17.424Z | Compiling zerofrom-derive v0.1.6 |
| 545 | 2026-03-23T20:44:17.507Z | Compiling yoke-derive v0.8.1 |
| 546 | 2026-03-23T20:44:17.530Z | Compiling zerovec-derive v0.11.2 |
| 547 | 2026-03-23T20:44:17.840Z | Compiling displaydoc v0.2.5 |
| 548 | 2026-03-23T20:44:18.783Z | Compiling thiserror-impl v1.0.69 |
| 549 | 2026-03-23T20:44:18.786Z | Compiling zerocopy-derive v0.7.35 |
| 550 | 2026-03-23T20:44:18.974Z | Compiling pest_derive v2.8.6 |
| 551 | 2026-03-23T20:44:19.058Z | Compiling scroll_derive v0.12.1 |
| 552 | 2026-03-23T20:44:19.317Z | Compiling zerofrom v0.1.6 |
| 553 | 2026-03-23T20:44:19.486Z | Compiling yoke v0.8.1 |
| 554 | 2026-03-23T20:44:19.508Z | Compiling thiserror-impl v2.0.18 |
| 555 | 2026-03-23T20:44:19.731Z | Compiling zerovec v0.11.5 |
| 556 | 2026-03-23T20:44:19.975Z | Compiling zerotrie v0.2.3 |
| 557 | 2026-03-23T20:44:19.997Z | Compiling zerocopy v0.7.35 |
| 558 | 2026-03-23T20:44:20.376Z | Compiling scroll v0.12.0 |
| 559 | 2026-03-23T20:44:20.470Z | Compiling tinystr v0.8.2 |
| 560 | 2026-03-23T20:44:20.721Z | Compiling icu_locale_core v2.1.1 |
| 561 | 2026-03-23T20:44:20.746Z | Compiling potential_utf v0.1.4 |
| 562 | 2026-03-23T20:44:20.749Z | Compiling dtrace-parser v0.2.0 |
| 563 | 2026-03-23T20:44:20.799Z | Compiling goblin v0.8.2 |
| 564 | 2026-03-23T20:44:20.961Z | Compiling icu_collections v2.1.1 |
| 565 | 2026-03-23T20:44:21.095Z | Compiling tabled_derive v0.7.0 |
| 566 | 2026-03-23T20:44:21.499Z | Compiling clap_derive v4.5.55 |
| 567 | 2026-03-23T20:44:21.610Z | Compiling icu_provider v2.1.1 |
| 568 | 2026-03-23T20:44:21.819Z | Compiling textwrap v0.16.2 |
| 569 | 2026-03-23T20:44:21.988Z | Compiling icu_normalizer v2.1.1 |
| 570 | 2026-03-23T20:44:22.011Z | Compiling icu_properties v2.1.2 |
| 571 | 2026-03-23T20:44:22.126Z | Compiling toml_datetime v0.6.11 |
| 572 | 2026-03-23T20:44:22.182Z | Compiling serde_spanned v0.6.9 |
| 573 | 2026-03-23T20:44:22.322Z | Compiling dof v0.3.0 |
| 574 | 2026-03-23T20:44:22.371Z | Compiling toml_edit v0.22.27 |
| 575 | 2026-03-23T20:44:22.437Z | Compiling serde_tokenstream v0.2.3 |
| 576 | 2026-03-23T20:44:22.473Z | Compiling serde-value v0.7.0 |
| 577 | 2026-03-23T20:44:22.842Z | Compiling cargo-platform v0.2.0 |
| 578 | 2026-03-23T20:44:22.866Z | Compiling tabled v0.15.0 |
| 579 | 2026-03-23T20:44:22.959Z | Compiling macaddr v1.0.1 |
| 580 | 2026-03-23T20:44:23.252Z | Compiling idna_adapter v1.2.1 |
| 581 | 2026-03-23T20:44:23.431Z | Compiling idna v1.1.0 |
| 582 | 2026-03-23T20:44:23.520Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-23T20:44:23.562Z | Compiling usdt-attr-macro v0.5.0 |
| 584 | 2026-03-23T20:44:23.686Z | Compiling camino-tempfile v1.4.1 |
| 585 | 2026-03-23T20:44:23.988Z | Compiling url v2.5.8 |
| 586 | 2026-03-23T20:44:24.322Z | Compiling toml v0.8.23 |
| 587 | 2026-03-23T20:44:24.325Z | Compiling clap v4.5.60 |
| 588 | 2026-03-23T20:44:24.834Z | Compiling usdt v0.5.0 |
| 589 | 2026-03-23T20:44:24.859Z | Compiling cargo-util-schemas v0.8.2 |
| 590 | 2026-03-23T20:44:25.046Z | Compiling cargo_toml v0.21.0 |
| 591 | 2026-03-23T20:44:25.201Z | Compiling swrite v0.1.0 |
| 592 | 2026-03-23T20:44:25.244Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 593 | 2026-03-23T20:44:26.153Z | Compiling cargo_metadata v0.21.0 |
| 594 | 2026-03-23T20:44:27.443Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 595 | 2026-03-23T20:44:30.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 596 | 2026-03-23T20:44:30.587Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 597 | 2026-03-23T20:44:31.335Z | Downloading crates ... |
| 598 | 2026-03-23T20:44:31.442Z | Downloaded adler2 v2.0.1 |
| 599 | 2026-03-23T20:44:31.445Z | Downloaded castaway v0.2.4 |
| 600 | 2026-03-23T20:44:31.448Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 601 | 2026-03-23T20:44:31.451Z | Downloaded atty v0.2.14 |
| 602 | 2026-03-23T20:44:31.453Z | Downloaded base16ct v1.0.0 |
| 603 | 2026-03-23T20:44:31.453Z | Downloaded atomicwrites v0.4.4 |
| 604 | 2026-03-23T20:44:31.456Z | Downloaded async-recursion v1.1.1 |
| 605 | 2026-03-23T20:44:31.459Z | Downloaded async-stream v0.3.6 |
| 606 | 2026-03-23T20:44:31.461Z | Downloaded fs-err v2.11.0 |
| 607 | 2026-03-23T20:44:31.464Z | Downloaded crucible-workspace-hack v0.1.0 |
| 608 | 2026-03-23T20:44:31.464Z | Downloaded async-stream-impl v0.3.6 |
| 609 | 2026-03-23T20:44:31.467Z | Downloaded cbc v0.1.2 |
| 610 | 2026-03-23T20:44:31.467Z | Downloaded crc8 v0.1.1 |
| 611 | 2026-03-23T20:44:31.469Z | Downloaded darling_macro v0.23.0 |
| 612 | 2026-03-23T20:44:31.469Z | Downloaded cfg_aliases v0.2.1 |
| 613 | 2026-03-23T20:44:31.469Z | Downloaded backon v1.6.0 |
| 614 | 2026-03-23T20:44:31.473Z | Downloaded crossbeam-epoch v0.9.18 |
| 615 | 2026-03-23T20:44:31.476Z | Downloaded assert_matches v1.5.0 |
| 616 | 2026-03-23T20:44:31.476Z | Downloaded endian-type v0.1.2 |
| 617 | 2026-03-23T20:44:31.478Z | Downloaded dyn-clone v1.0.20 |
| 618 | 2026-03-23T20:44:31.481Z | Downloaded bb8 v0.8.6 |
| 619 | 2026-03-23T20:44:31.482Z | Downloaded deranged v0.5.8 |
| 620 | 2026-03-23T20:44:31.484Z | Downloaded daft-derive v0.1.5 |
| 621 | 2026-03-23T20:44:31.487Z | Downloaded foreign-types-macros v0.2.3 |
| 622 | 2026-03-23T20:44:31.489Z | Downloaded atomic-waker v1.1.2 |
| 623 | 2026-03-23T20:44:31.490Z | Downloaded dirs-next v2.0.0 |
| 624 | 2026-03-23T20:44:31.490Z | Downloaded defmt v1.0.1 |
| 625 | 2026-03-23T20:44:31.492Z | Downloaded console v0.16.2 |
| 626 | 2026-03-23T20:44:31.495Z | Downloaded base16ct v0.2.0 |
| 627 | 2026-03-23T20:44:31.498Z | Downloaded ahash v0.8.12 |
| 628 | 2026-03-23T20:44:31.498Z | Downloaded crc32fast v1.5.0 |
| 629 | 2026-03-23T20:44:31.501Z | Downloaded csv-core v0.1.13 |
| 630 | 2026-03-23T20:44:31.504Z | Downloaded diesel-dtrace v0.5.0 |
| 631 | 2026-03-23T20:44:31.504Z | Downloaded cargo_metadata v0.19.2 |
| 632 | 2026-03-23T20:44:31.504Z | Downloaded block-padding v0.3.3 |
| 633 | 2026-03-23T20:44:31.506Z | Downloaded darling_macro v0.20.11 |
| 634 | 2026-03-23T20:44:31.507Z | Downloaded darling_macro v0.21.3 |
| 635 | 2026-03-23T20:44:31.509Z | Downloaded arrayref v0.3.9 |
| 636 | 2026-03-23T20:44:31.509Z | Downloaded fd-lock v4.0.4 |
| 637 | 2026-03-23T20:44:31.512Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 638 | 2026-03-23T20:44:31.512Z | Downloaded defmt-parser v1.0.0 |
| 639 | 2026-03-23T20:44:31.515Z | Downloaded corncobs v0.1.4 |
| 640 | 2026-03-23T20:44:31.515Z | Downloaded cmake v0.1.57 |
| 641 | 2026-03-23T20:44:31.517Z | Downloaded aead v0.5.2 |
| 642 | 2026-03-23T20:44:31.517Z | Downloaded futures-io v0.3.32 |
| 643 | 2026-03-23T20:44:31.525Z | Downloaded crunchy v0.2.4 |
| 644 | 2026-03-23T20:44:31.525Z | Downloaded ciborium-io v0.2.2 |
| 645 | 2026-03-23T20:44:31.525Z | Downloaded ctr v0.9.2 |
| 646 | 2026-03-23T20:44:31.527Z | Downloaded fixedbitset v0.5.7 |
| 647 | 2026-03-23T20:44:31.528Z | Downloaded critical-section v1.2.0 |
| 648 | 2026-03-23T20:44:31.528Z | Downloaded cobs v0.3.0 |
| 649 | 2026-03-23T20:44:31.528Z | Downloaded cpufeatures v0.3.0 |
| 650 | 2026-03-23T20:44:31.530Z | Downloaded cfg_aliases v0.1.1 |
| 651 | 2026-03-23T20:44:31.530Z | Downloaded bitfield-macros v0.19.4 |
| 652 | 2026-03-23T20:44:31.530Z | Downloaded dsl_auto_type v0.2.0 |
| 653 | 2026-03-23T20:44:31.533Z | Downloaded float-ord v0.3.2 |
| 654 | 2026-03-23T20:44:31.533Z | Downloaded downcast-rs v2.0.2 |
| 655 | 2026-03-23T20:44:31.533Z | Downloaded bit-set v0.5.3 |
| 656 | 2026-03-23T20:44:31.536Z | Downloaded dirs-sys-next v0.1.2 |
| 657 | 2026-03-23T20:44:31.536Z | Downloaded cargo-platform v0.1.9 |
| 658 | 2026-03-23T20:44:31.539Z | Downloaded darling v0.23.0 |
| 659 | 2026-03-23T20:44:31.541Z | Downloaded gethostname v0.5.0 |
| 660 | 2026-03-23T20:44:31.544Z | Downloaded foreign-types-shared v0.3.1 |
| 661 | 2026-03-23T20:44:31.544Z | Downloaded foreign-types v0.5.0 |
| 662 | 2026-03-23T20:44:31.544Z | Downloaded foreign-types-shared v0.1.1 |
| 663 | 2026-03-23T20:44:31.547Z | Downloaded dtrace-parser v0.3.0 |
| 664 | 2026-03-23T20:44:31.547Z | Downloaded difflib v0.4.0 |
| 665 | 2026-03-23T20:44:31.547Z | Downloaded dof v0.4.0 |
| 666 | 2026-03-23T20:44:31.550Z | Downloaded derive_builder_macro v0.20.2 |
| 667 | 2026-03-23T20:44:31.550Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 668 | 2026-03-23T20:44:31.550Z | Downloaded defmt v0.3.100 |
| 669 | 2026-03-23T20:44:31.553Z | Downloaded crc v3.4.0 |
| 670 | 2026-03-23T20:44:31.553Z | Downloaded flagset v0.4.7 |
| 671 | 2026-03-23T20:44:31.556Z | Downloaded convert_case v0.10.0 |
| 672 | 2026-03-23T20:44:31.556Z | Downloaded array-init v0.0.4 |
| 673 | 2026-03-23T20:44:31.559Z | Downloaded ciborium-ll v0.2.2 |
| 674 | 2026-03-23T20:44:31.559Z | Downloaded embedded-io v0.6.1 |
| 675 | 2026-03-23T20:44:31.559Z | Downloaded constant_time_eq v0.4.2 |
| 676 | 2026-03-23T20:44:31.562Z | Downloaded futures-macro v0.3.32 |
| 677 | 2026-03-23T20:44:31.562Z | Downloaded futures-task v0.3.32 |
| 678 | 2026-03-23T20:44:31.565Z | Downloaded float-cmp v0.10.0 |
| 679 | 2026-03-23T20:44:31.565Z | Downloaded embedded-io v0.4.0 |
| 680 | 2026-03-23T20:44:31.565Z | Downloaded futures-sink v0.3.32 |
| 681 | 2026-03-23T20:44:31.568Z | Downloaded daft v0.1.5 |
| 682 | 2026-03-23T20:44:31.568Z | Downloaded data-encoding v2.10.0 |
| 683 | 2026-03-23T20:44:31.571Z | Downloaded foreign-types v0.3.2 |
| 684 | 2026-03-23T20:44:31.571Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 685 | 2026-03-23T20:44:31.571Z | Downloaded convert_case v0.4.0 |
| 686 | 2026-03-23T20:44:31.574Z | Downloaded ascii-canvas v3.0.0 |
| 687 | 2026-03-23T20:44:31.574Z | Downloaded ena v0.14.4 |
| 688 | 2026-03-23T20:44:31.577Z | Downloaded fixedbitset v0.4.2 |
| 689 | 2026-03-23T20:44:31.577Z | Downloaded env_filter v1.0.0 |
| 690 | 2026-03-23T20:44:31.577Z | Downloaded crc-catalog v2.4.0 |
| 691 | 2026-03-23T20:44:31.580Z | Downloaded filetime v0.2.27 |
| 692 | 2026-03-23T20:44:31.580Z | Downloaded erased-serde v0.3.31 |
| 693 | 2026-03-23T20:44:31.583Z | Downloaded der_derive v0.7.3 |
| 694 | 2026-03-23T20:44:31.583Z | Downloaded bit-set v0.8.0 |
| 695 | 2026-03-23T20:44:31.585Z | Downloaded funty v2.0.0 |
| 696 | 2026-03-23T20:44:31.586Z | Downloaded defmt-macros v1.0.1 |
| 697 | 2026-03-23T20:44:31.588Z | Downloaded bitfield v0.19.4 |
| 698 | 2026-03-23T20:44:31.593Z | Downloaded darling v0.20.11 |
| 699 | 2026-03-23T20:44:31.596Z | Downloaded ghash v0.5.1 |
| 700 | 2026-03-23T20:44:31.596Z | Downloaded camino-tempfile-ext v0.3.3 |
| 701 | 2026-03-23T20:44:31.596Z | Downloaded byte-wrapper v0.1.0 |
| 702 | 2026-03-23T20:44:31.599Z | Downloaded globwalk v0.9.1 |
| 703 | 2026-03-23T20:44:31.599Z | Downloaded const_format_proc_macros v0.2.34 |
| 704 | 2026-03-23T20:44:31.602Z | Downloaded git-stub v1.0.0 |
| 705 | 2026-03-23T20:44:31.602Z | Downloaded colored v2.2.0 |
| 706 | 2026-03-23T20:44:31.604Z | Downloaded hash32 v0.3.1 |
| 707 | 2026-03-23T20:44:31.607Z | Downloaded bitfield-struct v0.6.2 |
| 708 | 2026-03-23T20:44:31.607Z | Downloaded hash32 v0.2.1 |
| 709 | 2026-03-23T20:44:31.609Z | Downloaded async-bb8-diesel v0.2.1 |
| 710 | 2026-03-23T20:44:31.609Z | Downloaded futures-core v0.3.32 |
| 711 | 2026-03-23T20:44:31.612Z | Downloaded hostname v0.3.1 |
| 712 | 2026-03-23T20:44:31.615Z | Downloaded hex v0.4.3 |
| 713 | 2026-03-23T20:44:31.615Z | Downloaded fxhash v0.2.1 |
| 714 | 2026-03-23T20:44:31.615Z | Downloaded find-msvc-tools v0.1.9 |
| 715 | 2026-03-23T20:44:31.618Z | Downloaded ff v0.13.1 |
| 716 | 2026-03-23T20:44:31.618Z | Downloaded hex-literal v0.4.1 |
| 717 | 2026-03-23T20:44:31.621Z | Downloaded ecdsa v0.16.9 |
| 718 | 2026-03-23T20:44:31.621Z | Downloaded home v0.5.12 |
| 719 | 2026-03-23T20:44:31.623Z | Downloaded fallible-iterator v0.2.0 |
| 720 | 2026-03-23T20:44:31.623Z | Downloaded http-body v1.0.1 |
| 721 | 2026-03-23T20:44:31.626Z | Downloaded hostname v0.4.2 |
| 722 | 2026-03-23T20:44:31.626Z | Downloaded hyper-tls v0.6.0 |
| 723 | 2026-03-23T20:44:31.629Z | Downloaded hubpack v0.1.2 |
| 724 | 2026-03-23T20:44:31.629Z | Downloaded http-range v0.1.5 |
| 725 | 2026-03-23T20:44:31.629Z | Downloaded drift v0.1.3 |
| 726 | 2026-03-23T20:44:31.633Z | Downloaded derive-ex v0.1.8 |
| 727 | 2026-03-23T20:44:31.636Z | Downloaded fs_extra v1.3.0 |
| 728 | 2026-03-23T20:44:31.640Z | Downloaded foldhash v0.1.5 |
| 729 | 2026-03-23T20:44:31.640Z | Downloaded darling v0.21.3 |
| 730 | 2026-03-23T20:44:31.643Z | Downloaded hubpack_derive v0.1.1 |
| 731 | 2026-03-23T20:44:31.643Z | Downloaded des v0.8.1 |
| 732 | 2026-03-23T20:44:31.646Z | Downloaded derive_more v0.99.20 |
| 733 | 2026-03-23T20:44:31.648Z | Downloaded glob v0.3.3 |
| 734 | 2026-03-23T20:44:31.651Z | Downloaded indent_write v2.2.0 |
| 735 | 2026-03-23T20:44:31.651Z | Downloaded chacha20 v0.9.1 |
| 736 | 2026-03-23T20:44:31.654Z | Downloaded base64ct v1.8.3 |
| 737 | 2026-03-23T20:44:31.654Z | Downloaded indoc v1.0.9 |
| 738 | 2026-03-23T20:44:31.657Z | Downloaded ident_case v1.0.1 |
| 739 | 2026-03-23T20:44:31.657Z | Downloaded darling_core v0.20.11 |
| 740 | 2026-03-23T20:44:31.660Z | Downloaded globset v0.4.18 |
| 741 | 2026-03-23T20:44:31.676Z | Downloaded lazy_static v1.5.0 |
| 742 | 2026-03-23T20:44:31.680Z | Downloaded bitflags v1.3.2 |
| 743 | 2026-03-23T20:44:31.683Z | Downloaded kstat-rs v0.2.4 |
| 744 | 2026-03-23T20:44:31.683Z | Downloaded is_ci v1.2.0 |
| 745 | 2026-03-23T20:44:31.683Z | Downloaded is-terminal v0.4.17 |
| 746 | 2026-03-23T20:44:31.686Z | Downloaded lalrpop-util v0.19.12 |
| 747 | 2026-03-23T20:44:31.686Z | Downloaded env_logger v0.11.9 |
| 748 | 2026-03-23T20:44:31.688Z | Downloaded derive_builder v0.20.2 |
| 749 | 2026-03-23T20:44:31.691Z | Downloaded libscf-sys v1.1.0 |
| 750 | 2026-03-23T20:44:31.694Z | Downloaded http-body-util v0.1.3 |
| 751 | 2026-03-23T20:44:31.694Z | Downloaded keccak v0.1.6 |
| 752 | 2026-03-23T20:44:31.697Z | Downloaded getrandom v0.2.17 |
| 753 | 2026-03-23T20:44:31.697Z | Downloaded lru v0.12.5 |
| 754 | 2026-03-23T20:44:31.699Z | Downloaded md5 v0.7.0 |
| 755 | 2026-03-23T20:44:31.699Z | Downloaded md-5 v0.10.6 |
| 756 | 2026-03-23T20:44:31.702Z | Downloaded diff v0.1.13 |
| 757 | 2026-03-23T20:44:31.705Z | Downloaded derive-where v1.6.0 |
| 758 | 2026-03-23T20:44:31.708Z | Downloaded lru-slab v0.1.2 |
| 759 | 2026-03-23T20:44:31.708Z | Downloaded lru-cache v0.1.2 |
| 760 | 2026-03-23T20:44:31.711Z | Downloaded linked-hash-map v0.5.6 |
| 761 | 2026-03-23T20:44:31.711Z | Downloaded humantime v2.3.0 |
| 762 | 2026-03-23T20:44:31.711Z | Downloaded futures-channel v0.3.32 |
| 763 | 2026-03-23T20:44:31.714Z | Downloaded indoc v2.0.7 |
| 764 | 2026-03-23T20:44:31.716Z | Downloaded half v1.8.3 |
| 765 | 2026-03-23T20:44:31.719Z | Downloaded colored v3.1.1 |
| 766 | 2026-03-23T20:44:31.722Z | Downloaded memoffset v0.9.1 |
| 767 | 2026-03-23T20:44:31.722Z | Downloaded mime v0.3.17 |
| 768 | 2026-03-23T20:44:31.722Z | Downloaded lzss v0.8.2 |
| 769 | 2026-03-23T20:44:31.725Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 770 | 2026-03-23T20:44:31.727Z | Downloaded multimap v0.10.1 |
| 771 | 2026-03-23T20:44:31.728Z | Downloaded hickory-client v0.25.2 |
| 772 | 2026-03-23T20:44:31.730Z | Downloaded der v0.7.10 |
| 773 | 2026-03-23T20:44:31.733Z | Downloaded new_debug_unreachable v1.0.6 |
| 774 | 2026-03-23T20:44:31.736Z | Downloaded ipnet v2.11.0 |
| 775 | 2026-03-23T20:44:31.736Z | Downloaded normalize-line-endings v0.3.0 |
| 776 | 2026-03-23T20:44:31.736Z | Downloaded nonempty v0.12.0 |
| 777 | 2026-03-23T20:44:31.739Z | Downloaded newline-converter v0.3.0 |
| 778 | 2026-03-23T20:44:31.739Z | Downloaded ipnetwork v0.21.1 |
| 779 | 2026-03-23T20:44:31.742Z | Downloaded nibble_vec v0.1.0 |
| 780 | 2026-03-23T20:44:31.742Z | Downloaded num v0.4.3 |
| 781 | 2026-03-23T20:44:31.745Z | Downloaded newtype-uuid-macros v0.1.0 |
| 782 | 2026-03-23T20:44:31.745Z | Downloaded compact_str v0.8.1 |
| 783 | 2026-03-23T20:44:31.749Z | Downloaded hmac v0.12.1 |
| 784 | 2026-03-23T20:44:31.752Z | Downloaded libefi-sys v0.1.0 |
| 785 | 2026-03-23T20:44:31.752Z | Downloaded libsw v3.5.0 |
| 786 | 2026-03-23T20:44:31.752Z | Downloaded instant v0.1.13 |
| 787 | 2026-03-23T20:44:31.756Z | Downloaded lock_api v0.4.14 |
| 788 | 2026-03-23T20:44:31.756Z | Downloaded nodrop v0.1.14 |
| 789 | 2026-03-23T20:44:31.756Z | Downloaded hyper-staticfile v0.10.1 |
| 790 | 2026-03-23T20:44:31.760Z | Downloaded num-conv v0.2.0 |
| 791 | 2026-03-23T20:44:31.760Z | Downloaded dropshot_endpoint v0.16.7 |
| 792 | 2026-03-23T20:44:31.765Z | Downloaded newtype_derive v0.1.6 |
| 793 | 2026-03-23T20:44:31.765Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-03-23T20:44:31.765Z | Downloaded getrandom v0.3.4 |
| 795 | 2026-03-23T20:44:31.768Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2026-03-23T20:44:31.768Z | Downloaded num_threads v0.1.7 |
| 797 | 2026-03-23T20:44:31.771Z | Downloaded crc-any v2.5.0 |
| 798 | 2026-03-23T20:44:31.771Z | Downloaded oso-derive v0.27.3 |
| 799 | 2026-03-23T20:44:31.771Z | Downloaded linear-map v1.2.0 |
| 800 | 2026-03-23T20:44:31.774Z | Downloaded futures v0.3.32 |
| 801 | 2026-03-23T20:44:31.777Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-03-23T20:44:31.780Z | Downloaded fatfs v0.3.6 |
| 803 | 2026-03-23T20:44:31.782Z | Downloaded openssl-probe v0.2.1 |
| 804 | 2026-03-23T20:44:31.782Z | Downloaded iana-time-zone v0.1.65 |
| 805 | 2026-03-23T20:44:31.785Z | Downloaded openssl-probe v0.1.6 |
| 806 | 2026-03-23T20:44:31.785Z | Downloaded num-derive v0.3.3 |
| 807 | 2026-03-23T20:44:31.788Z | Downloaded opaque-debug v0.3.1 |
| 808 | 2026-03-23T20:44:31.788Z | Downloaded openssl-macros v0.1.1 |
| 809 | 2026-03-23T20:44:31.788Z | Downloaded hyper-rustls v0.27.7 |
| 810 | 2026-03-23T20:44:31.791Z | Downloaded half v2.7.1 |
| 811 | 2026-03-23T20:44:31.795Z | Downloaded multer v3.1.0 |
| 812 | 2026-03-23T20:44:31.798Z | Downloaded mime_guess v2.0.5 |
| 813 | 2026-03-23T20:44:31.798Z | Downloaded httparse v1.10.1 |
| 814 | 2026-03-23T20:44:31.801Z | Downloaded libsw-core v0.3.2 |
| 815 | 2026-03-23T20:44:31.801Z | Downloaded jobserver v0.1.34 |
| 816 | 2026-03-23T20:44:31.804Z | Downloaded darling_core v0.21.3 |
| 817 | 2026-03-23T20:44:31.806Z | Downloaded pbkdf2 v0.12.2 |
| 818 | 2026-03-23T20:44:31.809Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-03-23T20:44:31.809Z | Downloaded elliptic-curve v0.13.8 |
| 820 | 2026-03-23T20:44:31.812Z | Downloaded native-tls v0.2.18 |
| 821 | 2026-03-23T20:44:31.815Z | Downloaded path-slash v0.1.5 |
| 822 | 2026-03-23T20:44:31.815Z | Downloaded parse-size v1.1.0 |
| 823 | 2026-03-23T20:44:31.815Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2026-03-23T20:44:31.817Z | Downloaded cc v1.2.56 |
| 825 | 2026-03-23T20:44:31.820Z | Downloaded libloading v0.8.9 |
| 826 | 2026-03-23T20:44:31.823Z | Downloaded pbkdf2 v0.11.0 |
| 827 | 2026-03-23T20:44:31.823Z | Downloaded peg-runtime v0.8.5 |
| 828 | 2026-03-23T20:44:31.825Z | Downloaded litrs v1.0.0 |
| 829 | 2026-03-23T20:44:31.826Z | Downloaded pin-utils v0.1.0 |
| 830 | 2026-03-23T20:44:31.828Z | Downloaded phf_shared v0.12.1 |
| 831 | 2026-03-23T20:44:31.828Z | Downloaded num-iter v0.1.45 |
| 832 | 2026-03-23T20:44:31.831Z | Downloaded num-complex v0.4.6 |
| 833 | 2026-03-23T20:44:31.832Z | Downloaded num_enum v0.7.5 |
| 834 | 2026-03-23T20:44:31.835Z | Downloaded num_enum_derive v0.7.5 |
| 835 | 2026-03-23T20:44:31.837Z | Downloaded num_enum v0.5.11 |
| 836 | 2026-03-23T20:44:31.840Z | Downloaded predicates-core v1.0.10 |
| 837 | 2026-03-23T20:44:31.843Z | Downloaded precomputed-hash v0.1.1 |
| 838 | 2026-03-23T20:44:31.843Z | Downloaded olpc-cjson v0.1.4 |
| 839 | 2026-03-23T20:44:31.843Z | Downloaded chacha20poly1305 v0.10.1 |
| 840 | 2026-03-23T20:44:31.847Z | Downloaded num-integer v0.1.46 |
| 841 | 2026-03-23T20:44:31.847Z | Downloaded phf_shared v0.11.3 |
| 842 | 2026-03-23T20:44:31.849Z | Downloaded powerfmt v0.2.0 |
| 843 | 2026-03-23T20:44:31.849Z | Downloaded blake2 v0.10.6 |
| 844 | 2026-03-23T20:44:31.849Z | Downloaded expectorate v1.2.0 |
| 845 | 2026-03-23T20:44:31.852Z | Downloaded indexmap v1.9.3 |
| 846 | 2026-03-23T20:44:31.855Z | Downloaded nanorand v0.7.0 |
| 847 | 2026-03-23T20:44:31.858Z | Downloaded ignore v0.4.25 |
| 848 | 2026-03-23T20:44:31.860Z | Downloaded headers v0.4.1 |
| 849 | 2026-03-23T20:44:31.863Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 850 | 2026-03-23T20:44:31.866Z | Downloaded predicates-tree v1.0.13 |
| 851 | 2026-03-23T20:44:31.866Z | Downloaded progenitor-client v0.10.0 |
| 852 | 2026-03-23T20:44:31.866Z | Downloaded progenitor-client v0.11.2 |
| 853 | 2026-03-23T20:44:31.869Z | Downloaded ar_archive_writer v0.5.1 |
| 854 | 2026-03-23T20:44:31.871Z | Downloaded proc-macro-crate v3.4.0 |
| 855 | 2026-03-23T20:44:31.871Z | Downloaded bumpalo v3.20.2 |
| 856 | 2026-03-23T20:44:31.874Z | Downloaded oxnet v0.1.4 |
| 857 | 2026-03-23T20:44:31.877Z | Downloaded oxide-tokio-rt v0.1.3 |
| 858 | 2026-03-23T20:44:31.877Z | Downloaded newtype-uuid v1.3.2 |
| 859 | 2026-03-23T20:44:31.881Z | Downloaded paste v1.0.15 |
| 860 | 2026-03-23T20:44:31.881Z | Downloaded password-hash v0.4.2 |
| 861 | 2026-03-23T20:44:31.883Z | Downloaded progenitor-macro v0.10.0 |
| 862 | 2026-03-23T20:44:31.883Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-03-23T20:44:31.883Z | Downloaded proc-macro-crate v1.3.1 |
| 864 | 2026-03-23T20:44:31.886Z | Downloaded password-hash v0.5.0 |
| 865 | 2026-03-23T20:44:31.886Z | Downloaded packed_struct v0.10.1 |
| 866 | 2026-03-23T20:44:31.889Z | Downloaded phf v0.12.1 |
| 867 | 2026-03-23T20:44:31.891Z | Downloaded progenitor-macro v0.11.2 |
| 868 | 2026-03-23T20:44:31.891Z | Downloaded heapless v0.8.0 |
| 869 | 2026-03-23T20:44:31.894Z | Downloaded pem v3.0.6 |
| 870 | 2026-03-23T20:44:31.897Z | Downloaded psl-types v2.0.11 |
| 871 | 2026-03-23T20:44:31.897Z | Downloaded quick-error v1.2.3 |
| 872 | 2026-03-23T20:44:31.899Z | Downloaded heapless v0.7.17 |
| 873 | 2026-03-23T20:44:31.902Z | Downloaded crypto-bigint v0.5.5 |
| 874 | 2026-03-23T20:44:31.905Z | Downloaded num-rational v0.4.2 |
| 875 | 2026-03-23T20:44:31.909Z | Downloaded crossbeam-channel v0.5.15 |
| 876 | 2026-03-23T20:44:31.911Z | Downloaded pkg-config v0.3.32 |
| 877 | 2026-03-23T20:44:31.912Z | Downloaded pkcs8 v0.10.2 |
| 878 | 2026-03-23T20:44:31.914Z | Downloaded poly1305 v0.8.0 |
| 879 | 2026-03-23T20:44:31.917Z | Downloaded radium v0.7.0 |
| 880 | 2026-03-23T20:44:31.917Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-03-23T20:44:31.920Z | Downloaded const_format v0.2.35 |
| 882 | 2026-03-23T20:44:31.922Z | Downloaded ppv-lite86 v0.2.21 |
| 883 | 2026-03-23T20:44:31.925Z | Downloaded indicatif v0.18.4 |
| 884 | 2026-03-23T20:44:31.928Z | Downloaded base64 v0.21.7 |
| 885 | 2026-03-23T20:44:31.931Z | Downloaded predicates v3.1.4 |
| 886 | 2026-03-23T20:44:31.933Z | Downloaded pin-project-lite v0.2.17 |
| 887 | 2026-03-23T20:44:31.936Z | Downloaded parking_lot v0.11.2 |
| 888 | 2026-03-23T20:44:31.938Z | Downloaded pin-project-internal v1.1.11 |
| 889 | 2026-03-23T20:44:31.943Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 890 | 2026-03-23T20:44:31.943Z | Downloaded recursive v0.1.1 |
| 891 | 2026-03-23T20:44:31.943Z | Downloaded phf_shared v0.13.1 |
| 892 | 2026-03-23T20:44:31.945Z | Downloaded ref-cast-impl v1.0.25 |
| 893 | 2026-03-23T20:44:31.945Z | Downloaded ref-cast v1.0.25 |
| 894 | 2026-03-23T20:44:31.945Z | Downloaded flate2 v1.1.9 |
| 895 | 2026-03-23T20:44:31.949Z | Downloaded progenitor-extras v0.1.1 |
| 896 | 2026-03-23T20:44:31.952Z | Downloaded progenitor-client v0.13.0 |
| 897 | 2026-03-23T20:44:31.952Z | Downloaded progenitor v0.11.2 |
| 898 | 2026-03-23T20:44:31.955Z | Downloaded hickory-resolver v0.25.2 |
| 899 | 2026-03-23T20:44:31.957Z | Downloaded progenitor v0.13.0 |
| 900 | 2026-03-23T20:44:31.961Z | Downloaded rfc6979 v0.4.0 |
| 901 | 2026-03-23T20:44:31.961Z | Downloaded parse-display-derive v0.10.0 |
| 902 | 2026-03-23T20:44:31.961Z | Downloaded libbz2-rs-sys v0.2.2 |
| 903 | 2026-03-23T20:44:31.963Z | Downloaded rustc_version v0.1.7 |
| 904 | 2026-03-23T20:44:31.963Z | Downloaded ed25519-dalek v2.2.0 |
| 905 | 2026-03-23T20:44:31.969Z | Downloaded rustc_version v0.4.1 |
| 906 | 2026-03-23T20:44:31.971Z | Downloaded parking_lot_core v0.9.12 |
| 907 | 2026-03-23T20:44:31.971Z | Downloaded psm v0.1.30 |
| 908 | 2026-03-23T20:44:31.971Z | Downloaded peg v0.8.5 |
| 909 | 2026-03-23T20:44:31.977Z | Downloaded r2d2 v0.8.10 |
| 910 | 2026-03-23T20:44:31.980Z | Downloaded derive_more-impl v2.1.1 |
| 911 | 2026-03-23T20:44:31.982Z | Downloaded postcard v1.1.3 |
| 912 | 2026-03-23T20:44:31.985Z | Downloaded polyval v0.6.2 |
| 913 | 2026-03-23T20:44:31.985Z | Downloaded rand_core v0.10.0 |
| 914 | 2026-03-23T20:44:31.987Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-03-23T20:44:31.988Z | Downloaded rtoolbox v0.0.3 |
| 916 | 2026-03-23T20:44:31.990Z | Downloaded rand_core v0.9.5 |
| 917 | 2026-03-23T20:44:31.990Z | Downloaded rand_chacha v0.9.0 |
| 918 | 2026-03-23T20:44:31.993Z | Downloaded pkcs1 v0.7.5 |
| 919 | 2026-03-23T20:44:31.995Z | Downloaded postgres-types v0.2.12 |
| 920 | 2026-03-23T20:44:31.995Z | Downloaded miniz_oxide v0.8.9 |
| 921 | 2026-03-23T20:44:31.998Z | Downloaded crossterm v0.28.1 |
| 922 | 2026-03-23T20:44:32.003Z | Downloaded same-file v1.0.6 |
| 923 | 2026-03-23T20:44:32.005Z | Downloaded rand_xorshift v0.4.0 |
| 924 | 2026-03-23T20:44:32.005Z | Downloaded sapling-renderdag v0.1.0 |
| 925 | 2026-03-23T20:44:32.009Z | Downloaded scopeguard v1.2.0 |
| 926 | 2026-03-23T20:44:32.009Z | Downloaded p256 v0.13.2 |
| 927 | 2026-03-23T20:44:32.012Z | Downloaded scheduled-thread-pool v0.2.7 |
| 928 | 2026-03-23T20:44:32.012Z | Downloaded proc-macro-error2 v2.0.1 |
| 929 | 2026-03-23T20:44:32.016Z | Downloaded salsa20 v0.10.2 |
| 930 | 2026-03-23T20:44:32.018Z | Downloaded primeorder v0.13.6 |
| 931 | 2026-03-23T20:44:32.019Z | Downloaded scroll_derive v0.13.1 |
| 932 | 2026-03-23T20:44:32.019Z | Downloaded rand_seeder v0.4.0 |
| 933 | 2026-03-23T20:44:32.021Z | Downloaded postgres-protocol v0.6.10 |
| 934 | 2026-03-23T20:44:32.021Z | Downloaded progenitor v0.10.0 |
| 935 | 2026-03-23T20:44:32.025Z | Downloaded parking_lot_core v0.8.6 |
| 936 | 2026-03-23T20:44:32.028Z | Downloaded papergrid v0.17.0 |
| 937 | 2026-03-23T20:44:32.030Z | Downloaded secrecy v0.10.3 |
| 938 | 2026-03-23T20:44:32.030Z | Downloaded secrecy v0.8.0 |
| 939 | 2026-03-23T20:44:32.033Z | Downloaded scrypt v0.11.0 |
| 940 | 2026-03-23T20:44:32.033Z | Downloaded serde_bytes v0.11.19 |
| 941 | 2026-03-23T20:44:32.035Z | Downloaded resolv-conf v0.7.6 |
| 942 | 2026-03-23T20:44:32.035Z | Downloaded seq-macro v0.3.6 |
| 943 | 2026-03-23T20:44:32.038Z | Downloaded serde_plain v1.0.2 |
| 944 | 2026-03-23T20:44:32.038Z | Downloaded parking_lot v0.12.5 |
| 945 | 2026-03-23T20:44:32.041Z | Downloaded peg-macros v0.8.5 |
| 946 | 2026-03-23T20:44:32.044Z | Downloaded serde-big-array v0.5.1 |
| 947 | 2026-03-23T20:44:32.044Z | Downloaded omicron-zone-package v0.12.2 |
| 948 | 2026-03-23T20:44:32.047Z | Downloaded dropshot-api-manager v0.6.0 |
| 949 | 2026-03-23T20:44:32.053Z | Downloaded jiff-static v0.2.21 |
| 950 | 2026-03-23T20:44:32.056Z | Downloaded hickory-resolver v0.24.4 |
| 951 | 2026-03-23T20:44:32.056Z | Downloaded phf v0.13.1 |
| 952 | 2026-03-23T20:44:32.056Z | Downloaded pin-project v1.1.11 |
| 953 | 2026-03-23T20:44:32.068Z | Downloaded serde_urlencoded v0.7.1 |
| 954 | 2026-03-23T20:44:32.073Z | Downloaded openssl-sys v0.9.111 |
| 955 | 2026-03-23T20:44:32.073Z | Downloaded sha1 v0.10.6 |
| 956 | 2026-03-23T20:44:32.073Z | Downloaded prefix-trie v0.7.0 |
| 957 | 2026-03-23T20:44:32.075Z | Downloaded shell-words v1.1.1 |
| 958 | 2026-03-23T20:44:32.075Z | Downloaded siphasher v1.0.2 |
| 959 | 2026-03-23T20:44:32.078Z | Downloaded signature v2.2.0 |
| 960 | 2026-03-23T20:44:32.080Z | Downloaded signal-hook-tokio v0.3.1 |
| 961 | 2026-03-23T20:44:32.080Z | Downloaded rustls-pemfile v1.0.4 |
| 962 | 2026-03-23T20:44:32.083Z | Downloaded rusty-fork v0.3.1 |
| 963 | 2026-03-23T20:44:32.083Z | Downloaded scroll v0.13.0 |
| 964 | 2026-03-23T20:44:32.099Z | Downloaded schemars_derive v0.8.22 |
| 965 | 2026-03-23T20:44:32.099Z | Downloaded rustversion v1.0.22 |
| 966 | 2026-03-23T20:44:32.099Z | Downloaded rustls-pemfile v2.2.0 |
| 967 | 2026-03-23T20:44:32.099Z | Downloaded hickory-server v0.25.2 |
| 968 | 2026-03-23T20:44:32.099Z | Downloaded semver v0.1.20 |
| 969 | 2026-03-23T20:44:32.100Z | Downloaded signal-hook-mio v0.2.5 |
| 970 | 2026-03-23T20:44:32.100Z | Downloaded rustls-native-certs v0.8.3 |
| 971 | 2026-03-23T20:44:32.103Z | Downloaded rand_core v0.6.4 |
| 972 | 2026-03-23T20:44:32.103Z | Downloaded sigpipe v0.1.3 |
| 973 | 2026-03-23T20:44:32.103Z | Downloaded quinn-udp v0.5.14 |
| 974 | 2026-03-23T20:44:32.103Z | Downloaded progenitor-impl v0.13.0 |
| 975 | 2026-03-23T20:44:32.109Z | Downloaded progenitor-impl v0.10.0 |
| 976 | 2026-03-23T20:44:32.109Z | Downloaded pkcs5 v0.7.1 |
| 977 | 2026-03-23T20:44:32.112Z | Downloaded serde_repr v0.1.20 |
| 978 | 2026-03-23T20:44:32.112Z | Downloaded serde-hex v0.1.0 |
| 979 | 2026-03-23T20:44:32.115Z | Downloaded sqlparser_derive v0.5.0 |
| 980 | 2026-03-23T20:44:32.115Z | Downloaded slog-bunyan v2.5.0 |
| 981 | 2026-03-23T20:44:32.115Z | Downloaded sct v0.7.1 |
| 982 | 2026-03-23T20:44:32.118Z | Downloaded serde_path_to_error v0.1.20 |
| 983 | 2026-03-23T20:44:32.121Z | Downloaded ssh-cipher v0.2.0 |
| 984 | 2026-03-23T20:44:32.121Z | Downloaded hyper-util v0.1.20 |
| 985 | 2026-03-23T20:44:32.124Z | Downloaded ssh-encoding v0.2.0 |
| 986 | 2026-03-23T20:44:32.127Z | Downloaded serde_derive_internals v0.29.1 |
| 987 | 2026-03-23T20:44:32.130Z | Downloaded russh-keys v0.45.0 |
| 988 | 2026-03-23T20:44:32.130Z | Downloaded sec1 v0.7.3 |
| 989 | 2026-03-23T20:44:32.132Z | Downloaded serde_spanned v1.0.4 |
| 990 | 2026-03-23T20:44:32.132Z | Downloaded strum v0.26.3 |
| 991 | 2026-03-23T20:44:32.135Z | Downloaded crossterm v0.29.0 |
| 992 | 2026-03-23T20:44:32.138Z | Downloaded shlex v1.3.0 |
| 993 | 2026-03-23T20:44:32.141Z | Downloaded strum v0.27.2 |
| 994 | 2026-03-23T20:44:32.142Z | Downloaded slog-envlogger v2.2.0 |
| 995 | 2026-03-23T20:44:32.145Z | Downloaded slab v0.4.12 |
| 996 | 2026-03-23T20:44:32.145Z | Downloaded structmeta-derive v0.3.0 |
| 997 | 2026-03-23T20:44:32.145Z | Downloaded structmeta v0.3.0 |
| 998 | 2026-03-23T20:44:32.148Z | Downloaded oso v0.27.3 |
| 999 | 2026-03-23T20:44:32.150Z | Downloaded prettyplease v0.2.37 |
| 1000 | 2026-03-23T20:44:32.153Z | Downloaded hashbrown v0.13.2 |
| 1001 | 2026-03-23T20:44:32.156Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1002 | 2026-03-23T20:44:32.156Z | Downloaded slog-async v2.8.0 |
| 1003 | 2026-03-23T20:44:32.160Z | Downloaded itertools v0.10.5 |
| 1004 | 2026-03-23T20:44:32.162Z | Downloaded tap v1.0.1 |
| 1005 | 2026-03-23T20:44:32.165Z | Downloaded aes v0.8.4 |
| 1006 | 2026-03-23T20:44:32.168Z | Downloaded sync_wrapper v1.0.2 |
| 1007 | 2026-03-23T20:44:32.168Z | Downloaded slog-stdlog v4.1.1 |
| 1008 | 2026-03-23T20:44:32.171Z | Downloaded slog-scope v4.4.1 |
| 1009 | 2026-03-23T20:44:32.171Z | Downloaded slog-json v2.6.1 |
| 1010 | 2026-03-23T20:44:32.173Z | Downloaded signal-hook-registry v1.4.8 |
| 1011 | 2026-03-23T20:44:32.173Z | Downloaded rustls-pki-types v1.14.0 |
| 1012 | 2026-03-23T20:44:32.176Z | Downloaded subtle v2.6.1 |
| 1013 | 2026-03-23T20:44:32.176Z | Downloaded spki v0.7.3 |
| 1014 | 2026-03-23T20:44:32.180Z | Downloaded minimal-lexical v0.2.1 |
| 1015 | 2026-03-23T20:44:32.183Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1016 | 2026-03-23T20:44:32.185Z | Downloaded thread-id v5.1.0 |
| 1017 | 2026-03-23T20:44:32.185Z | Downloaded supports-color v3.0.2 |
| 1018 | 2026-03-23T20:44:32.185Z | Downloaded tagptr v0.2.0 |
| 1019 | 2026-03-23T20:44:32.188Z | Downloaded tabwriter v1.4.1 |
| 1020 | 2026-03-23T20:44:32.188Z | Downloaded sync-ptr v0.1.4 |
| 1021 | 2026-03-23T20:44:32.192Z | Downloaded take_mut v0.2.2 |
| 1022 | 2026-03-23T20:44:32.192Z | Downloaded simd-adler32 v0.3.8 |
| 1023 | 2026-03-23T20:44:32.194Z | Downloaded sqlformat v0.3.5 |
| 1024 | 2026-03-23T20:44:32.194Z | Downloaded progenitor-impl v0.11.2 |
| 1025 | 2026-03-23T20:44:32.197Z | Downloaded hashbrown v0.12.3 |
| 1026 | 2026-03-23T20:44:32.200Z | Downloaded time-core v0.1.8 |
| 1027 | 2026-03-23T20:44:32.200Z | Downloaded tabled_derive v0.11.0 |
| 1028 | 2026-03-23T20:44:32.203Z | Downloaded slog-term v2.9.2 |
| 1029 | 2026-03-23T20:44:32.205Z | Downloaded tinyvec_macros v0.1.1 |
| 1030 | 2026-03-23T20:44:32.205Z | Downloaded strum_macros v0.26.4 |
| 1031 | 2026-03-23T20:44:32.208Z | Downloaded serde_cbor v0.11.2 |
| 1032 | 2026-03-23T20:44:32.210Z | Downloaded testing_table v0.3.0 |
| 1033 | 2026-03-23T20:44:32.210Z | Downloaded http v1.4.0 |
| 1034 | 2026-03-23T20:44:32.213Z | Downloaded support-bundle-viewer v0.1.2 |
| 1035 | 2026-03-23T20:44:32.216Z | Downloaded num-bigint v0.4.6 |
| 1036 | 2026-03-23T20:44:32.219Z | Downloaded rayon-core v1.13.0 |
| 1037 | 2026-03-23T20:44:32.222Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1038 | 2026-03-23T20:44:32.224Z | Downloaded hashbrown v0.15.5 |
| 1039 | 2026-03-23T20:44:32.228Z | Downloaded stringprep v0.1.5 |
| 1040 | 2026-03-23T20:44:32.231Z | Downloaded schemars v0.8.22 |
| 1041 | 2026-03-23T20:44:32.239Z | Downloaded string_cache v0.8.9 |
| 1042 | 2026-03-23T20:44:32.242Z | Downloaded termios v0.3.3 |
| 1043 | 2026-03-23T20:44:32.244Z | Downloaded static_assertions v1.1.0 |
| 1044 | 2026-03-23T20:44:32.244Z | Downloaded ryu v1.0.23 |
| 1045 | 2026-03-23T20:44:32.247Z | Downloaded stacker v0.1.23 |
| 1046 | 2026-03-23T20:44:32.250Z | Downloaded tower-service v0.3.3 |
| 1047 | 2026-03-23T20:44:32.250Z | Downloaded topological-sort v0.2.2 |
| 1048 | 2026-03-23T20:44:32.250Z | Downloaded rcgen v0.12.1 |
| 1049 | 2026-03-23T20:44:32.253Z | Downloaded snafu-derive v0.8.9 |
| 1050 | 2026-03-23T20:44:32.253Z | Downloaded smf v0.2.3 |
| 1051 | 2026-03-23T20:44:32.256Z | Downloaded thread_local v1.1.9 |
| 1052 | 2026-03-23T20:44:32.256Z | Downloaded thiserror-no-std v2.0.2 |
| 1053 | 2026-03-23T20:44:32.258Z | Downloaded mio v1.1.1 |
| 1054 | 2026-03-23T20:44:32.263Z | Downloaded rand v0.8.5 |
| 1055 | 2026-03-23T20:44:32.266Z | Downloaded spin v0.9.8 |
| 1056 | 2026-03-23T20:44:32.269Z | Downloaded quinn v0.11.9 |
| 1057 | 2026-03-23T20:44:32.273Z | Downloaded trait-variant v0.1.2 |
| 1058 | 2026-03-23T20:44:32.279Z | Downloaded tower-layer v0.3.3 |
| 1059 | 2026-03-23T20:44:32.279Z | Downloaded termtree v0.5.1 |
| 1060 | 2026-03-23T20:44:32.279Z | Downloaded strum_macros v0.24.3 |
| 1061 | 2026-03-23T20:44:32.279Z | Downloaded try-lock v0.2.5 |
| 1062 | 2026-03-23T20:44:32.284Z | Downloaded tls_codec_derive v0.4.2 |
| 1063 | 2026-03-23T20:44:32.284Z | Downloaded time-macros v0.2.27 |
| 1064 | 2026-03-23T20:44:32.284Z | Downloaded smallvec v0.6.14 |
| 1065 | 2026-03-23T20:44:32.284Z | Downloaded slog-dtrace v0.3.0 |
| 1066 | 2026-03-23T20:44:32.284Z | Downloaded strum_macros v0.27.2 |
| 1067 | 2026-03-23T20:44:32.287Z | Downloaded itertools v0.13.0 |
| 1068 | 2026-03-23T20:44:32.291Z | Downloaded itertools v0.12.1 |
| 1069 | 2026-03-23T20:44:32.296Z | Downloaded untrusted v0.9.0 |
| 1070 | 2026-03-23T20:44:32.299Z | Downloaded tokio-rustls v0.25.0 |
| 1071 | 2026-03-23T20:44:32.301Z | Downloaded nom v7.1.3 |
| 1072 | 2026-03-23T20:44:32.304Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1073 | 2026-03-23T20:44:32.307Z | Downloaded tokio-macros v2.6.0 |
| 1074 | 2026-03-23T20:44:32.307Z | Downloaded tls_codec v0.4.2 |
| 1075 | 2026-03-23T20:44:32.309Z | Downloaded term v0.7.0 |
| 1076 | 2026-03-23T20:44:32.312Z | Downloaded signal-hook v0.3.18 |
| 1077 | 2026-03-23T20:44:32.314Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1078 | 2026-03-23T20:44:32.314Z | Downloaded qorb v0.4.1 |
| 1079 | 2026-03-23T20:44:32.317Z | Downloaded typify-macro v0.6.1 |
| 1080 | 2026-03-23T20:44:32.320Z | Downloaded unicode-truncate v1.1.0 |
| 1081 | 2026-03-23T20:44:32.320Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2026-03-23T20:44:32.324Z | Downloaded void v1.0.2 |
| 1083 | 2026-03-23T20:44:32.324Z | Downloaded usdt-attr-macro v0.6.0 |
| 1084 | 2026-03-23T20:44:32.327Z | Downloaded unit-prefix v0.5.2 |
| 1085 | 2026-03-23T20:44:32.327Z | Downloaded universal-hash v0.5.1 |
| 1086 | 2026-03-23T20:44:32.327Z | Downloaded tokio-native-tls v0.3.1 |
| 1087 | 2026-03-23T20:44:32.330Z | Downloaded untrusted v0.7.1 |
| 1088 | 2026-03-23T20:44:32.330Z | Downloaded libxml v0.3.3 |
| 1089 | 2026-03-23T20:44:32.332Z | Downloaded tokio-tungstenite v0.23.1 |
| 1090 | 2026-03-23T20:44:32.335Z | Downloaded utf-8 v0.7.6 |
| 1091 | 2026-03-23T20:44:32.338Z | Downloaded usdt-macro v0.6.0 |
| 1092 | 2026-03-23T20:44:32.338Z | Downloaded tiny-keccak v2.0.2 |
| 1093 | 2026-03-23T20:44:32.340Z | Downloaded similar v2.7.0 |
| 1094 | 2026-03-23T20:44:32.343Z | Downloaded tui-tree-widget v0.23.1 |
| 1095 | 2026-03-23T20:44:32.346Z | Downloaded tokio-tungstenite v0.21.0 |
| 1096 | 2026-03-23T20:44:32.346Z | Downloaded slog v2.8.2 |
| 1097 | 2026-03-23T20:44:32.348Z | Downloaded p521 v0.13.3 |
| 1098 | 2026-03-23T20:44:32.351Z | Downloaded want v0.3.1 |
| 1099 | 2026-03-23T20:44:32.355Z | Downloaded socket2 v0.6.2 |
| 1100 | 2026-03-23T20:44:32.355Z | Downloaded samael v0.0.19 |
| 1101 | 2026-03-23T20:44:32.359Z | Downloaded tokio-dtrace v0.1.1 |
| 1102 | 2026-03-23T20:44:32.361Z | Downloaded tokio-rustls v0.26.4 |
| 1103 | 2026-03-23T20:44:32.364Z | Downloaded tokio-rustls v0.24.1 |
| 1104 | 2026-03-23T20:44:32.364Z | Downloaded unicase v2.9.0 |
| 1105 | 2026-03-23T20:44:32.367Z | Downloaded rsa v0.9.10 |
| 1106 | 2026-03-23T20:44:32.369Z | Downloaded xshell-macros v0.2.7 |
| 1107 | 2026-03-23T20:44:32.370Z | Downloaded xattr v1.6.1 |
| 1108 | 2026-03-23T20:44:32.372Z | Downloaded num-bigint-dig v0.8.6 |
| 1109 | 2026-03-23T20:44:32.376Z | Downloaded rand v0.10.0 |
| 1110 | 2026-03-23T20:44:32.379Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1111 | 2026-03-23T20:44:32.381Z | Downloaded waitgroup v0.1.2 |
| 1112 | 2026-03-23T20:44:32.381Z | Downloaded term v1.2.1 |
| 1113 | 2026-03-23T20:44:32.387Z | Downloaded hkdf v0.12.4 |
| 1114 | 2026-03-23T20:44:32.387Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1115 | 2026-03-23T20:44:32.390Z | Downloaded vergen-gitcl v1.0.8 |
| 1116 | 2026-03-23T20:44:32.390Z | Downloaded rand v0.9.2 |
| 1117 | 2026-03-23T20:44:32.393Z | Downloaded zeroize_derive v1.4.3 |
| 1118 | 2026-03-23T20:44:32.393Z | Downloaded rustls-webpki v0.103.9 |
| 1119 | 2026-03-23T20:44:32.396Z | Downloaded hyper v1.8.1 |
| 1120 | 2026-03-23T20:44:32.401Z | Downloaded itertools v0.14.0 |
| 1121 | 2026-03-23T20:44:32.406Z | Downloaded vergen-git2 v1.0.7 |
| 1122 | 2026-03-23T20:44:32.409Z | Downloaded tokio-stream v0.1.18 |
| 1123 | 2026-03-23T20:44:32.412Z | Downloaded zone_cfg_derive v0.3.1 |
| 1124 | 2026-03-23T20:44:32.412Z | Downloaded schemars v1.2.1 |
| 1125 | 2026-03-23T20:44:32.422Z | Downloaded zone v0.3.1 |
| 1126 | 2026-03-23T20:44:32.425Z | Downloaded socket2 v0.5.10 |
| 1127 | 2026-03-23T20:44:32.425Z | Downloaded vergen-lib v0.1.6 |
| 1128 | 2026-03-23T20:44:32.429Z | Downloaded wait-timeout v0.2.1 |
| 1129 | 2026-03-23T20:44:32.429Z | Downloaded uzers v0.12.2 |
| 1130 | 2026-03-23T20:44:32.432Z | Downloaded whoami v2.1.0 |
| 1131 | 2026-03-23T20:44:32.432Z | Downloaded usdt-impl v0.6.0 |
| 1132 | 2026-03-23T20:44:32.432Z | Downloaded twox-hash v2.1.2 |
| 1133 | 2026-03-23T20:44:32.435Z | Downloaded walkdir v2.5.0 |
| 1134 | 2026-03-23T20:44:32.438Z | Downloaded whoami v1.6.1 |
| 1135 | 2026-03-23T20:44:32.438Z | Downloaded h2 v0.4.13 |
| 1136 | 2026-03-23T20:44:32.442Z | Downloaded xshell v0.2.7 |
| 1137 | 2026-03-23T20:44:32.446Z | Downloaded wyz v0.5.1 |
| 1138 | 2026-03-23T20:44:32.446Z | Downloaded toml v0.7.8 |
| 1139 | 2026-03-23T20:44:32.449Z | Downloaded snafu v0.8.9 |
| 1140 | 2026-03-23T20:44:32.452Z | Downloaded tinyvec v1.10.0 |
| 1141 | 2026-03-23T20:44:32.455Z | Downloaded russh v0.45.0 |
| 1142 | 2026-03-23T20:44:32.457Z | Downloaded tracing-attributes v0.1.31 |
| 1143 | 2026-03-23T20:44:32.460Z | Downloaded vergen v9.0.6 |
| 1144 | 2026-03-23T20:44:32.460Z | Downloaded unicode-properties v0.1.4 |
| 1145 | 2026-03-23T20:44:32.463Z | Downloaded zeroize v1.8.2 |
| 1146 | 2026-03-23T20:44:32.463Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1147 | 2026-03-23T20:44:32.466Z | Downloaded test-strategy v0.4.5 |
| 1148 | 2026-03-23T20:44:32.469Z | Downloaded xz2 v0.1.7 |
| 1149 | 2026-03-23T20:44:32.472Z | Downloaded aho-corasick v1.1.4 |
| 1150 | 2026-03-23T20:44:32.475Z | Downloaded subprocess v0.2.15 |
| 1151 | 2026-03-23T20:44:32.478Z | Downloaded aes-gcm v0.10.3 |
| 1152 | 2026-03-23T20:44:32.480Z | Downloaded zstd-safe v7.2.4 |
| 1153 | 2026-03-23T20:44:32.485Z | Downloaded vsss-rs v3.3.4 |
| 1154 | 2026-03-23T20:44:32.485Z | Downloaded zstd v0.13.3 |
| 1155 | 2026-03-23T20:44:32.488Z | Downloaded tungstenite v0.21.0 |
| 1156 | 2026-03-23T20:44:32.491Z | Downloaded rustyline v14.0.0 |
| 1157 | 2026-03-23T20:44:32.495Z | Downloaded libm v0.2.16 |
| 1158 | 2026-03-23T20:44:32.500Z | Downloaded typify v0.4.3 |
| 1159 | 2026-03-23T20:44:32.503Z | Downloaded unsafe-libyaml v0.2.11 |
| 1160 | 2026-03-23T20:44:32.506Z | Downloaded schemars v0.9.0 |
| 1161 | 2026-03-23T20:44:32.514Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1162 | 2026-03-23T20:44:32.517Z | Downloaded steno v0.4.1 |
| 1163 | 2026-03-23T20:44:32.520Z | Downloaded futures-util v0.3.32 |
| 1164 | 2026-03-23T20:44:32.529Z | Downloaded zerocopy v0.6.6 |
| 1165 | 2026-03-23T20:44:32.532Z | Downloaded blake3 v1.8.3 |
| 1166 | 2026-03-23T20:44:32.539Z | Downloaded tungstenite v0.23.0 |
| 1167 | 2026-03-23T20:44:32.542Z | Downloaded tracing-core v0.1.36 |
| 1168 | 2026-03-23T20:44:32.542Z | Downloaded yasna v0.5.2 |
| 1169 | 2026-03-23T20:44:32.545Z | Downloaded unicode-bidi v0.3.18 |
| 1170 | 2026-03-23T20:44:32.548Z | Downloaded vte v0.14.1 |
| 1171 | 2026-03-23T20:44:32.548Z | Downloaded reedline v0.40.0 |
| 1172 | 2026-03-23T20:44:32.552Z | Downloaded rpassword v7.4.0 |
| 1173 | 2026-03-23T20:44:32.555Z | Downloaded ron v0.12.0 |
| 1174 | 2026-03-23T20:44:32.560Z | Downloaded uuid v1.21.0 |
| 1175 | 2026-03-23T20:44:32.563Z | Downloaded typify v0.6.1 |
| 1176 | 2026-03-23T20:44:32.566Z | Downloaded toml_edit v0.19.15 |
| 1177 | 2026-03-23T20:44:32.578Z | Downloaded tokio-postgres v0.7.16 |
| 1178 | 2026-03-23T20:44:32.581Z | Downloaded iddqd v0.3.17 |
| 1179 | 2026-03-23T20:44:32.586Z | Downloaded usdt v0.6.0 |
| 1180 | 2026-03-23T20:44:32.590Z | Downloaded tar v0.4.44 |
| 1181 | 2026-03-23T20:44:32.593Z | Downloaded bindgen v0.71.1 |
| 1182 | 2026-03-23T20:44:32.596Z | Downloaded iri-string v0.7.10 |
| 1183 | 2026-03-23T20:44:32.600Z | Downloaded unarray v0.1.4 |
| 1184 | 2026-03-23T20:44:32.603Z | Downloaded typify-macro v0.4.3 |
| 1185 | 2026-03-23T20:44:32.603Z | Downloaded serde_with_macros v3.17.0 |
| 1186 | 2026-03-23T20:44:32.606Z | Downloaded ron v0.8.1 |
| 1187 | 2026-03-23T20:44:32.609Z | Downloaded zip v0.6.6 |
| 1188 | 2026-03-23T20:44:32.612Z | Downloaded yansi v1.0.1 |
| 1189 | 2026-03-23T20:44:32.615Z | Downloaded ssh-key v0.6.7 |
| 1190 | 2026-03-23T20:44:32.618Z | Downloaded zopfli v0.8.3 |
| 1191 | 2026-03-23T20:44:32.621Z | Downloaded portable-atomic v1.13.1 |
| 1192 | 2026-03-23T20:44:32.626Z | Downloaded unicode_categories v0.1.1 |
| 1193 | 2026-03-23T20:44:32.629Z | Downloaded rayon v1.11.0 |
| 1194 | 2026-03-23T20:44:32.635Z | Downloaded reqwest v0.13.2 |
| 1195 | 2026-03-23T20:44:32.639Z | Downloaded reqwest v0.12.28 |
| 1196 | 2026-03-23T20:44:32.644Z | Downloaded regex v1.12.3 |
| 1197 | 2026-03-23T20:44:32.648Z | Downloaded p384 v0.13.1 |
| 1198 | 2026-03-23T20:44:32.655Z | Downloaded typed-path v0.9.3 |
| 1199 | 2026-03-23T20:44:32.658Z | Downloaded tower v0.5.3 |
| 1200 | 2026-03-23T20:44:32.663Z | Downloaded x509-cert v0.2.5 |
| 1201 | 2026-03-23T20:44:32.670Z | Downloaded zerocopy-derive v0.8.40 |
| 1202 | 2026-03-23T20:44:32.674Z | Downloaded quick-xml v0.37.5 |
| 1203 | 2026-03-23T20:44:32.679Z | Downloaded bitvec v1.0.1 |
| 1204 | 2026-03-23T20:44:32.690Z | Downloaded unicode-segmentation v1.12.0 |
| 1205 | 2026-03-23T20:44:32.693Z | Downloaded rustls-webpki v0.101.7 |
| 1206 | 2026-03-23T20:44:32.704Z | Downloaded unicode-normalization v0.1.25 |
| 1207 | 2026-03-23T20:44:32.707Z | Downloaded tough v0.20.0 |
| 1208 | 2026-03-23T20:44:32.713Z | Downloaded curve25519-dalek v4.1.3 |
| 1209 | 2026-03-23T20:44:32.720Z | Downloaded tower-http v0.6.8 |
| 1210 | 2026-03-23T20:44:32.726Z | Downloaded moka v0.12.13 |
| 1211 | 2026-03-23T20:44:32.732Z | Downloaded tokio-util v0.7.18 |
| 1212 | 2026-03-23T20:44:32.738Z | Downloaded serde_with v3.17.0 |
| 1213 | 2026-03-23T20:44:32.747Z | Downloaded zip v4.6.1 |
| 1214 | 2026-03-23T20:44:32.751Z | Downloaded salty v0.3.0 |
| 1215 | 2026-03-23T20:44:32.755Z | Downloaded proptest v1.10.0 |
| 1216 | 2026-03-23T20:44:32.762Z | Downloaded nix v0.27.1 |
| 1217 | 2026-03-23T20:44:32.770Z | Downloaded rustls-webpki v0.102.8 |
| 1218 | 2026-03-23T20:44:32.784Z | Downloaded winnow v0.5.40 |
| 1219 | 2026-03-23T20:44:32.790Z | Downloaded quinn-proto v0.11.13 |
| 1220 | 2026-03-23T20:44:32.796Z | Downloaded winnow v0.6.26 |
| 1221 | 2026-03-23T20:44:32.803Z | Downloaded object v0.30.4 |
| 1222 | 2026-03-23T20:44:32.809Z | Downloaded openssl v0.10.75 |
| 1223 | 2026-03-23T20:44:32.817Z | Downloaded radix_trie v0.2.1 |
| 1224 | 2026-03-23T20:44:32.821Z | Downloaded polar-core v0.27.3 |
| 1225 | 2026-03-23T20:44:32.826Z | Downloaded bstr v1.12.1 |
| 1226 | 2026-03-23T20:44:32.833Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-03-23T20:44:32.839Z | Downloaded petname v2.0.2 |
| 1228 | 2026-03-23T20:44:32.843Z | Downloaded tabled v0.20.0 |
| 1229 | 2026-03-23T20:44:32.856Z | Downloaded regex-syntax v0.6.29 |
| 1230 | 2026-03-23T20:44:32.862Z | Downloaded nix v0.28.0 |
| 1231 | 2026-03-23T20:44:32.871Z | Downloaded dropshot v0.16.7 |
| 1232 | 2026-03-23T20:44:32.886Z | Downloaded vcpkg v0.2.15 |
| 1233 | 2026-03-23T20:44:32.917Z | Downloaded zlib-rs v0.6.2 |
| 1234 | 2026-03-23T20:44:32.921Z | Downloaded smoltcp v0.9.1 |
| 1235 | 2026-03-23T20:44:32.931Z | Downloaded hickory-proto v0.24.4 |
| 1236 | 2026-03-23T20:44:32.941Z | Downloaded hickory-proto v0.25.2 |
| 1237 | 2026-03-23T20:44:32.954Z | Downloaded rustls v0.22.4 |
| 1238 | 2026-03-23T20:44:32.965Z | Downloaded rustix v0.38.44 |
| 1239 | 2026-03-23T20:44:32.982Z | Downloaded zerocopy v0.8.40 |
| 1240 | 2026-03-23T20:44:32.990Z | Downloaded rustls v0.23.37 |
| 1241 | 2026-03-23T20:44:33.001Z | Downloaded regex-syntax v0.8.10 |
| 1242 | 2026-03-23T20:44:33.007Z | Downloaded diesel v2.3.7 |
| 1243 | 2026-03-23T20:44:33.022Z | Downloaded webpki-roots v1.0.6 |
| 1244 | 2026-03-23T20:44:33.025Z | Downloaded smoltcp v0.11.0 |
| 1245 | 2026-03-23T20:44:33.034Z | Downloaded typify-impl v0.6.1 |
| 1246 | 2026-03-23T20:44:33.046Z | Downloaded regress v0.10.5 |
| 1247 | 2026-03-23T20:44:33.053Z | Downloaded openapiv3 v2.2.0 |
| 1248 | 2026-03-23T20:44:33.062Z | Downloaded object v0.37.3 |
| 1249 | 2026-03-23T20:44:33.071Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1250 | 2026-03-23T20:44:33.081Z | Downloaded sqlparser v0.61.0 |
| 1251 | 2026-03-23T20:44:33.089Z | Downloaded nix v0.31.1 |
| 1252 | 2026-03-23T20:44:33.098Z | Downloaded nix v0.29.0 |
| 1253 | 2026-03-23T20:44:33.107Z | Downloaded regex-automata v0.4.14 |
| 1254 | 2026-03-23T20:44:33.119Z | Downloaded sled v0.34.7 |
| 1255 | 2026-03-23T20:44:33.127Z | Downloaded ratatui v0.29.0 |
| 1256 | 2026-03-23T20:44:33.143Z | Downloaded tracing v0.1.44 |
| 1257 | 2026-03-23T20:44:33.159Z | Downloaded time v0.3.47 |
| 1258 | 2026-03-23T20:44:33.168Z | Downloaded typify-impl v0.4.3 |
| 1259 | 2026-03-23T20:44:33.180Z | Downloaded chrono-tz v0.10.4 |
| 1260 | 2026-03-23T20:44:33.194Z | Downloaded zerocopy-derive v0.6.6 |
| 1261 | 2026-03-23T20:44:33.202Z | Downloaded lzma-sys v0.1.20 |
| 1262 | 2026-03-23T20:44:33.223Z | Downloaded rustls v0.21.12 |
| 1263 | 2026-03-23T20:44:33.231Z | Downloaded chrono v0.4.44 |
| 1264 | 2026-03-23T20:44:33.237Z | Downloaded git2 v0.20.4 |
| 1265 | 2026-03-23T20:44:33.243Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1266 | 2026-03-23T20:44:33.257Z | Downloaded petgraph v0.8.3 |
| 1267 | 2026-03-23T20:44:33.273Z | Downloaded petgraph v0.6.5 |
| 1268 | 2026-03-23T20:44:33.287Z | Downloaded libz-sys v1.1.24 |
| 1269 | 2026-03-23T20:44:33.303Z | Downloaded jiff v0.2.21 |
| 1270 | 2026-03-23T20:44:33.317Z | Downloaded lalrpop v0.19.12 |
| 1271 | 2026-03-23T20:44:33.324Z | Downloaded pretty_assertions v1.4.1 |
| 1272 | 2026-03-23T20:44:33.327Z | Downloaded pem-rfc7468 v0.7.0 |
| 1273 | 2026-03-23T20:44:33.330Z | Downloaded base64 v0.22.1 |
| 1274 | 2026-03-23T20:44:33.330Z | Downloaded diesel_derives v2.3.7 |
| 1275 | 2026-03-23T20:44:33.335Z | Downloaded russh-cryptovec v0.7.3 |
| 1276 | 2026-03-23T20:44:33.338Z | Downloaded derive_more v2.1.1 |
| 1277 | 2026-03-23T20:44:33.344Z | Downloaded owo-colors v4.3.0 |
| 1278 | 2026-03-23T20:44:33.347Z | Downloaded arc-swap v1.8.2 |
| 1279 | 2026-03-23T20:44:33.350Z | Downloaded memmap2 v0.9.10 |
| 1280 | 2026-03-23T20:44:33.350Z | Downloaded bytes v1.11.1 |
| 1281 | 2026-03-23T20:44:33.352Z | Downloaded allocator-api2 v0.2.21 |
| 1282 | 2026-03-23T20:44:33.355Z | Downloaded csv v1.4.0 |
| 1283 | 2026-03-23T20:44:33.371Z | Downloaded nu-ansi-term v0.50.3 |
| 1284 | 2026-03-23T20:44:33.374Z | Downloaded cookie v0.18.1 |
| 1285 | 2026-03-23T20:44:33.376Z | Downloaded console v0.15.11 |
| 1286 | 2026-03-23T20:44:33.376Z | Downloaded maybe-uninit v2.0.0 |
| 1287 | 2026-03-23T20:44:33.379Z | Downloaded match_cfg v0.1.0 |
| 1288 | 2026-03-23T20:44:33.379Z | Downloaded maplit v1.0.2 |
| 1289 | 2026-03-23T20:44:33.379Z | Downloaded managed v0.8.0 |
| 1290 | 2026-03-23T20:44:33.379Z | Downloaded ingot-types v0.1.2 |
| 1291 | 2026-03-23T20:44:33.383Z | Downloaded ingot v0.1.1 |
| 1292 | 2026-03-23T20:44:33.383Z | Downloaded cipher v0.4.4 |
| 1293 | 2026-03-23T20:44:33.383Z | Downloaded cassowary v0.3.0 |
| 1294 | 2026-03-23T20:44:33.401Z | Downloaded sha3 v0.10.8 |
| 1295 | 2026-03-23T20:44:33.401Z | Downloaded foldhash v0.2.0 |
| 1296 | 2026-03-23T20:44:33.401Z | Downloaded flume v0.11.1 |
| 1297 | 2026-03-23T20:44:33.401Z | Downloaded darling_core v0.23.0 |
| 1298 | 2026-03-23T20:44:33.401Z | Downloaded const-oid v0.9.6 |
| 1299 | 2026-03-23T20:44:33.401Z | Downloaded tokio v1.49.0 |
| 1300 | 2026-03-23T20:44:33.427Z | Downloaded cookie_store v0.22.1 |
| 1301 | 2026-03-23T20:44:33.430Z | Downloaded chacha20 v0.10.0 |
| 1302 | 2026-03-23T20:44:33.432Z | Downloaded httpdate v1.0.3 |
| 1303 | 2026-03-23T20:44:33.432Z | Downloaded highway v1.3.0 |
| 1304 | 2026-03-23T20:44:33.433Z | Downloaded group v0.13.0 |
| 1305 | 2026-03-23T20:44:33.437Z | Downloaded internet-checksum v0.2.1 |
| 1306 | 2026-03-23T20:44:33.438Z | Downloaded instability v0.3.11 |
| 1307 | 2026-03-23T20:44:33.438Z | Downloaded inout v0.1.4 |
| 1308 | 2026-03-23T20:44:33.440Z | Downloaded ciborium v0.2.2 |
| 1309 | 2026-03-23T20:44:33.440Z | Downloaded cancel-safe-futures v0.1.5 |
| 1310 | 2026-03-23T20:44:33.440Z | Downloaded async-trait v0.1.89 |
| 1311 | 2026-03-23T20:44:33.444Z | Downloaded git-stub-vcs v0.1.0 |
| 1312 | 2026-03-23T20:44:33.444Z | Downloaded clang-sys v1.8.1 |
| 1313 | 2026-03-23T20:44:33.446Z | Downloaded crossbeam-utils v0.8.21 |
| 1314 | 2026-03-23T20:44:33.449Z | Downloaded cargo_toml v0.22.3 |
| 1315 | 2026-03-23T20:44:33.449Z | Downloaded bzip2 v0.6.1 |
| 1316 | 2026-03-23T20:44:33.449Z | Downloaded bzip2 v0.4.4 |
| 1317 | 2026-03-23T20:44:33.452Z | Downloaded blowfish v0.9.1 |
| 1318 | 2026-03-23T20:44:33.452Z | Downloaded bit-vec v0.6.3 |
| 1319 | 2026-03-23T20:44:33.452Z | Downloaded argon2 v0.5.3 |
| 1320 | 2026-03-23T20:44:33.455Z | Downloaded cexpr v0.6.0 |
| 1321 | 2026-03-23T20:44:33.455Z | Downloaded buf-list v1.1.2 |
| 1322 | 2026-03-23T20:44:33.459Z | Downloaded futures-executor v0.3.32 |
| 1323 | 2026-03-23T20:44:33.459Z | Downloaded arrayvec v0.7.6 |
| 1324 | 2026-03-23T20:44:33.462Z | Downloaded bcs v0.1.6 |
| 1325 | 2026-03-23T20:44:33.462Z | Downloaded derive_builder_core v0.20.2 |
| 1326 | 2026-03-23T20:44:33.462Z | Downloaded document-features v0.2.12 |
| 1327 | 2026-03-23T20:44:33.466Z | Downloaded headers-core v0.3.0 |
| 1328 | 2026-03-23T20:44:33.466Z | Downloaded ed25519 v2.2.3 |
| 1329 | 2026-03-23T20:44:33.466Z | Downloaded enum-as-inner v0.6.1 |
| 1330 | 2026-03-23T20:44:33.470Z | Downloaded either v1.15.0 |
| 1331 | 2026-03-23T20:44:33.470Z | Downloaded dunce v1.0.5 |
| 1332 | 2026-03-23T20:44:33.470Z | Downloaded crossbeam-deque v0.8.6 |
| 1333 | 2026-03-23T20:44:33.470Z | Downloaded encoding_rs v0.8.35 |
| 1334 | 2026-03-23T20:44:33.485Z | Downloaded display-error-chain v0.2.2 |
| 1335 | 2026-03-23T20:44:33.489Z | Downloaded bit-vec v0.8.0 |
| 1336 | 2026-03-23T20:44:33.489Z | Downloaded backoff v0.4.0 |
| 1337 | 2026-03-23T20:44:33.492Z | Downloaded cstr-argument v0.1.2 |
| 1338 | 2026-03-23T20:44:33.492Z | Downloaded aws-lc-rs v1.16.0 |
| 1339 | 2026-03-23T20:44:33.497Z | Downloaded debug-ignore v1.0.5 |
| 1340 | 2026-03-23T20:44:33.520Z | Downloaded ring v0.17.14 |
| 1341 | 2026-03-23T20:44:33.554Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1342 | 2026-03-23T20:44:34.140Z | Downloaded aws-lc-sys v0.37.1 |
| 1343 | 2026-03-23T20:44:34.473Z | Compiling libc v0.2.180 |
| 1344 | 2026-03-23T20:44:34.475Z | Compiling serde v1.0.228 |
| 1345 | 2026-03-23T20:44:34.476Z | Compiling log v0.4.29 |
| 1346 | 2026-03-23T20:44:34.476Z | Compiling shlex v1.3.0 |
| 1347 | 2026-03-23T20:44:34.649Z | Compiling find-msvc-tools v0.1.9 |
| 1348 | 2026-03-23T20:44:34.652Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-03-23T20:44:34.665Z | Compiling syn v2.0.117 |
| 1350 | 2026-03-23T20:44:34.681Z | Compiling typenum v1.19.0 |
| 1351 | 2026-03-23T20:44:34.949Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-03-23T20:44:34.949Z | Compiling subtle v2.6.1 |
| 1353 | 2026-03-23T20:44:35.095Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-03-23T20:44:35.136Z | Compiling portable-atomic v1.13.1 |
| 1355 | 2026-03-23T20:44:35.174Z | Compiling const-oid v0.9.6 |
| 1356 | 2026-03-23T20:44:35.239Z | Compiling lock_api v0.4.14 |
| 1357 | 2026-03-23T20:44:35.258Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-03-23T20:44:35.277Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-03-23T20:44:35.410Z | Compiling serde_json v1.0.149 |
| 1360 | 2026-03-23T20:44:35.546Z | Compiling parking_lot_core v0.9.12 |
| 1361 | 2026-03-23T20:44:35.644Z | Compiling pin-project-lite v0.2.17 |
| 1362 | 2026-03-23T20:44:35.871Z | Compiling getrandom v0.2.17 |
| 1363 | 2026-03-23T20:44:35.892Z | Compiling jobserver v0.1.34 |
| 1364 | 2026-03-23T20:44:35.959Z | Compiling errno v0.3.14 |
| 1365 | 2026-03-23T20:44:36.149Z | Compiling cc v1.2.56 |
| 1366 | 2026-03-23T20:44:36.149Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-03-23T20:44:36.153Z | Compiling signal-hook-registry v1.4.8 |
| 1368 | 2026-03-23T20:44:36.391Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-03-23T20:44:36.520Z | Compiling pkg-config v0.3.32 |
| 1370 | 2026-03-23T20:44:36.539Z | Compiling parking_lot v0.12.5 |
| 1371 | 2026-03-23T20:44:36.542Z | Compiling mio v1.1.1 |
| 1372 | 2026-03-23T20:44:36.665Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-03-23T20:44:36.668Z | Compiling libm v0.2.16 |
| 1374 | 2026-03-23T20:44:36.957Z | Compiling num-traits v0.2.19 |
| 1375 | 2026-03-23T20:44:37.049Z | Compiling futures-core v0.3.32 |
| 1376 | 2026-03-23T20:44:37.226Z | Compiling socket2 v0.6.2 |
| 1377 | 2026-03-23T20:44:37.243Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-03-23T20:44:37.284Z | Compiling allocator-api2 v0.2.21 |
| 1379 | 2026-03-23T20:44:37.405Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-03-23T20:44:37.425Z | Compiling futures-sink v0.3.32 |
| 1381 | 2026-03-23T20:44:37.487Z | Compiling foldhash v0.2.0 |
| 1382 | 2026-03-23T20:44:37.507Z | Compiling slab v0.4.12 |
| 1383 | 2026-03-23T20:44:37.557Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-03-23T20:44:37.735Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-03-23T20:44:37.754Z | Compiling getrandom v0.4.1 |
| 1386 | 2026-03-23T20:44:37.780Z | Compiling futures-task v0.3.32 |
| 1387 | 2026-03-23T20:44:37.799Z | Compiling futures-io v0.3.32 |
| 1388 | 2026-03-23T20:44:37.860Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-03-23T20:44:37.995Z | Compiling rustversion v1.0.22 |
| 1390 | 2026-03-23T20:44:38.015Z | Compiling rand_core v0.10.0 |
| 1391 | 2026-03-23T20:44:38.354Z | Compiling form_urlencoded v1.2.2 |
| 1392 | 2026-03-23T20:44:38.475Z | Compiling indexmap v2.13.0 |
| 1393 | 2026-03-23T20:44:38.547Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-23T20:44:38.589Z | Compiling ident_case v1.0.1 |
| 1395 | 2026-03-23T20:44:38.739Z | Compiling dunce v1.0.5 |
| 1396 | 2026-03-23T20:44:38.760Z | Compiling fs_extra v1.3.0 |
| 1397 | 2026-03-23T20:44:38.857Z | Compiling base64ct v1.8.3 |
| 1398 | 2026-03-23T20:44:39.095Z | Compiling synstructure v0.13.2 |
| 1399 | 2026-03-23T20:44:39.098Z | Compiling flagset v0.4.7 |
| 1400 | 2026-03-23T20:44:39.136Z | Compiling aws-lc-sys v0.37.1 |
| 1401 | 2026-03-23T20:44:39.219Z | Compiling pem-rfc7468 v0.7.0 |
| 1402 | 2026-03-23T20:44:39.247Z | Compiling rand_core v0.9.5 |
| 1403 | 2026-03-23T20:44:39.281Z | Compiling iana-time-zone v0.1.65 |
| 1404 | 2026-03-23T20:44:39.300Z | Compiling rustix v1.1.3 |
| 1405 | 2026-03-23T20:44:39.390Z | Compiling uuid v1.21.0 |
| 1406 | 2026-03-23T20:44:39.542Z | Compiling ring v0.17.14 |
| 1407 | 2026-03-23T20:44:39.603Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-03-23T20:44:39.644Z | Compiling regex-syntax v0.8.10 |
| 1409 | 2026-03-23T20:44:39.981Z | Compiling aws-lc-rs v1.16.0 |
| 1410 | 2026-03-23T20:44:40.067Z | Compiling vcpkg v0.2.15 |
| 1411 | 2026-03-23T20:44:40.306Z | Compiling tracing-core v0.1.36 |
| 1412 | 2026-03-23T20:44:40.339Z | Compiling crossbeam-utils v0.8.21 |
| 1413 | 2026-03-23T20:44:40.732Z | Compiling pest_generator v2.8.6 |
| 1414 | 2026-03-23T20:44:41.059Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-03-23T20:44:41.077Z | Compiling openssl-sys v0.9.111 |
| 1416 | 2026-03-23T20:44:41.535Z | Compiling serde_derive v1.0.228 |
| 1417 | 2026-03-23T20:44:41.660Z | Compiling zeroize_derive v1.4.3 |
| 1418 | 2026-03-23T20:44:41.726Z | Compiling zerofrom-derive v0.1.6 |
| 1419 | 2026-03-23T20:44:41.746Z | Compiling yoke-derive v0.8.1 |
| 1420 | 2026-03-23T20:44:42.312Z | Compiling zerocopy-derive v0.8.40 |
| 1421 | 2026-03-23T20:44:42.494Z | Compiling zeroize v1.8.2 |
| 1422 | 2026-03-23T20:44:42.901Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-03-23T20:44:43.294Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-03-23T20:44:43.525Z | Compiling crypto-common v0.1.7 |
| 1425 | 2026-03-23T20:44:43.628Z | Compiling zerofrom v0.1.6 |
| 1426 | 2026-03-23T20:44:43.703Z | Compiling block-buffer v0.10.4 |
| 1427 | 2026-03-23T20:44:43.782Z | Compiling yoke v0.8.1 |
| 1428 | 2026-03-23T20:44:43.911Z | Compiling digest v0.10.7 |
| 1429 | 2026-03-23T20:44:44.020Z | Compiling tokio-macros v2.6.0 |
| 1430 | 2026-03-23T20:44:44.232Z | Compiling hmac v0.12.1 |
| 1431 | 2026-03-23T20:44:44.252Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-03-23T20:44:44.347Z | Compiling zerovec v0.11.5 |
| 1433 | 2026-03-23T20:44:44.431Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-03-23T20:44:44.478Z | Compiling block-padding v0.3.3 |
| 1435 | 2026-03-23T20:44:44.669Z | Compiling inout v0.1.4 |
| 1436 | 2026-03-23T20:44:44.681Z | Compiling sha2 v0.10.9 |
| 1437 | 2026-03-23T20:44:44.853Z | Compiling cipher v0.4.4 |
| 1438 | 2026-03-23T20:44:45.045Z | Compiling tinystr v0.8.2 |
| 1439 | 2026-03-23T20:44:45.084Z | Compiling potential_utf v0.1.4 |
| 1440 | 2026-03-23T20:44:45.254Z | Compiling icu_locale_core v2.1.1 |
| 1441 | 2026-03-23T20:44:45.294Z | Compiling icu_collections v2.1.1 |
| 1442 | 2026-03-23T20:44:45.314Z | Compiling der_derive v0.7.3 |
| 1443 | 2026-03-23T20:44:45.546Z | Compiling futures-util v0.3.32 |
| 1444 | 2026-03-23T20:44:45.959Z | Compiling salsa20 v0.10.2 |
| 1445 | 2026-03-23T20:44:46.134Z | Compiling icu_provider v2.1.1 |
| 1446 | 2026-03-23T20:44:46.305Z | Compiling bytes v1.11.1 |
| 1447 | 2026-03-23T20:44:46.508Z | Compiling icu_normalizer v2.1.1 |
| 1448 | 2026-03-23T20:44:46.508Z | Compiling icu_properties v2.1.2 |
| 1449 | 2026-03-23T20:44:46.565Z | Compiling chrono v0.4.44 |
| 1450 | 2026-03-23T20:44:46.590Z | Compiling der v0.7.10 |
| 1451 | 2026-03-23T20:44:47.128Z | Compiling tokio v1.49.0 |
| 1452 | 2026-03-23T20:44:47.203Z | Compiling http v1.4.0 |
| 1453 | 2026-03-23T20:44:48.034Z | Compiling idna_adapter v1.2.1 |
| 1454 | 2026-03-23T20:44:48.204Z | Compiling idna v1.1.0 |
| 1455 | 2026-03-23T20:44:48.223Z | Compiling spki v0.7.3 |
| 1456 | 2026-03-23T20:44:48.408Z | Compiling ppv-lite86 v0.2.21 |
| 1457 | 2026-03-23T20:44:48.442Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-03-23T20:44:48.479Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-03-23T20:44:48.542Z | Compiling cbc v0.1.2 |
| 1460 | 2026-03-23T20:44:48.580Z | Compiling url v2.5.8 |
| 1461 | 2026-03-23T20:44:48.633Z | Compiling scrypt v0.11.0 |
| 1462 | 2026-03-23T20:44:48.718Z | Compiling aes v0.8.4 |
| 1463 | 2026-03-23T20:44:48.844Z | Compiling rand_chacha v0.9.0 |
| 1464 | 2026-03-23T20:44:48.951Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-03-23T20:44:49.068Z | Compiling tracing-attributes v0.1.31 |
| 1466 | 2026-03-23T20:44:49.546Z | Compiling pkcs5 v0.7.1 |
| 1467 | 2026-03-23T20:44:49.620Z | Compiling rand v0.9.2 |
| 1468 | 2026-03-23T20:44:49.719Z | Compiling http-body v1.0.1 |
| 1469 | 2026-03-23T20:44:50.043Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-03-23T20:44:50.133Z | Compiling base64 v0.22.1 |
| 1471 | 2026-03-23T20:44:50.194Z | Compiling schemars v0.8.22 |
| 1472 | 2026-03-23T20:44:50.212Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-03-23T20:44:50.240Z | Compiling thiserror v2.0.18 |
| 1474 | 2026-03-23T20:44:50.370Z | Compiling syn v1.0.109 |
| 1475 | 2026-03-23T20:44:50.432Z | Compiling httparse v1.10.1 |
| 1476 | 2026-03-23T20:44:50.452Z | Compiling untrusted v0.7.1 |
| 1477 | 2026-03-23T20:44:50.602Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-03-23T20:44:50.678Z | Compiling schemars_derive v0.8.22 |
| 1479 | 2026-03-23T20:44:50.818Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-03-23T20:44:50.921Z | Compiling tracing v0.1.44 |
| 1481 | 2026-03-23T20:44:50.940Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-03-23T20:44:51.262Z | Compiling darling_core v0.20.11 |
| 1483 | 2026-03-23T20:44:51.336Z | Compiling tinyvec_macros v0.1.1 |
| 1484 | 2026-03-23T20:44:51.423Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-03-23T20:44:51.559Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-03-23T20:44:51.668Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-03-23T20:44:51.688Z | Compiling dyn-clone v1.0.20 |
| 1488 | 2026-03-23T20:44:51.821Z | Compiling tower-layer v0.3.3 |
| 1489 | 2026-03-23T20:44:51.857Z | Compiling rustls v0.23.37 |
| 1490 | 2026-03-23T20:44:51.986Z | Compiling scroll v0.13.0 |
| 1491 | 2026-03-23T20:44:52.023Z | Compiling want v0.3.1 |
| 1492 | 2026-03-23T20:44:52.070Z | Compiling tinyvec v1.10.0 |
| 1493 | 2026-03-23T20:44:52.225Z | Compiling tokio-util v0.7.18 |
| 1494 | 2026-03-23T20:44:52.710Z | Compiling ipnet v2.11.0 |
| 1495 | 2026-03-23T20:44:52.986Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1496 | 2026-03-23T20:44:53.377Z | Compiling h2 v0.4.13 |
| 1497 | 2026-03-23T20:44:53.475Z | Compiling spin v0.9.8 |
| 1498 | 2026-03-23T20:44:53.617Z | Compiling aho-corasick v1.1.4 |
| 1499 | 2026-03-23T20:44:53.743Z | Compiling crc32fast v1.5.0 |
| 1500 | 2026-03-23T20:44:54.081Z | Compiling time-core v0.1.8 |
| 1501 | 2026-03-23T20:44:54.136Z | Compiling openssl v0.10.75 |
| 1502 | 2026-03-23T20:44:54.271Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-03-23T20:44:54.426Z | Compiling num-conv v0.2.0 |
| 1504 | 2026-03-23T20:44:54.484Z | Compiling darling_macro v0.20.11 |
| 1505 | 2026-03-23T20:44:54.560Z | Compiling powerfmt v0.2.0 |
| 1506 | 2026-03-23T20:44:54.595Z | Compiling foreign-types-shared v0.1.1 |
| 1507 | 2026-03-23T20:44:54.702Z | Compiling pin-utils v0.1.0 |
| 1508 | 2026-03-23T20:44:54.792Z | Compiling deranged v0.5.8 |
| 1509 | 2026-03-23T20:44:54.815Z | Compiling regex-automata v0.4.14 |
| 1510 | 2026-03-23T20:44:55.023Z | Compiling foreign-types v0.3.2 |
| 1511 | 2026-03-23T20:44:55.114Z | Compiling time-macros v0.2.27 |
| 1512 | 2026-03-23T20:44:55.133Z | Compiling darling v0.20.11 |
| 1513 | 2026-03-23T20:44:55.234Z | Compiling tempfile v3.25.0 |
| 1514 | 2026-03-23T20:44:56.049Z | Compiling goblin v0.10.5 |
| 1515 | 2026-03-23T20:44:56.579Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-03-23T20:44:56.894Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-03-23T20:44:57.376Z | Compiling wait-timeout v0.2.1 |
| 1518 | 2026-03-23T20:44:57.716Z | Compiling hyper v1.8.1 |
| 1519 | 2026-03-23T20:44:58.207Z | Compiling siphasher v1.0.2 |
| 1520 | 2026-03-23T20:44:58.232Z | Compiling either v1.15.0 |
| 1521 | 2026-03-23T20:44:58.450Z | Compiling simd-adler32 v0.3.8 |
| 1522 | 2026-03-23T20:44:58.494Z | Compiling num_threads v0.1.7 |
| 1523 | 2026-03-23T20:44:58.615Z | Compiling bit-vec v0.8.0 |
| 1524 | 2026-03-23T20:44:58.772Z | Compiling usdt-impl v0.6.0 |
| 1525 | 2026-03-23T20:44:58.791Z | Compiling native-tls v0.2.18 |
| 1526 | 2026-03-23T20:44:58.910Z | Compiling quick-error v1.2.3 |
| 1527 | 2026-03-23T20:44:59.043Z | Compiling rusty-fork v0.3.1 |
| 1528 | 2026-03-23T20:44:59.079Z | Compiling bit-set v0.8.0 |
| 1529 | 2026-03-23T20:44:59.102Z | Compiling time v0.3.47 |
| 1530 | 2026-03-23T20:44:59.281Z | Compiling hyper-util v0.1.20 |
| 1531 | 2026-03-23T20:44:59.450Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-03-23T20:44:59.832Z | Compiling dof v0.4.0 |
| 1533 | 2026-03-23T20:45:00.856Z | Compiling derive_builder_core v0.20.2 |
| 1534 | 2026-03-23T20:45:01.312Z | Compiling unicode-normalization v0.1.25 |
| 1535 | 2026-03-23T20:45:01.466Z | Compiling crossbeam-epoch v0.9.18 |
| 1536 | 2026-03-23T20:45:01.634Z | Compiling dtrace-parser v0.3.0 |
| 1537 | 2026-03-23T20:45:01.891Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-03-23T20:45:01.911Z | Compiling signature v2.2.0 |
| 1539 | 2026-03-23T20:45:01.960Z | Compiling scroll_derive v0.12.1 |
| 1540 | 2026-03-23T20:45:02.034Z | Compiling heapless v0.7.17 |
| 1541 | 2026-03-23T20:45:02.124Z | Compiling rand_xorshift v0.4.0 |
| 1542 | 2026-03-23T20:45:02.263Z | Compiling slog v2.8.2 |
| 1543 | 2026-03-23T20:45:02.320Z | Compiling darling_core v0.21.3 |
| 1544 | 2026-03-23T20:45:02.339Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1545 | 2026-03-23T20:45:02.486Z | Compiling sync_wrapper v1.0.2 |
| 1546 | 2026-03-23T20:45:02.617Z | Compiling thread-id v5.1.0 |
| 1547 | 2026-03-23T20:45:02.663Z | Compiling cookie v0.18.1 |
| 1548 | 2026-03-23T20:45:02.683Z | Compiling unicode-properties v0.1.4 |
| 1549 | 2026-03-23T20:45:02.719Z | Compiling zstd-safe v7.2.4 |
| 1550 | 2026-03-23T20:45:02.806Z | Compiling adler2 v2.0.1 |
| 1551 | 2026-03-23T20:45:02.882Z | Compiling unicode-segmentation v1.12.0 |
| 1552 | 2026-03-23T20:45:02.942Z | Compiling paste v1.0.15 |
| 1553 | 2026-03-23T20:45:02.962Z | Compiling rayon-core v1.13.0 |
| 1554 | 2026-03-23T20:45:02.981Z | Compiling unicode-bidi v0.3.18 |
| 1555 | 2026-03-23T20:45:03.174Z | Compiling unarray v0.1.4 |
| 1556 | 2026-03-23T20:45:03.279Z | Compiling signal-hook v0.3.18 |
| 1557 | 2026-03-23T20:45:03.311Z | Compiling anyhow v1.0.102 |
| 1558 | 2026-03-23T20:45:03.380Z | Compiling proptest v1.10.0 |
| 1559 | 2026-03-23T20:45:03.517Z | Compiling stringprep v0.1.5 |
| 1560 | 2026-03-23T20:45:03.778Z | Compiling miniz_oxide v0.8.9 |
| 1561 | 2026-03-23T20:45:03.854Z | Compiling scroll v0.12.0 |
| 1562 | 2026-03-23T20:45:04.198Z | Compiling tower v0.5.3 |
| 1563 | 2026-03-23T20:45:04.480Z | Compiling derive_builder_macro v0.20.2 |
| 1564 | 2026-03-23T20:45:04.582Z | Compiling crossbeam-deque v0.8.6 |
| 1565 | 2026-03-23T20:45:04.808Z | Compiling ipnetwork v0.21.1 |
| 1566 | 2026-03-23T20:45:04.828Z | Compiling http-body-util v0.1.3 |
| 1567 | 2026-03-23T20:45:04.848Z | Compiling webpki-roots v1.0.6 |
| 1568 | 2026-03-23T20:45:04.916Z | Compiling rand_chacha v0.3.1 |
| 1569 | 2026-03-23T20:45:05.046Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-03-23T20:45:05.096Z | Compiling serde_spanned v0.6.9 |
| 1571 | 2026-03-23T20:45:05.181Z | Compiling toml_datetime v0.6.11 |
| 1572 | 2026-03-23T20:45:05.277Z | Compiling erased-serde v0.3.31 |
| 1573 | 2026-03-23T20:45:05.361Z | Compiling md-5 v0.10.6 |
| 1574 | 2026-03-23T20:45:05.461Z | Compiling zerocopy-derive v0.7.35 |
| 1575 | 2026-03-23T20:45:05.525Z | Compiling curve25519-dalek v4.1.3 |
| 1576 | 2026-03-23T20:45:05.570Z | Compiling vergen-lib v0.1.6 |
| 1577 | 2026-03-23T20:45:05.793Z | Compiling num-integer v0.1.46 |
| 1578 | 2026-03-23T20:45:05.874Z | Compiling darling_macro v0.21.3 |
| 1579 | 2026-03-23T20:45:05.942Z | Compiling hash32 v0.2.1 |
| 1580 | 2026-03-23T20:45:05.995Z | Compiling ff v0.13.1 |
| 1581 | 2026-03-23T20:45:06.014Z | Compiling memoffset v0.9.1 |
| 1582 | 2026-03-23T20:45:06.163Z | Compiling cfg_aliases v0.2.1 |
| 1583 | 2026-03-23T20:45:06.186Z | Compiling ryu v1.0.23 |
| 1584 | 2026-03-23T20:45:06.225Z | Compiling zlib-rs v0.6.2 |
| 1585 | 2026-03-23T20:45:06.246Z | Compiling base16ct v0.2.0 |
| 1586 | 2026-03-23T20:45:06.264Z | Compiling ref-cast v1.0.25 |
| 1587 | 2026-03-23T20:45:06.409Z | Compiling rustix v0.38.44 |
| 1588 | 2026-03-23T20:45:06.462Z | Compiling litrs v1.0.0 |
| 1589 | 2026-03-23T20:45:06.465Z | Compiling iri-string v0.7.10 |
| 1590 | 2026-03-23T20:45:06.614Z | Compiling num-bigint-dig v0.8.6 |
| 1591 | 2026-03-23T20:45:06.639Z | Compiling psl-types v2.0.11 |
| 1592 | 2026-03-23T20:45:06.792Z | Compiling fallible-iterator v0.2.0 |
| 1593 | 2026-03-23T20:45:06.838Z | Compiling smoltcp v0.9.1 |
| 1594 | 2026-03-23T20:45:06.992Z | Compiling publicsuffix v2.3.0 |
| 1595 | 2026-03-23T20:45:07.147Z | Compiling document-features v0.2.12 |
| 1596 | 2026-03-23T20:45:07.193Z | Compiling postgres-protocol v0.6.10 |
| 1597 | 2026-03-23T20:45:07.278Z | Compiling newtype-uuid v1.3.2 |
| 1598 | 2026-03-23T20:45:07.301Z | Compiling zerocopy v0.7.35 |
| 1599 | 2026-03-23T20:45:07.702Z | Compiling darling v0.21.3 |
| 1600 | 2026-03-23T20:45:07.804Z | Compiling sec1 v0.7.3 |
| 1601 | 2026-03-23T20:45:07.905Z | Compiling serde_urlencoded v0.7.1 |
| 1602 | 2026-03-23T20:45:07.924Z | Compiling nix v0.31.1 |
| 1603 | 2026-03-23T20:45:08.078Z | Compiling tower-http v0.6.8 |
| 1604 | 2026-03-23T20:45:08.272Z | Compiling group v0.13.0 |
| 1605 | 2026-03-23T20:45:08.402Z | Compiling num-iter v0.1.45 |
| 1606 | 2026-03-23T20:45:08.608Z | Compiling rand v0.8.5 |
| 1607 | 2026-03-23T20:45:08.608Z | Compiling oxnet v0.1.4 |
| 1608 | 2026-03-23T20:45:08.643Z | Compiling derive_builder v0.20.2 |
| 1609 | 2026-03-23T20:45:08.846Z | Compiling proc-macro-error v1.0.4 |
| 1610 | 2026-03-23T20:45:09.061Z | Compiling tokio-native-tls v0.3.1 |
| 1611 | 2026-03-23T20:45:09.125Z | Compiling goblin v0.8.2 |
| 1612 | 2026-03-23T20:45:09.795Z | Compiling heck v0.4.1 |
| 1613 | 2026-03-23T20:45:10.131Z | Compiling phf_shared v0.13.1 |
| 1614 | 2026-03-23T20:45:10.158Z | Compiling hubpack_derive v0.1.1 |
| 1615 | 2026-03-23T20:45:10.258Z | Compiling regex v1.12.3 |
| 1616 | 2026-03-23T20:45:10.384Z | Compiling lazy_static v1.5.0 |
| 1617 | 2026-03-23T20:45:10.458Z | Compiling flate2 v1.1.9 |
| 1618 | 2026-03-23T20:45:10.503Z | Compiling cargo-platform v0.1.9 |
| 1619 | 2026-03-23T20:45:10.717Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-03-23T20:45:10.838Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-03-23T20:45:10.861Z | Compiling async-trait v0.1.89 |
| 1622 | 2026-03-23T20:45:10.924Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1623 | 2026-03-23T20:45:11.013Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-03-23T20:45:11.049Z | Compiling ref-cast-impl v1.0.25 |
| 1625 | 2026-03-23T20:45:11.739Z | Compiling daft-derive v0.1.5 |
| 1626 | 2026-03-23T20:45:11.758Z | Compiling terminal_size v0.4.3 |
| 1627 | 2026-03-23T20:45:11.930Z | Compiling vergen v9.0.6 |
| 1628 | 2026-03-23T20:45:12.152Z | Compiling fs-err v3.3.0 |
| 1629 | 2026-03-23T20:45:12.284Z | Compiling ahash v0.8.12 |
| 1630 | 2026-03-23T20:45:12.380Z | Compiling winnow v0.5.40 |
| 1631 | 2026-03-23T20:45:12.532Z | Compiling object v0.37.3 |
| 1632 | 2026-03-23T20:45:12.671Z | Compiling bumpalo v3.20.2 |
| 1633 | 2026-03-23T20:45:12.872Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-03-23T20:45:13.008Z | Compiling bitflags v1.3.2 |
| 1635 | 2026-03-23T20:45:13.116Z | Compiling foldhash v0.1.5 |
| 1636 | 2026-03-23T20:45:13.319Z | Compiling managed v0.8.0 |
| 1637 | 2026-03-23T20:45:13.611Z | Compiling console v0.16.2 |
| 1638 | 2026-03-23T20:45:13.686Z | Compiling clap_builder v4.5.60 |
| 1639 | 2026-03-23T20:45:13.702Z | Compiling strum v0.27.2 |
| 1640 | 2026-03-23T20:45:13.861Z | Compiling bzip2 v0.6.1 |
| 1641 | 2026-03-23T20:45:14.123Z | Compiling toml_edit v0.19.15 |
| 1642 | 2026-03-23T20:45:14.126Z | Compiling hashbrown v0.15.5 |
| 1643 | 2026-03-23T20:45:14.309Z | Compiling zopfli v0.8.3 |
| 1644 | 2026-03-23T20:45:14.413Z | Compiling daft v0.1.5 |
| 1645 | 2026-03-23T20:45:14.855Z | Compiling dof v0.3.0 |
| 1646 | 2026-03-23T20:45:14.876Z | Compiling elliptic-curve v0.13.8 |
| 1647 | 2026-03-23T20:45:15.393Z | Compiling hubpack v0.1.2 |
| 1648 | 2026-03-23T20:45:15.462Z | Compiling cargo_metadata v0.19.2 |
| 1649 | 2026-03-23T20:45:15.886Z | Compiling phf v0.13.1 |
| 1650 | 2026-03-23T20:45:16.094Z | Compiling zone_cfg_derive v0.3.1 |
| 1651 | 2026-03-23T20:45:16.913Z | Compiling signal-hook-mio v0.2.5 |
| 1652 | 2026-03-23T20:45:17.059Z | Compiling cookie_store v0.22.1 |
| 1653 | 2026-03-23T20:45:17.412Z | Compiling zstd v0.13.3 |
| 1654 | 2026-03-23T20:45:17.764Z | Compiling rayon v1.11.0 |
| 1655 | 2026-03-23T20:45:17.809Z | Compiling hyper-tls v0.6.0 |
| 1656 | 2026-03-23T20:45:17.935Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-03-23T20:45:18.000Z | Compiling serde_with_macros v3.17.0 |
| 1658 | 2026-03-23T20:45:18.080Z | Compiling postgres-types v0.2.12 |
| 1659 | 2026-03-23T20:45:18.200Z | Compiling usdt-macro v0.6.0 |
| 1660 | 2026-03-23T20:45:18.834Z | Compiling usdt-attr-macro v0.6.0 |
| 1661 | 2026-03-23T20:45:18.989Z | Compiling ed25519 v2.2.3 |
| 1662 | 2026-03-23T20:45:19.148Z | Compiling dtrace-parser v0.2.0 |
| 1663 | 2026-03-23T20:45:19.510Z | Compiling itertools v0.12.1 |
| 1664 | 2026-03-23T20:45:19.691Z | Compiling phf_shared v0.11.3 |
| 1665 | 2026-03-23T20:45:19.855Z | Compiling bstr v1.12.1 |
| 1666 | 2026-03-23T20:45:19.978Z | Compiling pkcs1 v0.7.5 |
| 1667 | 2026-03-23T20:45:20.151Z | Compiling serde-big-array v0.5.1 |
| 1668 | 2026-03-23T20:45:20.229Z | Compiling hex v0.4.3 |
| 1669 | 2026-03-23T20:45:20.288Z | Compiling rfc6979 v0.4.0 |
| 1670 | 2026-03-23T20:45:20.335Z | Compiling strum_macros v0.26.4 |
| 1671 | 2026-03-23T20:45:20.445Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-23T20:45:20.535Z | Compiling clap_derive v4.5.55 |
| 1673 | 2026-03-23T20:45:20.586Z | Compiling serde_repr v0.1.20 |
| 1674 | 2026-03-23T20:45:20.757Z | Compiling float-cmp v0.10.0 |
| 1675 | 2026-03-23T20:45:20.945Z | Compiling memmap2 v0.9.10 |
| 1676 | 2026-03-23T20:45:21.093Z | Compiling thread-id v4.2.2 |
| 1677 | 2026-03-23T20:45:21.197Z | Compiling env_filter v1.0.0 |
| 1678 | 2026-03-23T20:45:21.200Z | Compiling encoding_rs v0.8.35 |
| 1679 | 2026-03-23T20:45:21.236Z | Compiling predicates-core v1.0.10 |
| 1680 | 2026-03-23T20:45:21.275Z | Compiling fixedbitset v0.4.2 |
| 1681 | 2026-03-23T20:45:21.459Z | Compiling fixedbitset v0.5.7 |
| 1682 | 2026-03-23T20:45:21.556Z | Compiling whoami v2.1.0 |
| 1683 | 2026-03-23T20:45:21.593Z | Compiling normalize-line-endings v0.3.0 |
| 1684 | 2026-03-23T20:45:21.713Z | Compiling new_debug_unreachable v1.0.6 |
| 1685 | 2026-03-23T20:45:21.807Z | Compiling keccak v0.1.6 |
| 1686 | 2026-03-23T20:45:21.869Z | Compiling precomputed-hash v0.1.1 |
| 1687 | 2026-03-23T20:45:21.981Z | Compiling jiff v0.2.21 |
| 1688 | 2026-03-23T20:45:22.056Z | Compiling mime v0.3.17 |
| 1689 | 2026-03-23T20:45:22.393Z | Compiling unit-prefix v0.5.2 |
| 1690 | 2026-03-23T20:45:22.578Z | Compiling data-encoding v2.10.0 |
| 1691 | 2026-03-23T20:45:22.760Z | Compiling difflib v0.4.0 |
| 1692 | 2026-03-23T20:45:22.915Z | Compiling static_assertions v1.1.0 |
| 1693 | 2026-03-23T20:45:22.952Z | Compiling rustc-hash v2.1.1 |
| 1694 | 2026-03-23T20:45:23.011Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1695 | 2026-03-23T20:45:23.073Z | Compiling iddqd v0.3.17 |
| 1696 | 2026-03-23T20:45:23.106Z | Compiling predicates v3.1.4 |
| 1697 | 2026-03-23T20:45:23.231Z | Compiling hickory-proto v0.25.2 |
| 1698 | 2026-03-23T20:45:23.516Z | Compiling clap v4.5.60 |
| 1699 | 2026-03-23T20:45:23.555Z | Compiling strum v0.26.3 |
| 1700 | 2026-03-23T20:45:23.632Z | Compiling indicatif v0.18.4 |
| 1701 | 2026-03-23T20:45:23.715Z | Compiling sha3 v0.10.8 |
| 1702 | 2026-03-23T20:45:23.978Z | Compiling string_cache v0.8.9 |
| 1703 | 2026-03-23T20:45:24.263Z | Compiling tokio-postgres v0.7.16 |
| 1704 | 2026-03-23T20:45:24.309Z | Compiling petgraph v0.8.3 |
| 1705 | 2026-03-23T20:45:24.626Z | Compiling toml_edit v0.22.27 |
| 1706 | 2026-03-23T20:45:24.771Z | Compiling petgraph v0.6.5 |
| 1707 | 2026-03-23T20:45:26.799Z | Compiling zip v4.6.1 |
| 1708 | 2026-03-23T20:45:26.854Z | Compiling env_logger v0.11.9 |
| 1709 | 2026-03-23T20:45:26.998Z | Compiling usdt-impl v0.5.0 |
| 1710 | 2026-03-23T20:45:27.238Z | Compiling usdt v0.6.0 |
| 1711 | 2026-03-23T20:45:27.321Z | Compiling zone v0.3.1 |
| 1712 | 2026-03-23T20:45:27.574Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-23T20:45:27.776Z | Compiling similar v2.7.0 |
| 1714 | 2026-03-23T20:45:27.860Z | Compiling ecdsa v0.16.9 |
| 1715 | 2026-03-23T20:45:28.078Z | Compiling rsa v0.9.10 |
| 1716 | 2026-03-23T20:45:28.234Z | Compiling crossterm v0.28.1 |
| 1717 | 2026-03-23T20:45:28.371Z | Compiling ed25519-dalek v2.2.0 |
| 1718 | 2026-03-23T20:45:28.468Z | Compiling zip v0.6.6 |
| 1719 | 2026-03-23T20:45:29.222Z | Compiling toml v0.7.8 |
| 1720 | 2026-03-23T20:45:30.043Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1721 | 2026-03-23T20:45:30.081Z | Compiling itertools v0.13.0 |
| 1722 | 2026-03-23T20:45:30.101Z | Compiling tokio-stream v0.1.18 |
| 1723 | 2026-03-23T20:45:30.296Z | Compiling buf-list v1.1.2 |
| 1724 | 2026-03-23T20:45:30.660Z | Compiling x509-cert v0.2.5 |
| 1725 | 2026-03-23T20:45:30.724Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1726 | 2026-03-23T20:45:30.897Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-03-23T20:45:31.021Z | Compiling sha1 v0.10.6 |
| 1728 | 2026-03-23T20:45:31.128Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1729 | 2026-03-23T20:45:31.306Z | Compiling peg-runtime v0.8.5 |
| 1730 | 2026-03-23T20:45:31.511Z | Compiling lalrpop-util v0.19.12 |
| 1731 | 2026-03-23T20:45:31.674Z | Compiling thread_local v1.1.9 |
| 1732 | 2026-03-23T20:45:31.751Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-03-23T20:45:31.771Z | Compiling crossbeam-channel v0.5.15 |
| 1734 | 2026-03-23T20:45:31.996Z | Compiling futures-executor v0.3.32 |
| 1735 | 2026-03-23T20:45:32.148Z | Compiling is-terminal v0.4.17 |
| 1736 | 2026-03-23T20:45:32.266Z | Compiling filetime v0.2.27 |
| 1737 | 2026-03-23T20:45:32.285Z | Compiling take_mut v0.2.2 |
| 1738 | 2026-03-23T20:45:32.330Z | Compiling term v1.2.1 |
| 1739 | 2026-03-23T20:45:32.375Z | Compiling xattr v1.6.1 |
| 1740 | 2026-03-23T20:45:32.485Z | Compiling futures v0.3.32 |
| 1741 | 2026-03-23T20:45:32.592Z | Compiling tar v0.4.44 |
| 1742 | 2026-03-23T20:45:32.708Z | Compiling slog-term v2.9.2 |
| 1743 | 2026-03-23T20:45:39.399Z | Compiling rustls-webpki v0.103.9 |
| 1744 | 2026-03-23T20:45:43.446Z | Compiling tokio-rustls v0.26.4 |
| 1745 | 2026-03-23T20:45:43.446Z | Compiling rustls-platform-verifier v0.6.2 |
| 1746 | 2026-03-23T20:45:43.701Z | Compiling hyper-rustls v0.27.7 |
| 1747 | 2026-03-23T20:45:43.960Z | Compiling reqwest v0.13.2 |
| 1748 | 2026-03-23T20:45:43.976Z | Compiling reqwest v0.12.28 |
| 1749 | 2026-03-23T20:45:46.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1750 | 2026-03-23T20:45:47.247Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1751 | 2026-03-23T20:45:51.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1752 | 2026-03-23T20:45:51.234Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1753 | 2026-03-23T20:45:51.301Z | Mar 23 20:45:49.791 INFO Starting download, target: Console |
| 1754 | 2026-03-23T20:45:51.301Z | Mar 23 20:45:49.792 INFO Starting download, target: Clickhouse |
| 1755 | 2026-03-23T20:45:51.301Z | Mar 23 20:45:49.792 INFO Starting download, target: DendriteStub |
| 1756 | 2026-03-23T20:45:51.304Z | Mar 23 20:45:49.792 INFO Starting download, target: MaghemiteMgd |
| 1757 | 2026-03-23T20:45:51.304Z | Mar 23 20:45:49.792 INFO Starting download, target: Cockroach |
| 1758 | 2026-03-23T20:45:51.305Z | Mar 23 20:45:49.792 INFO Starting download, target: TransceiverControl |
| 1759 | 2026-03-23T20:45:51.305Z | Mar 23 20:45:49.792 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1760 | 2026-03-23T20:45:51.305Z | Mar 23 20:45:49.792 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1761 | 2026-03-23T20:45:51.305Z | Mar 23 20:45:49.792 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1762 | 2026-03-23T20:45:51.305Z | Mar 23 20:45:49.792 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1763 | 2026-03-23T20:45:51.305Z | Mar 23 20:45:49.792 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1764 | 2026-03-23T20:45:51.305Z | Mar 23 20:45:49.792 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1765 | 2026-03-23T20:45:51.745Z | Mar 23 20:45:50.239 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1766 | 2026-03-23T20:45:52.080Z | Mar 23 20:45:50.575 INFO Download complete, target: TransceiverControl |
| 1767 | 2026-03-23T20:45:52.241Z | Mar 23 20:45:50.735 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1768 | 2026-03-23T20:45:52.619Z | Mar 23 20:45:51.108 INFO Download complete, target: Console |
| 1769 | 2026-03-23T20:45:52.978Z | Mar 23 20:45:51.462 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1770 | 2026-03-23T20:45:53.098Z | Mar 23 20:45:51.592 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1771 | 2026-03-23T20:45:53.434Z | Mar 23 20:45:51.927 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1772 | 2026-03-23T20:45:53.728Z | Mar 23 20:45:52.221 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1773 | 2026-03-23T20:45:53.728Z | Mar 23 20:45:52.221 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1774 | 2026-03-23T20:45:56.560Z | Mar 23 20:45:55.054 INFO Download complete, target: MaghemiteMgd |
| 1775 | 2026-03-23T20:45:57.009Z | Mar 23 20:45:55.502 INFO Download complete, target: DendriteStub |
| 1776 | 2026-03-23T20:46:01.332Z | Mar 23 20:45:59.823 INFO Checking that binary works, target: Cockroach |
| 1777 | 2026-03-23T20:46:01.443Z | Mar 23 20:45:59.934 INFO Download complete, target: Cockroach |
| 1778 | 2026-03-23T20:46:04.303Z | Mar 23 20:46:02.793 INFO Checking that binary works, target: Clickhouse |
| 1779 | 2026-03-23T20:46:04.487Z | Mar 23 20:46:02.977 INFO Download complete, target: Clickhouse |
| 1780 | 2026-03-23T20:46:04.599Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1781 | 2026-03-23T20:46:04.602Z | |
| 1782 | 2026-03-23T20:46:04.602Z | real 4:06.464128169 |
| 1783 | 2026-03-23T20:46:04.602Z | user 10:22.241421236 |
| 1784 | 2026-03-23T20:46:04.602Z | sys 1:47.787064440 |
| 1785 | 2026-03-23T20:46:04.602Z | trap 0.343060676 |
| 1786 | 2026-03-23T20:46:04.602Z | tflt 0.811339861 |
| 1787 | 2026-03-23T20:46:04.602Z | dflt 0.731022534 |
| 1788 | 2026-03-23T20:46:04.602Z | kflt 0.109752921 |
| 1789 | 2026-03-23T20:46:04.602Z | lock 30:45.460323452 |
| 1790 | 2026-03-23T20:46:04.602Z | slp 29:25.268045936 |
| 1791 | 2026-03-23T20:46:04.602Z | lat 58.201038169 |
| 1792 | 2026-03-23T20:46:04.602Z | stop 2:45.904949000 |
| 1793 | 2026-03-23T20:46:04.602Z | + banner hack-check |
| 1794 | 2026-03-23T20:46:04.602Z | |
| 1795 | 2026-03-23T20:46:04.602Z | # # ## #### # # #### # # ###### #### # # |
| 1796 | 2026-03-23T20:46:04.602Z | # # # # # # # # # # # # # # # # # |
| 1797 | 2026-03-23T20:46:04.602Z | ###### # # # #### ##### # ###### ##### # #### |
| 1798 | 2026-03-23T20:46:04.602Z | # # ###### # # # # # # # # # # |
| 1799 | 2026-03-23T20:46:04.602Z | # # # # # # # # # # # # # # # # # |
| 1800 | 2026-03-23T20:46:04.602Z | # # # # #### # # #### # # ###### #### # # |
| 1801 | 2026-03-23T20:46:04.602Z | |
| 1802 | 2026-03-23T20:46:04.602Z | + export CARGO_INCREMENTAL=0 |
| 1803 | 2026-03-23T20:46:04.602Z | + CARGO_INCREMENTAL=0 |
| 1804 | 2026-03-23T20:46:04.605Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1805 | 2026-03-23T20:46:05.339Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1806 | 2026-03-23T20:46:05.602Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1807 | 2026-03-23T20:46:08.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
| 1808 | 2026-03-23T20:46:08.190Z | Running `target/debug/xtask check-features --ci` |
| 1809 | 2026-03-23T20:46:08.223Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1810 | 2026-03-23T20:46:08.226Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1811 | 2026-03-23T20:46:08.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1812 | 2026-03-23T20:46:08.903Z | Running `target/debug/xtask download cargo-hack` |
| 1813 | 2026-03-23T20:46:09.932Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1814 | 2026-03-23T20:46:10.311Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1815 | 2026-03-23T20:46:13.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
| 1816 | 2026-03-23T20:46:13.763Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1817 | 2026-03-23T20:46:13.806Z | Mar 23 20:46:12.293 INFO Starting download, target: CargoHack |
| 1818 | 2026-03-23T20:46:13.809Z | Mar 23 20:46:12.294 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1819 | 2026-03-23T20:46:14.230Z | Mar 23 20:46:12.717 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1820 | 2026-03-23T20:46:14.312Z | Mar 23 20:46:12.799 INFO Download complete, target: CargoHack |
| 1821 | 2026-03-23T20:46:14.315Z | 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" |
| 1822 | 2026-03-23T20:46:14.334Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1823 | 2026-03-23T20:46:14.537Z | info: running `cargo check --bins` on api_identity (1/267) |
| 1824 | 2026-03-23T20:46:15.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1825 | 2026-03-23T20:46:15.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1826 | 2026-03-23T20:46:15.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1827 | 2026-03-23T20:46:15.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1828 | 2026-03-23T20:46:15.316Z | |
| 1829 | 2026-03-23T20:46:15.316Z | info: running `cargo check --bins` on bootstore (2/267) |
| 1830 | 2026-03-23T20:46:15.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1831 | 2026-03-23T20:46:15.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1832 | 2026-03-23T20:46:15.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1833 | 2026-03-23T20:46:16.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1834 | 2026-03-23T20:46:16.096Z | |
| 1835 | 2026-03-23T20:46:16.096Z | info: running `cargo check --bins` on omicron-ledger (3/267) |
| 1836 | 2026-03-23T20:46:16.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1837 | 2026-03-23T20:46:16.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1838 | 2026-03-23T20:46:16.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1839 | 2026-03-23T20:46:16.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1840 | 2026-03-23T20:46:16.875Z | |
| 1841 | 2026-03-23T20:46:16.875Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267) |
| 1842 | 2026-03-23T20:46:17.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1843 | 2026-03-23T20:46:17.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1844 | 2026-03-23T20:46:17.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1845 | 2026-03-23T20:46:17.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 1846 | 2026-03-23T20:46:17.651Z | |
| 1847 | 2026-03-23T20:46:17.651Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267) |
| 1848 | 2026-03-23T20:46:18.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1849 | 2026-03-23T20:46:18.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1850 | 2026-03-23T20:46:18.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1851 | 2026-03-23T20:46:18.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1852 | 2026-03-23T20:46:18.435Z | |
| 1853 | 2026-03-23T20:46:18.436Z | info: running `cargo check --bins` on omicron-certificates (6/267) |
| 1854 | 2026-03-23T20:46:19.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1855 | 2026-03-23T20:46:19.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1856 | 2026-03-23T20:46:19.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1857 | 2026-03-23T20:46:19.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1858 | 2026-03-23T20:46:19.222Z | |
| 1859 | 2026-03-23T20:46:19.222Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/267) |
| 1860 | 2026-03-23T20:46:19.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1861 | 2026-03-23T20:46:19.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1862 | 2026-03-23T20:46:19.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1863 | 2026-03-23T20:46:19.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1864 | 2026-03-23T20:46:20.018Z | |
| 1865 | 2026-03-23T20:46:20.018Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267) |
| 1866 | 2026-03-23T20:46:20.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1867 | 2026-03-23T20:46:20.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1868 | 2026-03-23T20:46:20.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1869 | 2026-03-23T20:46:20.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1870 | 2026-03-23T20:46:20.818Z | |
| 1871 | 2026-03-23T20:46:20.818Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267) |
| 1872 | 2026-03-23T20:46:21.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1873 | 2026-03-23T20:46:21.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1874 | 2026-03-23T20:46:21.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1875 | 2026-03-23T20:46:21.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1876 | 2026-03-23T20:46:21.441Z | |
| 1877 | 2026-03-23T20:46:21.441Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267) |
| 1878 | 2026-03-23T20:46:21.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1879 | 2026-03-23T20:46:22.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1880 | 2026-03-23T20:46:22.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1881 | 2026-03-23T20:46:22.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1882 | 2026-03-23T20:46:22.069Z | |
| 1883 | 2026-03-23T20:46:22.069Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267) |
| 1884 | 2026-03-23T20:46:22.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1885 | 2026-03-23T20:46:22.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1886 | 2026-03-23T20:46:22.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1887 | 2026-03-23T20:46:22.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1888 | 2026-03-23T20:46:22.695Z | |
| 1889 | 2026-03-23T20:46:22.695Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267) |
| 1890 | 2026-03-23T20:46:23.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1891 | 2026-03-23T20:46:23.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1892 | 2026-03-23T20:46:23.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1893 | 2026-03-23T20:46:23.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1894 | 2026-03-23T20:46:23.319Z | |
| 1895 | 2026-03-23T20:46:23.320Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267) |
| 1896 | 2026-03-23T20:46:23.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1897 | 2026-03-23T20:46:23.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1898 | 2026-03-23T20:46:23.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1899 | 2026-03-23T20:46:23.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1900 | 2026-03-23T20:46:23.944Z | |
| 1901 | 2026-03-23T20:46:23.944Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267) |
| 1902 | 2026-03-23T20:46:24.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1903 | 2026-03-23T20:46:24.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1904 | 2026-03-23T20:46:24.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1905 | 2026-03-23T20:46:24.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1906 | 2026-03-23T20:46:24.575Z | |
| 1907 | 2026-03-23T20:46:24.575Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267) |
| 1908 | 2026-03-23T20:46:25.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1909 | 2026-03-23T20:46:25.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1910 | 2026-03-23T20:46:25.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1911 | 2026-03-23T20:46:25.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1912 | 2026-03-23T20:46:25.203Z | |
| 1913 | 2026-03-23T20:46:25.203Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267) |
| 1914 | 2026-03-23T20:46:25.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1915 | 2026-03-23T20:46:25.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1916 | 2026-03-23T20:46:25.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1917 | 2026-03-23T20:46:25.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1918 | 2026-03-23T20:46:25.830Z | |
| 1919 | 2026-03-23T20:46:25.830Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267) |
| 1920 | 2026-03-23T20:46:26.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1921 | 2026-03-23T20:46:26.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1922 | 2026-03-23T20:46:26.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1923 | 2026-03-23T20:46:26.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1924 | 2026-03-23T20:46:26.449Z | |
| 1925 | 2026-03-23T20:46:26.449Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267) |
| 1926 | 2026-03-23T20:46:27.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1927 | 2026-03-23T20:46:27.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1928 | 2026-03-23T20:46:27.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1929 | 2026-03-23T20:46:27.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1930 | 2026-03-23T20:46:27.073Z | |
| 1931 | 2026-03-23T20:46:27.073Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267) |
| 1932 | 2026-03-23T20:46:27.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1933 | 2026-03-23T20:46:27.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1934 | 2026-03-23T20:46:27.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1935 | 2026-03-23T20:46:27.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1936 | 2026-03-23T20:46:27.697Z | |
| 1937 | 2026-03-23T20:46:27.697Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267) |
| 1938 | 2026-03-23T20:46:28.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1939 | 2026-03-23T20:46:28.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1940 | 2026-03-23T20:46:28.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1941 | 2026-03-23T20:46:28.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1942 | 2026-03-23T20:46:28.327Z | |
| 1943 | 2026-03-23T20:46:28.327Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267) |
| 1944 | 2026-03-23T20:46:28.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1945 | 2026-03-23T20:46:28.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1946 | 2026-03-23T20:46:28.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1947 | 2026-03-23T20:46:28.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1948 | 2026-03-23T20:46:28.962Z | |
| 1949 | 2026-03-23T20:46:28.962Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267) |
| 1950 | 2026-03-23T20:46:29.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1951 | 2026-03-23T20:46:29.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1952 | 2026-03-23T20:46:29.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1953 | 2026-03-23T20:46:29.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1954 | 2026-03-23T20:46:29.594Z | |
| 1955 | 2026-03-23T20:46:29.594Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267) |
| 1956 | 2026-03-23T20:46:30.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1957 | 2026-03-23T20:46:30.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1958 | 2026-03-23T20:46:30.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1959 | 2026-03-23T20:46:30.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1960 | 2026-03-23T20:46:30.223Z | |
| 1961 | 2026-03-23T20:46:30.223Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267) |
| 1962 | 2026-03-23T20:46:30.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1963 | 2026-03-23T20:46:30.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1964 | 2026-03-23T20:46:30.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1965 | 2026-03-23T20:46:30.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1966 | 2026-03-23T20:46:30.852Z | |
| 1967 | 2026-03-23T20:46:30.852Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267) |
| 1968 | 2026-03-23T20:46:31.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-03-23T20:46:31.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-03-23T20:46:31.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-03-23T20:46:31.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1972 | 2026-03-23T20:46:31.478Z | |
| 1973 | 2026-03-23T20:46:31.478Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267) |
| 1974 | 2026-03-23T20:46:32.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-03-23T20:46:32.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-03-23T20:46:32.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-03-23T20:46:32.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1978 | 2026-03-23T20:46:32.109Z | |
| 1979 | 2026-03-23T20:46:32.109Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267) |
| 1980 | 2026-03-23T20:46:32.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-03-23T20:46:32.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-03-23T20:46:32.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-03-23T20:46:32.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1984 | 2026-03-23T20:46:32.742Z | |
| 1985 | 2026-03-23T20:46:32.742Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267) |
| 1986 | 2026-03-23T20:46:33.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-03-23T20:46:33.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-03-23T20:46:33.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-03-23T20:46:33.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1990 | 2026-03-23T20:46:33.373Z | |
| 1991 | 2026-03-23T20:46:33.373Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267) |
| 1992 | 2026-03-23T20:46:33.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-03-23T20:46:33.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-03-23T20:46:33.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-03-23T20:46:33.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1996 | 2026-03-23T20:46:34.000Z | |
| 1997 | 2026-03-23T20:46:34.000Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267) |
| 1998 | 2026-03-23T20:46:34.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-03-23T20:46:34.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-03-23T20:46:34.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-03-23T20:46:34.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2002 | 2026-03-23T20:46:34.627Z | |
| 2003 | 2026-03-23T20:46:34.627Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267) |
| 2004 | 2026-03-23T20:46:35.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-03-23T20:46:35.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-03-23T20:46:35.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-03-23T20:46:35.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2008 | 2026-03-23T20:46:35.252Z | |
| 2009 | 2026-03-23T20:46:35.252Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267) |
| 2010 | 2026-03-23T20:46:35.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-03-23T20:46:35.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-03-23T20:46:35.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-03-23T20:46:35.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2014 | 2026-03-23T20:46:35.880Z | |
| 2015 | 2026-03-23T20:46:35.880Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267) |
| 2016 | 2026-03-23T20:46:36.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-03-23T20:46:36.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-03-23T20:46:36.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-03-23T20:46:36.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2020 | 2026-03-23T20:46:36.507Z | |
| 2021 | 2026-03-23T20:46:36.507Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267) |
| 2022 | 2026-03-23T20:46:37.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-03-23T20:46:37.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-03-23T20:46:37.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-03-23T20:46:37.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2026 | 2026-03-23T20:46:37.136Z | |
| 2027 | 2026-03-23T20:46:37.136Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267) |
| 2028 | 2026-03-23T20:46:37.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-03-23T20:46:37.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-03-23T20:46:37.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-03-23T20:46:37.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2032 | 2026-03-23T20:46:37.764Z | |
| 2033 | 2026-03-23T20:46:37.764Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267) |
| 2034 | 2026-03-23T20:46:38.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-03-23T20:46:38.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-03-23T20:46:38.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-03-23T20:46:38.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2038 | 2026-03-23T20:46:38.390Z | |
| 2039 | 2026-03-23T20:46:38.390Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267) |
| 2040 | 2026-03-23T20:46:38.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-03-23T20:46:38.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-03-23T20:46:38.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-03-23T20:46:38.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2044 | 2026-03-23T20:46:39.014Z | |
| 2045 | 2026-03-23T20:46:39.014Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267) |
| 2046 | 2026-03-23T20:46:39.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-03-23T20:46:39.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-03-23T20:46:39.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-03-23T20:46:39.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2050 | 2026-03-23T20:46:39.642Z | |
| 2051 | 2026-03-23T20:46:39.642Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267) |
| 2052 | 2026-03-23T20:46:40.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-03-23T20:46:40.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-03-23T20:46:40.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-03-23T20:46:40.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2056 | 2026-03-23T20:46:40.270Z | |
| 2057 | 2026-03-23T20:46:40.270Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267) |
| 2058 | 2026-03-23T20:46:40.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-03-23T20:46:40.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-03-23T20:46:40.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-03-23T20:46:40.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2062 | 2026-03-23T20:46:40.902Z | |
| 2063 | 2026-03-23T20:46:40.902Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267) |
| 2064 | 2026-03-23T20:46:41.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-03-23T20:46:41.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-03-23T20:46:41.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-03-23T20:46:41.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2068 | 2026-03-23T20:46:41.532Z | |
| 2069 | 2026-03-23T20:46:41.532Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267) |
| 2070 | 2026-03-23T20:46:42.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-03-23T20:46:42.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-03-23T20:46:42.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-03-23T20:46:42.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2074 | 2026-03-23T20:46:42.163Z | |
| 2075 | 2026-03-23T20:46:42.163Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267) |
| 2076 | 2026-03-23T20:46:42.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-03-23T20:46:42.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-03-23T20:46:42.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-03-23T20:46:42.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2080 | 2026-03-23T20:46:42.795Z | |
| 2081 | 2026-03-23T20:46:42.795Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267) |
| 2082 | 2026-03-23T20:46:43.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-03-23T20:46:43.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-03-23T20:46:43.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-03-23T20:46:43.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2086 | 2026-03-23T20:46:43.423Z | |
| 2087 | 2026-03-23T20:46:43.423Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267) |
| 2088 | 2026-03-23T20:46:43.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-03-23T20:46:43.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-03-23T20:46:43.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-03-23T20:46:43.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2092 | 2026-03-23T20:46:44.055Z | |
| 2093 | 2026-03-23T20:46:44.055Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267) |
| 2094 | 2026-03-23T20:46:44.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-03-23T20:46:44.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-03-23T20:46:44.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-03-23T20:46:44.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2098 | 2026-03-23T20:46:44.690Z | |
| 2099 | 2026-03-23T20:46:44.690Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267) |
| 2100 | 2026-03-23T20:46:45.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-03-23T20:46:45.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-03-23T20:46:45.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-03-23T20:46:45.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2104 | 2026-03-23T20:46:45.322Z | |
| 2105 | 2026-03-23T20:46:45.322Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267) |
| 2106 | 2026-03-23T20:46:45.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-03-23T20:46:45.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-03-23T20:46:45.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-03-23T20:46:45.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2110 | 2026-03-23T20:46:45.952Z | |
| 2111 | 2026-03-23T20:46:45.956Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267) |
| 2112 | 2026-03-23T20:46:46.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-03-23T20:46:46.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-03-23T20:46:47.060Z | Checking cfg-if v1.0.4 |
| 2115 | 2026-03-23T20:46:47.219Z | Checking libc v0.2.180 |
| 2116 | 2026-03-23T20:46:47.223Z | Checking serde_core v1.0.228 |
| 2117 | 2026-03-23T20:46:47.255Z | Checking memchr v2.8.0 |
| 2118 | 2026-03-23T20:46:47.275Z | Checking itoa v1.0.17 |
| 2119 | 2026-03-23T20:46:47.275Z | Checking smallvec v1.15.1 |
| 2120 | 2026-03-23T20:46:47.312Z | Checking log v0.4.29 |
| 2121 | 2026-03-23T20:46:47.312Z | Checking zeroize v1.8.2 |
| 2122 | 2026-03-23T20:46:47.364Z | Checking stable_deref_trait v1.2.1 |
| 2123 | 2026-03-23T20:46:47.443Z | Checking zerofrom v0.1.6 |
| 2124 | 2026-03-23T20:46:47.464Z | Checking zmij v1.0.21 |
| 2125 | 2026-03-23T20:46:47.522Z | Checking percent-encoding v2.3.2 |
| 2126 | 2026-03-23T20:46:47.525Z | Checking litemap v0.8.1 |
| 2127 | 2026-03-23T20:46:47.525Z | Checking writeable v0.6.2 |
| 2128 | 2026-03-23T20:46:47.591Z | Checking yoke v0.8.1 |
| 2129 | 2026-03-23T20:46:47.694Z | Checking libm v0.2.16 |
| 2130 | 2026-03-23T20:46:47.739Z | Checking scopeguard v1.2.0 |
| 2131 | 2026-03-23T20:46:47.761Z | Checking icu_normalizer_data v2.1.1 |
| 2132 | 2026-03-23T20:46:47.761Z | Checking icu_properties_data v2.1.2 |
| 2133 | 2026-03-23T20:46:47.800Z | Checking subtle v2.6.1 |
| 2134 | 2026-03-23T20:46:47.820Z | Checking zerovec v0.11.5 |
| 2135 | 2026-03-23T20:46:47.839Z | Checking getrandom v0.2.17 |
| 2136 | 2026-03-23T20:46:47.858Z | Checking errno v0.3.14 |
| 2137 | 2026-03-23T20:46:47.877Z | Checking zerotrie v0.2.3 |
| 2138 | 2026-03-23T20:46:47.945Z | Checking lock_api v0.4.14 |
| 2139 | 2026-03-23T20:46:47.994Z | Checking utf8_iter v1.0.4 |
| 2140 | 2026-03-23T20:46:48.014Z | Checking form_urlencoded v1.2.2 |
| 2141 | 2026-03-23T20:46:48.032Z | Checking rand_core v0.6.4 |
| 2142 | 2026-03-23T20:46:48.153Z | Checking rand_core v0.10.0 |
| 2143 | 2026-03-23T20:46:48.174Z | Checking pin-project-lite v0.2.17 |
| 2144 | 2026-03-23T20:46:48.196Z | Checking typenum v1.19.0 |
| 2145 | 2026-03-23T20:46:48.219Z | Checking portable-atomic v1.13.1 |
| 2146 | 2026-03-23T20:46:48.265Z | Checking critical-section v1.2.0 |
| 2147 | 2026-03-23T20:46:48.294Z | Checking iana-time-zone v0.1.65 |
| 2148 | 2026-03-23T20:46:48.340Z | Checking getrandom v0.4.1 |
| 2149 | 2026-03-23T20:46:48.397Z | Checking signal-hook-registry v1.4.8 |
| 2150 | 2026-03-23T20:46:48.423Z | Checking parking_lot_core v0.9.12 |
| 2151 | 2026-03-23T20:46:48.443Z | Checking tinystr v0.8.2 |
| 2152 | 2026-03-23T20:46:48.522Z | Checking potential_utf v0.1.4 |
| 2153 | 2026-03-23T20:46:48.609Z | Checking socket2 v0.6.2 |
| 2154 | 2026-03-23T20:46:48.663Z | Checking num-traits v0.2.19 |
| 2155 | 2026-03-23T20:46:48.683Z | Checking icu_locale_core v2.1.1 |
| 2156 | 2026-03-23T20:46:48.683Z | Checking parking_lot v0.12.5 |
| 2157 | 2026-03-23T20:46:48.720Z | Checking icu_collections v2.1.1 |
| 2158 | 2026-03-23T20:46:48.794Z | Checking once_cell v1.21.3 |
| 2159 | 2026-03-23T20:46:48.904Z | Checking generic-array v0.14.7 |
| 2160 | 2026-03-23T20:46:48.926Z | Checking mio v1.1.1 |
| 2161 | 2026-03-23T20:46:48.950Z | Checking zerocopy v0.8.40 |
| 2162 | 2026-03-23T20:46:49.019Z | Checking futures-core v0.3.32 |
| 2163 | 2026-03-23T20:46:49.124Z | Checking dyn-clone v1.0.20 |
| 2164 | 2026-03-23T20:46:49.179Z | Checking equivalent v1.0.2 |
| 2165 | 2026-03-23T20:46:49.251Z | Checking allocator-api2 v0.2.21 |
| 2166 | 2026-03-23T20:46:49.282Z | Checking foldhash v0.2.0 |
| 2167 | 2026-03-23T20:46:49.304Z | Checking const-oid v0.9.6 |
| 2168 | 2026-03-23T20:46:49.389Z | Checking serde v1.0.228 |
| 2169 | 2026-03-23T20:46:49.435Z | Checking serde_json v1.0.149 |
| 2170 | 2026-03-23T20:46:49.456Z | Checking icu_provider v2.1.1 |
| 2171 | 2026-03-23T20:46:49.476Z | Checking bitflags v2.11.0 |
| 2172 | 2026-03-23T20:46:49.537Z | Checking crypto-common v0.1.7 |
| 2173 | 2026-03-23T20:46:49.626Z | Checking uuid v1.21.0 |
| 2174 | 2026-03-23T20:46:49.689Z | Checking semver v1.0.27 |
| 2175 | 2026-03-23T20:46:49.692Z | Checking hashbrown v0.16.1 |
| 2176 | 2026-03-23T20:46:49.761Z | Checking icu_properties v2.1.2 |
| 2177 | 2026-03-23T20:46:49.958Z | Checking icu_normalizer v2.1.1 |
| 2178 | 2026-03-23T20:46:49.979Z | Checking bytes v1.11.1 |
| 2179 | 2026-03-23T20:46:50.044Z | Checking chrono v0.4.44 |
| 2180 | 2026-03-23T20:46:50.316Z | Checking futures-sink v0.3.32 |
| 2181 | 2026-03-23T20:46:50.359Z | Checking block-buffer v0.10.4 |
| 2182 | 2026-03-23T20:46:50.359Z | Checking futures-task v0.3.32 |
| 2183 | 2026-03-23T20:46:50.398Z | Checking futures-io v0.3.32 |
| 2184 | 2026-03-23T20:46:50.440Z | Checking futures-channel v0.3.32 |
| 2185 | 2026-03-23T20:46:50.532Z | Checking slab v0.4.12 |
| 2186 | 2026-03-23T20:46:50.554Z | Checking digest v0.10.7 |
| 2187 | 2026-03-23T20:46:50.575Z | Checking thiserror v2.0.18 |
| 2188 | 2026-03-23T20:46:50.594Z | Checking tokio v1.49.0 |
| 2189 | 2026-03-23T20:46:50.689Z | Checking byteorder v1.5.0 |
| 2190 | 2026-03-23T20:46:50.709Z | Checking base64 v0.22.1 |
| 2191 | 2026-03-23T20:46:50.731Z | Checking futures-util v0.3.32 |
| 2192 | 2026-03-23T20:46:50.806Z | Checking indexmap v2.13.0 |
| 2193 | 2026-03-23T20:46:50.929Z | Checking idna_adapter v1.2.1 |
| 2194 | 2026-03-23T20:46:50.956Z | Checking cpufeatures v0.2.17 |
| 2195 | 2026-03-23T20:46:51.013Z | Checking http v1.4.0 |
| 2196 | 2026-03-23T20:46:51.044Z | Checking fnv v1.0.7 |
| 2197 | 2026-03-23T20:46:51.082Z | Checking idna v1.1.0 |
| 2198 | 2026-03-23T20:46:51.162Z | Checking unicode-ident v1.0.24 |
| 2199 | 2026-03-23T20:46:51.203Z | Checking tracing-core v0.1.36 |
| 2200 | 2026-03-23T20:46:51.303Z | Checking proc-macro2 v1.0.106 |
| 2201 | 2026-03-23T20:46:51.395Z | Checking url v2.5.8 |
| 2202 | 2026-03-23T20:46:51.590Z | Checking thiserror v1.0.69 |
| 2203 | 2026-03-23T20:46:51.626Z | Checking tracing v0.1.44 |
| 2204 | 2026-03-23T20:46:51.712Z | Checking rustls-pki-types v1.14.0 |
| 2205 | 2026-03-23T20:46:51.732Z | Checking regex-syntax v0.8.10 |
| 2206 | 2026-03-23T20:46:51.806Z | Checking quote v1.0.44 |
| 2207 | 2026-03-23T20:46:51.885Z | Checking untrusted v0.9.0 |
| 2208 | 2026-03-23T20:46:51.979Z | Checking schemars v0.8.22 |
| 2209 | 2026-03-23T20:46:52.026Z | Checking ring v0.17.14 |
| 2210 | 2026-03-23T20:46:52.046Z | Checking syn v2.0.117 |
| 2211 | 2026-03-23T20:46:52.097Z | Checking ipnet v2.11.0 |
| 2212 | 2026-03-23T20:46:52.438Z | Checking httparse v1.10.1 |
| 2213 | 2026-03-23T20:46:52.712Z | Checking http-body v1.0.1 |
| 2214 | 2026-03-23T20:46:52.869Z | Checking rustix v1.1.3 |
| 2215 | 2026-03-23T20:46:52.889Z | Checking block-padding v0.3.3 |
| 2216 | 2026-03-23T20:46:52.910Z | Checking ppv-lite86 v0.2.21 |
| 2217 | 2026-03-23T20:46:53.059Z | Checking getrandom v0.3.4 |
| 2218 | 2026-03-23T20:46:53.256Z | Checking atomic-waker v1.1.2 |
| 2219 | 2026-03-23T20:46:53.334Z | Checking inout v0.1.4 |
| 2220 | 2026-03-23T20:46:53.358Z | Checking hmac v0.12.1 |
| 2221 | 2026-03-23T20:46:53.381Z | Checking aws-lc-sys v0.37.1 |
| 2222 | 2026-03-23T20:46:53.410Z | Checking aho-corasick v1.1.4 |
| 2223 | 2026-03-23T20:46:53.518Z | Checking httpdate v1.0.3 |
| 2224 | 2026-03-23T20:46:53.537Z | Checking untrusted v0.7.1 |
| 2225 | 2026-03-23T20:46:53.559Z | Checking tower-layer v0.3.3 |
| 2226 | 2026-03-23T20:46:53.679Z | Checking try-lock v0.2.5 |
| 2227 | 2026-03-23T20:46:53.700Z | Checking openssl-probe v0.2.1 |
| 2228 | 2026-03-23T20:46:53.746Z | Checking tower-service v0.3.3 |
| 2229 | 2026-03-23T20:46:53.801Z | Checking powerfmt v0.2.0 |
| 2230 | 2026-03-23T20:46:53.830Z | Checking want v0.3.1 |
| 2231 | 2026-03-23T20:46:53.856Z | Checking cipher v0.4.4 |
| 2232 | 2026-03-23T20:46:53.983Z | Checking rand_core v0.9.5 |
| 2233 | 2026-03-23T20:46:54.002Z | Checking deranged v0.5.8 |
| 2234 | 2026-03-23T20:46:54.087Z | Checking aws-lc-rs v1.16.0 |
| 2235 | 2026-03-23T20:46:54.109Z | Checking num_threads v0.1.7 |
| 2236 | 2026-03-23T20:46:54.128Z | Checking pin-utils v0.1.0 |
| 2237 | 2026-03-23T20:46:54.209Z | Checking num-conv v0.2.0 |
| 2238 | 2026-03-23T20:46:54.231Z | Checking time-core v0.1.8 |
| 2239 | 2026-03-23T20:46:54.234Z | Checking base64ct v1.8.3 |
| 2240 | 2026-03-23T20:46:54.357Z | Checking regex-automata v0.4.14 |
| 2241 | 2026-03-23T20:46:54.381Z | Checking sha2 v0.10.9 |
| 2242 | 2026-03-23T20:46:54.410Z | Checking erased-serde v0.3.31 |
| 2243 | 2026-03-23T20:46:54.561Z | Checking pretty-hex v0.4.1 |
| 2244 | 2026-03-23T20:46:54.715Z | Checking rand_chacha v0.9.0 |
| 2245 | 2026-03-23T20:46:54.741Z | Checking ryu v1.0.23 |
| 2246 | 2026-03-23T20:46:54.916Z | Checking fastrand v2.3.0 |
| 2247 | 2026-03-23T20:46:54.948Z | Checking tokio-util v0.7.18 |
| 2248 | 2026-03-23T20:46:54.977Z | Checking rand v0.9.2 |
| 2249 | 2026-03-23T20:46:54.995Z | Checking slog v2.8.2 |
| 2250 | 2026-03-23T20:46:55.147Z | Checking pem-rfc7468 v0.7.0 |
| 2251 | 2026-03-23T20:46:55.215Z | Checking rustls-webpki v0.103.9 |
| 2252 | 2026-03-23T20:46:55.276Z | Checking time v0.3.47 |
| 2253 | 2026-03-23T20:46:55.312Z | Checking rustls-native-certs v0.8.3 |
| 2254 | 2026-03-23T20:46:55.352Z | Checking http-body-util v0.1.3 |
| 2255 | 2026-03-23T20:46:55.352Z | Checking ipnetwork v0.21.1 |
| 2256 | 2026-03-23T20:46:55.475Z | Checking sync_wrapper v1.0.2 |
| 2257 | 2026-03-23T20:46:55.607Z | Checking spin v0.9.8 |
| 2258 | 2026-03-23T20:46:55.629Z | Checking plain v0.2.3 |
| 2259 | 2026-03-23T20:46:55.649Z | Checking flagset v0.4.7 |
| 2260 | 2026-03-23T20:46:55.671Z | Checking tower v0.5.3 |
| 2261 | 2026-03-23T20:46:55.760Z | Checking serde_urlencoded v0.7.1 |
| 2262 | 2026-03-23T20:46:55.763Z | Checking rustls v0.23.37 |
| 2263 | 2026-03-23T20:46:55.763Z | Checking h2 v0.4.13 |
| 2264 | 2026-03-23T20:46:55.822Z | Checking der v0.7.10 |
| 2265 | 2026-03-23T20:46:55.844Z | Checking rand_chacha v0.3.1 |
| 2266 | 2026-03-23T20:46:56.031Z | Checking webpki-roots v1.0.6 |
| 2267 | 2026-03-23T20:46:56.114Z | Checking ucd-trie v0.1.7 |
| 2268 | 2026-03-23T20:46:56.180Z | Checking tinyvec_macros v0.1.1 |
| 2269 | 2026-03-23T20:46:56.180Z | Checking iri-string v0.7.10 |
| 2270 | 2026-03-23T20:46:56.266Z | Checking tinyvec v1.10.0 |
| 2271 | 2026-03-23T20:46:56.286Z | Checking pest v2.8.6 |
| 2272 | 2026-03-23T20:46:56.692Z | Checking rand v0.8.5 |
| 2273 | 2026-03-23T20:46:56.834Z | Checking tempfile v3.25.0 |
| 2274 | 2026-03-23T20:46:56.858Z | Checking spki v0.7.3 |
| 2275 | 2026-03-23T20:46:56.861Z | Checking salsa20 v0.10.2 |
| 2276 | 2026-03-23T20:46:57.042Z | Checking pbkdf2 v0.12.2 |
| 2277 | 2026-03-23T20:46:57.068Z | Checking unicode-width v0.2.0 |
| 2278 | 2026-03-23T20:46:57.089Z | Checking foreign-types-shared v0.1.1 |
| 2279 | 2026-03-23T20:46:57.180Z | Checking scrypt v0.11.0 |
| 2280 | 2026-03-23T20:46:57.200Z | Checking foreign-types v0.3.2 |
| 2281 | 2026-03-23T20:46:57.289Z | Checking regex v1.12.3 |
| 2282 | 2026-03-23T20:46:57.357Z | Checking aes v0.8.4 |
| 2283 | 2026-03-23T20:46:57.384Z | Checking cbc v0.1.2 |
| 2284 | 2026-03-23T20:46:57.387Z | Checking anyhow v1.0.102 |
| 2285 | 2026-03-23T20:46:57.545Z | Checking openssl-sys v0.9.111 |
| 2286 | 2026-03-23T20:46:57.654Z | Checking tower-http v0.6.8 |
| 2287 | 2026-03-23T20:46:57.675Z | Checking crossbeam-utils v0.8.21 |
| 2288 | 2026-03-23T20:46:57.694Z | Checking oxnet v0.1.4 |
| 2289 | 2026-03-23T20:46:57.740Z | Checking mime v0.3.17 |
| 2290 | 2026-03-23T20:46:57.887Z | Checking pkcs5 v0.7.1 |
| 2291 | 2026-03-23T20:46:57.966Z | Checking openapiv3 v2.2.0 |
| 2292 | 2026-03-23T20:46:58.000Z | Checking scroll v0.12.0 |
| 2293 | 2026-03-23T20:46:58.021Z | Checking encoding_rs v0.8.35 |
| 2294 | 2026-03-23T20:46:58.147Z | Checking data-encoding v2.10.0 |
| 2295 | 2026-03-23T20:46:58.202Z | Checking openssl v0.10.75 |
| 2296 | 2026-03-23T20:46:58.237Z | Checking pkcs8 v0.10.2 |
| 2297 | 2026-03-23T20:46:58.311Z | Checking winnow v0.7.14 |
| 2298 | 2026-03-23T20:46:58.476Z | Checking siphasher v1.0.2 |
| 2299 | 2026-03-23T20:46:58.510Z | Checking goblin v0.8.2 |
| 2300 | 2026-03-23T20:46:58.694Z | Checking lazy_static v1.5.0 |
| 2301 | 2026-03-23T20:46:58.808Z | Checking zerocopy v0.7.35 |
| 2302 | 2026-03-23T20:46:59.070Z | Checking tokio-rustls v0.26.4 |
| 2303 | 2026-03-23T20:46:59.328Z | Checking wait-timeout v0.2.1 |
| 2304 | 2026-03-23T20:46:59.368Z | Checking psl-types v2.0.11 |
| 2305 | 2026-03-23T20:46:59.413Z | Checking hyper v1.8.1 |
| 2306 | 2026-03-23T20:46:59.480Z | Checking quick-error v1.2.3 |
| 2307 | 2026-03-23T20:46:59.512Z | Checking utf8parse v0.2.2 |
| 2308 | 2026-03-23T20:46:59.532Z | Checking bit-vec v0.8.0 |
| 2309 | 2026-03-23T20:46:59.608Z | Checking anstyle v1.0.13 |
| 2310 | 2026-03-23T20:46:59.642Z | Checking bitflags v1.3.2 |
| 2311 | 2026-03-23T20:46:59.734Z | Checking managed v0.8.0 |
| 2312 | 2026-03-23T20:46:59.783Z | Checking either v1.15.0 |
| 2313 | 2026-03-23T20:46:59.803Z | Checking bit-set v0.8.0 |
| 2314 | 2026-03-23T20:46:59.848Z | Checking anstyle-parse v0.2.7 |
| 2315 | 2026-03-23T20:46:59.981Z | Checking rusty-fork v0.3.1 |
| 2316 | 2026-03-23T20:47:00.001Z | Checking publicsuffix v2.3.0 |
| 2317 | 2026-03-23T20:47:00.004Z | Checking dtrace-parser v0.2.0 |
| 2318 | 2026-03-23T20:47:00.042Z | Checking cookie v0.18.1 |
| 2319 | 2026-03-23T20:47:00.045Z | Checking unicode-normalization v0.1.25 |
| 2320 | 2026-03-23T20:47:00.199Z | Checking rand_xorshift v0.4.0 |
| 2321 | 2026-03-23T20:47:00.224Z | Checking sha1 v0.10.6 |
| 2322 | 2026-03-23T20:47:00.308Z | Checking hex v0.4.3 |
| 2323 | 2026-03-23T20:47:00.340Z | Checking thread-id v4.2.2 |
| 2324 | 2026-03-23T20:47:00.360Z | Checking anstyle-query v1.1.5 |
| 2325 | 2026-03-23T20:47:00.425Z | Checking colorchoice v1.0.4 |
| 2326 | 2026-03-23T20:47:00.445Z | Checking unarray v0.1.4 |
| 2327 | 2026-03-23T20:47:00.476Z | Checking is_terminal_polyfill v1.70.2 |
| 2328 | 2026-03-23T20:47:00.550Z | Checking cookie_store v0.22.1 |
| 2329 | 2026-03-23T20:47:00.576Z | Checking proptest v1.10.0 |
| 2330 | 2026-03-23T20:47:00.595Z | Checking rustls-platform-verifier v0.6.2 |
| 2331 | 2026-03-23T20:47:00.598Z | Checking anstream v0.6.21 |
| 2332 | 2026-03-23T20:47:00.616Z | Checking crossbeam-epoch v0.9.18 |
| 2333 | 2026-03-23T20:47:00.654Z | Checking hyper-util v0.1.20 |
| 2334 | 2026-03-23T20:47:00.767Z | Checking terminal_size v0.4.3 |
| 2335 | 2026-03-23T20:47:00.874Z | Checking scroll v0.13.0 |
| 2336 | 2026-03-23T20:47:00.908Z | Checking num-integer v0.1.46 |
| 2337 | 2026-03-23T20:47:00.929Z | Checking simd-adler32 v0.3.8 |
| 2338 | 2026-03-23T20:47:00.993Z | Checking crossbeam-deque v0.8.6 |
| 2339 | 2026-03-23T20:47:01.026Z | Checking native-tls v0.2.18 |
| 2340 | 2026-03-23T20:47:01.128Z | Checking dof v0.3.0 |
| 2341 | 2026-03-23T20:47:01.149Z | Checking bstr v1.12.1 |
| 2342 | 2026-03-23T20:47:01.184Z | Checking goblin v0.10.5 |
| 2343 | 2026-03-23T20:47:01.205Z | Checking ref-cast v1.0.25 |
| 2344 | 2026-03-23T20:47:01.223Z | Checking rustix v0.38.44 |
| 2345 | 2026-03-23T20:47:01.253Z | Checking tokio-native-tls v0.3.1 |
| 2346 | 2026-03-23T20:47:01.323Z | Checking camino v1.2.2 |
| 2347 | 2026-03-23T20:47:01.448Z | Checking crc32fast v1.5.0 |
| 2348 | 2026-03-23T20:47:01.507Z | Checking usdt-impl v0.5.0 |
| 2349 | 2026-03-23T20:47:01.626Z | Checking signature v2.2.0 |
| 2350 | 2026-03-23T20:47:01.668Z | Checking toml_datetime v0.6.11 |
| 2351 | 2026-03-23T20:47:01.689Z | Checking serde_spanned v0.6.9 |
| 2352 | 2026-03-23T20:47:01.793Z | Checking ff v0.13.1 |
| 2353 | 2026-03-23T20:47:01.844Z | Checking clap_lex v1.0.0 |
| 2354 | 2026-03-23T20:47:01.865Z | Checking unicode-bidi v0.3.18 |
| 2355 | 2026-03-23T20:47:01.902Z | Checking base16ct v0.2.0 |
| 2356 | 2026-03-23T20:47:01.958Z | Checking adler2 v2.0.1 |
| 2357 | 2026-03-23T20:47:02.037Z | Checking strsim v0.11.1 |
| 2358 | 2026-03-23T20:47:02.063Z | Checking unicode-properties v0.1.4 |
| 2359 | 2026-03-23T20:47:02.095Z | Checking miniz_oxide v0.8.9 |
| 2360 | 2026-03-23T20:47:02.241Z | Checking clap_builder v4.5.60 |
| 2361 | 2026-03-23T20:47:02.261Z | Checking sec1 v0.7.3 |
| 2362 | 2026-03-23T20:47:02.305Z | Checking stringprep v0.1.5 |
| 2363 | 2026-03-23T20:47:02.308Z | Checking hyper-rustls v0.27.7 |
| 2364 | 2026-03-23T20:47:02.353Z | Checking hyper-tls v0.6.0 |
| 2365 | 2026-03-23T20:47:02.521Z | Checking group v0.13.0 |
| 2366 | 2026-03-23T20:47:02.542Z | Checking rayon-core v1.13.0 |
| 2367 | 2026-03-23T20:47:02.561Z | Checking num-iter v0.1.45 |
| 2368 | 2026-03-23T20:47:02.582Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2369 | 2026-03-23T20:47:02.585Z | Checking reqwest v0.12.28 |
| 2370 | 2026-03-23T20:47:02.702Z | Checking reqwest v0.13.2 |
| 2371 | 2026-03-23T20:47:02.705Z | Checking dtrace-parser v0.3.0 |
| 2372 | 2026-03-23T20:47:02.973Z | Checking hkdf v0.12.4 |
| 2373 | 2026-03-23T20:47:03.016Z | Checking strum v0.26.3 |
| 2374 | 2026-03-23T20:47:03.038Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2375 | 2026-03-23T20:47:03.058Z | Checking newtype-uuid v1.3.2 |
| 2376 | 2026-03-23T20:47:03.146Z | Checking hash32 v0.2.1 |
| 2377 | 2026-03-23T20:47:03.168Z | Checking md-5 v0.10.6 |
| 2378 | 2026-03-23T20:47:03.195Z | Checking crypto-bigint v0.5.5 |
| 2379 | 2026-03-23T20:47:03.331Z | Checking daft v0.1.5 |
| 2380 | 2026-03-23T20:47:03.352Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2381 | 2026-03-23T20:47:03.371Z | Checking thread-id v5.1.0 |
| 2382 | 2026-03-23T20:47:03.475Z | Checking unicode-segmentation v1.12.0 |
| 2383 | 2026-03-23T20:47:03.613Z | Checking zlib-rs v0.6.2 |
| 2384 | 2026-03-23T20:47:03.645Z | Checking fallible-iterator v0.2.0 |
| 2385 | 2026-03-23T20:47:03.763Z | Checking heapless v0.7.17 |
| 2386 | 2026-03-23T20:47:03.861Z | Checking zstd-safe v7.2.4 |
| 2387 | 2026-03-23T20:47:03.896Z | Checking rayon v1.11.0 |
| 2388 | 2026-03-23T20:47:03.937Z | Checking clap v4.5.60 |
| 2389 | 2026-03-23T20:47:04.011Z | Checking postgres-protocol v0.6.10 |
| 2390 | 2026-03-23T20:47:04.035Z | Checking itertools v0.12.1 |
| 2391 | 2026-03-23T20:47:04.076Z | Checking phf_shared v0.13.1 |
| 2392 | 2026-03-23T20:47:04.322Z | Checking console v0.16.2 |
| 2393 | 2026-03-23T20:47:04.345Z | Checking curve25519-dalek v4.1.3 |
| 2394 | 2026-03-23T20:47:04.404Z | Checking dof v0.4.0 |
| 2395 | 2026-03-23T20:47:04.431Z | Checking memoffset v0.9.1 |
| 2396 | 2026-03-23T20:47:04.516Z | Checking elliptic-curve v0.13.8 |
| 2397 | 2026-03-23T20:47:04.537Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2398 | 2026-03-23T20:47:04.646Z | Checking signal-hook v0.3.18 |
| 2399 | 2026-03-23T20:47:04.713Z | Checking memmap2 v0.9.10 |
| 2400 | 2026-03-23T20:47:04.833Z | Checking flate2 v1.1.9 |
| 2401 | 2026-03-23T20:47:04.884Z | Checking toml_write v0.1.2 |
| 2402 | 2026-03-23T20:47:04.922Z | Checking libbz2-rs-sys v0.2.2 |
| 2403 | 2026-03-23T20:47:04.926Z | Checking bumpalo v3.20.2 |
| 2404 | 2026-03-23T20:47:05.100Z | Checking unit-prefix v0.5.2 |
| 2405 | 2026-03-23T20:47:05.203Z | Checking winnow v0.5.40 |
| 2406 | 2026-03-23T20:47:05.230Z | Checking fixedbitset v0.4.2 |
| 2407 | 2026-03-23T20:47:05.252Z | Checking usdt-impl v0.6.0 |
| 2408 | 2026-03-23T20:47:05.269Z | Checking foldhash v0.1.5 |
| 2409 | 2026-03-23T20:47:05.378Z | Checking zopfli v0.8.3 |
| 2410 | 2026-03-23T20:47:05.401Z | Checking zone v0.3.1 |
| 2411 | 2026-03-23T20:47:05.423Z | Checking petgraph v0.6.5 |
| 2412 | 2026-03-23T20:47:05.444Z | Checking bzip2 v0.6.1 |
| 2413 | 2026-03-23T20:47:05.447Z | Checking hashbrown v0.15.5 |
| 2414 | 2026-03-23T20:47:05.607Z | Checking usdt v0.6.0 |
| 2415 | 2026-03-23T20:47:05.673Z | Checking toml_edit v0.22.27 |
| 2416 | 2026-03-23T20:47:05.813Z | Checking signal-hook-mio v0.2.5 |
| 2417 | 2026-03-23T20:47:05.832Z | Checking bzip2 v0.4.4 |
| 2418 | 2026-03-23T20:47:05.868Z | Checking nix v0.31.1 |
| 2419 | 2026-03-23T20:47:05.909Z | Checking indicatif v0.18.4 |
| 2420 | 2026-03-23T20:47:05.936Z | Checking postgres-types v0.2.12 |
| 2421 | 2026-03-23T20:47:06.043Z | Checking phf v0.13.1 |
| 2422 | 2026-03-23T20:47:06.087Z | Checking smoltcp v0.9.1 |
| 2423 | 2026-03-23T20:47:06.238Z | Checking zstd v0.13.3 |
| 2424 | 2026-03-23T20:47:06.352Z | Checking similar v2.7.0 |
| 2425 | 2026-03-23T20:47:06.396Z | Checking num-bigint-dig v0.8.6 |
| 2426 | 2026-03-23T20:47:06.484Z | Checking ed25519 v2.2.3 |
| 2427 | 2026-03-23T20:47:06.723Z | Checking phf_shared v0.11.3 |
| 2428 | 2026-03-23T20:47:06.792Z | Checking toml_edit v0.19.15 |
| 2429 | 2026-03-23T20:47:06.851Z | Checking pkcs1 v0.7.5 |
| 2430 | 2026-03-23T20:47:06.895Z | Checking tokio-stream v0.1.18 |
| 2431 | 2026-03-23T20:47:06.915Z | Checking strum v0.27.2 |
| 2432 | 2026-03-23T20:47:07.054Z | Checking hubpack v0.1.2 |
| 2433 | 2026-03-23T20:47:07.126Z | Checking rfc6979 v0.4.0 |
| 2434 | 2026-03-23T20:47:07.154Z | Checking serde-big-array v0.5.1 |
| 2435 | 2026-03-23T20:47:07.174Z | Checking float-cmp v0.10.0 |
| 2436 | 2026-03-23T20:47:07.271Z | Checking env_filter v1.0.0 |
| 2437 | 2026-03-23T20:47:07.274Z | Checking new_debug_unreachable v1.0.6 |
| 2438 | 2026-03-23T20:47:07.274Z | Checking fixedbitset v0.5.7 |
| 2439 | 2026-03-23T20:47:07.330Z | Checking jiff v0.2.21 |
| 2440 | 2026-03-23T20:47:07.351Z | Checking normalize-line-endings v0.3.0 |
| 2441 | 2026-03-23T20:47:07.394Z | Checking rustc-hash v2.1.1 |
| 2442 | 2026-03-23T20:47:07.414Z | Checking static_assertions v1.1.0 |
| 2443 | 2026-03-23T20:47:07.453Z | Checking precomputed-hash v0.1.1 |
| 2444 | 2026-03-23T20:47:07.474Z | Checking keccak v0.1.6 |
| 2445 | 2026-03-23T20:47:07.505Z | Checking whoami v2.1.0 |
| 2446 | 2026-03-23T20:47:07.536Z | Checking predicates-core v1.0.10 |
| 2447 | 2026-03-23T20:47:07.556Z | Checking difflib v0.4.0 |
| 2448 | 2026-03-23T20:47:07.559Z | Checking string_cache v0.8.9 |
| 2449 | 2026-03-23T20:47:07.559Z | Checking rsa v0.9.10 |
| 2450 | 2026-03-23T20:47:07.685Z | Checking sha3 v0.10.8 |
| 2451 | 2026-03-23T20:47:07.704Z | Checking petgraph v0.8.3 |
| 2452 | 2026-03-23T20:47:07.757Z | Checking tokio-postgres v0.7.16 |
| 2453 | 2026-03-23T20:47:07.786Z | Checking predicates v3.1.4 |
| 2454 | 2026-03-23T20:47:07.806Z | Checking iddqd v0.3.17 |
| 2455 | 2026-03-23T20:47:07.952Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2456 | 2026-03-23T20:47:08.203Z | Checking env_logger v0.11.9 |
| 2457 | 2026-03-23T20:47:08.223Z | Checking ecdsa v0.16.9 |
| 2458 | 2026-03-23T20:47:08.244Z | Checking toml v0.7.8 |
| 2459 | 2026-03-23T20:47:08.452Z | Checking ed25519-dalek v2.2.0 |
| 2460 | 2026-03-23T20:47:08.674Z | Checking zip v0.6.6 |
| 2461 | 2026-03-23T20:47:08.696Z | Checking crossterm v0.28.1 |
| 2462 | 2026-03-23T20:47:08.756Z | Checking serde_with v3.17.0 |
| 2463 | 2026-03-23T20:47:09.016Z | Checking itertools v0.13.0 |
| 2464 | 2026-03-23T20:47:09.108Z | Checking hickory-proto v0.25.2 |
| 2465 | 2026-03-23T20:47:09.413Z | Checking x509-cert v0.2.5 |
| 2466 | 2026-03-23T20:47:09.672Z | Checking fs-err v3.3.0 |
| 2467 | 2026-03-23T20:47:09.895Z | Checking ahash v0.8.12 |
| 2468 | 2026-03-23T20:47:10.060Z | Checking object v0.37.3 |
| 2469 | 2026-03-23T20:47:10.153Z | Checking buf-list v1.1.2 |
| 2470 | 2026-03-23T20:47:10.303Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2471 | 2026-03-23T20:47:10.390Z | Checking peg-runtime v0.8.5 |
| 2472 | 2026-03-23T20:47:10.422Z | Checking lalrpop-util v0.19.12 |
| 2473 | 2026-03-23T20:47:10.425Z | Checking zip v4.6.1 |
| 2474 | 2026-03-23T20:47:10.570Z | Compiling structmeta-derive v0.3.0 |
| 2475 | 2026-03-23T20:47:10.635Z | Compiling rustls v0.22.4 |
| 2476 | 2026-03-23T20:47:10.654Z | Compiling newtype-uuid-macros v0.1.0 |
| 2477 | 2026-03-23T20:47:10.740Z | Compiling multer v3.1.0 |
| 2478 | 2026-03-23T20:47:10.883Z | Compiling async-stream-impl v0.3.6 |
| 2479 | 2026-03-23T20:47:10.961Z | Checking futures-executor v0.3.32 |
| 2480 | 2026-03-23T20:47:11.041Z | Checking regress v0.10.5 |
| 2481 | 2026-03-23T20:47:11.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2482 | 2026-03-23T20:47:11.657Z | Compiling dropshot v0.16.7 |
| 2483 | 2026-03-23T20:47:11.679Z | Checking futures v0.3.32 |
| 2484 | 2026-03-23T20:47:11.715Z | Compiling dropshot_endpoint v0.16.7 |
| 2485 | 2026-03-23T20:47:11.775Z | Checking thread_local v1.1.9 |
| 2486 | 2026-03-23T20:47:11.955Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2487 | 2026-03-23T20:47:11.991Z | Checking crossbeam-channel v0.5.15 |
| 2488 | 2026-03-23T20:47:12.011Z | Compiling structmeta v0.3.0 |
| 2489 | 2026-03-23T20:47:12.286Z | Compiling derive-ex v0.1.8 |
| 2490 | 2026-03-23T20:47:12.413Z | Checking is-terminal v0.4.17 |
| 2491 | 2026-03-23T20:47:12.433Z | Checking take_mut v0.2.2 |
| 2492 | 2026-03-23T20:47:12.530Z | Checking term v1.2.1 |
| 2493 | 2026-03-23T20:47:12.570Z | Checking slog-async v2.8.0 |
| 2494 | 2026-03-23T20:47:12.798Z | Compiling parse-display-derive v0.10.0 |
| 2495 | 2026-03-23T20:47:12.819Z | Checking slog-term v2.9.2 |
| 2496 | 2026-03-23T20:47:12.888Z | Checking rustls-webpki v0.102.8 |
| 2497 | 2026-03-23T20:47:12.963Z | Checking serde_spanned v1.0.4 |
| 2498 | 2026-03-23T20:47:13.134Z | Checking debug-ignore v1.0.5 |
| 2499 | 2026-03-23T20:47:13.161Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2500 | 2026-03-23T20:47:13.286Z | Checking match_cfg v0.1.0 |
| 2501 | 2026-03-23T20:47:13.377Z | Checking hostname v0.3.1 |
| 2502 | 2026-03-23T20:47:13.417Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2503 | 2026-03-23T20:47:13.437Z | Checking toml v0.9.12+spec-1.1.0 |
| 2504 | 2026-03-23T20:47:13.501Z | Checking slog-json v2.6.1 |
| 2505 | 2026-03-23T20:47:13.524Z | Checking macaddr v1.0.1 |
| 2506 | 2026-03-23T20:47:13.709Z | Checking slog-bunyan v2.5.0 |
| 2507 | 2026-03-23T20:47:13.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2508 | 2026-03-23T20:47:13.855Z | Checking async-stream v0.3.6 |
| 2509 | 2026-03-23T20:47:14.128Z | Checking waitgroup v0.1.2 |
| 2510 | 2026-03-23T20:47:14.258Z | Checking rustls-pemfile v2.2.0 |
| 2511 | 2026-03-23T20:47:14.278Z | Checking serde_path_to_error v0.1.20 |
| 2512 | 2026-03-23T20:47:14.299Z | Checking hostname v0.4.2 |
| 2513 | 2026-03-23T20:47:14.322Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2514 | 2026-03-23T20:47:14.422Z | Checking progenitor-client v0.13.0 |
| 2515 | 2026-03-23T20:47:14.442Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2516 | 2026-03-23T20:47:14.463Z | Checking progenitor-client v0.10.0 |
| 2517 | 2026-03-23T20:47:14.627Z | Compiling itertools v0.14.0 |
| 2518 | 2026-03-23T20:47:14.649Z | Compiling test-strategy v0.4.5 |
| 2519 | 2026-03-23T20:47:14.652Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2520 | 2026-03-23T20:47:14.720Z | Checking backon v1.6.0 |
| 2521 | 2026-03-23T20:47:14.755Z | Checking instant v0.1.13 |
| 2522 | 2026-03-23T20:47:14.870Z | Checking backoff v0.4.0 |
| 2523 | 2026-03-23T20:47:14.950Z | Checking progenitor-extras v0.1.1 |
| 2524 | 2026-03-23T20:47:15.102Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2525 | 2026-03-23T20:47:15.125Z | Checking parse-display v0.10.0 |
| 2526 | 2026-03-23T20:47:15.235Z | Checking heck v0.5.0 |
| 2527 | 2026-03-23T20:47:15.313Z | Compiling crucible-workspace-hack v0.1.0 |
| 2528 | 2026-03-23T20:47:15.416Z | Checking tokio-rustls v0.25.0 |
| 2529 | 2026-03-23T20:47:15.590Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2530 | 2026-03-23T20:47:15.658Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2531 | 2026-03-23T20:47:15.733Z | Compiling convert_case v0.4.0 |
| 2532 | 2026-03-23T20:47:15.916Z | Compiling heapless v0.8.0 |
| 2533 | 2026-03-23T20:47:16.239Z | Compiling derive_more v0.99.20 |
| 2534 | 2026-03-23T20:47:16.360Z | Compiling ingot-macros v0.1.1 |
| 2535 | 2026-03-23T20:47:16.363Z | Compiling proc-macro-crate v3.4.0 |
| 2536 | 2026-03-23T20:47:16.536Z | Checking hash32 v0.3.1 |
| 2537 | 2026-03-23T20:47:16.669Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2538 | 2026-03-23T20:47:16.701Z | Checking secrecy v0.10.3 |
| 2539 | 2026-03-23T20:47:16.854Z | Compiling smoltcp v0.11.0 |
| 2540 | 2026-03-23T20:47:17.058Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2541 | 2026-03-23T20:47:17.128Z | Compiling prettyplease v0.2.37 |
| 2542 | 2026-03-23T20:47:17.153Z | Compiling num_enum_derive v0.7.5 |
| 2543 | 2026-03-23T20:47:17.354Z | Compiling typify-impl v0.6.1 |
| 2544 | 2026-03-23T20:47:17.410Z | Checking tabwriter v1.4.1 |
| 2545 | 2026-03-23T20:47:17.631Z | Checking cobs v0.3.0 |
| 2546 | 2026-03-23T20:47:17.841Z | Compiling foreign-types-macros v0.2.3 |
| 2547 | 2026-03-23T20:47:17.867Z | Compiling unsafe-libyaml v0.2.11 |
| 2548 | 2026-03-23T20:47:18.194Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2549 | 2026-03-23T20:47:18.601Z | Checking cpufeatures v0.3.0 |
| 2550 | 2026-03-23T20:47:18.670Z | Checking foreign-types-shared v0.3.1 |
| 2551 | 2026-03-23T20:47:18.698Z | Checking chacha20 v0.10.0 |
| 2552 | 2026-03-23T20:47:18.786Z | Checking foreign-types v0.5.0 |
| 2553 | 2026-03-23T20:47:18.888Z | Compiling serde_yaml v0.9.34+deprecated |
| 2554 | 2026-03-23T20:47:18.907Z | Checking num_enum v0.7.5 |
| 2555 | 2026-03-23T20:47:19.053Z | Checking postcard v1.1.3 |
| 2556 | 2026-03-23T20:47:19.866Z | Compiling proc-macro-crate v1.3.1 |
| 2557 | 2026-03-23T20:47:19.985Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2558 | 2026-03-23T20:47:20.216Z | Checking ingot-types v0.1.2 |
| 2559 | 2026-03-23T20:47:20.416Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2560 | 2026-03-23T20:47:20.512Z | Checking cstr-argument v0.1.2 |
| 2561 | 2026-03-23T20:47:20.634Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2562 | 2026-03-23T20:47:20.669Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2563 | 2026-03-23T20:47:20.695Z | Checking colored v3.1.1 |
| 2564 | 2026-03-23T20:47:20.715Z | Checking ingot v0.1.1 |
| 2565 | 2026-03-23T20:47:20.916Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2566 | 2026-03-23T20:47:20.936Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2567 | 2026-03-23T20:47:20.954Z | Compiling num_enum_derive v0.5.11 |
| 2568 | 2026-03-23T20:47:21.069Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2569 | 2026-03-23T20:47:21.133Z | Checking rand v0.10.0 |
| 2570 | 2026-03-23T20:47:22.218Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2571 | 2026-03-23T20:47:22.664Z | Checking num_enum v0.5.11 |
| 2572 | 2026-03-23T20:47:22.993Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2573 | 2026-03-23T20:47:23.691Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2574 | 2026-03-23T20:47:23.880Z | Compiling typify-macro v0.6.1 |
| 2575 | 2026-03-23T20:47:23.932Z | Compiling typify-impl v0.4.3 |
| 2576 | 2026-03-23T20:47:23.993Z | Checking camino-tempfile v1.4.1 |
| 2577 | 2026-03-23T20:47:24.032Z | Checking num-rational v0.4.2 |
| 2578 | 2026-03-23T20:47:24.514Z | Checking half v2.7.1 |
| 2579 | 2026-03-23T20:47:24.583Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2580 | 2026-03-23T20:47:24.772Z | Checking universal-hash v0.5.1 |
| 2581 | 2026-03-23T20:47:24.874Z | Checking num-complex v0.4.6 |
| 2582 | 2026-03-23T20:47:24.933Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2583 | 2026-03-23T20:47:25.244Z | Checking ciborium-io v0.2.2 |
| 2584 | 2026-03-23T20:47:25.359Z | Checking opaque-debug v0.3.1 |
| 2585 | 2026-03-23T20:47:25.359Z | Checking num v0.4.3 |
| 2586 | 2026-03-23T20:47:25.397Z | Checking ciborium-ll v0.2.2 |
| 2587 | 2026-03-23T20:47:25.471Z | Checking poly1305 v0.8.0 |
| 2588 | 2026-03-23T20:47:25.537Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2589 | 2026-03-23T20:47:25.602Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2590 | 2026-03-23T20:47:25.624Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2591 | 2026-03-23T20:47:25.819Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2592 | 2026-03-23T20:47:25.850Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2593 | 2026-03-23T20:47:26.185Z | Checking thiserror-no-std v2.0.2 |
| 2594 | 2026-03-23T20:47:26.210Z | Checking toml v0.8.23 |
| 2595 | 2026-03-23T20:47:26.228Z | Compiling typify v0.6.1 |
| 2596 | 2026-03-23T20:47:26.257Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2597 | 2026-03-23T20:47:26.296Z | Checking byte-wrapper v0.1.0 |
| 2598 | 2026-03-23T20:47:26.367Z | Checking password-hash v0.5.0 |
| 2599 | 2026-03-23T20:47:26.565Z | Checking chacha20 v0.9.1 |
| 2600 | 2026-03-23T20:47:26.677Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2601 | 2026-03-23T20:47:26.816Z | Compiling usdt-macro v0.5.0 |
| 2602 | 2026-03-23T20:47:26.864Z | Compiling usdt-attr-macro v0.5.0 |
| 2603 | 2026-03-23T20:47:26.984Z | Checking smf v0.2.3 |
| 2604 | 2026-03-23T20:47:27.293Z | Checking blake2 v0.10.6 |
| 2605 | 2026-03-23T20:47:27.482Z | Checking aead v0.5.2 |
| 2606 | 2026-03-23T20:47:27.605Z | Checking memmap v0.7.0 |
| 2607 | 2026-03-23T20:47:27.640Z | Checking sigpipe v0.1.3 |
| 2608 | 2026-03-23T20:47:27.745Z | Compiling num-derive v0.4.2 |
| 2609 | 2026-03-23T20:47:27.765Z | Checking glob v0.3.3 |
| 2610 | 2026-03-23T20:47:27.786Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2611 | 2026-03-23T20:47:27.875Z | Checking float-ord v0.3.2 |
| 2612 | 2026-03-23T20:47:28.004Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2613 | 2026-03-23T20:47:28.024Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2614 | 2026-03-23T20:47:28.074Z | Checking usdt v0.5.0 |
| 2615 | 2026-03-23T20:47:28.211Z | Checking chacha20poly1305 v0.10.1 |
| 2616 | 2026-03-23T20:47:28.374Z | Checking argon2 v0.5.3 |
| 2617 | 2026-03-23T20:47:28.411Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2618 | 2026-03-23T20:47:28.474Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2619 | 2026-03-23T20:47:28.751Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2620 | 2026-03-23T20:47:28.841Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2621 | 2026-03-23T20:47:29.003Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2622 | 2026-03-23T20:47:29.043Z | Compiling progenitor-impl v0.13.0 |
| 2623 | 2026-03-23T20:47:29.298Z | Checking vsss-rs v3.3.4 |
| 2624 | 2026-03-23T20:47:29.790Z | Checking ciborium v0.2.2 |
| 2625 | 2026-03-23T20:47:29.935Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2626 | 2026-03-23T20:47:30.165Z | Compiling semver v0.1.20 |
| 2627 | 2026-03-23T20:47:30.225Z | Checking indent_write v2.2.0 |
| 2628 | 2026-03-23T20:47:30.325Z | Compiling typify-macro v0.4.3 |
| 2629 | 2026-03-23T20:47:30.367Z | Checking whoami v1.6.1 |
| 2630 | 2026-03-23T20:47:30.371Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2631 | 2026-03-23T20:47:30.407Z | Compiling rustc_version v0.1.7 |
| 2632 | 2026-03-23T20:47:30.509Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2633 | 2026-03-23T20:47:30.758Z | Compiling pin-project-internal v1.1.11 |
| 2634 | 2026-03-23T20:47:30.924Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2635 | 2026-03-23T20:47:31.565Z | Checking swrite v0.1.0 |
| 2636 | 2026-03-23T20:47:31.687Z | Checking linked-hash-map v0.5.6 |
| 2637 | 2026-03-23T20:47:31.724Z | Compiling minimal-lexical v0.2.1 |
| 2638 | 2026-03-23T20:47:31.911Z | Checking lru-cache v0.1.2 |
| 2639 | 2026-03-23T20:47:32.066Z | Compiling nom v7.1.3 |
| 2640 | 2026-03-23T20:47:32.085Z | Compiling newtype_derive v0.1.6 |
| 2641 | 2026-03-23T20:47:32.295Z | Checking pin-project v1.1.11 |
| 2642 | 2026-03-23T20:47:32.422Z | Checking newline-converter v0.3.0 |
| 2643 | 2026-03-23T20:47:32.562Z | Checking atomicwrites v0.4.4 |
| 2644 | 2026-03-23T20:47:32.602Z | Compiling typify v0.4.3 |
| 2645 | 2026-03-23T20:47:32.707Z | Compiling progenitor-macro v0.13.0 |
| 2646 | 2026-03-23T20:47:32.726Z | Checking phf_shared v0.12.1 |
| 2647 | 2026-03-23T20:47:32.745Z | Checking hickory-proto v0.24.4 |
| 2648 | 2026-03-23T20:47:32.911Z | Checking console v0.15.11 |
| 2649 | 2026-03-23T20:47:33.057Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2650 | 2026-03-23T20:47:33.307Z | Checking pem v3.0.6 |
| 2651 | 2026-03-23T20:47:33.524Z | Checking csv-core v0.1.13 |
| 2652 | 2026-03-23T20:47:33.788Z | Compiling snafu-derive v0.8.9 |
| 2653 | 2026-03-23T20:47:33.956Z | Compiling async-recursion v1.1.1 |
| 2654 | 2026-03-23T20:47:33.982Z | Compiling derive-where v1.6.0 |
| 2655 | 2026-03-23T20:47:34.839Z | Compiling slog-dtrace v0.3.0 |
| 2656 | 2026-03-23T20:47:35.086Z | Compiling chrono-tz v0.10.4 |
| 2657 | 2026-03-23T20:47:35.219Z | Compiling cancel-safe-futures v0.1.5 |
| 2658 | 2026-03-23T20:47:35.312Z | Checking resolv-conf v0.7.6 |
| 2659 | 2026-03-23T20:47:35.481Z | Checking highway v1.3.0 |
| 2660 | 2026-03-23T20:47:35.554Z | Compiling owo-colors v4.3.0 |
| 2661 | 2026-03-23T20:47:35.770Z | Checking unicode-width v0.1.14 |
| 2662 | 2026-03-23T20:47:35.791Z | Checking same-file v1.0.6 |
| 2663 | 2026-03-23T20:47:35.907Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2664 | 2026-03-23T20:47:35.942Z | Checking walkdir v2.5.0 |
| 2665 | 2026-03-23T20:47:36.039Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2666 | 2026-03-23T20:47:36.100Z | Checking hickory-resolver v0.24.4 |
| 2667 | 2026-03-23T20:47:36.188Z | Compiling const_format_proc_macros v0.2.34 |
| 2668 | 2026-03-23T20:47:36.454Z | Checking snafu v0.8.9 |
| 2669 | 2026-03-23T20:47:36.868Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2670 | 2026-03-23T20:47:37.061Z | Checking csv v1.4.0 |
| 2671 | 2026-03-23T20:47:37.154Z | Checking expectorate v1.2.0 |
| 2672 | 2026-03-23T20:47:37.318Z | Checking phf v0.12.1 |
| 2673 | 2026-03-23T20:47:37.341Z | Compiling progenitor-impl v0.10.0 |
| 2674 | 2026-03-23T20:47:37.510Z | Checking tokio-dtrace v0.1.1 |
| 2675 | 2026-03-23T20:47:37.556Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2676 | 2026-03-23T20:47:37.575Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2677 | 2026-03-23T20:47:37.745Z | Checking globset v0.4.18 |
| 2678 | 2026-03-23T20:47:37.847Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2679 | 2026-03-23T20:47:37.938Z | Checking olpc-cjson v0.1.4 |
| 2680 | 2026-03-23T20:47:38.090Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2681 | 2026-03-23T20:47:38.119Z | Checking libsw-core v0.3.2 |
| 2682 | 2026-03-23T20:47:38.254Z | Checking serde_plain v1.0.2 |
| 2683 | 2026-03-23T20:47:38.349Z | Checking arc-swap v1.8.2 |
| 2684 | 2026-03-23T20:47:38.454Z | Compiling lzma-sys v0.1.20 |
| 2685 | 2026-03-23T20:47:38.474Z | Checking bytecount v0.6.9 |
| 2686 | 2026-03-23T20:47:38.611Z | Checking typed-path v0.9.3 |
| 2687 | 2026-03-23T20:47:38.653Z | Checking utf-8 v0.7.6 |
| 2688 | 2026-03-23T20:47:38.995Z | Checking tungstenite v0.21.0 |
| 2689 | 2026-03-23T20:47:39.571Z | Checking slog-scope v4.4.1 |
| 2690 | 2026-03-23T20:47:39.634Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2691 | 2026-03-23T20:47:39.717Z | Checking tough v0.20.0 |
| 2692 | 2026-03-23T20:47:39.745Z | Checking papergrid v0.11.0 |
| 2693 | 2026-03-23T20:47:39.808Z | Checking progenitor v0.13.0 |
| 2694 | 2026-03-23T20:47:39.843Z | Checking libsw v3.5.0 |
| 2695 | 2026-03-23T20:47:39.977Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2696 | 2026-03-23T20:47:40.033Z | Checking oxide-tokio-rt v0.1.3 |
| 2697 | 2026-03-23T20:47:40.246Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2698 | 2026-03-23T20:47:40.716Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2699 | 2026-03-23T20:47:40.814Z | Checking const_format v0.2.35 |
| 2700 | 2026-03-23T20:47:41.009Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2701 | 2026-03-23T20:47:41.031Z | Compiling progenitor-macro v0.10.0 |
| 2702 | 2026-03-23T20:47:41.765Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2703 | 2026-03-23T20:47:42.067Z | Checking qorb v0.4.1 |
| 2704 | 2026-03-23T20:47:42.379Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2705 | 2026-03-23T20:47:42.433Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2706 | 2026-03-23T20:47:42.521Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2707 | 2026-03-23T20:47:42.543Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2708 | 2026-03-23T20:47:42.974Z | Compiling cargo_toml v0.22.3 |
| 2709 | 2026-03-23T20:47:43.083Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2710 | 2026-03-23T20:47:43.117Z | Checking gethostname v0.5.0 |
| 2711 | 2026-03-23T20:47:43.171Z | Compiling tabled_derive v0.7.0 |
| 2712 | 2026-03-23T20:47:43.264Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2713 | 2026-03-23T20:47:43.536Z | Checking bcs v0.1.6 |
| 2714 | 2026-03-23T20:47:43.578Z | Checking smawk v0.3.2 |
| 2715 | 2026-03-23T20:47:43.674Z | Checking unicode-linebreak v0.1.5 |
| 2716 | 2026-03-23T20:47:43.745Z | Checking linear-map v1.2.0 |
| 2717 | 2026-03-23T20:47:43.849Z | Checking termtree v0.5.1 |
| 2718 | 2026-03-23T20:47:43.957Z | Checking textwrap v0.16.2 |
| 2719 | 2026-03-23T20:47:43.981Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2720 | 2026-03-23T20:47:44.034Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2721 | 2026-03-23T20:47:44.243Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2722 | 2026-03-23T20:47:44.525Z | Checking tabled v0.15.0 |
| 2723 | 2026-03-23T20:47:44.767Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2724 | 2026-03-23T20:47:45.006Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2725 | 2026-03-23T20:47:45.695Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2726 | 2026-03-23T20:47:45.766Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2727 | 2026-03-23T20:47:46.016Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2728 | 2026-03-23T20:47:46.147Z | Checking steno v0.4.1 |
| 2729 | 2026-03-23T20:47:46.240Z | Checking slog-stdlog v4.1.1 |
| 2730 | 2026-03-23T20:47:46.396Z | Checking tokio-tungstenite v0.21.0 |
| 2731 | 2026-03-23T20:47:46.813Z | Checking typeid v1.0.3 |
| 2732 | 2026-03-23T20:47:46.906Z | Checking humantime v2.3.0 |
| 2733 | 2026-03-23T20:47:46.931Z | Checking base64 v0.21.7 |
| 2734 | 2026-03-23T20:47:46.981Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2735 | 2026-03-23T20:47:47.141Z | Checking ron v0.12.0 |
| 2736 | 2026-03-23T20:47:47.247Z | Checking xz2 v0.1.7 |
| 2737 | 2026-03-23T20:47:47.472Z | Checking slog-envlogger v2.2.0 |
| 2738 | 2026-03-23T20:47:47.475Z | Checking yasna v0.5.2 |
| 2739 | 2026-03-23T20:47:47.666Z | Checking headers-core v0.3.0 |
| 2740 | 2026-03-23T20:47:47.807Z | Checking filetime v0.2.27 |
| 2741 | 2026-03-23T20:47:47.982Z | Checking xattr v1.6.1 |
| 2742 | 2026-03-23T20:47:48.005Z | Checking base16ct v1.0.0 |
| 2743 | 2026-03-23T20:47:48.023Z | Checking rcgen v0.12.1 |
| 2744 | 2026-03-23T20:47:48.071Z | Checking progenitor v0.10.0 |
| 2745 | 2026-03-23T20:47:48.147Z | Checking tar v0.4.44 |
| 2746 | 2026-03-23T20:47:48.150Z | Checking headers v0.4.1 |
| 2747 | 2026-03-23T20:47:48.222Z | Checking subprocess v0.2.15 |
| 2748 | 2026-03-23T20:47:48.248Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2749 | 2026-03-23T20:47:55.832Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2750 | 2026-03-23T20:48:04.178Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2751 | 2026-03-23T20:48:06.000Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2752 | 2026-03-23T20:48:07.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
| 2753 | 2026-03-23T20:48:07.812Z | |
| 2754 | 2026-03-23T20:48:07.812Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267) |
| 2755 | 2026-03-23T20:48:08.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2026-03-23T20:48:08.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2026-03-23T20:48:08.860Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2758 | 2026-03-23T20:48:10.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s |
| 2759 | 2026-03-23T20:48:10.812Z | |
| 2760 | 2026-03-23T20:48:10.812Z | info: running `cargo check --bins` on nexus-config (51/267) |
| 2761 | 2026-03-23T20:48:11.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2762 | 2026-03-23T20:48:11.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2763 | 2026-03-23T20:48:11.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2764 | 2026-03-23T20:48:11.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2765 | 2026-03-23T20:48:11.672Z | |
| 2766 | 2026-03-23T20:48:11.672Z | info: running `cargo check --bins` on nexus-types (52/267) |
| 2767 | 2026-03-23T20:48:12.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2026-03-23T20:48:12.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2026-03-23T20:48:12.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2770 | 2026-03-23T20:48:12.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2771 | 2026-03-23T20:48:12.532Z | |
| 2772 | 2026-03-23T20:48:12.532Z | info: running `cargo check --bins` on clickhouse-admin-types (53/267) |
| 2773 | 2026-03-23T20:48:13.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2026-03-23T20:48:13.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2026-03-23T20:48:13.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2026-03-23T20:48:13.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2777 | 2026-03-23T20:48:13.342Z | |
| 2778 | 2026-03-23T20:48:13.343Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (54/267) |
| 2779 | 2026-03-23T20:48:14.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-03-23T20:48:14.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-03-23T20:48:14.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2026-03-23T20:48:14.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2783 | 2026-03-23T20:48:14.160Z | |
| 2784 | 2026-03-23T20:48:14.160Z | info: running `cargo check --bins` on cockroach-admin-types (55/267) |
| 2785 | 2026-03-23T20:48:14.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2026-03-23T20:48:14.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2026-03-23T20:48:14.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2026-03-23T20:48:14.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2789 | 2026-03-23T20:48:14.951Z | |
| 2790 | 2026-03-23T20:48:14.951Z | info: running `cargo check --bins` on cockroach-admin-types-versions (56/267) |
| 2791 | 2026-03-23T20:48:15.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2026-03-23T20:48:15.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2026-03-23T20:48:15.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2026-03-23T20:48:15.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2795 | 2026-03-23T20:48:15.745Z | |
| 2796 | 2026-03-23T20:48:15.746Z | info: running `cargo check --bins` on ereport-types (57/267) |
| 2797 | 2026-03-23T20:48:16.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2026-03-23T20:48:16.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2026-03-23T20:48:16.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2026-03-23T20:48:16.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2801 | 2026-03-23T20:48:16.547Z | |
| 2802 | 2026-03-23T20:48:16.547Z | info: running `cargo check --bins` on gateway-client (58/267) |
| 2803 | 2026-03-23T20:48:17.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2026-03-23T20:48:17.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2026-03-23T20:48:17.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2026-03-23T20:48:17.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2807 | 2026-03-23T20:48:17.351Z | |
| 2808 | 2026-03-23T20:48:17.351Z | info: running `cargo check --bins --no-default-features` on gateway-types (59/267) |
| 2809 | 2026-03-23T20:48:18.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2026-03-23T20:48:18.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2026-03-23T20:48:18.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2026-03-23T20:48:18.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2813 | 2026-03-23T20:48:18.153Z | |
| 2814 | 2026-03-23T20:48:18.153Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267) |
| 2815 | 2026-03-23T20:48:18.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2026-03-23T20:48:18.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2026-03-23T20:48:18.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2026-03-23T20:48:18.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2819 | 2026-03-23T20:48:18.951Z | |
| 2820 | 2026-03-23T20:48:18.951Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267) |
| 2821 | 2026-03-23T20:48:19.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-03-23T20:48:19.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-03-23T20:48:19.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2026-03-23T20:48:19.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2825 | 2026-03-23T20:48:19.750Z | |
| 2826 | 2026-03-23T20:48:19.750Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267) |
| 2827 | 2026-03-23T20:48:20.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-03-23T20:48:20.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-03-23T20:48:20.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2026-03-23T20:48:20.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2831 | 2026-03-23T20:48:20.553Z | |
| 2832 | 2026-03-23T20:48:20.553Z | info: running `cargo check --bins --no-default-features` on illumos-utils (63/267) |
| 2833 | 2026-03-23T20:48:21.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-03-23T20:48:21.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-03-23T20:48:21.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2026-03-23T20:48:21.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2837 | 2026-03-23T20:48:21.373Z | |
| 2838 | 2026-03-23T20:48:21.373Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267) |
| 2839 | 2026-03-23T20:48:22.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-03-23T20:48:22.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-03-23T20:48:22.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2026-03-23T20:48:22.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2843 | 2026-03-23T20:48:22.197Z | |
| 2844 | 2026-03-23T20:48:22.197Z | info: running `cargo check --bins` on key-manager-types (65/267) |
| 2845 | 2026-03-23T20:48:22.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-03-23T20:48:22.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-03-23T20:48:22.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2026-03-23T20:48:22.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2849 | 2026-03-23T20:48:22.986Z | |
| 2850 | 2026-03-23T20:48:22.986Z | info: running `cargo check --bins` on oxlog (66/267) |
| 2851 | 2026-03-23T20:48:23.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-03-23T20:48:23.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-03-23T20:48:23.827Z | Compiling newtype-uuid v1.3.2 |
| 2854 | 2026-03-23T20:48:24.085Z | Compiling daft v0.1.5 |
| 2855 | 2026-03-23T20:48:24.350Z | Compiling iddqd v0.3.17 |
| 2856 | 2026-03-23T20:48:25.623Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2857 | 2026-03-23T20:48:25.910Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2858 | 2026-03-23T20:48:26.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2859 | 2026-03-23T20:48:26.475Z | |
| 2860 | 2026-03-23T20:48:26.475Z | info: running `cargo check --bins` on internal-dns-types (67/267) |
| 2861 | 2026-03-23T20:48:27.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-03-23T20:48:27.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-03-23T20:48:27.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2026-03-23T20:48:27.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2865 | 2026-03-23T20:48:27.285Z | |
| 2866 | 2026-03-23T20:48:27.285Z | info: running `cargo check --bins` on internal-dns-types-versions (68/267) |
| 2867 | 2026-03-23T20:48:27.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-03-23T20:48:27.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-03-23T20:48:27.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2870 | 2026-03-23T20:48:27.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2871 | 2026-03-23T20:48:28.094Z | |
| 2872 | 2026-03-23T20:48:28.094Z | info: running `cargo check --bins` on nexus-types-versions (69/267) |
| 2873 | 2026-03-23T20:48:28.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-03-23T20:48:28.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-03-23T20:48:28.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2026-03-23T20:48:28.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2877 | 2026-03-23T20:48:28.938Z | |
| 2878 | 2026-03-23T20:48:28.938Z | info: running `cargo check --bins` on omicron-passwords (70/267) |
| 2879 | 2026-03-23T20:48:29.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-03-23T20:48:29.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-03-23T20:48:29.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2026-03-23T20:48:29.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2883 | 2026-03-23T20:48:29.729Z | |
| 2884 | 2026-03-23T20:48:29.729Z | info: running `cargo check --bins` on oxql-types (71/267) |
| 2885 | 2026-03-23T20:48:30.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2026-03-23T20:48:30.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2026-03-23T20:48:30.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2026-03-23T20:48:30.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2889 | 2026-03-23T20:48:30.536Z | |
| 2890 | 2026-03-23T20:48:30.536Z | info: running `cargo check --bins` on oximeter-types (72/267) |
| 2891 | 2026-03-23T20:48:31.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-03-23T20:48:31.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-03-23T20:48:31.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-03-23T20:48:31.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2895 | 2026-03-23T20:48:31.343Z | |
| 2896 | 2026-03-23T20:48:31.344Z | info: running `cargo check --bins` on oximeter-types-versions (73/267) |
| 2897 | 2026-03-23T20:48:32.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-03-23T20:48:32.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-03-23T20:48:32.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-03-23T20:48:32.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2901 | 2026-03-23T20:48:32.152Z | |
| 2902 | 2026-03-23T20:48:32.152Z | info: running `cargo check --bins` on oximeter-macro-impl (74/267) |
| 2903 | 2026-03-23T20:48:32.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-03-23T20:48:32.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-03-23T20:48:32.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-03-23T20:48:32.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2907 | 2026-03-23T20:48:32.942Z | |
| 2908 | 2026-03-23T20:48:32.943Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (75/267) |
| 2909 | 2026-03-23T20:48:33.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-03-23T20:48:33.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-03-23T20:48:33.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-03-23T20:48:33.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2913 | 2026-03-23T20:48:33.773Z | |
| 2914 | 2026-03-23T20:48:33.773Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267) |
| 2915 | 2026-03-23T20:48:34.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-03-23T20:48:34.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-03-23T20:48:34.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-03-23T20:48:34.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2919 | 2026-03-23T20:48:34.602Z | |
| 2920 | 2026-03-23T20:48:34.602Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267) |
| 2921 | 2026-03-23T20:48:35.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-03-23T20:48:35.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-03-23T20:48:35.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-03-23T20:48:35.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2925 | 2026-03-23T20:48:35.439Z | |
| 2926 | 2026-03-23T20:48:35.439Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267) |
| 2927 | 2026-03-23T20:48:36.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-03-23T20:48:36.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-03-23T20:48:36.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-03-23T20:48:36.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2931 | 2026-03-23T20:48:36.271Z | |
| 2932 | 2026-03-23T20:48:36.272Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267) |
| 2933 | 2026-03-23T20:48:36.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-03-23T20:48:36.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-03-23T20:48:36.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-03-23T20:48:36.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2937 | 2026-03-23T20:48:37.067Z | |
| 2938 | 2026-03-23T20:48:37.067Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267) |
| 2939 | 2026-03-23T20:48:37.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-03-23T20:48:37.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-03-23T20:48:37.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-03-23T20:48:37.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2943 | 2026-03-23T20:48:37.861Z | |
| 2944 | 2026-03-23T20:48:37.861Z | info: running `cargo check --bins --no-default-features` on gfss (81/267) |
| 2945 | 2026-03-23T20:48:38.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-03-23T20:48:38.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-03-23T20:48:38.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2948 | 2026-03-23T20:48:38.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2949 | 2026-03-23T20:48:38.651Z | |
| 2950 | 2026-03-23T20:48:38.651Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267) |
| 2951 | 2026-03-23T20:48:39.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2952 | 2026-03-23T20:48:39.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2953 | 2026-03-23T20:48:39.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2954 | 2026-03-23T20:48:39.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2955 | 2026-03-23T20:48:39.442Z | |
| 2956 | 2026-03-23T20:48:39.442Z | info: running `cargo check --bins --no-default-features` on oximeter-db (83/267) |
| 2957 | 2026-03-23T20:48:40.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2958 | 2026-03-23T20:48:40.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2959 | 2026-03-23T20:48:40.352Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2960 | 2026-03-23T20:48:41.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 2961 | 2026-03-23T20:48:41.260Z | |
| 2962 | 2026-03-23T20:48:41.260Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267) |
| 2963 | 2026-03-23T20:48:41.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2026-03-23T20:48:41.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2026-03-23T20:48:42.186Z | Compiling ar_archive_writer v0.5.1 |
| 2966 | 2026-03-23T20:48:42.318Z | Compiling stacker v0.1.23 |
| 2967 | 2026-03-23T20:48:42.332Z | Compiling cfg_aliases v0.1.1 |
| 2968 | 2026-03-23T20:48:42.344Z | Compiling convert_case v0.10.0 |
| 2969 | 2026-03-23T20:48:42.360Z | Checking fd-lock v4.0.4 |
| 2970 | 2026-03-23T20:48:42.363Z | Checking nibble_vec v0.1.0 |
| 2971 | 2026-03-23T20:48:42.363Z | Checking vte v0.14.1 |
| 2972 | 2026-03-23T20:48:42.363Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2973 | 2026-03-23T20:48:42.463Z | Compiling nix v0.28.0 |
| 2974 | 2026-03-23T20:48:42.542Z | Checking endian-type v0.1.2 |
| 2975 | 2026-03-23T20:48:42.584Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2976 | 2026-03-23T20:48:42.635Z | Checking strip-ansi-escapes v0.2.1 |
| 2977 | 2026-03-23T20:48:42.657Z | Compiling peg-macros v0.8.5 |
| 2978 | 2026-03-23T20:48:42.701Z | Checking radix_trie v0.2.1 |
| 2979 | 2026-03-23T20:48:42.747Z | Compiling derive_more-impl v2.1.1 |
| 2980 | 2026-03-23T20:48:42.764Z | Checking winnow v0.6.26 |
| 2981 | 2026-03-23T20:48:42.913Z | Compiling sqlparser_derive v0.5.0 |
| 2982 | 2026-03-23T20:48:42.971Z | Checking unicode_categories v0.1.1 |
| 2983 | 2026-03-23T20:48:43.175Z | Checking home v0.5.12 |
| 2984 | 2026-03-23T20:48:43.222Z | Checking nu-ansi-term v0.50.3 |
| 2985 | 2026-03-23T20:48:43.354Z | Checking display-error-chain v0.2.2 |
| 2986 | 2026-03-23T20:48:43.498Z | Checking reedline v0.40.0 |
| 2987 | 2026-03-23T20:48:43.520Z | Compiling psm v0.1.30 |
| 2988 | 2026-03-23T20:48:43.843Z | Checking derive_more v2.1.1 |
| 2989 | 2026-03-23T20:48:43.935Z | Checking crossterm v0.29.0 |
| 2990 | 2026-03-23T20:48:44.163Z | Checking peg v0.8.5 |
| 2991 | 2026-03-23T20:48:44.274Z | Checking rustyline v14.0.0 |
| 2992 | 2026-03-23T20:48:44.334Z | Checking sqlformat v0.3.5 |
| 2993 | 2026-03-23T20:48:44.460Z | Checking recursive v0.1.1 |
| 2994 | 2026-03-23T20:48:44.568Z | Checking sqlparser v0.61.0 |
| 2995 | 2026-03-23T20:49:00.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s |
| 2996 | 2026-03-23T20:49:00.527Z | |
| 2997 | 2026-03-23T20:49:00.527Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267) |
| 2998 | 2026-03-23T20:49:01.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2026-03-23T20:49:01.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2026-03-23T20:49:01.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3001 | 2026-03-23T20:49:06.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s |
| 3002 | 2026-03-23T20:49:06.295Z | |
| 3003 | 2026-03-23T20:49:06.295Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267) |
| 3004 | 2026-03-23T20:49:07.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2026-03-23T20:49:07.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2026-03-23T20:49:07.209Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3007 | 2026-03-23T20:49:10.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3008 | 2026-03-23T20:49:10.696Z | |
| 3009 | 2026-03-23T20:49:10.696Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267) |
| 3010 | 2026-03-23T20:49:11.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2026-03-23T20:49:11.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2026-03-23T20:49:11.606Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3013 | 2026-03-23T20:49:15.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 3014 | 2026-03-23T20:49:16.210Z | |
| 3015 | 2026-03-23T20:49:16.210Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267) |
| 3016 | 2026-03-23T20:49:16.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2026-03-23T20:49:16.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2026-03-23T20:49:17.127Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3019 | 2026-03-23T20:49:21.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
| 3020 | 2026-03-23T20:49:21.752Z | |
| 3021 | 2026-03-23T20:49:21.752Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267) |
| 3022 | 2026-03-23T20:49:22.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2026-03-23T20:49:22.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2026-03-23T20:49:22.669Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3025 | 2026-03-23T20:49:26.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
| 3026 | 2026-03-23T20:49:26.370Z | |
| 3027 | 2026-03-23T20:49:26.371Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267) |
| 3028 | 2026-03-23T20:49:27.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-03-23T20:49:27.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-03-23T20:49:27.284Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3031 | 2026-03-23T20:49:30.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 3032 | 2026-03-23T20:49:31.010Z | |
| 3033 | 2026-03-23T20:49:31.010Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267) |
| 3034 | 2026-03-23T20:49:31.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-03-23T20:49:31.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-03-23T20:49:31.928Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3037 | 2026-03-23T20:49:36.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s |
| 3038 | 2026-03-23T20:49:36.810Z | |
| 3039 | 2026-03-23T20:49:36.810Z | info: running `cargo check --bins` on oximeter (92/267) |
| 3040 | 2026-03-23T20:49:37.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-03-23T20:49:37.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-03-23T20:49:37.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-03-23T20:49:37.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3044 | 2026-03-23T20:49:37.614Z | |
| 3045 | 2026-03-23T20:49:37.614Z | info: running `cargo check --bins` on oximeter-schema (93/267) |
| 3046 | 2026-03-23T20:49:38.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-03-23T20:49:38.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-03-23T20:49:38.495Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3049 | 2026-03-23T20:49:38.689Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3050 | 2026-03-23T20:49:38.716Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3051 | 2026-03-23T20:49:39.139Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3052 | 2026-03-23T20:49:43.971Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3053 | 2026-03-23T20:49:44.395Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3054 | 2026-03-23T20:49:45.934Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3055 | 2026-03-23T20:49:46.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
| 3056 | 2026-03-23T20:49:47.026Z | |
| 3057 | 2026-03-23T20:49:47.026Z | info: running `cargo check --bins` on oximeter-timeseries-macro (94/267) |
| 3058 | 2026-03-23T20:49:47.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-03-23T20:49:47.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-03-23T20:49:47.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-03-23T20:49:47.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3062 | 2026-03-23T20:49:47.841Z | |
| 3063 | 2026-03-23T20:49:47.841Z | info: running `cargo check --bins` on oximeter-test-utils (95/267) |
| 3064 | 2026-03-23T20:49:48.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-03-23T20:49:48.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-03-23T20:49:48.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-03-23T20:49:48.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3068 | 2026-03-23T20:49:48.719Z | |
| 3069 | 2026-03-23T20:49:48.719Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267) |
| 3070 | 2026-03-23T20:49:49.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-03-23T20:49:49.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-03-23T20:49:49.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-03-23T20:49:49.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3074 | 2026-03-23T20:49:49.550Z | |
| 3075 | 2026-03-23T20:49:49.550Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267) |
| 3076 | 2026-03-23T20:49:50.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-03-23T20:49:50.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-03-23T20:49:50.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-03-23T20:49:50.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3080 | 2026-03-23T20:49:50.383Z | |
| 3081 | 2026-03-23T20:49:50.383Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267) |
| 3082 | 2026-03-23T20:49:51.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-03-23T20:49:51.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-03-23T20:49:51.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-03-23T20:49:51.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3086 | 2026-03-23T20:49:51.213Z | |
| 3087 | 2026-03-23T20:49:51.213Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267) |
| 3088 | 2026-03-23T20:49:51.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-03-23T20:49:51.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-03-23T20:49:51.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-03-23T20:49:51.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3092 | 2026-03-23T20:49:52.045Z | |
| 3093 | 2026-03-23T20:49:52.045Z | info: running `cargo check --bins` on trust-quorum-types (100/267) |
| 3094 | 2026-03-23T20:49:52.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-03-23T20:49:52.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-03-23T20:49:52.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-03-23T20:49:52.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3098 | 2026-03-23T20:49:52.844Z | |
| 3099 | 2026-03-23T20:49:52.845Z | info: running `cargo check --bins` on trust-quorum-test-utils (101/267) |
| 3100 | 2026-03-23T20:49:53.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-03-23T20:49:53.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-03-23T20:49:53.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-03-23T20:49:53.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3104 | 2026-03-23T20:49:53.676Z | |
| 3105 | 2026-03-23T20:49:53.676Z | info: running `cargo check --bins` on update-engine (102/267) |
| 3106 | 2026-03-23T20:49:54.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-03-23T20:49:54.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-03-23T20:49:54.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-03-23T20:49:54.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3110 | 2026-03-23T20:49:54.476Z | |
| 3111 | 2026-03-23T20:49:54.476Z | info: running `cargo check --bins` on omicron-clickhouse-admin (103/267) |
| 3112 | 2026-03-23T20:49:55.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-03-23T20:49:55.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-03-23T20:49:55.430Z | Checking dropshot-api-manager-types v0.6.0 |
| 3115 | 2026-03-23T20:49:55.433Z | Checking nanorand v0.7.0 |
| 3116 | 2026-03-23T20:49:55.733Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3117 | 2026-03-23T20:49:55.774Z | Checking flume v0.11.1 |
| 3118 | 2026-03-23T20:49:56.049Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3119 | 2026-03-23T20:49:57.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
| 3120 | 2026-03-23T20:49:57.537Z | |
| 3121 | 2026-03-23T20:49:57.537Z | info: running `cargo check --bins` on clickhouse-admin-api (104/267) |
| 3122 | 2026-03-23T20:49:58.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-03-23T20:49:58.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-03-23T20:49:58.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-03-23T20:49:58.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3126 | 2026-03-23T20:49:58.347Z | |
| 3127 | 2026-03-23T20:49:58.347Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (105/267) |
| 3128 | 2026-03-23T20:49:59.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-03-23T20:49:59.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-03-23T20:49:59.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-03-23T20:49:59.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3132 | 2026-03-23T20:49:59.164Z | |
| 3133 | 2026-03-23T20:49:59.164Z | info: running `cargo check --bins` on bootstrap-agent-client (106/267) |
| 3134 | 2026-03-23T20:49:59.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-03-23T20:49:59.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-03-23T20:49:59.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-03-23T20:49:59.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3138 | 2026-03-23T20:49:59.975Z | |
| 3139 | 2026-03-23T20:49:59.975Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267) |
| 3140 | 2026-03-23T20:50:00.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-03-23T20:50:00.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-03-23T20:50:00.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-03-23T20:50:00.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3144 | 2026-03-23T20:50:00.808Z | |
| 3145 | 2026-03-23T20:50:00.808Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267) |
| 3146 | 2026-03-23T20:50:01.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-03-23T20:50:01.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-03-23T20:50:01.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-03-23T20:50:01.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3150 | 2026-03-23T20:50:01.619Z | |
| 3151 | 2026-03-23T20:50:01.619Z | info: running `cargo check --bins` on clickhouse-admin-server-client (109/267) |
| 3152 | 2026-03-23T20:50:02.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-03-23T20:50:02.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-03-23T20:50:02.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-03-23T20:50:02.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3156 | 2026-03-23T20:50:02.435Z | |
| 3157 | 2026-03-23T20:50:02.435Z | info: running `cargo check --bins` on clickhouse-admin-single-client (110/267) |
| 3158 | 2026-03-23T20:50:03.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-03-23T20:50:03.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-03-23T20:50:03.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-03-23T20:50:03.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3162 | 2026-03-23T20:50:03.253Z | |
| 3163 | 2026-03-23T20:50:03.253Z | info: running `cargo check --bins` on cockroach-admin-client (111/267) |
| 3164 | 2026-03-23T20:50:03.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-03-23T20:50:03.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-03-23T20:50:03.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-03-23T20:50:03.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3168 | 2026-03-23T20:50:04.057Z | |
| 3169 | 2026-03-23T20:50:04.057Z | info: running `cargo check --bins` on omicron-ddm-admin-client (112/267) |
| 3170 | 2026-03-23T20:50:04.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-03-23T20:50:04.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-03-23T20:50:04.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-03-23T20:50:04.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3174 | 2026-03-23T20:50:04.868Z | |
| 3175 | 2026-03-23T20:50:04.868Z | info: running `cargo check --bins` on dns-service-client (113/267) |
| 3176 | 2026-03-23T20:50:05.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-03-23T20:50:05.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-03-23T20:50:05.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-03-23T20:50:05.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3180 | 2026-03-23T20:50:05.684Z | |
| 3181 | 2026-03-23T20:50:05.684Z | info: running `cargo check --bins` on installinator-client (114/267) |
| 3182 | 2026-03-23T20:50:06.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-03-23T20:50:06.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-03-23T20:50:06.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3185 | 2026-03-23T20:50:06.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3186 | 2026-03-23T20:50:06.495Z | |
| 3187 | 2026-03-23T20:50:06.495Z | info: running `cargo check --bins` on nexus-client (115/267) |
| 3188 | 2026-03-23T20:50:07.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3189 | 2026-03-23T20:50:07.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3190 | 2026-03-23T20:50:07.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3191 | 2026-03-23T20:50:07.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3192 | 2026-03-23T20:50:07.361Z | |
| 3193 | 2026-03-23T20:50:07.361Z | info: running `cargo check --bins` on nexus-lockstep-client (116/267) |
| 3194 | 2026-03-23T20:50:08.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2026-03-23T20:50:08.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2026-03-23T20:50:08.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2026-03-23T20:50:08.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3198 | 2026-03-23T20:50:08.225Z | |
| 3199 | 2026-03-23T20:50:08.225Z | info: running `cargo check --bins` on ntp-admin-client (117/267) |
| 3200 | 2026-03-23T20:50:08.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2026-03-23T20:50:08.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2026-03-23T20:50:08.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2026-03-23T20:50:08.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3204 | 2026-03-23T20:50:09.021Z | |
| 3205 | 2026-03-23T20:50:09.021Z | info: running `cargo check --bins` on oxide-client (118/267) |
| 3206 | 2026-03-23T20:50:09.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-03-23T20:50:09.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-03-23T20:50:09.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-03-23T20:50:09.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3210 | 2026-03-23T20:50:09.822Z | |
| 3211 | 2026-03-23T20:50:09.823Z | info: running `cargo check --bins` on oximeter-client (119/267) |
| 3212 | 2026-03-23T20:50:10.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-03-23T20:50:10.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-03-23T20:50:10.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-03-23T20:50:10.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3216 | 2026-03-23T20:50:10.639Z | |
| 3217 | 2026-03-23T20:50:10.639Z | info: running `cargo check --bins` on repo-depot-client (120/267) |
| 3218 | 2026-03-23T20:50:11.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-03-23T20:50:11.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-03-23T20:50:11.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-03-23T20:50:11.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3222 | 2026-03-23T20:50:11.429Z | |
| 3223 | 2026-03-23T20:50:11.429Z | info: running `cargo check --bins` on sled-agent-client (121/267) |
| 3224 | 2026-03-23T20:50:12.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-03-23T20:50:12.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-03-23T20:50:12.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-03-23T20:50:12.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3228 | 2026-03-23T20:50:12.266Z | |
| 3229 | 2026-03-23T20:50:12.266Z | info: running `cargo check --bins` on wicketd-client (122/267) |
| 3230 | 2026-03-23T20:50:12.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-03-23T20:50:13.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-03-23T20:50:13.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3233 | 2026-03-23T20:50:13.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3234 | 2026-03-23T20:50:13.113Z | |
| 3235 | 2026-03-23T20:50:13.113Z | info: running `cargo check --bins` on installinator-common (123/267) |
| 3236 | 2026-03-23T20:50:13.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-03-23T20:50:13.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-03-23T20:50:13.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3239 | 2026-03-23T20:50:13.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3240 | 2026-03-23T20:50:13.942Z | |
| 3241 | 2026-03-23T20:50:13.942Z | info: running `cargo check --bins` on installinator-common-versions (124/267) |
| 3242 | 2026-03-23T20:50:14.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-03-23T20:50:14.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-03-23T20:50:14.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3245 | 2026-03-23T20:50:14.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3246 | 2026-03-23T20:50:14.737Z | |
| 3247 | 2026-03-23T20:50:14.737Z | info: running `cargo check --bins` on wicket-common (125/267) |
| 3248 | 2026-03-23T20:50:15.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-03-23T20:50:15.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-03-23T20:50:15.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2026-03-23T20:50:15.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3252 | 2026-03-23T20:50:15.579Z | |
| 3253 | 2026-03-23T20:50:15.579Z | info: running `cargo check --bins` on omicron-cockroach-admin (126/267) |
| 3254 | 2026-03-23T20:50:16.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-03-23T20:50:16.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-03-23T20:50:16.500Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3257 | 2026-03-23T20:50:16.503Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3258 | 2026-03-23T20:50:16.503Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3259 | 2026-03-23T20:50:16.658Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3260 | 2026-03-23T20:50:16.661Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3261 | 2026-03-23T20:50:16.822Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3262 | 2026-03-23T20:50:16.849Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3263 | 2026-03-23T20:50:17.112Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3264 | 2026-03-23T20:50:17.118Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3265 | 2026-03-23T20:50:19.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
| 3266 | 2026-03-23T20:50:20.182Z | |
| 3267 | 2026-03-23T20:50:20.183Z | info: running `cargo check --bins` on cockroach-admin-api (127/267) |
| 3268 | 2026-03-23T20:50:20.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2026-03-23T20:50:20.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2026-03-23T20:50:20.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2026-03-23T20:50:20.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3272 | 2026-03-23T20:50:21.005Z | |
| 3273 | 2026-03-23T20:50:21.006Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267) |
| 3274 | 2026-03-23T20:50:21.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2026-03-23T20:50:21.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2026-03-23T20:50:21.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2026-03-23T20:50:21.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3278 | 2026-03-23T20:50:21.925Z | |
| 3279 | 2026-03-23T20:50:21.925Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267) |
| 3280 | 2026-03-23T20:50:22.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2026-03-23T20:50:22.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2026-03-23T20:50:22.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2026-03-23T20:50:22.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3284 | 2026-03-23T20:50:22.856Z | |
| 3285 | 2026-03-23T20:50:22.856Z | info: running `cargo check --bins` on dns-server (130/267) |
| 3286 | 2026-03-23T20:50:23.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2026-03-23T20:50:23.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2026-03-23T20:50:23.764Z | Compiling parking_lot_core v0.8.6 |
| 3289 | 2026-03-23T20:50:23.764Z | Compiling git-stub v1.0.0 |
| 3290 | 2026-03-23T20:50:23.767Z | Compiling atomicwrites v0.4.4 |
| 3291 | 2026-03-23T20:50:23.767Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3292 | 2026-03-23T20:50:23.929Z | Checking tagptr v0.2.0 |
| 3293 | 2026-03-23T20:50:23.943Z | Checking prefix-trie v0.7.0 |
| 3294 | 2026-03-23T20:50:23.946Z | Checking fxhash v0.2.1 |
| 3295 | 2026-03-23T20:50:23.959Z | Checking hickory-client v0.25.2 |
| 3296 | 2026-03-23T20:50:24.086Z | Compiling git-stub-vcs v0.1.0 |
| 3297 | 2026-03-23T20:50:24.122Z | Checking moka v0.12.13 |
| 3298 | 2026-03-23T20:50:24.375Z | Checking hickory-server v0.25.2 |
| 3299 | 2026-03-23T20:50:24.436Z | Checking parking_lot v0.11.2 |
| 3300 | 2026-03-23T20:50:24.461Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3301 | 2026-03-23T20:50:24.567Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3302 | 2026-03-23T20:50:24.570Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3303 | 2026-03-23T20:50:24.570Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3304 | 2026-03-23T20:50:24.668Z | Checking sled v0.34.7 |
| 3305 | 2026-03-23T20:50:24.977Z | Checking hickory-resolver v0.25.2 |
| 3306 | 2026-03-23T20:50:27.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
| 3307 | 2026-03-23T20:50:27.664Z | |
| 3308 | 2026-03-23T20:50:27.664Z | info: running `cargo check --bins` on dns-server-api (131/267) |
| 3309 | 2026-03-23T20:50:28.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3310 | 2026-03-23T20:50:28.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3311 | 2026-03-23T20:50:28.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3312 | 2026-03-23T20:50:28.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3313 | 2026-03-23T20:50:28.480Z | |
| 3314 | 2026-03-23T20:50:28.480Z | info: running `cargo check --bins` on gateway-test-utils (132/267) |
| 3315 | 2026-03-23T20:50:29.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3316 | 2026-03-23T20:50:29.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3317 | 2026-03-23T20:50:29.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3318 | 2026-03-23T20:50:29.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3319 | 2026-03-23T20:50:29.371Z | |
| 3320 | 2026-03-23T20:50:29.371Z | info: running `cargo check --bins` on omicron-gateway (133/267) |
| 3321 | 2026-03-23T20:50:30.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3322 | 2026-03-23T20:50:30.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3323 | 2026-03-23T20:50:30.402Z | Compiling radium v0.7.0 |
| 3324 | 2026-03-23T20:50:30.544Z | Checking tap v1.0.1 |
| 3325 | 2026-03-23T20:50:30.547Z | Compiling maybe-uninit v2.0.0 |
| 3326 | 2026-03-23T20:50:30.574Z | Compiling zerocopy-derive v0.6.6 |
| 3327 | 2026-03-23T20:50:30.578Z | Checking funty v2.0.0 |
| 3328 | 2026-03-23T20:50:30.606Z | Compiling packed_struct v0.10.1 |
| 3329 | 2026-03-23T20:50:30.625Z | Checking crc-catalog v2.4.0 |
| 3330 | 2026-03-23T20:50:30.646Z | Compiling packed_struct_codegen v0.10.1 |
| 3331 | 2026-03-23T20:50:30.667Z | Checking wyz v0.5.1 |
| 3332 | 2026-03-23T20:50:30.747Z | Checking crc v3.4.0 |
| 3333 | 2026-03-23T20:50:30.926Z | Compiling bitfield-macros v0.19.4 |
| 3334 | 2026-03-23T20:50:30.963Z | Compiling indexmap v1.9.3 |
| 3335 | 2026-03-23T20:50:30.981Z | Checking nodrop v0.1.14 |
| 3336 | 2026-03-23T20:50:31.029Z | Checking smallvec v0.6.14 |
| 3337 | 2026-03-23T20:50:31.052Z | Checking hashbrown v0.12.3 |
| 3338 | 2026-03-23T20:50:31.089Z | Checking array-init v0.0.4 |
| 3339 | 2026-03-23T20:50:31.110Z | Checking bitvec v1.0.1 |
| 3340 | 2026-03-23T20:50:31.228Z | Checking ron v0.8.1 |
| 3341 | 2026-03-23T20:50:31.281Z | Checking hashbrown v0.13.2 |
| 3342 | 2026-03-23T20:50:31.566Z | Checking serde-hex v0.1.0 |
| 3343 | 2026-03-23T20:50:31.696Z | Checking zerocopy v0.6.6 |
| 3344 | 2026-03-23T20:50:31.850Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3345 | 2026-03-23T20:50:31.877Z | Checking bitfield v0.19.4 |
| 3346 | 2026-03-23T20:50:31.940Z | Checking crc-any v2.5.0 |
| 3347 | 2026-03-23T20:50:32.046Z | Checking object v0.30.4 |
| 3348 | 2026-03-23T20:50:32.099Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3349 | 2026-03-23T20:50:32.103Z | Checking void v1.0.2 |
| 3350 | 2026-03-23T20:50:32.133Z | Checking path-slash v0.1.5 |
| 3351 | 2026-03-23T20:50:32.172Z | Checking half v1.8.3 |
| 3352 | 2026-03-23T20:50:32.241Z | Checking lzss v0.8.2 |
| 3353 | 2026-03-23T20:50:32.274Z | Checking tungstenite v0.23.0 |
| 3354 | 2026-03-23T20:50:32.292Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3355 | 2026-03-23T20:50:32.415Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3356 | 2026-03-23T20:50:32.435Z | Checking serde_cbor v0.11.2 |
| 3357 | 2026-03-23T20:50:32.470Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3358 | 2026-03-23T20:50:32.493Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3359 | 2026-03-23T20:50:32.608Z | Checking nix v0.27.1 |
| 3360 | 2026-03-23T20:50:32.824Z | Checking kstat-rs v0.2.4 |
| 3361 | 2026-03-23T20:50:32.950Z | Checking serde_bytes v0.11.19 |
| 3362 | 2026-03-23T20:50:32.989Z | Checking tokio-tungstenite v0.23.1 |
| 3363 | 2026-03-23T20:50:33.061Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3364 | 2026-03-23T20:50:33.178Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3365 | 2026-03-23T20:50:33.324Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3366 | 2026-03-23T20:50:33.342Z | Checking signal-hook-tokio v0.3.1 |
| 3367 | 2026-03-23T20:50:34.402Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3368 | 2026-03-23T20:50:34.635Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3369 | 2026-03-23T20:50:37.920Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3370 | 2026-03-23T20:50:39.129Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3371 | 2026-03-23T20:50:39.501Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3372 | 2026-03-23T20:50:40.984Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3373 | 2026-03-23T20:50:43.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
| 3374 | 2026-03-23T20:50:43.993Z | |
| 3375 | 2026-03-23T20:50:43.993Z | info: running `cargo check --bins` on gateway-api (134/267) |
| 3376 | 2026-03-23T20:50:44.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-03-23T20:50:44.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-03-23T20:50:44.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-03-23T20:50:44.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3380 | 2026-03-23T20:50:44.807Z | |
| 3381 | 2026-03-23T20:50:44.807Z | info: running `cargo check --bins` on ipcc (135/267) |
| 3382 | 2026-03-23T20:50:45.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-03-23T20:50:45.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-03-23T20:50:45.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-03-23T20:50:45.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3386 | 2026-03-23T20:50:45.620Z | |
| 3387 | 2026-03-23T20:50:45.620Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267) |
| 3388 | 2026-03-23T20:50:46.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-03-23T20:50:46.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-03-23T20:50:46.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-03-23T20:50:46.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3392 | 2026-03-23T20:50:46.410Z | |
| 3393 | 2026-03-23T20:50:46.410Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267) |
| 3394 | 2026-03-23T20:50:47.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-03-23T20:50:47.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-03-23T20:50:47.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-03-23T20:50:47.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3398 | 2026-03-23T20:50:47.224Z | |
| 3399 | 2026-03-23T20:50:47.224Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267) |
| 3400 | 2026-03-23T20:50:47.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-03-23T20:50:47.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-03-23T20:50:47.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-03-23T20:50:47.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3404 | 2026-03-23T20:50:48.038Z | |
| 3405 | 2026-03-23T20:50:48.038Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267) |
| 3406 | 2026-03-23T20:50:48.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-03-23T20:50:48.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-03-23T20:50:48.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-03-23T20:50:48.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3410 | 2026-03-23T20:50:48.851Z | |
| 3411 | 2026-03-23T20:50:48.851Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267) |
| 3412 | 2026-03-23T20:50:49.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-03-23T20:50:49.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-03-23T20:50:49.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-03-23T20:50:49.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3416 | 2026-03-23T20:50:49.666Z | |
| 3417 | 2026-03-23T20:50:49.666Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267) |
| 3418 | 2026-03-23T20:50:50.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-03-23T20:50:50.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-03-23T20:50:50.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-03-23T20:50:50.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3422 | 2026-03-23T20:50:50.467Z | |
| 3423 | 2026-03-23T20:50:50.467Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267) |
| 3424 | 2026-03-23T20:50:51.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-03-23T20:50:51.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-03-23T20:50:51.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-03-23T20:50:51.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3428 | 2026-03-23T20:50:51.279Z | |
| 3429 | 2026-03-23T20:50:51.279Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267) |
| 3430 | 2026-03-23T20:50:51.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-03-23T20:50:51.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-03-23T20:50:51.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-03-23T20:50:51.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3434 | 2026-03-23T20:50:52.091Z | |
| 3435 | 2026-03-23T20:50:52.091Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267) |
| 3436 | 2026-03-23T20:50:52.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-03-23T20:50:52.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-03-23T20:50:52.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-03-23T20:50:52.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3440 | 2026-03-23T20:50:52.907Z | |
| 3441 | 2026-03-23T20:50:52.907Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267) |
| 3442 | 2026-03-23T20:50:53.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-03-23T20:50:53.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-03-23T20:50:53.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-03-23T20:50:53.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3446 | 2026-03-23T20:50:53.722Z | |
| 3447 | 2026-03-23T20:50:53.722Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267) |
| 3448 | 2026-03-23T20:50:54.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-03-23T20:50:54.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-03-23T20:50:54.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-03-23T20:50:54.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3452 | 2026-03-23T20:50:54.536Z | |
| 3453 | 2026-03-23T20:50:54.537Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267) |
| 3454 | 2026-03-23T20:50:55.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-03-23T20:50:55.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-03-23T20:50:55.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-03-23T20:50:55.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3458 | 2026-03-23T20:50:55.353Z | |
| 3459 | 2026-03-23T20:50:55.353Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267) |
| 3460 | 2026-03-23T20:50:56.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-03-23T20:50:56.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-03-23T20:50:56.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-03-23T20:50:56.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3464 | 2026-03-23T20:50:56.168Z | |
| 3465 | 2026-03-23T20:50:56.168Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267) |
| 3466 | 2026-03-23T20:50:56.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-03-23T20:50:56.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-03-23T20:50:56.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-03-23T20:50:56.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3470 | 2026-03-23T20:50:56.982Z | |
| 3471 | 2026-03-23T20:50:56.982Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267) |
| 3472 | 2026-03-23T20:50:57.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-03-23T20:50:57.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-03-23T20:50:57.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-03-23T20:50:57.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3476 | 2026-03-23T20:50:57.797Z | |
| 3477 | 2026-03-23T20:50:57.797Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267) |
| 3478 | 2026-03-23T20:50:58.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-03-23T20:50:58.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-03-23T20:50:58.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-03-23T20:50:58.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3482 | 2026-03-23T20:50:58.614Z | |
| 3483 | 2026-03-23T20:50:58.614Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267) |
| 3484 | 2026-03-23T20:50:59.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-03-23T20:50:59.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-03-23T20:50:59.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-03-23T20:50:59.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3488 | 2026-03-23T20:50:59.432Z | |
| 3489 | 2026-03-23T20:50:59.432Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267) |
| 3490 | 2026-03-23T20:51:00.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-03-23T20:51:00.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-03-23T20:51:00.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-03-23T20:51:00.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3494 | 2026-03-23T20:51:00.246Z | |
| 3495 | 2026-03-23T20:51:00.246Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267) |
| 3496 | 2026-03-23T20:51:00.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-03-23T20:51:00.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-03-23T20:51:00.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-03-23T20:51:00.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3500 | 2026-03-23T20:51:01.059Z | |
| 3501 | 2026-03-23T20:51:01.059Z | info: running `cargo check --bins` on oximeter-producer (155/267) |
| 3502 | 2026-03-23T20:51:01.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-03-23T20:51:01.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-03-23T20:51:01.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-03-23T20:51:01.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3506 | 2026-03-23T20:51:01.926Z | |
| 3507 | 2026-03-23T20:51:01.926Z | info: running `cargo check --bins` on internal-dns-resolver (156/267) |
| 3508 | 2026-03-23T20:51:02.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-03-23T20:51:02.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-03-23T20:51:02.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-03-23T20:51:02.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3512 | 2026-03-23T20:51:02.747Z | |
| 3513 | 2026-03-23T20:51:02.747Z | info: running `cargo check --bins` on sp-sim (157/267) |
| 3514 | 2026-03-23T20:51:03.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-03-23T20:51:03.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-03-23T20:51:03.742Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3517 | 2026-03-23T20:51:06.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 3518 | 2026-03-23T20:51:06.298Z | |
| 3519 | 2026-03-23T20:51:06.298Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267) |
| 3520 | 2026-03-23T20:51:07.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-03-23T20:51:07.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-03-23T20:51:07.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-03-23T20:51:07.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3524 | 2026-03-23T20:51:07.189Z | |
| 3525 | 2026-03-23T20:51:07.189Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267) |
| 3526 | 2026-03-23T20:51:07.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-03-23T20:51:07.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-03-23T20:51:07.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-03-23T20:51:07.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3530 | 2026-03-23T20:51:08.087Z | |
| 3531 | 2026-03-23T20:51:08.088Z | info: running `cargo check --bins` on db-macros (160/267) |
| 3532 | 2026-03-23T20:51:08.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-03-23T20:51:08.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-03-23T20:51:08.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-03-23T20:51:08.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3536 | 2026-03-23T20:51:08.882Z | |
| 3537 | 2026-03-23T20:51:08.882Z | info: running `cargo check --bins` on nexus-macros-common (161/267) |
| 3538 | 2026-03-23T20:51:09.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-03-23T20:51:09.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-03-23T20:51:09.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-03-23T20:51:09.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3542 | 2026-03-23T20:51:09.679Z | |
| 3543 | 2026-03-23T20:51:09.679Z | info: running `cargo check --bins` on nexus-auth (162/267) |
| 3544 | 2026-03-23T20:51:10.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-03-23T20:51:10.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-03-23T20:51:10.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-03-23T20:51:10.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3548 | 2026-03-23T20:51:10.558Z | |
| 3549 | 2026-03-23T20:51:10.558Z | info: running `cargo check --bins` on authz-macros (163/267) |
| 3550 | 2026-03-23T20:51:11.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-03-23T20:51:11.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-03-23T20:51:11.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-03-23T20:51:11.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3554 | 2026-03-23T20:51:11.352Z | |
| 3555 | 2026-03-23T20:51:11.352Z | info: running `cargo check --bins` on nexus-db-fixed-data (164/267) |
| 3556 | 2026-03-23T20:51:12.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-03-23T20:51:12.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-03-23T20:51:12.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-03-23T20:51:12.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3560 | 2026-03-23T20:51:12.226Z | |
| 3561 | 2026-03-23T20:51:12.226Z | info: running `cargo check --bins` on nexus-db-model (165/267) |
| 3562 | 2026-03-23T20:51:12.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-03-23T20:51:12.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-03-23T20:51:12.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-03-23T20:51:12.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3566 | 2026-03-23T20:51:13.098Z | |
| 3567 | 2026-03-23T20:51:13.098Z | info: running `cargo check --bins` on nexus-db-schema (166/267) |
| 3568 | 2026-03-23T20:51:13.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-03-23T20:51:13.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-03-23T20:51:13.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-03-23T20:51:13.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3572 | 2026-03-23T20:51:14.079Z | |
| 3573 | 2026-03-23T20:51:14.079Z | info: running `cargo check --bins` on omicron-rpaths (167/267) |
| 3574 | 2026-03-23T20:51:14.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-03-23T20:51:15.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-03-23T20:51:15.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-03-23T20:51:15.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3578 | 2026-03-23T20:51:15.137Z | |
| 3579 | 2026-03-23T20:51:15.137Z | info: running `cargo check --bins` on nexus-defaults (168/267) |
| 3580 | 2026-03-23T20:51:15.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-03-23T20:51:15.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-03-23T20:51:15.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-03-23T20:51:15.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3584 | 2026-03-23T20:51:15.505Z | |
| 3585 | 2026-03-23T20:51:15.505Z | info: running `cargo check --bins` on omicron-cockroach-metrics (169/267) |
| 3586 | 2026-03-23T20:51:16.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-03-23T20:51:16.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-03-23T20:51:16.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-03-23T20:51:16.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3590 | 2026-03-23T20:51:16.302Z | |
| 3591 | 2026-03-23T20:51:16.302Z | info: running `cargo check --bins` on parallel-task-set (170/267) |
| 3592 | 2026-03-23T20:51:16.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-03-23T20:51:16.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-03-23T20:51:16.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-03-23T20:51:16.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3596 | 2026-03-23T20:51:17.094Z | |
| 3597 | 2026-03-23T20:51:17.094Z | info: running `cargo check --bins` on nexus-db-errors (171/267) |
| 3598 | 2026-03-23T20:51:17.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-03-23T20:51:17.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-03-23T20:51:17.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-03-23T20:51:17.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3602 | 2026-03-23T20:51:17.975Z | |
| 3603 | 2026-03-23T20:51:17.975Z | info: running `cargo check --bins` on nexus-db-lookup (172/267) |
| 3604 | 2026-03-23T20:51:18.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-03-23T20:51:18.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-03-23T20:51:18.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-03-23T20:51:18.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3608 | 2026-03-23T20:51:18.859Z | |
| 3609 | 2026-03-23T20:51:18.859Z | info: running `cargo check --bins` on nexus-inventory (173/267) |
| 3610 | 2026-03-23T20:51:19.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-03-23T20:51:19.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-03-23T20:51:19.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-03-23T20:51:19.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3614 | 2026-03-23T20:51:19.735Z | |
| 3615 | 2026-03-23T20:51:19.735Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267) |
| 3616 | 2026-03-23T20:51:20.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-03-23T20:51:20.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-03-23T20:51:20.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-03-23T20:51:20.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3620 | 2026-03-23T20:51:20.573Z | |
| 3621 | 2026-03-23T20:51:20.573Z | info: running `cargo check --bins --no-default-features` on sled-storage (175/267) |
| 3622 | 2026-03-23T20:51:21.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-03-23T20:51:21.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-03-23T20:51:21.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-03-23T20:51:21.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3626 | 2026-03-23T20:51:21.401Z | |
| 3627 | 2026-03-23T20:51:21.401Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267) |
| 3628 | 2026-03-23T20:51:22.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-03-23T20:51:22.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-03-23T20:51:22.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-03-23T20:51:22.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3632 | 2026-03-23T20:51:22.228Z | |
| 3633 | 2026-03-23T20:51:22.229Z | info: running `cargo check --bins` on key-manager (177/267) |
| 3634 | 2026-03-23T20:51:22.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-03-23T20:51:22.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-03-23T20:51:22.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-03-23T20:51:22.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3638 | 2026-03-23T20:51:23.043Z | |
| 3639 | 2026-03-23T20:51:23.043Z | info: running `cargo check --bins --no-default-features` on sled-hardware (178/267) |
| 3640 | 2026-03-23T20:51:23.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-03-23T20:51:23.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-03-23T20:51:23.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-03-23T20:51:23.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3644 | 2026-03-23T20:51:23.870Z | |
| 3645 | 2026-03-23T20:51:23.870Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267) |
| 3646 | 2026-03-23T20:51:24.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-03-23T20:51:24.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-03-23T20:51:24.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-03-23T20:51:24.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3650 | 2026-03-23T20:51:24.697Z | |
| 3651 | 2026-03-23T20:51:24.697Z | info: running `cargo check --bins` on typed-rng (180/267) |
| 3652 | 2026-03-23T20:51:25.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-03-23T20:51:25.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-03-23T20:51:25.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-03-23T20:51:25.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3656 | 2026-03-23T20:51:25.489Z | |
| 3657 | 2026-03-23T20:51:25.489Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267) |
| 3658 | 2026-03-23T20:51:26.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-03-23T20:51:26.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-03-23T20:51:26.664Z | Compiling libefi-sys v0.1.0 |
| 3661 | 2026-03-23T20:51:26.668Z | Compiling bitfield-struct v0.6.2 |
| 3662 | 2026-03-23T20:51:26.840Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3663 | 2026-03-23T20:51:26.857Z | Compiling xshell-macros v0.2.7 |
| 3664 | 2026-03-23T20:51:26.876Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3665 | 2026-03-23T20:51:26.898Z | Compiling salty v0.3.0 |
| 3666 | 2026-03-23T20:51:26.919Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3667 | 2026-03-23T20:51:26.943Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3668 | 2026-03-23T20:51:26.944Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3669 | 2026-03-23T20:51:27.291Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3670 | 2026-03-23T20:51:27.313Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3671 | 2026-03-23T20:51:27.333Z | Checking xshell v0.2.7 |
| 3672 | 2026-03-23T20:51:27.481Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3673 | 2026-03-23T20:51:27.519Z | Checking primeorder v0.13.6 |
| 3674 | 2026-03-23T20:51:27.562Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3675 | 2026-03-23T20:51:27.583Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3676 | 2026-03-23T20:51:27.624Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3677 | 2026-03-23T20:51:27.645Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3678 | 2026-03-23T20:51:27.828Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3679 | 2026-03-23T20:51:27.848Z | Checking p384 v0.13.1 |
| 3680 | 2026-03-23T20:51:27.867Z | Compiling num-derive v0.3.3 |
| 3681 | 2026-03-23T20:51:27.974Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3682 | 2026-03-23T20:51:28.057Z | Compiling proc-macro-error2 v2.0.1 |
| 3683 | 2026-03-23T20:51:28.239Z | Compiling unicase v2.9.0 |
| 3684 | 2026-03-23T20:51:28.292Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3685 | 2026-03-23T20:51:28.450Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3686 | 2026-03-23T20:51:28.475Z | Compiling tabled_derive v0.11.0 |
| 3687 | 2026-03-23T20:51:28.528Z | Compiling mime_guess v2.0.5 |
| 3688 | 2026-03-23T20:51:28.595Z | Compiling progenitor-impl v0.11.2 |
| 3689 | 2026-03-23T20:51:28.941Z | Checking papergrid v0.17.0 |
| 3690 | 2026-03-23T20:51:29.049Z | Checking libscf-sys v1.1.0 |
| 3691 | 2026-03-23T20:51:29.219Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3692 | 2026-03-23T20:51:29.238Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3693 | 2026-03-23T20:51:29.365Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3694 | 2026-03-23T20:51:29.427Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3695 | 2026-03-23T20:51:30.045Z | Checking testing_table v0.3.0 |
| 3696 | 2026-03-23T20:51:30.081Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3697 | 2026-03-23T20:51:30.102Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3698 | 2026-03-23T20:51:30.163Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3699 | 2026-03-23T20:51:30.202Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3700 | 2026-03-23T20:51:30.297Z | Checking corncobs v0.1.4 |
| 3701 | 2026-03-23T20:51:30.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3702 | 2026-03-23T20:51:30.390Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3703 | 2026-03-23T20:51:30.458Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3704 | 2026-03-23T20:51:30.478Z | Checking tabled v0.20.0 |
| 3705 | 2026-03-23T20:51:30.648Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3706 | 2026-03-23T20:51:30.752Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3707 | 2026-03-23T20:51:30.791Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3708 | 2026-03-23T20:51:31.038Z | Checking progenitor-client v0.11.2 |
| 3709 | 2026-03-23T20:51:31.218Z | Checking secrecy v0.8.0 |
| 3710 | 2026-03-23T20:51:31.379Z | Checking http-range v0.1.5 |
| 3711 | 2026-03-23T20:51:31.602Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3712 | 2026-03-23T20:51:31.752Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3713 | 2026-03-23T20:51:31.858Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3714 | 2026-03-23T20:51:31.994Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3715 | 2026-03-23T20:51:32.133Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3716 | 2026-03-23T20:51:32.276Z | Compiling progenitor-macro v0.11.2 |
| 3717 | 2026-03-23T20:51:32.279Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3718 | 2026-03-23T20:51:32.489Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3719 | 2026-03-23T20:51:32.510Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3720 | 2026-03-23T20:51:32.631Z | Checking atty v0.2.14 |
| 3721 | 2026-03-23T20:51:32.714Z | Checking crc8 v0.1.1 |
| 3722 | 2026-03-23T20:51:32.756Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3723 | 2026-03-23T20:51:32.841Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3724 | 2026-03-23T20:51:33.229Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3725 | 2026-03-23T20:51:33.356Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3726 | 2026-03-23T20:51:33.685Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3727 | 2026-03-23T20:51:33.715Z | Checking hyper-staticfile v0.10.1 |
| 3728 | 2026-03-23T20:51:33.798Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3729 | 2026-03-23T20:51:33.917Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3730 | 2026-03-23T20:51:34.090Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3731 | 2026-03-23T20:51:34.128Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3732 | 2026-03-23T20:51:34.375Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3733 | 2026-03-23T20:51:34.446Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3734 | 2026-03-23T20:51:34.487Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3735 | 2026-03-23T20:51:34.827Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3736 | 2026-03-23T20:51:34.969Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3737 | 2026-03-23T20:51:35.195Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3738 | 2026-03-23T20:51:35.262Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3739 | 2026-03-23T20:51:35.354Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3740 | 2026-03-23T20:51:35.728Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3741 | 2026-03-23T20:51:35.998Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3742 | 2026-03-23T20:51:36.029Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3743 | 2026-03-23T20:51:36.526Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3744 | 2026-03-23T20:51:37.774Z | Checking progenitor v0.11.2 |
| 3745 | 2026-03-23T20:51:37.936Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3746 | 2026-03-23T20:51:44.724Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3747 | 2026-03-23T20:52:00.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.91s |
| 3748 | 2026-03-23T20:52:00.679Z | |
| 3749 | 2026-03-23T20:52:00.679Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267) |
| 3750 | 2026-03-23T20:52:01.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-03-23T20:52:01.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-03-23T20:52:01.770Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3753 | 2026-03-23T20:52:17.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s |
| 3754 | 2026-03-23T20:52:17.861Z | |
| 3755 | 2026-03-23T20:52:17.861Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267) |
| 3756 | 2026-03-23T20:52:18.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-03-23T20:52:18.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-03-23T20:52:18.970Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3759 | 2026-03-23T20:52:34.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.78s |
| 3760 | 2026-03-23T20:52:34.905Z | |
| 3761 | 2026-03-23T20:52:34.905Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267) |
| 3762 | 2026-03-23T20:52:35.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-03-23T20:52:35.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-03-23T20:52:35.998Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3765 | 2026-03-23T20:52:51.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.83s |
| 3766 | 2026-03-23T20:52:51.998Z | |
| 3767 | 2026-03-23T20:52:51.998Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267) |
| 3768 | 2026-03-23T20:52:52.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-03-23T20:52:52.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-03-23T20:52:53.093Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3771 | 2026-03-23T20:53:08.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s |
| 3772 | 2026-03-23T20:53:09.179Z | |
| 3773 | 2026-03-23T20:53:09.179Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267) |
| 3774 | 2026-03-23T20:53:09.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-03-23T20:53:09.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-03-23T20:53:10.277Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3777 | 2026-03-23T20:53:26.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s |
| 3778 | 2026-03-23T20:53:26.293Z | |
| 3779 | 2026-03-23T20:53:26.293Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267) |
| 3780 | 2026-03-23T20:53:27.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-03-23T20:53:27.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-03-23T20:53:27.395Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3783 | 2026-03-23T20:53:43.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s |
| 3784 | 2026-03-23T20:53:43.384Z | |
| 3785 | 2026-03-23T20:53:43.384Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267) |
| 3786 | 2026-03-23T20:53:44.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3787 | 2026-03-23T20:53:44.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3788 | 2026-03-23T20:53:44.479Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3789 | 2026-03-23T20:54:00.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.80s |
| 3790 | 2026-03-23T20:54:00.444Z | |
| 3791 | 2026-03-23T20:54:00.444Z | info: running `cargo check --bins` on bootstrap-agent-api (189/267) |
| 3792 | 2026-03-23T20:54:01.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3793 | 2026-03-23T20:54:01.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3794 | 2026-03-23T20:54:01.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3795 | 2026-03-23T20:54:01.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3796 | 2026-03-23T20:54:01.277Z | |
| 3797 | 2026-03-23T20:54:01.277Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267) |
| 3798 | 2026-03-23T20:54:01.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3799 | 2026-03-23T20:54:01.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3800 | 2026-03-23T20:54:01.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3801 | 2026-03-23T20:54:02.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3802 | 2026-03-23T20:54:02.113Z | |
| 3803 | 2026-03-23T20:54:02.113Z | info: running `cargo check --bins` on range-requests (191/267) |
| 3804 | 2026-03-23T20:54:02.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3805 | 2026-03-23T20:54:02.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3806 | 2026-03-23T20:54:02.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3807 | 2026-03-23T20:54:02.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3808 | 2026-03-23T20:54:02.914Z | |
| 3809 | 2026-03-23T20:54:02.914Z | info: running `cargo check --bins` on repo-depot-api (192/267) |
| 3810 | 2026-03-23T20:54:03.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3811 | 2026-03-23T20:54:03.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3812 | 2026-03-23T20:54:03.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3813 | 2026-03-23T20:54:03.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3814 | 2026-03-23T20:54:03.722Z | |
| 3815 | 2026-03-23T20:54:03.722Z | info: running `cargo check --bins` on sled-agent-api (193/267) |
| 3816 | 2026-03-23T20:54:04.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3817 | 2026-03-23T20:54:04.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3818 | 2026-03-23T20:54:04.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3819 | 2026-03-23T20:54:04.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3820 | 2026-03-23T20:54:04.562Z | |
| 3821 | 2026-03-23T20:54:04.562Z | info: running `cargo check --bins` on sled-diagnostics (194/267) |
| 3822 | 2026-03-23T20:54:05.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3823 | 2026-03-23T20:54:05.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3824 | 2026-03-23T20:54:05.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3825 | 2026-03-23T20:54:05.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3826 | 2026-03-23T20:54:05.386Z | |
| 3827 | 2026-03-23T20:54:05.387Z | info: running `cargo check --bins` on zfs-test-harness (195/267) |
| 3828 | 2026-03-23T20:54:06.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3829 | 2026-03-23T20:54:06.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3830 | 2026-03-23T20:54:06.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3831 | 2026-03-23T20:54:06.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3832 | 2026-03-23T20:54:06.215Z | |
| 3833 | 2026-03-23T20:54:06.215Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267) |
| 3834 | 2026-03-23T20:54:06.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3835 | 2026-03-23T20:54:06.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3836 | 2026-03-23T20:54:06.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3837 | 2026-03-23T20:54:06.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3838 | 2026-03-23T20:54:07.054Z | |
| 3839 | 2026-03-23T20:54:07.054Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267) |
| 3840 | 2026-03-23T20:54:07.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3841 | 2026-03-23T20:54:07.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3842 | 2026-03-23T20:54:07.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3843 | 2026-03-23T20:54:07.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3844 | 2026-03-23T20:54:07.895Z | |
| 3845 | 2026-03-23T20:54:07.895Z | info: running `cargo check --bins` on sled-agent-health-monitor (198/267) |
| 3846 | 2026-03-23T20:54:08.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3847 | 2026-03-23T20:54:08.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3848 | 2026-03-23T20:54:08.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3849 | 2026-03-23T20:54:08.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3850 | 2026-03-23T20:54:08.745Z | |
| 3851 | 2026-03-23T20:54:08.745Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267) |
| 3852 | 2026-03-23T20:54:12.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3853 | 2026-03-23T20:54:12.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3854 | 2026-03-23T20:54:12.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3855 | 2026-03-23T20:54:12.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3856 | 2026-03-23T20:54:12.374Z | |
| 3857 | 2026-03-23T20:54:12.374Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267) |
| 3858 | 2026-03-23T20:54:12.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3859 | 2026-03-23T20:54:12.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3860 | 2026-03-23T20:54:12.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3861 | 2026-03-23T20:54:12.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3862 | 2026-03-23T20:54:12.374Z | |
| 3863 | 2026-03-23T20:54:12.374Z | info: running `cargo check --bins` on sled-agent-resolvable-files (201/267) |
| 3864 | 2026-03-23T20:54:12.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3865 | 2026-03-23T20:54:12.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3866 | 2026-03-23T20:54:12.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3867 | 2026-03-23T20:54:12.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3868 | 2026-03-23T20:54:12.392Z | |
| 3869 | 2026-03-23T20:54:12.392Z | info: running `cargo check --bins` on trust-quorum (202/267) |
| 3870 | 2026-03-23T20:54:12.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2026-03-23T20:54:12.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2026-03-23T20:54:12.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3873 | 2026-03-23T20:54:12.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3874 | 2026-03-23T20:54:12.392Z | |
| 3875 | 2026-03-23T20:54:12.392Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267) |
| 3876 | 2026-03-23T20:54:12.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-03-23T20:54:12.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-03-23T20:54:12.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3879 | 2026-03-23T20:54:12.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3880 | 2026-03-23T20:54:12.930Z | |
| 3881 | 2026-03-23T20:54:12.931Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (204/267) |
| 3882 | 2026-03-23T20:54:13.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-03-23T20:54:13.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-03-23T20:54:13.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3885 | 2026-03-23T20:54:13.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3886 | 2026-03-23T20:54:13.813Z | |
| 3887 | 2026-03-23T20:54:13.813Z | info: running `cargo check --bins` on update-common (205/267) |
| 3888 | 2026-03-23T20:54:14.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-03-23T20:54:14.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-03-23T20:54:14.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3891 | 2026-03-23T20:54:14.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3892 | 2026-03-23T20:54:14.632Z | |
| 3893 | 2026-03-23T20:54:14.632Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267) |
| 3894 | 2026-03-23T20:54:15.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3895 | 2026-03-23T20:54:15.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3896 | 2026-03-23T20:54:15.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3897 | 2026-03-23T20:54:15.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3898 | 2026-03-23T20:54:15.508Z | |
| 3899 | 2026-03-23T20:54:15.508Z | info: running `cargo check --bins` on reconfigurator-cli (207/267) |
| 3900 | 2026-03-23T20:54:16.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-03-23T20:54:16.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-03-23T20:54:16.571Z | Compiling fs-err v2.11.0 |
| 3903 | 2026-03-23T20:54:16.574Z | Checking ignore v0.4.25 |
| 3904 | 2026-03-23T20:54:16.732Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3905 | 2026-03-23T20:54:16.745Z | Checking predicates-tree v1.0.13 |
| 3906 | 2026-03-23T20:54:16.761Z | Checking parse-size v1.1.0 |
| 3907 | 2026-03-23T20:54:16.779Z | Checking rand_seeder v0.4.0 |
| 3908 | 2026-03-23T20:54:16.782Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3909 | 2026-03-23T20:54:16.816Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3910 | 2026-03-23T20:54:16.870Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3911 | 2026-03-23T20:54:16.905Z | Compiling petname v2.0.2 |
| 3912 | 2026-03-23T20:54:16.962Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3913 | 2026-03-23T20:54:17.152Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3914 | 2026-03-23T20:54:17.172Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3915 | 2026-03-23T20:54:17.232Z | Checking globwalk v0.9.1 |
| 3916 | 2026-03-23T20:54:17.277Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3917 | 2026-03-23T20:54:17.376Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3918 | 2026-03-23T20:54:17.459Z | Checking camino-tempfile-ext v0.3.3 |
| 3919 | 2026-03-23T20:54:17.497Z | Checking sapling-renderdag v0.1.0 |
| 3920 | 2026-03-23T20:54:17.608Z | Checking sync-ptr v0.1.4 |
| 3921 | 2026-03-23T20:54:17.708Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3922 | 2026-03-23T20:54:17.759Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3923 | 2026-03-23T20:54:17.838Z | Checking colored v2.2.0 |
| 3924 | 2026-03-23T20:54:17.873Z | Checking assert_matches v1.5.0 |
| 3925 | 2026-03-23T20:54:18.189Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3926 | 2026-03-23T20:54:18.312Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3927 | 2026-03-23T20:54:18.316Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3928 | 2026-03-23T20:54:19.088Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3929 | 2026-03-23T20:54:20.868Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3930 | 2026-03-23T20:54:23.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.28s |
| 3931 | 2026-03-23T20:54:24.039Z | |
| 3932 | 2026-03-23T20:54:24.039Z | info: running `cargo check --bins` on omicron-repl-utils (208/267) |
| 3933 | 2026-03-23T20:54:24.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-03-23T20:54:24.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-03-23T20:54:24.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-03-23T20:54:24.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3937 | 2026-03-23T20:54:24.836Z | |
| 3938 | 2026-03-23T20:54:24.836Z | info: running `cargo check --bins` on nexus-test-interface (209/267) |
| 3939 | 2026-03-23T20:54:25.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-03-23T20:54:25.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-03-23T20:54:25.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-03-23T20:54:25.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3943 | 2026-03-23T20:54:25.720Z | |
| 3944 | 2026-03-23T20:54:25.720Z | info: running `cargo check --bins` on oximeter-collector (210/267) |
| 3945 | 2026-03-23T20:54:26.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-03-23T20:54:26.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-03-23T20:54:26.709Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3948 | 2026-03-23T20:54:26.712Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3949 | 2026-03-23T20:54:27.557Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3950 | 2026-03-23T20:54:29.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s |
| 3951 | 2026-03-23T20:54:29.833Z | |
| 3952 | 2026-03-23T20:54:29.833Z | info: running `cargo check --bins` on oximeter-api (211/267) |
| 3953 | 2026-03-23T20:54:30.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-03-23T20:54:30.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-03-23T20:54:30.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-03-23T20:54:30.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3957 | 2026-03-23T20:54:30.644Z | |
| 3958 | 2026-03-23T20:54:30.644Z | info: running `cargo check --bins` on cert-dev (212/267) |
| 3959 | 2026-03-23T20:54:31.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-03-23T20:54:31.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-03-23T20:54:31.478Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3962 | 2026-03-23T20:54:31.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3963 | 2026-03-23T20:54:32.027Z | |
| 3964 | 2026-03-23T20:54:32.027Z | info: running `cargo check --bins` on clickana (213/267) |
| 3965 | 2026-03-23T20:54:32.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-03-23T20:54:32.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-03-23T20:54:32.920Z | Compiling darling_core v0.23.0 |
| 3968 | 2026-03-23T20:54:33.045Z | Compiling instability v0.3.11 |
| 3969 | 2026-03-23T20:54:33.059Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3970 | 2026-03-23T20:54:33.063Z | Checking castaway v0.2.4 |
| 3971 | 2026-03-23T20:54:33.081Z | Compiling indoc v2.0.7 |
| 3972 | 2026-03-23T20:54:33.085Z | Checking unicode-truncate v1.1.0 |
| 3973 | 2026-03-23T20:54:33.118Z | Checking lru v0.12.5 |
| 3974 | 2026-03-23T20:54:33.119Z | Checking cassowary v0.3.0 |
| 3975 | 2026-03-23T20:54:33.204Z | Checking compact_str v0.8.1 |
| 3976 | 2026-03-23T20:54:34.360Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3977 | 2026-03-23T20:54:34.577Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3978 | 2026-03-23T20:54:35.054Z | Compiling darling_macro v0.23.0 |
| 3979 | 2026-03-23T20:54:35.590Z | Compiling darling v0.23.0 |
| 3980 | 2026-03-23T20:54:36.350Z | Checking ratatui v0.29.0 |
| 3981 | 2026-03-23T20:54:37.987Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3982 | 2026-03-23T20:54:38.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s |
| 3983 | 2026-03-23T20:54:38.956Z | |
| 3984 | 2026-03-23T20:54:38.956Z | info: running `cargo check --bins` on clickhouse-cluster-dev (214/267) |
| 3985 | 2026-03-23T20:54:39.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-03-23T20:54:39.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-03-23T20:54:39.958Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3988 | 2026-03-23T20:54:39.963Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3989 | 2026-03-23T20:54:40.722Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3990 | 2026-03-23T20:54:41.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
| 3991 | 2026-03-23T20:54:41.472Z | |
| 3992 | 2026-03-23T20:54:41.472Z | info: running `cargo check --bins` on ch-dev (215/267) |
| 3993 | 2026-03-23T20:54:42.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-03-23T20:54:42.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-03-23T20:54:42.494Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3996 | 2026-03-23T20:54:43.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 3997 | 2026-03-23T20:54:43.651Z | |
| 3998 | 2026-03-23T20:54:43.651Z | info: running `cargo check --bins` on dev-tools-common (216/267) |
| 3999 | 2026-03-23T20:54:44.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-03-23T20:54:44.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-03-23T20:54:44.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-03-23T20:54:44.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4003 | 2026-03-23T20:54:44.281Z | |
| 4004 | 2026-03-23T20:54:44.281Z | info: running `cargo check --bins` on crdb-seed (217/267) |
| 4005 | 2026-03-23T20:54:45.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-03-23T20:54:45.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-03-23T20:54:45.279Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4008 | 2026-03-23T20:54:45.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4009 | 2026-03-23T20:54:46.054Z | |
| 4010 | 2026-03-23T20:54:46.054Z | info: running `cargo check --bins` on db-dev (218/267) |
| 4011 | 2026-03-23T20:54:46.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-03-23T20:54:46.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-03-23T20:54:47.049Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4014 | 2026-03-23T20:54:47.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
| 4015 | 2026-03-23T20:54:48.241Z | |
| 4016 | 2026-03-23T20:54:48.241Z | info: running `cargo check --bins` on omicron-dev-lib (219/267) |
| 4017 | 2026-03-23T20:54:48.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-03-23T20:54:49.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-03-23T20:54:49.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-03-23T20:54:49.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4021 | 2026-03-23T20:54:49.113Z | |
| 4022 | 2026-03-23T20:54:49.113Z | info: running `cargo check --bins` on xtask-downloader (220/267) |
| 4023 | 2026-03-23T20:54:49.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-03-23T20:54:49.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-03-23T20:54:49.957Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4026 | 2026-03-23T20:54:50.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4027 | 2026-03-23T20:54:51.077Z | |
| 4028 | 2026-03-23T20:54:51.077Z | info: running `cargo check --bins` on omicron-dropshot-apis (221/267) |
| 4029 | 2026-03-23T20:54:51.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-03-23T20:54:51.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-03-23T20:54:52.114Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4032 | 2026-03-23T20:54:52.114Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4033 | 2026-03-23T20:54:52.119Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4034 | 2026-03-23T20:54:52.258Z | Checking git-stub v1.0.0 |
| 4035 | 2026-03-23T20:54:52.272Z | Compiling trait-variant v0.1.2 |
| 4036 | 2026-03-23T20:54:52.294Z | Checking is_ci v1.2.0 |
| 4037 | 2026-03-23T20:54:52.298Z | Checking maplit v1.0.2 |
| 4038 | 2026-03-23T20:54:52.317Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4039 | 2026-03-23T20:54:52.430Z | Checking supports-color v3.0.2 |
| 4040 | 2026-03-23T20:54:52.430Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4041 | 2026-03-23T20:54:52.496Z | Checking git-stub-vcs v0.1.0 |
| 4042 | 2026-03-23T20:54:52.538Z | Checking drift v0.1.3 |
| 4043 | 2026-03-23T20:54:52.601Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4044 | 2026-03-23T20:54:52.643Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4045 | 2026-03-23T20:54:52.745Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4046 | 2026-03-23T20:54:52.884Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4047 | 2026-03-23T20:54:52.909Z | Checking dropshot-api-manager v0.6.0 |
| 4048 | 2026-03-23T20:54:52.947Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4049 | 2026-03-23T20:54:52.967Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4050 | 2026-03-23T20:54:53.208Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4051 | 2026-03-23T20:54:53.276Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4052 | 2026-03-23T20:54:53.496Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 4053 | 2026-03-23T20:54:53.988Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4054 | 2026-03-23T20:55:00.811Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4055 | 2026-03-23T20:55:02.193Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4056 | 2026-03-23T20:55:02.970Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4057 | 2026-03-23T20:55:03.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s |
| 4058 | 2026-03-23T20:55:03.735Z | |
| 4059 | 2026-03-23T20:55:03.735Z | info: running `cargo check --bins` on installinator-api (222/267) |
| 4060 | 2026-03-23T20:55:04.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-03-23T20:55:04.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-03-23T20:55:04.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-03-23T20:55:04.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4064 | 2026-03-23T20:55:04.547Z | |
| 4065 | 2026-03-23T20:55:04.548Z | info: running `cargo check --bins` on nexus-external-api (223/267) |
| 4066 | 2026-03-23T20:55:05.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-03-23T20:55:05.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-03-23T20:55:05.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-03-23T20:55:05.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4070 | 2026-03-23T20:55:05.410Z | |
| 4071 | 2026-03-23T20:55:05.410Z | info: running `cargo check --bins` on nexus-internal-api (224/267) |
| 4072 | 2026-03-23T20:55:06.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-03-23T20:55:06.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-03-23T20:55:06.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-03-23T20:55:06.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4076 | 2026-03-23T20:55:06.272Z | |
| 4077 | 2026-03-23T20:55:06.272Z | info: running `cargo check --bins` on nexus-lockstep-api (225/267) |
| 4078 | 2026-03-23T20:55:07.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-03-23T20:55:07.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-03-23T20:55:07.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-03-23T20:55:07.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4082 | 2026-03-23T20:55:07.134Z | |
| 4083 | 2026-03-23T20:55:07.134Z | info: running `cargo check --bins` on ntp-admin-api (226/267) |
| 4084 | 2026-03-23T20:55:07.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-03-23T20:55:07.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-03-23T20:55:07.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-03-23T20:55:07.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4088 | 2026-03-23T20:55:07.950Z | |
| 4089 | 2026-03-23T20:55:07.950Z | info: running `cargo check --bins` on ntp-admin-types-versions (227/267) |
| 4090 | 2026-03-23T20:55:08.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-03-23T20:55:08.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-03-23T20:55:08.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-03-23T20:55:08.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4094 | 2026-03-23T20:55:08.736Z | |
| 4095 | 2026-03-23T20:55:08.736Z | info: running `cargo check --bins` on wicketd-api (228/267) |
| 4096 | 2026-03-23T20:55:09.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-03-23T20:55:09.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-03-23T20:55:09.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-03-23T20:55:09.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 4100 | 2026-03-23T20:55:09.574Z | |
| 4101 | 2026-03-23T20:55:09.574Z | info: running `cargo check --bins` on omicron-ls-apis (229/267) |
| 4102 | 2026-03-23T20:55:10.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-03-23T20:55:10.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-03-23T20:55:10.412Z | Checking erased-serde v0.4.9 |
| 4105 | 2026-03-23T20:55:10.540Z | Checking ordered-float v2.10.1 |
| 4106 | 2026-03-23T20:55:10.562Z | Checking unicode-xid v0.2.6 |
| 4107 | 2026-03-23T20:55:10.612Z | Checking cargo-platform v0.2.0 |
| 4108 | 2026-03-23T20:55:10.826Z | Checking serde-value v0.7.0 |
| 4109 | 2026-03-23T20:55:11.007Z | Checking serde-untagged v0.1.9 |
| 4110 | 2026-03-23T20:55:11.201Z | Checking cargo-util-schemas v0.8.2 |
| 4111 | 2026-03-23T20:55:12.198Z | Checking cargo_metadata v0.21.0 |
| 4112 | 2026-03-23T20:55:13.059Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4113 | 2026-03-23T20:55:13.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
| 4114 | 2026-03-23T20:55:14.193Z | |
| 4115 | 2026-03-23T20:55:14.193Z | info: running `cargo check --bins` on mgs-dev (230/267) |
| 4116 | 2026-03-23T20:55:14.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-03-23T20:55:14.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-03-23T20:55:15.225Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4119 | 2026-03-23T20:55:15.995Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4120 | 2026-03-23T20:55:16.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 4121 | 2026-03-23T20:55:16.863Z | |
| 4122 | 2026-03-23T20:55:16.863Z | info: running `cargo check --bins` on omicron-omdb (231/267) |
| 4123 | 2026-03-23T20:55:17.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4124 | 2026-03-23T20:55:17.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4125 | 2026-03-23T20:55:18.068Z | Compiling vergen-gitcl v1.0.8 |
| 4126 | 2026-03-23T20:55:18.068Z | Compiling dirs-sys-next v0.1.2 |
| 4127 | 2026-03-23T20:55:18.072Z | Compiling crunchy v0.2.4 |
| 4128 | 2026-03-23T20:55:18.072Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4129 | 2026-03-23T20:55:18.072Z | Compiling diesel_derives v2.3.7 |
| 4130 | 2026-03-23T20:55:18.072Z | Compiling glob v0.3.3 |
| 4131 | 2026-03-23T20:55:18.072Z | Compiling dsl_auto_type v0.2.0 |
| 4132 | 2026-03-23T20:55:18.073Z | Checking scheduled-thread-pool v0.2.7 |
| 4133 | 2026-03-23T20:55:18.453Z | Compiling dirs-next v2.0.0 |
| 4134 | 2026-03-23T20:55:18.546Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4135 | 2026-03-23T20:55:18.586Z | Compiling tiny-keccak v2.0.2 |
| 4136 | 2026-03-23T20:55:18.606Z | Compiling term v0.7.0 |
| 4137 | 2026-03-23T20:55:18.754Z | Compiling clang-sys v1.8.1 |
| 4138 | 2026-03-23T20:55:18.782Z | Checking r2d2 v0.8.10 |
| 4139 | 2026-03-23T20:55:18.815Z | Checking downcast-rs v2.0.2 |
| 4140 | 2026-03-23T20:55:18.864Z | Compiling bit-vec v0.6.3 |
| 4141 | 2026-03-23T20:55:19.023Z | Compiling ascii-canvas v3.0.0 |
| 4142 | 2026-03-23T20:55:19.149Z | Compiling bit-set v0.5.3 |
| 4143 | 2026-03-23T20:55:19.236Z | Compiling itertools v0.10.5 |
| 4144 | 2026-03-23T20:55:19.342Z | Compiling ena v0.14.4 |
| 4145 | 2026-03-23T20:55:19.362Z | Compiling libloading v0.8.9 |
| 4146 | 2026-03-23T20:55:19.382Z | Compiling bindgen v0.71.1 |
| 4147 | 2026-03-23T20:55:19.401Z | Compiling diff v0.1.13 |
| 4148 | 2026-03-23T20:55:19.484Z | Compiling regex-syntax v0.6.29 |
| 4149 | 2026-03-23T20:55:19.633Z | Compiling cexpr v0.6.0 |
| 4150 | 2026-03-23T20:55:19.747Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4151 | 2026-03-23T20:55:19.932Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4152 | 2026-03-23T20:55:20.014Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4153 | 2026-03-23T20:55:20.121Z | Compiling libxml v0.3.3 |
| 4154 | 2026-03-23T20:55:20.400Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4155 | 2026-03-23T20:55:20.643Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4156 | 2026-03-23T20:55:20.688Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4157 | 2026-03-23T20:55:20.795Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4158 | 2026-03-23T20:55:20.817Z | Compiling strum_macros v0.24.3 |
| 4159 | 2026-03-23T20:55:20.918Z | Compiling indoc v1.0.9 |
| 4160 | 2026-03-23T20:55:21.484Z | Compiling lalrpop v0.19.12 |
| 4161 | 2026-03-23T20:55:22.365Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4162 | 2026-03-23T20:55:22.418Z | Checking derive_builder v0.20.2 |
| 4163 | 2026-03-23T20:55:22.563Z | Compiling oso-derive v0.27.3 |
| 4164 | 2026-03-23T20:55:22.602Z | Checking quick-xml v0.37.5 |
| 4165 | 2026-03-23T20:55:22.627Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4166 | 2026-03-23T20:55:23.193Z | Checking openssl-probe v0.1.6 |
| 4167 | 2026-03-23T20:55:23.399Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4168 | 2026-03-23T20:55:23.878Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4169 | 2026-03-23T20:55:24.119Z | Checking bb8 v0.8.6 |
| 4170 | 2026-03-23T20:55:24.420Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4171 | 2026-03-23T20:55:24.488Z | Checking nonempty v0.12.0 |
| 4172 | 2026-03-23T20:55:24.684Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4173 | 2026-03-23T20:55:24.705Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4174 | 2026-03-23T20:55:24.825Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4175 | 2026-03-23T20:55:24.969Z | Checking support-bundle-viewer v0.1.2 |
| 4176 | 2026-03-23T20:55:24.988Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4177 | 2026-03-23T20:55:25.144Z | Checking multimap v0.10.1 |
| 4178 | 2026-03-23T20:55:26.242Z | Checking diesel v2.3.7 |
| 4179 | 2026-03-23T20:55:28.002Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4180 | 2026-03-23T20:55:29.188Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4181 | 2026-03-23T20:55:29.222Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4182 | 2026-03-23T20:55:29.608Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4183 | 2026-03-23T20:55:29.847Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4184 | 2026-03-23T20:55:30.272Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4185 | 2026-03-23T20:55:31.485Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4186 | 2026-03-23T20:55:32.387Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4187 | 2026-03-23T20:55:34.997Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4188 | 2026-03-23T20:55:39.278Z | Compiling samael v0.0.19 |
| 4189 | 2026-03-23T20:55:46.944Z | Checking async-bb8-diesel v0.2.1 |
| 4190 | 2026-03-23T20:55:46.998Z | Checking diesel-dtrace v0.5.0 |
| 4191 | 2026-03-23T20:55:48.609Z | Compiling polar-core v0.27.3 |
| 4192 | 2026-03-23T20:55:54.453Z | Checking oso v0.27.3 |
| 4193 | 2026-03-23T20:56:48.612Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4194 | 2026-03-23T20:57:35.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 4195 | 2026-03-23T20:57:35.342Z | |
| 4196 | 2026-03-23T20:57:35.342Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267) |
| 4197 | 2026-03-23T20:57:36.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4198 | 2026-03-23T20:57:36.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4199 | 2026-03-23T20:57:36.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4200 | 2026-03-23T20:57:36.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4201 | 2026-03-23T20:57:36.238Z | |
| 4202 | 2026-03-23T20:57:36.238Z | info: running `cargo check --bins` on nexus-saga-recovery (233/267) |
| 4203 | 2026-03-23T20:57:37.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-03-23T20:57:37.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-03-23T20:57:37.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4206 | 2026-03-23T20:57:38.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4207 | 2026-03-23T20:57:38.014Z | |
| 4208 | 2026-03-23T20:57:38.014Z | info: running `cargo check --bins` on nexus-test-utils-macros (234/267) |
| 4209 | 2026-03-23T20:57:38.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4210 | 2026-03-23T20:57:38.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4211 | 2026-03-23T20:57:38.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4212 | 2026-03-23T20:57:38.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4213 | 2026-03-23T20:57:38.014Z | |
| 4214 | 2026-03-23T20:57:38.014Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (235/267) |
| 4215 | 2026-03-23T20:57:38.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-03-23T20:57:38.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-03-23T20:57:39.128Z | Compiling libz-sys v1.1.24 |
| 4218 | 2026-03-23T20:57:39.284Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4219 | 2026-03-23T20:57:39.302Z | Compiling vergen-git2 v1.0.7 |
| 4220 | 2026-03-23T20:57:39.319Z | Compiling rustls v0.21.12 |
| 4221 | 2026-03-23T20:57:39.337Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4222 | 2026-03-23T20:57:39.356Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4223 | 2026-03-23T20:57:39.359Z | Checking rustls-webpki v0.101.7 |
| 4224 | 2026-03-23T20:57:39.359Z | Checking sct v0.7.1 |
| 4225 | 2026-03-23T20:57:39.564Z | Compiling nix v0.29.0 |
| 4226 | 2026-03-23T20:57:39.607Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4227 | 2026-03-23T20:57:39.610Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4228 | 2026-03-23T20:57:39.646Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4229 | 2026-03-23T20:57:39.802Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4230 | 2026-03-23T20:57:39.974Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4231 | 2026-03-23T20:57:39.996Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4232 | 2026-03-23T20:57:40.051Z | Checking rustls-pemfile v1.0.4 |
| 4233 | 2026-03-23T20:57:40.218Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4234 | 2026-03-23T20:57:40.389Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4235 | 2026-03-23T20:57:40.549Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4236 | 2026-03-23T20:57:40.619Z | Checking twox-hash v2.1.2 |
| 4237 | 2026-03-23T20:57:40.710Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4238 | 2026-03-23T20:57:41.542Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4239 | 2026-03-23T20:57:41.563Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4240 | 2026-03-23T20:57:41.586Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4241 | 2026-03-23T20:57:41.607Z | Checking tokio-rustls v0.24.1 |
| 4242 | 2026-03-23T20:57:41.857Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4243 | 2026-03-23T20:57:42.039Z | Checking fatfs v0.3.6 |
| 4244 | 2026-03-23T20:57:42.371Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4245 | 2026-03-23T20:57:42.393Z | Compiling seq-macro v0.3.6 |
| 4246 | 2026-03-23T20:57:47.463Z | Compiling git2 v0.20.4 |
| 4247 | 2026-03-23T20:57:48.477Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4248 | 2026-03-23T20:57:48.640Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4249 | 2026-03-23T20:57:50.721Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4250 | 2026-03-23T20:58:58.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 4251 | 2026-03-23T20:58:58.819Z | |
| 4252 | 2026-03-23T20:58:58.819Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267) |
| 4253 | 2026-03-23T20:58:59.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4254 | 2026-03-23T20:58:59.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4255 | 2026-03-23T20:59:00.073Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4256 | 2026-03-23T20:59:59.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4257 | 2026-03-23T20:59:59.398Z | |
| 4258 | 2026-03-23T20:59:59.398Z | info: running `cargo check --bins` on nexus-background-task-interface (237/267) |
| 4259 | 2026-03-23T21:00:00.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4260 | 2026-03-23T21:00:00.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4261 | 2026-03-23T21:00:00.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4262 | 2026-03-23T21:00:00.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4263 | 2026-03-23T21:00:00.204Z | |
| 4264 | 2026-03-23T21:00:00.204Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (238/267) |
| 4265 | 2026-03-23T21:00:00.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-03-23T21:00:00.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-03-23T21:00:00.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4268 | 2026-03-23T21:00:00.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4269 | 2026-03-23T21:00:01.093Z | |
| 4270 | 2026-03-23T21:00:01.093Z | info: running `cargo check --bins` on nexus-mgs-updates (239/267) |
| 4271 | 2026-03-23T21:00:01.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-03-23T21:00:01.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-03-23T21:00:01.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4274 | 2026-03-23T21:00:01.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4275 | 2026-03-23T21:00:01.954Z | |
| 4276 | 2026-03-23T21:00:01.954Z | info: running `cargo check --bins` on nexus-networking (240/267) |
| 4277 | 2026-03-23T21:00:02.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-03-23T21:00:02.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-03-23T21:00:02.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4280 | 2026-03-23T21:00:02.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4281 | 2026-03-23T21:00:02.830Z | |
| 4282 | 2026-03-23T21:00:02.830Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (241/267) |
| 4283 | 2026-03-23T21:00:03.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-03-23T21:00:03.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-03-23T21:00:03.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4286 | 2026-03-23T21:00:03.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4287 | 2026-03-23T21:00:03.708Z | |
| 4288 | 2026-03-23T21:00:03.708Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267) |
| 4289 | 2026-03-23T21:00:04.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4290 | 2026-03-23T21:00:04.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4291 | 2026-03-23T21:00:04.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4292 | 2026-03-23T21:00:04.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 4293 | 2026-03-23T21:00:04.586Z | |
| 4294 | 2026-03-23T21:00:04.586Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/267) |
| 4295 | 2026-03-23T21:00:05.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4296 | 2026-03-23T21:00:05.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4297 | 2026-03-23T21:00:05.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4298 | 2026-03-23T21:00:05.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 4299 | 2026-03-23T21:00:05.449Z | |
| 4300 | 2026-03-23T21:00:05.449Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267) |
| 4301 | 2026-03-23T21:00:06.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-03-23T21:00:06.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-03-23T21:00:06.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4304 | 2026-03-23T21:00:06.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4305 | 2026-03-23T21:00:06.340Z | |
| 4306 | 2026-03-23T21:00:06.340Z | info: running `cargo check --bins` on omicron-dev (245/267) |
| 4307 | 2026-03-23T21:00:07.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4308 | 2026-03-23T21:00:07.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4309 | 2026-03-23T21:00:07.591Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4310 | 2026-03-23T21:00:07.595Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4311 | 2026-03-23T21:00:07.781Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4312 | 2026-03-23T21:00:07.808Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4313 | 2026-03-23T21:00:07.812Z | Checking diff v0.1.13 |
| 4314 | 2026-03-23T21:00:07.827Z | Checking yansi v1.0.1 |
| 4315 | 2026-03-23T21:00:07.830Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4316 | 2026-03-23T21:00:07.868Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4317 | 2026-03-23T21:00:07.993Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4318 | 2026-03-23T21:00:08.194Z | Checking pretty_assertions v1.4.1 |
| 4319 | 2026-03-23T21:00:09.031Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4320 | 2026-03-23T21:00:41.628Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4321 | 2026-03-23T21:00:41.631Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4322 | 2026-03-23T21:00:41.631Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4323 | 2026-03-23T21:00:41.631Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4324 | 2026-03-23T21:00:41.631Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4325 | 2026-03-23T21:00:41.631Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4326 | 2026-03-23T21:00:42.594Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4327 | 2026-03-23T21:00:43.985Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4328 | 2026-03-23T21:01:43.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4329 | 2026-03-23T21:01:43.733Z | |
| 4330 | 2026-03-23T21:01:43.733Z | info: running `cargo check --bins` on omicron-pins (246/267) |
| 4331 | 2026-03-23T21:01:44.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4332 | 2026-03-23T21:01:44.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4333 | 2026-03-23T21:01:44.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4334 | 2026-03-23T21:01:44.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4335 | 2026-03-23T21:01:44.522Z | |
| 4336 | 2026-03-23T21:01:44.522Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267) |
| 4337 | 2026-03-23T21:01:45.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4338 | 2026-03-23T21:01:45.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4339 | 2026-03-23T21:01:45.586Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4340 | 2026-03-23T21:01:45.734Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4341 | 2026-03-23T21:01:45.737Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4342 | 2026-03-23T21:02:22.614Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4343 | 2026-03-23T21:02:23.082Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4344 | 2026-03-23T21:02:25.413Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4345 | 2026-03-23T21:02:25.963Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4346 | 2026-03-23T21:02:30.031Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4347 | 2026-03-23T21:03:01.837Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4348 | 2026-03-23T21:03:02.634Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4349 | 2026-03-23T21:03:04.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 4350 | 2026-03-23T21:03:04.970Z | |
| 4351 | 2026-03-23T21:03:04.970Z | info: running `cargo check --bins` on reconfigurator-sp-updater (248/267) |
| 4352 | 2026-03-23T21:03:05.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4353 | 2026-03-23T21:03:05.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4354 | 2026-03-23T21:03:05.959Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4355 | 2026-03-23T21:03:06.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4356 | 2026-03-23T21:03:07.079Z | |
| 4357 | 2026-03-23T21:03:07.080Z | info: running `cargo check --bins` on omicron-releng (249/267) |
| 4358 | 2026-03-23T21:03:07.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4359 | 2026-03-23T21:03:07.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4360 | 2026-03-23T21:03:07.986Z | Compiling blake3 v1.8.3 |
| 4361 | 2026-03-23T21:03:08.120Z | Checking constant_time_eq v0.4.2 |
| 4362 | 2026-03-23T21:03:08.123Z | Checking arrayref v0.3.9 |
| 4363 | 2026-03-23T21:03:08.123Z | Checking arrayvec v0.7.6 |
| 4364 | 2026-03-23T21:03:08.160Z | Checking topological-sort v0.2.2 |
| 4365 | 2026-03-23T21:03:08.164Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4366 | 2026-03-23T21:03:08.164Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4367 | 2026-03-23T21:03:08.164Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4368 | 2026-03-23T21:03:08.225Z | Checking shell-words v1.1.1 |
| 4369 | 2026-03-23T21:03:09.163Z | Checking omicron-zone-package v0.12.2 |
| 4370 | 2026-03-23T21:03:10.146Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4371 | 2026-03-23T21:03:11.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 4372 | 2026-03-23T21:03:11.461Z | |
| 4373 | 2026-03-23T21:03:11.461Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (250/267) |
| 4374 | 2026-03-23T21:03:12.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4375 | 2026-03-23T21:03:12.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4376 | 2026-03-23T21:03:12.359Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4377 | 2026-03-23T21:03:12.752Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4378 | 2026-03-23T21:03:13.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 4379 | 2026-03-23T21:03:13.487Z | |
| 4380 | 2026-03-23T21:03:13.487Z | info: running `cargo check --bins` on xtask (251/267) |
| 4381 | 2026-03-23T21:03:14.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-03-23T21:03:14.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-03-23T21:03:14.115Z | Checking libc v0.2.180 |
| 4384 | 2026-03-23T21:03:14.213Z | Checking serde v1.0.228 |
| 4385 | 2026-03-23T21:03:14.225Z | Checking zerofrom v0.1.6 |
| 4386 | 2026-03-23T21:03:14.233Z | Checking bitflags v2.11.0 |
| 4387 | 2026-03-23T21:03:14.242Z | Checking hashbrown v0.16.1 |
| 4388 | 2026-03-23T21:03:14.253Z | Checking smallvec v1.15.1 |
| 4389 | 2026-03-23T21:03:14.269Z | Checking serde_json v1.0.149 |
| 4390 | 2026-03-23T21:03:14.272Z | Checking scroll v0.12.0 |
| 4391 | 2026-03-23T21:03:14.359Z | Checking yoke v0.8.1 |
| 4392 | 2026-03-23T21:03:14.427Z | Checking num-traits v0.2.19 |
| 4393 | 2026-03-23T21:03:14.486Z | Checking thiserror v1.0.69 |
| 4394 | 2026-03-23T21:03:14.577Z | Checking zerovec v0.11.5 |
| 4395 | 2026-03-23T21:03:14.577Z | Checking zerotrie v0.2.3 |
| 4396 | 2026-03-23T21:03:14.606Z | Checking percent-encoding v2.3.2 |
| 4397 | 2026-03-23T21:03:14.628Z | Checking errno v0.3.14 |
| 4398 | 2026-03-23T21:03:14.772Z | Checking rustix v1.1.3 |
| 4399 | 2026-03-23T21:03:14.787Z | Checking toml_datetime v0.6.11 |
| 4400 | 2026-03-23T21:03:14.787Z | Checking serde_spanned v0.6.9 |
| 4401 | 2026-03-23T21:03:14.851Z | Checking indexmap v2.13.0 |
| 4402 | 2026-03-23T21:03:14.894Z | Checking log v0.4.29 |
| 4403 | 2026-03-23T21:03:14.945Z | Checking zerocopy v0.7.35 |
| 4404 | 2026-03-23T21:03:15.037Z | Checking form_urlencoded v1.2.2 |
| 4405 | 2026-03-23T21:03:15.086Z | Checking goblin v0.8.2 |
| 4406 | 2026-03-23T21:03:15.138Z | Checking getrandom v0.4.1 |
| 4407 | 2026-03-23T21:03:15.194Z | Checking tinystr v0.8.2 |
| 4408 | 2026-03-23T21:03:15.207Z | Checking potential_utf v0.1.4 |
| 4409 | 2026-03-23T21:03:15.223Z | Checking ordered-float v2.10.1 |
| 4410 | 2026-03-23T21:03:15.298Z | Checking thiserror v2.0.18 |
| 4411 | 2026-03-23T21:03:15.366Z | Checking icu_collections v2.1.1 |
| 4412 | 2026-03-23T21:03:15.422Z | Checking syn v2.0.117 |
| 4413 | 2026-03-23T21:03:15.426Z | Checking icu_locale_core v2.1.1 |
| 4414 | 2026-03-23T21:03:15.529Z | Checking serde-value v0.7.0 |
| 4415 | 2026-03-23T21:03:15.608Z | Checking toml_edit v0.22.27 |
| 4416 | 2026-03-23T21:03:15.645Z | Checking dtrace-parser v0.2.0 |
| 4417 | 2026-03-23T21:03:15.802Z | Checking thread-id v4.2.2 |
| 4418 | 2026-03-23T21:03:15.810Z | Checking once_cell v1.21.3 |
| 4419 | 2026-03-23T21:03:15.880Z | Checking cargo-platform v0.2.0 |
| 4420 | 2026-03-23T21:03:15.951Z | Checking terminal_size v0.4.3 |
| 4421 | 2026-03-23T21:03:15.965Z | Checking memmap v0.7.0 |
| 4422 | 2026-03-23T21:03:16.025Z | Checking tempfile v3.25.0 |
| 4423 | 2026-03-23T21:03:16.104Z | Checking fs-err v3.3.0 |
| 4424 | 2026-03-23T21:03:16.120Z | Checking clap_builder v4.5.60 |
| 4425 | 2026-03-23T21:03:16.144Z | Checking textwrap v0.16.2 |
| 4426 | 2026-03-23T21:03:16.203Z | Checking icu_provider v2.1.1 |
| 4427 | 2026-03-23T21:03:16.282Z | Checking camino-tempfile v1.4.1 |
| 4428 | 2026-03-23T21:03:16.340Z | Checking tabled v0.15.0 |
| 4429 | 2026-03-23T21:03:16.417Z | Checking anyhow v1.0.102 |
| 4430 | 2026-03-23T21:03:16.483Z | Checking macaddr v1.0.1 |
| 4431 | 2026-03-23T21:03:16.514Z | Checking icu_properties v2.1.2 |
| 4432 | 2026-03-23T21:03:16.675Z | Checking icu_normalizer v2.1.1 |
| 4433 | 2026-03-23T21:03:16.727Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4434 | 2026-03-23T21:03:17.129Z | Checking toml v0.8.23 |
| 4435 | 2026-03-23T21:03:17.562Z | Checking cargo_toml v0.21.0 |
| 4436 | 2026-03-23T21:03:17.664Z | Checking idna_adapter v1.2.1 |
| 4437 | 2026-03-23T21:03:17.689Z | Checking dof v0.3.0 |
| 4438 | 2026-03-23T21:03:17.741Z | Checking clap v4.5.60 |
| 4439 | 2026-03-23T21:03:17.810Z | Checking idna v1.1.0 |
| 4440 | 2026-03-23T21:03:18.043Z | Checking usdt-impl v0.5.0 |
| 4441 | 2026-03-23T21:03:18.097Z | Checking url v2.5.8 |
| 4442 | 2026-03-23T21:03:18.380Z | Checking usdt v0.5.0 |
| 4443 | 2026-03-23T21:03:18.572Z | Checking cargo-util-schemas v0.8.2 |
| 4444 | 2026-03-23T21:03:19.570Z | Checking cargo_metadata v0.21.0 |
| 4445 | 2026-03-23T21:03:20.443Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4446 | 2026-03-23T21:03:21.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s |
| 4447 | 2026-03-23T21:03:21.170Z | |
| 4448 | 2026-03-23T21:03:21.171Z | info: running `cargo check --bins` on end-to-end-tests (252/267) |
| 4449 | 2026-03-23T21:03:21.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-03-23T21:03:21.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-03-23T21:03:22.347Z | Checking polyval v0.6.2 |
| 4452 | 2026-03-23T21:03:22.460Z | Checking ctr v0.9.2 |
| 4453 | 2026-03-23T21:03:22.470Z | Checking ssh-encoding v0.2.0 |
| 4454 | 2026-03-23T21:03:22.470Z | Checking blowfish v0.9.1 |
| 4455 | 2026-03-23T21:03:22.499Z | Checking password-hash v0.4.2 |
| 4456 | 2026-03-23T21:03:22.521Z | Checking p256 v0.13.2 |
| 4457 | 2026-03-23T21:03:22.524Z | Checking p521 v0.13.3 |
| 4458 | 2026-03-23T21:03:22.559Z | Checking russh-cryptovec v0.7.3 |
| 4459 | 2026-03-23T21:03:22.621Z | Checking ghash v0.5.1 |
| 4460 | 2026-03-23T21:03:22.639Z | Checking md5 v0.7.0 |
| 4461 | 2026-03-23T21:03:22.665Z | Checking bcrypt-pbkdf v0.10.0 |
| 4462 | 2026-03-23T21:03:22.707Z | Checking num-bigint v0.4.6 |
| 4463 | 2026-03-23T21:03:22.731Z | Checking des v0.8.1 |
| 4464 | 2026-03-23T21:03:22.765Z | Checking aes-gcm v0.10.3 |
| 4465 | 2026-03-23T21:03:22.790Z | Checking pbkdf2 v0.11.0 |
| 4466 | 2026-03-23T21:03:22.844Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4467 | 2026-03-23T21:03:22.863Z | Checking hex-literal v0.4.1 |
| 4468 | 2026-03-23T21:03:22.883Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4469 | 2026-03-23T21:03:22.913Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4470 | 2026-03-23T21:03:22.950Z | Checking ssh-cipher v0.2.0 |
| 4471 | 2026-03-23T21:03:22.986Z | Checking socket2 v0.5.10 |
| 4472 | 2026-03-23T21:03:23.003Z | Checking internet-checksum v0.2.1 |
| 4473 | 2026-03-23T21:03:23.161Z | Checking ssh-key v0.6.7 |
| 4474 | 2026-03-23T21:03:23.358Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4475 | 2026-03-23T21:03:24.042Z | Checking russh-keys v0.45.0 |
| 4476 | 2026-03-23T21:03:24.808Z | Checking russh v0.45.0 |
| 4477 | 2026-03-23T21:03:46.732Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4478 | 2026-03-23T21:03:48.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.09s |
| 4479 | 2026-03-23T21:03:48.536Z | |
| 4480 | 2026-03-23T21:03:48.536Z | info: running `cargo check --bins` on gateway-cli (253/267) |
| 4481 | 2026-03-23T21:03:49.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4482 | 2026-03-23T21:03:49.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4483 | 2026-03-23T21:03:49.446Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4484 | 2026-03-23T21:03:49.564Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4485 | 2026-03-23T21:03:49.571Z | Checking termios v0.3.3 |
| 4486 | 2026-03-23T21:03:51.259Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4487 | 2026-03-23T21:03:51.439Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4488 | 2026-03-23T21:03:54.119Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4489 | 2026-03-23T21:03:54.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 4490 | 2026-03-23T21:03:55.100Z | |
| 4491 | 2026-03-23T21:03:55.100Z | info: running `cargo check --bins --no-default-features` on installinator (254/267) |
| 4492 | 2026-03-23T21:03:55.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4493 | 2026-03-23T21:03:55.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4494 | 2026-03-23T21:03:56.069Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4495 | 2026-03-23T21:03:56.214Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4496 | 2026-03-23T21:03:56.225Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4497 | 2026-03-23T21:03:56.232Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4498 | 2026-03-23T21:03:56.253Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4499 | 2026-03-23T21:03:56.504Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4500 | 2026-03-23T21:03:56.504Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4501 | 2026-03-23T21:03:57.447Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4502 | 2026-03-23T21:03:57.710Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4503 | 2026-03-23T21:03:57.713Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4504 | 2026-03-23T21:03:58.582Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4505 | 2026-03-23T21:04:00.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
| 4506 | 2026-03-23T21:04:00.915Z | |
| 4507 | 2026-03-23T21:04:00.916Z | info: running `cargo check --bins` on internal-dns-cli (255/267) |
| 4508 | 2026-03-23T21:04:01.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-03-23T21:04:01.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-03-23T21:04:01.797Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4511 | 2026-03-23T21:04:02.370Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4512 | 2026-03-23T21:04:02.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4513 | 2026-03-23T21:04:03.010Z | |
| 4514 | 2026-03-23T21:04:03.010Z | info: running `cargo check --bins` on omicron-live-tests (256/267) |
| 4515 | 2026-03-23T21:04:03.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-03-23T21:04:03.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-03-23T21:04:03.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-03-23T21:04:03.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4519 | 2026-03-23T21:04:03.808Z | |
| 4520 | 2026-03-23T21:04:03.808Z | info: running `cargo check --bins` on live-tests-macros (257/267) |
| 4521 | 2026-03-23T21:04:04.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-03-23T21:04:04.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-03-23T21:04:04.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4524 | 2026-03-23T21:04:04.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4525 | 2026-03-23T21:04:04.608Z | |
| 4526 | 2026-03-23T21:04:04.608Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267) |
| 4527 | 2026-03-23T21:04:05.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-03-23T21:04:05.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-03-23T21:04:05.652Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4530 | 2026-03-23T21:04:06.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4531 | 2026-03-23T21:04:06.607Z | |
| 4532 | 2026-03-23T21:04:06.607Z | info: running `cargo check --bins` on omicron-ntp-admin (259/267) |
| 4533 | 2026-03-23T21:04:07.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-03-23T21:04:07.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-03-23T21:04:07.503Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4536 | 2026-03-23T21:04:07.507Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4537 | 2026-03-23T21:04:07.816Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4538 | 2026-03-23T21:04:07.820Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4539 | 2026-03-23T21:04:08.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4540 | 2026-03-23T21:04:09.025Z | |
| 4541 | 2026-03-23T21:04:09.025Z | info: running `cargo check --bins` on ntp-admin-types (260/267) |
| 4542 | 2026-03-23T21:04:09.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-03-23T21:04:09.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-03-23T21:04:09.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4545 | 2026-03-23T21:04:09.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4546 | 2026-03-23T21:04:09.827Z | |
| 4547 | 2026-03-23T21:04:09.827Z | info: running `cargo check --bins` on omicron-package (261/267) |
| 4548 | 2026-03-23T21:04:10.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-03-23T21:04:10.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-03-23T21:04:10.748Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4551 | 2026-03-23T21:04:12.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s |
| 4552 | 2026-03-23T21:04:12.388Z | |
| 4553 | 2026-03-23T21:04:12.388Z | info: running `cargo check --bins` on tqdb (262/267) |
| 4554 | 2026-03-23T21:04:13.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4555 | 2026-03-23T21:04:13.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4556 | 2026-03-23T21:04:13.471Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4557 | 2026-03-23T21:04:13.917Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4558 | 2026-03-23T21:04:14.633Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4559 | 2026-03-23T21:04:14.638Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4560 | 2026-03-23T21:04:21.312Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4561 | 2026-03-23T21:04:22.230Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4562 | 2026-03-23T21:04:22.233Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4563 | 2026-03-23T21:04:22.233Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4564 | 2026-03-23T21:04:22.233Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4565 | 2026-03-23T21:04:23.245Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4566 | 2026-03-23T21:04:32.778Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4567 | 2026-03-23T21:04:41.137Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4568 | 2026-03-23T21:04:41.140Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4569 | 2026-03-23T21:04:41.140Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4570 | 2026-03-23T21:04:41.140Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4571 | 2026-03-23T21:04:43.075Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4572 | 2026-03-23T21:04:44.865Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4573 | 2026-03-23T21:04:45.742Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4574 | 2026-03-23T21:04:47.441Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4575 | 2026-03-23T21:04:48.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s |
| 4576 | 2026-03-23T21:04:48.367Z | |
| 4577 | 2026-03-23T21:04:48.368Z | info: running `cargo check --bins` on wicket-dbg (263/267) |
| 4578 | 2026-03-23T21:04:49.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4579 | 2026-03-23T21:04:49.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4580 | 2026-03-23T21:04:49.342Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4581 | 2026-03-23T21:04:49.480Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4582 | 2026-03-23T21:04:49.499Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4583 | 2026-03-23T21:04:49.538Z | Checking rtoolbox v0.0.3 |
| 4584 | 2026-03-23T21:04:49.542Z | Checking tui-tree-widget v0.23.1 |
| 4585 | 2026-03-23T21:04:49.709Z | Checking rpassword v7.4.0 |
| 4586 | 2026-03-23T21:04:49.799Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4587 | 2026-03-23T21:04:50.770Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4588 | 2026-03-23T21:04:57.417Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4589 | 2026-03-23T21:04:58.340Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4590 | 2026-03-23T21:04:59.733Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4591 | 2026-03-23T21:05:04.022Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4592 | 2026-03-23T21:05:06.555Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4593 | 2026-03-23T21:05:07.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s |
| 4594 | 2026-03-23T21:05:07.947Z | |
| 4595 | 2026-03-23T21:05:07.947Z | info: running `cargo check --bins` on wicket (264/267) |
| 4596 | 2026-03-23T21:05:08.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4597 | 2026-03-23T21:05:08.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4598 | 2026-03-23T21:05:08.888Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4599 | 2026-03-23T21:05:09.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4600 | 2026-03-23T21:05:09.587Z | |
| 4601 | 2026-03-23T21:05:09.588Z | info: running `cargo check --bins` on wicketd (265/267) |
| 4602 | 2026-03-23T21:05:10.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4603 | 2026-03-23T21:05:10.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4604 | 2026-03-23T21:05:10.588Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4605 | 2026-03-23T21:05:10.602Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4606 | 2026-03-23T21:05:10.725Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4607 | 2026-03-23T21:05:10.746Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4608 | 2026-03-23T21:05:12.155Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4609 | 2026-03-23T21:05:12.931Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4610 | 2026-03-23T21:05:17.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s |
| 4611 | 2026-03-23T21:05:17.269Z | |
| 4612 | 2026-03-23T21:05:17.269Z | info: running `cargo check --bins` on omicron-workspace-hack (266/267) |
| 4613 | 2026-03-23T21:05:17.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-03-23T21:05:17.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-03-23T21:05:17.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4616 | 2026-03-23T21:05:17.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 4617 | 2026-03-23T21:05:18.063Z | |
| 4618 | 2026-03-23T21:05:18.063Z | info: running `cargo check --bins` on zone-setup (267/267) |
| 4619 | 2026-03-23T21:05:18.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4620 | 2026-03-23T21:05:18.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4621 | 2026-03-23T21:05:18.982Z | Checking uzers v0.12.2 |
| 4622 | 2026-03-23T21:05:19.328Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4623 | 2026-03-23T21:05:20.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4624 | 2026-03-23T21:05:20.545Z | |
| 4625 | 2026-03-23T21:05:20.551Z | real 19:15.503850636 |
| 4626 | 2026-03-23T21:05:20.551Z | user 28:36.940088843 |
| 4627 | 2026-03-23T21:05:20.551Z | sys 5:19.806507618 |
| 4628 | 2026-03-23T21:05:20.551Z | trap 0.484851628 |
| 4629 | 2026-03-23T21:05:20.551Z | tflt 0.303890683 |
| 4630 | 2026-03-23T21:05:20.551Z | dflt 0.729665729 |
| 4631 | 2026-03-23T21:05:20.551Z | kflt 0.000887589 |
| 4632 | 2026-03-23T21:05:20.551Z | lock 1:45:37.801577156 |
| 4633 | 2026-03-23T21:05:20.551Z | slp 2:14:21.927524343 |
| 4634 | 2026-03-23T21:05:20.551Z | lat 1:23.557780811 |
| 4635 | 2026-03-23T21:05:20.551Z | stop 5:21.075223519 |
| 4636 | 2026-03-23T21:05:20.551Z | process exited: duration 1402030 ms, exit code 0 |
| |
| 4637 | 2026-03-23T21:05:20.563Z | found 0 output files |