|
|
|
| 1 | 2026-05-28T23:29:26.753Z | job assigned to worker 01KSREPEVVWK4THGPTWV39WE2K [factory aws, i-09aceba19ca552850] (queued for 45 s) |
| |
| 2 | 2026-05-28T23:29:33.506Z | starting task 0: "setup" |
| 3 | 2026-05-28T23:29:33.514Z | ++ uname -s |
| 4 | 2026-05-28T23:29:33.517Z | + kern=SunOS |
| 5 | 2026-05-28T23:29:33.517Z | + build_user=build |
| 6 | 2026-05-28T23:29:33.517Z | + build_uid=12345 |
| 7 | 2026-05-28T23:29:33.517Z | + work_dir=/work |
| 8 | 2026-05-28T23:29:33.517Z | + input_dir=/input |
| 9 | 2026-05-28T23:29:33.517Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T23:29:33.517Z | + case "$kern" in |
| 11 | 2026-05-28T23:29:33.517Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T23:29:33.518Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T23:29:35.524Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T23:29:35.599Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T23:29:35.605Z | + home_fs=zfs |
| 16 | 2026-05-28T23:29:35.605Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T23:29:35.605Z | + mkdir -p /home/build |
| 18 | 2026-05-28T23:29:35.606Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T23:29:37.602Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T23:29:37.605Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-05-28T23:29:37.612Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T23:29:37.616Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T23:29:37.616Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-28T23:29:37.616Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-28T23:29:37.616Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T23:29:37.616Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-28T23:29:37.616Z | * rust toolchain profile = "default" |
| 28 | 2026-05-28T23:29:37.619Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T23:29:37.619Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T23:29:37.720Z | info: downloading installer |
| 31 | 2026-05-28T23:29:39.009Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T23:29:39.009Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T23:29:39.009Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T23:29:39.009Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T23:29:39.023Z | info: profile set to default |
| 36 | 2026-05-28T23:29:39.023Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T23:29:39.026Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T23:29:39.164Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T23:29:39.168Z | info: downloading 6 components |
| 40 | 2026-05-28T23:29:53.154Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T23:29:53.154Z | |
| 42 | 2026-05-28T23:29:53.198Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T23:29:53.198Z | |
| 44 | 2026-05-28T23:29:53.199Z | |
| 45 | 2026-05-28T23:29:53.199Z | Rust is installed now. Great! |
| 46 | 2026-05-28T23:29:53.199Z | |
| 47 | 2026-05-28T23:29:53.199Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T23:29:53.199Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T23:29:53.199Z | |
| 50 | 2026-05-28T23:29:53.199Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T23:29:53.199Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T23:29:53.199Z | |
| 53 | 2026-05-28T23:29:53.199Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T23:29:53.202Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T23:29:53.202Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T23:29:53.202Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T23:29:53.202Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T23:29:53.202Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T23:29:53.202Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T23:29:53.202Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T23:29:53.202Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T23:29:53.285Z | + rustup --version |
| 63 | 2026-05-28T23:29:53.294Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T23:29:53.297Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T23:29:53.316Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T23:29:53.319Z | + cargo --version |
| 67 | 2026-05-28T23:29:53.330Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T23:29:53.333Z | + rustc --version |
| 69 | 2026-05-28T23:29:53.351Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T23:29:53.355Z | process exited: duration 15741 ms, exit code 0 |
| |
| 71 | 2026-05-28T23:29:53.362Z | starting task 2: "authentication" |
| 72 | 2026-05-28T23:29:53.379Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T23:29:53.385Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T23:29:53.389Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T23:29:53.392Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T23:29:53.428Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T23:30:03.643Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T23:30:03.643Z | + git fetch origin 8093199093f9544c5d8a428681ad6fd0b2e0dfdc |
| 79 | 2026-05-28T23:30:03.950Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T23:30:03.950Z | * branch 8093199093f9544c5d8a428681ad6fd0b2e0dfdc -> FETCH_HEAD |
| 81 | 2026-05-28T23:30:03.959Z | + [[ -n sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]] |
| 82 | 2026-05-28T23:30:03.963Z | ++ git branch --show-current |
| 83 | 2026-05-28T23:30:03.963Z | + current=main |
| 84 | 2026-05-28T23:30:03.963Z | + [[ main != sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]] |
| 85 | 2026-05-28T23:30:03.963Z | + git branch -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent 8093199093f9544c5d8a428681ad6fd0b2e0dfdc |
| 86 | 2026-05-28T23:30:03.966Z | + git checkout -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent |
| 87 | 2026-05-28T23:30:04.197Z | Switched to branch 'sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent' |
| 88 | 2026-05-28T23:30:04.200Z | + git reset --hard 8093199093f9544c5d8a428681ad6fd0b2e0dfdc |
| 89 | 2026-05-28T23:30:04.213Z | HEAD is now at 809319909 rustfmt |
| 90 | 2026-05-28T23:30:04.216Z | process exited: duration 10828 ms, exit code 0 |
| |
| 91 | 2026-05-28T23:30:04.222Z | starting task 4: "build" |
| 92 | 2026-05-28T23:30:04.226Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-28T23:30:04.229Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-28T23:30:04.229Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-28T23:30:04.229Z | + cargo --version |
| 96 | 2026-05-28T23:30:04.236Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-28T23:30:04.240Z | + rustc --version |
| 98 | 2026-05-28T23:30:04.259Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-28T23:30:04.262Z | + source ./env.sh |
| 100 | 2026-05-28T23:30:04.262Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-28T23:30:04.262Z | ++ set -o xtrace |
| 102 | 2026-05-28T23:30:04.265Z | ++++ dirname ./env.sh |
| 103 | 2026-05-28T23:30:04.276Z | +++ readlink -f . |
| 104 | 2026-05-28T23:30:04.280Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-28T23:30:04.280Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-28T23:30:04.280Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-28T23:30:04.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-28T23:30:04.283Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-28T23:30:04.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-28T23:30:04.283Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-28T23:30:04.283Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-28T23:30:04.283Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-28T23:30:04.283Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-28T23:30:04.283Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-28T23:30:04.283Z | + 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 |
| 116 | 2026-05-28T23:30:04.283Z | + 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 |
| 117 | 2026-05-28T23:30:04.284Z | + banner prerequisites |
| 118 | 2026-05-28T23:30:04.284Z | |
| 119 | 2026-05-28T23:30:04.284Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-28T23:30:04.284Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-28T23:30:04.284Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-28T23:30:04.284Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-28T23:30:04.284Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-28T23:30:04.284Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-28T23:30:04.284Z | |
| 126 | 2026-05-28T23:30:04.284Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-28T23:30:05.888Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-28T23:30:05.957Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-28T23:30:06.216Z | Planning: Solver setup ... Done (0.224s) |
| 130 | 2026-05-28T23:30:06.234Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-28T23:30:06.240Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-28T23:30:06.250Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-28T23:30:06.271Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-28T23:30:06.284Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-28T23:30:06.287Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-28T23:30:06.472Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 137 | 2026-05-28T23:30:06.475Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-28T23:30:07.208Z | Planning: Evaluating mediators ... Done (0.735s) |
| 139 | 2026-05-28T23:30:07.212Z | Planning: Planning completed in 1.23 seconds |
| 140 | 2026-05-28T23:30:07.216Z | Packages to install: 2 |
| 141 | 2026-05-28T23:30:07.216Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-28T23:30:07.219Z | Estimated space to be consumed: 22.53 MB |
| 143 | 2026-05-28T23:30:07.219Z | Create boot environment: No |
| 144 | 2026-05-28T23:30:07.220Z | Create backup boot environment: No |
| 145 | 2026-05-28T23:30:07.220Z | Rebuild boot archive: No |
| 146 | 2026-05-28T23:30:07.220Z | |
| 147 | 2026-05-28T23:30:07.220Z | Changed packages: |
| 148 | 2026-05-28T23:30:07.220Z | helios |
| 149 | 2026-05-28T23:30:07.220Z | developer/build-essential |
| 150 | 2026-05-28T23:30:07.220Z | None -> 11-3.0 |
| 151 | 2026-05-28T23:30:07.220Z | library/libxmlsec1 |
| 152 | 2026-05-28T23:30:07.220Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-28T23:30:07.240Z | |
| 154 | 2026-05-28T23:30:07.240Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-28T23:30:08.422Z | Download: Completed 1.28 MB in 1.18 seconds (1.1M/s) |
| 156 | 2026-05-28T23:30:08.494Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-28T23:30:08.536Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-28T23:30:08.567Z | Finalize: Updating package state database ... Done (0.034s) |
| 159 | 2026-05-28T23:30:08.570Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-28T23:30:08.585Z | Finalize: Updating image state ... Done (0.018s) |
| 161 | 2026-05-28T23:30:10.977Z | Finalize: Creating fast lookup database ... Done (2.369s) |
| 162 | 2026-05-28T23:30:11.048Z | Finalize: Reading search index ... Done (0.013s) |
| 163 | 2026-05-28T23:30:11.051Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-28T23:30:11.126Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-28T23:30:11.425Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-28T23:30:11.529Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-28T23:30:11.532Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-28T23:30:11.688Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-28T23:30:11.692Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-28T23:30:11.713Z | Mediators to change: 2 |
| 171 | 2026-05-28T23:30:11.713Z | Create boot environment: No |
| 172 | 2026-05-28T23:30:11.717Z | Create backup boot environment: No |
| 173 | 2026-05-28T23:30:11.763Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-28T23:30:11.763Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-28T23:30:11.773Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-28T23:30:13.708Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-28T23:30:13.771Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-28T23:30:13.774Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-28T23:30:13.911Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-28T23:30:14.195Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-28T23:30:14.300Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-28T23:30:14.303Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-28T23:30:14.458Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-28T23:30:14.462Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-28T23:30:14.484Z | Mediators to change: 1 |
| 186 | 2026-05-28T23:30:14.484Z | Create boot environment: No |
| 187 | 2026-05-28T23:30:14.484Z | Create backup boot environment: No |
| 188 | 2026-05-28T23:30:14.533Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-28T23:30:14.533Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-28T23:30:14.543Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-28T23:30:16.481Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-28T23:30:16.544Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-28T23:30:16.547Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-28T23:30:16.623Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-28T23:30:16.938Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-28T23:30:16.938Z | apache system 2.4 system |
| 197 | 2026-05-28T23:30:16.938Z | clang system 15 system |
| 198 | 2026-05-28T23:30:16.938Z | csh system system illumos |
| 199 | 2026-05-28T23:30:16.938Z | ctags system system illumos |
| 200 | 2026-05-28T23:30:16.938Z | file vendor vendor darwinsys |
| 201 | 2026-05-28T23:30:16.938Z | file system system illumos |
| 202 | 2026-05-28T23:30:16.938Z | gcc vendor 14 vendor |
| 203 | 2026-05-28T23:30:16.938Z | gcc system 13 system |
| 204 | 2026-05-28T23:30:16.938Z | gcc system 10 system |
| 205 | 2026-05-28T23:30:16.938Z | go system 1.25 system |
| 206 | 2026-05-28T23:30:16.938Z | llvm system 15 system |
| 207 | 2026-05-28T23:30:16.938Z | mariadb system 11.4 system |
| 208 | 2026-05-28T23:30:16.938Z | mta vendor vendor dma |
| 209 | 2026-05-28T23:30:16.938Z | openjdk system 17 system |
| 210 | 2026-05-28T23:30:16.938Z | openjdk system 11 system |
| 211 | 2026-05-28T23:30:16.938Z | openssl vendor 3 vendor |
| 212 | 2026-05-28T23:30:16.938Z | perl system 5.40 system |
| 213 | 2026-05-28T23:30:16.938Z | postgresql system 18 system |
| 214 | 2026-05-28T23:30:16.938Z | postgresql system 17 system |
| 215 | 2026-05-28T23:30:16.938Z | python vendor 3 vendor |
| 216 | 2026-05-28T23:30:16.938Z | python system 2 system |
| 217 | 2026-05-28T23:30:16.938Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-28T23:30:16.938Z | ruby system 3.4 system |
| 219 | 2026-05-28T23:30:16.938Z | ruby system 3.0 system |
| 220 | 2026-05-28T23:30:16.938Z | words vendor vendor american-english |
| 221 | 2026-05-28T23:30:16.938Z | words system system australian-english |
| 222 | 2026-05-28T23:30:16.938Z | words system system british-english |
| 223 | 2026-05-28T23:30:16.938Z | words system system canadian-english |
| 224 | 2026-05-28T23:30:16.938Z | words system system french |
| 225 | 2026-05-28T23:30:16.938Z | words system system italian |
| 226 | 2026-05-28T23:30:16.938Z | words system system ngerman |
| 227 | 2026-05-28T23:30:16.938Z | words system system ogerman |
| 228 | 2026-05-28T23:30:16.938Z | words system system spanish |
| 229 | 2026-05-28T23:30:17.194Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-28T23:30:17.194Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-28T23:30:17.470Z | FMRI IFO |
| 232 | 2026-05-28T23:30:17.470Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-28T23:30:17.470Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-28T23:30:17.470Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-28T23:30:17.470Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-28T23:30:17.470Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-28T23:30:17.470Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-28T23:30:17.470Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-28T23:30:17.470Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-28T23:30:17.470Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-28T23:30:17.716Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-28T23:30:17.983Z | Updating crates.io index |
| 243 | 2026-05-28T23:30:17.986Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-28T23:30:18.254Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-28T23:30:19.059Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-28T23:30:19.460Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-28T23:30:20.557Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-28T23:30:21.070Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-28T23:30:22.580Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-28T23:30:23.282Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-28T23:30:23.704Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-28T23:30:24.476Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-28T23:30:24.865Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-28T23:30:25.295Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-28T23:30:25.606Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-28T23:30:26.667Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-28T23:30:27.157Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-28T23:30:27.398Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-28T23:30:27.688Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-28T23:30:27.994Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-28T23:30:28.380Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-28T23:30:28.746Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-28T23:30:29.011Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-28T23:30:29.286Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-28T23:30:29.655Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-28T23:30:30.067Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-05-28T23:30:30.479Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-05-28T23:30:30.873Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-05-28T23:30:31.417Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-05-28T23:30:31.732Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-05-28T23:30:32.012Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-05-28T23:30:33.136Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-28T23:30:33.878Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-28T23:30:34.136Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-28T23:30:34.472Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-28T23:30:34.770Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-28T23:30:35.094Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 278 | 2026-05-28T23:30:35.393Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-28T23:30:35.815Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-28T23:30:36.112Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-28T23:30:36.402Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 282 | 2026-05-28T23:30:36.707Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 283 | 2026-05-28T23:30:48.526Z | Downloading crates ... |
| 284 | 2026-05-28T23:30:48.575Z | Downloaded dof v0.3.0 |
| 285 | 2026-05-28T23:30:48.579Z | Downloaded clap_lex v1.0.0 |
| 286 | 2026-05-28T23:30:48.584Z | Downloaded errno v0.3.14 |
| 287 | 2026-05-28T23:30:48.588Z | Downloaded yoke v0.8.1 |
| 288 | 2026-05-28T23:30:48.592Z | Downloaded goblin v0.8.2 |
| 289 | 2026-05-28T23:30:48.595Z | Downloaded toml_write v0.1.2 |
| 290 | 2026-05-28T23:30:48.598Z | Downloaded fnv v1.0.7 |
| 291 | 2026-05-28T23:30:48.598Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-05-28T23:30:48.598Z | Downloaded crypto-common v0.1.7 |
| 293 | 2026-05-28T23:30:48.602Z | Downloaded usdt v0.5.0 |
| 294 | 2026-05-28T23:30:48.602Z | Downloaded yoke-derive v0.8.1 |
| 295 | 2026-05-28T23:30:48.602Z | Downloaded zerofrom-derive v0.1.6 |
| 296 | 2026-05-28T23:30:48.602Z | Downloaded writeable v0.6.2 |
| 297 | 2026-05-28T23:30:48.602Z | Downloaded unicode-xid v0.2.6 |
| 298 | 2026-05-28T23:30:48.605Z | Downloaded typeid v1.0.3 |
| 299 | 2026-05-28T23:30:48.605Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-05-28T23:30:48.605Z | Downloaded anstyle v1.0.13 |
| 301 | 2026-05-28T23:30:48.605Z | Downloaded clap v4.5.60 |
| 302 | 2026-05-28T23:30:48.609Z | Downloaded zerocopy v0.7.35 |
| 303 | 2026-05-28T23:30:48.618Z | Downloaded zerofrom v0.1.6 |
| 304 | 2026-05-28T23:30:48.621Z | Downloaded clap_builder v4.5.60 |
| 305 | 2026-05-28T23:30:48.624Z | Downloaded unicode-ident v1.0.24 |
| 306 | 2026-05-28T23:30:48.624Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-05-28T23:30:48.624Z | Downloaded textwrap v0.16.2 |
| 308 | 2026-05-28T23:30:48.628Z | Downloaded once_cell v1.21.3 |
| 309 | 2026-05-28T23:30:48.628Z | Downloaded heck v0.4.1 |
| 310 | 2026-05-28T23:30:48.628Z | Downloaded thiserror v1.0.69 |
| 311 | 2026-05-28T23:30:48.631Z | Downloaded macaddr v1.0.1 |
| 312 | 2026-05-28T23:30:48.634Z | Downloaded smawk v0.3.2 |
| 313 | 2026-05-28T23:30:48.634Z | Downloaded form_urlencoded v1.2.2 |
| 314 | 2026-05-28T23:30:48.634Z | Downloaded digest v0.10.7 |
| 315 | 2026-05-28T23:30:48.634Z | Downloaded clap_derive v4.5.55 |
| 316 | 2026-05-28T23:30:48.637Z | Downloaded utf8parse v0.2.2 |
| 317 | 2026-05-28T23:30:48.638Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-05-28T23:30:48.638Z | Downloaded fastrand v2.3.0 |
| 319 | 2026-05-28T23:30:48.638Z | Downloaded byteorder v1.5.0 |
| 320 | 2026-05-28T23:30:48.638Z | Downloaded bitflags v2.11.0 |
| 321 | 2026-05-28T23:30:48.641Z | Downloaded tinystr v0.8.2 |
| 322 | 2026-05-28T23:30:48.641Z | Downloaded cargo_toml v0.21.0 |
| 323 | 2026-05-28T23:30:48.641Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2026-05-28T23:30:48.644Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-05-28T23:30:48.644Z | Downloaded serde-value v0.7.0 |
| 326 | 2026-05-28T23:30:48.644Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2026-05-28T23:30:48.644Z | Downloaded serde_spanned v0.6.9 |
| 328 | 2026-05-28T23:30:48.648Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-05-28T23:30:48.648Z | Downloaded cargo-platform v0.2.0 |
| 330 | 2026-05-28T23:30:48.648Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-05-28T23:30:48.648Z | Downloaded semver v1.0.28 |
| 332 | 2026-05-28T23:30:48.648Z | Downloaded version_check v0.9.5 |
| 333 | 2026-05-28T23:30:48.651Z | Downloaded displaydoc v0.2.5 |
| 334 | 2026-05-28T23:30:48.651Z | Downloaded zerovec-derive v0.11.2 |
| 335 | 2026-05-28T23:30:48.651Z | Downloaded anstream v0.6.21 |
| 336 | 2026-05-28T23:30:48.655Z | Downloaded utf8_iter v1.0.4 |
| 337 | 2026-05-28T23:30:48.655Z | Downloaded swrite v0.1.0 |
| 338 | 2026-05-28T23:30:48.655Z | Downloaded fs-err v3.3.0 |
| 339 | 2026-05-28T23:30:48.655Z | Downloaded anstyle-query v1.1.5 |
| 340 | 2026-05-28T23:30:48.658Z | Downloaded dtrace-parser v0.2.0 |
| 341 | 2026-05-28T23:30:48.658Z | Downloaded thread-id v4.2.2 |
| 342 | 2026-05-28T23:30:48.658Z | Downloaded colorchoice v1.0.4 |
| 343 | 2026-05-28T23:30:48.658Z | Downloaded erased-serde v0.4.9 |
| 344 | 2026-05-28T23:30:48.658Z | Downloaded thiserror-impl v2.0.18 |
| 345 | 2026-05-28T23:30:48.661Z | Downloaded papergrid v0.11.0 |
| 346 | 2026-05-28T23:30:48.665Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2026-05-28T23:30:48.665Z | Downloaded zmij v1.0.21 |
| 348 | 2026-05-28T23:30:48.665Z | Downloaded thiserror v2.0.18 |
| 349 | 2026-05-28T23:30:48.668Z | Downloaded stable_deref_trait v1.2.1 |
| 350 | 2026-05-28T23:30:48.668Z | Downloaded scroll_derive v0.12.1 |
| 351 | 2026-05-28T23:30:48.668Z | Downloaded potential_utf v0.1.4 |
| 352 | 2026-05-28T23:30:48.671Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-05-28T23:30:48.671Z | Downloaded zerocopy-derive v0.7.35 |
| 354 | 2026-05-28T23:30:48.674Z | Downloaded toml_edit v0.22.27 |
| 355 | 2026-05-28T23:30:48.675Z | Downloaded proc-macro-error-attr v1.0.4 |
| 356 | 2026-05-28T23:30:48.678Z | Downloaded cfg-if v1.0.4 |
| 357 | 2026-05-28T23:30:48.678Z | Downloaded toml v0.8.23 |
| 358 | 2026-05-28T23:30:48.678Z | Downloaded ordered-float v2.10.1 |
| 359 | 2026-05-28T23:30:48.678Z | Downloaded zerotrie v0.2.3 |
| 360 | 2026-05-28T23:30:48.681Z | Downloaded memmap v0.7.0 |
| 361 | 2026-05-28T23:30:48.681Z | Downloaded plain v0.2.3 |
| 362 | 2026-05-28T23:30:48.681Z | Downloaded percent-encoding v2.3.2 |
| 363 | 2026-05-28T23:30:48.684Z | Downloaded block-buffer v0.10.4 |
| 364 | 2026-05-28T23:30:48.684Z | Downloaded url v2.5.8 |
| 365 | 2026-05-28T23:30:48.684Z | Downloaded terminal_size v0.4.3 |
| 366 | 2026-05-28T23:30:48.684Z | Downloaded itoa v1.0.17 |
| 367 | 2026-05-28T23:30:48.687Z | Downloaded anyhow v1.0.102 |
| 368 | 2026-05-28T23:30:48.687Z | Downloaded strsim v0.11.1 |
| 369 | 2026-05-28T23:30:48.687Z | Downloaded typenum v1.19.0 |
| 370 | 2026-05-28T23:30:48.691Z | Downloaded pretty-hex v0.4.1 |
| 371 | 2026-05-28T23:30:48.691Z | Downloaded tabled_derive v0.7.0 |
| 372 | 2026-05-28T23:30:48.691Z | Downloaded generic-array v0.14.7 |
| 373 | 2026-05-28T23:30:48.694Z | Downloaded idna_adapter v1.2.1 |
| 374 | 2026-05-28T23:30:48.694Z | Downloaded heck v0.5.0 |
| 375 | 2026-05-28T23:30:48.702Z | Downloaded zerovec v0.11.5 |
| 376 | 2026-05-28T23:30:48.706Z | Downloaded winnow v0.7.14 |
| 377 | 2026-05-28T23:30:48.711Z | Downloaded unicode-width v0.1.14 |
| 378 | 2026-05-28T23:30:48.714Z | Downloaded quote v1.0.45 |
| 379 | 2026-05-28T23:30:48.718Z | Downloaded unicode-width v0.2.0 |
| 380 | 2026-05-28T23:30:48.721Z | Downloaded autocfg v1.5.0 |
| 381 | 2026-05-28T23:30:48.721Z | Downloaded anstyle-parse v0.2.7 |
| 382 | 2026-05-28T23:30:48.724Z | Downloaded synstructure v0.13.2 |
| 383 | 2026-05-28T23:30:48.729Z | Downloaded sha2 v0.10.9 |
| 384 | 2026-05-28T23:30:48.733Z | Downloaded serde_tokenstream v0.2.3 |
| 385 | 2026-05-28T23:30:48.733Z | Downloaded serde-untagged v0.1.9 |
| 386 | 2026-05-28T23:30:48.736Z | Downloaded scroll v0.12.0 |
| 387 | 2026-05-28T23:30:48.736Z | Downloaded camino-tempfile v1.4.1 |
| 388 | 2026-05-28T23:30:48.746Z | Downloaded litemap v0.8.1 |
| 389 | 2026-05-28T23:30:48.749Z | Downloaded cargo-util-schemas v0.8.2 |
| 390 | 2026-05-28T23:30:48.749Z | Downloaded proc-macro-error v1.0.4 |
| 391 | 2026-05-28T23:30:48.752Z | Downloaded tempfile v3.25.0 |
| 392 | 2026-05-28T23:30:48.756Z | Downloaded serde_core v1.0.228 |
| 393 | 2026-05-28T23:30:48.756Z | Downloaded serde v1.0.228 |
| 394 | 2026-05-28T23:30:48.759Z | Downloaded camino v1.2.2 |
| 395 | 2026-05-28T23:30:48.762Z | Downloaded smallvec v1.15.1 |
| 396 | 2026-05-28T23:30:48.765Z | Downloaded cargo_metadata v0.21.0 |
| 397 | 2026-05-28T23:30:48.772Z | Downloaded pest_generator v2.8.6 |
| 398 | 2026-05-28T23:30:48.775Z | Downloaded pest_derive v2.8.6 |
| 399 | 2026-05-28T23:30:48.778Z | Downloaded serde_derive v1.0.228 |
| 400 | 2026-05-28T23:30:48.781Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-05-28T23:30:48.784Z | Downloaded proc-macro2 v1.0.106 |
| 402 | 2026-05-28T23:30:48.788Z | Downloaded icu_provider v2.1.1 |
| 403 | 2026-05-28T23:30:48.791Z | Downloaded icu_properties v2.1.2 |
| 404 | 2026-05-28T23:30:48.795Z | Downloaded getrandom v0.4.1 |
| 405 | 2026-05-28T23:30:48.798Z | Downloaded log v0.4.29 |
| 406 | 2026-05-28T23:30:48.801Z | Downloaded memchr v2.8.0 |
| 407 | 2026-05-28T23:30:48.805Z | Downloaded pest_meta v2.8.6 |
| 408 | 2026-05-28T23:30:48.808Z | Downloaded icu_normalizer_data v2.1.1 |
| 409 | 2026-05-28T23:30:48.808Z | Downloaded icu_normalizer v2.1.1 |
| 410 | 2026-05-28T23:30:48.811Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-28T23:30:48.814Z | Downloaded icu_locale_core v2.1.1 |
| 412 | 2026-05-28T23:30:48.817Z | Downloaded icu_collections v2.1.1 |
| 413 | 2026-05-28T23:30:48.821Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-28T23:30:48.834Z | Downloaded indexmap v2.14.0 |
| 415 | 2026-05-28T23:30:48.843Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-05-28T23:30:48.850Z | Downloaded serde_json v1.0.149 |
| 417 | 2026-05-28T23:30:48.854Z | Downloaded icu_properties_data v2.1.2 |
| 418 | 2026-05-28T23:30:48.872Z | Downloaded tabled v0.15.0 |
| 419 | 2026-05-28T23:30:48.887Z | Downloaded syn v1.0.109 |
| 420 | 2026-05-28T23:30:48.897Z | Downloaded syn v2.0.117 |
| 421 | 2026-05-28T23:30:48.903Z | Downloaded rustix v1.1.3 |
| 422 | 2026-05-28T23:30:48.930Z | Downloaded libc v0.2.185 |
| 423 | 2026-05-28T23:30:48.998Z | Compiling proc-macro2 v1.0.106 |
| 424 | 2026-05-28T23:30:48.998Z | Compiling quote v1.0.45 |
| 425 | 2026-05-28T23:30:49.002Z | Compiling unicode-ident v1.0.24 |
| 426 | 2026-05-28T23:30:49.002Z | Compiling serde_core v1.0.228 |
| 427 | 2026-05-28T23:30:49.002Z | Compiling libc v0.2.185 |
| 428 | 2026-05-28T23:30:49.002Z | Compiling version_check v0.9.5 |
| 429 | 2026-05-28T23:30:49.002Z | Compiling serde v1.0.228 |
| 430 | 2026-05-28T23:30:49.002Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-05-28T23:30:49.307Z | Compiling memchr v2.8.0 |
| 432 | 2026-05-28T23:30:49.327Z | Compiling zmij v1.0.21 |
| 433 | 2026-05-28T23:30:49.521Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-28T23:30:49.886Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-28T23:30:49.933Z | Compiling autocfg v1.5.0 |
| 436 | 2026-05-28T23:30:49.936Z | Compiling thiserror v1.0.69 |
| 437 | 2026-05-28T23:30:50.067Z | Compiling pest v2.8.6 |
| 438 | 2026-05-28T23:30:50.098Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-28T23:30:50.168Z | Compiling writeable v0.6.2 |
| 440 | 2026-05-28T23:30:50.351Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-28T23:30:50.368Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-28T23:30:50.428Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-28T23:30:50.580Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-05-28T23:30:50.669Z | Compiling errno v0.3.14 |
| 445 | 2026-05-28T23:30:50.752Z | Compiling syn v2.0.117 |
| 446 | 2026-05-28T23:30:50.808Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-28T23:30:50.825Z | Compiling bitflags v2.11.0 |
| 448 | 2026-05-28T23:30:51.027Z | Compiling num-traits v0.2.19 |
| 449 | 2026-05-28T23:30:51.044Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-28T23:30:51.209Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-28T23:30:51.247Z | Compiling smallvec v1.15.1 |
| 452 | 2026-05-28T23:30:51.300Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-05-28T23:30:51.318Z | Compiling equivalent v1.0.2 |
| 454 | 2026-05-28T23:30:51.493Z | Compiling thread-id v4.2.2 |
| 455 | 2026-05-28T23:30:51.592Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-05-28T23:30:51.657Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-05-28T23:30:51.758Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-28T23:30:51.821Z | Compiling syn v1.0.109 |
| 459 | 2026-05-28T23:30:51.872Z | Compiling indexmap v2.14.0 |
| 460 | 2026-05-28T23:30:51.918Z | Compiling winnow v0.7.14 |
| 461 | 2026-05-28T23:30:52.106Z | Compiling toml_write v0.1.2 |
| 462 | 2026-05-28T23:30:52.425Z | Compiling proc-macro-error v1.0.4 |
| 463 | 2026-05-28T23:30:52.510Z | Compiling utf8parse v0.2.2 |
| 464 | 2026-05-28T23:30:52.616Z | Compiling log v0.4.29 |
| 465 | 2026-05-28T23:30:52.633Z | Compiling utf8_iter v1.0.4 |
| 466 | 2026-05-28T23:30:52.785Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-28T23:30:52.806Z | Compiling getrandom v0.4.1 |
| 468 | 2026-05-28T23:30:52.892Z | Compiling camino v1.2.2 |
| 469 | 2026-05-28T23:30:52.938Z | Compiling percent-encoding v2.3.2 |
| 470 | 2026-05-28T23:30:53.077Z | Compiling plain v0.2.3 |
| 471 | 2026-05-28T23:30:53.145Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-28T23:30:53.185Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-28T23:30:53.268Z | Compiling anstyle-parse v0.2.7 |
| 474 | 2026-05-28T23:30:53.349Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-28T23:30:53.418Z | Compiling synstructure v0.13.2 |
| 476 | 2026-05-28T23:30:53.445Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-05-28T23:30:53.485Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-28T23:30:53.620Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-05-28T23:30:53.688Z | Compiling anstyle v1.0.13 |
| 480 | 2026-05-28T23:30:53.721Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-05-28T23:30:53.740Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-05-28T23:30:53.760Z | Compiling cfg-if v1.0.4 |
| 483 | 2026-05-28T23:30:53.857Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-28T23:30:53.860Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-05-28T23:30:54.026Z | Compiling semver v1.0.28 |
| 486 | 2026-05-28T23:30:54.113Z | Compiling fs-err v3.3.0 |
| 487 | 2026-05-28T23:30:54.152Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-28T23:30:54.169Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-28T23:30:54.300Z | Compiling heck v0.4.1 |
| 490 | 2026-05-28T23:30:54.341Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-28T23:30:54.377Z | Compiling unicode-xid v0.2.6 |
| 492 | 2026-05-28T23:30:54.395Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-28T23:30:54.503Z | Compiling fastrand v2.3.0 |
| 494 | 2026-05-28T23:30:54.521Z | Compiling heck v0.5.0 |
| 495 | 2026-05-28T23:30:54.602Z | Compiling bytecount v0.6.9 |
| 496 | 2026-05-28T23:30:54.683Z | Compiling fnv v1.0.7 |
| 497 | 2026-05-28T23:30:54.741Z | Compiling unicode-width v0.1.14 |
| 498 | 2026-05-28T23:30:54.758Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-28T23:30:54.775Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-28T23:30:54.911Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-28T23:30:55.006Z | Compiling papergrid v0.11.0 |
| 502 | 2026-05-28T23:30:55.023Z | Compiling unicode-width v0.2.0 |
| 503 | 2026-05-28T23:30:55.093Z | Compiling unicode-linebreak v0.1.5 |
| 504 | 2026-05-28T23:30:55.114Z | Compiling serde_derive v1.0.228 |
| 505 | 2026-05-28T23:30:55.128Z | Compiling zerofrom-derive v0.1.6 |
| 506 | 2026-05-28T23:30:55.292Z | Compiling yoke-derive v0.8.1 |
| 507 | 2026-05-28T23:30:55.337Z | Compiling zerovec-derive v0.11.2 |
| 508 | 2026-05-28T23:30:55.353Z | Compiling displaydoc v0.2.5 |
| 509 | 2026-05-28T23:30:56.076Z | Compiling thiserror-impl v1.0.69 |
| 510 | 2026-05-28T23:30:56.401Z | Compiling zerocopy-derive v0.7.35 |
| 511 | 2026-05-28T23:30:56.419Z | Compiling pest_derive v2.8.6 |
| 512 | 2026-05-28T23:30:56.442Z | Compiling scroll_derive v0.12.1 |
| 513 | 2026-05-28T23:30:56.495Z | Compiling zerofrom v0.1.6 |
| 514 | 2026-05-28T23:30:56.661Z | Compiling yoke v0.8.1 |
| 515 | 2026-05-28T23:30:56.861Z | Compiling zerovec v0.11.5 |
| 516 | 2026-05-28T23:30:56.893Z | Compiling zerotrie v0.2.3 |
| 517 | 2026-05-28T23:30:57.101Z | Compiling scroll v0.12.0 |
| 518 | 2026-05-28T23:30:57.201Z | Compiling thiserror-impl v2.0.18 |
| 519 | 2026-05-28T23:30:57.342Z | Compiling tinystr v0.8.2 |
| 520 | 2026-05-28T23:30:57.371Z | Compiling potential_utf v0.1.4 |
| 521 | 2026-05-28T23:30:57.405Z | Compiling zerocopy v0.7.35 |
| 522 | 2026-05-28T23:30:57.480Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-05-28T23:30:57.547Z | Compiling icu_locale_core v2.1.1 |
| 524 | 2026-05-28T23:30:57.565Z | Compiling icu_collections v2.1.1 |
| 525 | 2026-05-28T23:30:57.827Z | Compiling goblin v0.8.2 |
| 526 | 2026-05-28T23:30:57.968Z | Compiling tabled_derive v0.7.0 |
| 527 | 2026-05-28T23:30:57.987Z | Compiling clap_derive v4.5.55 |
| 528 | 2026-05-28T23:30:58.049Z | Compiling smawk v0.3.2 |
| 529 | 2026-05-28T23:30:58.192Z | Compiling icu_provider v2.1.1 |
| 530 | 2026-05-28T23:30:58.435Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-05-28T23:30:58.485Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-05-28T23:30:58.540Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-28T23:30:58.580Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-05-28T23:30:58.734Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-28T23:30:58.756Z | Compiling dof v0.3.0 |
| 536 | 2026-05-28T23:30:58.802Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-05-28T23:30:58.964Z | Compiling serde-value v0.7.0 |
| 538 | 2026-05-28T23:30:58.982Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-05-28T23:30:59.138Z | Compiling tabled v0.15.0 |
| 540 | 2026-05-28T23:30:59.249Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-28T23:30:59.337Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-28T23:30:59.474Z | Compiling idna v1.1.0 |
| 543 | 2026-05-28T23:30:59.478Z | Compiling textwrap v0.16.2 |
| 544 | 2026-05-28T23:30:59.708Z | Compiling clap v4.5.60 |
| 545 | 2026-05-28T23:30:59.734Z | Compiling usdt-macro v0.5.0 |
| 546 | 2026-05-28T23:30:59.796Z | Compiling url v2.5.8 |
| 547 | 2026-05-28T23:30:59.913Z | Compiling usdt-attr-macro v0.5.0 |
| 548 | 2026-05-28T23:30:59.956Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-05-28T23:31:00.128Z | Compiling toml v0.8.23 |
| 550 | 2026-05-28T23:31:00.571Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-28T23:31:00.629Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-28T23:31:00.751Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-28T23:31:00.907Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-28T23:31:01.007Z | Compiling swrite v0.1.0 |
| 555 | 2026-05-28T23:31:01.489Z | Compiling cargo_metadata v0.21.0 |
| 556 | 2026-05-28T23:31:02.414Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 557 | 2026-05-28T23:31:04.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.92s |
| 558 | 2026-05-28T23:31:04.767Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 559 | 2026-05-28T23:31:05.290Z | Downloading crates ... |
| 560 | 2026-05-28T23:31:05.401Z | Downloaded cstr-argument v0.1.2 |
| 561 | 2026-05-28T23:31:05.404Z | Downloaded ahash v0.8.12 |
| 562 | 2026-05-28T23:31:05.404Z | Downloaded crunchy v0.2.4 |
| 563 | 2026-05-28T23:31:05.405Z | Downloaded crc8 v0.1.1 |
| 564 | 2026-05-28T23:31:05.408Z | Downloaded argon2 v0.5.3 |
| 565 | 2026-05-28T23:31:05.408Z | Downloaded async-recursion v1.1.1 |
| 566 | 2026-05-28T23:31:05.411Z | Downloaded crossbeam-utils v0.8.21 |
| 567 | 2026-05-28T23:31:05.415Z | Downloaded dirs-sys-next v0.1.2 |
| 568 | 2026-05-28T23:31:05.415Z | Downloaded crc32fast v1.5.0 |
| 569 | 2026-05-28T23:31:05.418Z | Downloaded darling_macro v0.13.4 |
| 570 | 2026-05-28T23:31:05.418Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 571 | 2026-05-28T23:31:05.421Z | Downloaded crucible-workspace-hack v0.1.0 |
| 572 | 2026-05-28T23:31:05.421Z | Downloaded bitfield-struct v0.6.2 |
| 573 | 2026-05-28T23:31:05.421Z | Downloaded bitfield-macros v0.19.4 |
| 574 | 2026-05-28T23:31:05.421Z | Downloaded array-init v0.0.4 |
| 575 | 2026-05-28T23:31:05.424Z | Downloaded adler2 v2.0.1 |
| 576 | 2026-05-28T23:31:05.424Z | Downloaded deranged v0.5.8 |
| 577 | 2026-05-28T23:31:05.427Z | Downloaded arrayref v0.3.9 |
| 578 | 2026-05-28T23:31:05.427Z | Downloaded darling_core v0.20.11 |
| 579 | 2026-05-28T23:31:05.430Z | Downloaded expectorate v1.2.0 |
| 580 | 2026-05-28T23:31:05.433Z | Downloaded derive_more-impl v2.1.1 |
| 581 | 2026-05-28T23:31:05.436Z | Downloaded compression-core v0.4.31 |
| 582 | 2026-05-28T23:31:05.439Z | Downloaded cfg_aliases v0.1.1 |
| 583 | 2026-05-28T23:31:05.439Z | Downloaded darling v0.13.4 |
| 584 | 2026-05-28T23:31:05.442Z | Downloaded base16ct v0.2.0 |
| 585 | 2026-05-28T23:31:05.442Z | Downloaded aead v0.5.2 |
| 586 | 2026-05-28T23:31:05.445Z | Downloaded cargo-platform v0.3.2 |
| 587 | 2026-05-28T23:31:05.448Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 588 | 2026-05-28T23:31:05.452Z | Downloaded embedded-io v0.4.0 |
| 589 | 2026-05-28T23:31:05.456Z | Downloaded cbc v0.1.2 |
| 590 | 2026-05-28T23:31:05.456Z | Downloaded dsl_auto_type v0.2.0 |
| 591 | 2026-05-28T23:31:05.459Z | Downloaded dropshot v0.17.0 |
| 592 | 2026-05-28T23:31:05.471Z | Downloaded funty v2.0.0 |
| 593 | 2026-05-28T23:31:05.474Z | Downloaded ascii-canvas v3.0.0 |
| 594 | 2026-05-28T23:31:05.474Z | Downloaded diff v0.1.13 |
| 595 | 2026-05-28T23:31:05.477Z | Downloaded defmt-parser v1.0.0 |
| 596 | 2026-05-28T23:31:05.478Z | Downloaded debug-ignore v1.0.5 |
| 597 | 2026-05-28T23:31:05.478Z | Downloaded ciborium-io v0.2.2 |
| 598 | 2026-05-28T23:31:05.478Z | Downloaded byte-wrapper v0.1.0 |
| 599 | 2026-05-28T23:31:05.481Z | Downloaded darling_macro v0.23.0 |
| 600 | 2026-05-28T23:31:05.481Z | Downloaded ciborium-ll v0.2.2 |
| 601 | 2026-05-28T23:31:05.481Z | Downloaded blowfish v0.9.1 |
| 602 | 2026-05-28T23:31:05.484Z | Downloaded bit-vec v0.6.3 |
| 603 | 2026-05-28T23:31:05.484Z | Downloaded buf-list v1.1.2 |
| 604 | 2026-05-28T23:31:05.488Z | Downloaded document-features v0.2.12 |
| 605 | 2026-05-28T23:31:05.488Z | Downloaded dyn-clone v1.0.20 |
| 606 | 2026-05-28T23:31:05.491Z | Downloaded const_format_proc_macros v0.2.34 |
| 607 | 2026-05-28T23:31:05.491Z | Downloaded fd-lock v4.0.4 |
| 608 | 2026-05-28T23:31:05.491Z | Downloaded arrayvec v0.7.6 |
| 609 | 2026-05-28T23:31:05.494Z | Downloaded downcast-rs v2.0.2 |
| 610 | 2026-05-28T23:31:05.494Z | Downloaded async-trait v0.1.89 |
| 611 | 2026-05-28T23:31:05.497Z | Downloaded cexpr v0.6.0 |
| 612 | 2026-05-28T23:31:05.497Z | Downloaded bitflags v1.3.2 |
| 613 | 2026-05-28T23:31:05.501Z | Downloaded csv-core v0.1.13 |
| 614 | 2026-05-28T23:31:05.504Z | Downloaded cobs v0.3.0 |
| 615 | 2026-05-28T23:31:05.504Z | Downloaded env_filter v1.0.0 |
| 616 | 2026-05-28T23:31:05.504Z | Downloaded atomicwrites v0.4.4 |
| 617 | 2026-05-28T23:31:05.507Z | Downloaded cipher v0.4.4 |
| 618 | 2026-05-28T23:31:05.507Z | Downloaded base64ct v1.8.3 |
| 619 | 2026-05-28T23:31:05.510Z | Downloaded block-padding v0.3.3 |
| 620 | 2026-05-28T23:31:05.510Z | Downloaded bit-set v0.5.3 |
| 621 | 2026-05-28T23:31:05.510Z | Downloaded difflib v0.4.0 |
| 622 | 2026-05-28T23:31:05.513Z | Downloaded dunce v1.0.5 |
| 623 | 2026-05-28T23:31:05.513Z | Downloaded dtrace-parser v0.3.0 |
| 624 | 2026-05-28T23:31:05.513Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 625 | 2026-05-28T23:31:05.513Z | Downloaded bb8 v0.8.6 |
| 626 | 2026-05-28T23:31:05.516Z | Downloaded float-cmp v0.10.0 |
| 627 | 2026-05-28T23:31:05.516Z | Downloaded crc v3.4.0 |
| 628 | 2026-05-28T23:31:05.516Z | Downloaded blake2 v0.10.6 |
| 629 | 2026-05-28T23:31:05.519Z | Downloaded foreign-types v0.5.0 |
| 630 | 2026-05-28T23:31:05.519Z | Downloaded derive_builder_macro v0.20.2 |
| 631 | 2026-05-28T23:31:05.519Z | Downloaded assert_matches v1.5.0 |
| 632 | 2026-05-28T23:31:05.522Z | Downloaded float-ord v0.3.2 |
| 633 | 2026-05-28T23:31:05.522Z | Downloaded bit-set v0.8.0 |
| 634 | 2026-05-28T23:31:05.525Z | Downloaded darling_macro v0.20.11 |
| 635 | 2026-05-28T23:31:05.525Z | Downloaded convert_case v0.10.0 |
| 636 | 2026-05-28T23:31:05.525Z | Downloaded constant_time_eq v0.4.2 |
| 637 | 2026-05-28T23:31:05.528Z | Downloaded atty v0.2.14 |
| 638 | 2026-05-28T23:31:05.528Z | Downloaded async-stream v0.3.6 |
| 639 | 2026-05-28T23:31:05.528Z | Downloaded futures-macro v0.3.32 |
| 640 | 2026-05-28T23:31:05.531Z | Downloaded futures-sink v0.3.32 |
| 641 | 2026-05-28T23:31:05.531Z | Downloaded convert_case v0.4.0 |
| 642 | 2026-05-28T23:31:05.531Z | Downloaded display-error-chain v0.2.2 |
| 643 | 2026-05-28T23:31:05.535Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 644 | 2026-05-28T23:31:05.535Z | Downloaded darling_macro v0.21.3 |
| 645 | 2026-05-28T23:31:05.535Z | Downloaded atomic-waker v1.1.2 |
| 646 | 2026-05-28T23:31:05.535Z | Downloaded flagset v0.4.7 |
| 647 | 2026-05-28T23:31:05.538Z | Downloaded defmt v0.3.100 |
| 648 | 2026-05-28T23:31:05.538Z | Downloaded fxhash v0.2.1 |
| 649 | 2026-05-28T23:31:05.538Z | Downloaded futures-io v0.3.32 |
| 650 | 2026-05-28T23:31:05.538Z | Downloaded foreign-types-shared v0.1.1 |
| 651 | 2026-05-28T23:31:05.541Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-05-28T23:31:05.541Z | Downloaded crc-catalog v2.4.0 |
| 653 | 2026-05-28T23:31:05.541Z | Downloaded foreign-types-shared v0.3.1 |
| 654 | 2026-05-28T23:31:05.544Z | Downloaded embedded-io v0.6.1 |
| 655 | 2026-05-28T23:31:05.544Z | Downloaded bcs v0.1.6 |
| 656 | 2026-05-28T23:31:05.544Z | Downloaded filetime v0.2.27 |
| 657 | 2026-05-28T23:31:05.547Z | Downloaded defmt-macros v1.0.1 |
| 658 | 2026-05-28T23:31:05.550Z | Downloaded enum-as-inner v0.6.1 |
| 659 | 2026-05-28T23:31:05.550Z | Downloaded endian-type v0.1.2 |
| 660 | 2026-05-28T23:31:05.550Z | Downloaded const-oid v0.9.6 |
| 661 | 2026-05-28T23:31:05.553Z | Downloaded foreign-types-macros v0.2.3 |
| 662 | 2026-05-28T23:31:05.553Z | Downloaded foreign-types v0.3.2 |
| 663 | 2026-05-28T23:31:05.553Z | Downloaded fixedbitset v0.4.2 |
| 664 | 2026-05-28T23:31:05.557Z | Downloaded dirs-next v2.0.0 |
| 665 | 2026-05-28T23:31:05.557Z | Downloaded gethostname v0.5.0 |
| 666 | 2026-05-28T23:31:05.558Z | Downloaded darling_core v0.13.4 |
| 667 | 2026-05-28T23:31:05.560Z | Downloaded diesel-dtrace v0.5.0 |
| 668 | 2026-05-28T23:31:05.561Z | Downloaded ciborium v0.2.2 |
| 669 | 2026-05-28T23:31:05.563Z | Downloaded daft-derive v0.1.7 |
| 670 | 2026-05-28T23:31:05.566Z | Downloaded futures-task v0.3.32 |
| 671 | 2026-05-28T23:31:05.566Z | Downloaded darling v0.23.0 |
| 672 | 2026-05-28T23:31:05.569Z | Downloaded ghash v0.5.1 |
| 673 | 2026-05-28T23:31:05.572Z | Downloaded globwalk v0.9.1 |
| 674 | 2026-05-28T23:31:05.573Z | Downloaded cassowary v0.3.0 |
| 675 | 2026-05-28T23:31:05.573Z | Downloaded cargo_metadata v0.23.1 |
| 676 | 2026-05-28T23:31:05.575Z | Downloaded crossbeam-epoch v0.9.18 |
| 677 | 2026-05-28T23:31:05.576Z | Downloaded backoff v0.4.0 |
| 678 | 2026-05-28T23:31:05.579Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-05-28T23:31:05.579Z | Downloaded hex-literal v0.4.1 |
| 680 | 2026-05-28T23:31:05.579Z | Downloaded camino-tempfile-ext v0.3.3 |
| 681 | 2026-05-28T23:31:05.582Z | Downloaded fixedbitset v0.5.7 |
| 682 | 2026-05-28T23:31:05.582Z | Downloaded colored v2.2.0 |
| 683 | 2026-05-28T23:31:05.585Z | Downloaded hash32 v0.3.1 |
| 684 | 2026-05-28T23:31:05.585Z | Downloaded http-body v1.0.1 |
| 685 | 2026-05-28T23:31:05.588Z | Downloaded hex v0.4.3 |
| 686 | 2026-05-28T23:31:05.588Z | Downloaded erased-serde v0.3.31 |
| 687 | 2026-05-28T23:31:05.591Z | Downloaded derive-ex v0.1.8 |
| 688 | 2026-05-28T23:31:05.591Z | Downloaded ed25519 v2.2.3 |
| 689 | 2026-05-28T23:31:05.594Z | Downloaded git-stub-vcs v0.1.0 |
| 690 | 2026-05-28T23:31:05.594Z | Downloaded home v0.5.12 |
| 691 | 2026-05-28T23:31:05.594Z | Downloaded fs_extra v1.3.0 |
| 692 | 2026-05-28T23:31:05.597Z | Downloaded either v1.15.0 |
| 693 | 2026-05-28T23:31:05.597Z | Downloaded headers-core v0.3.0 |
| 694 | 2026-05-28T23:31:05.597Z | Downloaded chacha20 v0.9.1 |
| 695 | 2026-05-28T23:31:05.600Z | Downloaded http-range v0.1.5 |
| 696 | 2026-05-28T23:31:05.600Z | Downloaded hostname v0.4.2 |
| 697 | 2026-05-28T23:31:05.603Z | Downloaded httpdate v1.0.3 |
| 698 | 2026-05-28T23:31:05.603Z | Downloaded hostname v0.3.1 |
| 699 | 2026-05-28T23:31:05.603Z | Downloaded find-msvc-tools v0.1.9 |
| 700 | 2026-05-28T23:31:05.611Z | Downloaded ff v0.13.1 |
| 701 | 2026-05-28T23:31:05.611Z | Downloaded console v0.16.2 |
| 702 | 2026-05-28T23:31:05.611Z | Downloaded fallible-iterator v0.2.0 |
| 703 | 2026-05-28T23:31:05.611Z | Downloaded futures-executor v0.3.32 |
| 704 | 2026-05-28T23:31:05.611Z | Downloaded futures-core v0.3.32 |
| 705 | 2026-05-28T23:31:05.611Z | Downloaded fs-err v2.11.0 |
| 706 | 2026-05-28T23:31:05.616Z | Downloaded hyper-tls v0.6.0 |
| 707 | 2026-05-28T23:31:05.616Z | Downloaded hubpack v0.1.2 |
| 708 | 2026-05-28T23:31:05.616Z | Downloaded console v0.15.11 |
| 709 | 2026-05-28T23:31:05.620Z | Downloaded glob v0.3.3 |
| 710 | 2026-05-28T23:31:05.620Z | Downloaded darling v0.20.11 |
| 711 | 2026-05-28T23:31:05.623Z | Downloaded group v0.13.0 |
| 712 | 2026-05-28T23:31:05.623Z | Downloaded bytes v1.11.1 |
| 713 | 2026-05-28T23:31:05.626Z | Downloaded hubpack_derive v0.1.1 |
| 714 | 2026-05-28T23:31:05.626Z | Downloaded arc-swap v1.8.2 |
| 715 | 2026-05-28T23:31:05.629Z | Downloaded indent_write v2.2.0 |
| 716 | 2026-05-28T23:31:05.629Z | Downloaded bzip2 v0.4.4 |
| 717 | 2026-05-28T23:31:05.632Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 718 | 2026-05-28T23:31:05.632Z | Downloaded is-terminal v0.4.17 |
| 719 | 2026-05-28T23:31:05.632Z | Downloaded inout v0.1.4 |
| 720 | 2026-05-28T23:31:05.636Z | Downloaded compression-codecs v0.4.37 |
| 721 | 2026-05-28T23:31:05.636Z | Downloaded is_ci v1.2.0 |
| 722 | 2026-05-28T23:31:05.639Z | Downloaded illumos-nvpair v0.3.0 |
| 723 | 2026-05-28T23:31:05.639Z | Downloaded lazy_static v1.5.0 |
| 724 | 2026-05-28T23:31:05.639Z | Downloaded keccak v0.1.6 |
| 725 | 2026-05-28T23:31:05.642Z | Downloaded indoc v1.0.9 |
| 726 | 2026-05-28T23:31:05.642Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-05-28T23:31:05.642Z | Downloaded instant v0.1.13 |
| 728 | 2026-05-28T23:31:05.645Z | Downloaded instability v0.3.11 |
| 729 | 2026-05-28T23:31:05.645Z | Downloaded ident_case v1.0.1 |
| 730 | 2026-05-28T23:31:05.645Z | Downloaded ecdsa v0.16.9 |
| 731 | 2026-05-28T23:31:05.649Z | Downloaded des v0.8.1 |
| 732 | 2026-05-28T23:31:05.649Z | Downloaded lalrpop-util v0.19.12 |
| 733 | 2026-05-28T23:31:05.649Z | Downloaded env_logger v0.11.9 |
| 734 | 2026-05-28T23:31:05.652Z | Downloaded cookie_store v0.22.1 |
| 735 | 2026-05-28T23:31:05.655Z | Downloaded foldhash v0.1.5 |
| 736 | 2026-05-28T23:31:05.655Z | Downloaded cookie v0.18.1 |
| 737 | 2026-05-28T23:31:05.655Z | Downloaded http-body-util v0.1.3 |
| 738 | 2026-05-28T23:31:05.658Z | Downloaded highway v1.3.0 |
| 739 | 2026-05-28T23:31:05.658Z | Downloaded kstat-rs v0.2.4 |
| 740 | 2026-05-28T23:31:05.661Z | Downloaded lru-cache v0.1.2 |
| 741 | 2026-05-28T23:31:05.661Z | Downloaded linked-hash-map v0.5.6 |
| 742 | 2026-05-28T23:31:05.661Z | Downloaded lru v0.12.5 |
| 743 | 2026-05-28T23:31:05.664Z | Downloaded md5 v0.7.0 |
| 744 | 2026-05-28T23:31:05.664Z | Downloaded fatfs v0.3.6 |
| 745 | 2026-05-28T23:31:05.667Z | Downloaded lzss v0.8.2 |
| 746 | 2026-05-28T23:31:05.667Z | Downloaded darling v0.21.3 |
| 747 | 2026-05-28T23:31:05.670Z | Downloaded libscf-sys v1.1.0 |
| 748 | 2026-05-28T23:31:05.670Z | Downloaded getrandom v0.2.17 |
| 749 | 2026-05-28T23:31:05.673Z | Downloaded allocator-api2 v0.2.21 |
| 750 | 2026-05-28T23:31:05.676Z | Downloaded managed v0.8.0 |
| 751 | 2026-05-28T23:31:05.676Z | Downloaded mime v0.3.17 |
| 752 | 2026-05-28T23:31:05.679Z | Downloaded md-5 v0.10.6 |
| 753 | 2026-05-28T23:31:05.679Z | Downloaded globset v0.4.18 |
| 754 | 2026-05-28T23:31:05.679Z | Downloaded derive-where v1.6.0 |
| 755 | 2026-05-28T23:31:05.683Z | Downloaded memoffset v0.9.1 |
| 756 | 2026-05-28T23:31:05.683Z | Downloaded maybe-uninit v2.0.0 |
| 757 | 2026-05-28T23:31:05.686Z | Downloaded futures-channel v0.3.32 |
| 758 | 2026-05-28T23:31:05.686Z | Downloaded bzip2 v0.6.1 |
| 759 | 2026-05-28T23:31:05.689Z | Downloaded hyper-staticfile v0.10.1 |
| 760 | 2026-05-28T23:31:05.689Z | Downloaded match_cfg v0.1.0 |
| 761 | 2026-05-28T23:31:05.689Z | Downloaded humantime v2.3.0 |
| 762 | 2026-05-28T23:31:05.692Z | Downloaded clang-sys v1.8.1 |
| 763 | 2026-05-28T23:31:05.692Z | Downloaded ipnetwork v0.21.1 |
| 764 | 2026-05-28T23:31:05.695Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 765 | 2026-05-28T23:31:05.695Z | Downloaded nodrop v0.1.14 |
| 766 | 2026-05-28T23:31:05.698Z | Downloaded multimap v0.10.1 |
| 767 | 2026-05-28T23:31:05.698Z | Downloaded nibble_vec v0.1.0 |
| 768 | 2026-05-28T23:31:05.698Z | Downloaded newtype-uuid-macros v0.1.0 |
| 769 | 2026-05-28T23:31:05.701Z | Downloaded normalize-line-endings v0.3.0 |
| 770 | 2026-05-28T23:31:05.701Z | Downloaded nonempty v0.12.0 |
| 771 | 2026-05-28T23:31:05.701Z | Downloaded newline-converter v0.3.0 |
| 772 | 2026-05-28T23:31:05.701Z | Downloaded num-derive v0.4.2 |
| 773 | 2026-05-28T23:31:05.704Z | Downloaded half v1.8.3 |
| 774 | 2026-05-28T23:31:05.704Z | Downloaded libsw v3.5.0 |
| 775 | 2026-05-28T23:31:05.708Z | Downloaded ingot v0.1.1 |
| 776 | 2026-05-28T23:31:05.708Z | Downloaded ingot-types v0.1.2 |
| 777 | 2026-05-28T23:31:05.708Z | Downloaded jobserver v0.1.34 |
| 778 | 2026-05-28T23:31:05.711Z | Downloaded dropshot_endpoint v0.17.0 |
| 779 | 2026-05-28T23:31:05.714Z | Downloaded newtype_derive v0.1.6 |
| 780 | 2026-05-28T23:31:05.714Z | Downloaded drift v0.2.0 |
| 781 | 2026-05-28T23:31:05.719Z | Downloaded num_threads v0.1.7 |
| 782 | 2026-05-28T23:31:05.722Z | Downloaded cmake v0.1.57 |
| 783 | 2026-05-28T23:31:05.722Z | Downloaded num-derive v0.3.3 |
| 784 | 2026-05-28T23:31:05.725Z | Downloaded num v0.4.3 |
| 785 | 2026-05-28T23:31:05.725Z | Downloaded libefi-sys v0.1.0 |
| 786 | 2026-05-28T23:31:05.725Z | Downloaded hmac v0.12.1 |
| 787 | 2026-05-28T23:31:05.728Z | Downloaded num-iter v0.1.45 |
| 788 | 2026-05-28T23:31:05.728Z | Downloaded opaque-debug v0.3.1 |
| 789 | 2026-05-28T23:31:05.728Z | Downloaded ar_archive_writer v0.5.1 |
| 790 | 2026-05-28T23:31:05.732Z | Downloaded darling_core v0.23.0 |
| 791 | 2026-05-28T23:31:05.735Z | Downloaded linear-map v1.2.0 |
| 792 | 2026-05-28T23:31:05.735Z | Downloaded libsw-core v0.3.2 |
| 793 | 2026-05-28T23:31:05.738Z | Downloaded httparse v1.10.1 |
| 794 | 2026-05-28T23:31:05.738Z | Downloaded lru-slab v0.1.2 |
| 795 | 2026-05-28T23:31:05.741Z | Downloaded lock_api v0.4.14 |
| 796 | 2026-05-28T23:31:05.741Z | Downloaded openssl-macros v0.1.1 |
| 797 | 2026-05-28T23:31:05.741Z | Downloaded olpc-cjson v0.1.4 |
| 798 | 2026-05-28T23:31:05.744Z | Downloaded crossbeam-channel v0.5.15 |
| 799 | 2026-05-28T23:31:05.744Z | Downloaded oso-derive v0.27.3 |
| 800 | 2026-05-28T23:31:05.747Z | Downloaded mime_guess v2.0.5 |
| 801 | 2026-05-28T23:31:05.747Z | Downloaded maplit v1.0.2 |
| 802 | 2026-05-28T23:31:05.747Z | Downloaded openssl-probe v0.2.1 |
| 803 | 2026-05-28T23:31:05.750Z | Downloaded chacha20poly1305 v0.10.1 |
| 804 | 2026-05-28T23:31:05.750Z | Downloaded multer v3.1.0 |
| 805 | 2026-05-28T23:31:05.753Z | Downloaded hyper-rustls v0.27.7 |
| 806 | 2026-05-28T23:31:05.753Z | Downloaded base64 v0.21.7 |
| 807 | 2026-05-28T23:31:05.756Z | Downloaded iana-time-zone v0.1.65 |
| 808 | 2026-05-28T23:31:05.761Z | Downloaded nanorand v0.7.0 |
| 809 | 2026-05-28T23:31:05.764Z | Downloaded getrandom v0.3.4 |
| 810 | 2026-05-28T23:31:05.764Z | Downloaded native-tls v0.2.18 |
| 811 | 2026-05-28T23:31:05.764Z | Downloaded parse-size v1.1.0 |
| 812 | 2026-05-28T23:31:05.768Z | Downloaded packed_struct_codegen v0.10.1 |
| 813 | 2026-05-28T23:31:05.768Z | Downloaded pbkdf2 v0.11.0 |
| 814 | 2026-05-28T23:31:05.768Z | Downloaded path-slash v0.1.5 |
| 815 | 2026-05-28T23:31:05.771Z | Downloaded pbkdf2 v0.12.2 |
| 816 | 2026-05-28T23:31:05.771Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-05-28T23:31:05.771Z | Downloaded half v2.7.1 |
| 818 | 2026-05-28T23:31:05.774Z | Downloaded ingot-macros v0.1.1 |
| 819 | 2026-05-28T23:31:05.774Z | Downloaded elliptic-curve v0.13.8 |
| 820 | 2026-05-28T23:31:05.777Z | Downloaded num-complex v0.4.6 |
| 821 | 2026-05-28T23:31:05.777Z | Downloaded flume v0.11.1 |
| 822 | 2026-05-28T23:31:05.780Z | Downloaded crc-any v2.5.0 |
| 823 | 2026-05-28T23:31:05.783Z | Downloaded phf_shared v0.11.3 |
| 824 | 2026-05-28T23:31:05.783Z | Downloaded peg-runtime v0.8.5 |
| 825 | 2026-05-28T23:31:05.783Z | Downloaded const_format v0.2.35 |
| 826 | 2026-05-28T23:31:05.786Z | Downloaded phf_shared v0.13.1 |
| 827 | 2026-05-28T23:31:05.786Z | Downloaded num_enum_derive v0.7.5 |
| 828 | 2026-05-28T23:31:05.791Z | Downloaded num_enum v0.5.11 |
| 829 | 2026-05-28T23:31:05.794Z | Downloaded num_enum_derive v0.5.11 |
| 830 | 2026-05-28T23:31:05.794Z | Downloaded libloading v0.8.9 |
| 831 | 2026-05-28T23:31:05.794Z | Downloaded num-rational v0.4.2 |
| 832 | 2026-05-28T23:31:05.797Z | Downloaded num_enum v0.7.5 |
| 833 | 2026-05-28T23:31:05.800Z | Downloaded pin-utils v0.1.0 |
| 834 | 2026-05-28T23:31:05.800Z | Downloaded async-compression v0.4.41 |
| 835 | 2026-05-28T23:31:05.820Z | Downloaded proc-macro-crate v1.3.1 |
| 836 | 2026-05-28T23:31:05.824Z | Downloaded derive_more v2.1.1 |
| 837 | 2026-05-28T23:31:05.828Z | Downloaded predicates-tree v1.0.13 |
| 838 | 2026-05-28T23:31:05.832Z | Downloaded owo-colors v4.3.0 |
| 839 | 2026-05-28T23:31:05.832Z | Downloaded indexmap v1.9.3 |
| 840 | 2026-05-28T23:31:05.835Z | Downloaded bumpalo v3.20.2 |
| 841 | 2026-05-28T23:31:05.838Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 842 | 2026-05-28T23:31:05.838Z | Downloaded oxnet v0.1.4 |
| 843 | 2026-05-28T23:31:05.838Z | Downloaded oxide-tokio-rt v0.1.4 |
| 844 | 2026-05-28T23:31:05.838Z | Downloaded ipnet v2.11.0 |
| 845 | 2026-05-28T23:31:05.841Z | Downloaded cc v1.2.56 |
| 846 | 2026-05-28T23:31:05.844Z | Downloaded psl-types v2.0.11 |
| 847 | 2026-05-28T23:31:05.844Z | Downloaded progenitor-client v0.10.0 |
| 848 | 2026-05-28T23:31:05.844Z | Downloaded pem-rfc7468 v0.7.0 |
| 849 | 2026-05-28T23:31:05.847Z | Downloaded password-hash v0.4.2 |
| 850 | 2026-05-28T23:31:05.847Z | Downloaded newtype-uuid v1.3.2 |
| 851 | 2026-05-28T23:31:05.847Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-05-28T23:31:05.850Z | Downloaded parse-display-derive v0.10.0 |
| 853 | 2026-05-28T23:31:05.851Z | Downloaded pem v3.0.6 |
| 854 | 2026-05-28T23:31:05.853Z | Downloaded paste v1.0.15 |
| 855 | 2026-05-28T23:31:05.854Z | Downloaded password-hash v0.5.0 |
| 856 | 2026-05-28T23:31:05.857Z | Downloaded nu-ansi-term v0.50.3 |
| 857 | 2026-05-28T23:31:05.857Z | Downloaded progenitor-client v0.11.2 |
| 858 | 2026-05-28T23:31:05.857Z | Downloaded libbz2-rs-sys v0.2.2 |
| 859 | 2026-05-28T23:31:05.860Z | Downloaded heapless v0.7.17 |
| 860 | 2026-05-28T23:31:05.860Z | Downloaded headers v0.4.1 |
| 861 | 2026-05-28T23:31:05.863Z | Downloaded progenitor-client v0.14.0 |
| 862 | 2026-05-28T23:31:05.866Z | Downloaded pkcs8 v0.10.2 |
| 863 | 2026-05-28T23:31:05.866Z | Downloaded pin-project-internal v1.1.11 |
| 864 | 2026-05-28T23:31:05.869Z | Downloaded phf v0.12.1 |
| 865 | 2026-05-28T23:31:05.869Z | Downloaded peg-macros v0.8.5 |
| 866 | 2026-05-28T23:31:05.869Z | Downloaded phf_shared v0.12.1 |
| 867 | 2026-05-28T23:31:05.872Z | Downloaded progenitor-macro v0.14.0 |
| 868 | 2026-05-28T23:31:05.872Z | Downloaded progenitor-macro v0.13.0 |
| 869 | 2026-05-28T23:31:05.872Z | Downloaded phf v0.13.1 |
| 870 | 2026-05-28T23:31:05.872Z | Downloaded peg v0.8.5 |
| 871 | 2026-05-28T23:31:05.875Z | Downloaded flate2 v1.1.9 |
| 872 | 2026-05-28T23:31:05.878Z | Downloaded rand_chacha v0.3.1 |
| 873 | 2026-05-28T23:31:05.878Z | Downloaded radium v0.7.0 |
| 874 | 2026-05-28T23:31:05.882Z | Downloaded progenitor-macro v0.11.2 |
| 875 | 2026-05-28T23:31:05.882Z | Downloaded omicron-zone-package v0.12.2 |
| 876 | 2026-05-28T23:31:05.882Z | Downloaded litrs v1.0.0 |
| 877 | 2026-05-28T23:31:05.885Z | Downloaded postgres-protocol v0.6.10 |
| 878 | 2026-05-28T23:31:05.885Z | Downloaded predicates v3.1.4 |
| 879 | 2026-05-28T23:31:05.887Z | Downloaded polyval v0.6.2 |
| 880 | 2026-05-28T23:31:05.890Z | Downloaded poly1305 v0.8.0 |
| 881 | 2026-05-28T23:31:05.890Z | Downloaded proc-macro-crate v3.4.0 |
| 882 | 2026-05-28T23:31:05.894Z | Downloaded ref-cast-impl v1.0.25 |
| 883 | 2026-05-28T23:31:05.894Z | Downloaded rand_xorshift v0.4.0 |
| 884 | 2026-05-28T23:31:05.894Z | Downloaded primeorder v0.13.6 |
| 885 | 2026-05-28T23:31:05.894Z | Downloaded pkg-config v0.3.32 |
| 886 | 2026-05-28T23:31:05.897Z | Downloaded aes v0.8.4 |
| 887 | 2026-05-28T23:31:05.897Z | Downloaded ed25519-dalek v2.2.0 |
| 888 | 2026-05-28T23:31:05.900Z | Downloaded progenitor-client v0.13.0 |
| 889 | 2026-05-28T23:31:05.900Z | Downloaded parking_lot v0.11.2 |
| 890 | 2026-05-28T23:31:05.903Z | Downloaded indicatif v0.18.4 |
| 891 | 2026-05-28T23:31:05.903Z | Downloaded recursive v0.1.1 |
| 892 | 2026-05-28T23:31:05.907Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-05-28T23:31:05.907Z | Downloaded ref-cast v1.0.25 |
| 894 | 2026-05-28T23:31:05.907Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 895 | 2026-05-28T23:31:05.910Z | Downloaded diesel_derives v2.3.7 |
| 896 | 2026-05-28T23:31:05.913Z | Downloaded powerfmt v0.2.0 |
| 897 | 2026-05-28T23:31:05.913Z | Downloaded ignore v0.4.25 |
| 898 | 2026-05-28T23:31:05.916Z | Downloaded heapless v0.8.0 |
| 899 | 2026-05-28T23:31:05.916Z | Downloaded progenitor v0.14.0 |
| 900 | 2026-05-28T23:31:05.919Z | Downloaded quick-error v1.2.3 |
| 901 | 2026-05-28T23:31:05.919Z | Downloaded pkcs1 v0.7.5 |
| 902 | 2026-05-28T23:31:05.919Z | Downloaded r2d2 v0.8.10 |
| 903 | 2026-05-28T23:31:05.922Z | Downloaded progenitor v0.13.0 |
| 904 | 2026-05-28T23:31:05.922Z | Downloaded parking_lot_core v0.8.6 |
| 905 | 2026-05-28T23:31:05.926Z | Downloaded parking_lot v0.12.5 |
| 906 | 2026-05-28T23:31:05.926Z | Downloaded derive_more v0.99.20 |
| 907 | 2026-05-28T23:31:05.929Z | Downloaded progenitor-extras v0.2.0 |
| 908 | 2026-05-28T23:31:05.929Z | Downloaded pin-project-lite v0.2.17 |
| 909 | 2026-05-28T23:31:05.932Z | Downloaded rustc_version v0.4.1 |
| 910 | 2026-05-28T23:31:05.932Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-05-28T23:31:05.935Z | Downloaded rfc6979 v0.4.0 |
| 912 | 2026-05-28T23:31:05.935Z | Downloaded progenitor v0.11.2 |
| 913 | 2026-05-28T23:31:05.935Z | Downloaded proc-macro-error2 v2.0.1 |
| 914 | 2026-05-28T23:31:05.938Z | Downloaded psm v0.1.30 |
| 915 | 2026-05-28T23:31:05.938Z | Downloaded rand_chacha v0.9.0 |
| 916 | 2026-05-28T23:31:05.941Z | Downloaded hickory-resolver v0.24.4 |
| 917 | 2026-05-28T23:31:05.944Z | Downloaded precomputed-hash v0.1.1 |
| 918 | 2026-05-28T23:31:05.944Z | Downloaded packed_struct v0.10.1 |
| 919 | 2026-05-28T23:31:05.944Z | Downloaded openssl-probe v0.1.6 |
| 920 | 2026-05-28T23:31:05.944Z | Downloaded num-integer v0.1.46 |
| 921 | 2026-05-28T23:31:05.947Z | Downloaded memmap2 v0.9.10 |
| 922 | 2026-05-28T23:31:05.947Z | Downloaded futures v0.3.32 |
| 923 | 2026-05-28T23:31:05.950Z | Downloaded der v0.7.10 |
| 924 | 2026-05-28T23:31:05.953Z | Downloaded rand_core v0.6.4 |
| 925 | 2026-05-28T23:31:05.953Z | Downloaded darling_core v0.21.3 |
| 926 | 2026-05-28T23:31:05.956Z | Downloaded rand_core v0.10.0 |
| 927 | 2026-05-28T23:31:05.959Z | Downloaded papergrid v0.17.0 |
| 928 | 2026-05-28T23:31:05.962Z | Downloaded crypto-bigint v0.5.5 |
| 929 | 2026-05-28T23:31:05.965Z | Downloaded same-file v1.0.6 |
| 930 | 2026-05-28T23:31:05.965Z | Downloaded scrypt v0.11.0 |
| 931 | 2026-05-28T23:31:05.968Z | Downloaded rand_seeder v0.4.0 |
| 932 | 2026-05-28T23:31:05.968Z | Downloaded rustc-hash v2.1.1 |
| 933 | 2026-05-28T23:31:05.968Z | Downloaded salsa20 v0.10.2 |
| 934 | 2026-05-28T23:31:05.971Z | Downloaded postgres-types v0.2.12 |
| 935 | 2026-05-28T23:31:05.971Z | Downloaded parking_lot_core v0.9.12 |
| 936 | 2026-05-28T23:31:05.974Z | Downloaded base64 v0.22.1 |
| 937 | 2026-05-28T23:31:05.974Z | Downloaded num-conv v0.2.0 |
| 938 | 2026-05-28T23:31:05.975Z | Downloaded compact_str v0.8.1 |
| 939 | 2026-05-28T23:31:05.978Z | Downloaded new_debug_unreachable v1.0.6 |
| 940 | 2026-05-28T23:31:05.978Z | Downloaded indoc v2.0.7 |
| 941 | 2026-05-28T23:31:05.981Z | Downloaded pkcs5 v0.7.1 |
| 942 | 2026-05-28T23:31:05.984Z | Downloaded sapling-renderdag v0.1.0 |
| 943 | 2026-05-28T23:31:05.984Z | Downloaded miniz_oxide v0.8.9 |
| 944 | 2026-05-28T23:31:05.984Z | Downloaded scheduled-thread-pool v0.2.7 |
| 945 | 2026-05-28T23:31:05.987Z | Downloaded derive_builder v0.20.2 |
| 946 | 2026-05-28T23:31:05.990Z | Downloaded secrecy v0.10.3 |
| 947 | 2026-05-28T23:31:05.990Z | Downloaded scopeguard v1.2.0 |
| 948 | 2026-05-28T23:31:05.990Z | Downloaded secrecy v0.8.0 |
| 949 | 2026-05-28T23:31:05.990Z | Downloaded scroll_derive v0.13.1 |
| 950 | 2026-05-28T23:31:05.993Z | Downloaded resolv-conf v0.7.6 |
| 951 | 2026-05-28T23:31:05.993Z | Downloaded data-encoding v2.10.0 |
| 952 | 2026-05-28T23:31:05.993Z | Downloaded derive_builder_core v0.20.2 |
| 953 | 2026-05-28T23:31:05.996Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-05-28T23:31:05.996Z | Downloaded serde_bytes v0.11.19 |
| 955 | 2026-05-28T23:31:05.996Z | Downloaded daft v0.1.7 |
| 956 | 2026-05-28T23:31:05.999Z | Downloaded ena v0.14.4 |
| 957 | 2026-05-28T23:31:05.999Z | Downloaded corncobs v0.1.4 |
| 958 | 2026-05-28T23:31:05.999Z | Downloaded foldhash v0.2.0 |
| 959 | 2026-05-28T23:31:06.003Z | Downloaded colored v3.1.1 |
| 960 | 2026-05-28T23:31:06.003Z | Downloaded backon v1.6.0 |
| 961 | 2026-05-28T23:31:06.006Z | Downloaded defmt v1.0.1 |
| 962 | 2026-05-28T23:31:06.006Z | Downloaded serde_urlencoded v0.7.1 |
| 963 | 2026-05-28T23:31:06.009Z | Downloaded sha1 v0.10.6 |
| 964 | 2026-05-28T23:31:06.009Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-05-28T23:31:06.012Z | Downloaded quinn-udp v0.5.14 |
| 966 | 2026-05-28T23:31:06.012Z | Downloaded serde_repr v0.1.20 |
| 967 | 2026-05-28T23:31:06.012Z | Downloaded openssl-sys v0.9.115 |
| 968 | 2026-05-28T23:31:06.015Z | Downloaded prefix-trie v0.7.0 |
| 969 | 2026-05-28T23:31:06.018Z | Downloaded pin-project v1.1.11 |
| 970 | 2026-05-28T23:31:06.023Z | Downloaded sigpipe v0.1.3 |
| 971 | 2026-05-28T23:31:06.026Z | Downloaded signal-hook-mio v0.2.5 |
| 972 | 2026-05-28T23:31:06.026Z | Downloaded signal-hook-tokio v0.3.1 |
| 973 | 2026-05-28T23:31:06.026Z | Downloaded shell-words v1.1.1 |
| 974 | 2026-05-28T23:31:06.029Z | Downloaded rustls-pemfile v1.0.4 |
| 975 | 2026-05-28T23:31:06.030Z | Downloaded crossterm v0.28.1 |
| 976 | 2026-05-28T23:31:06.033Z | Downloaded rtoolbox v0.0.3 |
| 977 | 2026-05-28T23:31:06.033Z | Downloaded semver v0.1.20 |
| 978 | 2026-05-28T23:31:06.036Z | Downloaded der_derive v0.7.3 |
| 979 | 2026-05-28T23:31:06.036Z | Downloaded postcard v1.1.3 |
| 980 | 2026-05-28T23:31:06.036Z | Downloaded oso v0.27.3 |
| 981 | 2026-05-28T23:31:06.039Z | Downloaded signature v2.2.0 |
| 982 | 2026-05-28T23:31:06.039Z | Downloaded russh-cryptovec v0.7.3 |
| 983 | 2026-05-28T23:31:06.042Z | Downloaded chacha20 v0.10.0 |
| 984 | 2026-05-28T23:31:06.042Z | Downloaded cancel-safe-futures v0.1.5 |
| 985 | 2026-05-28T23:31:06.045Z | Downloaded schemars_derive v0.8.22 |
| 986 | 2026-05-28T23:31:06.045Z | Downloaded bit-vec v0.8.0 |
| 987 | 2026-05-28T23:31:06.045Z | Downloaded ctr v0.9.2 |
| 988 | 2026-05-28T23:31:06.048Z | Downloaded crossbeam-deque v0.8.6 |
| 989 | 2026-05-28T23:31:06.049Z | Downloaded siphasher v1.0.2 |
| 990 | 2026-05-28T23:31:06.049Z | Downloaded rustversion v1.0.22 |
| 991 | 2026-05-28T23:31:06.052Z | Downloaded slog-envlogger v2.2.0 |
| 992 | 2026-05-28T23:31:06.052Z | Downloaded critical-section v1.2.0 |
| 993 | 2026-05-28T23:31:06.055Z | Downloaded p256 v0.13.2 |
| 994 | 2026-05-28T23:31:06.055Z | Downloaded async-bb8-diesel v0.2.1 |
| 995 | 2026-05-28T23:31:06.058Z | Downloaded hickory-server v0.25.2 |
| 996 | 2026-05-28T23:31:06.061Z | Downloaded cfg_aliases v0.2.1 |
| 997 | 2026-05-28T23:31:06.061Z | Downloaded rusty-fork v0.3.1 |
| 998 | 2026-05-28T23:31:06.064Z | Downloaded castaway v0.2.4 |
| 999 | 2026-05-28T23:31:06.064Z | Downloaded slog-bunyan v2.5.0 |
| 1000 | 2026-05-28T23:31:06.064Z | Downloaded sec1 v0.7.3 |
| 1001 | 2026-05-28T23:31:06.067Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-05-28T23:31:06.067Z | Downloaded scroll v0.13.0 |
| 1003 | 2026-05-28T23:31:06.070Z | Downloaded serde-big-array v0.5.1 |
| 1004 | 2026-05-28T23:31:06.070Z | Downloaded dof v0.4.0 |
| 1005 | 2026-05-28T23:31:06.070Z | Downloaded cpufeatures v0.3.0 |
| 1006 | 2026-05-28T23:31:06.073Z | Downloaded bitfield v0.19.4 |
| 1007 | 2026-05-28T23:31:06.073Z | Downloaded hashbrown v0.13.2 |
| 1008 | 2026-05-28T23:31:06.076Z | Downloaded serde_path_to_error v0.1.20 |
| 1009 | 2026-05-28T23:31:06.079Z | Downloaded jiff-static v0.2.21 |
| 1010 | 2026-05-28T23:31:06.079Z | Downloaded hashbrown v0.12.3 |
| 1011 | 2026-05-28T23:31:06.082Z | Downloaded serde_spanned v1.0.4 |
| 1012 | 2026-05-28T23:31:06.082Z | Downloaded serde_with_macros v1.5.2 |
| 1013 | 2026-05-28T23:31:06.085Z | Downloaded crossterm v0.29.0 |
| 1014 | 2026-05-28T23:31:06.088Z | Downloaded rand_core v0.9.5 |
| 1015 | 2026-05-28T23:31:06.091Z | Downloaded hickory-resolver v0.25.2 |
| 1016 | 2026-05-28T23:31:06.091Z | Downloaded serde-hex v0.1.0 |
| 1017 | 2026-05-28T23:31:06.094Z | Downloaded strsim v0.10.0 |
| 1018 | 2026-05-28T23:31:06.094Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-05-28T23:31:06.097Z | Downloaded rustls-native-certs v0.8.3 |
| 1020 | 2026-05-28T23:31:06.097Z | Downloaded sqlparser_derive v0.5.0 |
| 1021 | 2026-05-28T23:31:06.100Z | Downloaded russh-keys v0.45.0 |
| 1022 | 2026-05-28T23:31:06.100Z | Downloaded minimal-lexical v0.2.1 |
| 1023 | 2026-05-28T23:31:06.103Z | Downloaded ssh-encoding v0.2.0 |
| 1024 | 2026-05-28T23:31:06.106Z | Downloaded progenitor-impl v0.13.0 |
| 1025 | 2026-05-28T23:31:06.106Z | Downloaded progenitor-impl v0.11.2 |
| 1026 | 2026-05-28T23:31:06.109Z | Downloaded async-stream-impl v0.3.6 |
| 1027 | 2026-05-28T23:31:06.112Z | Downloaded smallvec v0.6.14 |
| 1028 | 2026-05-28T23:31:06.112Z | Downloaded rcgen v0.12.1 |
| 1029 | 2026-05-28T23:31:06.115Z | Downloaded structmeta-derive v0.3.0 |
| 1030 | 2026-05-28T23:31:06.115Z | Downloaded structmeta v0.3.0 |
| 1031 | 2026-05-28T23:31:06.115Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1032 | 2026-05-28T23:31:06.118Z | Downloaded slog-scope v4.4.1 |
| 1033 | 2026-05-28T23:31:06.118Z | Downloaded slab v0.4.12 |
| 1034 | 2026-05-28T23:31:06.119Z | Downloaded supports-color v3.0.2 |
| 1035 | 2026-05-28T23:31:06.123Z | Downloaded strum v0.26.3 |
| 1036 | 2026-05-28T23:31:06.123Z | Downloaded strum v0.27.2 |
| 1037 | 2026-05-28T23:31:06.123Z | Downloaded slog-async v2.8.0 |
| 1038 | 2026-05-28T23:31:06.123Z | Downloaded rustls-pki-types v1.14.0 |
| 1039 | 2026-05-28T23:31:06.126Z | Downloaded slog-stdlog v4.1.1 |
| 1040 | 2026-05-28T23:31:06.126Z | Downloaded http v1.4.0 |
| 1041 | 2026-05-28T23:31:06.129Z | Downloaded aes-gcm v0.10.3 |
| 1042 | 2026-05-28T23:31:06.133Z | Downloaded slog-json v2.6.1 |
| 1043 | 2026-05-28T23:31:06.133Z | Downloaded hyper-util v0.1.20 |
| 1044 | 2026-05-28T23:31:06.141Z | Downloaded sct v0.7.1 |
| 1045 | 2026-05-28T23:31:06.144Z | Downloaded take_mut v0.2.2 |
| 1046 | 2026-05-28T23:31:06.144Z | Downloaded sync_wrapper v1.0.2 |
| 1047 | 2026-05-28T23:31:06.144Z | Downloaded serde_cbor v0.11.2 |
| 1048 | 2026-05-28T23:31:06.144Z | Downloaded tagptr v0.2.0 |
| 1049 | 2026-05-28T23:31:06.144Z | Downloaded slog-term v2.9.2 |
| 1050 | 2026-05-28T23:31:06.147Z | Downloaded progenitor-impl v0.14.0 |
| 1051 | 2026-05-28T23:31:06.147Z | Downloaded itertools v0.10.5 |
| 1052 | 2026-05-28T23:31:06.151Z | Downloaded snafu-derive v0.8.9 |
| 1053 | 2026-05-28T23:31:06.154Z | Downloaded testing_table v0.3.0 |
| 1054 | 2026-05-28T23:31:06.154Z | Downloaded tabwriter v1.4.1 |
| 1055 | 2026-05-28T23:31:06.154Z | Downloaded tap v1.0.1 |
| 1056 | 2026-05-28T23:31:06.157Z | Downloaded tabled_derive v0.11.0 |
| 1057 | 2026-05-28T23:31:06.157Z | Downloaded sync-ptr v0.1.4 |
| 1058 | 2026-05-28T23:31:06.157Z | Downloaded smf v0.2.3 |
| 1059 | 2026-05-28T23:31:06.157Z | Downloaded prettyplease v0.2.37 |
| 1060 | 2026-05-28T23:31:06.160Z | Downloaded serde_with_macros v3.17.0 |
| 1061 | 2026-05-28T23:31:06.163Z | Downloaded sqlformat v0.3.5 |
| 1062 | 2026-05-28T23:31:06.163Z | Downloaded spki v0.7.3 |
| 1063 | 2026-05-28T23:31:06.163Z | Downloaded slog-dtrace v0.3.0 |
| 1064 | 2026-05-28T23:31:06.166Z | Downloaded simd-adler32 v0.3.8 |
| 1065 | 2026-05-28T23:31:06.166Z | Downloaded seq-macro v0.3.6 |
| 1066 | 2026-05-28T23:31:06.166Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1067 | 2026-05-28T23:31:06.169Z | Downloaded thread-id v5.1.0 |
| 1068 | 2026-05-28T23:31:06.169Z | Downloaded tinyvec_macros v0.1.1 |
| 1069 | 2026-05-28T23:31:06.170Z | Downloaded termtree v0.5.1 |
| 1070 | 2026-05-28T23:31:06.174Z | Downloaded stringprep v0.1.5 |
| 1071 | 2026-05-28T23:31:06.174Z | Downloaded signal-hook-registry v1.4.8 |
| 1072 | 2026-05-28T23:31:06.177Z | Downloaded mio v1.2.0 |
| 1073 | 2026-05-28T23:31:06.180Z | Downloaded schemars v0.8.22 |
| 1074 | 2026-05-28T23:31:06.185Z | Downloaded time-core v0.1.8 |
| 1075 | 2026-05-28T23:31:06.188Z | Downloaded string_cache v0.8.9 |
| 1076 | 2026-05-28T23:31:06.188Z | Downloaded strum_macros v0.27.2 |
| 1077 | 2026-05-28T23:31:06.191Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-05-28T23:31:06.191Z | Downloaded stacker v0.1.23 |
| 1079 | 2026-05-28T23:31:06.191Z | Downloaded tokio-macros v2.7.0 |
| 1080 | 2026-05-28T23:31:06.194Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1081 | 2026-05-28T23:31:06.198Z | Downloaded static_assertions v1.1.0 |
| 1082 | 2026-05-28T23:31:06.198Z | Downloaded ryu v1.0.23 |
| 1083 | 2026-05-28T23:31:06.201Z | Downloaded pretty_assertions v1.4.1 |
| 1084 | 2026-05-28T23:31:06.203Z | Downloaded publicsuffix v2.3.0 |
| 1085 | 2026-05-28T23:31:06.203Z | Downloaded support-bundle-viewer v0.1.2 |
| 1086 | 2026-05-28T23:31:06.204Z | Downloaded subtle v2.6.1 |
| 1087 | 2026-05-28T23:31:06.207Z | Downloaded num-bigint v0.4.6 |
| 1088 | 2026-05-28T23:31:06.209Z | Downloaded libxml v0.3.3 |
| 1089 | 2026-05-28T23:31:06.213Z | Downloaded dropshot-api-manager v0.7.2 |
| 1090 | 2026-05-28T23:31:06.218Z | Downloaded nom v7.1.3 |
| 1091 | 2026-05-28T23:31:06.226Z | Downloaded termios v0.3.3 |
| 1092 | 2026-05-28T23:31:06.229Z | Downloaded quinn v0.11.9 |
| 1093 | 2026-05-28T23:31:06.232Z | Downloaded spin v0.9.8 |
| 1094 | 2026-05-28T23:31:06.232Z | Downloaded shlex v1.3.0 |
| 1095 | 2026-05-28T23:31:06.235Z | Downloaded signal-hook v0.3.18 |
| 1096 | 2026-05-28T23:31:06.238Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-05-28T23:31:06.238Z | Downloaded aho-corasick v1.1.4 |
| 1098 | 2026-05-28T23:31:06.241Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-05-28T23:31:06.241Z | Downloaded tower-service v0.3.3 |
| 1100 | 2026-05-28T23:31:06.244Z | Downloaded rayon-core v1.13.0 |
| 1101 | 2026-05-28T23:31:06.244Z | Downloaded iri-string v0.7.10 |
| 1102 | 2026-05-28T23:31:06.248Z | Downloaded slog v2.8.2 |
| 1103 | 2026-05-28T23:31:06.251Z | Downloaded tower-layer v0.3.3 |
| 1104 | 2026-05-28T23:31:06.251Z | Downloaded topological-sort v0.2.2 |
| 1105 | 2026-05-28T23:31:06.254Z | Downloaded tiny-keccak v2.0.2 |
| 1106 | 2026-05-28T23:31:06.254Z | Downloaded time-macros v0.2.27 |
| 1107 | 2026-05-28T23:31:06.257Z | Downloaded strum_macros v0.24.3 |
| 1108 | 2026-05-28T23:31:06.257Z | Downloaded similar v2.7.0 |
| 1109 | 2026-05-28T23:31:06.260Z | Downloaded thiserror-no-std v2.0.2 |
| 1110 | 2026-05-28T23:31:06.263Z | Downloaded typify-macro v0.6.2 |
| 1111 | 2026-05-28T23:31:06.263Z | Downloaded tokio-native-tls v0.3.1 |
| 1112 | 2026-05-28T23:31:06.266Z | Downloaded tokio-dtrace v0.1.1 |
| 1113 | 2026-05-28T23:31:06.266Z | Downloaded num-bigint-dig v0.8.6 |
| 1114 | 2026-05-28T23:31:06.269Z | Downloaded typify-macro v0.4.3 |
| 1115 | 2026-05-28T23:31:06.269Z | Downloaded rand v0.8.6 |
| 1116 | 2026-05-28T23:31:06.272Z | Downloaded tokio-rustls v0.25.0 |
| 1117 | 2026-05-28T23:31:06.272Z | Downloaded tokio-tungstenite v0.21.0 |
| 1118 | 2026-05-28T23:31:06.275Z | Downloaded universal-hash v0.5.1 |
| 1119 | 2026-05-28T23:31:06.278Z | Downloaded untrusted v0.9.0 |
| 1120 | 2026-05-28T23:31:06.281Z | Downloaded usdt-macro v0.6.0 |
| 1121 | 2026-05-28T23:31:06.281Z | Downloaded socket2 v0.5.10 |
| 1122 | 2026-05-28T23:31:06.281Z | Downloaded untrusted v0.7.1 |
| 1123 | 2026-05-28T23:31:06.288Z | Downloaded unicode-truncate v1.1.0 |
| 1124 | 2026-05-28T23:31:06.291Z | Downloaded ron v0.8.1 |
| 1125 | 2026-05-28T23:31:06.294Z | Downloaded tokio-tungstenite v0.23.1 |
| 1126 | 2026-05-28T23:31:06.294Z | Downloaded socket2 v0.6.3 |
| 1127 | 2026-05-28T23:31:06.297Z | Downloaded qorb v0.4.1 |
| 1128 | 2026-05-28T23:31:06.300Z | Downloaded unit-prefix v0.5.2 |
| 1129 | 2026-05-28T23:31:06.300Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1130 | 2026-05-28T23:31:06.300Z | Downloaded hashbrown v0.15.5 |
| 1131 | 2026-05-28T23:31:06.303Z | Downloaded void v1.0.2 |
| 1132 | 2026-05-28T23:31:06.303Z | Downloaded hyper v1.8.1 |
| 1133 | 2026-05-28T23:31:06.307Z | Downloaded utf-8 v0.7.6 |
| 1134 | 2026-05-28T23:31:06.310Z | Downloaded usdt v0.6.0 |
| 1135 | 2026-05-28T23:31:06.310Z | Downloaded term v1.2.1 |
| 1136 | 2026-05-28T23:31:06.313Z | Downloaded term v0.7.0 |
| 1137 | 2026-05-28T23:31:06.313Z | Downloaded unarray v0.1.4 |
| 1138 | 2026-05-28T23:31:06.316Z | Downloaded tls_codec v0.4.2 |
| 1139 | 2026-05-28T23:31:06.316Z | Downloaded want v0.3.1 |
| 1140 | 2026-05-28T23:31:06.316Z | Downloaded waitgroup v0.1.2 |
| 1141 | 2026-05-28T23:31:06.316Z | Downloaded h2 v0.4.13 |
| 1142 | 2026-05-28T23:31:06.319Z | Downloaded samael v0.0.19 |
| 1143 | 2026-05-28T23:31:06.323Z | Downloaded unicase v2.9.0 |
| 1144 | 2026-05-28T23:31:06.326Z | Downloaded tls_codec_derive v0.4.2 |
| 1145 | 2026-05-28T23:31:06.326Z | Downloaded tui-tree-widget v0.23.1 |
| 1146 | 2026-05-28T23:31:06.326Z | Downloaded rustls-webpki v0.103.9 |
| 1147 | 2026-05-28T23:31:06.329Z | Downloaded rsa v0.9.10 |
| 1148 | 2026-05-28T23:31:06.332Z | Downloaded futures-util v0.3.32 |
| 1149 | 2026-05-28T23:31:06.337Z | Downloaded wait-timeout v0.2.1 |
| 1150 | 2026-05-28T23:31:06.340Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-05-28T23:31:06.340Z | Downloaded tokio-rustls v0.26.4 |
| 1152 | 2026-05-28T23:31:06.343Z | Downloaded schemars v1.2.1 |
| 1153 | 2026-05-28T23:31:06.349Z | Downloaded tokio-stream v0.1.18 |
| 1154 | 2026-05-28T23:31:06.352Z | Downloaded xattr v1.6.1 |
| 1155 | 2026-05-28T23:31:06.355Z | Downloaded usdt-attr-macro v0.6.0 |
| 1156 | 2026-05-28T23:31:06.355Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1157 | 2026-05-28T23:31:06.355Z | Downloaded snafu v0.8.9 |
| 1158 | 2026-05-28T23:31:06.358Z | Downloaded itertools v0.14.0 |
| 1159 | 2026-05-28T23:31:06.362Z | Downloaded usdt-impl v0.6.0 |
| 1160 | 2026-05-28T23:31:06.365Z | Downloaded itertools v0.12.1 |
| 1161 | 2026-05-28T23:31:06.368Z | Downloaded xshell-macros v0.2.7 |
| 1162 | 2026-05-28T23:31:06.368Z | Downloaded vergen-lib v0.1.6 |
| 1163 | 2026-05-28T23:31:06.368Z | Downloaded vergen-git2 v9.1.0 |
| 1164 | 2026-05-28T23:31:06.372Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-05-28T23:31:06.372Z | Downloaded blake3 v1.8.3 |
| 1166 | 2026-05-28T23:31:06.375Z | Downloaded vergen-lib v9.1.0 |
| 1167 | 2026-05-28T23:31:06.378Z | Downloaded tracing-attributes v0.1.31 |
| 1168 | 2026-05-28T23:31:06.379Z | Downloaded tinyvec v1.10.0 |
| 1169 | 2026-05-28T23:31:06.383Z | Downloaded zone v0.3.1 |
| 1170 | 2026-05-28T23:31:06.383Z | Downloaded vergen-gitcl v1.0.8 |
| 1171 | 2026-05-28T23:31:06.383Z | Downloaded test-strategy v0.4.5 |
| 1172 | 2026-05-28T23:31:06.386Z | Downloaded russh v0.45.0 |
| 1173 | 2026-05-28T23:31:06.387Z | Downloaded vsss-rs v3.3.4 |
| 1174 | 2026-05-28T23:31:06.389Z | Downloaded p521 v0.13.3 |
| 1175 | 2026-05-28T23:31:06.392Z | Downloaded bitvec v1.0.1 |
| 1176 | 2026-05-28T23:31:06.398Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-05-28T23:31:06.401Z | Downloaded whoami v1.6.1 |
| 1178 | 2026-05-28T23:31:06.401Z | Downloaded walkdir v2.5.0 |
| 1179 | 2026-05-28T23:31:06.404Z | Downloaded aws-lc-rs v1.16.3 |
| 1180 | 2026-05-28T23:31:06.407Z | Downloaded zeroize_derive v1.4.3 |
| 1181 | 2026-05-28T23:31:06.410Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-05-28T23:31:06.410Z | Downloaded unicode-properties v0.1.4 |
| 1183 | 2026-05-28T23:31:06.410Z | Downloaded tar v0.4.45 |
| 1184 | 2026-05-28T23:31:06.413Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1185 | 2026-05-28T23:31:06.416Z | Downloaded libm v0.2.16 |
| 1186 | 2026-05-28T23:31:06.419Z | Downloaded zeroize v1.8.2 |
| 1187 | 2026-05-28T23:31:06.422Z | Downloaded toml v0.7.8 |
| 1188 | 2026-05-28T23:31:06.422Z | Downloaded zone_cfg_derive v0.3.1 |
| 1189 | 2026-05-28T23:31:06.425Z | Downloaded schemars v0.9.0 |
| 1190 | 2026-05-28T23:31:06.429Z | Downloaded rand v0.10.0 |
| 1191 | 2026-05-28T23:31:06.432Z | Downloaded hkdf v0.12.4 |
| 1192 | 2026-05-28T23:31:06.435Z | Downloaded subprocess v0.2.15 |
| 1193 | 2026-05-28T23:31:06.435Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1194 | 2026-05-28T23:31:06.438Z | Downloaded vergen v9.1.0 |
| 1195 | 2026-05-28T23:31:06.438Z | Downloaded thread_local v1.1.9 |
| 1196 | 2026-05-28T23:31:06.441Z | Downloaded rand v0.9.2 |
| 1197 | 2026-05-28T23:31:06.441Z | Downloaded zstd-safe v7.2.4 |
| 1198 | 2026-05-28T23:31:06.443Z | Downloaded xshell v0.2.7 |
| 1199 | 2026-05-28T23:31:06.444Z | Downloaded twox-hash v2.1.2 |
| 1200 | 2026-05-28T23:31:06.447Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-05-28T23:31:06.447Z | Downloaded hashbrown v0.16.1 |
| 1202 | 2026-05-28T23:31:06.449Z | Downloaded iddqd v0.4.2 |
| 1203 | 2026-05-28T23:31:06.454Z | Downloaded unicode-bidi v0.3.18 |
| 1204 | 2026-05-28T23:31:06.457Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1205 | 2026-05-28T23:31:06.457Z | Downloaded typify v0.4.3 |
| 1206 | 2026-05-28T23:31:06.460Z | Downloaded typify v0.6.2 |
| 1207 | 2026-05-28T23:31:06.463Z | Downloaded rustyline v14.0.0 |
| 1208 | 2026-05-28T23:31:06.466Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1209 | 2026-05-28T23:31:06.466Z | Downloaded itertools v0.13.0 |
| 1210 | 2026-05-28T23:31:06.474Z | Downloaded rpassword v7.4.0 |
| 1211 | 2026-05-28T23:31:06.478Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-05-28T23:31:06.481Z | Downloaded steno v0.4.1 |
| 1213 | 2026-05-28T23:31:06.484Z | Downloaded yasna v0.5.2 |
| 1214 | 2026-05-28T23:31:06.487Z | Downloaded bindgen v0.71.1 |
| 1215 | 2026-05-28T23:31:06.490Z | Downloaded tungstenite v0.21.0 |
| 1216 | 2026-05-28T23:31:06.493Z | Downloaded tracing-core v0.1.36 |
| 1217 | 2026-05-28T23:31:06.496Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-05-28T23:31:06.499Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-05-28T23:31:06.503Z | Downloaded reedline v0.40.0 |
| 1220 | 2026-05-28T23:31:06.514Z | Downloaded zerocopy v0.6.6 |
| 1221 | 2026-05-28T23:31:06.517Z | Downloaded unsafe-libyaml v0.2.11 |
| 1222 | 2026-05-28T23:31:06.524Z | Downloaded chrono v0.4.44 |
| 1223 | 2026-05-28T23:31:06.528Z | Downloaded zstd v0.13.3 |
| 1224 | 2026-05-28T23:31:06.540Z | Downloaded zopfli v0.8.3 |
| 1225 | 2026-05-28T23:31:06.543Z | Downloaded p384 v0.13.1 |
| 1226 | 2026-05-28T23:31:06.546Z | Downloaded vte v0.14.1 |
| 1227 | 2026-05-28T23:31:06.549Z | Downloaded regex v1.12.3 |
| 1228 | 2026-05-28T23:31:06.552Z | Downloaded reqwest v0.13.2 |
| 1229 | 2026-05-28T23:31:06.555Z | Downloaded reqwest v0.12.28 |
| 1230 | 2026-05-28T23:31:06.558Z | Downloaded unicode_categories v0.1.1 |
| 1231 | 2026-05-28T23:31:06.561Z | Downloaded git2 v0.20.4 |
| 1232 | 2026-05-28T23:31:06.586Z | Downloaded zip v0.6.6 |
| 1233 | 2026-05-28T23:31:06.592Z | Downloaded typed-path v0.9.3 |
| 1234 | 2026-05-28T23:31:06.595Z | Downloaded quick-xml v0.37.5 |
| 1235 | 2026-05-28T23:31:06.599Z | Downloaded ssh-key v0.6.7 |
| 1236 | 2026-05-28T23:31:06.603Z | Downloaded salty v0.3.0 |
| 1237 | 2026-05-28T23:31:06.607Z | Downloaded zerocopy-derive v0.8.40 |
| 1238 | 2026-05-28T23:31:06.612Z | Downloaded tower v0.5.3 |
| 1239 | 2026-05-28T23:31:06.617Z | Downloaded toml_edit v0.19.15 |
| 1240 | 2026-05-28T23:31:06.627Z | Downloaded rayon v1.11.0 |
| 1241 | 2026-05-28T23:31:06.632Z | Downloaded goblin v0.10.5 |
| 1242 | 2026-05-28T23:31:06.636Z | Downloaded x509-cert v0.2.5 |
| 1243 | 2026-05-28T23:31:06.639Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-05-28T23:31:06.647Z | Downloaded unicode-segmentation v1.12.0 |
| 1245 | 2026-05-28T23:31:06.650Z | Downloaded unicode-normalization v0.1.25 |
| 1246 | 2026-05-28T23:31:06.653Z | Downloaded lalrpop v0.19.12 |
| 1247 | 2026-05-28T23:31:06.657Z | Downloaded petname v2.0.2 |
| 1248 | 2026-05-28T23:31:06.660Z | Downloaded moka v0.12.13 |
| 1249 | 2026-05-28T23:31:06.664Z | Downloaded portable-atomic v1.13.1 |
| 1250 | 2026-05-28T23:31:06.669Z | Downloaded tokio-util v0.7.18 |
| 1251 | 2026-05-28T23:31:06.673Z | Downloaded curve25519-dalek v4.1.3 |
| 1252 | 2026-05-28T23:31:06.678Z | Downloaded yansi v1.0.1 |
| 1253 | 2026-05-28T23:31:06.682Z | Downloaded uuid v1.23.0 |
| 1254 | 2026-05-28T23:31:06.685Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-05-28T23:31:06.688Z | Downloaded zip v4.6.1 |
| 1256 | 2026-05-28T23:31:06.691Z | Downloaded tough v0.22.0 |
| 1257 | 2026-05-28T23:31:06.694Z | Downloaded rustls-webpki v0.102.8 |
| 1258 | 2026-05-28T23:31:06.705Z | Downloaded proptest v1.10.0 |
| 1259 | 2026-05-28T23:31:06.712Z | Downloaded winnow v0.6.26 |
| 1260 | 2026-05-28T23:31:06.720Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-05-28T23:31:06.730Z | Downloaded serde_with v3.17.0 |
| 1262 | 2026-05-28T23:31:06.737Z | Downloaded quinn-proto v0.11.13 |
| 1263 | 2026-05-28T23:31:06.741Z | Downloaded nix v0.27.1 |
| 1264 | 2026-05-28T23:31:06.747Z | Downloaded openssl v0.10.79 |
| 1265 | 2026-05-28T23:31:06.754Z | Downloaded tabled v0.20.0 |
| 1266 | 2026-05-28T23:31:06.764Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-05-28T23:31:06.768Z | Downloaded rustls v0.21.12 |
| 1268 | 2026-05-28T23:31:06.775Z | Downloaded winnow v0.5.40 |
| 1269 | 2026-05-28T23:31:06.779Z | Downloaded object v0.30.4 |
| 1270 | 2026-05-28T23:31:06.784Z | Downloaded smoltcp v0.9.1 |
| 1271 | 2026-05-28T23:31:06.792Z | Downloaded nix v0.28.0 |
| 1272 | 2026-05-28T23:31:06.806Z | Downloaded time v0.3.47 |
| 1273 | 2026-05-28T23:31:06.812Z | Downloaded regex-syntax v0.6.29 |
| 1274 | 2026-05-28T23:31:06.816Z | Downloaded radix_trie v0.2.1 |
| 1275 | 2026-05-28T23:31:06.821Z | Downloaded hickory-proto v0.24.4 |
| 1276 | 2026-05-28T23:31:06.829Z | Downloaded vcpkg v0.2.15 |
| 1277 | 2026-05-28T23:31:06.851Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-05-28T23:31:06.855Z | Downloaded regress v0.10.5 |
| 1279 | 2026-05-28T23:31:06.859Z | Downloaded object v0.37.3 |
| 1280 | 2026-05-28T23:31:06.865Z | Downloaded nix v0.31.2 |
| 1281 | 2026-05-28T23:31:06.872Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-05-28T23:31:06.875Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-05-28T23:31:06.880Z | Downloaded rustls v0.22.4 |
| 1284 | 2026-05-28T23:31:06.888Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-05-28T23:31:06.894Z | Downloaded openapiv3 v2.2.0 |
| 1286 | 2026-05-28T23:31:06.900Z | Downloaded hickory-proto v0.25.2 |
| 1287 | 2026-05-28T23:31:06.910Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-05-28T23:31:06.914Z | Downloaded rustls v0.23.37 |
| 1289 | 2026-05-28T23:31:06.920Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-05-28T23:31:06.933Z | Downloaded diesel v2.3.7 |
| 1291 | 2026-05-28T23:31:06.944Z | Downloaded regress v0.11.1 |
| 1292 | 2026-05-28T23:31:06.968Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-05-28T23:31:06.995Z | Downloaded sled v0.34.7 |
| 1294 | 2026-05-28T23:31:07.002Z | Downloaded tracing v0.1.44 |
| 1295 | 2026-05-28T23:31:07.013Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-05-28T23:31:07.024Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-28T23:31:07.028Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-05-28T23:31:07.035Z | Downloaded typify-impl v0.4.3 |
| 1299 | 2026-05-28T23:31:07.043Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1300 | 2026-05-28T23:31:07.049Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-05-28T23:31:07.058Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-05-28T23:31:07.074Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-05-28T23:31:07.086Z | Downloaded chrono-tz v0.10.4 |
| 1304 | 2026-05-28T23:31:07.094Z | Downloaded libz-sys v1.1.24 |
| 1305 | 2026-05-28T23:31:07.106Z | Downloaded csv v1.4.0 |
| 1306 | 2026-05-28T23:31:07.116Z | Downloaded jiff v0.2.21 |
| 1307 | 2026-05-28T23:31:07.142Z | Downloaded encoding_rs v0.8.35 |
| 1308 | 2026-05-28T23:31:07.155Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-05-28T23:31:07.164Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-05-28T23:31:07.182Z | Downloaded tokio v1.52.1 |
| 1311 | 2026-05-28T23:31:07.277Z | Downloaded ring v0.17.14 |
| 1312 | 2026-05-28T23:31:07.327Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-05-28T23:31:07.828Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-05-28T23:31:08.082Z | Compiling libc v0.2.185 |
| 1315 | 2026-05-28T23:31:08.082Z | Compiling serde v1.0.228 |
| 1316 | 2026-05-28T23:31:08.086Z | Compiling log v0.4.29 |
| 1317 | 2026-05-28T23:31:08.086Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-28T23:31:08.229Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-05-28T23:31:08.233Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-28T23:31:08.238Z | Compiling syn v2.0.117 |
| 1321 | 2026-05-28T23:31:08.255Z | Compiling typenum v1.19.0 |
| 1322 | 2026-05-28T23:31:08.409Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-05-28T23:31:08.424Z | Compiling subtle v2.6.1 |
| 1324 | 2026-05-28T23:31:08.439Z | Compiling scopeguard v1.2.0 |
| 1325 | 2026-05-28T23:31:08.516Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-28T23:31:08.542Z | Compiling const-oid v0.9.6 |
| 1327 | 2026-05-28T23:31:08.555Z | Compiling serde_json v1.0.149 |
| 1328 | 2026-05-28T23:31:08.593Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-05-28T23:31:08.690Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-05-28T23:31:08.782Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-05-28T23:31:08.883Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-05-28T23:31:09.069Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-28T23:31:09.118Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-28T23:31:09.142Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-28T23:31:09.217Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-28T23:31:09.300Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-05-28T23:31:09.325Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-28T23:31:09.338Z | Compiling cc v1.2.56 |
| 1339 | 2026-05-28T23:31:09.501Z | Compiling bitflags v2.11.0 |
| 1340 | 2026-05-28T23:31:09.584Z | Compiling libm v0.2.16 |
| 1341 | 2026-05-28T23:31:09.584Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-05-28T23:31:09.725Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-05-28T23:31:09.745Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-05-28T23:31:09.833Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-28T23:31:09.847Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-28T23:31:09.904Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-05-28T23:31:09.978Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-05-28T23:31:10.106Z | Compiling socket2 v0.6.3 |
| 1349 | 2026-05-28T23:31:10.122Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-05-28T23:31:10.161Z | Compiling slab v0.4.12 |
| 1351 | 2026-05-28T23:31:10.185Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-28T23:31:10.222Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-05-28T23:31:10.293Z | Compiling futures-io v0.3.32 |
| 1354 | 2026-05-28T23:31:10.332Z | Compiling getrandom v0.4.1 |
| 1355 | 2026-05-28T23:31:10.351Z | Compiling cpufeatures v0.2.17 |
| 1356 | 2026-05-28T23:31:10.424Z | Compiling rand_core v0.10.0 |
| 1357 | 2026-05-28T23:31:10.442Z | Compiling indexmap v2.14.0 |
| 1358 | 2026-05-28T23:31:10.445Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-28T23:31:10.499Z | Compiling rustversion v1.0.22 |
| 1360 | 2026-05-28T23:31:10.586Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-28T23:31:10.865Z | Compiling cmake v0.1.57 |
| 1362 | 2026-05-28T23:31:10.883Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-28T23:31:10.979Z | Compiling dunce v1.0.5 |
| 1364 | 2026-05-28T23:31:11.074Z | Compiling synstructure v0.13.2 |
| 1365 | 2026-05-28T23:31:11.078Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-28T23:31:11.146Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-05-28T23:31:11.205Z | Compiling rustix v1.1.3 |
| 1368 | 2026-05-28T23:31:11.258Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-05-28T23:31:11.281Z | Compiling flagset v0.4.7 |
| 1370 | 2026-05-28T23:31:11.392Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-05-28T23:31:11.411Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-05-28T23:31:11.430Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-28T23:31:11.621Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-05-28T23:31:11.691Z | Compiling ring v0.17.14 |
| 1375 | 2026-05-28T23:31:11.766Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-05-28T23:31:11.779Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-05-28T23:31:11.963Z | Compiling uuid v1.23.0 |
| 1378 | 2026-05-28T23:31:12.062Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-05-28T23:31:12.395Z | Compiling tracing-core v0.1.36 |
| 1380 | 2026-05-28T23:31:12.530Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-05-28T23:31:12.678Z | Compiling base64 v0.22.1 |
| 1382 | 2026-05-28T23:31:12.827Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-05-28T23:31:12.956Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-05-28T23:31:13.016Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-05-28T23:31:13.035Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-05-28T23:31:13.068Z | Compiling zerocopy-derive v0.8.40 |
| 1387 | 2026-05-28T23:31:13.606Z | Compiling zeroize v1.8.2 |
| 1388 | 2026-05-28T23:31:13.887Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-05-28T23:31:14.185Z | Compiling displaydoc v0.2.5 |
| 1390 | 2026-05-28T23:31:14.344Z | Compiling crypto-common v0.1.7 |
| 1391 | 2026-05-28T23:31:14.383Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-05-28T23:31:14.489Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-28T23:31:14.505Z | Compiling block-buffer v0.10.4 |
| 1394 | 2026-05-28T23:31:14.668Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-28T23:31:14.668Z | Compiling tokio-macros v2.7.0 |
| 1396 | 2026-05-28T23:31:14.913Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-05-28T23:31:14.928Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-05-28T23:31:14.974Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-05-28T23:31:15.200Z | Compiling hmac v0.12.1 |
| 1400 | 2026-05-28T23:31:15.356Z | Compiling block-padding v0.3.3 |
| 1401 | 2026-05-28T23:31:15.398Z | Compiling sha2 v0.10.9 |
| 1402 | 2026-05-28T23:31:15.466Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-05-28T23:31:15.513Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-05-28T23:31:15.665Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-05-28T23:31:15.679Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-05-28T23:31:15.709Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-05-28T23:31:16.136Z | Compiling inout v0.1.4 |
| 1408 | 2026-05-28T23:31:16.223Z | Compiling bytes v1.11.1 |
| 1409 | 2026-05-28T23:31:16.296Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-05-28T23:31:16.517Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-28T23:31:16.611Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-05-28T23:31:16.811Z | Compiling tokio v1.52.1 |
| 1413 | 2026-05-28T23:31:16.844Z | Compiling cipher v0.4.4 |
| 1414 | 2026-05-28T23:31:17.103Z | Compiling der_derive v0.7.3 |
| 1415 | 2026-05-28T23:31:17.173Z | Compiling http v1.4.0 |
| 1416 | 2026-05-28T23:31:17.460Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-05-28T23:31:17.596Z | Compiling idna v1.1.0 |
| 1418 | 2026-05-28T23:31:17.653Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-28T23:31:17.686Z | Compiling chrono v0.4.44 |
| 1420 | 2026-05-28T23:31:17.963Z | Compiling url v2.5.8 |
| 1421 | 2026-05-28T23:31:17.979Z | Compiling salsa20 v0.10.2 |
| 1422 | 2026-05-28T23:31:18.030Z | Compiling der v0.7.10 |
| 1423 | 2026-05-28T23:31:18.057Z | Compiling pbkdf2 v0.12.2 |
| 1424 | 2026-05-28T23:31:18.111Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-05-28T23:31:18.170Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-28T23:31:18.239Z | Compiling tracing-attributes v0.1.31 |
| 1427 | 2026-05-28T23:31:18.544Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-28T23:31:18.744Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-28T23:31:18.789Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-28T23:31:18.941Z | Compiling spki v0.7.3 |
| 1431 | 2026-05-28T23:31:19.029Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-28T23:31:19.142Z | Compiling cbc v0.1.2 |
| 1433 | 2026-05-28T23:31:19.258Z | Compiling httparse v1.10.1 |
| 1434 | 2026-05-28T23:31:19.283Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-05-28T23:31:19.352Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-05-28T23:31:19.421Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-05-28T23:31:19.456Z | Compiling thiserror v2.0.18 |
| 1438 | 2026-05-28T23:31:19.472Z | Compiling untrusted v0.9.0 |
| 1439 | 2026-05-28T23:31:19.506Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-28T23:31:19.557Z | Compiling pkcs5 v0.7.1 |
| 1441 | 2026-05-28T23:31:19.595Z | Compiling tinyvec v1.10.0 |
| 1442 | 2026-05-28T23:31:19.625Z | Compiling pest_generator v2.8.6 |
| 1443 | 2026-05-28T23:31:19.759Z | Compiling rand v0.9.2 |
| 1444 | 2026-05-28T23:31:19.942Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2026-05-28T23:31:20.024Z | Compiling aho-corasick v1.1.4 |
| 1446 | 2026-05-28T23:31:20.071Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-05-28T23:31:20.192Z | Compiling try-lock v0.2.5 |
| 1448 | 2026-05-28T23:31:20.300Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-05-28T23:31:20.316Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-28T23:31:20.457Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-05-28T23:31:20.510Z | Compiling dyn-clone v1.0.20 |
| 1452 | 2026-05-28T23:31:20.547Z | Compiling tower-service v0.3.3 |
| 1453 | 2026-05-28T23:31:20.642Z | Compiling rustls v0.23.37 |
| 1454 | 2026-05-28T23:31:20.673Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-05-28T23:31:20.815Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-28T23:31:20.827Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-05-28T23:31:21.087Z | Compiling want v0.3.1 |
| 1458 | 2026-05-28T23:31:21.251Z | Compiling h2 v0.4.13 |
| 1459 | 2026-05-28T23:31:21.333Z | Compiling pkcs8 v0.10.2 |
| 1460 | 2026-05-28T23:31:21.685Z | Compiling ipnet v2.11.0 |
| 1461 | 2026-05-28T23:31:21.698Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-05-28T23:31:21.764Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-05-28T23:31:22.077Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-28T23:31:22.176Z | Compiling openssl v0.10.79 |
| 1465 | 2026-05-28T23:31:22.299Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-05-28T23:31:22.388Z | Compiling pin-utils v0.1.0 |
| 1467 | 2026-05-28T23:31:22.418Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-28T23:31:22.432Z | Compiling tempfile v3.25.0 |
| 1469 | 2026-05-28T23:31:22.483Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-28T23:31:22.497Z | Compiling unicode-normalization v0.1.25 |
| 1471 | 2026-05-28T23:31:22.793Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-05-28T23:31:22.945Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1473 | 2026-05-28T23:31:23.160Z | Compiling spin v0.9.8 |
| 1474 | 2026-05-28T23:31:23.174Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-05-28T23:31:23.302Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-28T23:31:23.320Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-05-28T23:31:23.360Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-28T23:31:23.445Z | Compiling crc32fast v1.5.0 |
| 1479 | 2026-05-28T23:31:23.519Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-28T23:31:23.575Z | Compiling time-macros v0.2.27 |
| 1481 | 2026-05-28T23:31:24.011Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-05-28T23:31:24.459Z | Compiling hyper v1.8.1 |
| 1483 | 2026-05-28T23:31:24.473Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-28T23:31:24.552Z | Compiling goblin v0.10.5 |
| 1485 | 2026-05-28T23:31:24.609Z | Compiling rustls-native-certs v0.8.3 |
| 1486 | 2026-05-28T23:31:24.857Z | Compiling sync_wrapper v1.0.2 |
| 1487 | 2026-05-28T23:31:24.892Z | Compiling wait-timeout v0.2.1 |
| 1488 | 2026-05-28T23:31:24.965Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-05-28T23:31:25.146Z | Compiling syn v1.0.109 |
| 1490 | 2026-05-28T23:31:25.161Z | Compiling crossbeam-utils v0.8.21 |
| 1491 | 2026-05-28T23:31:25.203Z | Compiling siphasher v1.0.2 |
| 1492 | 2026-05-28T23:31:25.390Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-05-28T23:31:25.439Z | Compiling quick-error v1.2.3 |
| 1494 | 2026-05-28T23:31:25.439Z | Compiling bit-vec v0.8.0 |
| 1495 | 2026-05-28T23:31:25.543Z | Compiling hyper-util v0.1.20 |
| 1496 | 2026-05-28T23:31:25.587Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-05-28T23:31:25.675Z | Compiling time v0.3.47 |
| 1498 | 2026-05-28T23:31:25.689Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-28T23:31:25.951Z | Compiling rusty-fork v0.3.1 |
| 1500 | 2026-05-28T23:31:26.243Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-28T23:31:26.291Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-28T23:31:26.739Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-28T23:31:26.912Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-28T23:31:27.161Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-28T23:31:27.211Z | Compiling dof v0.4.0 |
| 1506 | 2026-05-28T23:31:27.248Z | Compiling signature v2.2.0 |
| 1507 | 2026-05-28T23:31:27.281Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-05-28T23:31:27.301Z | Compiling thiserror-impl v1.0.69 |
| 1509 | 2026-05-28T23:31:27.423Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-28T23:31:27.492Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-28T23:31:27.660Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-28T23:31:27.663Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-28T23:31:27.856Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-28T23:31:27.941Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-28T23:31:28.024Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-28T23:31:28.126Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-05-28T23:31:28.203Z | Compiling unicode-bidi v0.3.18 |
| 1518 | 2026-05-28T23:31:28.293Z | Compiling adler2 v2.0.1 |
| 1519 | 2026-05-28T23:31:28.370Z | Compiling unicode-properties v0.1.4 |
| 1520 | 2026-05-28T23:31:28.420Z | Compiling iri-string v0.7.10 |
| 1521 | 2026-05-28T23:31:28.535Z | Compiling ryu v1.0.23 |
| 1522 | 2026-05-28T23:31:28.575Z | Compiling unarray v0.1.4 |
| 1523 | 2026-05-28T23:31:28.685Z | Compiling allocator-api2 v0.2.21 |
| 1524 | 2026-05-28T23:31:28.713Z | Compiling zstd-safe v7.2.4 |
| 1525 | 2026-05-28T23:31:28.733Z | Compiling paste v1.0.15 |
| 1526 | 2026-05-28T23:31:28.747Z | Compiling anyhow v1.0.102 |
| 1527 | 2026-05-28T23:31:28.900Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-28T23:31:29.004Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-28T23:31:29.035Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-05-28T23:31:29.136Z | Compiling stringprep v0.1.5 |
| 1531 | 2026-05-28T23:31:29.237Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-05-28T23:31:29.566Z | Compiling tower-http v0.6.8 |
| 1533 | 2026-05-28T23:31:29.873Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-28T23:31:30.020Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-28T23:31:30.114Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-28T23:31:30.398Z | Compiling tokio-native-tls v0.3.1 |
| 1537 | 2026-05-28T23:31:30.465Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-05-28T23:31:30.536Z | Compiling bstr v1.12.1 |
| 1539 | 2026-05-28T23:31:30.563Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-05-28T23:31:30.578Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-05-28T23:31:30.592Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-28T23:31:30.717Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-05-28T23:31:30.845Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-05-28T23:31:30.859Z | Compiling md-5 v0.10.6 |
| 1545 | 2026-05-28T23:31:31.018Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-28T23:31:31.146Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-28T23:31:31.171Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-05-28T23:31:31.197Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-05-28T23:31:31.355Z | Compiling vergen-lib v9.1.0 |
| 1550 | 2026-05-28T23:31:31.529Z | Compiling num-integer v0.1.46 |
| 1551 | 2026-05-28T23:31:31.543Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-05-28T23:31:31.766Z | Compiling ff v0.13.1 |
| 1553 | 2026-05-28T23:31:31.895Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-05-28T23:31:31.909Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-05-28T23:31:31.935Z | Compiling ref-cast v1.0.25 |
| 1556 | 2026-05-28T23:31:32.084Z | Compiling base16ct v0.2.0 |
| 1557 | 2026-05-28T23:31:32.192Z | Compiling litrs v1.0.0 |
| 1558 | 2026-05-28T23:31:32.238Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2026-05-28T23:31:32.264Z | Compiling rustix v0.38.44 |
| 1560 | 2026-05-28T23:31:32.345Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-05-28T23:31:32.549Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2026-05-28T23:31:32.605Z | Compiling mime v0.3.17 |
| 1563 | 2026-05-28T23:31:32.624Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-05-28T23:31:32.708Z | Compiling num-bigint-dig v0.8.6 |
| 1565 | 2026-05-28T23:31:32.747Z | Compiling smoltcp v0.9.1 |
| 1566 | 2026-05-28T23:31:32.862Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-28T23:31:32.916Z | Compiling document-features v0.2.12 |
| 1568 | 2026-05-28T23:31:33.032Z | Compiling nix v0.31.2 |
| 1569 | 2026-05-28T23:31:33.193Z | Compiling postgres-protocol v0.6.10 |
| 1570 | 2026-05-28T23:31:33.394Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-05-28T23:31:33.454Z | Compiling sec1 v0.7.3 |
| 1572 | 2026-05-28T23:31:33.500Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-05-28T23:31:33.581Z | Compiling group v0.13.0 |
| 1574 | 2026-05-28T23:31:33.723Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-05-28T23:31:33.838Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-05-28T23:31:33.999Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-05-28T23:31:34.027Z | Compiling rand v0.8.6 |
| 1578 | 2026-05-28T23:31:34.163Z | Compiling oxnet v0.1.4 |
| 1579 | 2026-05-28T23:31:34.186Z | Compiling darling v0.21.3 |
| 1580 | 2026-05-28T23:31:34.265Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-05-28T23:31:34.423Z | Compiling derive_builder v0.20.2 |
| 1582 | 2026-05-28T23:31:34.437Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-28T23:31:34.855Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-28T23:31:34.928Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-28T23:31:35.023Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-28T23:31:35.090Z | Compiling futures-executor v0.3.32 |
| 1587 | 2026-05-28T23:31:35.105Z | Compiling hex v0.4.3 |
| 1588 | 2026-05-28T23:31:35.335Z | Compiling flate2 v1.1.9 |
| 1589 | 2026-05-28T23:31:35.349Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-05-28T23:31:35.371Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-05-28T23:31:35.451Z | Compiling ref-cast-impl v1.0.25 |
| 1592 | 2026-05-28T23:31:35.511Z | Compiling snafu-derive v0.8.9 |
| 1593 | 2026-05-28T23:31:35.548Z | Compiling daft-derive v0.1.7 |
| 1594 | 2026-05-28T23:31:35.736Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-05-28T23:31:35.975Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-05-28T23:31:36.262Z | Compiling terminal_size v0.4.3 |
| 1597 | 2026-05-28T23:31:36.371Z | Compiling vergen v9.1.0 |
| 1598 | 2026-05-28T23:31:36.398Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-28T23:31:36.556Z | Compiling cargo-platform v0.3.2 |
| 1600 | 2026-05-28T23:31:36.633Z | Compiling ahash v0.8.12 |
| 1601 | 2026-05-28T23:31:36.837Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-05-28T23:31:36.852Z | Compiling winnow v0.5.40 |
| 1603 | 2026-05-28T23:31:37.015Z | Compiling object v0.37.3 |
| 1604 | 2026-05-28T23:31:37.287Z | Compiling same-file v1.0.6 |
| 1605 | 2026-05-28T23:31:37.446Z | Compiling bitflags v1.3.2 |
| 1606 | 2026-05-28T23:31:37.461Z | Compiling bumpalo v3.20.2 |
| 1607 | 2026-05-28T23:31:37.475Z | Compiling unicode-segmentation v1.12.0 |
| 1608 | 2026-05-28T23:31:37.522Z | Compiling libbz2-rs-sys v0.2.2 |
| 1609 | 2026-05-28T23:31:37.710Z | Compiling managed v0.8.0 |
| 1610 | 2026-05-28T23:31:37.857Z | Compiling foldhash v0.2.0 |
| 1611 | 2026-05-28T23:31:37.934Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-05-28T23:31:38.015Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-28T23:31:38.083Z | Compiling hashbrown v0.16.1 |
| 1614 | 2026-05-28T23:31:38.143Z | Compiling toml_edit v0.19.15 |
| 1615 | 2026-05-28T23:31:38.146Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-05-28T23:31:38.201Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-05-28T23:31:38.274Z | Compiling snafu v0.8.9 |
| 1618 | 2026-05-28T23:31:38.623Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-05-28T23:31:38.688Z | Compiling hashbrown v0.15.5 |
| 1620 | 2026-05-28T23:31:38.782Z | Compiling cargo_metadata v0.23.1 |
| 1621 | 2026-05-28T23:31:38.801Z | Compiling dof v0.3.0 |
| 1622 | 2026-05-28T23:31:39.224Z | Compiling elliptic-curve v0.13.8 |
| 1623 | 2026-05-28T23:31:39.504Z | Compiling daft v0.1.7 |
| 1624 | 2026-05-28T23:31:39.723Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-28T23:31:39.779Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-28T23:31:39.895Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-05-28T23:31:40.112Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-05-28T23:31:40.229Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-05-28T23:31:40.293Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-05-28T23:31:40.434Z | Compiling zstd v0.13.3 |
| 1631 | 2026-05-28T23:31:40.510Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-28T23:31:40.616Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-28T23:31:40.733Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-05-28T23:31:41.135Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-05-28T23:31:41.159Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-28T23:31:41.506Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-28T23:31:41.622Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-28T23:31:41.826Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-28T23:31:41.856Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-28T23:31:41.875Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-28T23:31:42.013Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-05-28T23:31:42.013Z | Compiling serde_plain v1.0.2 |
| 1643 | 2026-05-28T23:31:42.078Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-05-28T23:31:42.165Z | Compiling pem v3.0.6 |
| 1645 | 2026-05-28T23:31:42.202Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-05-28T23:31:42.202Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-05-28T23:31:42.275Z | Compiling clap_derive v4.5.55 |
| 1648 | 2026-05-28T23:31:42.303Z | Compiling enum-as-inner v0.6.1 |
| 1649 | 2026-05-28T23:31:42.495Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-05-28T23:31:42.533Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-28T23:31:42.686Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-28T23:31:42.774Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-05-28T23:31:42.806Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-28T23:31:42.866Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-05-28T23:31:42.984Z | Compiling keccak v0.1.6 |
| 1656 | 2026-05-28T23:31:43.016Z | Compiling precomputed-hash v0.1.1 |
| 1657 | 2026-05-28T23:31:43.106Z | Compiling static_assertions v1.1.0 |
| 1658 | 2026-05-28T23:31:43.120Z | Compiling fixedbitset v0.4.2 |
| 1659 | 2026-05-28T23:31:43.167Z | Compiling either v1.15.0 |
| 1660 | 2026-05-28T23:31:43.182Z | Compiling jiff v0.2.21 |
| 1661 | 2026-05-28T23:31:43.329Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-05-28T23:31:43.369Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-05-28T23:31:43.441Z | Compiling data-encoding v2.10.0 |
| 1664 | 2026-05-28T23:31:43.786Z | Compiling predicates-core v1.0.10 |
| 1665 | 2026-05-28T23:31:43.943Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-05-28T23:31:43.962Z | Compiling whoami v2.1.0 |
| 1667 | 2026-05-28T23:31:44.015Z | Compiling difflib v0.4.0 |
| 1668 | 2026-05-28T23:31:44.038Z | Compiling clap v4.5.60 |
| 1669 | 2026-05-28T23:31:44.118Z | Compiling toml_edit v0.22.27 |
| 1670 | 2026-05-28T23:31:44.134Z | Compiling strum v0.26.3 |
| 1671 | 2026-05-28T23:31:44.266Z | Compiling predicates v3.1.4 |
| 1672 | 2026-05-28T23:31:44.324Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-05-28T23:31:44.535Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-05-28T23:31:44.579Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-05-28T23:31:44.810Z | Compiling itertools v0.13.0 |
| 1676 | 2026-05-28T23:31:44.911Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-05-28T23:31:45.444Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1678 | 2026-05-28T23:31:46.029Z | Compiling zip v4.6.1 |
| 1679 | 2026-05-28T23:31:46.384Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-05-28T23:31:46.487Z | Compiling petgraph v0.8.3 |
| 1681 | 2026-05-28T23:31:46.851Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-05-28T23:31:46.871Z | Compiling usdt v0.6.0 |
| 1683 | 2026-05-28T23:31:46.998Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-05-28T23:31:47.132Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-05-28T23:31:47.204Z | Compiling rsa v0.9.10 |
| 1686 | 2026-05-28T23:31:47.384Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-05-28T23:31:47.530Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-05-28T23:31:47.588Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-05-28T23:31:48.286Z | Compiling zip v0.6.6 |
| 1690 | 2026-05-28T23:31:48.863Z | Compiling iddqd v0.4.2 |
| 1691 | 2026-05-28T23:31:48.866Z | Compiling toml v0.7.8 |
| 1692 | 2026-05-28T23:31:49.295Z | Compiling similar v2.7.0 |
| 1693 | 2026-05-28T23:31:49.450Z | Compiling heck v0.4.1 |
| 1694 | 2026-05-28T23:31:49.466Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-05-28T23:31:49.533Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-28T23:31:49.670Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-28T23:31:49.860Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-28T23:31:50.097Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-28T23:31:50.129Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1700 | 2026-05-28T23:31:50.132Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-28T23:31:50.157Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-28T23:31:50.160Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-05-28T23:31:50.389Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-28T23:31:50.425Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-28T23:31:50.439Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-28T23:31:50.508Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-28T23:31:50.579Z | Compiling is-terminal v0.4.17 |
| 1708 | 2026-05-28T23:31:50.672Z | Compiling filetime v0.2.27 |
| 1709 | 2026-05-28T23:31:50.685Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-05-28T23:31:50.744Z | Compiling term v1.2.1 |
| 1711 | 2026-05-28T23:31:50.791Z | Compiling xattr v1.6.1 |
| 1712 | 2026-05-28T23:31:50.955Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-28T23:31:51.324Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-28T23:32:01.071Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-28T23:32:03.849Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-28T23:32:03.849Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-28T23:32:04.044Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-28T23:32:04.247Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-28T23:32:04.247Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-28T23:32:05.484Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-28T23:32:08.013Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-28T23:32:08.227Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-28T23:32:11.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1724 | 2026-05-28T23:32:11.213Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-28T23:32:11.267Z | May 28 23:32:10.420 INFO Starting download, target: Clickhouse |
| 1726 | 2026-05-28T23:32:11.267Z | May 28 23:32:10.421 INFO Starting download, target: Cockroach |
| 1727 | 2026-05-28T23:32:11.270Z | May 28 23:32:10.421 INFO Starting download, target: Console |
| 1728 | 2026-05-28T23:32:11.270Z | May 28 23:32:10.421 INFO Starting download, target: DendriteStub |
| 1729 | 2026-05-28T23:32:11.270Z | May 28 23:32:10.421 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-05-28T23:32:11.270Z | May 28 23:32:10.421 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-28T23:32:11.270Z | May 28 23:32:10.421 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-05-28T23:32:11.271Z | May 28 23:32:10.421 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-28T23:32:11.271Z | May 28 23:32:10.421 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-05-28T23:32:11.271Z | May 28 23:32:10.421 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1735 | 2026-05-28T23:32:11.271Z | May 28 23:32:10.421 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-05-28T23:32:11.271Z | May 28 23:32:10.421 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1737 | 2026-05-28T23:32:11.671Z | May 28 23:32:10.810 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-28T23:32:11.879Z | May 28 23:32:11.022 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-05-28T23:32:12.310Z | May 28 23:32:11.462 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-05-28T23:32:12.557Z | May 28 23:32:11.707 INFO Download complete, target: Console |
| 1741 | 2026-05-28T23:32:12.576Z | May 28 23:32:11.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1742 | 2026-05-28T23:32:12.858Z | May 28 23:32:12.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-05-28T23:32:13.172Z | May 28 23:32:12.326 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1744 | 2026-05-28T23:32:13.217Z | May 28 23:32:12.371 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-05-28T23:32:13.217Z | May 28 23:32:12.371 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-05-28T23:32:15.081Z | May 28 23:32:14.234 INFO Download complete, target: DendriteStub |
| 1747 | 2026-05-28T23:32:15.292Z | May 28 23:32:14.446 INFO Download complete, target: MaghemiteMgd |
| 1748 | 2026-05-28T23:32:17.951Z | May 28 23:32:17.105 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-28T23:32:18.085Z | May 28 23:32:17.237 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-28T23:32:20.019Z | May 28 23:32:19.172 INFO Checking that binary works, target: Clickhouse |
| 1751 | 2026-05-28T23:32:20.138Z | May 28 23:32:19.291 INFO Download complete, target: Clickhouse |
| 1752 | 2026-05-28T23:32:20.165Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-28T23:32:20.169Z | |
| 1754 | 2026-05-28T23:32:20.169Z | real 2:15.868326597 |
| 1755 | 2026-05-28T23:32:20.169Z | user 6:54.612998520 |
| 1756 | 2026-05-28T23:32:20.169Z | sys 1:21.768632260 |
| 1757 | 2026-05-28T23:32:20.169Z | trap 0.219028758 |
| 1758 | 2026-05-28T23:32:20.169Z | tflt 1.212673402 |
| 1759 | 2026-05-28T23:32:20.169Z | dflt 1.514755371 |
| 1760 | 2026-05-28T23:32:20.169Z | kflt 0.041753777 |
| 1761 | 2026-05-28T23:32:20.169Z | lock 23:01.838070674 |
| 1762 | 2026-05-28T23:32:20.169Z | slp 21:19.668766010 |
| 1763 | 2026-05-28T23:32:20.169Z | lat 43.588176763 |
| 1764 | 2026-05-28T23:32:20.169Z | stop 1:58.111496897 |
| 1765 | 2026-05-28T23:32:20.169Z | + banner hack-check |
| 1766 | 2026-05-28T23:32:20.169Z | |
| 1767 | 2026-05-28T23:32:20.169Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-28T23:32:20.169Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-28T23:32:20.169Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-28T23:32:20.169Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-28T23:32:20.169Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-28T23:32:20.169Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-28T23:32:20.169Z | |
| 1774 | 2026-05-28T23:32:20.169Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-28T23:32:20.169Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-28T23:32:20.169Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-28T23:32:20.696Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-28T23:32:20.918Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-28T23:32:22.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1780 | 2026-05-28T23:32:22.857Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-28T23:32:22.895Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-28T23:32:22.899Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-28T23:32:23.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1784 | 2026-05-28T23:32:23.383Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-28T23:32:24.152Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-28T23:32:24.464Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-28T23:32:26.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1788 | 2026-05-28T23:32:27.097Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-28T23:32:27.137Z | May 28 23:32:26.290 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-28T23:32:27.140Z | May 28 23:32:26.291 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-28T23:32:27.562Z | May 28 23:32:26.716 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-28T23:32:27.614Z | May 28 23:32:26.767 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-28T23:32:27.617Z | 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" |
| 1794 | 2026-05-28T23:32:27.630Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-28T23:32:27.782Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-05-28T23:32:28.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-28T23:32:28.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-28T23:32:28.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-28T23:32:28.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1800 | 2026-05-28T23:32:28.353Z | |
| 1801 | 2026-05-28T23:32:28.353Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-05-28T23:32:28.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-28T23:32:28.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-28T23:32:28.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-28T23:32:28.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1806 | 2026-05-28T23:32:28.932Z | |
| 1807 | 2026-05-28T23:32:28.932Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-05-28T23:32:29.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-28T23:32:29.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-28T23:32:29.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-28T23:32:29.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1812 | 2026-05-28T23:32:29.499Z | |
| 1813 | 2026-05-28T23:32:29.499Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-05-28T23:32:29.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-28T23:32:29.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-28T23:32:29.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-28T23:32:29.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1818 | 2026-05-28T23:32:30.077Z | |
| 1819 | 2026-05-28T23:32:30.077Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-05-28T23:32:30.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-28T23:32:30.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-28T23:32:30.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-28T23:32:30.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1824 | 2026-05-28T23:32:30.656Z | |
| 1825 | 2026-05-28T23:32:30.656Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-05-28T23:32:31.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-28T23:32:31.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-28T23:32:31.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-28T23:32:31.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1830 | 2026-05-28T23:32:31.237Z | |
| 1831 | 2026-05-28T23:32:31.237Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-05-28T23:32:31.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-28T23:32:31.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-28T23:32:31.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-28T23:32:31.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1836 | 2026-05-28T23:32:31.819Z | |
| 1837 | 2026-05-28T23:32:31.819Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-05-28T23:32:32.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-28T23:32:32.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-28T23:32:32.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-28T23:32:32.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1842 | 2026-05-28T23:32:32.405Z | |
| 1843 | 2026-05-28T23:32:32.405Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-05-28T23:32:32.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-28T23:32:32.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-28T23:32:32.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-28T23:32:32.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1848 | 2026-05-28T23:32:32.867Z | |
| 1849 | 2026-05-28T23:32:32.867Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-05-28T23:32:33.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-28T23:32:33.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-28T23:32:33.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-28T23:32:33.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1854 | 2026-05-28T23:32:33.329Z | |
| 1855 | 2026-05-28T23:32:33.329Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-05-28T23:32:33.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-28T23:32:33.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-28T23:32:33.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-28T23:32:33.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-05-28T23:32:33.791Z | |
| 1861 | 2026-05-28T23:32:33.791Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-05-28T23:32:34.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-28T23:32:34.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-28T23:32:34.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-28T23:32:34.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-05-28T23:32:34.251Z | |
| 1867 | 2026-05-28T23:32:34.251Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-05-28T23:32:34.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-28T23:32:34.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-28T23:32:34.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-28T23:32:34.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1872 | 2026-05-28T23:32:34.712Z | |
| 1873 | 2026-05-28T23:32:34.712Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-05-28T23:32:35.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-28T23:32:35.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-28T23:32:35.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-28T23:32:35.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-05-28T23:32:35.178Z | |
| 1879 | 2026-05-28T23:32:35.178Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-05-28T23:32:35.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-28T23:32:35.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-28T23:32:35.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-28T23:32:35.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-05-28T23:32:35.641Z | |
| 1885 | 2026-05-28T23:32:35.641Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-05-28T23:32:36.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-28T23:32:36.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-28T23:32:36.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-28T23:32:36.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1890 | 2026-05-28T23:32:36.106Z | |
| 1891 | 2026-05-28T23:32:36.106Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-05-28T23:32:36.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-28T23:32:36.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-28T23:32:36.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-28T23:32:36.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1896 | 2026-05-28T23:32:36.571Z | |
| 1897 | 2026-05-28T23:32:36.571Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-05-28T23:32:36.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-28T23:32:36.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-28T23:32:36.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-28T23:32:36.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-05-28T23:32:37.034Z | |
| 1903 | 2026-05-28T23:32:37.034Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-05-28T23:32:37.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-28T23:32:37.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-28T23:32:37.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-28T23:32:37.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-05-28T23:32:37.495Z | |
| 1909 | 2026-05-28T23:32:37.495Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-05-28T23:32:37.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-28T23:32:37.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-28T23:32:37.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-28T23:32:37.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1914 | 2026-05-28T23:32:37.962Z | |
| 1915 | 2026-05-28T23:32:37.962Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-05-28T23:32:38.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-28T23:32:38.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-28T23:32:38.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-28T23:32:38.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1920 | 2026-05-28T23:32:38.427Z | |
| 1921 | 2026-05-28T23:32:38.428Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-05-28T23:32:38.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-28T23:32:38.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-28T23:32:38.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-28T23:32:38.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-05-28T23:32:38.894Z | |
| 1927 | 2026-05-28T23:32:38.894Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-05-28T23:32:39.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-28T23:32:39.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-28T23:32:39.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-28T23:32:39.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1932 | 2026-05-28T23:32:39.355Z | |
| 1933 | 2026-05-28T23:32:39.355Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-05-28T23:32:39.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-28T23:32:39.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-28T23:32:39.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-28T23:32:39.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1938 | 2026-05-28T23:32:39.814Z | |
| 1939 | 2026-05-28T23:32:39.815Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-05-28T23:32:40.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-28T23:32:40.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-28T23:32:40.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-28T23:32:40.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-05-28T23:32:40.282Z | |
| 1945 | 2026-05-28T23:32:40.282Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-05-28T23:32:40.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-28T23:32:40.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-28T23:32:40.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-28T23:32:40.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1950 | 2026-05-28T23:32:40.746Z | |
| 1951 | 2026-05-28T23:32:40.746Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-05-28T23:32:41.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-28T23:32:41.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-28T23:32:41.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-28T23:32:41.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-05-28T23:32:41.211Z | |
| 1957 | 2026-05-28T23:32:41.211Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-05-28T23:32:41.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-28T23:32:41.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-28T23:32:41.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-28T23:32:41.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-05-28T23:32:41.669Z | |
| 1963 | 2026-05-28T23:32:41.669Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-05-28T23:32:42.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-28T23:32:42.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-28T23:32:42.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-28T23:32:42.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-05-28T23:32:42.129Z | |
| 1969 | 2026-05-28T23:32:42.130Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-05-28T23:32:42.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-28T23:32:42.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-28T23:32:42.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-28T23:32:42.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1974 | 2026-05-28T23:32:42.588Z | |
| 1975 | 2026-05-28T23:32:42.588Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-05-28T23:32:42.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-28T23:32:42.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-28T23:32:42.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-28T23:32:42.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1980 | 2026-05-28T23:32:43.048Z | |
| 1981 | 2026-05-28T23:32:43.048Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-05-28T23:32:43.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-28T23:32:43.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-28T23:32:43.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-28T23:32:43.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1986 | 2026-05-28T23:32:43.512Z | |
| 1987 | 2026-05-28T23:32:43.512Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-05-28T23:32:43.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-28T23:32:43.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-28T23:32:43.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-28T23:32:43.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1992 | 2026-05-28T23:32:43.973Z | |
| 1993 | 2026-05-28T23:32:43.974Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-05-28T23:32:44.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-28T23:32:44.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-28T23:32:44.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-28T23:32:44.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1998 | 2026-05-28T23:32:44.436Z | |
| 1999 | 2026-05-28T23:32:44.436Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-05-28T23:32:44.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-28T23:32:44.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-28T23:32:44.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-28T23:32:44.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2004 | 2026-05-28T23:32:44.896Z | |
| 2005 | 2026-05-28T23:32:44.897Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-05-28T23:32:45.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-28T23:32:45.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-28T23:32:45.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-28T23:32:45.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2010 | 2026-05-28T23:32:45.353Z | |
| 2011 | 2026-05-28T23:32:45.353Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-05-28T23:32:45.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-28T23:32:45.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-28T23:32:45.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-28T23:32:45.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2016 | 2026-05-28T23:32:45.819Z | |
| 2017 | 2026-05-28T23:32:45.819Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-05-28T23:32:46.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-28T23:32:46.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-28T23:32:46.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-28T23:32:46.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-05-28T23:32:46.278Z | |
| 2023 | 2026-05-28T23:32:46.278Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-05-28T23:32:46.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-28T23:32:46.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-28T23:32:46.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-28T23:32:46.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2028 | 2026-05-28T23:32:46.741Z | |
| 2029 | 2026-05-28T23:32:46.741Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-05-28T23:32:47.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-28T23:32:47.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-28T23:32:47.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-28T23:32:47.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2034 | 2026-05-28T23:32:47.203Z | |
| 2035 | 2026-05-28T23:32:47.203Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-05-28T23:32:47.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-28T23:32:47.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-28T23:32:47.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-28T23:32:47.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-05-28T23:32:47.661Z | |
| 2041 | 2026-05-28T23:32:47.661Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-05-28T23:32:48.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-28T23:32:48.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-28T23:32:48.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-28T23:32:48.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2046 | 2026-05-28T23:32:48.116Z | |
| 2047 | 2026-05-28T23:32:48.116Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-05-28T23:32:48.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-28T23:32:48.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-28T23:32:48.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-28T23:32:48.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2052 | 2026-05-28T23:32:48.577Z | |
| 2053 | 2026-05-28T23:32:48.577Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-05-28T23:32:48.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-28T23:32:48.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-28T23:32:48.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-28T23:32:48.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-05-28T23:32:49.038Z | |
| 2059 | 2026-05-28T23:32:49.038Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-05-28T23:32:49.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-28T23:32:49.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-28T23:32:49.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-28T23:32:49.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2064 | 2026-05-28T23:32:49.499Z | |
| 2065 | 2026-05-28T23:32:49.499Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-05-28T23:32:49.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-28T23:32:49.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-28T23:32:49.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-28T23:32:49.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-05-28T23:32:49.961Z | |
| 2071 | 2026-05-28T23:32:49.961Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-05-28T23:32:50.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-28T23:32:50.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-28T23:32:50.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-28T23:32:50.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-05-28T23:32:50.421Z | |
| 2077 | 2026-05-28T23:32:50.421Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-05-28T23:32:50.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-28T23:32:50.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-28T23:32:50.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-28T23:32:50.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2082 | 2026-05-28T23:32:50.880Z | |
| 2083 | 2026-05-28T23:32:50.880Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-05-28T23:32:51.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-28T23:32:51.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-28T23:32:51.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-28T23:32:51.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2088 | 2026-05-28T23:32:51.503Z | |
| 2089 | 2026-05-28T23:32:51.503Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-05-28T23:32:52.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-28T23:32:52.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-28T23:32:52.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-28T23:32:52.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-05-28T23:32:52.130Z | |
| 2095 | 2026-05-28T23:32:52.130Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-05-28T23:32:52.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-28T23:32:52.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-28T23:32:52.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-28T23:32:52.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2100 | 2026-05-28T23:32:52.749Z | |
| 2101 | 2026-05-28T23:32:52.749Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-05-28T23:32:53.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-28T23:32:53.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-28T23:32:53.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-28T23:32:53.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2106 | 2026-05-28T23:32:53.373Z | |
| 2107 | 2026-05-28T23:32:53.373Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-05-28T23:32:53.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-28T23:32:53.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-28T23:32:53.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-28T23:32:53.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2112 | 2026-05-28T23:32:53.969Z | |
| 2113 | 2026-05-28T23:32:53.969Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-05-28T23:32:54.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-28T23:32:54.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-28T23:32:54.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-28T23:32:54.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2118 | 2026-05-28T23:32:54.542Z | |
| 2119 | 2026-05-28T23:32:54.542Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-05-28T23:32:55.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-28T23:32:55.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-28T23:32:55.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-28T23:32:55.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2124 | 2026-05-28T23:32:55.135Z | |
| 2125 | 2026-05-28T23:32:55.135Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-05-28T23:32:55.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-28T23:32:55.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-28T23:32:55.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-28T23:32:55.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2130 | 2026-05-28T23:32:55.727Z | |
| 2131 | 2026-05-28T23:32:55.727Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-05-28T23:32:56.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-28T23:32:56.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-28T23:32:56.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-28T23:32:56.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2136 | 2026-05-28T23:32:56.323Z | |
| 2137 | 2026-05-28T23:32:56.323Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-05-28T23:32:56.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-28T23:32:56.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-28T23:32:56.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-28T23:32:56.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2142 | 2026-05-28T23:32:56.917Z | |
| 2143 | 2026-05-28T23:32:56.917Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-05-28T23:32:57.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-28T23:32:57.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-28T23:32:57.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-28T23:32:57.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2148 | 2026-05-28T23:32:57.494Z | |
| 2149 | 2026-05-28T23:32:57.494Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-05-28T23:32:57.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-28T23:32:57.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-28T23:32:57.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-28T23:32:57.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-05-28T23:32:58.073Z | |
| 2155 | 2026-05-28T23:32:58.073Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-05-28T23:32:58.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-28T23:32:58.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-28T23:32:58.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-28T23:32:58.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2160 | 2026-05-28T23:32:58.646Z | |
| 2161 | 2026-05-28T23:32:58.646Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-05-28T23:32:59.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-28T23:32:59.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-28T23:32:59.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-28T23:32:59.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2166 | 2026-05-28T23:32:59.215Z | |
| 2167 | 2026-05-28T23:32:59.215Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-05-28T23:32:59.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-28T23:32:59.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-28T23:32:59.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-28T23:32:59.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2172 | 2026-05-28T23:32:59.805Z | |
| 2173 | 2026-05-28T23:32:59.806Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-05-28T23:33:00.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-28T23:33:00.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-28T23:33:00.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-28T23:33:00.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2026-05-28T23:33:00.398Z | |
| 2179 | 2026-05-28T23:33:00.398Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-05-28T23:33:00.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-28T23:33:00.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-28T23:33:00.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-28T23:33:00.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2184 | 2026-05-28T23:33:00.974Z | |
| 2185 | 2026-05-28T23:33:00.974Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-05-28T23:33:01.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-28T23:33:01.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-28T23:33:01.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-28T23:33:01.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2190 | 2026-05-28T23:33:01.548Z | |
| 2191 | 2026-05-28T23:33:01.548Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-05-28T23:33:02.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-28T23:33:02.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-28T23:33:02.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-28T23:33:02.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2196 | 2026-05-28T23:33:02.127Z | |
| 2197 | 2026-05-28T23:33:02.127Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-05-28T23:33:02.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-28T23:33:02.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-28T23:33:02.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-28T23:33:02.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-05-28T23:33:02.710Z | |
| 2203 | 2026-05-28T23:33:02.710Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-05-28T23:33:03.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-28T23:33:03.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-28T23:33:03.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-28T23:33:03.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2208 | 2026-05-28T23:33:03.292Z | |
| 2209 | 2026-05-28T23:33:03.292Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-05-28T23:33:03.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-28T23:33:03.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-28T23:33:03.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-28T23:33:03.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2214 | 2026-05-28T23:33:03.876Z | |
| 2215 | 2026-05-28T23:33:03.876Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-05-28T23:33:04.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-28T23:33:04.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-28T23:33:04.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-28T23:33:04.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2220 | 2026-05-28T23:33:04.456Z | |
| 2221 | 2026-05-28T23:33:04.456Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-05-28T23:33:04.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-28T23:33:04.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-28T23:33:04.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-28T23:33:04.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2226 | 2026-05-28T23:33:05.037Z | |
| 2227 | 2026-05-28T23:33:05.037Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-05-28T23:33:05.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-28T23:33:05.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-28T23:33:05.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-28T23:33:05.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2232 | 2026-05-28T23:33:05.641Z | |
| 2233 | 2026-05-28T23:33:05.641Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-05-28T23:33:06.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-28T23:33:06.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-28T23:33:06.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-28T23:33:06.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2238 | 2026-05-28T23:33:06.245Z | |
| 2239 | 2026-05-28T23:33:06.245Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-05-28T23:33:06.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-28T23:33:06.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-28T23:33:06.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-28T23:33:06.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2244 | 2026-05-28T23:33:06.816Z | |
| 2245 | 2026-05-28T23:33:06.816Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-05-28T23:33:07.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-28T23:33:07.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-28T23:33:07.416Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-28T23:33:07.419Z | Checking libc v0.2.185 |
| 2250 | 2026-05-28T23:33:07.419Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-28T23:33:07.534Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-28T23:33:07.541Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-28T23:33:07.550Z | Checking log v0.4.29 |
| 2254 | 2026-05-28T23:33:07.558Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-28T23:33:07.570Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-28T23:33:07.573Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-28T23:33:07.671Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-28T23:33:07.704Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-28T23:33:07.723Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-28T23:33:07.735Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-28T23:33:07.794Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-05-28T23:33:07.807Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-28T23:33:07.818Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-28T23:33:07.904Z | Checking yoke v0.8.1 |
| 2265 | 2026-05-28T23:33:07.918Z | Checking getrandom v0.2.17 |
| 2266 | 2026-05-28T23:33:07.919Z | Checking errno v0.3.14 |
| 2267 | 2026-05-28T23:33:07.940Z | Checking parking_lot_core v0.9.12 |
| 2268 | 2026-05-28T23:33:08.001Z | Checking portable-atomic v1.13.1 |
| 2269 | 2026-05-28T23:33:08.034Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-05-28T23:33:08.055Z | Checking rand_core v0.6.4 |
| 2271 | 2026-05-28T23:33:08.067Z | Checking zerovec v0.11.5 |
| 2272 | 2026-05-28T23:33:08.081Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-28T23:33:08.126Z | Checking critical-section v1.2.0 |
| 2274 | 2026-05-28T23:33:08.189Z | Checking futures-core v0.3.32 |
| 2275 | 2026-05-28T23:33:08.220Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-28T23:33:08.231Z | Checking mio v1.2.0 |
| 2277 | 2026-05-28T23:33:08.304Z | Checking zerocopy v0.8.40 |
| 2278 | 2026-05-28T23:33:08.393Z | Checking once_cell v1.21.3 |
| 2279 | 2026-05-28T23:33:08.408Z | Checking zmij v1.0.21 |
| 2280 | 2026-05-28T23:33:08.419Z | Checking socket2 v0.6.3 |
| 2281 | 2026-05-28T23:33:08.489Z | Checking tinystr v0.8.2 |
| 2282 | 2026-05-28T23:33:08.501Z | Checking libm v0.2.16 |
| 2283 | 2026-05-28T23:33:08.514Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-28T23:33:08.561Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-28T23:33:08.609Z | Checking percent-encoding v2.3.2 |
| 2286 | 2026-05-28T23:33:08.628Z | Checking equivalent v1.0.2 |
| 2287 | 2026-05-28T23:33:08.661Z | Checking litemap v0.8.1 |
| 2288 | 2026-05-28T23:33:08.661Z | Checking writeable v0.6.2 |
| 2289 | 2026-05-28T23:33:08.696Z | Checking digest v0.10.7 |
| 2290 | 2026-05-28T23:33:08.708Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-28T23:33:08.746Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-28T23:33:08.813Z | Checking icu_locale_core v2.1.1 |
| 2293 | 2026-05-28T23:33:08.825Z | Checking futures-sink v0.3.32 |
| 2294 | 2026-05-28T23:33:08.838Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-28T23:33:08.886Z | Checking slab v0.4.12 |
| 2296 | 2026-05-28T23:33:08.919Z | Checking futures-channel v0.3.32 |
| 2297 | 2026-05-28T23:33:08.982Z | Checking cpufeatures v0.2.17 |
| 2298 | 2026-05-28T23:33:08.995Z | Checking serde v1.0.228 |
| 2299 | 2026-05-28T23:33:09.036Z | Checking bitflags v2.11.0 |
| 2300 | 2026-05-28T23:33:09.048Z | Checking serde_json v1.0.149 |
| 2301 | 2026-05-28T23:33:09.109Z | Checking futures-io v0.3.32 |
| 2302 | 2026-05-28T23:33:09.135Z | Checking futures-task v0.3.32 |
| 2303 | 2026-05-28T23:33:09.192Z | Checking num-traits v0.2.19 |
| 2304 | 2026-05-28T23:33:09.205Z | Checking hmac v0.12.1 |
| 2305 | 2026-05-28T23:33:09.218Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-05-28T23:33:09.269Z | Checking futures-util v0.3.32 |
| 2307 | 2026-05-28T23:33:09.330Z | Checking icu_normalizer_data v2.1.1 |
| 2308 | 2026-05-28T23:33:09.343Z | Checking rand_core v0.10.0 |
| 2309 | 2026-05-28T23:33:09.353Z | Checking icu_provider v2.1.1 |
| 2310 | 2026-05-28T23:33:09.384Z | Checking bytes v1.11.1 |
| 2311 | 2026-05-28T23:33:09.397Z | Checking hashbrown v0.17.0 |
| 2312 | 2026-05-28T23:33:09.477Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-28T23:33:09.575Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-05-28T23:33:09.620Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-28T23:33:09.704Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-28T23:33:09.719Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-28T23:33:09.818Z | Checking tokio v1.52.1 |
| 2318 | 2026-05-28T23:33:09.833Z | Checking inout v0.1.4 |
| 2319 | 2026-05-28T23:33:09.847Z | Checking sha2 v0.10.9 |
| 2320 | 2026-05-28T23:33:09.856Z | Checking indexmap v2.14.0 |
| 2321 | 2026-05-28T23:33:09.924Z | Checking form_urlencoded v1.2.2 |
| 2322 | 2026-05-28T23:33:09.968Z | Checking cipher v0.4.4 |
| 2323 | 2026-05-28T23:33:10.048Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-28T23:33:10.110Z | Checking fnv v1.0.7 |
| 2325 | 2026-05-28T23:33:10.173Z | Checking base64ct v1.8.3 |
| 2326 | 2026-05-28T23:33:10.187Z | Checking byteorder v1.5.0 |
| 2327 | 2026-05-28T23:33:10.203Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-28T23:33:10.325Z | Checking rand_core v0.9.5 |
| 2329 | 2026-05-28T23:33:10.378Z | Checking http v1.4.0 |
| 2330 | 2026-05-28T23:33:10.390Z | Checking idna_adapter v1.2.1 |
| 2331 | 2026-05-28T23:33:10.402Z | Checking pem-rfc7468 v0.7.0 |
| 2332 | 2026-05-28T23:33:10.411Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-05-28T23:33:10.497Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-05-28T23:33:10.509Z | Checking idna v1.1.0 |
| 2335 | 2026-05-28T23:33:10.563Z | Checking der v0.7.10 |
| 2336 | 2026-05-28T23:33:10.629Z | Checking uuid v1.23.0 |
| 2337 | 2026-05-28T23:33:10.752Z | Checking url v2.5.8 |
| 2338 | 2026-05-28T23:33:10.946Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-28T23:33:10.949Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-28T23:33:11.039Z | Checking ppv-lite86 v0.2.21 |
| 2341 | 2026-05-28T23:33:11.056Z | Checking tracing-core v0.1.36 |
| 2342 | 2026-05-28T23:33:11.177Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-28T23:33:11.191Z | Checking iana-time-zone v0.1.65 |
| 2344 | 2026-05-28T23:33:11.295Z | Checking base64 v0.22.1 |
| 2345 | 2026-05-28T23:33:11.307Z | Checking spki v0.7.3 |
| 2346 | 2026-05-28T23:33:11.330Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-28T23:33:11.357Z | Checking tracing v0.1.44 |
| 2348 | 2026-05-28T23:33:11.456Z | Checking chrono v0.4.44 |
| 2349 | 2026-05-28T23:33:11.469Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-28T23:33:11.522Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-28T23:33:11.534Z | Checking aes v0.8.4 |
| 2352 | 2026-05-28T23:33:11.556Z | Checking cbc v0.1.2 |
| 2353 | 2026-05-28T23:33:11.603Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-28T23:33:11.652Z | Checking untrusted v0.7.1 |
| 2355 | 2026-05-28T23:33:11.680Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-05-28T23:33:11.715Z | Checking untrusted v0.9.0 |
| 2357 | 2026-05-28T23:33:11.744Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-05-28T23:33:11.763Z | Checking tinyvec v1.10.0 |
| 2359 | 2026-05-28T23:33:11.781Z | Checking rand v0.9.2 |
| 2360 | 2026-05-28T23:33:11.821Z | Checking ring v0.17.14 |
| 2361 | 2026-05-28T23:33:11.848Z | Checking atomic-waker v1.1.2 |
| 2362 | 2026-05-28T23:33:11.918Z | Checking pkcs5 v0.7.1 |
| 2363 | 2026-05-28T23:33:11.944Z | Checking tower-layer v0.3.3 |
| 2364 | 2026-05-28T23:33:12.063Z | Checking try-lock v0.2.5 |
| 2365 | 2026-05-28T23:33:12.088Z | Checking tower-service v0.3.3 |
| 2366 | 2026-05-28T23:33:12.101Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-05-28T23:33:12.159Z | Checking want v0.3.1 |
| 2368 | 2026-05-28T23:33:12.170Z | Checking pkcs8 v0.10.2 |
| 2369 | 2026-05-28T23:33:12.182Z | Checking ipnet v2.11.0 |
| 2370 | 2026-05-28T23:33:12.241Z | Checking httparse v1.10.1 |
| 2371 | 2026-05-28T23:33:12.277Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-05-28T23:33:12.299Z | Checking fastrand v2.3.0 |
| 2373 | 2026-05-28T23:33:12.342Z | Checking pin-utils v0.1.0 |
| 2374 | 2026-05-28T23:33:12.410Z | Checking dyn-clone v1.0.20 |
| 2375 | 2026-05-28T23:33:12.438Z | Checking foreign-types-shared v0.1.1 |
| 2376 | 2026-05-28T23:33:12.450Z | Checking httpdate v1.0.3 |
| 2377 | 2026-05-28T23:33:12.473Z | Checking plain v0.2.3 |
| 2378 | 2026-05-28T23:33:12.507Z | Checking tempfile v3.25.0 |
| 2379 | 2026-05-28T23:33:12.518Z | Checking foreign-types v0.3.2 |
| 2380 | 2026-05-28T23:33:12.574Z | Checking unicode-normalization v0.1.25 |
| 2381 | 2026-05-28T23:33:12.587Z | Checking semver v1.0.28 |
| 2382 | 2026-05-28T23:33:12.590Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-28T23:33:12.696Z | Checking spin v0.9.8 |
| 2384 | 2026-05-28T23:33:12.805Z | Checking ucd-trie v0.1.7 |
| 2385 | 2026-05-28T23:33:12.819Z | Checking unicode-ident v1.0.24 |
| 2386 | 2026-05-28T23:33:12.885Z | Checking schemars v0.8.22 |
| 2387 | 2026-05-28T23:33:12.927Z | Checking proc-macro2 v1.0.106 |
| 2388 | 2026-05-28T23:33:12.930Z | Checking rustls-webpki v0.103.9 |
| 2389 | 2026-05-28T23:33:12.947Z | Checking pest v2.8.6 |
| 2390 | 2026-05-28T23:33:12.950Z | Checking regex-automata v0.4.14 |
| 2391 | 2026-05-28T23:33:12.967Z | Checking openssl v0.10.79 |
| 2392 | 2026-05-28T23:33:12.980Z | Checking rustls-native-certs v0.8.3 |
| 2393 | 2026-05-28T23:33:13.022Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-05-28T23:33:13.104Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-28T23:33:13.202Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-28T23:33:13.230Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-28T23:33:13.304Z | Checking anstyle v1.0.13 |
| 2398 | 2026-05-28T23:33:13.360Z | Checking simd-adler32 v0.3.8 |
| 2399 | 2026-05-28T23:33:13.364Z | Checking rustls v0.23.37 |
| 2400 | 2026-05-28T23:33:13.479Z | Checking bit-vec v0.8.0 |
| 2401 | 2026-05-28T23:33:13.513Z | Checking quick-error v1.2.3 |
| 2402 | 2026-05-28T23:33:13.530Z | Checking siphasher v1.0.2 |
| 2403 | 2026-05-28T23:33:13.610Z | Checking powerfmt v0.2.0 |
| 2404 | 2026-05-28T23:33:13.625Z | Checking h2 v0.4.13 |
| 2405 | 2026-05-28T23:33:13.668Z | Checking pretty-hex v0.4.1 |
| 2406 | 2026-05-28T23:33:13.683Z | Checking utf8parse v0.2.2 |
| 2407 | 2026-05-28T23:33:13.758Z | Checking deranged v0.5.8 |
| 2408 | 2026-05-28T23:33:13.778Z | Checking anstyle-parse v0.2.7 |
| 2409 | 2026-05-28T23:33:13.789Z | Checking bit-set v0.8.0 |
| 2410 | 2026-05-28T23:33:13.926Z | Checking rusty-fork v0.3.1 |
| 2411 | 2026-05-28T23:33:13.937Z | Checking tower v0.5.3 |
| 2412 | 2026-05-28T23:33:13.986Z | Checking quote v1.0.45 |
| 2413 | 2026-05-28T23:33:14.094Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-28T23:33:14.154Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-28T23:33:14.273Z | Checking webpki-roots v1.0.6 |
| 2416 | 2026-05-28T23:33:14.317Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-28T23:33:14.369Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-28T23:33:14.386Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-28T23:33:14.485Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-28T23:33:14.523Z | Checking signature v2.2.0 |
| 2421 | 2026-05-28T23:33:14.647Z | Checking time-core v0.1.8 |
| 2422 | 2026-05-28T23:33:14.660Z | Checking unarray v0.1.4 |
| 2423 | 2026-05-28T23:33:14.671Z | Checking iri-string v0.7.10 |
| 2424 | 2026-05-28T23:33:14.710Z | Checking allocator-api2 v0.2.21 |
| 2425 | 2026-05-28T23:33:14.744Z | Checking adler2 v2.0.1 |
| 2426 | 2026-05-28T23:33:14.758Z | Checking ryu v1.0.23 |
| 2427 | 2026-05-28T23:33:14.784Z | Checking num_threads v0.1.7 |
| 2428 | 2026-05-28T23:33:14.850Z | Checking anstyle-query v1.1.5 |
| 2429 | 2026-05-28T23:33:14.870Z | Checking colorchoice v1.0.4 |
| 2430 | 2026-05-28T23:33:14.890Z | Checking unicode-bidi v0.3.18 |
| 2431 | 2026-05-28T23:33:14.937Z | Checking unicode-properties v0.1.4 |
| 2432 | 2026-05-28T23:33:14.959Z | Checking native-tls v0.2.18 |
| 2433 | 2026-05-28T23:33:14.971Z | Checking num-conv v0.2.0 |
| 2434 | 2026-05-28T23:33:14.993Z | Checking is_terminal_polyfill v1.70.2 |
| 2435 | 2026-05-28T23:33:15.080Z | Checking anstream v0.6.21 |
| 2436 | 2026-05-28T23:33:15.080Z | Checking time v0.3.47 |
| 2437 | 2026-05-28T23:33:15.118Z | Checking serde_urlencoded v0.7.1 |
| 2438 | 2026-05-28T23:33:15.131Z | Checking tokio-native-tls v0.3.1 |
| 2439 | 2026-05-28T23:33:15.182Z | Checking stringprep v0.1.5 |
| 2440 | 2026-05-28T23:33:15.283Z | Checking miniz_oxide v0.8.9 |
| 2441 | 2026-05-28T23:33:15.296Z | Checking proptest v1.10.0 |
| 2442 | 2026-05-28T23:33:15.315Z | Checking bstr v1.12.1 |
| 2443 | 2026-05-28T23:33:15.328Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-28T23:33:15.654Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-28T23:33:15.680Z | Checking tower-http v0.6.8 |
| 2446 | 2026-05-28T23:33:15.707Z | Compiling daft v0.1.7 |
| 2447 | 2026-05-28T23:33:15.728Z | Checking tokio-rustls v0.26.4 |
| 2448 | 2026-05-28T23:33:15.883Z | Checking syn v2.0.117 |
| 2449 | 2026-05-28T23:33:15.951Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-05-28T23:33:15.966Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-28T23:33:15.980Z | Checking thiserror v1.0.69 |
| 2452 | 2026-05-28T23:33:16.077Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-28T23:33:16.166Z | Checking hash32 v0.2.1 |
| 2454 | 2026-05-28T23:33:16.177Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2455 | 2026-05-28T23:33:16.232Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-28T23:33:16.286Z | Checking toml_datetime v0.6.11 |
| 2457 | 2026-05-28T23:33:16.304Z | Checking serde_spanned v0.6.9 |
| 2458 | 2026-05-28T23:33:16.318Z | Checking md-5 v0.10.6 |
| 2459 | 2026-05-28T23:33:16.333Z | Checking hyper v1.8.1 |
| 2460 | 2026-05-28T23:33:16.425Z | Checking ff v0.13.1 |
| 2461 | 2026-05-28T23:33:16.450Z | Checking encoding_rs v0.8.35 |
| 2462 | 2026-05-28T23:33:16.463Z | Checking base16ct v0.2.0 |
| 2463 | 2026-05-28T23:33:16.476Z | Checking zlib-rs v0.6.2 |
| 2464 | 2026-05-28T23:33:16.550Z | Checking psl-types v2.0.11 |
| 2465 | 2026-05-28T23:33:16.586Z | Checking fallible-iterator v0.2.0 |
| 2466 | 2026-05-28T23:33:16.665Z | Checking mime v0.3.17 |
| 2467 | 2026-05-28T23:33:16.838Z | Checking publicsuffix v2.3.0 |
| 2468 | 2026-05-28T23:33:16.852Z | Checking postgres-protocol v0.6.10 |
| 2469 | 2026-05-28T23:33:16.995Z | Checking sec1 v0.7.3 |
| 2470 | 2026-05-28T23:33:17.156Z | Checking group v0.13.0 |
| 2471 | 2026-05-28T23:33:17.199Z | Checking num-iter v0.1.45 |
| 2472 | 2026-05-28T23:33:17.227Z | Checking hyper-util v0.1.20 |
| 2473 | 2026-05-28T23:33:17.240Z | Checking heapless v0.7.17 |
| 2474 | 2026-05-28T23:33:17.299Z | Checking goblin v0.8.2 |
| 2475 | 2026-05-28T23:33:17.311Z | Checking zstd-safe v7.2.4 |
| 2476 | 2026-05-28T23:33:17.333Z | Checking flate2 v1.1.9 |
| 2477 | 2026-05-28T23:33:17.372Z | Checking cookie v0.18.1 |
| 2478 | 2026-05-28T23:33:17.469Z | Checking rand v0.8.6 |
| 2479 | 2026-05-28T23:33:17.599Z | Checking oxnet v0.1.4 |
| 2480 | 2026-05-28T23:33:17.626Z | Compiling iddqd v0.4.2 |
| 2481 | 2026-05-28T23:33:17.641Z | Checking dtrace-parser v0.3.0 |
| 2482 | 2026-05-28T23:33:17.672Z | Checking dof v0.4.0 |
| 2483 | 2026-05-28T23:33:17.827Z | Checking phf_shared v0.13.1 |
| 2484 | 2026-05-28T23:33:17.871Z | Checking lazy_static v1.5.0 |
| 2485 | 2026-05-28T23:33:17.961Z | Checking pin-project v1.1.11 |
| 2486 | 2026-05-28T23:33:17.980Z | Checking zerocopy v0.7.35 |
| 2487 | 2026-05-28T23:33:18.016Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2488 | 2026-05-28T23:33:18.059Z | Checking terminal_size v0.4.3 |
| 2489 | 2026-05-28T23:33:18.097Z | Checking signal-hook v0.3.18 |
| 2490 | 2026-05-28T23:33:18.155Z | Checking futures-executor v0.3.32 |
| 2491 | 2026-05-28T23:33:18.171Z | Checking hex v0.4.3 |
| 2492 | 2026-05-28T23:33:18.280Z | Checking hkdf v0.12.4 |
| 2493 | 2026-05-28T23:33:18.296Z | Checking crypto-bigint v0.5.5 |
| 2494 | 2026-05-28T23:33:18.307Z | Checking thread-id v5.1.0 |
| 2495 | 2026-05-28T23:33:18.381Z | Checking libbz2-rs-sys v0.2.2 |
| 2496 | 2026-05-28T23:33:18.393Z | Checking strsim v0.11.1 |
| 2497 | 2026-05-28T23:33:18.409Z | Checking clap_lex v1.0.0 |
| 2498 | 2026-05-28T23:33:18.458Z | Checking either v1.15.0 |
| 2499 | 2026-05-28T23:33:18.469Z | Checking hyper-rustls v0.27.7 |
| 2500 | 2026-05-28T23:33:18.548Z | Checking hyper-tls v0.6.0 |
| 2501 | 2026-05-28T23:33:18.561Z | Checking winnow v0.7.14 |
| 2502 | 2026-05-28T23:33:18.639Z | Checking bitflags v1.3.2 |
| 2503 | 2026-05-28T23:33:18.670Z | Checking winnow v0.5.40 |
| 2504 | 2026-05-28T23:33:18.709Z | Compiling rayon-core v1.13.0 |
| 2505 | 2026-05-28T23:33:18.721Z | Checking foldhash v0.2.0 |
| 2506 | 2026-05-28T23:33:18.764Z | Checking managed v0.8.0 |
| 2507 | 2026-05-28T23:33:18.872Z | Checking same-file v1.0.6 |
| 2508 | 2026-05-28T23:33:18.886Z | Checking bumpalo v3.20.2 |
| 2509 | 2026-05-28T23:33:18.899Z | Checking foldhash v0.1.5 |
| 2510 | 2026-05-28T23:33:18.946Z | Checking smoltcp v0.9.1 |
| 2511 | 2026-05-28T23:33:18.982Z | Checking walkdir v2.5.0 |
| 2512 | 2026-05-28T23:33:19.025Z | Checking hashbrown v0.15.5 |
| 2513 | 2026-05-28T23:33:19.076Z | Checking zopfli v0.8.3 |
| 2514 | 2026-05-28T23:33:19.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2515 | 2026-05-28T23:33:19.175Z | Checking dof v0.3.0 |
| 2516 | 2026-05-28T23:33:19.188Z | Checking elliptic-curve v0.13.8 |
| 2517 | 2026-05-28T23:33:19.340Z | Checking hashbrown v0.16.1 |
| 2518 | 2026-05-28T23:33:19.390Z | Checking bzip2 v0.6.1 |
| 2519 | 2026-05-28T23:33:19.451Z | Checking reqwest v0.12.28 |
| 2520 | 2026-05-28T23:33:19.487Z | Checking clap_builder v4.5.60 |
| 2521 | 2026-05-28T23:33:19.497Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-05-28T23:33:19.528Z | Checking futures v0.3.32 |
| 2523 | 2026-05-28T23:33:19.548Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-28T23:33:19.601Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-05-28T23:33:19.646Z | Checking snafu v0.8.9 |
| 2526 | 2026-05-28T23:33:19.724Z | Checking phf v0.13.1 |
| 2527 | 2026-05-28T23:33:19.761Z | Checking num-bigint-dig v0.8.6 |
| 2528 | 2026-05-28T23:33:19.803Z | Checking toml_edit v0.19.15 |
| 2529 | 2026-05-28T23:33:19.834Z | Checking cookie_store v0.22.1 |
| 2530 | 2026-05-28T23:33:19.868Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-28T23:33:19.883Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-28T23:33:20.009Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-05-28T23:33:20.051Z | Checking crossbeam-deque v0.8.6 |
| 2534 | 2026-05-28T23:33:20.157Z | Checking rustls-platform-verifier v0.6.2 |
| 2535 | 2026-05-28T23:33:20.190Z | Checking globset v0.4.18 |
| 2536 | 2026-05-28T23:33:20.224Z | Checking regex v1.12.3 |
| 2537 | 2026-05-28T23:33:20.238Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-28T23:33:20.289Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-28T23:33:20.301Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-28T23:33:20.418Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-05-28T23:33:20.431Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-28T23:33:20.434Z | Checking strum v0.27.2 |
| 2543 | 2026-05-28T23:33:20.434Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-28T23:33:20.499Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-28T23:33:20.534Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-28T23:33:20.546Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-28T23:33:20.571Z | Checking pem v3.0.6 |
| 2548 | 2026-05-28T23:33:20.583Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-28T23:33:20.628Z | Checking serde_plain v1.0.2 |
| 2550 | 2026-05-28T23:33:20.705Z | Checking erased-serde v0.3.31 |
| 2551 | 2026-05-28T23:33:20.726Z | Checking serde-big-array v0.5.1 |
| 2552 | 2026-05-28T23:33:20.740Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-28T23:33:20.754Z | Checking thread-id v4.2.2 |
| 2554 | 2026-05-28T23:33:20.768Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-28T23:33:20.829Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-28T23:33:20.832Z | Checking normalize-line-endings v0.3.0 |
| 2557 | 2026-05-28T23:33:20.853Z | Checking precomputed-hash v0.1.1 |
| 2558 | 2026-05-28T23:33:20.863Z | Checking predicates-core v1.0.10 |
| 2559 | 2026-05-28T23:33:20.924Z | Checking keccak v0.1.6 |
| 2560 | 2026-05-28T23:33:20.927Z | Checking toml_write v0.1.2 |
| 2561 | 2026-05-28T23:33:20.927Z | Checking new_debug_unreachable v1.0.6 |
| 2562 | 2026-05-28T23:33:20.967Z | Checking static_assertions v1.1.0 |
| 2563 | 2026-05-28T23:33:20.981Z | Checking unicode-segmentation v1.12.0 |
| 2564 | 2026-05-28T23:33:20.998Z | Checking data-encoding v2.10.0 |
| 2565 | 2026-05-28T23:33:21.036Z | Checking jiff v0.2.21 |
| 2566 | 2026-05-28T23:33:21.089Z | Checking whoami v2.1.0 |
| 2567 | 2026-05-28T23:33:21.100Z | Checking typed-path v0.9.3 |
| 2568 | 2026-05-28T23:33:21.111Z | Checking fixedbitset v0.5.7 |
| 2569 | 2026-05-28T23:33:21.230Z | Checking difflib v0.4.0 |
| 2570 | 2026-05-28T23:33:21.267Z | Checking fixedbitset v0.4.2 |
| 2571 | 2026-05-28T23:33:21.280Z | Checking tokio-postgres v0.7.16 |
| 2572 | 2026-05-28T23:33:21.291Z | Checking similar v2.7.0 |
| 2573 | 2026-05-28T23:33:21.304Z | Checking petgraph v0.8.3 |
| 2574 | 2026-05-28T23:33:21.329Z | Checking crossterm v0.28.1 |
| 2575 | 2026-05-28T23:33:21.406Z | Checking predicates v3.1.4 |
| 2576 | 2026-05-28T23:33:21.417Z | Checking petgraph v0.6.5 |
| 2577 | 2026-05-28T23:33:21.675Z | Checking hickory-proto v0.25.2 |
| 2578 | 2026-05-28T23:33:21.703Z | Checking ed25519-dalek v2.2.0 |
| 2579 | 2026-05-28T23:33:21.857Z | Checking tough v0.22.0 |
| 2580 | 2026-05-28T23:33:21.927Z | Checking toml_edit v0.22.27 |
| 2581 | 2026-05-28T23:33:22.018Z | Checking slog v2.8.2 |
| 2582 | 2026-05-28T23:33:22.283Z | Checking sha3 v0.10.8 |
| 2583 | 2026-05-28T23:33:22.486Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2584 | 2026-05-28T23:33:22.520Z | Checking string_cache v0.8.9 |
| 2585 | 2026-05-28T23:33:22.650Z | Checking env_logger v0.11.9 |
| 2586 | 2026-05-28T23:33:22.686Z | Checking usdt v0.6.0 |
| 2587 | 2026-05-28T23:33:22.840Z | Checking ecdsa v0.16.9 |
| 2588 | 2026-05-28T23:33:22.852Z | Checking toml v0.7.8 |
| 2589 | 2026-05-28T23:33:22.856Z | Checking usdt-impl v0.5.0 |
| 2590 | 2026-05-28T23:33:23.003Z | Checking rsa v0.9.10 |
| 2591 | 2026-05-28T23:33:23.128Z | Checking clap v4.5.60 |
| 2592 | 2026-05-28T23:33:23.167Z | Checking nix v0.31.2 |
| 2593 | 2026-05-28T23:33:23.204Z | Checking reqwest v0.13.2 |
| 2594 | 2026-05-28T23:33:23.245Z | Checking zip v4.6.1 |
| 2595 | 2026-05-28T23:33:23.785Z | Checking zip v0.6.6 |
| 2596 | 2026-05-28T23:33:23.799Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-05-28T23:33:23.848Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-28T23:33:24.039Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-28T23:33:24.062Z | Checking strum v0.26.3 |
| 2600 | 2026-05-28T23:33:24.100Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-28T23:33:24.113Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-28T23:33:24.170Z | Checking object v0.37.3 |
| 2603 | 2026-05-28T23:33:24.212Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-28T23:33:24.303Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-28T23:33:24.388Z | Checking anyhow v1.0.102 |
| 2606 | 2026-05-28T23:33:24.404Z | Checking camino v1.2.2 |
| 2607 | 2026-05-28T23:33:24.480Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-28T23:33:24.581Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2609 | 2026-05-28T23:33:24.593Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-28T23:33:24.645Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-28T23:33:24.733Z | Checking peg-runtime v0.8.5 |
| 2612 | 2026-05-28T23:33:24.808Z | Checking lalrpop-util v0.19.12 |
| 2613 | 2026-05-28T23:33:24.837Z | Checking rayon v1.11.0 |
| 2614 | 2026-05-28T23:33:24.853Z | Checking sigpipe v0.1.3 |
| 2615 | 2026-05-28T23:33:24.874Z | Checking glob v0.3.3 |
| 2616 | 2026-05-28T23:33:26.372Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2617 | 2026-05-28T23:33:26.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s |
| 2618 | 2026-05-28T23:33:26.817Z | |
| 2619 | 2026-05-28T23:33:26.817Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2620 | 2026-05-28T23:33:27.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2621 | 2026-05-28T23:33:27.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2622 | 2026-05-28T23:33:27.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2623 | 2026-05-28T23:33:27.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2624 | 2026-05-28T23:33:27.410Z | |
| 2625 | 2026-05-28T23:33:27.410Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2626 | 2026-05-28T23:33:27.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2627 | 2026-05-28T23:33:27.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2628 | 2026-05-28T23:33:27.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2629 | 2026-05-28T23:33:27.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2630 | 2026-05-28T23:33:28.009Z | |
| 2631 | 2026-05-28T23:33:28.009Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2632 | 2026-05-28T23:33:28.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2633 | 2026-05-28T23:33:28.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2634 | 2026-05-28T23:33:28.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2635 | 2026-05-28T23:33:28.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2636 | 2026-05-28T23:33:28.620Z | |
| 2637 | 2026-05-28T23:33:28.620Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2638 | 2026-05-28T23:33:29.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2639 | 2026-05-28T23:33:29.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2640 | 2026-05-28T23:33:29.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2641 | 2026-05-28T23:33:29.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2642 | 2026-05-28T23:33:29.218Z | |
| 2643 | 2026-05-28T23:33:29.218Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2644 | 2026-05-28T23:33:29.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2645 | 2026-05-28T23:33:29.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2646 | 2026-05-28T23:33:29.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2647 | 2026-05-28T23:33:29.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2648 | 2026-05-28T23:33:29.817Z | |
| 2649 | 2026-05-28T23:33:29.817Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2650 | 2026-05-28T23:33:30.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2026-05-28T23:33:30.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2026-05-28T23:33:30.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2026-05-28T23:33:30.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2654 | 2026-05-28T23:33:30.412Z | |
| 2655 | 2026-05-28T23:33:30.412Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2656 | 2026-05-28T23:33:30.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2026-05-28T23:33:30.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2026-05-28T23:33:30.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2026-05-28T23:33:30.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2660 | 2026-05-28T23:33:30.995Z | |
| 2661 | 2026-05-28T23:33:30.995Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2662 | 2026-05-28T23:33:31.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2026-05-28T23:33:31.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2026-05-28T23:33:31.679Z | Compiling structmeta-derive v0.3.0 |
| 2665 | 2026-05-28T23:33:31.795Z | Compiling rustls v0.22.4 |
| 2666 | 2026-05-28T23:33:31.804Z | Compiling multer v3.1.0 |
| 2667 | 2026-05-28T23:33:31.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2668 | 2026-05-28T23:33:31.813Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-05-28T23:33:31.833Z | Compiling dropshot v0.17.0 |
| 2670 | 2026-05-28T23:33:31.849Z | Compiling dropshot_endpoint v0.17.0 |
| 2671 | 2026-05-28T23:33:31.849Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-05-28T23:33:31.985Z | Checking newtype-uuid v1.3.2 |
| 2673 | 2026-05-28T23:33:32.028Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2674 | 2026-05-28T23:33:32.095Z | Checking rustls-webpki v0.102.8 |
| 2675 | 2026-05-28T23:33:32.180Z | Checking daft v0.1.7 |
| 2676 | 2026-05-28T23:33:32.194Z | Checking thread_local v1.1.9 |
| 2677 | 2026-05-28T23:33:32.360Z | Checking compression-core v0.4.31 |
| 2678 | 2026-05-28T23:33:32.395Z | Checking match_cfg v0.1.0 |
| 2679 | 2026-05-28T23:33:32.418Z | Checking iddqd v0.4.2 |
| 2680 | 2026-05-28T23:33:32.435Z | Checking crossbeam-channel v0.5.15 |
| 2681 | 2026-05-28T23:33:32.471Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-28T23:33:32.483Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-05-28T23:33:32.565Z | Checking slog-json v2.6.1 |
| 2684 | 2026-05-28T23:33:32.595Z | Checking is-terminal v0.4.17 |
| 2685 | 2026-05-28T23:33:32.646Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-28T23:33:32.685Z | Checking serde_spanned v1.0.4 |
| 2687 | 2026-05-28T23:33:32.719Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2688 | 2026-05-28T23:33:32.766Z | Checking term v1.2.1 |
| 2689 | 2026-05-28T23:33:32.813Z | Checking take_mut v0.2.2 |
| 2690 | 2026-05-28T23:33:32.843Z | Checking debug-ignore v1.0.5 |
| 2691 | 2026-05-28T23:33:32.856Z | Compiling structmeta v0.3.0 |
| 2692 | 2026-05-28T23:33:32.894Z | Checking toml v1.0.6+spec-1.1.0 |
| 2693 | 2026-05-28T23:33:32.915Z | Checking slog-async v2.8.0 |
| 2694 | 2026-05-28T23:33:32.939Z | Checking slog-bunyan v2.5.0 |
| 2695 | 2026-05-28T23:33:32.990Z | Checking slog-term v2.9.2 |
| 2696 | 2026-05-28T23:33:33.051Z | Checking async-compression v0.4.41 |
| 2697 | 2026-05-28T23:33:33.068Z | Compiling derive-ex v0.1.8 |
| 2698 | 2026-05-28T23:33:33.103Z | Compiling parse-display-derive v0.10.0 |
| 2699 | 2026-05-28T23:33:33.250Z | Checking async-stream v0.3.6 |
| 2700 | 2026-05-28T23:33:33.295Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2701 | 2026-05-28T23:33:33.320Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2702 | 2026-05-28T23:33:33.376Z | Checking progenitor-client v0.14.0 |
| 2703 | 2026-05-28T23:33:33.395Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2704 | 2026-05-28T23:33:33.463Z | Checking waitgroup v0.1.2 |
| 2705 | 2026-05-28T23:33:33.533Z | Checking backon v1.6.0 |
| 2706 | 2026-05-28T23:33:33.563Z | Checking rustls-pemfile v2.2.0 |
| 2707 | 2026-05-28T23:33:33.598Z | Checking serde_path_to_error v0.1.20 |
| 2708 | 2026-05-28T23:33:33.625Z | Checking hostname v0.4.2 |
| 2709 | 2026-05-28T23:33:33.697Z | Checking instant v0.1.13 |
| 2710 | 2026-05-28T23:33:33.781Z | Checking backoff v0.4.0 |
| 2711 | 2026-05-28T23:33:33.876Z | Checking progenitor-extras v0.2.0 |
| 2712 | 2026-05-28T23:33:33.889Z | Checking tokio-rustls v0.25.0 |
| 2713 | 2026-05-28T23:33:33.912Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2714 | 2026-05-28T23:33:33.970Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2715 | 2026-05-28T23:33:34.106Z | Checking itertools v0.14.0 |
| 2716 | 2026-05-28T23:33:34.119Z | Checking progenitor-client v0.10.0 |
| 2717 | 2026-05-28T23:33:34.333Z | Checking regress v0.10.5 |
| 2718 | 2026-05-28T23:33:34.345Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2719 | 2026-05-28T23:33:34.561Z | Checking macaddr v1.0.1 |
| 2720 | 2026-05-28T23:33:34.722Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-05-28T23:33:34.735Z | Checking parse-display v0.10.0 |
| 2722 | 2026-05-28T23:33:34.872Z | Checking humantime v2.3.0 |
| 2723 | 2026-05-28T23:33:35.949Z | Compiling prettyplease v0.2.37 |
| 2724 | 2026-05-28T23:33:36.229Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2725 | 2026-05-28T23:33:36.406Z | Checking num-rational v0.4.2 |
| 2726 | 2026-05-28T23:33:36.605Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2727 | 2026-05-28T23:33:36.832Z | Checking num-complex v0.4.6 |
| 2728 | 2026-05-28T23:33:37.546Z | Compiling num v0.4.3 |
| 2729 | 2026-05-28T23:33:37.624Z | Compiling usdt-attr-macro v0.5.0 |
| 2730 | 2026-05-28T23:33:37.638Z | Compiling usdt-macro v0.5.0 |
| 2731 | 2026-05-28T23:33:37.669Z | Checking memmap v0.7.0 |
| 2732 | 2026-05-28T23:33:37.687Z | Compiling float-ord v0.3.2 |
| 2733 | 2026-05-28T23:33:37.800Z | Compiling convert_case v0.4.0 |
| 2734 | 2026-05-28T23:33:37.803Z | Checking unicode-width v0.2.0 |
| 2735 | 2026-05-28T23:33:38.049Z | Checking console v0.15.11 |
| 2736 | 2026-05-28T23:33:38.184Z | Compiling derive_more v0.99.20 |
| 2737 | 2026-05-28T23:33:38.326Z | Checking newline-converter v0.3.0 |
| 2738 | 2026-05-28T23:33:38.345Z | Checking atomicwrites v0.4.4 |
| 2739 | 2026-05-28T23:33:38.391Z | Checking usdt v0.5.0 |
| 2740 | 2026-05-28T23:33:38.437Z | Compiling toml v0.8.23 |
| 2741 | 2026-05-28T23:33:38.473Z | Compiling minimal-lexical v0.2.1 |
| 2742 | 2026-05-28T23:33:38.558Z | Checking linked-hash-map v0.5.6 |
| 2743 | 2026-05-28T23:33:38.727Z | Compiling nom v7.1.3 |
| 2744 | 2026-05-28T23:33:38.740Z | Checking lru-cache v0.1.2 |
| 2745 | 2026-05-28T23:33:38.965Z | Checking expectorate v1.2.0 |
| 2746 | 2026-05-28T23:33:39.421Z | Checking camino-tempfile v1.4.1 |
| 2747 | 2026-05-28T23:33:39.566Z | Checking hickory-proto v0.24.4 |
| 2748 | 2026-05-28T23:33:39.584Z | Checking phf_shared v0.12.1 |
| 2749 | 2026-05-28T23:33:39.726Z | Compiling slog-dtrace v0.3.0 |
| 2750 | 2026-05-28T23:33:39.757Z | Checking resolv-conf v0.7.6 |
| 2751 | 2026-05-28T23:33:39.918Z | Checking heck v0.5.0 |
| 2752 | 2026-05-28T23:33:39.944Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-05-28T23:33:40.036Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2754 | 2026-05-28T23:33:40.048Z | Compiling const_format_proc_macros v0.2.34 |
| 2755 | 2026-05-28T23:33:40.157Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2756 | 2026-05-28T23:33:40.190Z | Checking phf v0.12.1 |
| 2757 | 2026-05-28T23:33:40.334Z | Checking tokio-dtrace v0.1.1 |
| 2758 | 2026-05-28T23:33:40.507Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2759 | 2026-05-28T23:33:40.546Z | Compiling derive-where v1.6.0 |
| 2760 | 2026-05-28T23:33:40.722Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2761 | 2026-05-28T23:33:40.888Z | Checking highway v1.3.0 |
| 2762 | 2026-05-28T23:33:41.123Z | Checking const_format v0.2.35 |
| 2763 | 2026-05-28T23:33:41.361Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2764 | 2026-05-28T23:33:41.407Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-05-28T23:33:41.518Z | Checking oxide-tokio-rt v0.1.4 |
| 2766 | 2026-05-28T23:33:41.747Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2767 | 2026-05-28T23:33:41.874Z | Checking gethostname v0.5.0 |
| 2768 | 2026-05-28T23:33:41.963Z | Checking bcs v0.1.6 |
| 2769 | 2026-05-28T23:33:42.001Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2770 | 2026-05-28T23:33:42.074Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2771 | 2026-05-28T23:33:42.131Z | Checking qorb v0.4.1 |
| 2772 | 2026-05-28T23:33:42.189Z | Checking termtree v0.5.1 |
| 2773 | 2026-05-28T23:33:42.239Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2774 | 2026-05-28T23:33:45.377Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2775 | 2026-05-28T23:33:48.075Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2776 | 2026-05-28T23:33:50.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s |
| 2777 | 2026-05-28T23:33:50.376Z | |
| 2778 | 2026-05-28T23:33:50.376Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2779 | 2026-05-28T23:33:50.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-05-28T23:33:50.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-05-28T23:33:51.061Z | Compiling ar_archive_writer v0.5.1 |
| 2782 | 2026-05-28T23:33:51.174Z | Compiling stacker v0.1.23 |
| 2783 | 2026-05-28T23:33:51.182Z | Compiling cfg_aliases v0.1.1 |
| 2784 | 2026-05-28T23:33:51.189Z | Compiling convert_case v0.10.0 |
| 2785 | 2026-05-28T23:33:51.189Z | Checking unicode-width v0.1.14 |
| 2786 | 2026-05-28T23:33:51.207Z | Compiling proc-macro-error v1.0.4 |
| 2787 | 2026-05-28T23:33:51.220Z | Checking fd-lock v4.0.4 |
| 2788 | 2026-05-28T23:33:51.223Z | Checking nibble_vec v0.1.0 |
| 2789 | 2026-05-28T23:33:51.242Z | Compiling nix v0.28.0 |
| 2790 | 2026-05-28T23:33:51.336Z | Checking vte v0.14.1 |
| 2791 | 2026-05-28T23:33:51.348Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2792 | 2026-05-28T23:33:51.425Z | Checking endian-type v0.1.2 |
| 2793 | 2026-05-28T23:33:51.439Z | Checking bytecount v0.6.9 |
| 2794 | 2026-05-28T23:33:51.481Z | Checking strip-ansi-escapes v0.2.1 |
| 2795 | 2026-05-28T23:33:51.484Z | Compiling derive_more-impl v2.1.1 |
| 2796 | 2026-05-28T23:33:51.506Z | Compiling tabled_derive v0.7.0 |
| 2797 | 2026-05-28T23:33:51.534Z | Checking papergrid v0.11.0 |
| 2798 | 2026-05-28T23:33:51.548Z | Checking radix_trie v0.2.1 |
| 2799 | 2026-05-28T23:33:51.591Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2026-05-28T23:33:51.733Z | Compiling peg-macros v0.8.5 |
| 2801 | 2026-05-28T23:33:51.748Z | Checking winnow v0.6.26 |
| 2802 | 2026-05-28T23:33:51.989Z | Compiling psm v0.1.30 |
| 2803 | 2026-05-28T23:33:52.072Z | Compiling sqlparser_derive v0.5.0 |
| 2804 | 2026-05-28T23:33:52.136Z | Checking home v0.5.12 |
| 2805 | 2026-05-28T23:33:52.242Z | Checking unicode_categories v0.1.1 |
| 2806 | 2026-05-28T23:33:52.295Z | Checking derive_more v2.1.1 |
| 2807 | 2026-05-28T23:33:52.374Z | Checking nu-ansi-term v0.50.3 |
| 2808 | 2026-05-28T23:33:52.397Z | Checking crossterm v0.29.0 |
| 2809 | 2026-05-28T23:33:52.471Z | Checking tabled v0.15.0 |
| 2810 | 2026-05-28T23:33:52.550Z | Checking rustyline v14.0.0 |
| 2811 | 2026-05-28T23:33:52.580Z | Checking reedline v0.40.0 |
| 2812 | 2026-05-28T23:33:52.755Z | Checking recursive v0.1.1 |
| 2813 | 2026-05-28T23:33:52.837Z | Checking display-error-chain v0.2.2 |
| 2814 | 2026-05-28T23:33:52.851Z | Checking sqlparser v0.61.0 |
| 2815 | 2026-05-28T23:33:52.876Z | Checking sqlformat v0.3.5 |
| 2816 | 2026-05-28T23:33:53.079Z | Checking peg v0.8.5 |
| 2817 | 2026-05-28T23:34:03.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2818 | 2026-05-28T23:34:04.116Z | |
| 2819 | 2026-05-28T23:34:04.116Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2820 | 2026-05-28T23:34:04.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-05-28T23:34:04.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-05-28T23:34:04.787Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2823 | 2026-05-28T23:34:08.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 2824 | 2026-05-28T23:34:08.458Z | |
| 2825 | 2026-05-28T23:34:08.458Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2826 | 2026-05-28T23:34:08.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-05-28T23:34:08.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-05-28T23:34:09.139Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2026-05-28T23:34:11.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 2830 | 2026-05-28T23:34:11.773Z | |
| 2831 | 2026-05-28T23:34:11.773Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2832 | 2026-05-28T23:34:12.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-05-28T23:34:12.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-05-28T23:34:12.440Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-05-28T23:34:15.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 2836 | 2026-05-28T23:34:15.834Z | |
| 2837 | 2026-05-28T23:34:15.834Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2838 | 2026-05-28T23:34:16.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-05-28T23:34:16.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-05-28T23:34:16.506Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-05-28T23:34:19.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
| 2842 | 2026-05-28T23:34:19.953Z | |
| 2843 | 2026-05-28T23:34:19.954Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2844 | 2026-05-28T23:34:20.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-05-28T23:34:20.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-05-28T23:34:20.630Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-05-28T23:34:23.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2848 | 2026-05-28T23:34:23.413Z | |
| 2849 | 2026-05-28T23:34:23.413Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2850 | 2026-05-28T23:34:23.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-05-28T23:34:23.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-05-28T23:34:24.085Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-05-28T23:34:26.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 2854 | 2026-05-28T23:34:26.887Z | |
| 2855 | 2026-05-28T23:34:26.888Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2856 | 2026-05-28T23:34:27.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-05-28T23:34:27.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-05-28T23:34:27.565Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-05-28T23:34:30.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2860 | 2026-05-28T23:34:31.138Z | |
| 2861 | 2026-05-28T23:34:31.138Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2862 | 2026-05-28T23:34:31.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-05-28T23:34:31.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-05-28T23:34:31.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2865 | 2026-05-28T23:34:31.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2866 | 2026-05-28T23:34:31.737Z | |
| 2867 | 2026-05-28T23:34:31.737Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2868 | 2026-05-28T23:34:32.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-05-28T23:34:32.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-05-28T23:34:32.373Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2871 | 2026-05-28T23:34:32.540Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2872 | 2026-05-28T23:34:32.543Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2873 | 2026-05-28T23:34:32.872Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2874 | 2026-05-28T23:34:35.759Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2875 | 2026-05-28T23:34:36.961Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2876 | 2026-05-28T23:34:37.171Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2877 | 2026-05-28T23:34:37.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2878 | 2026-05-28T23:34:38.022Z | |
| 2879 | 2026-05-28T23:34:38.022Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2880 | 2026-05-28T23:34:38.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-05-28T23:34:38.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-05-28T23:34:38.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2883 | 2026-05-28T23:34:38.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2884 | 2026-05-28T23:34:38.617Z | |
| 2885 | 2026-05-28T23:34:38.617Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2886 | 2026-05-28T23:34:39.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2026-05-28T23:34:39.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2026-05-28T23:34:39.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2889 | 2026-05-28T23:34:39.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2890 | 2026-05-28T23:34:39.256Z | |
| 2891 | 2026-05-28T23:34:39.256Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2892 | 2026-05-28T23:34:39.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-05-28T23:34:39.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-05-28T23:34:39.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-05-28T23:34:39.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2896 | 2026-05-28T23:34:39.858Z | |
| 2897 | 2026-05-28T23:34:39.858Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2898 | 2026-05-28T23:34:40.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-05-28T23:34:40.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-05-28T23:34:40.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-05-28T23:34:40.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2902 | 2026-05-28T23:34:40.459Z | |
| 2903 | 2026-05-28T23:34:40.459Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2904 | 2026-05-28T23:34:40.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-05-28T23:34:40.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-05-28T23:34:40.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-05-28T23:34:40.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2908 | 2026-05-28T23:34:41.061Z | |
| 2909 | 2026-05-28T23:34:41.061Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2910 | 2026-05-28T23:34:41.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-05-28T23:34:41.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-05-28T23:34:41.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-05-28T23:34:41.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2914 | 2026-05-28T23:34:41.663Z | |
| 2915 | 2026-05-28T23:34:41.663Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2916 | 2026-05-28T23:34:42.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-05-28T23:34:42.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-05-28T23:34:42.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-05-28T23:34:42.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2920 | 2026-05-28T23:34:42.255Z | |
| 2921 | 2026-05-28T23:34:42.255Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2922 | 2026-05-28T23:34:42.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-05-28T23:34:42.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-05-28T23:34:42.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-05-28T23:34:42.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2926 | 2026-05-28T23:34:42.865Z | |
| 2927 | 2026-05-28T23:34:42.865Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2928 | 2026-05-28T23:34:43.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-05-28T23:34:43.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-05-28T23:34:43.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-05-28T23:34:43.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2932 | 2026-05-28T23:34:43.451Z | |
| 2933 | 2026-05-28T23:34:43.451Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2934 | 2026-05-28T23:34:43.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-05-28T23:34:43.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-05-28T23:34:44.174Z | Compiling crucible-workspace-hack v0.1.0 |
| 2937 | 2026-05-28T23:34:44.291Z | Checking secrecy v0.10.3 |
| 2938 | 2026-05-28T23:34:44.299Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2939 | 2026-05-28T23:34:44.305Z | Compiling heapless v0.8.0 |
| 2940 | 2026-05-28T23:34:44.312Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-05-28T23:34:44.321Z | Checking hash32 v0.3.1 |
| 2942 | 2026-05-28T23:34:44.332Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2943 | 2026-05-28T23:34:44.332Z | Compiling smoltcp v0.11.0 |
| 2944 | 2026-05-28T23:34:44.393Z | Checking cobs v0.3.0 |
| 2945 | 2026-05-28T23:34:44.440Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2946 | 2026-05-28T23:34:44.518Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-05-28T23:34:44.532Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-05-28T23:34:44.555Z | Checking half v2.7.1 |
| 2949 | 2026-05-28T23:34:44.580Z | Checking opaque-debug v0.3.1 |
| 2950 | 2026-05-28T23:34:44.648Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-28T23:34:44.661Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-05-28T23:34:44.693Z | Checking poly1305 v0.8.0 |
| 2953 | 2026-05-28T23:34:44.747Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2954 | 2026-05-28T23:34:44.810Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-05-28T23:34:44.844Z | Checking postcard v1.1.3 |
| 2956 | 2026-05-28T23:34:44.953Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2957 | 2026-05-28T23:34:44.985Z | Compiling proc-macro-crate v3.4.0 |
| 2958 | 2026-05-28T23:34:45.137Z | Checking password-hash v0.5.0 |
| 2959 | 2026-05-28T23:34:45.152Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-05-28T23:34:45.222Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-05-28T23:34:45.363Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2962 | 2026-05-28T23:34:45.379Z | Checking blake2 v0.10.6 |
| 2963 | 2026-05-28T23:34:45.502Z | Checking aead v0.5.2 |
| 2964 | 2026-05-28T23:34:45.552Z | Compiling num_enum_derive v0.7.5 |
| 2965 | 2026-05-28T23:34:45.608Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2966 | 2026-05-28T23:34:45.621Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2026-05-28T23:34:45.646Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2968 | 2026-05-28T23:34:45.661Z | Checking cpufeatures v0.3.0 |
| 2969 | 2026-05-28T23:34:45.690Z | Checking thiserror-no-std v2.0.2 |
| 2970 | 2026-05-28T23:34:45.733Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-05-28T23:34:45.778Z | Checking vsss-rs v3.3.4 |
| 2972 | 2026-05-28T23:34:45.815Z | Checking chacha20 v0.10.0 |
| 2973 | 2026-05-28T23:34:45.828Z | Compiling num_enum_derive v0.5.11 |
| 2974 | 2026-05-28T23:34:45.888Z | Checking chacha20poly1305 v0.10.1 |
| 2975 | 2026-05-28T23:34:46.017Z | Checking argon2 v0.5.3 |
| 2976 | 2026-05-28T23:34:46.030Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2977 | 2026-05-28T23:34:46.209Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-05-28T23:34:46.289Z | Checking ciborium v0.2.2 |
| 2979 | 2026-05-28T23:34:46.417Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-05-28T23:34:46.470Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-05-28T23:34:46.592Z | Checking num_enum v0.7.5 |
| 2982 | 2026-05-28T23:34:46.614Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-05-28T23:34:46.696Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2984 | 2026-05-28T23:34:46.711Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-05-28T23:34:46.718Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-05-28T23:34:46.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-05-28T23:34:46.832Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2988 | 2026-05-28T23:34:46.844Z | Checking num_enum v0.5.11 |
| 2989 | 2026-05-28T23:34:46.866Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2990 | 2026-05-28T23:34:46.950Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2991 | 2026-05-28T23:34:46.994Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-05-28T23:34:47.024Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2993 | 2026-05-28T23:34:47.098Z | Checking ingot-types v0.1.2 |
| 2994 | 2026-05-28T23:34:47.111Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-05-28T23:34:47.158Z | Checking rand v0.10.0 |
| 2996 | 2026-05-28T23:34:47.172Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-05-28T23:34:47.215Z | Checking colored v3.1.1 |
| 2998 | 2026-05-28T23:34:47.231Z | Checking indent_write v2.2.0 |
| 2999 | 2026-05-28T23:34:47.359Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-05-28T23:34:47.428Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-05-28T23:34:47.448Z | Checking ingot v0.1.1 |
| 3002 | 2026-05-28T23:34:47.478Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3003 | 2026-05-28T23:34:47.492Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3004 | 2026-05-28T23:34:47.559Z | Checking itertools v0.12.1 |
| 3005 | 2026-05-28T23:34:47.575Z | Compiling num-derive v0.4.2 |
| 3006 | 2026-05-28T23:34:47.596Z | Checking swrite v0.1.0 |
| 3007 | 2026-05-28T23:34:47.663Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3008 | 2026-05-28T23:34:47.686Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3009 | 2026-05-28T23:34:47.837Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-05-28T23:34:47.975Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-28T23:34:48.000Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-28T23:34:48.004Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-05-28T23:34:48.028Z | Checking smf v0.2.3 |
| 3014 | 2026-05-28T23:34:48.110Z | Checking nanorand v0.7.0 |
| 3015 | 2026-05-28T23:34:48.178Z | Checking whoami v1.6.1 |
| 3016 | 2026-05-28T23:34:48.258Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3017 | 2026-05-28T23:34:48.305Z | Checking flume v0.11.1 |
| 3018 | 2026-05-28T23:34:48.488Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3019 | 2026-05-28T23:34:48.555Z | Checking zone v0.3.1 |
| 3020 | 2026-05-28T23:34:49.001Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-28T23:34:49.956Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-28T23:34:50.845Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-28T23:34:54.008Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-05-28T23:34:56.047Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-05-28T23:34:57.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s |
| 3026 | 2026-05-28T23:34:57.341Z | |
| 3027 | 2026-05-28T23:34:57.342Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3028 | 2026-05-28T23:34:57.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-28T23:34:57.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-28T23:34:57.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-28T23:34:57.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3032 | 2026-05-28T23:34:57.947Z | |
| 3033 | 2026-05-28T23:34:57.947Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3034 | 2026-05-28T23:34:58.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-28T23:34:58.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-28T23:34:58.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-28T23:34:58.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3038 | 2026-05-28T23:34:58.554Z | |
| 3039 | 2026-05-28T23:34:58.555Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3040 | 2026-05-28T23:34:59.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-28T23:34:59.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-28T23:34:59.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-28T23:34:59.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3044 | 2026-05-28T23:34:59.167Z | |
| 3045 | 2026-05-28T23:34:59.167Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3046 | 2026-05-28T23:34:59.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-28T23:34:59.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-28T23:34:59.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-28T23:34:59.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3050 | 2026-05-28T23:34:59.776Z | |
| 3051 | 2026-05-28T23:34:59.776Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3052 | 2026-05-28T23:35:00.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-28T23:35:00.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-28T23:35:00.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-28T23:35:00.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3056 | 2026-05-28T23:35:00.376Z | |
| 3057 | 2026-05-28T23:35:00.376Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3058 | 2026-05-28T23:35:00.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-28T23:35:00.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-28T23:35:00.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-28T23:35:00.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3062 | 2026-05-28T23:35:00.980Z | |
| 3063 | 2026-05-28T23:35:00.980Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3064 | 2026-05-28T23:35:01.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-28T23:35:01.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-28T23:35:01.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-28T23:35:01.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3068 | 2026-05-28T23:35:01.577Z | |
| 3069 | 2026-05-28T23:35:01.578Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3070 | 2026-05-28T23:35:02.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-28T23:35:02.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-28T23:35:02.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-28T23:35:02.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3074 | 2026-05-28T23:35:02.163Z | |
| 3075 | 2026-05-28T23:35:02.163Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3076 | 2026-05-28T23:35:02.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-28T23:35:02.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-28T23:35:02.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-28T23:35:02.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3080 | 2026-05-28T23:35:02.763Z | |
| 3081 | 2026-05-28T23:35:02.763Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3082 | 2026-05-28T23:35:03.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-28T23:35:03.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-28T23:35:03.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-28T23:35:03.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3086 | 2026-05-28T23:35:03.366Z | |
| 3087 | 2026-05-28T23:35:03.366Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3088 | 2026-05-28T23:35:03.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-28T23:35:03.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-28T23:35:03.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-28T23:35:03.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3092 | 2026-05-28T23:35:03.973Z | |
| 3093 | 2026-05-28T23:35:03.974Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3094 | 2026-05-28T23:35:04.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-28T23:35:04.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-28T23:35:04.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-28T23:35:04.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3098 | 2026-05-28T23:35:04.611Z | |
| 3099 | 2026-05-28T23:35:04.611Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3100 | 2026-05-28T23:35:05.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-28T23:35:05.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-28T23:35:05.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-28T23:35:05.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3104 | 2026-05-28T23:35:05.247Z | |
| 3105 | 2026-05-28T23:35:05.250Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3106 | 2026-05-28T23:35:05.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-28T23:35:05.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-28T23:35:05.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-28T23:35:05.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3110 | 2026-05-28T23:35:05.831Z | |
| 3111 | 2026-05-28T23:35:05.831Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3112 | 2026-05-28T23:35:06.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-28T23:35:06.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-28T23:35:06.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-28T23:35:06.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3116 | 2026-05-28T23:35:06.424Z | |
| 3117 | 2026-05-28T23:35:06.424Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3118 | 2026-05-28T23:35:06.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-28T23:35:06.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-28T23:35:06.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-28T23:35:06.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3122 | 2026-05-28T23:35:07.015Z | |
| 3123 | 2026-05-28T23:35:07.015Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3124 | 2026-05-28T23:35:07.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-28T23:35:07.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-28T23:35:07.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-28T23:35:07.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3128 | 2026-05-28T23:35:07.616Z | |
| 3129 | 2026-05-28T23:35:07.616Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3130 | 2026-05-28T23:35:08.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-28T23:35:08.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-28T23:35:08.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-28T23:35:08.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3134 | 2026-05-28T23:35:08.203Z | |
| 3135 | 2026-05-28T23:35:08.204Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3136 | 2026-05-28T23:35:08.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-28T23:35:08.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-28T23:35:08.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-05-28T23:35:08.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3140 | 2026-05-28T23:35:08.816Z | |
| 3141 | 2026-05-28T23:35:08.816Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3142 | 2026-05-28T23:35:09.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-05-28T23:35:09.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-05-28T23:35:09.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-05-28T23:35:09.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3146 | 2026-05-28T23:35:09.433Z | |
| 3147 | 2026-05-28T23:35:09.433Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3148 | 2026-05-28T23:35:09.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-05-28T23:35:09.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-05-28T23:35:09.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-05-28T23:35:09.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3152 | 2026-05-28T23:35:10.051Z | |
| 3153 | 2026-05-28T23:35:10.051Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3154 | 2026-05-28T23:35:10.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-05-28T23:35:10.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-05-28T23:35:10.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-05-28T23:35:10.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3158 | 2026-05-28T23:35:10.634Z | |
| 3159 | 2026-05-28T23:35:10.634Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3160 | 2026-05-28T23:35:11.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-05-28T23:35:11.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-05-28T23:35:11.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-05-28T23:35:11.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3164 | 2026-05-28T23:35:11.247Z | |
| 3165 | 2026-05-28T23:35:11.247Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3166 | 2026-05-28T23:35:11.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-05-28T23:35:11.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-05-28T23:35:11.938Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-28T23:35:12.054Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-05-28T23:35:12.062Z | Checking csv-core v0.1.13 |
| 3171 | 2026-05-28T23:35:12.069Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-05-28T23:35:12.073Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3173 | 2026-05-28T23:35:12.077Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3174 | 2026-05-28T23:35:12.096Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-05-28T23:35:12.107Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-05-28T23:35:12.220Z | Checking csv v1.4.0 |
| 3177 | 2026-05-28T23:35:12.260Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-05-28T23:35:12.274Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-05-28T23:35:12.300Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-05-28T23:35:12.314Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-05-28T23:35:12.558Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-05-28T23:35:12.922Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-05-28T23:35:12.922Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-28T23:35:13.248Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-05-28T23:35:19.109Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-05-28T23:35:19.639Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-05-28T23:35:21.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s |
| 3188 | 2026-05-28T23:35:22.161Z | |
| 3189 | 2026-05-28T23:35:22.161Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3190 | 2026-05-28T23:35:22.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-05-28T23:35:22.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-05-28T23:35:22.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-05-28T23:35:22.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3194 | 2026-05-28T23:35:22.757Z | |
| 3195 | 2026-05-28T23:35:22.757Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3196 | 2026-05-28T23:35:23.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-05-28T23:35:23.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-05-28T23:35:23.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-05-28T23:35:23.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3200 | 2026-05-28T23:35:23.440Z | |
| 3201 | 2026-05-28T23:35:23.440Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3202 | 2026-05-28T23:35:24.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-05-28T23:35:24.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-05-28T23:35:24.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-05-28T23:35:24.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3206 | 2026-05-28T23:35:24.119Z | |
| 3207 | 2026-05-28T23:35:24.119Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3208 | 2026-05-28T23:35:24.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-05-28T23:35:24.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-05-28T23:35:24.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-05-28T23:35:24.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3212 | 2026-05-28T23:35:24.765Z | |
| 3213 | 2026-05-28T23:35:24.765Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3214 | 2026-05-28T23:35:25.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-05-28T23:35:25.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-05-28T23:35:25.521Z | Compiling regress v0.11.1 |
| 3217 | 2026-05-28T23:35:25.662Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-05-28T23:35:25.676Z | Compiling radium v0.7.0 |
| 3219 | 2026-05-28T23:35:25.687Z | Compiling semver v0.1.20 |
| 3220 | 2026-05-28T23:35:25.701Z | Checking tap v1.0.1 |
| 3221 | 2026-05-28T23:35:25.704Z | Compiling maybe-uninit v2.0.0 |
| 3222 | 2026-05-28T23:35:25.727Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-28T23:35:25.804Z | Checking wyz v0.5.1 |
| 3224 | 2026-05-28T23:35:25.940Z | Compiling rustc_version v0.1.7 |
| 3225 | 2026-05-28T23:35:25.979Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-05-28T23:35:26.026Z | Compiling zerocopy-derive v0.6.6 |
| 3227 | 2026-05-28T23:35:26.131Z | Compiling cancel-safe-futures v0.1.5 |
| 3228 | 2026-05-28T23:35:26.158Z | Compiling newtype_derive v0.1.6 |
| 3229 | 2026-05-28T23:35:26.227Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-28T23:35:26.371Z | Compiling owo-colors v4.3.0 |
| 3231 | 2026-05-28T23:35:26.374Z | Checking funty v2.0.0 |
| 3232 | 2026-05-28T23:35:26.400Z | Checking crc-catalog v2.4.0 |
| 3233 | 2026-05-28T23:35:26.494Z | Compiling packed_struct v0.10.1 |
| 3234 | 2026-05-28T23:35:26.704Z | Checking bitvec v1.0.1 |
| 3235 | 2026-05-28T23:35:26.737Z | Checking crc v3.4.0 |
| 3236 | 2026-05-28T23:35:26.857Z | Checking zerocopy v0.6.6 |
| 3237 | 2026-05-28T23:35:26.914Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3238 | 2026-05-28T23:35:26.929Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-05-28T23:35:27.073Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-05-28T23:35:27.198Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-05-28T23:35:27.262Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-05-28T23:35:27.444Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-05-28T23:35:27.459Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-05-28T23:35:27.592Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-05-28T23:35:27.680Z | Checking nodrop v0.1.14 |
| 3246 | 2026-05-28T23:35:27.778Z | Checking array-init v0.0.4 |
| 3247 | 2026-05-28T23:35:27.812Z | Checking libsw v3.5.0 |
| 3248 | 2026-05-28T23:35:27.962Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-28T23:35:27.977Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-28T23:35:28.076Z | Checking smallvec v0.6.14 |
| 3251 | 2026-05-28T23:35:28.151Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3252 | 2026-05-28T23:35:28.166Z | Checking bitfield v0.19.4 |
| 3253 | 2026-05-28T23:35:28.359Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-05-28T23:35:28.436Z | Checking linear-map v1.2.0 |
| 3255 | 2026-05-28T23:35:28.485Z | Checking tagptr v0.2.0 |
| 3256 | 2026-05-28T23:35:28.506Z | Checking hashbrown v0.12.3 |
| 3257 | 2026-05-28T23:35:28.567Z | Checking unicode-linebreak v0.1.5 |
| 3258 | 2026-05-28T23:35:28.605Z | Checking smawk v0.3.2 |
| 3259 | 2026-05-28T23:35:28.626Z | Checking base64 v0.21.7 |
| 3260 | 2026-05-28T23:35:28.736Z | Checking moka v0.12.13 |
| 3261 | 2026-05-28T23:35:28.780Z | Checking textwrap v0.16.2 |
| 3262 | 2026-05-28T23:35:28.816Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-05-28T23:35:28.848Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3264 | 2026-05-28T23:35:28.867Z | Checking ron v0.8.1 |
| 3265 | 2026-05-28T23:35:28.984Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-05-28T23:35:29.000Z | Checking steno v0.4.1 |
| 3267 | 2026-05-28T23:35:29.220Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-05-28T23:35:29.369Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-28T23:35:29.384Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-28T23:35:29.388Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-28T23:35:29.528Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-05-28T23:35:29.775Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3273 | 2026-05-28T23:35:29.946Z | Checking crc-any v2.5.0 |
| 3274 | 2026-05-28T23:35:29.963Z | Checking object v0.30.4 |
| 3275 | 2026-05-28T23:35:29.990Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-28T23:35:30.008Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-28T23:35:30.103Z | Checking path-slash v0.1.5 |
| 3278 | 2026-05-28T23:35:30.121Z | Checking utf-8 v0.7.6 |
| 3279 | 2026-05-28T23:35:30.155Z | Checking half v1.8.3 |
| 3280 | 2026-05-28T23:35:30.207Z | Checking void v1.0.2 |
| 3281 | 2026-05-28T23:35:30.256Z | Checking tungstenite v0.23.0 |
| 3282 | 2026-05-28T23:35:30.316Z | Checking lzss v0.8.2 |
| 3283 | 2026-05-28T23:35:30.351Z | Checking serde_cbor v0.11.2 |
| 3284 | 2026-05-28T23:35:30.664Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-28T23:35:30.694Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-28T23:35:30.720Z | Checking nix v0.27.1 |
| 3287 | 2026-05-28T23:35:30.736Z | Checking kstat-rs v0.2.4 |
| 3288 | 2026-05-28T23:35:30.739Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3289 | 2026-05-28T23:35:30.822Z | Checking fxhash v0.2.1 |
| 3290 | 2026-05-28T23:35:30.926Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-28T23:35:30.941Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3292 | 2026-05-28T23:35:30.955Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3293 | 2026-05-28T23:35:31.107Z | Checking tokio-tungstenite v0.23.1 |
| 3294 | 2026-05-28T23:35:31.174Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-28T23:35:31.231Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-28T23:35:31.530Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-28T23:35:32.345Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-28T23:35:32.667Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-28T23:35:32.749Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-28T23:35:32.749Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-28T23:35:33.227Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-28T23:35:33.556Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3303 | 2026-05-28T23:35:34.336Z | Compiling progenitor-macro v0.14.0 |
| 3304 | 2026-05-28T23:35:34.350Z | Compiling progenitor-macro v0.13.0 |
| 3305 | 2026-05-28T23:35:36.922Z | Checking progenitor v0.14.0 |
| 3306 | 2026-05-28T23:35:36.925Z | Checking progenitor v0.13.0 |
| 3307 | 2026-05-28T23:35:37.051Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3308 | 2026-05-28T23:35:37.054Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-05-28T23:35:40.041Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-28T23:35:47.668Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-28T23:35:53.957Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-28T23:35:55.321Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-28T23:35:55.829Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-28T23:35:57.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.13s |
| 3315 | 2026-05-28T23:35:58.097Z | |
| 3316 | 2026-05-28T23:35:58.097Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3317 | 2026-05-28T23:35:58.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-28T23:35:58.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-28T23:35:58.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-28T23:35:58.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3321 | 2026-05-28T23:35:58.695Z | |
| 3322 | 2026-05-28T23:35:58.696Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3323 | 2026-05-28T23:35:59.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-28T23:35:59.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-28T23:35:59.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-28T23:35:59.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3327 | 2026-05-28T23:35:59.299Z | |
| 3328 | 2026-05-28T23:35:59.299Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3329 | 2026-05-28T23:35:59.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-28T23:35:59.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-28T23:35:59.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-28T23:35:59.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3333 | 2026-05-28T23:35:59.887Z | |
| 3334 | 2026-05-28T23:35:59.887Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3335 | 2026-05-28T23:36:00.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-28T23:36:00.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-28T23:36:00.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-28T23:36:00.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3339 | 2026-05-28T23:36:00.503Z | |
| 3340 | 2026-05-28T23:36:00.504Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3341 | 2026-05-28T23:36:01.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-28T23:36:01.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-28T23:36:01.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-28T23:36:01.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3345 | 2026-05-28T23:36:01.096Z | |
| 3346 | 2026-05-28T23:36:01.097Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3347 | 2026-05-28T23:36:01.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-28T23:36:01.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-28T23:36:01.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-28T23:36:01.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3351 | 2026-05-28T23:36:01.692Z | |
| 3352 | 2026-05-28T23:36:01.693Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3353 | 2026-05-28T23:36:02.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-28T23:36:02.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-28T23:36:02.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-28T23:36:02.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3357 | 2026-05-28T23:36:02.289Z | |
| 3358 | 2026-05-28T23:36:02.289Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3359 | 2026-05-28T23:36:02.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-28T23:36:02.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-28T23:36:02.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-28T23:36:02.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3363 | 2026-05-28T23:36:02.905Z | |
| 3364 | 2026-05-28T23:36:02.905Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3365 | 2026-05-28T23:36:03.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-28T23:36:03.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-28T23:36:03.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-28T23:36:03.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3369 | 2026-05-28T23:36:03.503Z | |
| 3370 | 2026-05-28T23:36:03.503Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3371 | 2026-05-28T23:36:04.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-28T23:36:04.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-28T23:36:04.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-28T23:36:04.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3375 | 2026-05-28T23:36:04.103Z | |
| 3376 | 2026-05-28T23:36:04.103Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3377 | 2026-05-28T23:36:04.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-28T23:36:04.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-28T23:36:04.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-28T23:36:04.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3381 | 2026-05-28T23:36:04.701Z | |
| 3382 | 2026-05-28T23:36:04.701Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3383 | 2026-05-28T23:36:05.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-28T23:36:05.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-28T23:36:05.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-28T23:36:05.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3387 | 2026-05-28T23:36:05.298Z | |
| 3388 | 2026-05-28T23:36:05.298Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3389 | 2026-05-28T23:36:05.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-28T23:36:05.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-28T23:36:05.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-28T23:36:05.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3393 | 2026-05-28T23:36:05.898Z | |
| 3394 | 2026-05-28T23:36:05.898Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3395 | 2026-05-28T23:36:06.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-28T23:36:06.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-28T23:36:06.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-28T23:36:06.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3399 | 2026-05-28T23:36:06.497Z | |
| 3400 | 2026-05-28T23:36:06.497Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3401 | 2026-05-28T23:36:07.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-28T23:36:07.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-28T23:36:07.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-28T23:36:07.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3405 | 2026-05-28T23:36:07.111Z | |
| 3406 | 2026-05-28T23:36:07.111Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3407 | 2026-05-28T23:36:07.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-28T23:36:07.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-28T23:36:07.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-28T23:36:07.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3411 | 2026-05-28T23:36:07.730Z | |
| 3412 | 2026-05-28T23:36:07.730Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3413 | 2026-05-28T23:36:08.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-28T23:36:08.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-28T23:36:08.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-28T23:36:08.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3417 | 2026-05-28T23:36:08.345Z | |
| 3418 | 2026-05-28T23:36:08.345Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3419 | 2026-05-28T23:36:08.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-28T23:36:08.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-28T23:36:08.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-28T23:36:08.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3423 | 2026-05-28T23:36:08.962Z | |
| 3424 | 2026-05-28T23:36:08.962Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3425 | 2026-05-28T23:36:09.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-28T23:36:09.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-28T23:36:09.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-28T23:36:09.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3429 | 2026-05-28T23:36:09.576Z | |
| 3430 | 2026-05-28T23:36:09.576Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3431 | 2026-05-28T23:36:10.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-28T23:36:10.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-28T23:36:10.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-28T23:36:10.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2026-05-28T23:36:10.193Z | |
| 3436 | 2026-05-28T23:36:10.193Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3437 | 2026-05-28T23:36:10.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-28T23:36:10.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-28T23:36:10.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-28T23:36:10.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3441 | 2026-05-28T23:36:10.811Z | |
| 3442 | 2026-05-28T23:36:10.812Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3443 | 2026-05-28T23:36:11.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-28T23:36:11.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-28T23:36:11.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-28T23:36:11.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3447 | 2026-05-28T23:36:11.426Z | |
| 3448 | 2026-05-28T23:36:11.426Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3449 | 2026-05-28T23:36:11.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-28T23:36:11.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-28T23:36:11.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-28T23:36:11.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3453 | 2026-05-28T23:36:12.043Z | |
| 3454 | 2026-05-28T23:36:12.043Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3455 | 2026-05-28T23:36:12.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-28T23:36:12.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-28T23:36:12.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-05-28T23:36:12.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3459 | 2026-05-28T23:36:12.662Z | |
| 3460 | 2026-05-28T23:36:12.662Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3461 | 2026-05-28T23:36:13.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-05-28T23:36:13.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-05-28T23:36:13.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-05-28T23:36:13.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3465 | 2026-05-28T23:36:13.260Z | |
| 3466 | 2026-05-28T23:36:13.260Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3467 | 2026-05-28T23:36:13.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-05-28T23:36:13.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-05-28T23:36:13.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-05-28T23:36:13.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3471 | 2026-05-28T23:36:13.860Z | |
| 3472 | 2026-05-28T23:36:13.860Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3473 | 2026-05-28T23:36:14.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-05-28T23:36:14.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-05-28T23:36:14.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-05-28T23:36:14.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3477 | 2026-05-28T23:36:14.457Z | |
| 3478 | 2026-05-28T23:36:14.457Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3479 | 2026-05-28T23:36:14.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-05-28T23:36:14.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-05-28T23:36:14.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-05-28T23:36:14.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3483 | 2026-05-28T23:36:15.056Z | |
| 3484 | 2026-05-28T23:36:15.056Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3485 | 2026-05-28T23:36:15.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-05-28T23:36:15.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-05-28T23:36:15.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-05-28T23:36:15.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3489 | 2026-05-28T23:36:15.651Z | |
| 3490 | 2026-05-28T23:36:15.651Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3491 | 2026-05-28T23:36:16.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-05-28T23:36:16.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-05-28T23:36:16.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-05-28T23:36:16.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3495 | 2026-05-28T23:36:16.253Z | |
| 3496 | 2026-05-28T23:36:16.253Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3497 | 2026-05-28T23:36:16.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-05-28T23:36:16.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-05-28T23:36:16.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-05-28T23:36:16.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3501 | 2026-05-28T23:36:16.853Z | |
| 3502 | 2026-05-28T23:36:16.853Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3503 | 2026-05-28T23:36:17.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-05-28T23:36:17.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-05-28T23:36:17.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-05-28T23:36:17.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3507 | 2026-05-28T23:36:17.451Z | |
| 3508 | 2026-05-28T23:36:17.451Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3509 | 2026-05-28T23:36:17.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-05-28T23:36:17.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-05-28T23:36:17.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-05-28T23:36:17.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3513 | 2026-05-28T23:36:18.066Z | |
| 3514 | 2026-05-28T23:36:18.066Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3515 | 2026-05-28T23:36:18.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-05-28T23:36:18.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-05-28T23:36:18.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-05-28T23:36:18.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3519 | 2026-05-28T23:36:18.673Z | |
| 3520 | 2026-05-28T23:36:18.673Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3521 | 2026-05-28T23:36:19.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-05-28T23:36:19.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-05-28T23:36:19.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-05-28T23:36:19.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3525 | 2026-05-28T23:36:19.285Z | |
| 3526 | 2026-05-28T23:36:19.285Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3527 | 2026-05-28T23:36:19.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-05-28T23:36:19.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-05-28T23:36:19.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-05-28T23:36:19.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3531 | 2026-05-28T23:36:19.895Z | |
| 3532 | 2026-05-28T23:36:19.895Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3533 | 2026-05-28T23:36:20.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-05-28T23:36:20.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-05-28T23:36:20.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-05-28T23:36:20.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3537 | 2026-05-28T23:36:20.507Z | |
| 3538 | 2026-05-28T23:36:20.507Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3539 | 2026-05-28T23:36:21.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-05-28T23:36:21.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-05-28T23:36:21.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-05-28T23:36:21.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3543 | 2026-05-28T23:36:21.118Z | |
| 3544 | 2026-05-28T23:36:21.118Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3545 | 2026-05-28T23:36:21.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-05-28T23:36:21.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-05-28T23:36:21.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-05-28T23:36:21.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3549 | 2026-05-28T23:36:21.729Z | |
| 3550 | 2026-05-28T23:36:21.729Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3551 | 2026-05-28T23:36:22.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-05-28T23:36:22.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-05-28T23:36:22.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-05-28T23:36:22.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3555 | 2026-05-28T23:36:22.368Z | |
| 3556 | 2026-05-28T23:36:22.368Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3557 | 2026-05-28T23:36:22.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-05-28T23:36:22.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-05-28T23:36:22.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-05-28T23:36:22.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3561 | 2026-05-28T23:36:22.963Z | |
| 3562 | 2026-05-28T23:36:22.963Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3563 | 2026-05-28T23:36:23.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-05-28T23:36:23.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-05-28T23:36:23.608Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-05-28T23:36:23.608Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-05-28T23:36:23.612Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-05-28T23:36:23.612Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3569 | 2026-05-28T23:36:23.612Z | Checking prefix-trie v0.7.0 |
| 3570 | 2026-05-28T23:36:23.847Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-05-28T23:36:24.000Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-05-28T23:36:24.109Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-05-28T23:36:24.122Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3574 | 2026-05-28T23:36:24.206Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3575 | 2026-05-28T23:36:24.206Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3576 | 2026-05-28T23:36:24.277Z | Checking sled v0.34.7 |
| 3577 | 2026-05-28T23:36:26.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3578 | 2026-05-28T23:36:26.336Z | |
| 3579 | 2026-05-28T23:36:26.336Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3580 | 2026-05-28T23:36:26.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-28T23:36:26.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-28T23:36:26.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-28T23:36:26.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3584 | 2026-05-28T23:36:26.925Z | |
| 3585 | 2026-05-28T23:36:26.925Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3586 | 2026-05-28T23:36:27.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-28T23:36:27.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-28T23:36:27.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-28T23:36:27.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3590 | 2026-05-28T23:36:27.515Z | |
| 3591 | 2026-05-28T23:36:27.515Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3592 | 2026-05-28T23:36:28.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-28T23:36:28.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-28T23:36:28.232Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-05-28T23:36:29.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 3596 | 2026-05-28T23:36:30.171Z | |
| 3597 | 2026-05-28T23:36:30.171Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3598 | 2026-05-28T23:36:30.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-28T23:36:30.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-28T23:36:30.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-28T23:36:30.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3602 | 2026-05-28T23:36:30.821Z | |
| 3603 | 2026-05-28T23:36:30.821Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3604 | 2026-05-28T23:36:31.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-28T23:36:31.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-28T23:36:31.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-28T23:36:31.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3608 | 2026-05-28T23:36:31.465Z | |
| 3609 | 2026-05-28T23:36:31.465Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3610 | 2026-05-28T23:36:31.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-28T23:36:31.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-28T23:36:31.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-28T23:36:31.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3614 | 2026-05-28T23:36:32.047Z | |
| 3615 | 2026-05-28T23:36:32.047Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3616 | 2026-05-28T23:36:32.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-28T23:36:32.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-28T23:36:32.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-28T23:36:32.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3620 | 2026-05-28T23:36:32.627Z | |
| 3621 | 2026-05-28T23:36:32.627Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3622 | 2026-05-28T23:36:33.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-28T23:36:33.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-28T23:36:33.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-28T23:36:33.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3626 | 2026-05-28T23:36:33.271Z | |
| 3627 | 2026-05-28T23:36:33.271Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3628 | 2026-05-28T23:36:33.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-28T23:36:33.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-28T23:36:33.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-05-28T23:36:33.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3632 | 2026-05-28T23:36:33.851Z | |
| 3633 | 2026-05-28T23:36:33.851Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3634 | 2026-05-28T23:36:34.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-05-28T23:36:34.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-05-28T23:36:34.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-05-28T23:36:34.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3638 | 2026-05-28T23:36:34.482Z | |
| 3639 | 2026-05-28T23:36:34.482Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3640 | 2026-05-28T23:36:35.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-05-28T23:36:35.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-05-28T23:36:35.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-05-28T23:36:35.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3644 | 2026-05-28T23:36:35.118Z | |
| 3645 | 2026-05-28T23:36:35.118Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3646 | 2026-05-28T23:36:35.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-05-28T23:36:35.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-05-28T23:36:35.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-05-28T23:36:35.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3650 | 2026-05-28T23:36:35.700Z | |
| 3651 | 2026-05-28T23:36:35.700Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3652 | 2026-05-28T23:36:36.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-05-28T23:36:36.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-05-28T23:36:36.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-05-28T23:36:36.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3656 | 2026-05-28T23:36:36.278Z | |
| 3657 | 2026-05-28T23:36:36.278Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3658 | 2026-05-28T23:36:36.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-05-28T23:36:36.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-05-28T23:36:36.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-05-28T23:36:36.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3662 | 2026-05-28T23:36:36.873Z | |
| 3663 | 2026-05-28T23:36:36.873Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3664 | 2026-05-28T23:36:37.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-05-28T23:36:37.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-05-28T23:36:37.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-05-28T23:36:37.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3668 | 2026-05-28T23:36:37.455Z | |
| 3669 | 2026-05-28T23:36:37.455Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3670 | 2026-05-28T23:36:37.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-05-28T23:36:37.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-05-28T23:36:37.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-05-28T23:36:37.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3674 | 2026-05-28T23:36:38.035Z | |
| 3675 | 2026-05-28T23:36:38.035Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3676 | 2026-05-28T23:36:38.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-05-28T23:36:38.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-05-28T23:36:38.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-05-28T23:36:38.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3680 | 2026-05-28T23:36:38.677Z | |
| 3681 | 2026-05-28T23:36:38.677Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3682 | 2026-05-28T23:36:39.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-05-28T23:36:39.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-05-28T23:36:39.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-05-28T23:36:39.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3686 | 2026-05-28T23:36:39.325Z | |
| 3687 | 2026-05-28T23:36:39.325Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3688 | 2026-05-28T23:36:39.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-05-28T23:36:39.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-05-28T23:36:39.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-05-28T23:36:39.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3692 | 2026-05-28T23:36:39.964Z | |
| 3693 | 2026-05-28T23:36:39.964Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3694 | 2026-05-28T23:36:40.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-05-28T23:36:40.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-05-28T23:36:40.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-05-28T23:36:40.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3698 | 2026-05-28T23:36:40.576Z | |
| 3699 | 2026-05-28T23:36:40.576Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3700 | 2026-05-28T23:36:41.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-05-28T23:36:41.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-05-28T23:36:41.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-05-28T23:36:41.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3704 | 2026-05-28T23:36:41.188Z | |
| 3705 | 2026-05-28T23:36:41.188Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3706 | 2026-05-28T23:36:41.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-05-28T23:36:41.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-05-28T23:36:41.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-05-28T23:36:41.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3710 | 2026-05-28T23:36:41.796Z | |
| 3711 | 2026-05-28T23:36:41.796Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3712 | 2026-05-28T23:36:42.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-05-28T23:36:42.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-05-28T23:36:42.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-05-28T23:36:42.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3716 | 2026-05-28T23:36:42.387Z | |
| 3717 | 2026-05-28T23:36:42.387Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3718 | 2026-05-28T23:36:42.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-05-28T23:36:42.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-05-28T23:36:42.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-05-28T23:36:42.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3722 | 2026-05-28T23:36:42.998Z | |
| 3723 | 2026-05-28T23:36:42.998Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3724 | 2026-05-28T23:36:43.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-05-28T23:36:43.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-05-28T23:36:43.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-05-28T23:36:43.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3728 | 2026-05-28T23:36:43.608Z | |
| 3729 | 2026-05-28T23:36:43.608Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3730 | 2026-05-28T23:36:44.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-05-28T23:36:44.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-05-28T23:36:44.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-05-28T23:36:44.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3734 | 2026-05-28T23:36:44.185Z | |
| 3735 | 2026-05-28T23:36:44.185Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3736 | 2026-05-28T23:36:44.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-28T23:36:44.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-28T23:36:45.038Z | Compiling libefi-sys v0.1.0 |
| 3739 | 2026-05-28T23:36:45.041Z | Compiling bitfield-struct v0.6.2 |
| 3740 | 2026-05-28T23:36:45.185Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3741 | 2026-05-28T23:36:45.193Z | Compiling xshell-macros v0.2.7 |
| 3742 | 2026-05-28T23:36:45.202Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3743 | 2026-05-28T23:36:45.216Z | Compiling typify-impl v0.4.3 |
| 3744 | 2026-05-28T23:36:45.233Z | Compiling salty v0.3.0 |
| 3745 | 2026-05-28T23:36:45.241Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-05-28T23:36:45.247Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-05-28T23:36:45.410Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3748 | 2026-05-28T23:36:45.522Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3749 | 2026-05-28T23:36:45.539Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3750 | 2026-05-28T23:36:45.566Z | Checking xshell v0.2.7 |
| 3751 | 2026-05-28T23:36:45.723Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-05-28T23:36:45.753Z | Checking primeorder v0.13.6 |
| 3753 | 2026-05-28T23:36:45.794Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3754 | 2026-05-28T23:36:45.841Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3755 | 2026-05-28T23:36:45.894Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3756 | 2026-05-28T23:36:45.947Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3757 | 2026-05-28T23:36:45.988Z | Checking p384 v0.13.1 |
| 3758 | 2026-05-28T23:36:46.037Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3759 | 2026-05-28T23:36:46.155Z | Checking tungstenite v0.21.0 |
| 3760 | 2026-05-28T23:36:46.158Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3761 | 2026-05-28T23:36:46.268Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3762 | 2026-05-28T23:36:46.283Z | Compiling proc-macro-error2 v2.0.1 |
| 3763 | 2026-05-28T23:36:46.596Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-05-28T23:36:46.721Z | Compiling tabled_derive v0.11.0 |
| 3765 | 2026-05-28T23:36:46.814Z | Checking tokio-tungstenite v0.21.0 |
| 3766 | 2026-05-28T23:36:47.095Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3767 | 2026-05-28T23:36:47.123Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3768 | 2026-05-28T23:36:47.402Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3769 | 2026-05-28T23:36:47.470Z | Checking libscf-sys v1.1.0 |
| 3770 | 2026-05-28T23:36:47.728Z | Checking papergrid v0.17.0 |
| 3771 | 2026-05-28T23:36:47.743Z | Checking testing_table v0.3.0 |
| 3772 | 2026-05-28T23:36:47.811Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3773 | 2026-05-28T23:36:47.839Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3774 | 2026-05-28T23:36:47.857Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3775 | 2026-05-28T23:36:47.990Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-05-28T23:36:48.203Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-05-28T23:36:48.264Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3778 | 2026-05-28T23:36:48.371Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3779 | 2026-05-28T23:36:48.396Z | Compiling unicase v2.9.0 |
| 3780 | 2026-05-28T23:36:48.417Z | Checking corncobs v0.1.4 |
| 3781 | 2026-05-28T23:36:48.496Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3782 | 2026-05-28T23:36:48.547Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-05-28T23:36:48.597Z | Compiling mime_guess v2.0.5 |
| 3784 | 2026-05-28T23:36:48.612Z | Checking tabled v0.20.0 |
| 3785 | 2026-05-28T23:36:48.626Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3786 | 2026-05-28T23:36:48.725Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-05-28T23:36:48.801Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3788 | 2026-05-28T23:36:48.822Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3789 | 2026-05-28T23:36:48.975Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3790 | 2026-05-28T23:36:49.007Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3791 | 2026-05-28T23:36:49.050Z | Checking progenitor-client v0.11.2 |
| 3792 | 2026-05-28T23:36:49.123Z | Checking secrecy v0.8.0 |
| 3793 | 2026-05-28T23:36:49.250Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3794 | 2026-05-28T23:36:49.510Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3795 | 2026-05-28T23:36:49.619Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3796 | 2026-05-28T23:36:49.634Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3797 | 2026-05-28T23:36:49.681Z | Compiling typify-macro v0.4.3 |
| 3798 | 2026-05-28T23:36:49.701Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3799 | 2026-05-28T23:36:49.867Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3800 | 2026-05-28T23:36:49.885Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-05-28T23:36:49.901Z | Checking filetime v0.2.27 |
| 3802 | 2026-05-28T23:36:50.037Z | Checking crc8 v0.1.1 |
| 3803 | 2026-05-28T23:36:50.056Z | Checking xattr v1.6.1 |
| 3804 | 2026-05-28T23:36:50.189Z | Checking http-range v0.1.5 |
| 3805 | 2026-05-28T23:36:50.317Z | Checking tar v0.4.45 |
| 3806 | 2026-05-28T23:36:50.333Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3807 | 2026-05-28T23:36:50.555Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-05-28T23:36:50.631Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-05-28T23:36:50.757Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3810 | 2026-05-28T23:36:50.796Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-05-28T23:36:50.814Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3812 | 2026-05-28T23:36:51.159Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3813 | 2026-05-28T23:36:51.176Z | Checking atty v0.2.14 |
| 3814 | 2026-05-28T23:36:51.241Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3815 | 2026-05-28T23:36:51.277Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3816 | 2026-05-28T23:36:51.280Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3817 | 2026-05-28T23:36:51.438Z | Compiling typify v0.4.3 |
| 3818 | 2026-05-28T23:36:51.557Z | Compiling progenitor-impl v0.11.2 |
| 3819 | 2026-05-28T23:36:51.743Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3820 | 2026-05-28T23:36:51.830Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3821 | 2026-05-28T23:36:51.859Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3822 | 2026-05-28T23:36:52.076Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3823 | 2026-05-28T23:36:52.093Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3824 | 2026-05-28T23:36:52.265Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3825 | 2026-05-28T23:36:52.360Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3826 | 2026-05-28T23:36:52.487Z | Checking hyper-staticfile v0.10.1 |
| 3827 | 2026-05-28T23:36:52.605Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3828 | 2026-05-28T23:36:52.772Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3829 | 2026-05-28T23:36:52.801Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3830 | 2026-05-28T23:36:52.859Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3831 | 2026-05-28T23:36:52.950Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3832 | 2026-05-28T23:36:53.129Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3833 | 2026-05-28T23:36:53.218Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-05-28T23:36:53.277Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3835 | 2026-05-28T23:36:53.404Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3836 | 2026-05-28T23:36:53.508Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3837 | 2026-05-28T23:36:54.021Z | Compiling progenitor-macro v0.11.2 |
| 3838 | 2026-05-28T23:36:56.402Z | Checking progenitor v0.11.2 |
| 3839 | 2026-05-28T23:36:56.540Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3840 | 2026-05-28T23:36:56.693Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3841 | 2026-05-28T23:37:01.183Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3842 | 2026-05-28T23:37:12.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.90s |
| 3843 | 2026-05-28T23:37:12.301Z | |
| 3844 | 2026-05-28T23:37:12.301Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3845 | 2026-05-28T23:37:12.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-05-28T23:37:12.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-05-28T23:37:13.078Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2026-05-28T23:37:23.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3849 | 2026-05-28T23:37:23.918Z | |
| 3850 | 2026-05-28T23:37:23.918Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3851 | 2026-05-28T23:37:24.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-05-28T23:37:24.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-05-28T23:37:24.706Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3854 | 2026-05-28T23:37:35.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
| 3855 | 2026-05-28T23:37:35.592Z | |
| 3856 | 2026-05-28T23:37:35.592Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3857 | 2026-05-28T23:37:36.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-05-28T23:37:36.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-05-28T23:37:36.376Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3860 | 2026-05-28T23:37:47.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3861 | 2026-05-28T23:37:47.282Z | |
| 3862 | 2026-05-28T23:37:47.282Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3863 | 2026-05-28T23:37:47.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-05-28T23:37:47.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-05-28T23:37:48.075Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3866 | 2026-05-28T23:37:58.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3867 | 2026-05-28T23:37:58.958Z | |
| 3868 | 2026-05-28T23:37:58.958Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3869 | 2026-05-28T23:37:59.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-05-28T23:37:59.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-05-28T23:37:59.742Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3872 | 2026-05-28T23:38:10.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3873 | 2026-05-28T23:38:10.553Z | |
| 3874 | 2026-05-28T23:38:10.554Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3875 | 2026-05-28T23:38:11.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-05-28T23:38:11.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-05-28T23:38:11.338Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3878 | 2026-05-28T23:38:21.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3879 | 2026-05-28T23:38:22.156Z | |
| 3880 | 2026-05-28T23:38:22.156Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3881 | 2026-05-28T23:38:22.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-05-28T23:38:22.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-05-28T23:38:22.945Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3884 | 2026-05-28T23:38:33.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3885 | 2026-05-28T23:38:33.842Z | |
| 3886 | 2026-05-28T23:38:33.842Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3887 | 2026-05-28T23:38:34.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-05-28T23:38:34.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-05-28T23:38:34.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-05-28T23:38:34.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3891 | 2026-05-28T23:38:34.443Z | |
| 3892 | 2026-05-28T23:38:34.443Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3893 | 2026-05-28T23:38:34.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-05-28T23:38:34.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-05-28T23:38:34.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-05-28T23:38:34.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3897 | 2026-05-28T23:38:35.045Z | |
| 3898 | 2026-05-28T23:38:35.046Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3899 | 2026-05-28T23:38:35.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-05-28T23:38:35.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-05-28T23:38:35.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-05-28T23:38:35.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3903 | 2026-05-28T23:38:35.637Z | |
| 3904 | 2026-05-28T23:38:35.637Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3905 | 2026-05-28T23:38:36.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-05-28T23:38:36.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-05-28T23:38:36.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-05-28T23:38:36.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3909 | 2026-05-28T23:38:36.223Z | |
| 3910 | 2026-05-28T23:38:36.223Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3911 | 2026-05-28T23:38:36.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-05-28T23:38:36.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-05-28T23:38:36.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-05-28T23:38:36.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3915 | 2026-05-28T23:38:36.829Z | |
| 3916 | 2026-05-28T23:38:36.829Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3917 | 2026-05-28T23:38:37.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-05-28T23:38:37.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-05-28T23:38:37.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-05-28T23:38:37.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3921 | 2026-05-28T23:38:37.442Z | |
| 3922 | 2026-05-28T23:38:37.442Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3923 | 2026-05-28T23:38:37.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-05-28T23:38:37.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-05-28T23:38:37.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-05-28T23:38:37.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3927 | 2026-05-28T23:38:38.055Z | |
| 3928 | 2026-05-28T23:38:38.055Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3929 | 2026-05-28T23:38:38.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-05-28T23:38:38.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-05-28T23:38:38.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-05-28T23:38:38.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3933 | 2026-05-28T23:38:38.674Z | |
| 3934 | 2026-05-28T23:38:38.674Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3935 | 2026-05-28T23:38:39.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-05-28T23:38:39.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-05-28T23:38:39.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-05-28T23:38:39.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3939 | 2026-05-28T23:38:39.293Z | |
| 3940 | 2026-05-28T23:38:39.293Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3941 | 2026-05-28T23:38:39.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-05-28T23:38:39.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-05-28T23:38:39.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-05-28T23:38:39.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3945 | 2026-05-28T23:38:39.908Z | |
| 3946 | 2026-05-28T23:38:39.908Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3947 | 2026-05-28T23:38:40.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-28T23:38:40.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-28T23:38:40.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-28T23:38:40.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3951 | 2026-05-28T23:38:40.519Z | |
| 3952 | 2026-05-28T23:38:40.519Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3953 | 2026-05-28T23:38:41.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-28T23:38:41.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-28T23:38:41.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-28T23:38:41.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3957 | 2026-05-28T23:38:41.133Z | |
| 3958 | 2026-05-28T23:38:41.133Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3959 | 2026-05-28T23:38:41.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-28T23:38:41.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-28T23:38:41.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-28T23:38:41.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3963 | 2026-05-28T23:38:41.751Z | |
| 3964 | 2026-05-28T23:38:41.751Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3965 | 2026-05-28T23:38:42.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-28T23:38:42.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-28T23:38:42.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-05-28T23:38:42.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3969 | 2026-05-28T23:38:42.366Z | |
| 3970 | 2026-05-28T23:38:42.366Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3971 | 2026-05-28T23:38:42.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-05-28T23:38:42.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-05-28T23:38:42.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-05-28T23:38:42.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3975 | 2026-05-28T23:38:43.009Z | |
| 3976 | 2026-05-28T23:38:43.009Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3977 | 2026-05-28T23:38:43.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-05-28T23:38:43.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-05-28T23:38:43.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-05-28T23:38:43.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3981 | 2026-05-28T23:38:43.630Z | |
| 3982 | 2026-05-28T23:38:43.630Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3983 | 2026-05-28T23:38:44.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-05-28T23:38:44.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-05-28T23:38:44.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-05-28T23:38:44.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3987 | 2026-05-28T23:38:44.264Z | |
| 3988 | 2026-05-28T23:38:44.265Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3989 | 2026-05-28T23:38:44.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-05-28T23:38:44.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-05-28T23:38:44.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-05-28T23:38:44.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3993 | 2026-05-28T23:38:44.908Z | |
| 3994 | 2026-05-28T23:38:44.908Z | info: running `cargo check --bins` on update-common (228/295) |
| 3995 | 2026-05-28T23:38:45.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-05-28T23:38:45.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-05-28T23:38:45.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-05-28T23:38:45.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3999 | 2026-05-28T23:38:45.510Z | |
| 4000 | 2026-05-28T23:38:45.510Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4001 | 2026-05-28T23:38:46.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-05-28T23:38:46.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-05-28T23:38:46.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-05-28T23:38:46.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4005 | 2026-05-28T23:38:46.160Z | |
| 4006 | 2026-05-28T23:38:46.160Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4007 | 2026-05-28T23:38:46.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-28T23:38:46.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-28T23:38:46.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-05-28T23:38:46.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-05-28T23:38:46.741Z | |
| 4012 | 2026-05-28T23:38:46.742Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4013 | 2026-05-28T23:38:47.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-05-28T23:38:47.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-05-28T23:38:47.509Z | Compiling fs-err v2.11.0 |
| 4016 | 2026-05-28T23:38:47.512Z | Checking ignore v0.4.25 |
| 4017 | 2026-05-28T23:38:47.512Z | Checking arc-swap v1.8.2 |
| 4018 | 2026-05-28T23:38:47.646Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4019 | 2026-05-28T23:38:47.649Z | Checking predicates-tree v1.0.13 |
| 4020 | 2026-05-28T23:38:47.663Z | Checking parse-size v1.1.0 |
| 4021 | 2026-05-28T23:38:47.676Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4022 | 2026-05-28T23:38:47.679Z | Checking rand_seeder v0.4.0 |
| 4023 | 2026-05-28T23:38:47.740Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4024 | 2026-05-28T23:38:47.773Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4025 | 2026-05-28T23:38:47.827Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4026 | 2026-05-28T23:38:47.841Z | Checking slog-scope v4.4.1 |
| 4027 | 2026-05-28T23:38:47.876Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4028 | 2026-05-28T23:38:47.968Z | Checking slog-stdlog v4.1.1 |
| 4029 | 2026-05-28T23:38:47.983Z | Compiling petname v2.0.2 |
| 4030 | 2026-05-28T23:38:47.998Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4031 | 2026-05-28T23:38:48.012Z | Checking globwalk v0.9.1 |
| 4032 | 2026-05-28T23:38:48.062Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4033 | 2026-05-28T23:38:48.087Z | Checking slog-envlogger v2.2.0 |
| 4034 | 2026-05-28T23:38:48.185Z | Checking camino-tempfile-ext v0.3.3 |
| 4035 | 2026-05-28T23:38:48.234Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4036 | 2026-05-28T23:38:48.259Z | Checking sapling-renderdag v0.1.0 |
| 4037 | 2026-05-28T23:38:48.377Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4038 | 2026-05-28T23:38:48.421Z | Checking subprocess v0.2.15 |
| 4039 | 2026-05-28T23:38:48.493Z | Checking sync-ptr v0.1.4 |
| 4040 | 2026-05-28T23:38:48.607Z | Checking colored v2.2.0 |
| 4041 | 2026-05-28T23:38:48.620Z | Checking assert_matches v1.5.0 |
| 4042 | 2026-05-28T23:38:48.694Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4043 | 2026-05-28T23:38:48.871Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4044 | 2026-05-28T23:38:48.874Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4045 | 2026-05-28T23:38:49.519Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4046 | 2026-05-28T23:38:50.838Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4047 | 2026-05-28T23:38:53.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
| 4048 | 2026-05-28T23:38:53.222Z | |
| 4049 | 2026-05-28T23:38:53.222Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4050 | 2026-05-28T23:38:53.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4051 | 2026-05-28T23:38:53.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4052 | 2026-05-28T23:38:53.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4053 | 2026-05-28T23:38:53.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4054 | 2026-05-28T23:38:53.803Z | |
| 4055 | 2026-05-28T23:38:53.803Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4056 | 2026-05-28T23:38:54.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4057 | 2026-05-28T23:38:54.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4058 | 2026-05-28T23:38:54.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4059 | 2026-05-28T23:38:54.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4060 | 2026-05-28T23:38:54.412Z | |
| 4061 | 2026-05-28T23:38:54.412Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4062 | 2026-05-28T23:38:54.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4063 | 2026-05-28T23:38:54.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4064 | 2026-05-28T23:38:54.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4065 | 2026-05-28T23:38:54.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4066 | 2026-05-28T23:38:55.056Z | |
| 4067 | 2026-05-28T23:38:55.056Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4068 | 2026-05-28T23:38:55.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4069 | 2026-05-28T23:38:55.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4070 | 2026-05-28T23:38:55.772Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4071 | 2026-05-28T23:38:55.772Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4072 | 2026-05-28T23:38:56.423Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4073 | 2026-05-28T23:38:58.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 4074 | 2026-05-28T23:38:58.223Z | |
| 4075 | 2026-05-28T23:38:58.223Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4076 | 2026-05-28T23:38:58.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-05-28T23:38:58.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-05-28T23:38:58.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-05-28T23:38:58.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4080 | 2026-05-28T23:38:58.813Z | |
| 4081 | 2026-05-28T23:38:58.814Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4082 | 2026-05-28T23:38:59.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-05-28T23:38:59.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-05-28T23:38:59.416Z | Checking yasna v0.5.2 |
| 4085 | 2026-05-28T23:38:59.819Z | Checking rcgen v0.12.1 |
| 4086 | 2026-05-28T23:39:00.066Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4087 | 2026-05-28T23:39:00.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4088 | 2026-05-28T23:39:00.424Z | |
| 4089 | 2026-05-28T23:39:00.424Z | info: running `cargo check --bins` on clickana (238/295) |
| 4090 | 2026-05-28T23:39:00.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-05-28T23:39:00.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-05-28T23:39:01.073Z | Compiling darling_core v0.23.0 |
| 4093 | 2026-05-28T23:39:01.182Z | Compiling instability v0.3.11 |
| 4094 | 2026-05-28T23:39:01.186Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4095 | 2026-05-28T23:39:01.199Z | Checking castaway v0.2.4 |
| 4096 | 2026-05-28T23:39:01.202Z | Compiling indoc v2.0.7 |
| 4097 | 2026-05-28T23:39:01.215Z | Checking unicode-truncate v1.1.0 |
| 4098 | 2026-05-28T23:39:01.218Z | Checking lru v0.12.5 |
| 4099 | 2026-05-28T23:39:01.218Z | Checking cassowary v0.3.0 |
| 4100 | 2026-05-28T23:39:01.291Z | Checking compact_str v0.8.1 |
| 4101 | 2026-05-28T23:39:02.516Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4102 | 2026-05-28T23:39:02.595Z | Compiling darling_macro v0.23.0 |
| 4103 | 2026-05-28T23:39:02.696Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4104 | 2026-05-28T23:39:02.998Z | Compiling darling v0.23.0 |
| 4105 | 2026-05-28T23:39:03.613Z | Checking ratatui v0.29.0 |
| 4106 | 2026-05-28T23:39:04.654Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4107 | 2026-05-28T23:39:05.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 4108 | 2026-05-28T23:39:05.507Z | |
| 4109 | 2026-05-28T23:39:05.507Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4110 | 2026-05-28T23:39:06.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-28T23:39:06.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-28T23:39:06.225Z | Checking headers-core v0.3.0 |
| 4113 | 2026-05-28T23:39:06.225Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4114 | 2026-05-28T23:39:06.422Z | Checking headers v0.4.1 |
| 4115 | 2026-05-28T23:39:06.786Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4116 | 2026-05-28T23:39:07.628Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4117 | 2026-05-28T23:39:08.120Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4118 | 2026-05-28T23:39:08.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
| 4119 | 2026-05-28T23:39:08.732Z | |
| 4120 | 2026-05-28T23:39:08.732Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4121 | 2026-05-28T23:39:09.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-05-28T23:39:09.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-05-28T23:39:09.439Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4124 | 2026-05-28T23:39:10.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4125 | 2026-05-28T23:39:10.376Z | |
| 4126 | 2026-05-28T23:39:10.376Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4127 | 2026-05-28T23:39:10.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-05-28T23:39:10.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-05-28T23:39:10.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4130 | 2026-05-28T23:39:10.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4131 | 2026-05-28T23:39:10.845Z | |
| 4132 | 2026-05-28T23:39:10.845Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4133 | 2026-05-28T23:39:11.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4134 | 2026-05-28T23:39:11.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4135 | 2026-05-28T23:39:11.564Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4136 | 2026-05-28T23:39:12.536Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4137 | 2026-05-28T23:39:12.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 4138 | 2026-05-28T23:39:13.070Z | |
| 4139 | 2026-05-28T23:39:13.070Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4140 | 2026-05-28T23:39:13.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4141 | 2026-05-28T23:39:13.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4142 | 2026-05-28T23:39:13.792Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4143 | 2026-05-28T23:39:14.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4144 | 2026-05-28T23:39:14.757Z | |
| 4145 | 2026-05-28T23:39:14.757Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4146 | 2026-05-28T23:39:15.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4147 | 2026-05-28T23:39:15.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4148 | 2026-05-28T23:39:15.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4149 | 2026-05-28T23:39:15.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4150 | 2026-05-28T23:39:15.402Z | |
| 4151 | 2026-05-28T23:39:15.402Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4152 | 2026-05-28T23:39:15.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4153 | 2026-05-28T23:39:15.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4154 | 2026-05-28T23:39:16.009Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4155 | 2026-05-28T23:39:16.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4156 | 2026-05-28T23:39:16.862Z | |
| 4157 | 2026-05-28T23:39:16.862Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4158 | 2026-05-28T23:39:17.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4159 | 2026-05-28T23:39:17.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4160 | 2026-05-28T23:39:17.615Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4161 | 2026-05-28T23:39:17.615Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4162 | 2026-05-28T23:39:17.615Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4163 | 2026-05-28T23:39:17.618Z | Checking git-stub v1.0.0 |
| 4164 | 2026-05-28T23:39:17.618Z | Compiling trait-variant v0.1.2 |
| 4165 | 2026-05-28T23:39:17.618Z | Checking maplit v1.0.2 |
| 4166 | 2026-05-28T23:39:17.618Z | Checking is_ci v1.2.0 |
| 4167 | 2026-05-28T23:39:17.748Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4168 | 2026-05-28T23:39:17.817Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4169 | 2026-05-28T23:39:17.820Z | Checking supports-color v3.0.2 |
| 4170 | 2026-05-28T23:39:17.869Z | Checking git-stub-vcs v0.1.0 |
| 4171 | 2026-05-28T23:39:17.951Z | Checking drift v0.2.0 |
| 4172 | 2026-05-28T23:39:18.018Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4173 | 2026-05-28T23:39:18.035Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4174 | 2026-05-28T23:39:18.062Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4175 | 2026-05-28T23:39:18.233Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4176 | 2026-05-28T23:39:18.278Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4177 | 2026-05-28T23:39:18.316Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4178 | 2026-05-28T23:39:18.335Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-05-28T23:39:18.460Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4180 | 2026-05-28T23:39:18.531Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-05-28T23:39:18.717Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4182 | 2026-05-28T23:39:19.005Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4183 | 2026-05-28T23:39:23.930Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4184 | 2026-05-28T23:39:25.005Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4185 | 2026-05-28T23:39:25.563Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4186 | 2026-05-28T23:39:25.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s |
| 4187 | 2026-05-28T23:39:26.180Z | |
| 4188 | 2026-05-28T23:39:26.180Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4189 | 2026-05-28T23:39:26.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4190 | 2026-05-28T23:39:26.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4191 | 2026-05-28T23:39:26.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4192 | 2026-05-28T23:39:26.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4193 | 2026-05-28T23:39:26.770Z | |
| 4194 | 2026-05-28T23:39:26.770Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4195 | 2026-05-28T23:39:27.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-05-28T23:39:27.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-05-28T23:39:27.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4198 | 2026-05-28T23:39:27.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4199 | 2026-05-28T23:39:27.405Z | |
| 4200 | 2026-05-28T23:39:27.405Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4201 | 2026-05-28T23:39:27.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4202 | 2026-05-28T23:39:27.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4203 | 2026-05-28T23:39:27.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4204 | 2026-05-28T23:39:27.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4205 | 2026-05-28T23:39:28.038Z | |
| 4206 | 2026-05-28T23:39:28.038Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4207 | 2026-05-28T23:39:28.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-05-28T23:39:28.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-05-28T23:39:28.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4210 | 2026-05-28T23:39:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4211 | 2026-05-28T23:39:28.669Z | |
| 4212 | 2026-05-28T23:39:28.669Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4213 | 2026-05-28T23:39:29.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-05-28T23:39:29.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-05-28T23:39:29.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-05-28T23:39:29.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4217 | 2026-05-28T23:39:29.264Z | |
| 4218 | 2026-05-28T23:39:29.264Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4219 | 2026-05-28T23:39:29.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-05-28T23:39:29.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-05-28T23:39:29.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-05-28T23:39:29.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4223 | 2026-05-28T23:39:29.848Z | |
| 4224 | 2026-05-28T23:39:29.848Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4225 | 2026-05-28T23:39:30.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-05-28T23:39:30.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-05-28T23:39:30.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-05-28T23:39:30.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4229 | 2026-05-28T23:39:30.451Z | |
| 4230 | 2026-05-28T23:39:30.451Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4231 | 2026-05-28T23:39:30.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-05-28T23:39:30.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-05-28T23:39:31.057Z | Checking typeid v1.0.3 |
| 4234 | 2026-05-28T23:39:31.170Z | Checking ordered-float v2.10.1 |
| 4235 | 2026-05-28T23:39:31.188Z | Checking unicode-xid v0.2.6 |
| 4236 | 2026-05-28T23:39:31.191Z | Checking cargo-platform v0.2.0 |
| 4237 | 2026-05-28T23:39:31.210Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4238 | 2026-05-28T23:39:31.238Z | Checking erased-serde v0.4.9 |
| 4239 | 2026-05-28T23:39:31.373Z | Checking serde-value v0.7.0 |
| 4240 | 2026-05-28T23:39:31.549Z | Checking serde-untagged v0.1.9 |
| 4241 | 2026-05-28T23:39:31.700Z | Checking cargo-util-schemas v0.8.2 |
| 4242 | 2026-05-28T23:39:32.377Z | Checking cargo_metadata v0.21.0 |
| 4243 | 2026-05-28T23:39:32.974Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4244 | 2026-05-28T23:39:33.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4245 | 2026-05-28T23:39:33.856Z | |
| 4246 | 2026-05-28T23:39:33.856Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4247 | 2026-05-28T23:39:34.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-28T23:39:34.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-28T23:39:34.580Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4250 | 2026-05-28T23:39:35.203Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4251 | 2026-05-28T23:39:35.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 4252 | 2026-05-28T23:39:35.909Z | |
| 4253 | 2026-05-28T23:39:35.909Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4254 | 2026-05-28T23:39:36.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-05-28T23:39:36.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-05-28T23:39:36.852Z | Compiling vergen-lib v0.1.6 |
| 4257 | 2026-05-28T23:39:36.852Z | Compiling vergen-gitcl v1.0.8 |
| 4258 | 2026-05-28T23:39:36.852Z | Compiling dirs-sys-next v0.1.2 |
| 4259 | 2026-05-28T23:39:36.853Z | Compiling diesel_derives v2.3.7 |
| 4260 | 2026-05-28T23:39:36.853Z | Compiling glob v0.3.3 |
| 4261 | 2026-05-28T23:39:36.853Z | Compiling crunchy v0.2.4 |
| 4262 | 2026-05-28T23:39:36.856Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4263 | 2026-05-28T23:39:37.064Z | Compiling dsl_auto_type v0.2.0 |
| 4264 | 2026-05-28T23:39:37.220Z | Compiling dirs-next v2.0.0 |
| 4265 | 2026-05-28T23:39:37.266Z | Checking scheduled-thread-pool v0.2.7 |
| 4266 | 2026-05-28T23:39:37.311Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4267 | 2026-05-28T23:39:37.327Z | Compiling tiny-keccak v2.0.2 |
| 4268 | 2026-05-28T23:39:37.352Z | Compiling clang-sys v1.8.1 |
| 4269 | 2026-05-28T23:39:37.436Z | Checking r2d2 v0.8.10 |
| 4270 | 2026-05-28T23:39:37.512Z | Compiling term v0.7.0 |
| 4271 | 2026-05-28T23:39:37.548Z | Compiling bit-vec v0.6.3 |
| 4272 | 2026-05-28T23:39:37.616Z | Checking downcast-rs v2.0.2 |
| 4273 | 2026-05-28T23:39:37.717Z | Compiling itertools v0.10.5 |
| 4274 | 2026-05-28T23:39:37.736Z | Compiling bit-set v0.5.3 |
| 4275 | 2026-05-28T23:39:37.767Z | Compiling ena v0.14.4 |
| 4276 | 2026-05-28T23:39:37.905Z | Compiling ascii-canvas v3.0.0 |
| 4277 | 2026-05-28T23:39:37.978Z | Compiling libloading v0.8.9 |
| 4278 | 2026-05-28T23:39:38.014Z | Compiling bindgen v0.71.1 |
| 4279 | 2026-05-28T23:39:38.035Z | Compiling diff v0.1.13 |
| 4280 | 2026-05-28T23:39:38.085Z | Compiling regex-syntax v0.6.29 |
| 4281 | 2026-05-28T23:39:38.186Z | Compiling cexpr v0.6.0 |
| 4282 | 2026-05-28T23:39:38.301Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4283 | 2026-05-28T23:39:38.460Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4284 | 2026-05-28T23:39:38.496Z | Compiling rustc-hash v2.1.1 |
| 4285 | 2026-05-28T23:39:38.634Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4286 | 2026-05-28T23:39:38.653Z | Compiling libxml v0.3.3 |
| 4287 | 2026-05-28T23:39:38.791Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4288 | 2026-05-28T23:39:38.848Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4289 | 2026-05-28T23:39:38.916Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4290 | 2026-05-28T23:39:39.108Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4291 | 2026-05-28T23:39:39.171Z | Compiling strum_macros v0.24.3 |
| 4292 | 2026-05-28T23:39:39.231Z | Compiling indoc v1.0.9 |
| 4293 | 2026-05-28T23:39:39.661Z | Compiling lalrpop v0.19.12 |
| 4294 | 2026-05-28T23:39:40.061Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4295 | 2026-05-28T23:39:40.214Z | Checking derive_builder v0.20.2 |
| 4296 | 2026-05-28T23:39:40.253Z | Compiling oso-derive v0.27.3 |
| 4297 | 2026-05-28T23:39:40.333Z | Checking quick-xml v0.37.5 |
| 4298 | 2026-05-28T23:39:40.520Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4299 | 2026-05-28T23:39:40.791Z | Checking openssl-probe v0.1.6 |
| 4300 | 2026-05-28T23:39:40.935Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4301 | 2026-05-28T23:39:41.244Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4302 | 2026-05-28T23:39:41.440Z | Checking bb8 v0.8.6 |
| 4303 | 2026-05-28T23:39:41.693Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4304 | 2026-05-28T23:39:41.727Z | Compiling libz-sys v1.1.24 |
| 4305 | 2026-05-28T23:39:41.827Z | Checking nonempty v0.12.0 |
| 4306 | 2026-05-28T23:39:41.905Z | Compiling strsim v0.10.0 |
| 4307 | 2026-05-28T23:39:41.995Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4308 | 2026-05-28T23:39:42.086Z | Compiling darling_core v0.13.4 |
| 4309 | 2026-05-28T23:39:42.234Z | Compiling vergen-git2 v9.1.0 |
| 4310 | 2026-05-28T23:39:42.291Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4311 | 2026-05-28T23:39:42.453Z | Compiling base64 v0.21.7 |
| 4312 | 2026-05-28T23:39:42.481Z | Compiling rustls v0.21.12 |
| 4313 | 2026-05-28T23:39:42.718Z | Compiling ron v0.8.1 |
| 4314 | 2026-05-28T23:39:42.773Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4315 | 2026-05-28T23:39:42.964Z | Checking diesel v2.3.7 |
| 4316 | 2026-05-28T23:39:43.679Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4317 | 2026-05-28T23:39:43.697Z | Checking sct v0.7.1 |
| 4318 | 2026-05-28T23:39:43.840Z | Checking rustls-webpki v0.101.7 |
| 4319 | 2026-05-28T23:39:43.901Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4320 | 2026-05-28T23:39:43.966Z | Compiling darling_macro v0.13.4 |
| 4321 | 2026-05-28T23:39:44.436Z | Compiling darling v0.13.4 |
| 4322 | 2026-05-28T23:39:44.531Z | Compiling serde_with_macros v1.5.2 |
| 4323 | 2026-05-28T23:39:44.777Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4324 | 2026-05-28T23:39:45.375Z | Compiling serde_with v1.14.0 |
| 4325 | 2026-05-28T23:39:45.485Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4326 | 2026-05-28T23:39:46.495Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4327 | 2026-05-28T23:39:46.564Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4328 | 2026-05-28T23:39:47.297Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-05-28T23:39:47.959Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4330 | 2026-05-28T23:39:48.074Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4331 | 2026-05-28T23:39:48.095Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4332 | 2026-05-28T23:39:48.147Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4333 | 2026-05-28T23:39:48.262Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4334 | 2026-05-28T23:39:48.286Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4335 | 2026-05-28T23:39:48.496Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4336 | 2026-05-28T23:39:48.515Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4337 | 2026-05-28T23:39:48.528Z | Checking tokio-rustls v0.24.1 |
| 4338 | 2026-05-28T23:39:48.731Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4339 | 2026-05-28T23:39:49.276Z | Checking rustls-pemfile v1.0.4 |
| 4340 | 2026-05-28T23:39:49.353Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4341 | 2026-05-28T23:39:49.424Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4342 | 2026-05-28T23:39:49.584Z | Checking twox-hash v2.1.2 |
| 4343 | 2026-05-28T23:39:49.614Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4344 | 2026-05-28T23:39:49.909Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4345 | 2026-05-28T23:39:49.928Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4346 | 2026-05-28T23:39:50.083Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4347 | 2026-05-28T23:39:50.235Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4348 | 2026-05-28T23:39:51.533Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4349 | 2026-05-28T23:39:51.618Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4350 | 2026-05-28T23:39:51.938Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4351 | 2026-05-28T23:39:52.075Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4352 | 2026-05-28T23:39:52.305Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4353 | 2026-05-28T23:39:52.600Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4354 | 2026-05-28T23:39:52.807Z | Checking console v0.16.2 |
| 4355 | 2026-05-28T23:39:53.126Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4356 | 2026-05-28T23:39:53.275Z | Checking fatfs v0.3.6 |
| 4357 | 2026-05-28T23:39:53.575Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4358 | 2026-05-28T23:39:53.735Z | Checking unit-prefix v0.5.2 |
| 4359 | 2026-05-28T23:39:53.874Z | Compiling seq-macro v0.3.6 |
| 4360 | 2026-05-28T23:39:54.376Z | Checking indicatif v0.18.4 |
| 4361 | 2026-05-28T23:39:54.833Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4362 | 2026-05-28T23:39:54.850Z | Checking support-bundle-viewer v0.1.2 |
| 4363 | 2026-05-28T23:39:54.883Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4364 | 2026-05-28T23:39:55.097Z | Checking multimap v0.10.1 |
| 4365 | 2026-05-28T23:40:00.861Z | Checking async-bb8-diesel v0.2.1 |
| 4366 | 2026-05-28T23:40:01.221Z | Checking diesel-dtrace v0.5.0 |
| 4367 | 2026-05-28T23:40:05.406Z | Compiling samael v0.0.19 |
| 4368 | 2026-05-28T23:40:09.136Z | Compiling git2 v0.20.4 |
| 4369 | 2026-05-28T23:40:10.143Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4370 | 2026-05-28T23:40:10.855Z | Compiling polar-core v0.27.3 |
| 4371 | 2026-05-28T23:40:11.683Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4372 | 2026-05-28T23:40:15.320Z | Checking oso v0.27.3 |
| 4373 | 2026-05-28T23:40:43.034Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4374 | 2026-05-28T23:41:53.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 4375 | 2026-05-28T23:41:53.574Z | |
| 4376 | 2026-05-28T23:41:53.575Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4377 | 2026-05-28T23:41:54.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-05-28T23:41:54.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-05-28T23:41:54.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-05-28T23:41:54.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4381 | 2026-05-28T23:41:54.269Z | |
| 4382 | 2026-05-28T23:41:54.269Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4383 | 2026-05-28T23:41:54.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-05-28T23:41:54.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-05-28T23:41:54.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-05-28T23:41:54.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4387 | 2026-05-28T23:41:54.924Z | |
| 4388 | 2026-05-28T23:41:54.924Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4389 | 2026-05-28T23:41:55.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-05-28T23:41:55.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-05-28T23:41:55.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-05-28T23:41:55.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4393 | 2026-05-28T23:41:55.573Z | |
| 4394 | 2026-05-28T23:41:55.573Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4395 | 2026-05-28T23:41:56.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-05-28T23:41:56.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-05-28T23:41:56.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-05-28T23:41:56.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4399 | 2026-05-28T23:41:56.159Z | |
| 4400 | 2026-05-28T23:41:56.159Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4401 | 2026-05-28T23:41:56.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-05-28T23:41:56.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-05-28T23:41:56.984Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4404 | 2026-05-28T23:41:57.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 4405 | 2026-05-28T23:41:57.992Z | |
| 4406 | 2026-05-28T23:41:57.993Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4407 | 2026-05-28T23:41:58.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-05-28T23:41:58.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-05-28T23:41:58.811Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4410 | 2026-05-28T23:42:35.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.04s |
| 4411 | 2026-05-28T23:42:35.261Z | |
| 4412 | 2026-05-28T23:42:35.262Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4413 | 2026-05-28T23:42:35.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-05-28T23:42:35.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-05-28T23:42:35.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-05-28T23:42:35.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4417 | 2026-05-28T23:42:35.841Z | |
| 4418 | 2026-05-28T23:42:35.842Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4419 | 2026-05-28T23:42:36.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-05-28T23:42:36.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-05-28T23:42:36.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4422 | 2026-05-28T23:42:36.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4423 | 2026-05-28T23:42:36.475Z | |
| 4424 | 2026-05-28T23:42:36.475Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4425 | 2026-05-28T23:42:37.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4426 | 2026-05-28T23:42:37.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4427 | 2026-05-28T23:42:37.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4428 | 2026-05-28T23:42:37.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4429 | 2026-05-28T23:42:37.132Z | |
| 4430 | 2026-05-28T23:42:37.132Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4431 | 2026-05-28T23:42:37.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4432 | 2026-05-28T23:42:37.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4433 | 2026-05-28T23:42:37.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4434 | 2026-05-28T23:42:37.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4435 | 2026-05-28T23:42:37.786Z | |
| 4436 | 2026-05-28T23:42:37.786Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4437 | 2026-05-28T23:42:38.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4438 | 2026-05-28T23:42:38.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4439 | 2026-05-28T23:42:38.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4440 | 2026-05-28T23:42:38.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4441 | 2026-05-28T23:42:38.432Z | |
| 4442 | 2026-05-28T23:42:38.432Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4443 | 2026-05-28T23:42:38.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4444 | 2026-05-28T23:42:38.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4445 | 2026-05-28T23:42:38.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4446 | 2026-05-28T23:42:38.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4447 | 2026-05-28T23:42:39.086Z | |
| 4448 | 2026-05-28T23:42:39.087Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4449 | 2026-05-28T23:42:39.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4450 | 2026-05-28T23:42:39.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4451 | 2026-05-28T23:42:39.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4452 | 2026-05-28T23:42:39.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4453 | 2026-05-28T23:42:39.731Z | |
| 4454 | 2026-05-28T23:42:39.731Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4455 | 2026-05-28T23:42:40.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4456 | 2026-05-28T23:42:40.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4457 | 2026-05-28T23:42:40.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4458 | 2026-05-28T23:42:40.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4459 | 2026-05-28T23:42:40.381Z | |
| 4460 | 2026-05-28T23:42:40.381Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4461 | 2026-05-28T23:42:40.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4462 | 2026-05-28T23:42:40.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4463 | 2026-05-28T23:42:41.274Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4464 | 2026-05-28T23:42:41.274Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4465 | 2026-05-28T23:42:41.468Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4466 | 2026-05-28T23:42:41.496Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4467 | 2026-05-28T23:42:41.517Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4468 | 2026-05-28T23:42:41.532Z | Checking yansi v1.0.1 |
| 4469 | 2026-05-28T23:42:41.535Z | Checking diff v0.1.13 |
| 4470 | 2026-05-28T23:42:41.535Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4471 | 2026-05-28T23:42:41.606Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4472 | 2026-05-28T23:42:41.807Z | Checking pretty_assertions v1.4.1 |
| 4473 | 2026-05-28T23:42:42.405Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4474 | 2026-05-28T23:42:42.576Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4475 | 2026-05-28T23:43:06.022Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4476 | 2026-05-28T23:43:06.025Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4477 | 2026-05-28T23:43:06.025Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4478 | 2026-05-28T23:43:06.025Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4479 | 2026-05-28T23:43:06.025Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4480 | 2026-05-28T23:43:06.025Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4481 | 2026-05-28T23:43:06.844Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4482 | 2026-05-28T23:43:06.844Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4483 | 2026-05-28T23:43:08.046Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4484 | 2026-05-28T23:43:44.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 4485 | 2026-05-28T23:43:44.368Z | |
| 4486 | 2026-05-28T23:43:44.368Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4487 | 2026-05-28T23:43:44.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4488 | 2026-05-28T23:43:44.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4489 | 2026-05-28T23:43:44.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4490 | 2026-05-28T23:43:44.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4491 | 2026-05-28T23:43:44.955Z | |
| 4492 | 2026-05-28T23:43:44.955Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4493 | 2026-05-28T23:43:45.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-05-28T23:43:45.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-05-28T23:43:45.724Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4496 | 2026-05-28T23:43:45.846Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4497 | 2026-05-28T23:43:45.854Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4498 | 2026-05-28T23:44:11.607Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4499 | 2026-05-28T23:44:11.993Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4500 | 2026-05-28T23:44:13.684Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4501 | 2026-05-28T23:44:14.136Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4502 | 2026-05-28T23:44:17.075Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4503 | 2026-05-28T23:44:39.810Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4504 | 2026-05-28T23:44:40.523Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4505 | 2026-05-28T23:44:42.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.21s |
| 4506 | 2026-05-28T23:44:42.378Z | |
| 4507 | 2026-05-28T23:44:42.378Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4508 | 2026-05-28T23:44:42.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4509 | 2026-05-28T23:44:42.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4510 | 2026-05-28T23:44:43.103Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4511 | 2026-05-28T23:44:43.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4512 | 2026-05-28T23:44:43.998Z | |
| 4513 | 2026-05-28T23:44:43.998Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4514 | 2026-05-28T23:44:44.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4515 | 2026-05-28T23:44:44.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4516 | 2026-05-28T23:44:44.647Z | Compiling blake3 v1.8.3 |
| 4517 | 2026-05-28T23:44:44.756Z | Checking constant_time_eq v0.4.2 |
| 4518 | 2026-05-28T23:44:44.756Z | Checking arrayref v0.3.9 |
| 4519 | 2026-05-28T23:44:44.761Z | Checking arrayvec v0.7.6 |
| 4520 | 2026-05-28T23:44:44.774Z | Checking topological-sort v0.2.2 |
| 4521 | 2026-05-28T23:44:44.777Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4522 | 2026-05-28T23:44:44.777Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4523 | 2026-05-28T23:44:44.777Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4524 | 2026-05-28T23:44:44.816Z | Checking shell-words v1.1.1 |
| 4525 | 2026-05-28T23:44:45.635Z | Checking omicron-zone-package v0.12.2 |
| 4526 | 2026-05-28T23:44:46.343Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4527 | 2026-05-28T23:44:47.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4528 | 2026-05-28T23:44:47.406Z | |
| 4529 | 2026-05-28T23:44:47.406Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4530 | 2026-05-28T23:44:47.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-05-28T23:44:47.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-05-28T23:44:48.057Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4533 | 2026-05-28T23:44:48.379Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4534 | 2026-05-28T23:44:48.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4535 | 2026-05-28T23:44:48.973Z | |
| 4536 | 2026-05-28T23:44:48.973Z | info: running `cargo check --bins` on schema (277/295) |
| 4537 | 2026-05-28T23:44:49.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4538 | 2026-05-28T23:44:49.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4539 | 2026-05-28T23:44:49.703Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4540 | 2026-05-28T23:44:50.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4541 | 2026-05-28T23:44:50.608Z | |
| 4542 | 2026-05-28T23:44:50.608Z | info: running `cargo check --bins` on xtask (278/295) |
| 4543 | 2026-05-28T23:44:51.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-05-28T23:44:51.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-05-28T23:44:51.063Z | Checking libc v0.2.185 |
| 4546 | 2026-05-28T23:44:51.066Z | Checking serde v1.0.228 |
| 4547 | 2026-05-28T23:44:51.145Z | Checking zerofrom v0.1.6 |
| 4548 | 2026-05-28T23:44:51.155Z | Checking bitflags v2.11.0 |
| 4549 | 2026-05-28T23:44:51.160Z | Checking smallvec v1.15.1 |
| 4550 | 2026-05-28T23:44:51.166Z | Checking indexmap v2.14.0 |
| 4551 | 2026-05-28T23:44:51.175Z | Checking serde_json v1.0.149 |
| 4552 | 2026-05-28T23:44:51.178Z | Checking scroll v0.12.0 |
| 4553 | 2026-05-28T23:44:51.248Z | Checking yoke v0.8.1 |
| 4554 | 2026-05-28T23:44:51.304Z | Checking num-traits v0.2.19 |
| 4555 | 2026-05-28T23:44:51.331Z | Checking thiserror v1.0.69 |
| 4556 | 2026-05-28T23:44:51.407Z | Checking percent-encoding v2.3.2 |
| 4557 | 2026-05-28T23:44:51.418Z | Checking zerovec v0.11.5 |
| 4558 | 2026-05-28T23:44:51.427Z | Checking zerotrie v0.2.3 |
| 4559 | 2026-05-28T23:44:51.439Z | Checking errno v0.3.14 |
| 4560 | 2026-05-28T23:44:51.525Z | Checking serde_spanned v0.6.9 |
| 4561 | 2026-05-28T23:44:51.549Z | Checking toml_datetime v0.6.11 |
| 4562 | 2026-05-28T23:44:51.560Z | Checking rustix v1.1.3 |
| 4563 | 2026-05-28T23:44:51.648Z | Checking log v0.4.29 |
| 4564 | 2026-05-28T23:44:51.663Z | Checking zerocopy v0.7.35 |
| 4565 | 2026-05-28T23:44:51.695Z | Checking form_urlencoded v1.2.2 |
| 4566 | 2026-05-28T23:44:51.729Z | Checking toml_edit v0.22.27 |
| 4567 | 2026-05-28T23:44:51.772Z | Checking getrandom v0.4.1 |
| 4568 | 2026-05-28T23:44:51.795Z | Checking goblin v0.8.2 |
| 4569 | 2026-05-28T23:44:51.821Z | Checking ordered-float v2.10.1 |
| 4570 | 2026-05-28T23:44:51.821Z | Checking thiserror v2.0.18 |
| 4571 | 2026-05-28T23:44:51.854Z | Checking tinystr v0.8.2 |
| 4572 | 2026-05-28T23:44:51.900Z | Checking potential_utf v0.1.4 |
| 4573 | 2026-05-28T23:44:51.944Z | Checking syn v2.0.117 |
| 4574 | 2026-05-28T23:44:52.030Z | Checking icu_collections v2.1.1 |
| 4575 | 2026-05-28T23:44:52.042Z | Checking icu_locale_core v2.1.1 |
| 4576 | 2026-05-28T23:44:52.071Z | Checking serde-value v0.7.0 |
| 4577 | 2026-05-28T23:44:52.146Z | Checking dtrace-parser v0.2.0 |
| 4578 | 2026-05-28T23:44:52.274Z | Checking thread-id v4.2.2 |
| 4579 | 2026-05-28T23:44:52.338Z | Checking once_cell v1.21.3 |
| 4580 | 2026-05-28T23:44:52.356Z | Checking cargo-platform v0.2.0 |
| 4581 | 2026-05-28T23:44:52.369Z | Checking terminal_size v0.4.3 |
| 4582 | 2026-05-28T23:44:52.379Z | Checking memmap v0.7.0 |
| 4583 | 2026-05-28T23:44:52.480Z | Checking clap_builder v4.5.60 |
| 4584 | 2026-05-28T23:44:52.508Z | Checking textwrap v0.16.2 |
| 4585 | 2026-05-28T23:44:52.511Z | Checking tempfile v3.25.0 |
| 4586 | 2026-05-28T23:44:52.529Z | Checking fs-err v3.3.0 |
| 4587 | 2026-05-28T23:44:52.594Z | Checking icu_provider v2.1.1 |
| 4588 | 2026-05-28T23:44:52.703Z | Checking tabled v0.15.0 |
| 4589 | 2026-05-28T23:44:52.707Z | Checking camino-tempfile v1.4.1 |
| 4590 | 2026-05-28T23:44:52.726Z | Checking anyhow v1.0.102 |
| 4591 | 2026-05-28T23:44:52.825Z | Checking toml v0.8.23 |
| 4592 | 2026-05-28T23:44:52.837Z | Checking icu_normalizer v2.1.1 |
| 4593 | 2026-05-28T23:44:52.875Z | Checking icu_properties v2.1.2 |
| 4594 | 2026-05-28T23:44:52.927Z | Checking macaddr v1.0.1 |
| 4595 | 2026-05-28T23:44:53.108Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4596 | 2026-05-28T23:44:53.153Z | Checking cargo_toml v0.21.0 |
| 4597 | 2026-05-28T23:44:53.664Z | Checking dof v0.3.0 |
| 4598 | 2026-05-28T23:44:53.674Z | Checking idna_adapter v1.2.1 |
| 4599 | 2026-05-28T23:44:53.684Z | Checking clap v4.5.60 |
| 4600 | 2026-05-28T23:44:53.786Z | Checking idna v1.1.0 |
| 4601 | 2026-05-28T23:44:53.930Z | Checking usdt-impl v0.5.0 |
| 4602 | 2026-05-28T23:44:54.005Z | Checking url v2.5.8 |
| 4603 | 2026-05-28T23:44:54.174Z | Checking usdt v0.5.0 |
| 4604 | 2026-05-28T23:44:54.342Z | Checking cargo-util-schemas v0.8.2 |
| 4605 | 2026-05-28T23:44:55.030Z | Checking cargo_metadata v0.21.0 |
| 4606 | 2026-05-28T23:44:55.629Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4607 | 2026-05-28T23:44:56.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
| 4608 | 2026-05-28T23:44:56.169Z | |
| 4609 | 2026-05-28T23:44:56.169Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4610 | 2026-05-28T23:44:56.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4611 | 2026-05-28T23:44:56.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4612 | 2026-05-28T23:44:56.814Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4613 | 2026-05-28T23:44:57.293Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4614 | 2026-05-28T23:44:57.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4615 | 2026-05-28T23:44:57.891Z | |
| 4616 | 2026-05-28T23:44:57.892Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4617 | 2026-05-28T23:44:58.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-05-28T23:44:58.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-05-28T23:44:58.693Z | Checking polyval v0.6.2 |
| 4620 | 2026-05-28T23:44:58.820Z | Checking ctr v0.9.2 |
| 4621 | 2026-05-28T23:44:58.831Z | Checking ssh-encoding v0.2.0 |
| 4622 | 2026-05-28T23:44:58.831Z | Checking blowfish v0.9.1 |
| 4623 | 2026-05-28T23:44:58.852Z | Checking password-hash v0.4.2 |
| 4624 | 2026-05-28T23:44:58.868Z | Checking p256 v0.13.2 |
| 4625 | 2026-05-28T23:44:58.871Z | Checking p521 v0.13.3 |
| 4626 | 2026-05-28T23:44:58.898Z | Checking russh-cryptovec v0.7.3 |
| 4627 | 2026-05-28T23:44:58.961Z | Checking ghash v0.5.1 |
| 4628 | 2026-05-28T23:44:58.978Z | Checking md5 v0.7.0 |
| 4629 | 2026-05-28T23:44:58.981Z | Checking bcrypt-pbkdf v0.10.0 |
| 4630 | 2026-05-28T23:44:59.015Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4631 | 2026-05-28T23:44:59.062Z | Checking num-bigint v0.4.6 |
| 4632 | 2026-05-28T23:44:59.078Z | Checking aes-gcm v0.10.3 |
| 4633 | 2026-05-28T23:44:59.081Z | Checking pbkdf2 v0.11.0 |
| 4634 | 2026-05-28T23:44:59.114Z | Checking des v0.8.1 |
| 4635 | 2026-05-28T23:44:59.146Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4636 | 2026-05-28T23:44:59.149Z | Checking hex-literal v0.4.1 |
| 4637 | 2026-05-28T23:44:59.220Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4638 | 2026-05-28T23:44:59.235Z | Checking ssh-cipher v0.2.0 |
| 4639 | 2026-05-28T23:44:59.253Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4640 | 2026-05-28T23:44:59.268Z | Checking socket2 v0.5.10 |
| 4641 | 2026-05-28T23:44:59.271Z | Checking internet-checksum v0.2.1 |
| 4642 | 2026-05-28T23:44:59.399Z | Checking ssh-key v0.6.7 |
| 4643 | 2026-05-28T23:44:59.536Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4644 | 2026-05-28T23:45:00.029Z | Checking russh-keys v0.45.0 |
| 4645 | 2026-05-28T23:45:00.580Z | Checking russh v0.45.0 |
| 4646 | 2026-05-28T23:45:16.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s |
| 4647 | 2026-05-28T23:45:16.967Z | |
| 4648 | 2026-05-28T23:45:16.968Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4649 | 2026-05-28T23:45:17.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-05-28T23:45:17.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-05-28T23:45:17.617Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4652 | 2026-05-28T23:45:17.726Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4653 | 2026-05-28T23:45:17.734Z | Checking termios v0.3.3 |
| 4654 | 2026-05-28T23:45:18.924Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4655 | 2026-05-28T23:45:19.072Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4656 | 2026-05-28T23:45:20.837Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4657 | 2026-05-28T23:45:21.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 4658 | 2026-05-28T23:45:21.591Z | |
| 4659 | 2026-05-28T23:45:21.591Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4660 | 2026-05-28T23:45:22.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4661 | 2026-05-28T23:45:22.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4662 | 2026-05-28T23:45:22.306Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4663 | 2026-05-28T23:45:22.420Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4664 | 2026-05-28T23:45:22.432Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4665 | 2026-05-28T23:45:22.435Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4666 | 2026-05-28T23:45:22.449Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4667 | 2026-05-28T23:45:22.459Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4668 | 2026-05-28T23:45:23.165Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4669 | 2026-05-28T23:45:23.528Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4670 | 2026-05-28T23:45:23.531Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4671 | 2026-05-28T23:45:24.162Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4672 | 2026-05-28T23:45:25.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 4673 | 2026-05-28T23:45:26.021Z | |
| 4674 | 2026-05-28T23:45:26.021Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4675 | 2026-05-28T23:45:26.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4676 | 2026-05-28T23:45:26.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4677 | 2026-05-28T23:45:26.660Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4678 | 2026-05-28T23:45:27.118Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4679 | 2026-05-28T23:45:27.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4680 | 2026-05-28T23:45:27.618Z | |
| 4681 | 2026-05-28T23:45:27.618Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4682 | 2026-05-28T23:45:28.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4683 | 2026-05-28T23:45:28.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4684 | 2026-05-28T23:45:28.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4685 | 2026-05-28T23:45:28.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4686 | 2026-05-28T23:45:28.204Z | |
| 4687 | 2026-05-28T23:45:28.204Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4688 | 2026-05-28T23:45:28.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-05-28T23:45:28.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-05-28T23:45:28.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4691 | 2026-05-28T23:45:28.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4692 | 2026-05-28T23:45:28.800Z | |
| 4693 | 2026-05-28T23:45:28.800Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4694 | 2026-05-28T23:45:29.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4695 | 2026-05-28T23:45:29.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4696 | 2026-05-28T23:45:29.556Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4697 | 2026-05-28T23:45:30.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4698 | 2026-05-28T23:45:30.369Z | |
| 4699 | 2026-05-28T23:45:30.369Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4700 | 2026-05-28T23:45:30.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4701 | 2026-05-28T23:45:30.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4702 | 2026-05-28T23:45:31.028Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4703 | 2026-05-28T23:45:31.031Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4704 | 2026-05-28T23:45:31.306Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4705 | 2026-05-28T23:45:31.306Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4706 | 2026-05-28T23:45:32.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4707 | 2026-05-28T23:45:32.284Z | |
| 4708 | 2026-05-28T23:45:32.284Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4709 | 2026-05-28T23:45:32.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4710 | 2026-05-28T23:45:32.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4711 | 2026-05-28T23:45:32.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4712 | 2026-05-28T23:45:32.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4713 | 2026-05-28T23:45:32.877Z | |
| 4714 | 2026-05-28T23:45:32.877Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4715 | 2026-05-28T23:45:33.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-05-28T23:45:33.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-05-28T23:45:33.564Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4718 | 2026-05-28T23:45:34.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4719 | 2026-05-28T23:45:34.840Z | |
| 4720 | 2026-05-28T23:45:34.840Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4721 | 2026-05-28T23:45:35.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-05-28T23:45:35.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-05-28T23:45:35.624Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4724 | 2026-05-28T23:45:35.981Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4725 | 2026-05-28T23:45:36.493Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4726 | 2026-05-28T23:45:36.496Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4727 | 2026-05-28T23:45:42.384Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4728 | 2026-05-28T23:45:42.387Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4729 | 2026-05-28T23:45:42.957Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4730 | 2026-05-28T23:45:42.961Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4731 | 2026-05-28T23:45:42.961Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4732 | 2026-05-28T23:45:42.961Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4733 | 2026-05-28T23:45:43.703Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4734 | 2026-05-28T23:45:44.685Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4735 | 2026-05-28T23:45:45.451Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4736 | 2026-05-28T23:45:46.072Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4737 | 2026-05-28T23:45:50.349Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4738 | 2026-05-28T23:45:56.724Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4739 | 2026-05-28T23:45:56.727Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4740 | 2026-05-28T23:45:56.727Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4741 | 2026-05-28T23:45:56.727Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4742 | 2026-05-28T23:45:58.204Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4743 | 2026-05-28T23:45:59.530Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4744 | 2026-05-28T23:46:00.203Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4745 | 2026-05-28T23:46:01.438Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4746 | 2026-05-28T23:46:01.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.14s |
| 4747 | 2026-05-28T23:46:02.197Z | |
| 4748 | 2026-05-28T23:46:02.197Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4749 | 2026-05-28T23:46:02.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-05-28T23:46:02.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-05-28T23:46:02.926Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4752 | 2026-05-28T23:46:02.926Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4753 | 2026-05-28T23:46:02.945Z | Checking rtoolbox v0.0.3 |
| 4754 | 2026-05-28T23:46:03.050Z | Checking tui-tree-widget v0.23.1 |
| 4755 | 2026-05-28T23:46:03.149Z | Checking rpassword v7.4.0 |
| 4756 | 2026-05-28T23:46:04.151Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4757 | 2026-05-28T23:46:07.109Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4758 | 2026-05-28T23:46:08.937Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4759 | 2026-05-28T23:46:09.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s |
| 4760 | 2026-05-28T23:46:10.031Z | |
| 4761 | 2026-05-28T23:46:10.031Z | info: running `cargo check --bins` on wicket (292/295) |
| 4762 | 2026-05-28T23:46:10.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4763 | 2026-05-28T23:46:10.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4764 | 2026-05-28T23:46:10.734Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4765 | 2026-05-28T23:46:11.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4766 | 2026-05-28T23:46:11.284Z | |
| 4767 | 2026-05-28T23:46:11.284Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4768 | 2026-05-28T23:46:11.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4769 | 2026-05-28T23:46:11.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4770 | 2026-05-28T23:46:12.012Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4771 | 2026-05-28T23:46:12.012Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4772 | 2026-05-28T23:46:12.018Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4773 | 2026-05-28T23:46:12.018Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4774 | 2026-05-28T23:46:12.995Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4775 | 2026-05-28T23:46:13.567Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4776 | 2026-05-28T23:46:16.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
| 4777 | 2026-05-28T23:46:16.707Z | |
| 4778 | 2026-05-28T23:46:16.708Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4779 | 2026-05-28T23:46:17.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4780 | 2026-05-28T23:46:17.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4781 | 2026-05-28T23:46:17.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4782 | 2026-05-28T23:46:17.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4783 | 2026-05-28T23:46:17.297Z | |
| 4784 | 2026-05-28T23:46:17.297Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4785 | 2026-05-28T23:46:17.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4786 | 2026-05-28T23:46:17.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4787 | 2026-05-28T23:46:17.970Z | Checking uzers v0.12.2 |
| 4788 | 2026-05-28T23:46:18.243Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4789 | 2026-05-28T23:46:18.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4790 | 2026-05-28T23:46:19.201Z | |
| 4791 | 2026-05-28T23:46:19.201Z | real 13:59.025039233 |
| 4792 | 2026-05-28T23:46:19.201Z | user 20:56.503296098 |
| 4793 | 2026-05-28T23:46:19.201Z | sys 4:20.287525052 |
| 4794 | 2026-05-28T23:46:19.201Z | trap 0.330605420 |
| 4795 | 2026-05-28T23:46:19.201Z | tflt 1.741237871 |
| 4796 | 2026-05-28T23:46:19.201Z | dflt 1.432853129 |
| 4797 | 2026-05-28T23:46:19.201Z | kflt 0.024563847 |
| 4798 | 2026-05-28T23:46:19.201Z | lock 1:17:58.586426088 |
| 4799 | 2026-05-28T23:46:19.201Z | slp 1:40:33.559996455 |
| 4800 | 2026-05-28T23:46:19.201Z | lat 57.189408540 |
| 4801 | 2026-05-28T23:46:19.201Z | stop 3:39.097132602 |
| 4802 | 2026-05-28T23:46:19.215Z | process exited: duration 974973 ms, exit code 0 |
| |
| 4803 | 2026-05-28T23:46:19.229Z | found 0 output files |