|
|
|
| 1 | 2026-07-02T04:03:26.249Z | job assigned to worker 01KWGFWKMYGXA2Z5Q37H650S2T [factory aws, i-008abe580e4e2ba0a] (queued for 47 s) |
| |
| 2 | 2026-07-02T04:03:33.060Z | starting task 0: "setup" |
| 3 | 2026-07-02T04:03:33.065Z | ++ uname -s |
| 4 | 2026-07-02T04:03:33.069Z | + kern=SunOS |
| 5 | 2026-07-02T04:03:33.069Z | + build_user=build |
| 6 | 2026-07-02T04:03:33.069Z | + build_uid=12345 |
| 7 | 2026-07-02T04:03:33.069Z | + work_dir=/work |
| 8 | 2026-07-02T04:03:33.069Z | + input_dir=/input |
| 9 | 2026-07-02T04:03:33.069Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-02T04:03:33.069Z | + case "$kern" in |
| 11 | 2026-07-02T04:03:33.069Z | + groupadd -g 12345 build |
| 12 | 2026-07-02T04:03:33.069Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-02T04:03:35.074Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-02T04:03:35.202Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-02T04:03:35.206Z | + home_fs=zfs |
| 16 | 2026-07-02T04:03:35.206Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-02T04:03:35.206Z | + mkdir -p /home/build |
| 18 | 2026-07-02T04:03:35.206Z | + chown build:build /home/build /work |
| 19 | 2026-07-02T04:03:37.207Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-02T04:03:37.210Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-07-02T04:03:37.217Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-02T04:03:37.221Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-02T04:03:37.221Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-02T04:03:37.221Z | * rust toolchain profile = "default" |
| 25 | 2026-07-02T04:03:37.221Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-02T04:03:37.221Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-02T04:03:37.221Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-02T04:03:37.224Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-02T04:03:37.224Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-02T04:03:37.303Z | info: downloading installer |
| 31 | 2026-07-02T04:03:38.740Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-02T04:03:38.740Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-02T04:03:38.740Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-02T04:03:38.740Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-02T04:03:38.752Z | info: profile set to default |
| 36 | 2026-07-02T04:03:38.752Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-02T04:03:38.755Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-02T04:03:38.895Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-02T04:03:38.899Z | info: downloading 6 components |
| 40 | 2026-07-02T04:03:53.924Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-02T04:03:53.924Z | |
| 42 | 2026-07-02T04:03:53.965Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-02T04:03:53.965Z | |
| 44 | 2026-07-02T04:03:53.965Z | |
| 45 | 2026-07-02T04:03:53.965Z | Rust is installed now. Great! |
| 46 | 2026-07-02T04:03:53.965Z | |
| 47 | 2026-07-02T04:03:53.965Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-02T04:03:53.965Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-02T04:03:53.965Z | |
| 50 | 2026-07-02T04:03:53.965Z | To configure your current shell, you need to source |
| 51 | 2026-07-02T04:03:53.965Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-02T04:03:53.965Z | |
| 53 | 2026-07-02T04:03:53.965Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-02T04:03:53.965Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-02T04:03:53.965Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-02T04:03:53.965Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-02T04:03:53.965Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-02T04:03:53.965Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-02T04:03:53.965Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-02T04:03:53.968Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-02T04:03:53.969Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-02T04:03:54.064Z | + rustup --version |
| 63 | 2026-07-02T04:03:54.073Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-02T04:03:54.076Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-02T04:03:54.096Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-02T04:03:54.099Z | + cargo --version |
| 67 | 2026-07-02T04:03:54.111Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-02T04:03:54.114Z | + rustc --version |
| 69 | 2026-07-02T04:03:54.133Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-02T04:03:54.137Z | process exited: duration 16918 ms, exit code 0 |
| |
| 71 | 2026-07-02T04:03:54.143Z | starting task 2: "authentication" |
| 72 | 2026-07-02T04:03:54.159Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-02T04:03:54.166Z | starting task 3: "clone repository" |
| 74 | 2026-07-02T04:03:54.169Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-02T04:03:54.172Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-02T04:03:54.203Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-02T04:04:04.368Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-02T04:04:04.368Z | + git fetch origin 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34 |
| 79 | 2026-07-02T04:04:04.839Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-02T04:04:04.839Z | * branch 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34 -> FETCH_HEAD |
| 81 | 2026-07-02T04:04:04.849Z | + [[ -n '' ]] |
| 82 | 2026-07-02T04:04:04.849Z | + git reset --hard 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34 |
| 83 | 2026-07-02T04:04:05.089Z | HEAD is now at 3f1c4313c [ntp-admin] Service should explicitly depend on chrony setup |
| 84 | 2026-07-02T04:04:05.093Z | process exited: duration 10925 ms, exit code 0 |
| |
| 85 | 2026-07-02T04:04:05.100Z | starting task 4: "build" |
| 86 | 2026-07-02T04:04:05.104Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-02T04:04:05.108Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-02T04:04:05.108Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-02T04:04:05.108Z | + cargo --version |
| 90 | 2026-07-02T04:04:05.114Z | cargo 1.96.1 (356927216 2026-06-26) |
| 91 | 2026-07-02T04:04:05.117Z | + rustc --version |
| 92 | 2026-07-02T04:04:05.135Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 93 | 2026-07-02T04:04:05.139Z | + source ./env.sh |
| 94 | 2026-07-02T04:04:05.139Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-07-02T04:04:05.139Z | ++ set -o xtrace |
| 96 | 2026-07-02T04:04:05.142Z | ++++ dirname ./env.sh |
| 97 | 2026-07-02T04:04:05.142Z | +++ readlink -f . |
| 98 | 2026-07-02T04:04:05.146Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-07-02T04:04:05.146Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-02T04:04:05.146Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-02T04:04:05.146Z | ++ 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 |
| 102 | 2026-07-02T04:04:05.146Z | ++ 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 |
| 103 | 2026-07-02T04:04:05.146Z | ++ 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 |
| 104 | 2026-07-02T04:04:05.146Z | ++ 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 |
| 105 | 2026-07-02T04:04:05.146Z | ++ 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 |
| 106 | 2026-07-02T04:04:05.146Z | ++ 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 |
| 107 | 2026-07-02T04:04:05.146Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-02T04:04:05.146Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-02T04:04:05.146Z | ++ case $OLD_SHELL_OPTS in |
| 110 | 2026-07-02T04:04:05.146Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 111 | 2026-07-02T04:04:05.146Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 112 | 2026-07-02T04:04:05.146Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 113 | 2026-07-02T04:04:05.146Z | + banner prerequisites |
| 114 | 2026-07-02T04:04:05.146Z | |
| 115 | 2026-07-02T04:04:05.146Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 116 | 2026-07-02T04:04:05.146Z | # # # # # # # # # # # # # # # |
| 117 | 2026-07-02T04:04:05.146Z | # # # # ##### # # ##### # # # # # #### # |
| 118 | 2026-07-02T04:04:05.146Z | ##### ##### # ##### # # # # # # # # # |
| 119 | 2026-07-02T04:04:05.146Z | # # # # # # # # # # # # # # # |
| 120 | 2026-07-02T04:04:05.147Z | # # # ###### # # ###### ### # #### # #### # |
| 121 | 2026-07-02T04:04:05.147Z | |
| 122 | 2026-07-02T04:04:05.147Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 123 | 2026-07-02T04:04:06.620Z | Startup: Refreshing catalog 'helios' ... Done |
| 124 | 2026-07-02T04:04:06.765Z | Startup: Caching catalogs ... Done |
| 125 | 2026-07-02T04:04:07.258Z | Planning: Solver setup ... Done (0.444s) |
| 126 | 2026-07-02T04:04:07.284Z | Planning: Running solver ... Done (0.027s) |
| 127 | 2026-07-02T04:04:07.296Z | Planning: Finding local manifests ... Done (0.003s) |
| 128 | 2026-07-02T04:04:07.308Z | Planning: Fetching manifests: 0/2 0% complete |
| 129 | 2026-07-02T04:04:07.329Z | Planning: Fetching manifests: 2/2 100% complete |
| 130 | 2026-07-02T04:04:07.343Z | Planning: Package planning ... Done (0.013s) |
| 131 | 2026-07-02T04:04:07.347Z | Planning: Merging actions ... Done (0.001s) |
| 132 | 2026-07-02T04:04:07.509Z | Planning: Checking for conflicting actions ... Done (0.165s) |
| 133 | 2026-07-02T04:04:07.515Z | Planning: Consolidating action changes ... Done (0.001s) |
| 134 | 2026-07-02T04:04:08.267Z | Planning: Evaluating mediators ... Done (0.757s) |
| 135 | 2026-07-02T04:04:08.271Z | Planning: Planning completed in 1.48 seconds |
| 136 | 2026-07-02T04:04:08.276Z | Packages to install: 2 |
| 137 | 2026-07-02T04:04:08.280Z | Estimated space available: 156.06 GB |
| 138 | 2026-07-02T04:04:08.280Z | Estimated space to be consumed: 30.98 MB |
| 139 | 2026-07-02T04:04:08.280Z | Create boot environment: No |
| 140 | 2026-07-02T04:04:08.280Z | Create backup boot environment: No |
| 141 | 2026-07-02T04:04:08.280Z | Rebuild boot archive: No |
| 142 | 2026-07-02T04:04:08.280Z | |
| 143 | 2026-07-02T04:04:08.280Z | Changed packages: |
| 144 | 2026-07-02T04:04:08.280Z | helios |
| 145 | 2026-07-02T04:04:08.280Z | developer/build-essential |
| 146 | 2026-07-02T04:04:08.280Z | None -> 11-3.0 |
| 147 | 2026-07-02T04:04:08.280Z | library/libxmlsec1 |
| 148 | 2026-07-02T04:04:08.280Z | None -> 1.2.35-3.0 |
| 149 | 2026-07-02T04:04:08.300Z | |
| 150 | 2026-07-02T04:04:08.300Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 151 | 2026-07-02T04:04:08.818Z | Download: Completed 1.28 MB in 0.52 seconds (2.5M/s) |
| 152 | 2026-07-02T04:04:08.891Z | Actions: 1/268 actions (Installing new actions) |
| 153 | 2026-07-02T04:04:08.929Z | Actions: Completed 268 actions in 0.04 seconds. |
| 154 | 2026-07-02T04:04:08.940Z | Finalize: Updating package state database ... Done (0.011s) |
| 155 | 2026-07-02T04:04:08.944Z | Finalize: Updating package cache ... Done (0.000s) |
| 156 | 2026-07-02T04:04:08.969Z | Finalize: Updating image state ... Done (0.029s) |
| 157 | 2026-07-02T04:04:11.337Z | Finalize: Creating fast lookup database ... Done (2.344s) |
| 158 | 2026-07-02T04:04:11.404Z | Finalize: Reading search index ... Done (0.012s) |
| 159 | 2026-07-02T04:04:11.408Z | Finalize: Updating search index ... Done (0.000s) |
| 160 | 2026-07-02T04:04:11.487Z | Finalize: Updating package cache ... Done (0.000s) |
| 161 | 2026-07-02T04:04:11.801Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2026-07-02T04:04:11.905Z | Planning: Checking for conflicting actions ... Done |
| 163 | 2026-07-02T04:04:11.909Z | Planning: Consolidating action changes ... Done |
| 164 | 2026-07-02T04:04:12.061Z | Planning: Evaluating mediators ... Done |
| 165 | 2026-07-02T04:04:12.064Z | Planning: Planning completed in 0.26 seconds |
| 166 | 2026-07-02T04:04:12.084Z | Mediators to change: 2 |
| 167 | 2026-07-02T04:04:12.084Z | Create boot environment: No |
| 168 | 2026-07-02T04:04:12.084Z | Create backup boot environment: No |
| 169 | 2026-07-02T04:04:12.135Z | Finalize: Updating package state database ... Done |
| 170 | 2026-07-02T04:04:12.135Z | Finalize: Updating package cache ... Done |
| 171 | 2026-07-02T04:04:12.150Z | Finalize: Updating image state ... Done |
| 172 | 2026-07-02T04:04:14.058Z | Finalize: Creating fast lookup database ... Done |
| 173 | 2026-07-02T04:04:14.121Z | Finalize: Reading search index ... Done |
| 174 | 2026-07-02T04:04:14.124Z | Finalize: Updating search index ... Done |
| 175 | 2026-07-02T04:04:14.190Z | Finalize: Updating package cache ... Done |
| 176 | 2026-07-02T04:04:14.470Z | Planning: Evaluating mediator changes ... Done |
| 177 | 2026-07-02T04:04:14.574Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2026-07-02T04:04:14.577Z | Planning: Consolidating action changes ... Done |
| 179 | 2026-07-02T04:04:14.729Z | Planning: Evaluating mediators ... Done |
| 180 | 2026-07-02T04:04:14.732Z | Planning: Planning completed in 0.26 seconds |
| 181 | 2026-07-02T04:04:14.751Z | Mediators to change: 1 |
| 182 | 2026-07-02T04:04:14.751Z | Create boot environment: No |
| 183 | 2026-07-02T04:04:14.751Z | Create backup boot environment: No |
| 184 | 2026-07-02T04:04:14.799Z | Finalize: Updating package state database ... Done |
| 185 | 2026-07-02T04:04:14.802Z | Finalize: Updating package cache ... Done |
| 186 | 2026-07-02T04:04:14.815Z | Finalize: Updating image state ... Done |
| 187 | 2026-07-02T04:04:16.747Z | Finalize: Creating fast lookup database ... Done |
| 188 | 2026-07-02T04:04:16.806Z | Finalize: Reading search index ... Done |
| 189 | 2026-07-02T04:04:16.809Z | Finalize: Updating search index ... Done |
| 190 | 2026-07-02T04:04:16.880Z | Finalize: Updating package cache ... Done |
| 191 | 2026-07-02T04:04:17.189Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 192 | 2026-07-02T04:04:17.189Z | apache system 2.4 system |
| 193 | 2026-07-02T04:04:17.189Z | clang system 15 system |
| 194 | 2026-07-02T04:04:17.190Z | csh system system illumos |
| 195 | 2026-07-02T04:04:17.190Z | ctags system system illumos |
| 196 | 2026-07-02T04:04:17.190Z | file vendor vendor darwinsys |
| 197 | 2026-07-02T04:04:17.190Z | file system system illumos |
| 198 | 2026-07-02T04:04:17.190Z | gcc vendor 14 vendor |
| 199 | 2026-07-02T04:04:17.190Z | gcc system 13 system |
| 200 | 2026-07-02T04:04:17.190Z | gcc system 10 system |
| 201 | 2026-07-02T04:04:17.190Z | go system 1.25 system |
| 202 | 2026-07-02T04:04:17.190Z | llvm system 15 system |
| 203 | 2026-07-02T04:04:17.190Z | mariadb system 11.4 system |
| 204 | 2026-07-02T04:04:17.190Z | mta vendor vendor dma |
| 205 | 2026-07-02T04:04:17.190Z | openjdk system 17 system |
| 206 | 2026-07-02T04:04:17.190Z | openjdk system 11 system |
| 207 | 2026-07-02T04:04:17.190Z | openssl vendor 3 vendor |
| 208 | 2026-07-02T04:04:17.190Z | perl system 5.40 system |
| 209 | 2026-07-02T04:04:17.190Z | postgresql system 18 system |
| 210 | 2026-07-02T04:04:17.190Z | postgresql system 17 system |
| 211 | 2026-07-02T04:04:17.190Z | python vendor 3 vendor |
| 212 | 2026-07-02T04:04:17.190Z | python system 2 system |
| 213 | 2026-07-02T04:04:17.190Z | python3 vendor 3.13 vendor |
| 214 | 2026-07-02T04:04:17.190Z | ruby system 3.4 system |
| 215 | 2026-07-02T04:04:17.190Z | ruby system 3.0 system |
| 216 | 2026-07-02T04:04:17.190Z | words vendor vendor american-english |
| 217 | 2026-07-02T04:04:17.190Z | words system system australian-english |
| 218 | 2026-07-02T04:04:17.190Z | words system system british-english |
| 219 | 2026-07-02T04:04:17.191Z | words system system canadian-english |
| 220 | 2026-07-02T04:04:17.191Z | words system system french |
| 221 | 2026-07-02T04:04:17.191Z | words system system italian |
| 222 | 2026-07-02T04:04:17.191Z | words system system ngerman |
| 223 | 2026-07-02T04:04:17.191Z | words system system ogerman |
| 224 | 2026-07-02T04:04:17.191Z | words system system spanish |
| 225 | 2026-07-02T04:04:17.437Z | PUBLISHER TYPE STATUS P LOCATION |
| 226 | 2026-07-02T04:04:17.437Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 227 | 2026-07-02T04:04:17.739Z | FMRI IFO |
| 228 | 2026-07-02T04:04:17.739Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 229 | 2026-07-02T04:04:17.739Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 230 | 2026-07-02T04:04:17.740Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 231 | 2026-07-02T04:04:17.740Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 232 | 2026-07-02T04:04:17.740Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 233 | 2026-07-02T04:04:17.740Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 234 | 2026-07-02T04:04:17.740Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 235 | 2026-07-02T04:04:17.740Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 236 | 2026-07-02T04:04:17.740Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 237 | 2026-07-02T04:04:17.993Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 238 | 2026-07-02T04:04:18.298Z | Updating crates.io index |
| 239 | 2026-07-02T04:04:18.302Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 240 | 2026-07-02T04:04:18.551Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 241 | 2026-07-02T04:04:18.847Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 242 | 2026-07-02T04:04:19.774Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 243 | 2026-07-02T04:04:20.285Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 244 | 2026-07-02T04:04:21.825Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 245 | 2026-07-02T04:04:22.587Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 246 | 2026-07-02T04:04:22.850Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 247 | 2026-07-02T04:04:23.182Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 248 | 2026-07-02T04:04:24.307Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 249 | 2026-07-02T04:04:24.702Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 250 | 2026-07-02T04:04:25.027Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 251 | 2026-07-02T04:04:25.299Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 252 | 2026-07-02T04:04:25.744Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 253 | 2026-07-02T04:04:26.225Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 254 | 2026-07-02T04:04:26.448Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 255 | 2026-07-02T04:04:26.693Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 256 | 2026-07-02T04:04:26.968Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 257 | 2026-07-02T04:04:27.275Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 258 | 2026-07-02T04:04:27.541Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 259 | 2026-07-02T04:04:27.819Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 260 | 2026-07-02T04:04:28.086Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 261 | 2026-07-02T04:04:28.478Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2026-07-02T04:04:28.829Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 263 | 2026-07-02T04:04:29.087Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-07-02T04:04:29.519Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-07-02T04:04:29.800Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-07-02T04:04:30.315Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-07-02T04:04:30.601Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-07-02T04:04:30.848Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 269 | 2026-07-02T04:04:31.182Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-07-02T04:04:31.560Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-07-02T04:04:31.830Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-07-02T04:04:32.151Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-07-02T04:04:32.435Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-07-02T04:04:32.729Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 275 | 2026-07-02T04:04:33.019Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-07-02T04:04:33.276Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-07-02T04:04:33.537Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-07-02T04:04:33.809Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-07-02T04:04:36.564Z | Downloading crates ... |
| 280 | 2026-07-02T04:04:36.625Z | Downloaded crypto-common v0.1.7 |
| 281 | 2026-07-02T04:04:36.636Z | Downloaded zmij v1.0.21 |
| 282 | 2026-07-02T04:04:36.640Z | Downloaded terminal_size v0.4.3 |
| 283 | 2026-07-02T04:04:36.643Z | Downloaded usdt-macro v0.5.0 |
| 284 | 2026-07-02T04:04:36.647Z | Downloaded generic-array v0.14.7 |
| 285 | 2026-07-02T04:04:36.650Z | Downloaded block-buffer v0.10.4 |
| 286 | 2026-07-02T04:04:36.653Z | Downloaded zerocopy v0.7.35 |
| 287 | 2026-07-02T04:04:36.661Z | Downloaded zerocopy-derive v0.7.35 |
| 288 | 2026-07-02T04:04:36.665Z | Downloaded thread-id v4.2.2 |
| 289 | 2026-07-02T04:04:36.668Z | Downloaded memmap v0.7.0 |
| 290 | 2026-07-02T04:04:36.668Z | Downloaded errno v0.3.14 |
| 291 | 2026-07-02T04:04:36.668Z | Downloaded dtrace-parser v0.2.0 |
| 292 | 2026-07-02T04:04:36.668Z | Downloaded cargo-platform v0.3.2 |
| 293 | 2026-07-02T04:04:36.668Z | Downloaded dof v0.3.0 |
| 294 | 2026-07-02T04:04:36.671Z | Downloaded digest v0.10.7 |
| 295 | 2026-07-02T04:04:36.671Z | Downloaded cfg-if v1.0.4 |
| 296 | 2026-07-02T04:04:36.674Z | Downloaded bytecount v0.6.9 |
| 297 | 2026-07-02T04:04:36.679Z | Downloaded pest_generator v2.8.6 |
| 298 | 2026-07-02T04:04:36.682Z | Downloaded ucd-trie v0.1.7 |
| 299 | 2026-07-02T04:04:36.685Z | Downloaded fastrand v2.3.0 |
| 300 | 2026-07-02T04:04:36.688Z | Downloaded swrite v0.1.0 |
| 301 | 2026-07-02T04:04:36.688Z | Downloaded strsim v0.11.1 |
| 302 | 2026-07-02T04:04:36.688Z | Downloaded scroll_derive v0.12.1 |
| 303 | 2026-07-02T04:04:36.688Z | Downloaded heck v0.5.0 |
| 304 | 2026-07-02T04:04:36.691Z | Downloaded heck v0.4.1 |
| 305 | 2026-07-02T04:04:36.694Z | Downloaded itoa v1.0.17 |
| 306 | 2026-07-02T04:04:36.694Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-07-02T04:04:36.698Z | Downloaded version_check v0.9.5 |
| 308 | 2026-07-02T04:04:36.701Z | Downloaded equivalent v1.0.2 |
| 309 | 2026-07-02T04:04:36.704Z | Downloaded usdt v0.5.0 |
| 310 | 2026-07-02T04:04:36.707Z | Downloaded clap_lex v1.0.0 |
| 311 | 2026-07-02T04:04:36.710Z | Downloaded fnv v1.0.7 |
| 312 | 2026-07-02T04:04:36.713Z | Downloaded camino-tempfile v1.4.1 |
| 313 | 2026-07-02T04:04:36.716Z | Downloaded anstream v1.0.0 |
| 314 | 2026-07-02T04:04:36.716Z | Downloaded fs-err v3.3.0 |
| 315 | 2026-07-02T04:04:36.716Z | Downloaded once_cell v1.21.3 |
| 316 | 2026-07-02T04:04:36.720Z | Downloaded smawk v0.3.2 |
| 317 | 2026-07-02T04:04:36.720Z | Downloaded plain v0.2.3 |
| 318 | 2026-07-02T04:04:36.720Z | Downloaded is_terminal_polyfill v1.70.2 |
| 319 | 2026-07-02T04:04:36.723Z | Downloaded toml_write v0.1.2 |
| 320 | 2026-07-02T04:04:36.723Z | Downloaded serde_spanned v0.6.9 |
| 321 | 2026-07-02T04:04:36.726Z | Downloaded anstyle-query v1.1.5 |
| 322 | 2026-07-02T04:04:36.729Z | Downloaded utf8parse v0.2.2 |
| 323 | 2026-07-02T04:04:36.733Z | Downloaded toml_datetime v0.6.11 |
| 324 | 2026-07-02T04:04:36.736Z | Downloaded pest_derive v2.8.6 |
| 325 | 2026-07-02T04:04:36.739Z | Downloaded goblin v0.8.2 |
| 326 | 2026-07-02T04:04:36.742Z | Downloaded cargo_metadata v0.23.1 |
| 327 | 2026-07-02T04:04:36.742Z | Downloaded pretty-hex v0.4.1 |
| 328 | 2026-07-02T04:04:36.745Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2026-07-02T04:04:36.755Z | Downloaded serde_tokenstream v0.2.3 |
| 330 | 2026-07-02T04:04:36.758Z | Downloaded cpufeatures v0.2.17 |
| 331 | 2026-07-02T04:04:36.758Z | Downloaded cargo_toml v0.21.0 |
| 332 | 2026-07-02T04:04:36.761Z | Downloaded autocfg v1.5.0 |
| 333 | 2026-07-02T04:04:36.764Z | Downloaded anstyle v1.0.14 |
| 334 | 2026-07-02T04:04:36.768Z | Downloaded camino v1.2.2 |
| 335 | 2026-07-02T04:04:36.771Z | Downloaded usdt-attr-macro v0.5.0 |
| 336 | 2026-07-02T04:04:36.771Z | Downloaded getrandom v0.4.1 |
| 337 | 2026-07-02T04:04:36.774Z | Downloaded unicode-linebreak v0.1.5 |
| 338 | 2026-07-02T04:04:36.775Z | Downloaded log v0.4.29 |
| 339 | 2026-07-02T04:04:36.778Z | Downloaded proc-macro-error-attr v1.0.4 |
| 340 | 2026-07-02T04:04:36.778Z | Downloaded thiserror-impl v1.0.69 |
| 341 | 2026-07-02T04:04:36.781Z | Downloaded macaddr v1.0.1 |
| 342 | 2026-07-02T04:04:36.781Z | Downloaded thiserror-impl v2.0.18 |
| 343 | 2026-07-02T04:04:36.781Z | Downloaded sha2 v0.10.9 |
| 344 | 2026-07-02T04:04:36.792Z | Downloaded thiserror v1.0.69 |
| 345 | 2026-07-02T04:04:36.795Z | Downloaded anstyle-parse v1.0.0 |
| 346 | 2026-07-02T04:04:36.798Z | Downloaded scroll v0.12.0 |
| 347 | 2026-07-02T04:04:36.801Z | Downloaded byteorder v1.5.0 |
| 348 | 2026-07-02T04:04:36.804Z | Downloaded semver v1.0.28 |
| 349 | 2026-07-02T04:04:36.805Z | Downloaded anyhow v1.0.102 |
| 350 | 2026-07-02T04:04:36.812Z | Downloaded bitflags v2.11.0 |
| 351 | 2026-07-02T04:04:36.815Z | Downloaded toml v0.8.23 |
| 352 | 2026-07-02T04:04:36.819Z | Downloaded quote v1.0.45 |
| 353 | 2026-07-02T04:04:36.819Z | Downloaded thiserror v2.0.18 |
| 354 | 2026-07-02T04:04:36.822Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-07-02T04:04:36.832Z | Downloaded clap_derive v4.6.1 |
| 356 | 2026-07-02T04:04:36.832Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-07-02T04:04:36.832Z | Downloaded unicode-ident v1.0.24 |
| 358 | 2026-07-02T04:04:36.836Z | Downloaded tempfile v3.25.0 |
| 359 | 2026-07-02T04:04:36.849Z | Downloaded clap v4.6.1 |
| 360 | 2026-07-02T04:04:36.854Z | Downloaded proc-macro2 v1.0.106 |
| 361 | 2026-07-02T04:04:36.858Z | Downloaded serde_derive v1.0.228 |
| 362 | 2026-07-02T04:04:36.864Z | Downloaded papergrid v0.11.0 |
| 363 | 2026-07-02T04:04:36.867Z | Downloaded indexmap v2.14.0 |
| 364 | 2026-07-02T04:04:36.875Z | Downloaded serde v1.0.228 |
| 365 | 2026-07-02T04:04:36.878Z | Downloaded serde_core v1.0.228 |
| 366 | 2026-07-02T04:04:36.881Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-07-02T04:04:36.884Z | Downloaded textwrap v0.16.2 |
| 368 | 2026-07-02T04:04:36.888Z | Downloaded memchr v2.8.0 |
| 369 | 2026-07-02T04:04:36.891Z | Downloaded toml_edit v0.22.27 |
| 370 | 2026-07-02T04:04:36.902Z | Downloaded typenum v1.20.1 |
| 371 | 2026-07-02T04:04:36.915Z | Downloaded pest v2.8.6 |
| 372 | 2026-07-02T04:04:36.931Z | Downloaded hashbrown v0.17.0 |
| 373 | 2026-07-02T04:04:36.937Z | Downloaded clap_builder v4.6.0 |
| 374 | 2026-07-02T04:04:36.949Z | Downloaded winnow v0.7.14 |
| 375 | 2026-07-02T04:04:36.954Z | Downloaded serde_json v1.0.150 |
| 376 | 2026-07-02T04:04:36.971Z | Downloaded tabled v0.15.0 |
| 377 | 2026-07-02T04:04:36.980Z | Downloaded syn v1.0.109 |
| 378 | 2026-07-02T04:04:36.985Z | Downloaded unicode-width v0.1.14 |
| 379 | 2026-07-02T04:04:36.994Z | Downloaded unicode-width v0.2.0 |
| 380 | 2026-07-02T04:04:37.003Z | Downloaded syn v2.0.117 |
| 381 | 2026-07-02T04:04:37.018Z | Downloaded rustix v1.1.3 |
| 382 | 2026-07-02T04:04:37.049Z | Downloaded libc v0.2.185 |
| 383 | 2026-07-02T04:04:37.111Z | Compiling proc-macro2 v1.0.106 |
| 384 | 2026-07-02T04:04:37.114Z | Compiling quote v1.0.45 |
| 385 | 2026-07-02T04:04:37.115Z | Compiling unicode-ident v1.0.24 |
| 386 | 2026-07-02T04:04:37.115Z | Compiling serde_core v1.0.228 |
| 387 | 2026-07-02T04:04:37.115Z | Compiling libc v0.2.185 |
| 388 | 2026-07-02T04:04:37.115Z | Compiling version_check v0.9.5 |
| 389 | 2026-07-02T04:04:37.115Z | Compiling memchr v2.8.0 |
| 390 | 2026-07-02T04:04:37.115Z | Compiling serde v1.0.228 |
| 391 | 2026-07-02T04:04:37.426Z | Compiling zmij v1.0.21 |
| 392 | 2026-07-02T04:04:37.679Z | Compiling ucd-trie v0.1.7 |
| 393 | 2026-07-02T04:04:37.709Z | Compiling thiserror v1.0.69 |
| 394 | 2026-07-02T04:04:37.944Z | Compiling itoa v1.0.17 |
| 395 | 2026-07-02T04:04:37.974Z | Compiling pest v2.8.6 |
| 396 | 2026-07-02T04:04:38.121Z | Compiling rustix v1.1.3 |
| 397 | 2026-07-02T04:04:38.138Z | Compiling byteorder v1.5.0 |
| 398 | 2026-07-02T04:04:38.206Z | Compiling errno v0.3.14 |
| 399 | 2026-07-02T04:04:38.376Z | Compiling serde_json v1.0.150 |
| 400 | 2026-07-02T04:04:38.446Z | Compiling bitflags v2.11.0 |
| 401 | 2026-07-02T04:04:38.578Z | Compiling syn v2.0.117 |
| 402 | 2026-07-02T04:04:38.631Z | Compiling thread-id v4.2.2 |
| 403 | 2026-07-02T04:04:38.665Z | Compiling proc-macro-error-attr v1.0.4 |
| 404 | 2026-07-02T04:04:38.710Z | Compiling usdt-impl v0.5.0 |
| 405 | 2026-07-02T04:04:38.837Z | Compiling camino v1.2.2 |
| 406 | 2026-07-02T04:04:38.862Z | Compiling syn v1.0.109 |
| 407 | 2026-07-02T04:04:39.041Z | Compiling pest_meta v2.8.6 |
| 408 | 2026-07-02T04:04:39.223Z | Compiling proc-macro-error v1.0.4 |
| 409 | 2026-07-02T04:04:39.256Z | Compiling utf8parse v0.2.2 |
| 410 | 2026-07-02T04:04:39.285Z | Compiling plain v0.2.3 |
| 411 | 2026-07-02T04:04:39.369Z | Compiling hashbrown v0.17.0 |
| 412 | 2026-07-02T04:04:39.400Z | Compiling log v0.4.29 |
| 413 | 2026-07-02T04:04:39.422Z | Compiling getrandom v0.4.1 |
| 414 | 2026-07-02T04:04:39.605Z | Compiling equivalent v1.0.2 |
| 415 | 2026-07-02T04:04:39.699Z | Compiling terminal_size v0.4.3 |
| 416 | 2026-07-02T04:04:39.864Z | Compiling indexmap v2.14.0 |
| 417 | 2026-07-02T04:04:39.922Z | Compiling anstyle-parse v1.0.0 |
| 418 | 2026-07-02T04:04:40.427Z | Compiling is_terminal_polyfill v1.70.2 |
| 419 | 2026-07-02T04:04:40.480Z | Compiling pretty-hex v0.4.1 |
| 420 | 2026-07-02T04:04:40.517Z | Compiling thiserror v2.0.18 |
| 421 | 2026-07-02T04:04:40.532Z | Compiling autocfg v1.5.0 |
| 422 | 2026-07-02T04:04:40.602Z | Compiling colorchoice v1.0.4 |
| 423 | 2026-07-02T04:04:40.622Z | Compiling cfg-if v1.0.4 |
| 424 | 2026-07-02T04:04:40.642Z | Compiling anstyle v1.0.14 |
| 425 | 2026-07-02T04:04:40.697Z | Compiling anstyle-query v1.1.5 |
| 426 | 2026-07-02T04:04:40.722Z | Compiling toml_write v0.1.2 |
| 427 | 2026-07-02T04:04:40.791Z | Compiling pest_generator v2.8.6 |
| 428 | 2026-07-02T04:04:40.811Z | Compiling winnow v0.7.14 |
| 429 | 2026-07-02T04:04:40.878Z | Compiling anstream v1.0.0 |
| 430 | 2026-07-02T04:04:40.954Z | Compiling fs-err v3.3.0 |
| 431 | 2026-07-02T04:04:41.160Z | Compiling unicode-width v0.1.14 |
| 432 | 2026-07-02T04:04:41.184Z | Compiling heck v0.5.0 |
| 433 | 2026-07-02T04:04:41.222Z | Compiling fastrand v2.3.0 |
| 434 | 2026-07-02T04:04:41.387Z | Compiling clap_lex v1.0.0 |
| 435 | 2026-07-02T04:04:41.431Z | Compiling strsim v0.11.1 |
| 436 | 2026-07-02T04:04:41.452Z | Compiling fnv v1.0.7 |
| 437 | 2026-07-02T04:04:41.481Z | Compiling bytecount v0.6.9 |
| 438 | 2026-07-02T04:04:41.497Z | Compiling anyhow v1.0.102 |
| 439 | 2026-07-02T04:04:41.554Z | Compiling once_cell v1.21.3 |
| 440 | 2026-07-02T04:04:41.614Z | Compiling heck v0.4.1 |
| 441 | 2026-07-02T04:04:41.614Z | Compiling papergrid v0.11.0 |
| 442 | 2026-07-02T04:04:41.773Z | Compiling tempfile v3.25.0 |
| 443 | 2026-07-02T04:04:41.790Z | Compiling clap_builder v4.6.0 |
| 444 | 2026-07-02T04:04:41.957Z | Compiling tabled_derive v0.7.0 |
| 445 | 2026-07-02T04:04:42.009Z | Compiling cargo-platform v0.3.2 |
| 446 | 2026-07-02T04:04:42.085Z | Compiling semver v1.0.28 |
| 447 | 2026-07-02T04:04:42.225Z | Compiling memmap v0.7.0 |
| 448 | 2026-07-02T04:04:42.305Z | Compiling unicode-width v0.2.0 |
| 449 | 2026-07-02T04:04:42.400Z | Compiling smawk v0.3.2 |
| 450 | 2026-07-02T04:04:42.416Z | Compiling unicode-linebreak v0.1.5 |
| 451 | 2026-07-02T04:04:42.433Z | Compiling serde_derive v1.0.228 |
| 452 | 2026-07-02T04:04:42.544Z | Compiling thiserror-impl v1.0.69 |
| 453 | 2026-07-02T04:04:42.584Z | Compiling zerocopy-derive v0.7.35 |
| 454 | 2026-07-02T04:04:42.668Z | Compiling pest_derive v2.8.6 |
| 455 | 2026-07-02T04:04:42.799Z | Compiling scroll_derive v0.12.1 |
| 456 | 2026-07-02T04:04:42.908Z | Compiling thiserror-impl v2.0.18 |
| 457 | 2026-07-02T04:04:43.115Z | Compiling clap_derive v4.6.1 |
| 458 | 2026-07-02T04:04:43.133Z | Compiling tabled v0.15.0 |
| 459 | 2026-07-02T04:04:43.470Z | Compiling zerocopy v0.7.35 |
| 460 | 2026-07-02T04:04:43.488Z | Compiling scroll v0.12.0 |
| 461 | 2026-07-02T04:04:43.757Z | Compiling goblin v0.8.2 |
| 462 | 2026-07-02T04:04:43.942Z | Compiling dtrace-parser v0.2.0 |
| 463 | 2026-07-02T04:04:44.017Z | Compiling textwrap v0.16.2 |
| 464 | 2026-07-02T04:04:44.379Z | Compiling camino-tempfile v1.4.1 |
| 465 | 2026-07-02T04:04:44.612Z | Compiling swrite v0.1.0 |
| 466 | 2026-07-02T04:04:44.872Z | Compiling clap v4.6.1 |
| 467 | 2026-07-02T04:04:45.606Z | Compiling dof v0.3.0 |
| 468 | 2026-07-02T04:04:45.606Z | Compiling serde_tokenstream v0.2.3 |
| 469 | 2026-07-02T04:04:45.623Z | Compiling serde_spanned v0.6.9 |
| 470 | 2026-07-02T04:04:45.637Z | Compiling toml_datetime v0.6.11 |
| 471 | 2026-07-02T04:04:45.641Z | Compiling macaddr v1.0.1 |
| 472 | 2026-07-02T04:04:45.683Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 473 | 2026-07-02T04:04:45.686Z | Compiling cargo_metadata v0.23.1 |
| 474 | 2026-07-02T04:04:45.834Z | Compiling toml_edit v0.22.27 |
| 475 | 2026-07-02T04:04:46.400Z | Compiling usdt-macro v0.5.0 |
| 476 | 2026-07-02T04:04:46.404Z | Compiling usdt-attr-macro v0.5.0 |
| 477 | 2026-07-02T04:04:47.008Z | Compiling usdt v0.5.0 |
| 478 | 2026-07-02T04:04:47.177Z | Compiling toml v0.8.23 |
| 479 | 2026-07-02T04:04:47.524Z | Compiling cargo_toml v0.21.0 |
| 480 | 2026-07-02T04:04:48.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 481 | 2026-07-02T04:04:50.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.87s |
| 482 | 2026-07-02T04:04:50.914Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 483 | 2026-07-02T04:04:51.390Z | Downloading crates ... |
| 484 | 2026-07-02T04:04:51.485Z | Downloaded bit-set v0.5.3 |
| 485 | 2026-07-02T04:04:51.494Z | Downloaded ar_archive_writer v0.5.1 |
| 486 | 2026-07-02T04:04:51.501Z | Downloaded base64 v0.22.1 |
| 487 | 2026-07-02T04:04:51.504Z | Downloaded const_format_proc_macros v0.2.34 |
| 488 | 2026-07-02T04:04:51.508Z | Downloaded block-padding v0.4.2 |
| 489 | 2026-07-02T04:04:51.508Z | Downloaded chacha20 v0.9.1 |
| 490 | 2026-07-02T04:04:51.508Z | Downloaded cbc v0.2.1 |
| 491 | 2026-07-02T04:04:51.511Z | Downloaded crc-catalog v2.4.0 |
| 492 | 2026-07-02T04:04:51.514Z | Downloaded darling_macro v0.21.3 |
| 493 | 2026-07-02T04:04:51.517Z | Downloaded adler2 v2.0.1 |
| 494 | 2026-07-02T04:04:51.528Z | Downloaded backoff v0.4.0 |
| 495 | 2026-07-02T04:04:51.535Z | Downloaded debug-ignore v1.0.5 |
| 496 | 2026-07-02T04:04:51.535Z | Downloaded crossbeam-channel v0.5.15 |
| 497 | 2026-07-02T04:04:51.542Z | Downloaded bitfield v0.19.4 |
| 498 | 2026-07-02T04:04:51.542Z | Downloaded bcs v0.1.6 |
| 499 | 2026-07-02T04:04:51.542Z | Downloaded array-init v0.0.4 |
| 500 | 2026-07-02T04:04:51.542Z | Downloaded base16ct v1.0.0 |
| 501 | 2026-07-02T04:04:51.542Z | Downloaded ascii-canvas v3.0.0 |
| 502 | 2026-07-02T04:04:51.547Z | Downloaded blake2 v0.10.6 |
| 503 | 2026-07-02T04:04:51.547Z | Downloaded bit-vec v0.8.0 |
| 504 | 2026-07-02T04:04:51.547Z | Downloaded base16ct v0.2.0 |
| 505 | 2026-07-02T04:04:51.552Z | Downloaded atomic-waker v1.1.2 |
| 506 | 2026-07-02T04:04:51.555Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 507 | 2026-07-02T04:04:51.560Z | Downloaded ciborium-io v0.2.2 |
| 508 | 2026-07-02T04:04:51.560Z | Downloaded bitfield-macros v0.19.4 |
| 509 | 2026-07-02T04:04:51.560Z | Downloaded bb8 v0.8.6 |
| 510 | 2026-07-02T04:04:51.566Z | Downloaded crypto-bigint v0.7.5 |
| 511 | 2026-07-02T04:04:51.570Z | Downloaded bit-set v0.8.0 |
| 512 | 2026-07-02T04:04:51.573Z | Downloaded bitfield-struct v0.6.2 |
| 513 | 2026-07-02T04:04:51.573Z | Downloaded aead v0.5.2 |
| 514 | 2026-07-02T04:04:51.573Z | Downloaded atty v0.2.14 |
| 515 | 2026-07-02T04:04:51.577Z | Downloaded atomicwrites v0.4.4 |
| 516 | 2026-07-02T04:04:51.577Z | Downloaded async-stream-impl v0.3.6 |
| 517 | 2026-07-02T04:04:51.577Z | Downloaded async-stream v0.3.6 |
| 518 | 2026-07-02T04:04:51.577Z | Downloaded arrayref v0.3.9 |
| 519 | 2026-07-02T04:04:51.580Z | Downloaded cobs v0.3.0 |
| 520 | 2026-07-02T04:04:51.580Z | Downloaded diesel v2.3.7 |
| 521 | 2026-07-02T04:04:51.591Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 522 | 2026-07-02T04:04:51.594Z | Downloaded bit-vec v0.6.3 |
| 523 | 2026-07-02T04:04:51.594Z | Downloaded compression-core v0.4.31 |
| 524 | 2026-07-02T04:04:51.594Z | Downloaded bitflags v1.3.2 |
| 525 | 2026-07-02T04:04:51.597Z | Downloaded assert_matches v1.5.0 |
| 526 | 2026-07-02T04:04:51.598Z | Downloaded darling_macro v0.23.0 |
| 527 | 2026-07-02T04:04:51.598Z | Downloaded crc-any v2.5.0 |
| 528 | 2026-07-02T04:04:51.601Z | Downloaded ctr v0.10.1 |
| 529 | 2026-07-02T04:04:51.601Z | Downloaded cookie_store v0.22.1 |
| 530 | 2026-07-02T04:04:51.606Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 531 | 2026-07-02T04:04:51.610Z | Downloaded daft-derive v0.1.7 |
| 532 | 2026-07-02T04:04:51.614Z | Downloaded convert_case v0.10.0 |
| 533 | 2026-07-02T04:04:51.614Z | Downloaded cipher v0.5.2 |
| 534 | 2026-07-02T04:04:51.618Z | Downloaded dsl_auto_type v0.2.0 |
| 535 | 2026-07-02T04:04:51.618Z | Downloaded data-encoding v2.10.0 |
| 536 | 2026-07-02T04:04:51.618Z | Downloaded async-trait v0.1.89 |
| 537 | 2026-07-02T04:04:51.618Z | Downloaded cmake v0.1.57 |
| 538 | 2026-07-02T04:04:51.621Z | Downloaded derive_more v0.99.20 |
| 539 | 2026-07-02T04:04:51.624Z | Downloaded defmt-parser v1.0.0 |
| 540 | 2026-07-02T04:04:51.624Z | Downloaded async-bb8-diesel v0.2.1 |
| 541 | 2026-07-02T04:04:51.624Z | Downloaded argon2 v0.6.0-rc.8 |
| 542 | 2026-07-02T04:04:51.630Z | Downloaded defmt v0.3.100 |
| 543 | 2026-07-02T04:04:51.631Z | Downloaded convert_case v0.4.0 |
| 544 | 2026-07-02T04:04:51.631Z | Downloaded arrayvec v0.7.6 |
| 545 | 2026-07-02T04:04:51.631Z | Downloaded darling v0.13.4 |
| 546 | 2026-07-02T04:04:51.639Z | Downloaded diesel_derives v2.3.7 |
| 547 | 2026-07-02T04:04:51.639Z | Downloaded defmt-macros v1.0.1 |
| 548 | 2026-07-02T04:04:51.639Z | Downloaded constant_time_eq v0.4.2 |
| 549 | 2026-07-02T04:04:51.642Z | Downloaded cstr-argument v0.1.2 |
| 550 | 2026-07-02T04:04:51.642Z | Downloaded blowfish v0.10.0 |
| 551 | 2026-07-02T04:04:51.642Z | Downloaded ahash v0.8.12 |
| 552 | 2026-07-02T04:04:51.642Z | Downloaded aead v0.6.1 |
| 553 | 2026-07-02T04:04:51.642Z | Downloaded crypto-common v0.2.2 |
| 554 | 2026-07-02T04:04:51.647Z | Downloaded compression-codecs v0.4.37 |
| 555 | 2026-07-02T04:04:51.647Z | Downloaded ecdsa v0.17.0-rc.18 |
| 556 | 2026-07-02T04:04:51.655Z | Downloaded const-oid v0.9.6 |
| 557 | 2026-07-02T04:04:51.655Z | Downloaded cmov v0.5.4 |
| 558 | 2026-07-02T04:04:51.655Z | Downloaded daft v0.1.7 |
| 559 | 2026-07-02T04:04:51.655Z | Downloaded ed25519 v3.0.0 |
| 560 | 2026-07-02T04:04:51.660Z | Downloaded ciborium v0.2.2 |
| 561 | 2026-07-02T04:04:51.660Z | Downloaded cassowary v0.3.0 |
| 562 | 2026-07-02T04:04:51.660Z | Downloaded camino-tempfile-ext v0.3.3 |
| 563 | 2026-07-02T04:04:51.660Z | Downloaded argon2 v0.5.3 |
| 564 | 2026-07-02T04:04:51.660Z | Downloaded csv-core v0.1.13 |
| 565 | 2026-07-02T04:04:51.660Z | Downloaded crunchy v0.2.4 |
| 566 | 2026-07-02T04:04:51.660Z | Downloaded foldhash v0.2.0 |
| 567 | 2026-07-02T04:04:51.660Z | Downloaded dyn-clone v1.0.20 |
| 568 | 2026-07-02T04:04:51.664Z | Downloaded ciborium-ll v0.2.2 |
| 569 | 2026-07-02T04:04:51.664Z | Downloaded darling_macro v0.20.11 |
| 570 | 2026-07-02T04:04:51.664Z | Downloaded crucible-workspace-hack v0.1.0 |
| 571 | 2026-07-02T04:04:51.664Z | Downloaded cfg_aliases v0.2.1 |
| 572 | 2026-07-02T04:04:51.664Z | Downloaded cfg_aliases v0.1.1 |
| 573 | 2026-07-02T04:04:51.669Z | Downloaded difflib v0.4.0 |
| 574 | 2026-07-02T04:04:51.669Z | Downloaded anstream v0.6.21 |
| 575 | 2026-07-02T04:04:51.669Z | Downloaded bzip2 v0.6.1 |
| 576 | 2026-07-02T04:04:51.669Z | Downloaded dtrace-parser v0.3.0 |
| 577 | 2026-07-02T04:04:51.673Z | Downloaded cipher v0.4.4 |
| 578 | 2026-07-02T04:04:51.673Z | Downloaded backon v1.6.0 |
| 579 | 2026-07-02T04:04:51.673Z | Downloaded crossbeam-deque v0.8.6 |
| 580 | 2026-07-02T04:04:51.673Z | Downloaded async-recursion v1.1.1 |
| 581 | 2026-07-02T04:04:51.677Z | Downloaded darling v0.23.0 |
| 582 | 2026-07-02T04:04:51.680Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 583 | 2026-07-02T04:04:51.680Z | Downloaded console v0.16.2 |
| 584 | 2026-07-02T04:04:51.680Z | Downloaded bzip2 v0.4.4 |
| 585 | 2026-07-02T04:04:51.683Z | Downloaded anstyle-parse v0.2.7 |
| 586 | 2026-07-02T04:04:51.683Z | Downloaded crc v3.4.0 |
| 587 | 2026-07-02T04:04:51.684Z | Downloaded crc8 v0.1.1 |
| 588 | 2026-07-02T04:04:51.687Z | Downloaded base64ct v1.8.3 |
| 589 | 2026-07-02T04:04:51.687Z | Downloaded derive_builder_macro v0.20.2 |
| 590 | 2026-07-02T04:04:51.687Z | Downloaded delegate v0.13.5 |
| 591 | 2026-07-02T04:04:51.690Z | Downloaded castaway v0.2.4 |
| 592 | 2026-07-02T04:04:51.690Z | Downloaded env_filter v1.0.0 |
| 593 | 2026-07-02T04:04:51.690Z | Downloaded endian-type v0.1.2 |
| 594 | 2026-07-02T04:04:51.690Z | Downloaded embedded-io v0.6.1 |
| 595 | 2026-07-02T04:04:51.693Z | Downloaded fs-err v2.11.0 |
| 596 | 2026-07-02T04:04:51.693Z | Downloaded hash32 v0.2.1 |
| 597 | 2026-07-02T04:04:51.696Z | Downloaded darling v0.20.11 |
| 598 | 2026-07-02T04:04:51.699Z | Downloaded derive-ex v0.1.8 |
| 599 | 2026-07-02T04:04:51.699Z | Downloaded embedded-io v0.4.0 |
| 600 | 2026-07-02T04:04:51.699Z | Downloaded displaydoc v0.2.5 |
| 601 | 2026-07-02T04:04:51.703Z | Downloaded critical-section v1.2.0 |
| 602 | 2026-07-02T04:04:51.703Z | Downloaded dof v0.4.0 |
| 603 | 2026-07-02T04:04:51.706Z | Downloaded cpufeatures v0.3.0 |
| 604 | 2026-07-02T04:04:51.706Z | Downloaded dunce v1.0.5 |
| 605 | 2026-07-02T04:04:51.706Z | Downloaded darling_macro v0.13.4 |
| 606 | 2026-07-02T04:04:51.709Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 607 | 2026-07-02T04:04:51.712Z | Downloaded ena v0.14.4 |
| 608 | 2026-07-02T04:04:51.712Z | Downloaded const_format v0.2.35 |
| 609 | 2026-07-02T04:04:51.715Z | Downloaded enum-as-inner v0.6.1 |
| 610 | 2026-07-02T04:04:51.715Z | Downloaded crossbeam-utils v0.8.21 |
| 611 | 2026-07-02T04:04:51.718Z | Downloaded const-oid v0.10.2 |
| 612 | 2026-07-02T04:04:51.721Z | Downloaded cookie v0.18.1 |
| 613 | 2026-07-02T04:04:51.721Z | Downloaded des v0.9.0 |
| 614 | 2026-07-02T04:04:51.724Z | Downloaded console v0.15.11 |
| 615 | 2026-07-02T04:04:51.724Z | Downloaded derive_builder_core v0.20.2 |
| 616 | 2026-07-02T04:04:51.728Z | Downloaded cexpr v0.6.0 |
| 617 | 2026-07-02T04:04:51.728Z | Downloaded dirs-sys-next v0.1.2 |
| 618 | 2026-07-02T04:04:51.728Z | Downloaded colored v2.2.0 |
| 619 | 2026-07-02T04:04:51.731Z | Downloaded cancel-safe-futures v0.1.5 |
| 620 | 2026-07-02T04:04:51.734Z | Downloaded byte-wrapper v0.1.0 |
| 621 | 2026-07-02T04:04:51.734Z | Downloaded base64 v0.21.7 |
| 622 | 2026-07-02T04:04:51.737Z | Downloaded arc-swap v1.8.2 |
| 623 | 2026-07-02T04:04:51.743Z | Downloaded ecdsa v0.16.9 |
| 624 | 2026-07-02T04:04:51.743Z | Downloaded colored v3.1.1 |
| 625 | 2026-07-02T04:04:51.743Z | Downloaded clang-sys v1.8.1 |
| 626 | 2026-07-02T04:04:51.753Z | Downloaded erased-serde v0.3.31 |
| 627 | 2026-07-02T04:04:51.753Z | Downloaded block-buffer v0.12.1 |
| 628 | 2026-07-02T04:04:51.753Z | Downloaded chacha20 v0.10.0 |
| 629 | 2026-07-02T04:04:51.753Z | Downloaded ed25519 v2.2.3 |
| 630 | 2026-07-02T04:04:51.753Z | Downloaded corncobs v0.1.4 |
| 631 | 2026-07-02T04:04:51.759Z | Downloaded blake2 v0.11.0-rc.6 |
| 632 | 2026-07-02T04:04:51.759Z | Downloaded futures-task v0.3.32 |
| 633 | 2026-07-02T04:04:51.759Z | Downloaded der_derive v0.7.3 |
| 634 | 2026-07-02T04:04:51.759Z | Downloaded gethostname v0.5.0 |
| 635 | 2026-07-02T04:04:51.759Z | Downloaded futures-core v0.3.32 |
| 636 | 2026-07-02T04:04:51.759Z | Downloaded fxhash v0.2.1 |
| 637 | 2026-07-02T04:04:51.759Z | Downloaded enum_dispatch v0.3.13 |
| 638 | 2026-07-02T04:04:51.759Z | Downloaded env_logger v0.11.9 |
| 639 | 2026-07-02T04:04:51.762Z | Downloaded defmt v1.0.1 |
| 640 | 2026-07-02T04:04:51.762Z | Downloaded hex v0.4.3 |
| 641 | 2026-07-02T04:04:51.765Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 642 | 2026-07-02T04:04:51.765Z | Downloaded fixedbitset v0.5.7 |
| 643 | 2026-07-02T04:04:51.765Z | Downloaded ctutils v0.4.2 |
| 644 | 2026-07-02T04:04:51.768Z | Downloaded buf-list v1.1.2 |
| 645 | 2026-07-02T04:04:51.768Z | Downloaded home v0.5.12 |
| 646 | 2026-07-02T04:04:51.771Z | Downloaded ff v0.13.1 |
| 647 | 2026-07-02T04:04:51.771Z | Downloaded crc32fast v1.5.0 |
| 648 | 2026-07-02T04:04:51.771Z | Downloaded allocator-api2 v0.2.21 |
| 649 | 2026-07-02T04:04:51.774Z | Downloaded async-compression v0.4.41 |
| 650 | 2026-07-02T04:04:51.778Z | Downloaded http-body v1.0.1 |
| 651 | 2026-07-02T04:04:51.778Z | Downloaded downcast-rs v2.0.2 |
| 652 | 2026-07-02T04:04:51.781Z | Downloaded dirs-next v2.0.0 |
| 653 | 2026-07-02T04:04:51.781Z | Downloaded chacha20poly1305 v0.10.1 |
| 654 | 2026-07-02T04:04:51.781Z | Downloaded hubpack_derive v0.1.1 |
| 655 | 2026-07-02T04:04:51.784Z | Downloaded fd-lock v4.0.4 |
| 656 | 2026-07-02T04:04:51.784Z | Downloaded fixedbitset v0.4.2 |
| 657 | 2026-07-02T04:04:51.787Z | Downloaded foldhash v0.1.5 |
| 658 | 2026-07-02T04:04:51.787Z | Downloaded flagset v0.4.7 |
| 659 | 2026-07-02T04:04:51.787Z | Downloaded either v1.15.0 |
| 660 | 2026-07-02T04:04:51.791Z | Downloaded diesel-dtrace v0.5.0 |
| 661 | 2026-07-02T04:04:51.791Z | Downloaded crossbeam-epoch v0.9.18 |
| 662 | 2026-07-02T04:04:51.791Z | Downloaded float-cmp v0.10.0 |
| 663 | 2026-07-02T04:04:51.794Z | Downloaded document-features v0.2.12 |
| 664 | 2026-07-02T04:04:51.794Z | Downloaded group v0.13.0 |
| 665 | 2026-07-02T04:04:51.798Z | Downloaded ident_case v1.0.1 |
| 666 | 2026-07-02T04:04:51.801Z | Downloaded git-stub-vcs v0.1.0 |
| 667 | 2026-07-02T04:04:51.801Z | Downloaded fallible-iterator v0.2.0 |
| 668 | 2026-07-02T04:04:51.801Z | Downloaded deranged v0.5.8 |
| 669 | 2026-07-02T04:04:51.806Z | Downloaded cc v1.2.56 |
| 670 | 2026-07-02T04:04:51.806Z | Downloaded foreign-types v0.5.0 |
| 671 | 2026-07-02T04:04:51.809Z | Downloaded hyper-staticfile v0.10.1 |
| 672 | 2026-07-02T04:04:51.809Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 673 | 2026-07-02T04:04:51.809Z | Downloaded funty v2.0.0 |
| 674 | 2026-07-02T04:04:51.809Z | Downloaded foreign-types v0.3.2 |
| 675 | 2026-07-02T04:04:51.809Z | Downloaded ff v0.14.0 |
| 676 | 2026-07-02T04:04:51.813Z | Downloaded float-ord v0.3.2 |
| 677 | 2026-07-02T04:04:51.813Z | Downloaded bytes v1.11.1 |
| 678 | 2026-07-02T04:04:51.822Z | Downloaded darling v0.21.3 |
| 679 | 2026-07-02T04:04:51.822Z | Downloaded humantime v2.3.0 |
| 680 | 2026-07-02T04:04:51.832Z | Downloaded cpubits v0.1.1 |
| 681 | 2026-07-02T04:04:51.832Z | Downloaded http-body-util v0.1.3 |
| 682 | 2026-07-02T04:04:51.832Z | Downloaded foreign-types-shared v0.3.1 |
| 683 | 2026-07-02T04:04:51.832Z | Downloaded display-error-chain v0.2.2 |
| 684 | 2026-07-02T04:04:51.832Z | Downloaded foreign-types-shared v0.1.1 |
| 685 | 2026-07-02T04:04:51.832Z | Downloaded darling_core v0.13.4 |
| 686 | 2026-07-02T04:04:51.836Z | Downloaded half v1.8.3 |
| 687 | 2026-07-02T04:04:51.836Z | Downloaded hostname v0.3.1 |
| 688 | 2026-07-02T04:04:51.839Z | Downloaded kem v0.3.0 |
| 689 | 2026-07-02T04:04:51.839Z | Downloaded darling_core v0.20.11 |
| 690 | 2026-07-02T04:04:51.842Z | Downloaded hostname v0.4.2 |
| 691 | 2026-07-02T04:04:51.845Z | Downloaded ghash v0.6.0 |
| 692 | 2026-07-02T04:04:51.848Z | Downloaded form_urlencoded v1.2.2 |
| 693 | 2026-07-02T04:04:51.848Z | Downloaded hubpack v0.1.2 |
| 694 | 2026-07-02T04:04:51.848Z | Downloaded http-range v0.1.5 |
| 695 | 2026-07-02T04:04:51.851Z | Downloaded is_ci v1.2.0 |
| 696 | 2026-07-02T04:04:51.855Z | Downloaded compact_str v0.8.1 |
| 697 | 2026-07-02T04:04:51.855Z | Downloaded indent_write v2.2.0 |
| 698 | 2026-07-02T04:04:51.858Z | Downloaded illumos-nvpair v0.3.0 |
| 699 | 2026-07-02T04:04:51.858Z | Downloaded hmac v0.12.1 |
| 700 | 2026-07-02T04:04:51.861Z | Downloaded idna_adapter v1.2.1 |
| 701 | 2026-07-02T04:04:51.861Z | Downloaded futures-sink v0.3.32 |
| 702 | 2026-07-02T04:04:51.864Z | Downloaded drift v0.2.0 |
| 703 | 2026-07-02T04:04:51.867Z | Downloaded httpdate v1.0.3 |
| 704 | 2026-07-02T04:04:51.871Z | Downloaded ingot-types v0.1.2 |
| 705 | 2026-07-02T04:04:51.871Z | Downloaded futures-channel v0.3.32 |
| 706 | 2026-07-02T04:04:51.873Z | Downloaded futures-io v0.3.32 |
| 707 | 2026-07-02T04:04:51.873Z | Downloaded elliptic-curve v0.13.8 |
| 708 | 2026-07-02T04:04:51.877Z | Downloaded digest v0.11.3 |
| 709 | 2026-07-02T04:04:51.877Z | Downloaded linked-hash-map v0.5.6 |
| 710 | 2026-07-02T04:04:51.880Z | Downloaded libscf-sys v1.1.0 |
| 711 | 2026-07-02T04:04:51.880Z | Downloaded instant v0.1.13 |
| 712 | 2026-07-02T04:04:51.880Z | Downloaded ed25519-dalek v2.2.0 |
| 713 | 2026-07-02T04:04:51.883Z | Downloaded der v0.7.10 |
| 714 | 2026-07-02T04:04:51.886Z | Downloaded ipnetwork v0.21.1 |
| 715 | 2026-07-02T04:04:51.886Z | Downloaded futures-macro v0.3.32 |
| 716 | 2026-07-02T04:04:51.889Z | Downloaded derive_more-impl v2.1.1 |
| 717 | 2026-07-02T04:04:51.892Z | Downloaded lru-slab v0.1.2 |
| 718 | 2026-07-02T04:04:51.892Z | Downloaded derive_builder v0.20.2 |
| 719 | 2026-07-02T04:04:51.896Z | Downloaded highway v1.3.0 |
| 720 | 2026-07-02T04:04:51.896Z | Downloaded derive-where v1.6.0 |
| 721 | 2026-07-02T04:04:51.899Z | Downloaded headers-core v0.3.0 |
| 722 | 2026-07-02T04:04:51.899Z | Downloaded crypto-bigint v0.5.5 |
| 723 | 2026-07-02T04:04:51.902Z | Downloaded md5 v0.8.0 |
| 724 | 2026-07-02T04:04:51.905Z | Downloaded match_cfg v0.1.0 |
| 725 | 2026-07-02T04:04:51.905Z | Downloaded managed v0.8.0 |
| 726 | 2026-07-02T04:04:51.905Z | Downloaded lzss v0.8.2 |
| 727 | 2026-07-02T04:04:51.905Z | Downloaded jobserver v0.1.34 |
| 728 | 2026-07-02T04:04:51.908Z | Downloaded filetime v0.2.27 |
| 729 | 2026-07-02T04:04:51.908Z | Downloaded hyper-tls v0.6.0 |
| 730 | 2026-07-02T04:04:51.912Z | Downloaded aes-gcm v0.11.0 |
| 731 | 2026-07-02T04:04:51.912Z | Downloaded glob v0.3.3 |
| 732 | 2026-07-02T04:04:51.916Z | Downloaded instability v0.3.11 |
| 733 | 2026-07-02T04:04:51.916Z | Downloaded mime v0.3.17 |
| 734 | 2026-07-02T04:04:51.916Z | Downloaded newline-converter v0.3.0 |
| 735 | 2026-07-02T04:04:51.916Z | Downloaded memoffset v0.9.1 |
| 736 | 2026-07-02T04:04:51.919Z | Downloaded kstat-rs v0.2.4 |
| 737 | 2026-07-02T04:04:51.919Z | Downloaded keccak v0.1.6 |
| 738 | 2026-07-02T04:04:51.919Z | Downloaded inout v0.1.4 |
| 739 | 2026-07-02T04:04:51.919Z | Downloaded git-stub v1.0.0 |
| 740 | 2026-07-02T04:04:51.923Z | Downloaded fatfs v0.3.6 |
| 741 | 2026-07-02T04:04:51.923Z | Downloaded darling_core v0.23.0 |
| 742 | 2026-07-02T04:04:51.926Z | Downloaded indoc v1.0.9 |
| 743 | 2026-07-02T04:04:51.927Z | Downloaded ignore v0.4.25 |
| 744 | 2026-07-02T04:04:51.930Z | Downloaded ipnet v2.11.0 |
| 745 | 2026-07-02T04:04:51.930Z | Downloaded newtype_derive v0.1.6 |
| 746 | 2026-07-02T04:04:51.933Z | Downloaded foreign-types-macros v0.2.3 |
| 747 | 2026-07-02T04:04:51.933Z | Downloaded md-5 v0.10.6 |
| 748 | 2026-07-02T04:04:51.933Z | Downloaded is-terminal v0.4.17 |
| 749 | 2026-07-02T04:04:51.933Z | Downloaded globwalk v0.9.1 |
| 750 | 2026-07-02T04:04:51.937Z | Downloaded find-msvc-tools v0.1.9 |
| 751 | 2026-07-02T04:04:51.937Z | Downloaded group v0.14.0 |
| 752 | 2026-07-02T04:04:51.937Z | Downloaded bumpalo v3.20.2 |
| 753 | 2026-07-02T04:04:51.940Z | Downloaded dropshot_endpoint v0.17.1 |
| 754 | 2026-07-02T04:04:51.940Z | Downloaded diff v0.1.13 |
| 755 | 2026-07-02T04:04:51.943Z | Downloaded fs_extra v1.3.0 |
| 756 | 2026-07-02T04:04:51.947Z | Downloaded maybe-uninit v2.0.0 |
| 757 | 2026-07-02T04:04:51.947Z | Downloaded headers v0.4.1 |
| 758 | 2026-07-02T04:04:51.950Z | Downloaded lru v0.12.5 |
| 759 | 2026-07-02T04:04:51.953Z | Downloaded httparse v1.10.1 |
| 760 | 2026-07-02T04:04:51.953Z | Downloaded mime_guess v2.0.5 |
| 761 | 2026-07-02T04:04:51.956Z | Downloaded new_debug_unreachable v1.0.6 |
| 762 | 2026-07-02T04:04:51.956Z | Downloaded darling_core v0.21.3 |
| 763 | 2026-07-02T04:04:51.959Z | Downloaded libefi-sys v0.1.0 |
| 764 | 2026-07-02T04:04:51.959Z | Downloaded inout v0.2.2 |
| 765 | 2026-07-02T04:04:51.959Z | Downloaded hex-literal v1.1.0 |
| 766 | 2026-07-02T04:04:51.962Z | Downloaded newtype-uuid-macros v0.1.0 |
| 767 | 2026-07-02T04:04:51.962Z | Downloaded normalize-line-endings v0.3.0 |
| 768 | 2026-07-02T04:04:51.962Z | Downloaded futures-executor v0.3.32 |
| 769 | 2026-07-02T04:04:51.962Z | Downloaded hash32 v0.3.1 |
| 770 | 2026-07-02T04:04:51.965Z | Downloaded multimap v0.10.1 |
| 771 | 2026-07-02T04:04:51.968Z | Downloaded multer v3.1.0 |
| 772 | 2026-07-02T04:04:51.981Z | Downloaded num-iter v0.1.45 |
| 773 | 2026-07-02T04:04:51.985Z | Downloaded num-derive v0.4.2 |
| 774 | 2026-07-02T04:04:51.985Z | Downloaded oso-derive v0.27.3 |
| 775 | 2026-07-02T04:04:51.985Z | Downloaded getrandom v0.3.4 |
| 776 | 2026-07-02T04:04:51.988Z | Downloaded num v0.4.3 |
| 777 | 2026-07-02T04:04:51.988Z | Downloaded lazy_static v1.5.0 |
| 778 | 2026-07-02T04:04:51.991Z | Downloaded internet-checksum v0.2.1 |
| 779 | 2026-07-02T04:04:51.992Z | Downloaded icu_normalizer_data v2.1.1 |
| 780 | 2026-07-02T04:04:51.995Z | Downloaded lalrpop-util v0.19.12 |
| 781 | 2026-07-02T04:04:51.995Z | Downloaded half v2.7.1 |
| 782 | 2026-07-02T04:04:51.995Z | Downloaded globset v0.4.18 |
| 783 | 2026-07-02T04:04:51.998Z | Downloaded ingot v0.1.1 |
| 784 | 2026-07-02T04:04:52.001Z | Downloaded nodrop v0.1.14 |
| 785 | 2026-07-02T04:04:52.001Z | Downloaded futures v0.3.32 |
| 786 | 2026-07-02T04:04:52.004Z | Downloaded libsw-core v0.3.2 |
| 787 | 2026-07-02T04:04:52.004Z | Downloaded getrandom v0.2.17 |
| 788 | 2026-07-02T04:04:52.007Z | Downloaded num_threads v0.1.7 |
| 789 | 2026-07-02T04:04:52.007Z | Downloaded num-derive v0.3.3 |
| 790 | 2026-07-02T04:04:52.011Z | Downloaded ingot-macros v0.1.1 |
| 791 | 2026-07-02T04:04:52.011Z | Downloaded nibble_vec v0.1.0 |
| 792 | 2026-07-02T04:04:52.011Z | Downloaded crypto-primes v0.7.2 |
| 793 | 2026-07-02T04:04:52.014Z | Downloaded openssl-probe v0.2.1 |
| 794 | 2026-07-02T04:04:52.017Z | Downloaded openssl-macros v0.1.1 |
| 795 | 2026-07-02T04:04:52.017Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2026-07-02T04:04:52.017Z | Downloaded num_enum v0.5.11 |
| 797 | 2026-07-02T04:04:52.021Z | Downloaded opaque-debug v0.3.1 |
| 798 | 2026-07-02T04:04:52.024Z | Downloaded module-lattice v0.2.3 |
| 799 | 2026-07-02T04:04:52.024Z | Downloaded num-conv v0.2.0 |
| 800 | 2026-07-02T04:04:52.024Z | Downloaded newtype-uuid v1.3.2 |
| 801 | 2026-07-02T04:04:52.027Z | Downloaded keccak v0.2.0 |
| 802 | 2026-07-02T04:04:52.027Z | Downloaded indoc v2.0.7 |
| 803 | 2026-07-02T04:04:52.031Z | Downloaded native-tls v0.2.18 |
| 804 | 2026-07-02T04:04:52.031Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 805 | 2026-07-02T04:04:52.035Z | Downloaded maplit v1.0.2 |
| 806 | 2026-07-02T04:04:52.035Z | Downloaded litemap v0.8.1 |
| 807 | 2026-07-02T04:04:52.035Z | Downloaded libbz2-rs-sys v0.2.2 |
| 808 | 2026-07-02T04:04:52.038Z | Downloaded num_enum v0.7.6 |
| 809 | 2026-07-02T04:04:52.038Z | Downloaded nu-ansi-term v0.50.3 |
| 810 | 2026-07-02T04:04:52.041Z | Downloaded password-hash v0.6.1 |
| 811 | 2026-07-02T04:04:52.041Z | Downloaded parse-display v0.10.0 |
| 812 | 2026-07-02T04:04:52.045Z | Downloaded peg-runtime v0.8.5 |
| 813 | 2026-07-02T04:04:52.045Z | Downloaded phf_shared v0.13.1 |
| 814 | 2026-07-02T04:04:52.045Z | Downloaded hybrid-array v0.4.13 |
| 815 | 2026-07-02T04:04:52.049Z | Downloaded path-slash v0.1.5 |
| 816 | 2026-07-02T04:04:52.049Z | Downloaded hickory-resolver v0.24.4 |
| 817 | 2026-07-02T04:04:52.052Z | Downloaded num-rational v0.4.2 |
| 818 | 2026-07-02T04:04:52.052Z | Downloaded percent-encoding v2.3.2 |
| 819 | 2026-07-02T04:04:52.052Z | Downloaded memmap2 v0.9.10 |
| 820 | 2026-07-02T04:04:52.055Z | Downloaded derive_more v2.1.1 |
| 821 | 2026-07-02T04:04:52.059Z | Downloaded phf_shared v0.11.3 |
| 822 | 2026-07-02T04:04:52.062Z | Downloaded lock_api v0.4.14 |
| 823 | 2026-07-02T04:04:52.062Z | Downloaded libloading v0.8.9 |
| 824 | 2026-07-02T04:04:52.065Z | Downloaded parse-size v1.1.0 |
| 825 | 2026-07-02T04:04:52.065Z | Downloaded nonempty v0.12.0 |
| 826 | 2026-07-02T04:04:52.066Z | Downloaded icu_collections v2.1.1 |
| 827 | 2026-07-02T04:04:52.069Z | Downloaded hyper-rustls v0.27.7 |
| 828 | 2026-07-02T04:04:52.072Z | Downloaded openssl-probe v0.1.6 |
| 829 | 2026-07-02T04:04:52.075Z | Downloaded olpc-cjson v0.1.4 |
| 830 | 2026-07-02T04:04:52.075Z | Downloaded iana-time-zone v0.1.65 |
| 831 | 2026-07-02T04:04:52.078Z | Downloaded flate2 v1.1.9 |
| 832 | 2026-07-02T04:04:52.081Z | Downloaded heapless v0.8.0 |
| 833 | 2026-07-02T04:04:52.084Z | Downloaded pbkdf2 v0.13.0 |
| 834 | 2026-07-02T04:04:52.084Z | Downloaded num-integer v0.1.46 |
| 835 | 2026-07-02T04:04:52.084Z | Downloaded linear-map v1.2.0 |
| 836 | 2026-07-02T04:04:52.087Z | Downloaded packed_struct_codegen v0.10.1 |
| 837 | 2026-07-02T04:04:52.087Z | Downloaded libsw v3.5.0 |
| 838 | 2026-07-02T04:04:52.091Z | Downloaded aes v0.9.1 |
| 839 | 2026-07-02T04:04:52.091Z | Downloaded heapless v0.7.17 |
| 840 | 2026-07-02T04:04:52.094Z | Downloaded crossterm v0.29.0 |
| 841 | 2026-07-02T04:04:52.097Z | Downloaded password-hash v0.5.0 |
| 842 | 2026-07-02T04:04:52.100Z | Downloaded icu_properties v2.1.2 |
| 843 | 2026-07-02T04:04:52.103Z | Downloaded indicatif v0.18.4 |
| 844 | 2026-07-02T04:04:52.103Z | Downloaded predicates-core v1.0.10 |
| 845 | 2026-07-02T04:04:52.106Z | Downloaded oxnet v0.1.6 |
| 846 | 2026-07-02T04:04:52.106Z | Downloaded pem-rfc7468 v1.0.0 |
| 847 | 2026-07-02T04:04:52.110Z | Downloaded expectorate v1.2.0 |
| 848 | 2026-07-02T04:04:52.110Z | Downloaded peg-macros v0.8.5 |
| 849 | 2026-07-02T04:04:52.110Z | Downloaded packed_struct v0.10.1 |
| 850 | 2026-07-02T04:04:52.113Z | Downloaded hmac v0.13.0 |
| 851 | 2026-07-02T04:04:52.113Z | Downloaded generic-array v1.4.3 |
| 852 | 2026-07-02T04:04:52.116Z | Downloaded powerfmt v0.2.0 |
| 853 | 2026-07-02T04:04:52.116Z | Downloaded phf_shared v0.12.1 |
| 854 | 2026-07-02T04:04:52.116Z | Downloaded phc v0.6.1 |
| 855 | 2026-07-02T04:04:52.119Z | Downloaded pem-rfc7468 v0.7.0 |
| 856 | 2026-07-02T04:04:52.119Z | Downloaded parse-display-derive v0.10.0 |
| 857 | 2026-07-02T04:04:52.119Z | Downloaded icu_normalizer v2.1.1 |
| 858 | 2026-07-02T04:04:52.122Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 859 | 2026-07-02T04:04:52.122Z | Downloaded predicates-tree v1.0.13 |
| 860 | 2026-07-02T04:04:52.125Z | Downloaded precomputed-hash v0.1.1 |
| 861 | 2026-07-02T04:04:52.125Z | Downloaded der v0.8.0 |
| 862 | 2026-07-02T04:04:52.128Z | Downloaded phf v0.13.1 |
| 863 | 2026-07-02T04:04:52.129Z | Downloaded litrs v1.0.0 |
| 864 | 2026-07-02T04:04:52.131Z | Downloaded lru-cache v0.1.2 |
| 865 | 2026-07-02T04:04:52.132Z | Downloaded flume v0.11.1 |
| 866 | 2026-07-02T04:04:52.135Z | Downloaded aho-corasick v1.1.4 |
| 867 | 2026-07-02T04:04:52.138Z | Downloaded potential_utf v0.1.4 |
| 868 | 2026-07-02T04:04:52.138Z | Downloaded oxide-tokio-rt v0.1.4 |
| 869 | 2026-07-02T04:04:52.141Z | Downloaded nanorand v0.7.0 |
| 870 | 2026-07-02T04:04:52.141Z | Downloaded progenitor-client v0.14.0 |
| 871 | 2026-07-02T04:04:52.144Z | Downloaded pkg-config v0.3.32 |
| 872 | 2026-07-02T04:04:52.144Z | Downloaded pem v3.0.6 |
| 873 | 2026-07-02T04:04:52.144Z | Downloaded paste v1.0.15 |
| 874 | 2026-07-02T04:04:52.149Z | Downloaded psl-types v2.0.11 |
| 875 | 2026-07-02T04:04:52.149Z | Downloaded proc-macro-crate v3.4.0 |
| 876 | 2026-07-02T04:04:52.149Z | Downloaded proc-macro-crate v1.3.1 |
| 877 | 2026-07-02T04:04:52.153Z | Downloaded num-complex v0.4.6 |
| 878 | 2026-07-02T04:04:52.153Z | Downloaded quick-error v1.2.3 |
| 879 | 2026-07-02T04:04:52.153Z | Downloaded ml-kem v0.3.2 |
| 880 | 2026-07-02T04:04:52.153Z | Downloaded icu_locale_core v2.1.1 |
| 881 | 2026-07-02T04:04:52.156Z | Downloaded pin-project-lite v0.2.17 |
| 882 | 2026-07-02T04:04:52.160Z | Downloaded phf v0.12.1 |
| 883 | 2026-07-02T04:04:52.164Z | Downloaded polyval v0.7.1 |
| 884 | 2026-07-02T04:04:52.164Z | Downloaded poly1305 v0.8.0 |
| 885 | 2026-07-02T04:04:52.167Z | Downloaded postgres-protocol v0.6.10 |
| 886 | 2026-07-02T04:04:52.167Z | Downloaded icu_provider v2.1.1 |
| 887 | 2026-07-02T04:04:52.170Z | Downloaded pkcs8 v0.10.2 |
| 888 | 2026-07-02T04:04:52.173Z | Downloaded hashbrown v0.13.2 |
| 889 | 2026-07-02T04:04:52.173Z | Downloaded owo-colors v4.3.0 |
| 890 | 2026-07-02T04:04:52.176Z | Downloaded progenitor-macro v0.14.0 |
| 891 | 2026-07-02T04:04:52.176Z | Downloaded progenitor-macro v0.13.0 |
| 892 | 2026-07-02T04:04:52.179Z | Downloaded num_enum_derive v0.7.6 |
| 893 | 2026-07-02T04:04:52.179Z | Downloaded indexmap v1.9.3 |
| 894 | 2026-07-02T04:04:52.183Z | Downloaded rand_chacha v0.3.1 |
| 895 | 2026-07-02T04:04:52.186Z | Downloaded peg v0.8.5 |
| 896 | 2026-07-02T04:04:52.189Z | Downloaded radium v0.7.0 |
| 897 | 2026-07-02T04:04:52.193Z | Downloaded rand_xorshift v0.4.0 |
| 898 | 2026-07-02T04:04:52.196Z | Downloaded ref-cast-impl v1.0.25 |
| 899 | 2026-07-02T04:04:52.196Z | Downloaded primeorder v0.13.6 |
| 900 | 2026-07-02T04:04:52.196Z | Downloaded parking_lot_core v0.8.6 |
| 901 | 2026-07-02T04:04:52.199Z | Downloaded ref-cast v1.0.25 |
| 902 | 2026-07-02T04:04:52.202Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 903 | 2026-07-02T04:04:52.202Z | Downloaded predicates v3.1.4 |
| 904 | 2026-07-02T04:04:52.205Z | Downloaded num-traits v0.2.19 |
| 905 | 2026-07-02T04:04:52.209Z | Downloaded pin-project-internal v1.1.11 |
| 906 | 2026-07-02T04:04:52.209Z | Downloaded papergrid v0.17.0 |
| 907 | 2026-07-02T04:04:52.212Z | Downloaded crossterm v0.28.1 |
| 908 | 2026-07-02T04:04:52.215Z | Downloaded progenitor-extras v0.2.0 |
| 909 | 2026-07-02T04:04:52.218Z | Downloaded progenitor v0.13.0 |
| 910 | 2026-07-02T04:04:52.218Z | Downloaded primefield v0.14.0 |
| 911 | 2026-07-02T04:04:52.221Z | Downloaded recursive v0.1.1 |
| 912 | 2026-07-02T04:04:52.221Z | Downloaded rfc6979 v0.5.0 |
| 913 | 2026-07-02T04:04:52.221Z | Downloaded parking_lot_core v0.9.12 |
| 914 | 2026-07-02T04:04:52.224Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 915 | 2026-07-02T04:04:52.227Z | Downloaded progenitor-client v0.13.0 |
| 916 | 2026-07-02T04:04:52.227Z | Downloaded proc-macro-error2 v2.0.1 |
| 917 | 2026-07-02T04:04:52.230Z | Downloaded primeorder v0.14.0-rc.10 |
| 918 | 2026-07-02T04:04:52.231Z | Downloaded ppv-lite86 v0.2.21 |
| 919 | 2026-07-02T04:04:52.231Z | Downloaded rustc_version v0.1.7 |
| 920 | 2026-07-02T04:04:52.233Z | Downloaded rustc-hash v2.1.1 |
| 921 | 2026-07-02T04:04:52.234Z | Downloaded omicron-zone-package v0.12.3 |
| 922 | 2026-07-02T04:04:52.237Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 923 | 2026-07-02T04:04:52.240Z | Downloaded same-file v1.0.6 |
| 924 | 2026-07-02T04:04:52.240Z | Downloaded rustc_version v0.4.1 |
| 925 | 2026-07-02T04:04:52.244Z | Downloaded progenitor v0.14.0 |
| 926 | 2026-07-02T04:04:52.244Z | Downloaded miniz_oxide v0.8.9 |
| 927 | 2026-07-02T04:04:52.248Z | Downloaded russh-util v0.52.0 |
| 928 | 2026-07-02T04:04:52.248Z | Downloaded russh-cryptovec v0.61.0 |
| 929 | 2026-07-02T04:04:52.248Z | Downloaded parking_lot v0.11.2 |
| 930 | 2026-07-02T04:04:52.248Z | Downloaded rtoolbox v0.0.3 |
| 931 | 2026-07-02T04:04:52.251Z | Downloaded rand_core v0.10.0 |
| 932 | 2026-07-02T04:04:52.251Z | Downloaded rand_chacha v0.9.0 |
| 933 | 2026-07-02T04:04:52.251Z | Downloaded r2d2 v0.8.10 |
| 934 | 2026-07-02T04:04:52.254Z | Downloaded pkcs8 v0.11.0 |
| 935 | 2026-07-02T04:04:52.257Z | Downloaded scheduled-thread-pool v0.2.7 |
| 936 | 2026-07-02T04:04:52.257Z | Downloaded parking_lot v0.12.5 |
| 937 | 2026-07-02T04:04:52.260Z | Downloaded scroll_derive v0.13.1 |
| 938 | 2026-07-02T04:04:52.263Z | Downloaded postcard v1.1.3 |
| 939 | 2026-07-02T04:04:52.269Z | Downloaded rand_core v0.9.5 |
| 940 | 2026-07-02T04:04:52.272Z | Downloaded scopeguard v1.2.0 |
| 941 | 2026-07-02T04:04:52.272Z | Downloaded sapling-renderdag v0.1.0 |
| 942 | 2026-07-02T04:04:52.272Z | Downloaded rand_core v0.6.4 |
| 943 | 2026-07-02T04:04:52.275Z | Downloaded secrecy v0.8.0 |
| 944 | 2026-07-02T04:04:52.278Z | Downloaded semver v0.1.20 |
| 945 | 2026-07-02T04:04:52.278Z | Downloaded postgres-types v0.2.12 |
| 946 | 2026-07-02T04:04:52.282Z | Downloaded serde-big-array v0.5.1 |
| 947 | 2026-07-02T04:04:52.282Z | Downloaded oso v0.27.3 |
| 948 | 2026-07-02T04:04:52.285Z | Downloaded hickory-resolver v0.25.2 |
| 949 | 2026-07-02T04:04:52.289Z | Downloaded hyper-util v0.1.20 |
| 950 | 2026-07-02T04:04:52.293Z | Downloaded secrecy v0.10.3 |
| 951 | 2026-07-02T04:04:52.298Z | Downloaded serde_urlencoded v0.7.1 |
| 952 | 2026-07-02T04:04:52.301Z | Downloaded rfc6979 v0.4.0 |
| 953 | 2026-07-02T04:04:52.301Z | Downloaded pkcs5 v0.8.1 |
| 954 | 2026-07-02T04:04:52.304Z | Downloaded pin-project v1.1.11 |
| 955 | 2026-07-02T04:04:52.309Z | Downloaded serde_bytes v0.11.19 |
| 956 | 2026-07-02T04:04:52.313Z | Downloaded rustls-pemfile v2.2.0 |
| 957 | 2026-07-02T04:04:52.313Z | Downloaded serde_repr v0.1.20 |
| 958 | 2026-07-02T04:04:52.316Z | Downloaded serde_spanned v1.1.1 |
| 959 | 2026-07-02T04:04:52.316Z | Downloaded hickory-server v0.25.2 |
| 960 | 2026-07-02T04:04:52.319Z | Downloaded sha1 v0.10.6 |
| 961 | 2026-07-02T04:04:52.319Z | Downloaded rusty-fork v0.3.1 |
| 962 | 2026-07-02T04:04:52.322Z | Downloaded rustversion v1.0.22 |
| 963 | 2026-07-02T04:04:52.322Z | Downloaded poly1305 v0.9.0 |
| 964 | 2026-07-02T04:04:52.325Z | Downloaded pkcs1 v0.7.5 |
| 965 | 2026-07-02T04:04:52.325Z | Downloaded http v1.4.2 |
| 966 | 2026-07-02T04:04:52.328Z | Downloaded rand_seeder v0.4.0 |
| 967 | 2026-07-02T04:04:52.328Z | Downloaded bindgen v0.71.1 |
| 968 | 2026-07-02T04:04:52.332Z | Downloaded sha1 v0.11.0 |
| 969 | 2026-07-02T04:04:52.336Z | Downloaded psm v0.1.30 |
| 970 | 2026-07-02T04:04:52.339Z | Downloaded signal-hook-mio v0.2.5 |
| 971 | 2026-07-02T04:04:52.339Z | Downloaded quinn-udp v0.5.14 |
| 972 | 2026-07-02T04:04:52.339Z | Downloaded serde_plain v1.0.2 |
| 973 | 2026-07-02T04:04:52.343Z | Downloaded hashbrown v0.12.3 |
| 974 | 2026-07-02T04:04:52.347Z | Downloaded dropshot-api-manager v0.7.2 |
| 975 | 2026-07-02T04:04:52.350Z | Downloaded signature v2.2.0 |
| 976 | 2026-07-02T04:04:52.353Z | Downloaded signal-hook-tokio v0.3.1 |
| 977 | 2026-07-02T04:04:52.353Z | Downloaded slog-envlogger v2.2.0 |
| 978 | 2026-07-02T04:04:52.357Z | Downloaded siphasher v1.0.2 |
| 979 | 2026-07-02T04:04:52.357Z | Downloaded sigpipe v0.1.3 |
| 980 | 2026-07-02T04:04:52.357Z | Downloaded seq-macro v0.3.6 |
| 981 | 2026-07-02T04:04:52.357Z | Downloaded sec1 v0.8.1 |
| 982 | 2026-07-02T04:04:52.377Z | Downloaded slog-bunyan v2.5.0 |
| 983 | 2026-07-02T04:04:52.377Z | Downloaded jiff-static v0.2.21 |
| 984 | 2026-07-02T04:04:52.381Z | Downloaded sec1 v0.7.3 |
| 985 | 2026-07-02T04:04:52.381Z | Downloaded scrypt v0.12.0 |
| 986 | 2026-07-02T04:04:52.381Z | Downloaded curve25519-dalek v4.1.3 |
| 987 | 2026-07-02T04:04:52.382Z | Downloaded serde_path_to_error v0.1.20 |
| 988 | 2026-07-02T04:04:52.382Z | Downloaded serde_derive_internals v0.29.1 |
| 989 | 2026-07-02T04:04:52.382Z | Downloaded prefix-trie v0.7.0 |
| 990 | 2026-07-02T04:04:52.382Z | Downloaded resolv-conf v0.7.6 |
| 991 | 2026-07-02T04:04:52.382Z | Downloaded schemars_derive v0.8.22 |
| 992 | 2026-07-02T04:04:52.382Z | Downloaded p384 v0.14.0-rc.10 |
| 993 | 2026-07-02T04:04:52.385Z | Downloaded rustls-native-certs v0.8.3 |
| 994 | 2026-07-02T04:04:52.392Z | Downloaded serde-hex v0.1.0 |
| 995 | 2026-07-02T04:04:52.401Z | Downloaded openssl-sys v0.9.115 |
| 996 | 2026-07-02T04:04:52.407Z | Downloaded salsa20 v0.11.0 |
| 997 | 2026-07-02T04:04:52.413Z | Downloaded shlex v1.3.0 |
| 998 | 2026-07-02T04:04:52.416Z | Downloaded shell-words v1.1.1 |
| 999 | 2026-07-02T04:04:52.416Z | Downloaded sqlparser_derive v0.5.0 |
| 1000 | 2026-07-02T04:04:52.419Z | Downloaded stable_deref_trait v1.2.1 |
| 1001 | 2026-07-02T04:04:52.422Z | Downloaded rustls-pki-types v1.14.0 |
| 1002 | 2026-07-02T04:04:52.422Z | Downloaded serde_with_macros v1.5.2 |
| 1003 | 2026-07-02T04:04:52.425Z | Downloaded signal-hook-registry v1.4.8 |
| 1004 | 2026-07-02T04:04:52.428Z | Downloaded prettyplease v0.2.37 |
| 1005 | 2026-07-02T04:04:52.431Z | Downloaded slog-async v2.8.0 |
| 1006 | 2026-07-02T04:04:52.435Z | Downloaded strsim v0.10.0 |
| 1007 | 2026-07-02T04:04:52.438Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1008 | 2026-07-02T04:04:52.438Z | Downloaded subtle v2.6.1 |
| 1009 | 2026-07-02T04:04:52.438Z | Downloaded slab v0.4.12 |
| 1010 | 2026-07-02T04:04:52.441Z | Downloaded slog-term v2.9.2 |
| 1011 | 2026-07-02T04:04:52.441Z | Downloaded signature v3.0.0 |
| 1012 | 2026-07-02T04:04:52.444Z | Downloaded serdect v0.4.3 |
| 1013 | 2026-07-02T04:04:52.444Z | Downloaded progenitor-impl v0.13.0 |
| 1014 | 2026-07-02T04:04:52.444Z | Downloaded serde_cbor v0.11.2 |
| 1015 | 2026-07-02T04:04:52.448Z | Downloaded slog-dtrace v0.3.0 |
| 1016 | 2026-07-02T04:04:52.451Z | Downloaded itertools v0.10.5 |
| 1017 | 2026-07-02T04:04:52.454Z | Downloaded structmeta-derive v0.3.0 |
| 1018 | 2026-07-02T04:04:52.454Z | Downloaded tabled_derive v0.11.0 |
| 1019 | 2026-07-02T04:04:52.457Z | Downloaded sync_wrapper v1.0.2 |
| 1020 | 2026-07-02T04:04:52.457Z | Downloaded minimal-lexical v0.2.1 |
| 1021 | 2026-07-02T04:04:52.460Z | Downloaded simd-adler32 v0.3.8 |
| 1022 | 2026-07-02T04:04:52.460Z | Downloaded smallvec v0.6.14 |
| 1023 | 2026-07-02T04:04:52.463Z | Downloaded strum v0.26.3 |
| 1024 | 2026-07-02T04:04:52.463Z | Downloaded slog-stdlog v4.1.1 |
| 1025 | 2026-07-02T04:04:52.463Z | Downloaded strum v0.27.2 |
| 1026 | 2026-07-02T04:04:52.463Z | Downloaded slog-scope v4.4.1 |
| 1027 | 2026-07-02T04:04:52.466Z | Downloaded structmeta v0.3.0 |
| 1028 | 2026-07-02T04:04:52.466Z | Downloaded slog-json v2.6.1 |
| 1029 | 2026-07-02T04:04:52.467Z | Downloaded p256 v0.14.0-rc.10 |
| 1030 | 2026-07-02T04:04:52.471Z | Downloaded tagptr v0.2.0 |
| 1031 | 2026-07-02T04:04:52.471Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-07-02T04:04:52.474Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-07-02T04:04:52.474Z | Downloaded mio v1.2.0 |
| 1034 | 2026-07-02T04:04:52.477Z | Downloaded smf v0.2.3 |
| 1035 | 2026-07-02T04:04:52.477Z | Downloaded serde_with_macros v3.17.0 |
| 1036 | 2026-07-02T04:04:52.477Z | Downloaded termtree v0.5.1 |
| 1037 | 2026-07-02T04:04:52.480Z | Downloaded tabwriter v1.4.1 |
| 1038 | 2026-07-02T04:04:52.480Z | Downloaded pretty_assertions v1.4.1 |
| 1039 | 2026-07-02T04:04:52.480Z | Downloaded progenitor-impl v0.14.0 |
| 1040 | 2026-07-02T04:04:52.484Z | Downloaded rcgen v0.12.1 |
| 1041 | 2026-07-02T04:04:52.484Z | Downloaded ryu v1.0.23 |
| 1042 | 2026-07-02T04:04:52.487Z | Downloaded num-bigint v0.4.6 |
| 1043 | 2026-07-02T04:04:52.490Z | Downloaded sha2 v0.11.0 |
| 1044 | 2026-07-02T04:04:52.493Z | Downloaded thread-id v5.1.0 |
| 1045 | 2026-07-02T04:04:52.493Z | Downloaded snafu-derive v0.8.9 |
| 1046 | 2026-07-02T04:04:52.493Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1047 | 2026-07-02T04:04:52.496Z | Downloaded testing_table v0.3.0 |
| 1048 | 2026-07-02T04:04:52.496Z | Downloaded tap v1.0.1 |
| 1049 | 2026-07-02T04:04:52.496Z | Downloaded stacker v0.1.23 |
| 1050 | 2026-07-02T04:04:52.499Z | Downloaded tinyvec_macros v0.1.1 |
| 1051 | 2026-07-02T04:04:52.499Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1052 | 2026-07-02T04:04:52.499Z | Downloaded schemars v0.8.22 |
| 1053 | 2026-07-02T04:04:52.505Z | Downloaded hashbrown v0.16.1 |
| 1054 | 2026-07-02T04:04:52.508Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1055 | 2026-07-02T04:04:52.511Z | Downloaded spki v0.8.0 |
| 1056 | 2026-07-02T04:04:52.514Z | Downloaded spki v0.7.3 |
| 1057 | 2026-07-02T04:04:52.514Z | Downloaded stringprep v0.1.5 |
| 1058 | 2026-07-02T04:04:52.514Z | Downloaded scroll v0.13.0 |
| 1059 | 2026-07-02T04:04:52.517Z | Downloaded take_mut v0.2.2 |
| 1060 | 2026-07-02T04:04:52.517Z | Downloaded publicsuffix v2.3.0 |
| 1061 | 2026-07-02T04:04:52.520Z | Downloaded ron v0.8.1 |
| 1062 | 2026-07-02T04:04:52.524Z | Downloaded synstructure v0.13.2 |
| 1063 | 2026-07-02T04:04:52.524Z | Downloaded support-bundle-viewer v0.1.2 |
| 1064 | 2026-07-02T04:04:52.524Z | Downloaded string_cache v0.8.9 |
| 1065 | 2026-07-02T04:04:52.527Z | Downloaded static_assertions v1.1.0 |
| 1066 | 2026-07-02T04:04:52.527Z | Downloaded blake3 v1.8.5 |
| 1067 | 2026-07-02T04:04:52.535Z | Downloaded strum_macros v0.24.3 |
| 1068 | 2026-07-02T04:04:52.539Z | Downloaded chrono v0.4.44 |
| 1069 | 2026-07-02T04:04:52.542Z | Downloaded tokio-macros v2.7.0 |
| 1070 | 2026-07-02T04:04:52.545Z | Downloaded strum_macros v0.26.4 |
| 1071 | 2026-07-02T04:04:52.545Z | Downloaded aws-lc-rs v1.16.3 |
| 1072 | 2026-07-02T04:04:52.550Z | Downloaded tokio-test v0.4.5 |
| 1073 | 2026-07-02T04:04:52.553Z | Downloaded bitvec v1.0.1 |
| 1074 | 2026-07-02T04:04:52.561Z | Downloaded sqlformat v0.3.5 |
| 1075 | 2026-07-02T04:04:52.564Z | Downloaded time-macros v0.2.27 |
| 1076 | 2026-07-02T04:04:52.567Z | Downloaded topological-sort v0.2.2 |
| 1077 | 2026-07-02T04:04:52.567Z | Downloaded thiserror-no-std v2.0.2 |
| 1078 | 2026-07-02T04:04:52.567Z | Downloaded tower-layer v0.3.3 |
| 1079 | 2026-07-02T04:04:52.570Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1080 | 2026-07-02T04:04:52.570Z | Downloaded thread_local v1.1.9 |
| 1081 | 2026-07-02T04:04:52.570Z | Downloaded schemars v0.9.0 |
| 1082 | 2026-07-02T04:04:52.577Z | Downloaded rand v0.8.6 |
| 1083 | 2026-07-02T04:04:52.580Z | Downloaded itertools v0.13.0 |
| 1084 | 2026-07-02T04:04:52.583Z | Downloaded spin v0.9.8 |
| 1085 | 2026-07-02T04:04:52.587Z | Downloaded try-lock v0.2.5 |
| 1086 | 2026-07-02T04:04:52.587Z | Downloaded unarray v0.1.4 |
| 1087 | 2026-07-02T04:04:52.587Z | Downloaded tower-service v0.3.3 |
| 1088 | 2026-07-02T04:04:52.591Z | Downloaded slog v2.8.2 |
| 1089 | 2026-07-02T04:04:52.591Z | Downloaded iddqd v0.4.2 |
| 1090 | 2026-07-02T04:04:52.594Z | Downloaded tls_codec v0.4.2 |
| 1091 | 2026-07-02T04:04:52.597Z | Downloaded num-bigint-dig v0.8.6 |
| 1092 | 2026-07-02T04:04:52.600Z | Downloaded untrusted v0.7.1 |
| 1093 | 2026-07-02T04:04:52.600Z | Downloaded universal-hash v0.5.1 |
| 1094 | 2026-07-02T04:04:52.603Z | Downloaded unit-prefix v0.5.2 |
| 1095 | 2026-07-02T04:04:52.603Z | Downloaded unicode-xid v0.2.6 |
| 1096 | 2026-07-02T04:04:52.603Z | Downloaded iri-string v0.7.10 |
| 1097 | 2026-07-02T04:04:52.607Z | Downloaded strum_macros v0.27.2 |
| 1098 | 2026-07-02T04:04:52.610Z | Downloaded p521 v0.14.0-rc.10 |
| 1099 | 2026-07-02T04:04:52.613Z | Downloaded typify-macro v0.6.2 |
| 1100 | 2026-07-02T04:04:52.613Z | Downloaded rsa v0.9.10 |
| 1101 | 2026-07-02T04:04:52.616Z | Downloaded similar v2.7.0 |
| 1102 | 2026-07-02T04:04:52.619Z | Downloaded tokio-dtrace v0.1.1 |
| 1103 | 2026-07-02T04:04:52.619Z | Downloaded icu_properties_data v2.1.2 |
| 1104 | 2026-07-02T04:04:52.623Z | Downloaded utf8_iter v1.0.4 |
| 1105 | 2026-07-02T04:04:52.626Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2026-07-02T04:04:52.626Z | Downloaded usdt v0.6.0 |
| 1107 | 2026-07-02T04:04:52.626Z | Downloaded usdt-attr-macro v0.6.0 |
| 1108 | 2026-07-02T04:04:52.626Z | Downloaded socket2 v0.6.3 |
| 1109 | 2026-07-02T04:04:52.629Z | Downloaded term v1.2.1 |
| 1110 | 2026-07-02T04:04:52.629Z | Downloaded itertools v0.14.0 |
| 1111 | 2026-07-02T04:04:52.633Z | Downloaded nom v8.0.0 |
| 1112 | 2026-07-02T04:04:52.637Z | Downloaded socket2 v0.5.10 |
| 1113 | 2026-07-02T04:04:52.640Z | Downloaded wait-timeout v0.2.1 |
| 1114 | 2026-07-02T04:04:52.641Z | Downloaded libm v0.2.16 |
| 1115 | 2026-07-02T04:04:52.644Z | Downloaded usdt-macro v0.6.0 |
| 1116 | 2026-07-02T04:04:52.648Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1117 | 2026-07-02T04:04:52.648Z | Downloaded void v1.0.2 |
| 1118 | 2026-07-02T04:04:52.648Z | Downloaded signal-hook v0.3.18 |
| 1119 | 2026-07-02T04:04:52.648Z | Downloaded futures-util v0.3.32 |
| 1120 | 2026-07-02T04:04:52.654Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1121 | 2026-07-02T04:04:52.657Z | Downloaded tinystr v0.8.2 |
| 1122 | 2026-07-02T04:04:52.657Z | Downloaded term v0.7.0 |
| 1123 | 2026-07-02T04:04:52.660Z | Downloaded tui-tree-widget v0.23.1 |
| 1124 | 2026-07-02T04:04:52.660Z | Downloaded libxml v0.3.3 |
| 1125 | 2026-07-02T04:04:52.663Z | Downloaded schemars v1.2.1 |
| 1126 | 2026-07-02T04:04:52.671Z | Downloaded yoke-derive v0.8.1 |
| 1127 | 2026-07-02T04:04:52.674Z | Downloaded want v0.3.1 |
| 1128 | 2026-07-02T04:04:52.674Z | Downloaded waitgroup v0.1.2 |
| 1129 | 2026-07-02T04:04:52.674Z | Downloaded universal-hash v0.6.1 |
| 1130 | 2026-07-02T04:04:52.677Z | Downloaded trait-variant v0.1.2 |
| 1131 | 2026-07-02T04:04:52.677Z | Downloaded qorb v0.4.1 |
| 1132 | 2026-07-02T04:04:52.680Z | Downloaded rand v0.9.2 |
| 1133 | 2026-07-02T04:04:52.680Z | Downloaded hkdf v0.13.0 |
| 1134 | 2026-07-02T04:04:52.684Z | Downloaded snafu v0.8.9 |
| 1135 | 2026-07-02T04:04:52.687Z | Downloaded unicase v2.9.0 |
| 1136 | 2026-07-02T04:04:52.687Z | Downloaded tokio-rustls v0.26.4 |
| 1137 | 2026-07-02T04:04:52.690Z | Downloaded zerofrom-derive v0.1.6 |
| 1138 | 2026-07-02T04:04:52.690Z | Downloaded xattr v1.6.1 |
| 1139 | 2026-07-02T04:04:52.690Z | Downloaded hkdf v0.12.4 |
| 1140 | 2026-07-02T04:04:52.694Z | Downloaded tokio-native-tls v0.3.1 |
| 1141 | 2026-07-02T04:04:52.694Z | Downloaded zeroize_derive v1.4.3 |
| 1142 | 2026-07-02T04:04:52.694Z | Downloaded zerofrom v0.1.6 |
| 1143 | 2026-07-02T04:04:52.694Z | Downloaded rustls-webpki v0.103.13 |
| 1144 | 2026-07-02T04:04:52.697Z | Downloaded untrusted v0.9.0 |
| 1145 | 2026-07-02T04:04:52.697Z | Downloaded rand v0.10.1 |
| 1146 | 2026-07-02T04:04:52.700Z | Downloaded zone v0.3.1 |
| 1147 | 2026-07-02T04:04:52.700Z | Downloaded unicode-truncate v1.1.0 |
| 1148 | 2026-07-02T04:04:52.705Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1149 | 2026-07-02T04:04:52.705Z | Downloaded tokio-tungstenite v0.23.1 |
| 1150 | 2026-07-02T04:04:52.705Z | Downloaded tokio-tungstenite v0.21.0 |
| 1151 | 2026-07-02T04:04:52.705Z | Downloaded xshell-macros v0.2.7 |
| 1152 | 2026-07-02T04:04:52.708Z | Downloaded samael v0.0.19 |
| 1153 | 2026-07-02T04:04:52.713Z | Downloaded vergen-lib v0.1.6 |
| 1154 | 2026-07-02T04:04:52.713Z | Downloaded tokio-stream v0.1.18 |
| 1155 | 2026-07-02T04:04:52.717Z | Downloaded test-strategy v0.4.5 |
| 1156 | 2026-07-02T04:04:52.717Z | Downloaded tracing-attributes v0.1.31 |
| 1157 | 2026-07-02T04:04:52.717Z | Downloaded vergen-gitcl v1.0.8 |
| 1158 | 2026-07-02T04:04:52.721Z | Downloaded vergen-git2 v9.1.0 |
| 1159 | 2026-07-02T04:04:52.721Z | Downloaded vergen-lib v9.1.0 |
| 1160 | 2026-07-02T04:04:52.721Z | Downloaded usdt-impl v0.6.0 |
| 1161 | 2026-07-02T04:04:52.721Z | Downloaded rsa v0.10.0-rc.18 |
| 1162 | 2026-07-02T04:04:52.724Z | Downloaded tiny-keccak v2.0.2 |
| 1163 | 2026-07-02T04:04:52.727Z | Downloaded zone_cfg_derive v0.3.1 |
| 1164 | 2026-07-02T04:04:52.727Z | Downloaded nom v7.1.3 |
| 1165 | 2026-07-02T04:04:52.730Z | Downloaded tinyvec v1.10.0 |
| 1166 | 2026-07-02T04:04:52.733Z | Downloaded hyper v1.10.1 |
| 1167 | 2026-07-02T04:04:52.737Z | Downloaded wyz v0.5.1 |
| 1168 | 2026-07-02T04:04:52.740Z | Downloaded writeable v0.6.2 |
| 1169 | 2026-07-02T04:04:52.740Z | Downloaded whoami v2.1.0 |
| 1170 | 2026-07-02T04:04:52.740Z | Downloaded vsss-rs v3.3.4 |
| 1171 | 2026-07-02T04:04:52.743Z | Downloaded tls_codec_derive v0.4.2 |
| 1172 | 2026-07-02T04:04:52.743Z | Downloaded time-core v0.1.8 |
| 1173 | 2026-07-02T04:04:52.744Z | Downloaded rayon-core v1.13.0 |
| 1174 | 2026-07-02T04:04:52.747Z | Downloaded itertools v0.12.1 |
| 1175 | 2026-07-02T04:04:52.750Z | Downloaded walkdir v2.5.0 |
| 1176 | 2026-07-02T04:04:52.753Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1177 | 2026-07-02T04:04:52.753Z | Downloaded uzers v0.12.2 |
| 1178 | 2026-07-02T04:04:52.753Z | Downloaded subprocess v0.2.15 |
| 1179 | 2026-07-02T04:04:52.756Z | Downloaded unicode-properties v0.1.4 |
| 1180 | 2026-07-02T04:04:52.759Z | Downloaded hashbrown v0.15.5 |
| 1181 | 2026-07-02T04:04:52.759Z | Downloaded termios v0.3.3 |
| 1182 | 2026-07-02T04:04:52.762Z | Downloaded git2 v0.20.4 |
| 1183 | 2026-07-02T04:04:52.765Z | Downloaded whoami v1.6.1 |
| 1184 | 2026-07-02T04:04:52.769Z | Downloaded twox-hash v2.1.2 |
| 1185 | 2026-07-02T04:04:52.769Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1186 | 2026-07-02T04:04:52.772Z | Downloaded quinn v0.11.9 |
| 1187 | 2026-07-02T04:04:52.772Z | Downloaded idna v1.1.0 |
| 1188 | 2026-07-02T04:04:52.775Z | Downloaded smallvec v1.15.1 |
| 1189 | 2026-07-02T04:04:52.778Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-07-02T04:04:52.781Z | Downloaded zstd-safe v7.2.4 |
| 1191 | 2026-07-02T04:04:52.781Z | Downloaded h2 v0.4.15 |
| 1192 | 2026-07-02T04:04:52.785Z | Downloaded zstd v0.13.3 |
| 1193 | 2026-07-02T04:04:52.788Z | Downloaded tungstenite v0.21.0 |
| 1194 | 2026-07-02T04:04:52.791Z | Downloaded zerovec-derive v0.11.2 |
| 1195 | 2026-07-02T04:04:52.791Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-07-02T04:04:52.791Z | Downloaded serde_with v1.14.0 |
| 1197 | 2026-07-02T04:04:52.795Z | Downloaded rustyline v14.0.0 |
| 1198 | 2026-07-02T04:04:52.798Z | Downloaded yoke v0.8.1 |
| 1199 | 2026-07-02T04:04:52.801Z | Downloaded unsafe-libyaml v0.2.11 |
| 1200 | 2026-07-02T04:04:52.804Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1201 | 2026-07-02T04:04:52.804Z | Downloaded tar v0.4.45 |
| 1202 | 2026-07-02T04:04:52.807Z | Downloaded typify v0.6.2 |
| 1203 | 2026-07-02T04:04:52.810Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-07-02T04:04:52.810Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1205 | 2026-07-02T04:04:52.813Z | Downloaded tungstenite v0.23.0 |
| 1206 | 2026-07-02T04:04:52.816Z | Downloaded tracing-core v0.1.36 |
| 1207 | 2026-07-02T04:04:52.819Z | Downloaded vte v0.14.1 |
| 1208 | 2026-07-02T04:04:52.824Z | Downloaded steno v0.4.1 |
| 1209 | 2026-07-02T04:04:52.833Z | Downloaded unicode-bidi v0.3.18 |
| 1210 | 2026-07-02T04:04:52.836Z | Downloaded yasna v0.5.2 |
| 1211 | 2026-07-02T04:04:52.839Z | Downloaded rpassword v7.4.0 |
| 1212 | 2026-07-02T04:04:52.839Z | Downloaded p384 v0.13.1 |
| 1213 | 2026-07-02T04:04:52.842Z | Downloaded vergen v9.1.0 |
| 1214 | 2026-07-02T04:04:52.845Z | Downloaded tokio-postgres v0.7.16 |
| 1215 | 2026-07-02T04:04:52.848Z | Downloaded toml v0.7.8 |
| 1216 | 2026-07-02T04:04:52.851Z | Downloaded lalrpop v0.19.12 |
| 1217 | 2026-07-02T04:04:52.862Z | Downloaded regex v1.12.3 |
| 1218 | 2026-07-02T04:04:52.873Z | Downloaded url v2.5.8 |
| 1219 | 2026-07-02T04:04:52.876Z | Downloaded unicode_categories v0.1.1 |
| 1220 | 2026-07-02T04:04:52.890Z | Downloaded zip v0.6.6 |
| 1221 | 2026-07-02T04:04:52.893Z | Downloaded uuid v1.23.4 |
| 1222 | 2026-07-02T04:04:52.896Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-07-02T04:04:52.896Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-07-02T04:04:52.920Z | Downloaded zerocopy-derive v0.8.40 |
| 1225 | 2026-07-02T04:04:52.927Z | Downloaded reqwest v0.13.2 |
| 1226 | 2026-07-02T04:04:52.927Z | Downloaded reqwest v0.12.28 |
| 1227 | 2026-07-02T04:04:52.934Z | Downloaded toml_edit v0.19.15 |
| 1228 | 2026-07-02T04:04:52.946Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-07-02T04:04:52.957Z | Downloaded proptest v1.10.0 |
| 1230 | 2026-07-02T04:04:52.957Z | Downloaded zerotrie v0.2.3 |
| 1231 | 2026-07-02T04:04:52.957Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1232 | 2026-07-02T04:04:52.968Z | Downloaded reedline v0.40.0 |
| 1233 | 2026-07-02T04:04:52.968Z | Downloaded rayon v1.11.0 |
| 1234 | 2026-07-02T04:04:52.979Z | Downloaded x509-cert v0.2.5 |
| 1235 | 2026-07-02T04:04:52.979Z | Downloaded unicode-normalization v0.1.25 |
| 1236 | 2026-07-02T04:04:52.979Z | Downloaded salty v0.3.0 |
| 1237 | 2026-07-02T04:04:52.987Z | Downloaded petname v2.0.2 |
| 1238 | 2026-07-02T04:04:52.987Z | Downloaded tower v0.5.3 |
| 1239 | 2026-07-02T04:04:53.001Z | Downloaded tokio-util v0.7.18 |
| 1240 | 2026-07-02T04:04:53.001Z | Downloaded quick-xml v0.37.5 |
| 1241 | 2026-07-02T04:04:53.013Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-07-02T04:04:53.022Z | Downloaded moka v0.12.13 |
| 1243 | 2026-07-02T04:04:53.022Z | Downloaded zip v4.6.1 |
| 1244 | 2026-07-02T04:04:53.025Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1245 | 2026-07-02T04:04:53.030Z | Downloaded russh v0.61.2 |
| 1246 | 2026-07-02T04:04:53.035Z | Downloaded bstr v1.12.1 |
| 1247 | 2026-07-02T04:04:53.041Z | Downloaded dropshot v0.17.1 |
| 1248 | 2026-07-02T04:04:53.056Z | Downloaded typed-path v0.9.3 |
| 1249 | 2026-07-02T04:04:53.066Z | Downloaded tough v0.22.0 |
| 1250 | 2026-07-02T04:04:53.069Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-07-02T04:04:53.074Z | Downloaded goblin v0.10.5 |
| 1252 | 2026-07-02T04:04:53.082Z | Downloaded openssl v0.10.79 |
| 1253 | 2026-07-02T04:04:53.086Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-07-02T04:04:53.093Z | Downloaded time v0.3.47 |
| 1255 | 2026-07-02T04:04:53.101Z | Downloaded zerovec v0.11.5 |
| 1256 | 2026-07-02T04:04:53.106Z | Downloaded regex-syntax v0.6.29 |
| 1257 | 2026-07-02T04:04:53.109Z | Downloaded nix v0.27.1 |
| 1258 | 2026-07-02T04:04:53.113Z | Downloaded smoltcp v0.9.1 |
| 1259 | 2026-07-02T04:04:53.119Z | Downloaded zlib-rs v0.6.2 |
| 1260 | 2026-07-02T04:04:53.122Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-07-02T04:04:53.129Z | Downloaded object v0.37.3 |
| 1262 | 2026-07-02T04:04:53.135Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-07-02T04:04:53.138Z | Downloaded regress v0.10.5 |
| 1264 | 2026-07-02T04:04:53.143Z | Downloaded object v0.30.4 |
| 1265 | 2026-07-02T04:04:53.150Z | Downloaded winnow v0.5.40 |
| 1266 | 2026-07-02T04:04:53.153Z | Downloaded zerocopy v0.8.40 |
| 1267 | 2026-07-02T04:04:53.158Z | Downloaded smoltcp v0.11.0 |
| 1268 | 2026-07-02T04:04:53.165Z | Downloaded rustix v0.38.44 |
| 1269 | 2026-07-02T04:04:53.178Z | Downloaded regex-syntax v0.8.10 |
| 1270 | 2026-07-02T04:04:53.182Z | Downloaded winnow v0.6.26 |
| 1271 | 2026-07-02T04:04:53.187Z | Downloaded quinn-proto v0.11.13 |
| 1272 | 2026-07-02T04:04:53.191Z | Downloaded nix v0.31.2 |
| 1273 | 2026-07-02T04:04:53.201Z | Downloaded winnow v1.0.3 |
| 1274 | 2026-07-02T04:04:53.208Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-07-02T04:04:53.216Z | Downloaded hickory-proto v0.24.4 |
| 1276 | 2026-07-02T04:04:53.224Z | Downloaded tracing v0.1.44 |
| 1277 | 2026-07-02T04:04:53.237Z | Downloaded tabled v0.20.0 |
| 1278 | 2026-07-02T04:04:53.246Z | Downloaded sha3 v0.11.0 |
| 1279 | 2026-07-02T04:04:53.249Z | Downloaded sled v0.34.7 |
| 1280 | 2026-07-02T04:04:53.254Z | Downloaded vcpkg v0.2.15 |
| 1281 | 2026-07-02T04:04:53.277Z | Downloaded nix v0.28.0 |
| 1282 | 2026-07-02T04:04:53.288Z | Downloaded hickory-proto v0.25.2 |
| 1283 | 2026-07-02T04:04:53.309Z | Downloaded csv v1.4.0 |
| 1284 | 2026-07-02T04:04:53.322Z | Downloaded sha3 v0.10.8 |
| 1285 | 2026-07-02T04:04:53.340Z | Downloaded regress v0.11.1 |
| 1286 | 2026-07-02T04:04:53.366Z | Downloaded ring v0.17.14 |
| 1287 | 2026-07-02T04:04:53.419Z | Downloaded rustls v0.23.41 |
| 1288 | 2026-07-02T04:04:53.464Z | Downloaded sqlparser v0.61.0 |
| 1289 | 2026-07-02T04:04:53.474Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1290 | 2026-07-02T04:04:53.498Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-07-02T04:04:53.503Z | Downloaded fiat-crypto v0.3.0 |
| 1292 | 2026-07-02T04:04:53.511Z | Downloaded ratatui v0.29.0 |
| 1293 | 2026-07-02T04:04:53.556Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-07-02T04:04:53.572Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-07-02T04:04:53.578Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-07-02T04:04:53.618Z | Downloaded jiff v0.2.21 |
| 1297 | 2026-07-02T04:04:53.631Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-07-02T04:04:53.641Z | Downloaded petgraph v0.8.3 |
| 1299 | 2026-07-02T04:04:53.693Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-07-02T04:04:53.708Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-07-02T04:04:53.722Z | Downloaded tokio v1.52.1 |
| 1302 | 2026-07-02T04:04:53.790Z | Downloaded encoding_rs v0.8.35 |
| 1303 | 2026-07-02T04:04:53.855Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1304 | 2026-07-02T04:04:54.374Z | Downloaded aws-lc-sys v0.40.0 |
| 1305 | 2026-07-02T04:04:54.624Z | Compiling libc v0.2.185 |
| 1306 | 2026-07-02T04:04:54.624Z | Compiling serde_core v1.0.228 |
| 1307 | 2026-07-02T04:04:54.624Z | Compiling serde v1.0.228 |
| 1308 | 2026-07-02T04:04:54.627Z | Compiling log v0.4.29 |
| 1309 | 2026-07-02T04:04:54.627Z | Compiling smallvec v1.15.1 |
| 1310 | 2026-07-02T04:04:54.627Z | Compiling find-msvc-tools v0.1.9 |
| 1311 | 2026-07-02T04:04:54.627Z | Compiling shlex v1.3.0 |
| 1312 | 2026-07-02T04:04:54.761Z | Compiling syn v2.0.117 |
| 1313 | 2026-07-02T04:04:54.960Z | Compiling subtle v2.6.1 |
| 1314 | 2026-07-02T04:04:54.972Z | Compiling scopeguard v1.2.0 |
| 1315 | 2026-07-02T04:04:54.984Z | Compiling stable_deref_trait v1.2.1 |
| 1316 | 2026-07-02T04:04:55.063Z | Compiling lock_api v0.4.14 |
| 1317 | 2026-07-02T04:04:55.101Z | Compiling typenum v1.20.1 |
| 1318 | 2026-07-02T04:04:55.106Z | Compiling serde_json v1.0.150 |
| 1319 | 2026-07-02T04:04:55.113Z | Compiling portable-atomic v1.13.1 |
| 1320 | 2026-07-02T04:04:55.152Z | Compiling zerocopy v0.8.40 |
| 1321 | 2026-07-02T04:04:55.294Z | Compiling parking_lot_core v0.9.12 |
| 1322 | 2026-07-02T04:04:55.324Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-07-02T04:04:55.419Z | Compiling pkg-config v0.3.32 |
| 1324 | 2026-07-02T04:04:55.573Z | Compiling critical-section v1.2.0 |
| 1325 | 2026-07-02T04:04:55.603Z | Compiling jobserver v0.1.34 |
| 1326 | 2026-07-02T04:04:55.628Z | Compiling errno v0.3.14 |
| 1327 | 2026-07-02T04:04:55.676Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-07-02T04:04:55.772Z | Compiling signal-hook-registry v1.4.8 |
| 1329 | 2026-07-02T04:04:55.876Z | Compiling cc v1.2.56 |
| 1330 | 2026-07-02T04:04:55.895Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-07-02T04:04:55.961Z | Compiling futures-core v0.3.32 |
| 1332 | 2026-07-02T04:04:56.040Z | Compiling getrandom v0.4.1 |
| 1333 | 2026-07-02T04:04:56.116Z | Compiling once_cell v1.21.3 |
| 1334 | 2026-07-02T04:04:56.156Z | Compiling libm v0.2.16 |
| 1335 | 2026-07-02T04:04:56.172Z | Compiling parking_lot v0.12.5 |
| 1336 | 2026-07-02T04:04:56.232Z | Compiling mio v1.2.0 |
| 1337 | 2026-07-02T04:04:56.330Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-07-02T04:04:56.412Z | Compiling generic-array v0.14.7 |
| 1339 | 2026-07-02T04:04:56.489Z | Compiling rand_core v0.10.0 |
| 1340 | 2026-07-02T04:04:56.528Z | Compiling const-oid v0.9.6 |
| 1341 | 2026-07-02T04:04:56.692Z | Compiling writeable v0.6.2 |
| 1342 | 2026-07-02T04:04:56.706Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-07-02T04:04:56.986Z | Compiling bitflags v2.11.0 |
| 1344 | 2026-07-02T04:04:57.013Z | Compiling litemap v0.8.1 |
| 1345 | 2026-07-02T04:04:57.034Z | Compiling semver v1.0.28 |
| 1346 | 2026-07-02T04:04:57.205Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-07-02T04:04:57.213Z | Compiling icu_properties_data v2.1.2 |
| 1348 | 2026-07-02T04:04:57.359Z | Compiling icu_normalizer_data v2.1.1 |
| 1349 | 2026-07-02T04:04:57.382Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-07-02T04:04:57.531Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-07-02T04:04:57.574Z | Compiling synstructure v0.13.2 |
| 1352 | 2026-07-02T04:04:57.615Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-07-02T04:04:57.663Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-07-02T04:04:57.761Z | Compiling slab v0.4.12 |
| 1355 | 2026-07-02T04:04:57.778Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-07-02T04:04:57.835Z | Compiling utf8_iter v1.0.4 |
| 1357 | 2026-07-02T04:04:57.849Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-07-02T04:04:57.947Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-07-02T04:04:57.985Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-07-02T04:04:58.098Z | Compiling cmake v0.1.57 |
| 1361 | 2026-07-02T04:04:58.125Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-07-02T04:04:58.168Z | Compiling dunce v1.0.5 |
| 1363 | 2026-07-02T04:04:58.189Z | Compiling rustix v1.1.3 |
| 1364 | 2026-07-02T04:04:58.265Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-07-02T04:04:58.389Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-07-02T04:04:58.403Z | Compiling regex-syntax v0.8.10 |
| 1367 | 2026-07-02T04:04:58.439Z | Compiling vcpkg v0.2.15 |
| 1368 | 2026-07-02T04:04:58.495Z | Compiling aws-lc-sys v0.40.0 |
| 1369 | 2026-07-02T04:04:58.594Z | Compiling base64ct v1.8.3 |
| 1370 | 2026-07-02T04:04:58.870Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-07-02T04:04:58.886Z | Compiling pem-rfc7468 v0.7.0 |
| 1372 | 2026-07-02T04:04:58.900Z | Compiling rustc_version v0.4.1 |
| 1373 | 2026-07-02T04:04:59.155Z | Compiling uuid v1.23.4 |
| 1374 | 2026-07-02T04:04:59.182Z | Compiling openssl-sys v0.9.115 |
| 1375 | 2026-07-02T04:04:59.195Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-07-02T04:04:59.235Z | Compiling base64 v0.22.1 |
| 1377 | 2026-07-02T04:04:59.308Z | Compiling serde_derive v1.0.228 |
| 1378 | 2026-07-02T04:04:59.564Z | Compiling zeroize_derive v1.4.3 |
| 1379 | 2026-07-02T04:04:59.736Z | Compiling zerofrom-derive v0.1.6 |
| 1380 | 2026-07-02T04:04:59.758Z | Compiling yoke-derive v0.8.1 |
| 1381 | 2026-07-02T04:04:59.910Z | Compiling zerovec-derive v0.11.2 |
| 1382 | 2026-07-02T04:04:59.931Z | Compiling zerocopy-derive v0.8.40 |
| 1383 | 2026-07-02T04:05:00.242Z | Compiling zeroize v1.8.2 |
| 1384 | 2026-07-02T04:05:00.452Z | Compiling displaydoc v0.2.5 |
| 1385 | 2026-07-02T04:05:00.972Z | Compiling tokio-macros v2.7.0 |
| 1386 | 2026-07-02T04:05:01.093Z | Compiling futures-macro v0.3.32 |
| 1387 | 2026-07-02T04:05:01.174Z | Compiling zerofrom v0.1.6 |
| 1388 | 2026-07-02T04:05:01.231Z | Compiling thiserror-impl v2.0.18 |
| 1389 | 2026-07-02T04:05:01.304Z | Compiling yoke v0.8.1 |
| 1390 | 2026-07-02T04:05:01.386Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-07-02T04:05:01.484Z | Compiling zerovec v0.11.5 |
| 1392 | 2026-07-02T04:05:01.552Z | Compiling zerotrie v0.2.3 |
| 1393 | 2026-07-02T04:05:01.731Z | Compiling crypto-common v0.1.7 |
| 1394 | 2026-07-02T04:05:01.846Z | Compiling tracing-attributes v0.1.31 |
| 1395 | 2026-07-02T04:05:01.952Z | Compiling digest v0.10.7 |
| 1396 | 2026-07-02T04:05:01.982Z | Compiling futures-util v0.3.32 |
| 1397 | 2026-07-02T04:05:02.059Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-07-02T04:05:02.202Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-07-02T04:05:02.265Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-07-02T04:05:02.370Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-07-02T04:05:02.624Z | Compiling der_derive v0.7.3 |
| 1402 | 2026-07-02T04:05:02.850Z | Compiling bytes v1.11.1 |
| 1403 | 2026-07-02T04:05:02.907Z | Compiling icu_provider v2.1.1 |
| 1404 | 2026-07-02T04:05:03.158Z | Compiling icu_properties v2.1.2 |
| 1405 | 2026-07-02T04:05:03.203Z | Compiling icu_normalizer v2.1.1 |
| 1406 | 2026-07-02T04:05:03.218Z | Compiling chrono v0.4.44 |
| 1407 | 2026-07-02T04:05:03.472Z | Compiling tokio v1.52.1 |
| 1408 | 2026-07-02T04:05:03.600Z | Compiling http v1.4.2 |
| 1409 | 2026-07-02T04:05:03.741Z | Compiling flagset v0.4.7 |
| 1410 | 2026-07-02T04:05:03.877Z | Compiling aws-lc-rs v1.16.3 |
| 1411 | 2026-07-02T04:05:04.177Z | Compiling idna_adapter v1.2.1 |
| 1412 | 2026-07-02T04:05:04.238Z | Compiling http-body v1.0.1 |
| 1413 | 2026-07-02T04:05:04.293Z | Compiling ppv-lite86 v0.2.21 |
| 1414 | 2026-07-02T04:05:04.312Z | Compiling idna v1.1.0 |
| 1415 | 2026-07-02T04:05:04.395Z | Compiling der v0.7.10 |
| 1416 | 2026-07-02T04:05:04.471Z | Compiling tracing v0.1.44 |
| 1417 | 2026-07-02T04:05:04.513Z | Compiling thiserror v2.0.18 |
| 1418 | 2026-07-02T04:05:04.601Z | Compiling url v2.5.8 |
| 1419 | 2026-07-02T04:05:04.612Z | Compiling rand_chacha v0.9.0 |
| 1420 | 2026-07-02T04:05:04.625Z | Compiling rustls-pki-types v1.14.0 |
| 1421 | 2026-07-02T04:05:04.793Z | Compiling openssl-probe v0.2.1 |
| 1422 | 2026-07-02T04:05:04.959Z | Compiling httparse v1.10.1 |
| 1423 | 2026-07-02T04:05:04.972Z | Compiling cmov v0.5.4 |
| 1424 | 2026-07-02T04:05:05.073Z | Compiling tinyvec_macros v0.1.1 |
| 1425 | 2026-07-02T04:05:05.142Z | Compiling ctutils v0.4.2 |
| 1426 | 2026-07-02T04:05:05.174Z | Compiling tinyvec v1.10.0 |
| 1427 | 2026-07-02T04:05:05.288Z | Compiling spki v0.7.3 |
| 1428 | 2026-07-02T04:05:05.344Z | Compiling rand v0.9.2 |
| 1429 | 2026-07-02T04:05:05.370Z | Compiling pest_generator v2.8.6 |
| 1430 | 2026-07-02T04:05:05.373Z | Compiling serde_derive_internals v0.29.1 |
| 1431 | 2026-07-02T04:05:05.486Z | Compiling aho-corasick v1.1.4 |
| 1432 | 2026-07-02T04:05:05.515Z | Compiling tower-layer v0.3.3 |
| 1433 | 2026-07-02T04:05:05.572Z | Compiling tower-service v0.3.3 |
| 1434 | 2026-07-02T04:05:05.668Z | Compiling atomic-waker v1.1.2 |
| 1435 | 2026-07-02T04:05:05.683Z | Compiling dyn-clone v1.0.20 |
| 1436 | 2026-07-02T04:05:05.788Z | Compiling try-lock v0.2.5 |
| 1437 | 2026-07-02T04:05:05.811Z | Compiling untrusted v0.7.1 |
| 1438 | 2026-07-02T04:05:05.893Z | Compiling schemars v0.8.22 |
| 1439 | 2026-07-02T04:05:05.933Z | Compiling want v0.3.1 |
| 1440 | 2026-07-02T04:05:06.036Z | Compiling pest_derive v2.8.6 |
| 1441 | 2026-07-02T04:05:06.092Z | Compiling tempfile v3.25.0 |
| 1442 | 2026-07-02T04:05:06.135Z | Compiling hybrid-array v0.4.13 |
| 1443 | 2026-07-02T04:05:06.247Z | Compiling schemars_derive v0.8.22 |
| 1444 | 2026-07-02T04:05:06.409Z | Compiling regex-automata v0.4.14 |
| 1445 | 2026-07-02T04:05:06.449Z | Compiling ipnet v2.11.0 |
| 1446 | 2026-07-02T04:05:06.468Z | Compiling scroll_derive v0.13.1 |
| 1447 | 2026-07-02T04:05:06.941Z | Compiling darling_core v0.20.11 |
| 1448 | 2026-07-02T04:05:06.941Z | Compiling cpufeatures v0.2.17 |
| 1449 | 2026-07-02T04:05:07.018Z | Compiling openssl v0.10.79 |
| 1450 | 2026-07-02T04:05:07.143Z | Compiling foreign-types-shared v0.1.1 |
| 1451 | 2026-07-02T04:05:07.231Z | Compiling tokio-util v0.7.18 |
| 1452 | 2026-07-02T04:05:07.261Z | Compiling untrusted v0.9.0 |
| 1453 | 2026-07-02T04:05:07.310Z | Compiling rustls v0.23.41 |
| 1454 | 2026-07-02T04:05:07.380Z | Compiling httpdate v1.0.3 |
| 1455 | 2026-07-02T04:05:07.495Z | Compiling scroll v0.13.0 |
| 1456 | 2026-07-02T04:05:07.625Z | Compiling foreign-types v0.3.2 |
| 1457 | 2026-07-02T04:05:07.697Z | Compiling unicode-normalization v0.1.25 |
| 1458 | 2026-07-02T04:05:07.762Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-07-02T04:05:08.018Z | Compiling h2 v0.4.15 |
| 1460 | 2026-07-02T04:05:08.259Z | Compiling openssl-macros v0.1.1 |
| 1461 | 2026-07-02T04:05:08.540Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1462 | 2026-07-02T04:05:08.657Z | Compiling spin v0.9.8 |
| 1463 | 2026-07-02T04:05:08.771Z | Compiling powerfmt v0.2.0 |
| 1464 | 2026-07-02T04:05:08.858Z | Compiling native-tls v0.2.18 |
| 1465 | 2026-07-02T04:05:08.933Z | Compiling num-conv v0.2.0 |
| 1466 | 2026-07-02T04:05:08.969Z | Compiling crc32fast v1.5.0 |
| 1467 | 2026-07-02T04:05:09.061Z | Compiling time-core v0.1.8 |
| 1468 | 2026-07-02T04:05:09.111Z | Compiling deranged v0.5.8 |
| 1469 | 2026-07-02T04:05:09.174Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-07-02T04:05:09.201Z | Compiling time-macros v0.2.27 |
| 1471 | 2026-07-02T04:05:09.645Z | Compiling darling v0.20.11 |
| 1472 | 2026-07-02T04:05:09.726Z | Compiling goblin v0.10.5 |
| 1473 | 2026-07-02T04:05:10.061Z | Compiling sha2 v0.10.9 |
| 1474 | 2026-07-02T04:05:10.250Z | Compiling hmac v0.12.1 |
| 1475 | 2026-07-02T04:05:10.404Z | Compiling sync_wrapper v1.0.2 |
| 1476 | 2026-07-02T04:05:10.478Z | Compiling wait-timeout v0.2.1 |
| 1477 | 2026-07-02T04:05:10.508Z | Compiling bit-vec v0.8.0 |
| 1478 | 2026-07-02T04:05:10.733Z | Compiling usdt-impl v0.6.0 |
| 1479 | 2026-07-02T04:05:10.733Z | Compiling num_threads v0.1.7 |
| 1480 | 2026-07-02T04:05:10.840Z | Compiling siphasher v1.0.2 |
| 1481 | 2026-07-02T04:05:10.946Z | Compiling simd-adler32 v0.3.8 |
| 1482 | 2026-07-02T04:05:11.025Z | Compiling hyper v1.10.1 |
| 1483 | 2026-07-02T04:05:11.184Z | Compiling syn v1.0.109 |
| 1484 | 2026-07-02T04:05:11.419Z | Compiling quick-error v1.2.3 |
| 1485 | 2026-07-02T04:05:11.503Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-07-02T04:05:11.569Z | Compiling rusty-fork v0.3.1 |
| 1487 | 2026-07-02T04:05:11.906Z | Compiling time v0.3.47 |
| 1488 | 2026-07-02T04:05:12.061Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-07-02T04:05:12.143Z | Compiling tower v0.5.3 |
| 1490 | 2026-07-02T04:05:12.200Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-07-02T04:05:12.222Z | Compiling derive_builder_core v0.20.2 |
| 1492 | 2026-07-02T04:05:12.624Z | Compiling dof v0.4.0 |
| 1493 | 2026-07-02T04:05:12.853Z | Compiling dtrace-parser v0.3.0 |
| 1494 | 2026-07-02T04:05:13.100Z | Compiling http-body-util v0.1.3 |
| 1495 | 2026-07-02T04:05:13.343Z | Compiling thiserror-impl v1.0.69 |
| 1496 | 2026-07-02T04:05:13.472Z | Compiling scroll_derive v0.12.1 |
| 1497 | 2026-07-02T04:05:13.589Z | Compiling heapless v0.7.17 |
| 1498 | 2026-07-02T04:05:13.768Z | Compiling rand_xorshift v0.4.0 |
| 1499 | 2026-07-02T04:05:13.838Z | Compiling slog v2.8.2 |
| 1500 | 2026-07-02T04:05:13.920Z | Compiling darling_core v0.21.3 |
| 1501 | 2026-07-02T04:05:13.933Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1502 | 2026-07-02T04:05:13.946Z | Compiling thread-id v5.1.0 |
| 1503 | 2026-07-02T04:05:14.023Z | Compiling cookie v0.18.1 |
| 1504 | 2026-07-02T04:05:14.037Z | Compiling iri-string v0.7.10 |
| 1505 | 2026-07-02T04:05:14.122Z | Compiling ryu v1.0.23 |
| 1506 | 2026-07-02T04:05:14.214Z | Compiling anyhow v1.0.102 |
| 1507 | 2026-07-02T04:05:14.228Z | Compiling unicode-properties v0.1.4 |
| 1508 | 2026-07-02T04:05:14.295Z | Compiling allocator-api2 v0.2.21 |
| 1509 | 2026-07-02T04:05:14.426Z | Compiling unicode-bidi v0.3.18 |
| 1510 | 2026-07-02T04:05:14.525Z | Compiling zstd-safe v7.2.4 |
| 1511 | 2026-07-02T04:05:14.593Z | Compiling adler2 v2.0.1 |
| 1512 | 2026-07-02T04:05:14.609Z | Compiling unarray v0.1.4 |
| 1513 | 2026-07-02T04:05:14.717Z | Compiling signal-hook v0.3.18 |
| 1514 | 2026-07-02T04:05:14.730Z | Compiling paste v1.0.15 |
| 1515 | 2026-07-02T04:05:14.744Z | Compiling stringprep v0.1.5 |
| 1516 | 2026-07-02T04:05:14.919Z | Compiling proptest v1.10.0 |
| 1517 | 2026-07-02T04:05:14.945Z | Compiling miniz_oxide v0.8.9 |
| 1518 | 2026-07-02T04:05:15.048Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-07-02T04:05:15.149Z | Compiling tower-http v0.6.8 |
| 1520 | 2026-07-02T04:05:15.379Z | Compiling serde_urlencoded v0.7.1 |
| 1521 | 2026-07-02T04:05:15.537Z | Compiling scroll v0.12.0 |
| 1522 | 2026-07-02T04:05:15.669Z | Compiling derive_builder_macro v0.20.2 |
| 1523 | 2026-07-02T04:05:15.694Z | Compiling tokio-native-tls v0.3.1 |
| 1524 | 2026-07-02T04:05:15.811Z | Compiling camino v1.2.2 |
| 1525 | 2026-07-02T04:05:16.170Z | Compiling bstr v1.12.1 |
| 1526 | 2026-07-02T04:05:16.173Z | Compiling ipnetwork v0.21.1 |
| 1527 | 2026-07-02T04:05:16.285Z | Compiling block-buffer v0.12.1 |
| 1528 | 2026-07-02T04:05:16.339Z | Compiling crypto-common v0.2.2 |
| 1529 | 2026-07-02T04:05:16.353Z | Compiling darling_macro v0.21.3 |
| 1530 | 2026-07-02T04:05:16.477Z | Compiling block-padding v0.4.2 |
| 1531 | 2026-07-02T04:05:16.561Z | Compiling rustls-native-certs v0.8.3 |
| 1532 | 2026-07-02T04:05:16.638Z | Compiling rand_chacha v0.3.1 |
| 1533 | 2026-07-02T04:05:16.799Z | Compiling serde_spanned v0.6.9 |
| 1534 | 2026-07-02T04:05:16.842Z | Compiling toml_datetime v0.6.11 |
| 1535 | 2026-07-02T04:05:16.908Z | Compiling serde_tokenstream v0.2.3 |
| 1536 | 2026-07-02T04:05:16.959Z | Compiling erased-serde v0.3.31 |
| 1537 | 2026-07-02T04:05:17.148Z | Compiling signature v2.2.0 |
| 1538 | 2026-07-02T04:05:17.218Z | Compiling md-5 v0.10.6 |
| 1539 | 2026-07-02T04:05:17.328Z | Compiling pin-project-internal v1.1.11 |
| 1540 | 2026-07-02T04:05:17.386Z | Compiling async-trait v0.1.89 |
| 1541 | 2026-07-02T04:05:17.450Z | Compiling zerocopy-derive v0.7.35 |
| 1542 | 2026-07-02T04:05:17.480Z | Compiling curve25519-dalek v4.1.3 |
| 1543 | 2026-07-02T04:05:17.826Z | Compiling vergen-lib v9.1.0 |
| 1544 | 2026-07-02T04:05:18.024Z | Compiling num-integer v0.1.46 |
| 1545 | 2026-07-02T04:05:18.103Z | Compiling hash32 v0.2.1 |
| 1546 | 2026-07-02T04:05:18.299Z | Compiling memoffset v0.9.1 |
| 1547 | 2026-07-02T04:05:18.321Z | Compiling encoding_rs v0.8.35 |
| 1548 | 2026-07-02T04:05:18.350Z | Compiling psl-types v2.0.11 |
| 1549 | 2026-07-02T04:05:18.403Z | Compiling fallible-iterator v0.2.0 |
| 1550 | 2026-07-02T04:05:18.432Z | Compiling ref-cast v1.0.25 |
| 1551 | 2026-07-02T04:05:18.468Z | Compiling zlib-rs v0.6.2 |
| 1552 | 2026-07-02T04:05:18.499Z | Compiling cfg_aliases v0.2.1 |
| 1553 | 2026-07-02T04:05:18.573Z | Compiling rustix v0.38.44 |
| 1554 | 2026-07-02T04:05:18.710Z | Compiling litrs v1.0.0 |
| 1555 | 2026-07-02T04:05:18.739Z | Compiling smoltcp v0.9.1 |
| 1556 | 2026-07-02T04:05:18.928Z | Compiling mime v0.3.17 |
| 1557 | 2026-07-02T04:05:19.085Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-07-02T04:05:19.215Z | Compiling document-features v0.2.12 |
| 1559 | 2026-07-02T04:05:19.312Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-07-02T04:05:19.342Z | Compiling nix v0.31.2 |
| 1561 | 2026-07-02T04:05:19.797Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-07-02T04:05:19.811Z | Compiling pin-project v1.1.11 |
| 1563 | 2026-07-02T04:05:19.825Z | Compiling zerocopy v0.7.35 |
| 1564 | 2026-07-02T04:05:19.852Z | Compiling num-iter v0.1.45 |
| 1565 | 2026-07-02T04:05:19.931Z | Compiling hubpack_derive v0.1.1 |
| 1566 | 2026-07-02T04:05:20.044Z | Compiling newtype-uuid v1.3.2 |
| 1567 | 2026-07-02T04:05:20.348Z | Compiling darling v0.21.3 |
| 1568 | 2026-07-02T04:05:20.360Z | Compiling rand v0.8.6 |
| 1569 | 2026-07-02T04:05:20.363Z | Compiling inout v0.2.2 |
| 1570 | 2026-07-02T04:05:20.363Z | Compiling oxnet v0.1.6 |
| 1571 | 2026-07-02T04:05:20.423Z | Compiling derive_builder v0.20.2 |
| 1572 | 2026-07-02T04:05:20.490Z | Compiling hyper-tls v0.6.0 |
| 1573 | 2026-07-02T04:05:20.532Z | Compiling goblin v0.8.2 |
| 1574 | 2026-07-02T04:05:21.209Z | Compiling phf_shared v0.13.1 |
| 1575 | 2026-07-02T04:05:21.228Z | Compiling lazy_static v1.5.0 |
| 1576 | 2026-07-02T04:05:21.312Z | Compiling regex v1.12.3 |
| 1577 | 2026-07-02T04:05:21.324Z | Compiling anstyle-parse v0.2.7 |
| 1578 | 2026-07-02T04:05:21.402Z | Compiling flate2 v1.1.9 |
| 1579 | 2026-07-02T04:05:21.444Z | Compiling futures-executor v0.3.32 |
| 1580 | 2026-07-02T04:05:21.503Z | Compiling hex v0.4.3 |
| 1581 | 2026-07-02T04:05:21.696Z | Compiling terminal_size v0.4.3 |
| 1582 | 2026-07-02T04:05:21.710Z | Compiling daft-derive v0.1.7 |
| 1583 | 2026-07-02T04:05:21.726Z | Compiling strum_macros v0.27.2 |
| 1584 | 2026-07-02T04:05:21.768Z | Compiling snafu-derive v0.8.9 |
| 1585 | 2026-07-02T04:05:21.798Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1586 | 2026-07-02T04:05:21.828Z | Compiling ref-cast-impl v1.0.25 |
| 1587 | 2026-07-02T04:05:22.413Z | Compiling vergen v9.1.0 |
| 1588 | 2026-07-02T04:05:22.464Z | Compiling cargo-platform v0.3.2 |
| 1589 | 2026-07-02T04:05:22.494Z | Compiling ff v0.13.1 |
| 1590 | 2026-07-02T04:05:22.610Z | Compiling fs-err v3.3.0 |
| 1591 | 2026-07-02T04:05:22.636Z | Compiling ahash v0.8.12 |
| 1592 | 2026-07-02T04:05:22.751Z | Compiling managed v0.8.0 |
| 1593 | 2026-07-02T04:05:22.814Z | Compiling bumpalo v3.20.2 |
| 1594 | 2026-07-02T04:05:22.858Z | Compiling bitflags v1.3.2 |
| 1595 | 2026-07-02T04:05:22.938Z | Compiling unicode-segmentation v1.12.0 |
| 1596 | 2026-07-02T04:05:22.966Z | Compiling libbz2-rs-sys v0.2.2 |
| 1597 | 2026-07-02T04:05:23.076Z | Compiling foldhash v0.1.5 |
| 1598 | 2026-07-02T04:05:23.248Z | Compiling same-file v1.0.6 |
| 1599 | 2026-07-02T04:05:23.316Z | Compiling object v0.37.3 |
| 1600 | 2026-07-02T04:05:23.409Z | Compiling winnow v0.5.40 |
| 1601 | 2026-07-02T04:05:23.596Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-07-02T04:05:23.636Z | Compiling base16ct v0.2.0 |
| 1603 | 2026-07-02T04:05:23.728Z | Compiling snafu v0.8.9 |
| 1604 | 2026-07-02T04:05:23.742Z | Compiling strum v0.27.2 |
| 1605 | 2026-07-02T04:05:23.806Z | Compiling sec1 v0.7.3 |
| 1606 | 2026-07-02T04:05:23.806Z | Compiling hashbrown v0.16.1 |
| 1607 | 2026-07-02T04:05:23.912Z | Compiling bzip2 v0.6.1 |
| 1608 | 2026-07-02T04:05:24.022Z | Compiling walkdir v2.5.0 |
| 1609 | 2026-07-02T04:05:24.074Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-07-02T04:05:24.078Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-07-02T04:05:24.112Z | Compiling clap_builder v4.6.0 |
| 1612 | 2026-07-02T04:05:24.552Z | Compiling dof v0.3.0 |
| 1613 | 2026-07-02T04:05:24.635Z | Compiling cargo_metadata v0.23.1 |
| 1614 | 2026-07-02T04:05:24.730Z | Compiling toml_edit v0.19.15 |
| 1615 | 2026-07-02T04:05:24.847Z | Compiling group v0.13.0 |
| 1616 | 2026-07-02T04:05:25.116Z | Compiling daft v0.1.7 |
| 1617 | 2026-07-02T04:05:25.349Z | Compiling futures v0.3.32 |
| 1618 | 2026-07-02T04:05:25.389Z | Compiling anstream v0.6.21 |
| 1619 | 2026-07-02T04:05:25.428Z | Compiling phf v0.13.1 |
| 1620 | 2026-07-02T04:05:25.591Z | Compiling signal-hook-mio v0.2.5 |
| 1621 | 2026-07-02T04:05:25.711Z | Compiling cookie_store v0.22.1 |
| 1622 | 2026-07-02T04:05:25.990Z | Compiling zstd v0.13.3 |
| 1623 | 2026-07-02T04:05:26.193Z | Compiling reqwest v0.12.28 |
| 1624 | 2026-07-02T04:05:26.234Z | Compiling cipher v0.5.2 |
| 1625 | 2026-07-02T04:05:26.349Z | Compiling bzip2 v0.4.4 |
| 1626 | 2026-07-02T04:05:26.533Z | Compiling serde_with_macros v3.17.0 |
| 1627 | 2026-07-02T04:05:26.556Z | Compiling hubpack v0.1.2 |
| 1628 | 2026-07-02T04:05:26.928Z | Compiling postgres-types v0.2.12 |
| 1629 | 2026-07-02T04:05:27.325Z | Compiling ed25519 v2.2.3 |
| 1630 | 2026-07-02T04:05:27.488Z | Compiling usdt-macro v0.6.0 |
| 1631 | 2026-07-02T04:05:27.694Z | Compiling usdt-attr-macro v0.6.0 |
| 1632 | 2026-07-02T04:05:28.072Z | Compiling globset v0.4.18 |
| 1633 | 2026-07-02T04:05:28.209Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-07-02T04:05:28.229Z | Compiling phf_shared v0.11.3 |
| 1635 | 2026-07-02T04:05:28.243Z | Compiling hkdf v0.12.4 |
| 1636 | 2026-07-02T04:05:28.410Z | Compiling olpc-cjson v0.1.4 |
| 1637 | 2026-07-02T04:05:28.424Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-07-02T04:05:28.496Z | Compiling serde_plain v1.0.2 |
| 1639 | 2026-07-02T04:05:28.566Z | Compiling serde-big-array v0.5.1 |
| 1640 | 2026-07-02T04:05:28.693Z | Compiling crypto-bigint v0.5.5 |
| 1641 | 2026-07-02T04:05:28.708Z | Compiling pem v3.0.6 |
| 1642 | 2026-07-02T04:05:28.749Z | Compiling async-recursion v1.1.1 |
| 1643 | 2026-07-02T04:05:28.809Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-07-02T04:05:28.932Z | Compiling clap_derive v4.6.1 |
| 1645 | 2026-07-02T04:05:29.029Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-07-02T04:05:29.321Z | Compiling serde_repr v0.1.20 |
| 1647 | 2026-07-02T04:05:29.389Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-07-02T04:05:29.536Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-07-02T04:05:29.624Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-07-02T04:05:29.846Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-07-02T04:05:29.859Z | Compiling static_assertions v1.1.0 |
| 1652 | 2026-07-02T04:05:29.922Z | Compiling fixedbitset v0.5.7 |
| 1653 | 2026-07-02T04:05:29.936Z | Compiling jiff v0.2.21 |
| 1654 | 2026-07-02T04:05:30.137Z | Compiling cpufeatures v0.3.0 |
| 1655 | 2026-07-02T04:05:30.215Z | Compiling new_debug_unreachable v1.0.6 |
| 1656 | 2026-07-02T04:05:30.229Z | Compiling winnow v1.0.3 |
| 1657 | 2026-07-02T04:05:30.293Z | Compiling normalize-line-endings v0.3.0 |
| 1658 | 2026-07-02T04:05:30.390Z | Compiling const-oid v0.10.2 |
| 1659 | 2026-07-02T04:05:30.575Z | Compiling keccak v0.1.6 |
| 1660 | 2026-07-02T04:05:30.596Z | Compiling predicates-core v1.0.10 |
| 1661 | 2026-07-02T04:05:30.668Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-07-02T04:05:30.768Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-07-02T04:05:30.772Z | Compiling fixedbitset v0.4.2 |
| 1664 | 2026-07-02T04:05:30.796Z | Compiling difflib v0.4.0 |
| 1665 | 2026-07-02T04:05:30.854Z | Compiling whoami v2.1.0 |
| 1666 | 2026-07-02T04:05:30.990Z | Compiling either v1.15.0 |
| 1667 | 2026-07-02T04:05:31.195Z | Compiling data-encoding v2.10.0 |
| 1668 | 2026-07-02T04:05:31.222Z | Compiling itertools v0.13.0 |
| 1669 | 2026-07-02T04:05:31.299Z | Compiling tokio-postgres v0.7.16 |
| 1670 | 2026-07-02T04:05:31.324Z | Compiling predicates v3.1.4 |
| 1671 | 2026-07-02T04:05:31.333Z | Compiling petgraph v0.6.5 |
| 1672 | 2026-07-02T04:05:31.878Z | Compiling hickory-proto v0.25.2 |
| 1673 | 2026-07-02T04:05:31.878Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-07-02T04:05:31.975Z | Compiling strum v0.26.3 |
| 1675 | 2026-07-02T04:05:32.108Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-07-02T04:05:32.122Z | Compiling clap v4.6.1 |
| 1677 | 2026-07-02T04:05:32.209Z | Compiling digest v0.11.3 |
| 1678 | 2026-07-02T04:05:32.435Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1679 | 2026-07-02T04:05:32.486Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-07-02T04:05:32.577Z | Compiling zip v4.6.1 |
| 1681 | 2026-07-02T04:05:32.843Z | Compiling chacha20 v0.10.0 |
| 1682 | 2026-07-02T04:05:33.087Z | Compiling petgraph v0.8.3 |
| 1683 | 2026-07-02T04:05:33.229Z | Compiling env_logger v0.11.9 |
| 1684 | 2026-07-02T04:05:33.539Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1685 | 2026-07-02T04:05:33.553Z | Compiling usdt v0.6.0 |
| 1686 | 2026-07-02T04:05:33.575Z | Compiling elliptic-curve v0.13.8 |
| 1687 | 2026-07-02T04:05:33.807Z | Compiling usdt-impl v0.5.0 |
| 1688 | 2026-07-02T04:05:33.976Z | Compiling rsa v0.9.10 |
| 1689 | 2026-07-02T04:05:34.138Z | Compiling crossterm v0.28.1 |
| 1690 | 2026-07-02T04:05:34.378Z | Compiling serde_with v3.17.0 |
| 1691 | 2026-07-02T04:05:35.031Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-07-02T04:05:35.423Z | Compiling zip v0.6.6 |
| 1693 | 2026-07-02T04:05:35.686Z | Compiling toml v0.7.8 |
| 1694 | 2026-07-02T04:05:36.114Z | Compiling iddqd v0.4.2 |
| 1695 | 2026-07-02T04:05:36.580Z | Compiling heck v0.4.1 |
| 1696 | 2026-07-02T04:05:36.591Z | Compiling similar v2.7.0 |
| 1697 | 2026-07-02T04:05:36.691Z | Compiling crossbeam-epoch v0.9.18 |
| 1698 | 2026-07-02T04:05:36.801Z | Compiling tokio-stream v0.1.18 |
| 1699 | 2026-07-02T04:05:36.944Z | Compiling buf-list v1.1.2 |
| 1700 | 2026-07-02T04:05:37.057Z | Compiling x509-cert v0.2.5 |
| 1701 | 2026-07-02T04:05:37.215Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1702 | 2026-07-02T04:05:37.259Z | Compiling openapiv3 v2.2.0 |
| 1703 | 2026-07-02T04:05:37.289Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-07-02T04:05:37.429Z | Compiling lalrpop-util v0.19.12 |
| 1705 | 2026-07-02T04:05:37.493Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-07-02T04:05:37.519Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-07-02T04:05:37.573Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-07-02T04:05:37.659Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-07-02T04:05:37.736Z | Compiling filetime v0.2.27 |
| 1710 | 2026-07-02T04:05:37.757Z | Compiling xattr v1.6.1 |
| 1711 | 2026-07-02T04:05:37.848Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-07-02T04:05:37.906Z | Compiling term v1.2.1 |
| 1713 | 2026-07-02T04:05:37.927Z | Compiling tar v0.4.45 |
| 1714 | 2026-07-02T04:05:38.041Z | Compiling camino-tempfile v1.4.1 |
| 1715 | 2026-07-02T04:05:38.260Z | Compiling slog-term v2.9.2 |
| 1716 | 2026-07-02T04:05:48.194Z | Compiling rustls-webpki v0.103.13 |
| 1717 | 2026-07-02T04:05:50.893Z | Compiling tokio-rustls v0.26.4 |
| 1718 | 2026-07-02T04:05:50.893Z | Compiling rustls-platform-verifier v0.6.2 |
| 1719 | 2026-07-02T04:05:50.893Z | Compiling tough v0.22.0 |
| 1720 | 2026-07-02T04:05:51.117Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-07-02T04:05:51.304Z | Compiling reqwest v0.13.2 |
| 1722 | 2026-07-02T04:05:53.502Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1723 | 2026-07-02T04:05:53.716Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1724 | 2026-07-02T04:05:56.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1725 | 2026-07-02T04:05:56.668Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1726 | 2026-07-02T04:05:56.719Z | Jul 02 04:05:55.801 INFO Starting download, target: Cockroach |
| 1727 | 2026-07-02T04:05:56.719Z | Jul 02 04:05:55.802 INFO Starting download, target: Console |
| 1728 | 2026-07-02T04:05:56.719Z | Jul 02 04:05:55.802 INFO Starting download, target: Clickhouse |
| 1729 | 2026-07-02T04:05:56.719Z | Jul 02 04:05:55.802 INFO Starting download, target: DendriteStub |
| 1730 | 2026-07-02T04:05:56.719Z | Jul 02 04:05:55.802 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-07-02T04:05:56.719Z | Jul 02 04:05:55.802 INFO Starting download, target: MaghemiteDdmd |
| 1732 | 2026-07-02T04:05:56.723Z | Jul 02 04:05:55.802 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-07-02T04:05:56.723Z | Jul 02 04:05:55.802 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-07-02T04:05:56.723Z | Jul 02 04:05:55.802 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1735 | 2026-07-02T04:05:56.723Z | Jul 02 04:05:55.802 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1736 | 2026-07-02T04:05:56.723Z | Jul 02 04:05:55.802 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-07-02T04:05:56.723Z | Jul 02 04:05:55.802 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-07-02T04:05:56.724Z | Jul 02 04:05:55.802 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-07-02T04:05:56.724Z | Jul 02 04:05:55.802 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-07-02T04:05:57.215Z | Jul 02 04:05:56.291 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1741 | 2026-07-02T04:05:57.431Z | Jul 02 04:05:56.498 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-07-02T04:05:58.504Z | Jul 02 04:05:57.587 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-07-02T04:05:58.631Z | Jul 02 04:05:57.703 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-07-02T04:05:58.745Z | Jul 02 04:05:57.827 INFO Download complete, target: Console |
| 1745 | 2026-07-02T04:05:58.776Z | Jul 02 04:05:57.857 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1746 | 2026-07-02T04:05:58.803Z | Jul 02 04:05:57.881 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1747 | 2026-07-02T04:05:59.243Z | Jul 02 04:05:58.325 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1748 | 2026-07-02T04:05:59.243Z | Jul 02 04:05:58.325 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1749 | 2026-07-02T04:06:00.149Z | Jul 02 04:05:59.222 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-07-02T04:06:00.747Z | Jul 02 04:05:59.816 INFO Download complete, target: MaghemiteDdmd |
| 1751 | 2026-07-02T04:06:01.124Z | Jul 02 04:06:00.199 INFO Download complete, target: DendriteStub |
| 1752 | 2026-07-02T04:06:01.221Z | Jul 02 04:06:00.282 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-07-02T04:06:03.857Z | Jul 02 04:06:02.940 INFO Checking that binary works, target: Cockroach |
| 1754 | 2026-07-02T04:06:03.968Z | Jul 02 04:06:03.051 INFO Download complete, target: Cockroach |
| 1755 | 2026-07-02T04:06:06.673Z | Jul 02 04:06:05.755 INFO Checking that binary works, target: Clickhouse |
| 1756 | 2026-07-02T04:06:06.791Z | Jul 02 04:06:05.873 INFO Download complete, target: Clickhouse |
| 1757 | 2026-07-02T04:06:06.806Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1758 | 2026-07-02T04:06:06.809Z | |
| 1759 | 2026-07-02T04:06:06.809Z | real 2:01.657907725 |
| 1760 | 2026-07-02T04:06:06.809Z | user 6:34.276080831 |
| 1761 | 2026-07-02T04:06:06.809Z | sys 1:21.436479186 |
| 1762 | 2026-07-02T04:06:06.809Z | trap 0.232069779 |
| 1763 | 2026-07-02T04:06:06.809Z | tflt 0.517725982 |
| 1764 | 2026-07-02T04:06:06.809Z | dflt 0.873229593 |
| 1765 | 2026-07-02T04:06:06.809Z | kflt 0.023670734 |
| 1766 | 2026-07-02T04:06:06.809Z | lock 22:06.861306894 |
| 1767 | 2026-07-02T04:06:06.809Z | slp 20:07.917088155 |
| 1768 | 2026-07-02T04:06:06.809Z | lat 40.900784732 |
| 1769 | 2026-07-02T04:06:06.809Z | stop 1:53.942402959 |
| 1770 | 2026-07-02T04:06:06.809Z | + banner hack-check |
| 1771 | 2026-07-02T04:06:06.809Z | |
| 1772 | 2026-07-02T04:06:06.809Z | # # ## #### # # #### # # ###### #### # # |
| 1773 | 2026-07-02T04:06:06.809Z | # # # # # # # # # # # # # # # # # |
| 1774 | 2026-07-02T04:06:06.809Z | ###### # # # #### ##### # ###### ##### # #### |
| 1775 | 2026-07-02T04:06:06.809Z | # # ###### # # # # # # # # # # |
| 1776 | 2026-07-02T04:06:06.809Z | # # # # # # # # # # # # # # # # # |
| 1777 | 2026-07-02T04:06:06.809Z | # # # # #### # # #### # # ###### #### # # |
| 1778 | 2026-07-02T04:06:06.809Z | |
| 1779 | 2026-07-02T04:06:06.809Z | + export CARGO_INCREMENTAL=0 |
| 1780 | 2026-07-02T04:06:06.809Z | + CARGO_INCREMENTAL=0 |
| 1781 | 2026-07-02T04:06:06.809Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1782 | 2026-07-02T04:06:07.263Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1783 | 2026-07-02T04:06:07.540Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1784 | 2026-07-02T04:06:09.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
| 1785 | 2026-07-02T04:06:09.331Z | Running `target/debug/xtask check-features --ci` |
| 1786 | 2026-07-02T04:06:09.355Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1787 | 2026-07-02T04:06:09.358Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1788 | 2026-07-02T04:06:09.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1789 | 2026-07-02T04:06:09.785Z | Running `target/debug/xtask download cargo-hack` |
| 1790 | 2026-07-02T04:06:10.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2026-07-02T04:06:10.822Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1792 | 2026-07-02T04:06:13.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 1793 | 2026-07-02T04:06:13.514Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1794 | 2026-07-02T04:06:13.549Z | Jul 02 04:06:12.632 INFO Starting download, target: CargoHack |
| 1795 | 2026-07-02T04:06:13.553Z | Jul 02 04:06:12.633 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1796 | 2026-07-02T04:06:13.931Z | Jul 02 04:06:13.013 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1797 | 2026-07-02T04:06:13.980Z | Jul 02 04:06:13.061 INFO Download complete, target: CargoHack |
| 1798 | 2026-07-02T04:06:13.984Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1799 | 2026-07-02T04:06:13.994Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1800 | 2026-07-02T04:06:14.149Z | info: running `cargo check --bins` on api_identity (1/299) |
| 1801 | 2026-07-02T04:06:14.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1802 | 2026-07-02T04:06:14.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1803 | 2026-07-02T04:06:14.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1804 | 2026-07-02T04:06:14.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1805 | 2026-07-02T04:06:14.653Z | |
| 1806 | 2026-07-02T04:06:14.654Z | info: running `cargo check --bins` on bootstore (2/299) |
| 1807 | 2026-07-02T04:06:15.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1808 | 2026-07-02T04:06:15.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1809 | 2026-07-02T04:06:15.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1810 | 2026-07-02T04:06:15.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1811 | 2026-07-02T04:06:15.162Z | |
| 1812 | 2026-07-02T04:06:15.162Z | info: running `cargo check --bins` on omicron-ledger (3/299) |
| 1813 | 2026-07-02T04:06:15.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1814 | 2026-07-02T04:06:15.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1815 | 2026-07-02T04:06:15.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1816 | 2026-07-02T04:06:15.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1817 | 2026-07-02T04:06:15.676Z | |
| 1818 | 2026-07-02T04:06:15.676Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/299) |
| 1819 | 2026-07-02T04:06:16.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1820 | 2026-07-02T04:06:16.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1821 | 2026-07-02T04:06:16.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1822 | 2026-07-02T04:06:16.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1823 | 2026-07-02T04:06:16.188Z | |
| 1824 | 2026-07-02T04:06:16.188Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/299) |
| 1825 | 2026-07-02T04:06:16.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1826 | 2026-07-02T04:06:16.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1827 | 2026-07-02T04:06:16.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1828 | 2026-07-02T04:06:16.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1829 | 2026-07-02T04:06:16.693Z | |
| 1830 | 2026-07-02T04:06:16.693Z | info: running `cargo check --bins` on omicron-certificates (6/299) |
| 1831 | 2026-07-02T04:06:17.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1832 | 2026-07-02T04:06:17.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1833 | 2026-07-02T04:06:17.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1834 | 2026-07-02T04:06:17.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1835 | 2026-07-02T04:06:17.218Z | |
| 1836 | 2026-07-02T04:06:17.218Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/299) |
| 1837 | 2026-07-02T04:06:17.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1838 | 2026-07-02T04:06:17.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1839 | 2026-07-02T04:06:17.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1840 | 2026-07-02T04:06:17.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1841 | 2026-07-02T04:06:17.734Z | |
| 1842 | 2026-07-02T04:06:17.734Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/299) |
| 1843 | 2026-07-02T04:06:18.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1844 | 2026-07-02T04:06:18.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1845 | 2026-07-02T04:06:18.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1846 | 2026-07-02T04:06:18.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1847 | 2026-07-02T04:06:18.252Z | |
| 1848 | 2026-07-02T04:06:18.252Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/299) |
| 1849 | 2026-07-02T04:06:18.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1850 | 2026-07-02T04:06:18.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1851 | 2026-07-02T04:06:18.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1852 | 2026-07-02T04:06:18.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1853 | 2026-07-02T04:06:18.644Z | |
| 1854 | 2026-07-02T04:06:18.644Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/299) |
| 1855 | 2026-07-02T04:06:18.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1856 | 2026-07-02T04:06:18.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1857 | 2026-07-02T04:06:18.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1858 | 2026-07-02T04:06:19.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1859 | 2026-07-02T04:06:19.037Z | |
| 1860 | 2026-07-02T04:06:19.037Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/299) |
| 1861 | 2026-07-02T04:06:19.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1862 | 2026-07-02T04:06:19.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1863 | 2026-07-02T04:06:19.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1864 | 2026-07-02T04:06:19.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1865 | 2026-07-02T04:06:19.427Z | |
| 1866 | 2026-07-02T04:06:19.427Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/299) |
| 1867 | 2026-07-02T04:06:19.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1868 | 2026-07-02T04:06:19.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1869 | 2026-07-02T04:06:19.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1870 | 2026-07-02T04:06:19.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1871 | 2026-07-02T04:06:19.818Z | |
| 1872 | 2026-07-02T04:06:19.818Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/299) |
| 1873 | 2026-07-02T04:06:20.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1874 | 2026-07-02T04:06:20.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1875 | 2026-07-02T04:06:20.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1876 | 2026-07-02T04:06:20.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1877 | 2026-07-02T04:06:20.210Z | |
| 1878 | 2026-07-02T04:06:20.210Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/299) |
| 1879 | 2026-07-02T04:06:20.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1880 | 2026-07-02T04:06:20.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1881 | 2026-07-02T04:06:20.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1882 | 2026-07-02T04:06:20.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1883 | 2026-07-02T04:06:20.603Z | |
| 1884 | 2026-07-02T04:06:20.603Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/299) |
| 1885 | 2026-07-02T04:06:20.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1886 | 2026-07-02T04:06:20.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1887 | 2026-07-02T04:06:20.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1888 | 2026-07-02T04:06:20.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1889 | 2026-07-02T04:06:20.999Z | |
| 1890 | 2026-07-02T04:06:20.999Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/299) |
| 1891 | 2026-07-02T04:06:21.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1892 | 2026-07-02T04:06:21.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1893 | 2026-07-02T04:06:21.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1894 | 2026-07-02T04:06:21.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1895 | 2026-07-02T04:06:21.393Z | |
| 1896 | 2026-07-02T04:06:21.393Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/299) |
| 1897 | 2026-07-02T04:06:21.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1898 | 2026-07-02T04:06:21.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1899 | 2026-07-02T04:06:21.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1900 | 2026-07-02T04:06:21.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1901 | 2026-07-02T04:06:21.785Z | |
| 1902 | 2026-07-02T04:06:21.785Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/299) |
| 1903 | 2026-07-02T04:06:22.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1904 | 2026-07-02T04:06:22.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1905 | 2026-07-02T04:06:22.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1906 | 2026-07-02T04:06:22.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1907 | 2026-07-02T04:06:22.181Z | |
| 1908 | 2026-07-02T04:06:22.181Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/299) |
| 1909 | 2026-07-02T04:06:22.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1910 | 2026-07-02T04:06:22.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1911 | 2026-07-02T04:06:22.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1912 | 2026-07-02T04:06:22.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1913 | 2026-07-02T04:06:22.574Z | |
| 1914 | 2026-07-02T04:06:22.574Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/299) |
| 1915 | 2026-07-02T04:06:22.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1916 | 2026-07-02T04:06:22.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1917 | 2026-07-02T04:06:22.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1918 | 2026-07-02T04:06:22.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1919 | 2026-07-02T04:06:22.970Z | |
| 1920 | 2026-07-02T04:06:22.970Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/299) |
| 1921 | 2026-07-02T04:06:23.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1922 | 2026-07-02T04:06:23.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1923 | 2026-07-02T04:06:23.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1924 | 2026-07-02T04:06:23.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1925 | 2026-07-02T04:06:23.361Z | |
| 1926 | 2026-07-02T04:06:23.361Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/299) |
| 1927 | 2026-07-02T04:06:23.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1928 | 2026-07-02T04:06:23.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1929 | 2026-07-02T04:06:23.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1930 | 2026-07-02T04:06:23.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1931 | 2026-07-02T04:06:23.752Z | |
| 1932 | 2026-07-02T04:06:23.752Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/299) |
| 1933 | 2026-07-02T04:06:24.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1934 | 2026-07-02T04:06:24.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1935 | 2026-07-02T04:06:24.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1936 | 2026-07-02T04:06:24.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1937 | 2026-07-02T04:06:24.148Z | |
| 1938 | 2026-07-02T04:06:24.148Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/299) |
| 1939 | 2026-07-02T04:06:24.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1940 | 2026-07-02T04:06:24.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1941 | 2026-07-02T04:06:24.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1942 | 2026-07-02T04:06:24.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1943 | 2026-07-02T04:06:24.543Z | |
| 1944 | 2026-07-02T04:06:24.543Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/299) |
| 1945 | 2026-07-02T04:06:24.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1946 | 2026-07-02T04:06:24.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1947 | 2026-07-02T04:06:24.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1948 | 2026-07-02T04:06:24.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1949 | 2026-07-02T04:06:24.942Z | |
| 1950 | 2026-07-02T04:06:24.942Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/299) |
| 1951 | 2026-07-02T04:06:25.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1952 | 2026-07-02T04:06:25.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1953 | 2026-07-02T04:06:25.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1954 | 2026-07-02T04:06:25.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1955 | 2026-07-02T04:06:25.342Z | |
| 1956 | 2026-07-02T04:06:25.342Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/299) |
| 1957 | 2026-07-02T04:06:25.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1958 | 2026-07-02T04:06:25.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1959 | 2026-07-02T04:06:25.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1960 | 2026-07-02T04:06:25.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1961 | 2026-07-02T04:06:25.741Z | |
| 1962 | 2026-07-02T04:06:25.741Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/299) |
| 1963 | 2026-07-02T04:06:26.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1964 | 2026-07-02T04:06:26.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1965 | 2026-07-02T04:06:26.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1966 | 2026-07-02T04:06:26.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1967 | 2026-07-02T04:06:26.136Z | |
| 1968 | 2026-07-02T04:06:26.136Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/299) |
| 1969 | 2026-07-02T04:06:26.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1970 | 2026-07-02T04:06:26.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1971 | 2026-07-02T04:06:26.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1972 | 2026-07-02T04:06:26.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1973 | 2026-07-02T04:06:26.532Z | |
| 1974 | 2026-07-02T04:06:26.532Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/299) |
| 1975 | 2026-07-02T04:06:26.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1976 | 2026-07-02T04:06:26.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1977 | 2026-07-02T04:06:26.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1978 | 2026-07-02T04:06:26.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1979 | 2026-07-02T04:06:26.927Z | |
| 1980 | 2026-07-02T04:06:26.927Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/299) |
| 1981 | 2026-07-02T04:06:27.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1982 | 2026-07-02T04:06:27.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1983 | 2026-07-02T04:06:27.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1984 | 2026-07-02T04:06:27.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1985 | 2026-07-02T04:06:27.322Z | |
| 1986 | 2026-07-02T04:06:27.322Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/299) |
| 1987 | 2026-07-02T04:06:27.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1988 | 2026-07-02T04:06:27.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1989 | 2026-07-02T04:06:27.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1990 | 2026-07-02T04:06:27.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1991 | 2026-07-02T04:06:27.717Z | |
| 1992 | 2026-07-02T04:06:27.717Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/299) |
| 1993 | 2026-07-02T04:06:28.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1994 | 2026-07-02T04:06:28.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1995 | 2026-07-02T04:06:28.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1996 | 2026-07-02T04:06:28.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1997 | 2026-07-02T04:06:28.110Z | |
| 1998 | 2026-07-02T04:06:28.111Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/299) |
| 1999 | 2026-07-02T04:06:28.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2000 | 2026-07-02T04:06:28.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2001 | 2026-07-02T04:06:28.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2002 | 2026-07-02T04:06:28.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2003 | 2026-07-02T04:06:28.500Z | |
| 2004 | 2026-07-02T04:06:28.500Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/299) |
| 2005 | 2026-07-02T04:06:28.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2006 | 2026-07-02T04:06:28.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2007 | 2026-07-02T04:06:28.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2008 | 2026-07-02T04:06:28.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2009 | 2026-07-02T04:06:28.894Z | |
| 2010 | 2026-07-02T04:06:28.894Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/299) |
| 2011 | 2026-07-02T04:06:29.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2012 | 2026-07-02T04:06:29.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2013 | 2026-07-02T04:06:29.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2014 | 2026-07-02T04:06:29.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2015 | 2026-07-02T04:06:29.287Z | |
| 2016 | 2026-07-02T04:06:29.287Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/299) |
| 2017 | 2026-07-02T04:06:29.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2018 | 2026-07-02T04:06:29.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2019 | 2026-07-02T04:06:29.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2020 | 2026-07-02T04:06:29.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2021 | 2026-07-02T04:06:29.680Z | |
| 2022 | 2026-07-02T04:06:29.680Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/299) |
| 2023 | 2026-07-02T04:06:30.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2024 | 2026-07-02T04:06:30.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2025 | 2026-07-02T04:06:30.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2026 | 2026-07-02T04:06:30.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2027 | 2026-07-02T04:06:30.074Z | |
| 2028 | 2026-07-02T04:06:30.074Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/299) |
| 2029 | 2026-07-02T04:06:30.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2030 | 2026-07-02T04:06:30.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2031 | 2026-07-02T04:06:30.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2032 | 2026-07-02T04:06:30.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2033 | 2026-07-02T04:06:30.467Z | |
| 2034 | 2026-07-02T04:06:30.467Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/299) |
| 2035 | 2026-07-02T04:06:30.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2036 | 2026-07-02T04:06:30.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2037 | 2026-07-02T04:06:30.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2038 | 2026-07-02T04:06:30.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2039 | 2026-07-02T04:06:30.862Z | |
| 2040 | 2026-07-02T04:06:30.862Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/299) |
| 2041 | 2026-07-02T04:06:31.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2042 | 2026-07-02T04:06:31.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2043 | 2026-07-02T04:06:31.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2044 | 2026-07-02T04:06:31.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2045 | 2026-07-02T04:06:31.256Z | |
| 2046 | 2026-07-02T04:06:31.256Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/299) |
| 2047 | 2026-07-02T04:06:31.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2048 | 2026-07-02T04:06:31.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2049 | 2026-07-02T04:06:31.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2050 | 2026-07-02T04:06:31.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2051 | 2026-07-02T04:06:31.651Z | |
| 2052 | 2026-07-02T04:06:31.651Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/299) |
| 2053 | 2026-07-02T04:06:31.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2054 | 2026-07-02T04:06:32.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2055 | 2026-07-02T04:06:32.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2056 | 2026-07-02T04:06:32.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2057 | 2026-07-02T04:06:32.043Z | |
| 2058 | 2026-07-02T04:06:32.043Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/299) |
| 2059 | 2026-07-02T04:06:32.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2060 | 2026-07-02T04:06:32.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2061 | 2026-07-02T04:06:32.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2062 | 2026-07-02T04:06:32.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2063 | 2026-07-02T04:06:32.438Z | |
| 2064 | 2026-07-02T04:06:32.438Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/299) |
| 2065 | 2026-07-02T04:06:32.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2066 | 2026-07-02T04:06:32.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2067 | 2026-07-02T04:06:32.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2068 | 2026-07-02T04:06:32.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2069 | 2026-07-02T04:06:32.846Z | |
| 2070 | 2026-07-02T04:06:32.846Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/299) |
| 2071 | 2026-07-02T04:06:33.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2072 | 2026-07-02T04:06:33.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2073 | 2026-07-02T04:06:33.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2074 | 2026-07-02T04:06:33.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2075 | 2026-07-02T04:06:33.237Z | |
| 2076 | 2026-07-02T04:06:33.237Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/299) |
| 2077 | 2026-07-02T04:06:33.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2078 | 2026-07-02T04:06:33.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2079 | 2026-07-02T04:06:33.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2080 | 2026-07-02T04:06:33.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2081 | 2026-07-02T04:06:33.631Z | |
| 2082 | 2026-07-02T04:06:33.631Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/299) |
| 2083 | 2026-07-02T04:06:33.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2084 | 2026-07-02T04:06:33.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2085 | 2026-07-02T04:06:33.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2086 | 2026-07-02T04:06:33.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2087 | 2026-07-02T04:06:34.029Z | |
| 2088 | 2026-07-02T04:06:34.029Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/299) |
| 2089 | 2026-07-02T04:06:34.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2090 | 2026-07-02T04:06:34.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2091 | 2026-07-02T04:06:34.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2092 | 2026-07-02T04:06:34.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2093 | 2026-07-02T04:06:34.582Z | |
| 2094 | 2026-07-02T04:06:34.582Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/299) |
| 2095 | 2026-07-02T04:06:35.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2096 | 2026-07-02T04:06:35.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2097 | 2026-07-02T04:06:35.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2098 | 2026-07-02T04:06:35.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2099 | 2026-07-02T04:06:35.140Z | |
| 2100 | 2026-07-02T04:06:35.140Z | info: running `cargo check --bins` on nexus-config (51/299) |
| 2101 | 2026-07-02T04:06:35.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2102 | 2026-07-02T04:06:35.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2103 | 2026-07-02T04:06:35.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2104 | 2026-07-02T04:06:35.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2105 | 2026-07-02T04:06:35.697Z | |
| 2106 | 2026-07-02T04:06:35.697Z | info: running `cargo check --bins` on nexus-types (52/299) |
| 2107 | 2026-07-02T04:06:36.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2108 | 2026-07-02T04:06:36.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2109 | 2026-07-02T04:06:36.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2110 | 2026-07-02T04:06:36.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2111 | 2026-07-02T04:06:36.254Z | |
| 2112 | 2026-07-02T04:06:36.254Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/299) |
| 2113 | 2026-07-02T04:06:36.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2114 | 2026-07-02T04:06:36.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2115 | 2026-07-02T04:06:36.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2116 | 2026-07-02T04:06:36.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2117 | 2026-07-02T04:06:36.779Z | |
| 2118 | 2026-07-02T04:06:36.779Z | info: running `cargo check --bins` on omicron-passwords (54/299) |
| 2119 | 2026-07-02T04:06:37.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2120 | 2026-07-02T04:06:37.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2121 | 2026-07-02T04:06:37.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2122 | 2026-07-02T04:06:37.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2123 | 2026-07-02T04:06:37.294Z | |
| 2124 | 2026-07-02T04:06:37.294Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/299) |
| 2125 | 2026-07-02T04:06:37.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2026-07-02T04:06:37.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2026-07-02T04:06:37.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2128 | 2026-07-02T04:06:37.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2129 | 2026-07-02T04:06:37.817Z | |
| 2130 | 2026-07-02T04:06:37.817Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/299) |
| 2131 | 2026-07-02T04:06:38.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2132 | 2026-07-02T04:06:38.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2133 | 2026-07-02T04:06:38.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2134 | 2026-07-02T04:06:38.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2135 | 2026-07-02T04:06:38.421Z | |
| 2136 | 2026-07-02T04:06:38.421Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/299) |
| 2137 | 2026-07-02T04:06:38.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2138 | 2026-07-02T04:06:38.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2139 | 2026-07-02T04:06:38.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2140 | 2026-07-02T04:06:38.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2141 | 2026-07-02T04:06:38.875Z | |
| 2142 | 2026-07-02T04:06:38.875Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/299) |
| 2143 | 2026-07-02T04:06:39.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2144 | 2026-07-02T04:06:39.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2145 | 2026-07-02T04:06:39.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2146 | 2026-07-02T04:06:39.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2147 | 2026-07-02T04:06:39.405Z | |
| 2148 | 2026-07-02T04:06:39.406Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/299) |
| 2149 | 2026-07-02T04:06:39.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2150 | 2026-07-02T04:06:39.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2151 | 2026-07-02T04:06:39.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2152 | 2026-07-02T04:06:39.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2153 | 2026-07-02T04:06:39.915Z | |
| 2154 | 2026-07-02T04:06:39.916Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/299) |
| 2155 | 2026-07-02T04:06:40.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2156 | 2026-07-02T04:06:40.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2157 | 2026-07-02T04:06:40.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2158 | 2026-07-02T04:06:40.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2159 | 2026-07-02T04:06:40.437Z | |
| 2160 | 2026-07-02T04:06:40.438Z | info: running `cargo check --bins --no-default-features` on gfss (61/299) |
| 2161 | 2026-07-02T04:06:40.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2162 | 2026-07-02T04:06:40.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2163 | 2026-07-02T04:06:40.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2164 | 2026-07-02T04:06:40.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2165 | 2026-07-02T04:06:40.941Z | |
| 2166 | 2026-07-02T04:06:40.942Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/299) |
| 2167 | 2026-07-02T04:06:41.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2168 | 2026-07-02T04:06:41.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2169 | 2026-07-02T04:06:41.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2170 | 2026-07-02T04:06:41.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2171 | 2026-07-02T04:06:41.449Z | |
| 2172 | 2026-07-02T04:06:41.449Z | info: running `cargo check --bins` on clickhouse-admin-types (63/299) |
| 2173 | 2026-07-02T04:06:41.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2174 | 2026-07-02T04:06:41.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2175 | 2026-07-02T04:06:41.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2176 | 2026-07-02T04:06:41.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2177 | 2026-07-02T04:06:41.975Z | |
| 2178 | 2026-07-02T04:06:41.975Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/299) |
| 2179 | 2026-07-02T04:06:42.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2180 | 2026-07-02T04:06:42.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2181 | 2026-07-02T04:06:42.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2182 | 2026-07-02T04:06:42.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2183 | 2026-07-02T04:06:42.516Z | |
| 2184 | 2026-07-02T04:06:42.516Z | info: running `cargo check --bins` on cockroach-admin-types (65/299) |
| 2185 | 2026-07-02T04:06:42.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2186 | 2026-07-02T04:06:42.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2187 | 2026-07-02T04:06:42.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2188 | 2026-07-02T04:06:42.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2189 | 2026-07-02T04:06:43.024Z | |
| 2190 | 2026-07-02T04:06:43.024Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/299) |
| 2191 | 2026-07-02T04:06:43.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2192 | 2026-07-02T04:06:43.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2193 | 2026-07-02T04:06:43.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2194 | 2026-07-02T04:06:43.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2195 | 2026-07-02T04:06:43.524Z | |
| 2196 | 2026-07-02T04:06:43.524Z | info: running `cargo check --bins` on ereport-types (67/299) |
| 2197 | 2026-07-02T04:06:43.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2198 | 2026-07-02T04:06:43.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2199 | 2026-07-02T04:06:43.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2200 | 2026-07-02T04:06:43.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2201 | 2026-07-02T04:06:44.039Z | |
| 2202 | 2026-07-02T04:06:44.039Z | info: running `cargo check --bins` on gateway-client (68/299) |
| 2203 | 2026-07-02T04:06:44.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2204 | 2026-07-02T04:06:44.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2205 | 2026-07-02T04:06:44.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2206 | 2026-07-02T04:06:44.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2207 | 2026-07-02T04:06:44.564Z | |
| 2208 | 2026-07-02T04:06:44.564Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/299) |
| 2209 | 2026-07-02T04:06:45.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2210 | 2026-07-02T04:06:45.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2211 | 2026-07-02T04:06:45.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2212 | 2026-07-02T04:06:45.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2213 | 2026-07-02T04:06:45.089Z | |
| 2214 | 2026-07-02T04:06:45.090Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/299) |
| 2215 | 2026-07-02T04:06:45.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2216 | 2026-07-02T04:06:45.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2217 | 2026-07-02T04:06:45.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2218 | 2026-07-02T04:06:45.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2219 | 2026-07-02T04:06:45.604Z | |
| 2220 | 2026-07-02T04:06:45.604Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/299) |
| 2221 | 2026-07-02T04:06:46.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2222 | 2026-07-02T04:06:46.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2223 | 2026-07-02T04:06:46.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2224 | 2026-07-02T04:06:46.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2225 | 2026-07-02T04:06:46.118Z | |
| 2226 | 2026-07-02T04:06:46.119Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/299) |
| 2227 | 2026-07-02T04:06:46.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2228 | 2026-07-02T04:06:46.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2229 | 2026-07-02T04:06:46.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2230 | 2026-07-02T04:06:46.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2231 | 2026-07-02T04:06:46.637Z | |
| 2232 | 2026-07-02T04:06:46.637Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/299) |
| 2233 | 2026-07-02T04:06:47.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2234 | 2026-07-02T04:06:47.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2235 | 2026-07-02T04:06:47.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2236 | 2026-07-02T04:06:47.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2237 | 2026-07-02T04:06:47.177Z | |
| 2238 | 2026-07-02T04:06:47.177Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/299) |
| 2239 | 2026-07-02T04:06:47.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2240 | 2026-07-02T04:06:47.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2241 | 2026-07-02T04:06:47.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2242 | 2026-07-02T04:06:47.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2243 | 2026-07-02T04:06:47.716Z | |
| 2244 | 2026-07-02T04:06:47.716Z | info: running `cargo check --bins` on key-manager-types (75/299) |
| 2245 | 2026-07-02T04:06:48.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2246 | 2026-07-02T04:06:48.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2247 | 2026-07-02T04:06:48.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2248 | 2026-07-02T04:06:48.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2249 | 2026-07-02T04:06:48.225Z | |
| 2250 | 2026-07-02T04:06:48.225Z | info: running `cargo check --bins` on oxlog (76/299) |
| 2251 | 2026-07-02T04:06:48.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2252 | 2026-07-02T04:06:48.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2253 | 2026-07-02T04:06:48.782Z | Checking cfg-if v1.0.4 |
| 2254 | 2026-07-02T04:06:48.786Z | Checking libc v0.2.185 |
| 2255 | 2026-07-02T04:06:48.786Z | Checking serde_core v1.0.228 |
| 2256 | 2026-07-02T04:06:48.893Z | Checking memchr v2.8.0 |
| 2257 | 2026-07-02T04:06:48.893Z | Checking zeroize v1.8.2 |
| 2258 | 2026-07-02T04:06:48.907Z | Checking log v0.4.29 |
| 2259 | 2026-07-02T04:06:48.912Z | Checking smallvec v1.15.1 |
| 2260 | 2026-07-02T04:06:48.928Z | Checking subtle v2.6.1 |
| 2261 | 2026-07-02T04:06:48.936Z | Checking itoa v1.0.17 |
| 2262 | 2026-07-02T04:06:49.036Z | Checking scopeguard v1.2.0 |
| 2263 | 2026-07-02T04:06:49.067Z | Checking typenum v1.20.1 |
| 2264 | 2026-07-02T04:06:49.067Z | Checking stable_deref_trait v1.2.1 |
| 2265 | 2026-07-02T04:06:49.090Z | Checking zerofrom v0.1.6 |
| 2266 | 2026-07-02T04:06:49.103Z | Checking pin-project-lite v0.2.17 |
| 2267 | 2026-07-02T04:06:49.129Z | Checking lock_api v0.4.14 |
| 2268 | 2026-07-02T04:06:49.143Z | Checking portable-atomic v1.13.1 |
| 2269 | 2026-07-02T04:06:49.187Z | Checking futures-core v0.3.32 |
| 2270 | 2026-07-02T04:06:49.199Z | Checking yoke v0.8.1 |
| 2271 | 2026-07-02T04:06:49.283Z | Checking errno v0.3.14 |
| 2272 | 2026-07-02T04:06:49.309Z | Checking getrandom v0.2.17 |
| 2273 | 2026-07-02T04:06:49.325Z | Checking parking_lot_core v0.9.12 |
| 2274 | 2026-07-02T04:06:49.329Z | Checking critical-section v1.2.0 |
| 2275 | 2026-07-02T04:06:49.359Z | Checking zerovec v0.11.5 |
| 2276 | 2026-07-02T04:06:49.558Z | Checking signal-hook-registry v1.4.8 |
| 2277 | 2026-07-02T04:06:52.811Z | Checking mio v1.2.0 |
| 2278 | 2026-07-02T04:06:52.811Z | Checking rand_core v0.6.4 |
| 2279 | 2026-07-02T04:06:52.811Z | Checking parking_lot v0.12.5 |
| 2280 | 2026-07-02T04:06:52.811Z | Checking once_cell v1.21.3 |
| 2281 | 2026-07-02T04:06:52.811Z | Checking zerocopy v0.8.40 |
| 2282 | 2026-07-02T04:06:52.811Z | Checking const-oid v0.9.6 |
| 2283 | 2026-07-02T04:06:52.854Z | Checking zmij v1.0.21 |
| 2284 | 2026-07-02T04:06:52.854Z | Checking rand_core v0.10.0 |
| 2285 | 2026-07-02T04:06:52.855Z | Checking socket2 v0.6.3 |
| 2286 | 2026-07-02T04:06:52.855Z | Checking tinystr v0.8.2 |
| 2287 | 2026-07-02T04:06:52.855Z | Checking generic-array v0.14.7 |
| 2288 | 2026-07-02T04:06:52.855Z | Checking getrandom v0.4.1 |
| 2289 | 2026-07-02T04:06:52.855Z | Checking libm v0.2.16 |
| 2290 | 2026-07-02T04:06:52.855Z | Checking equivalent v1.0.2 |
| 2291 | 2026-07-02T04:06:52.855Z | Checking litemap v0.8.1 |
| 2292 | 2026-07-02T04:06:52.855Z | Checking writeable v0.6.2 |
| 2293 | 2026-07-02T04:06:52.855Z | Checking percent-encoding v2.3.2 |
| 2294 | 2026-07-02T04:06:52.855Z | Checking icu_locale_core v2.1.1 |
| 2295 | 2026-07-02T04:06:52.855Z | Checking potential_utf v0.1.4 |
| 2296 | 2026-07-02T04:06:52.855Z | Checking zerotrie v0.2.3 |
| 2297 | 2026-07-02T04:06:52.855Z | Checking futures-sink v0.3.32 |
| 2298 | 2026-07-02T04:06:52.855Z | Checking icu_collections v2.1.1 |
| 2299 | 2026-07-02T04:06:52.855Z | Checking futures-task v0.3.32 |
| 2300 | 2026-07-02T04:06:52.855Z | Checking futures-channel v0.3.32 |
| 2301 | 2026-07-02T04:06:52.855Z | Checking serde v1.0.228 |
| 2302 | 2026-07-02T04:06:52.855Z | Checking bitflags v2.11.0 |
| 2303 | 2026-07-02T04:06:52.855Z | Checking serde_json v1.0.150 |
| 2304 | 2026-07-02T04:06:52.855Z | Checking futures-io v0.3.32 |
| 2305 | 2026-07-02T04:06:52.855Z | Checking slab v0.4.12 |
| 2306 | 2026-07-02T04:06:52.855Z | Checking icu_normalizer_data v2.1.1 |
| 2307 | 2026-07-02T04:06:52.855Z | Checking num-traits v0.2.19 |
| 2308 | 2026-07-02T04:06:52.855Z | Checking icu_properties_data v2.1.2 |
| 2309 | 2026-07-02T04:06:52.856Z | Checking hashbrown v0.17.0 |
| 2310 | 2026-07-02T04:06:52.856Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-07-02T04:06:52.856Z | Checking futures-util v0.3.32 |
| 2312 | 2026-07-02T04:06:52.856Z | Checking crypto-common v0.1.7 |
| 2313 | 2026-07-02T04:06:52.856Z | Checking bytes v1.11.1 |
| 2314 | 2026-07-02T04:06:52.856Z | Checking block-buffer v0.10.4 |
| 2315 | 2026-07-02T04:06:52.856Z | Checking icu_properties v2.1.2 |
| 2316 | 2026-07-02T04:06:52.856Z | Checking icu_normalizer v2.1.1 |
| 2317 | 2026-07-02T04:06:52.856Z | Checking digest v0.10.7 |
| 2318 | 2026-07-02T04:06:52.856Z | Checking utf8_iter v1.0.4 |
| 2319 | 2026-07-02T04:06:52.856Z | Checking indexmap v2.14.0 |
| 2320 | 2026-07-02T04:06:52.856Z | Checking tokio v1.52.1 |
| 2321 | 2026-07-02T04:06:52.856Z | Checking form_urlencoded v1.2.2 |
| 2322 | 2026-07-02T04:06:52.856Z | Checking getrandom v0.3.4 |
| 2323 | 2026-07-02T04:06:52.856Z | Checking fnv v1.0.7 |
| 2324 | 2026-07-02T04:06:52.856Z | Checking byteorder v1.5.0 |
| 2325 | 2026-07-02T04:06:52.856Z | Checking http v1.4.2 |
| 2326 | 2026-07-02T04:06:52.856Z | Checking rand_core v0.9.5 |
| 2327 | 2026-07-02T04:06:52.856Z | Checking base64ct v1.8.3 |
| 2328 | 2026-07-02T04:06:52.856Z | Checking regex-syntax v0.8.10 |
| 2329 | 2026-07-02T04:06:52.856Z | Checking rustix v1.1.3 |
| 2330 | 2026-07-02T04:06:52.856Z | Checking idna_adapter v1.2.1 |
| 2331 | 2026-07-02T04:06:52.856Z | Checking pem-rfc7468 v0.7.0 |
| 2332 | 2026-07-02T04:06:52.856Z | Checking idna v1.1.0 |
| 2333 | 2026-07-02T04:06:52.857Z | Checking uuid v1.23.4 |
| 2334 | 2026-07-02T04:06:52.857Z | Checking tracing-core v0.1.36 |
| 2335 | 2026-07-02T04:06:52.857Z | Checking url v2.5.8 |
| 2336 | 2026-07-02T04:06:52.857Z | Checking base64 v0.22.1 |
| 2337 | 2026-07-02T04:06:52.857Z | Checking flagset v0.4.7 |
| 2338 | 2026-07-02T04:06:52.857Z | Checking ppv-lite86 v0.2.21 |
| 2339 | 2026-07-02T04:06:52.857Z | Checking iana-time-zone v0.1.65 |
| 2340 | 2026-07-02T04:06:52.857Z | Checking chrono v0.4.44 |
| 2341 | 2026-07-02T04:06:52.857Z | Checking der v0.7.10 |
| 2342 | 2026-07-02T04:06:52.857Z | Checking tracing v0.1.44 |
| 2343 | 2026-07-02T04:06:52.857Z | Checking http-body v1.0.1 |
| 2344 | 2026-07-02T04:06:52.857Z | Checking rustls-pki-types v1.14.0 |
| 2345 | 2026-07-02T04:06:52.857Z | Checking rand_chacha v0.9.0 |
| 2346 | 2026-07-02T04:06:52.857Z | Checking openssl-probe v0.2.1 |
| 2347 | 2026-07-02T04:06:52.857Z | Checking cmov v0.5.4 |
| 2348 | 2026-07-02T04:06:52.857Z | Checking tinyvec_macros v0.1.1 |
| 2349 | 2026-07-02T04:06:52.857Z | Checking tinyvec v1.10.0 |
| 2350 | 2026-07-02T04:06:52.885Z | Checking rand v0.9.2 |
| 2351 | 2026-07-02T04:06:52.898Z | Checking ctutils v0.4.2 |
| 2352 | 2026-07-02T04:06:52.899Z | Checking aws-lc-sys v0.40.0 |
| 2353 | 2026-07-02T04:06:52.915Z | Checking try-lock v0.2.5 |
| 2354 | 2026-07-02T04:06:52.992Z | Checking atomic-waker v1.1.2 |
| 2355 | 2026-07-02T04:06:53.073Z | Checking tower-service v0.3.3 |
| 2356 | 2026-07-02T04:06:53.089Z | Checking tower-layer v0.3.3 |
| 2357 | 2026-07-02T04:06:53.111Z | Checking untrusted v0.7.1 |
| 2358 | 2026-07-02T04:06:53.160Z | Checking hybrid-array v0.4.13 |
| 2359 | 2026-07-02T04:06:53.206Z | Checking spki v0.7.3 |
| 2360 | 2026-07-02T04:06:53.217Z | Checking want v0.3.1 |
| 2361 | 2026-07-02T04:06:53.231Z | Checking ipnet v2.11.0 |
| 2362 | 2026-07-02T04:06:53.278Z | Checking httparse v1.10.1 |
| 2363 | 2026-07-02T04:06:53.315Z | Checking aho-corasick v1.1.4 |
| 2364 | 2026-07-02T04:06:53.330Z | Checking untrusted v0.9.0 |
| 2365 | 2026-07-02T04:06:53.363Z | Checking foreign-types-shared v0.1.1 |
| 2366 | 2026-07-02T04:06:53.366Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-07-02T04:06:53.433Z | Checking fastrand v2.3.0 |
| 2368 | 2026-07-02T04:06:53.854Z | Checking plain v0.2.3 |
| 2369 | 2026-07-02T04:06:53.854Z | Checking utf8parse v0.2.2 |
| 2370 | 2026-07-02T04:06:53.854Z | Checking httpdate v1.0.3 |
| 2371 | 2026-07-02T04:06:53.854Z | Checking cpufeatures v0.2.17 |
| 2372 | 2026-07-02T04:06:53.854Z | Checking dyn-clone v1.0.20 |
| 2373 | 2026-07-02T04:06:53.854Z | Checking foreign-types v0.3.2 |
| 2374 | 2026-07-02T04:06:53.854Z | Checking tempfile v3.25.0 |
| 2375 | 2026-07-02T04:06:53.854Z | Checking pkcs8 v0.10.2 |
| 2376 | 2026-07-02T04:06:53.854Z | Checking unicode-normalization v0.1.25 |
| 2377 | 2026-07-02T04:06:53.855Z | Checking semver v1.0.28 |
| 2378 | 2026-07-02T04:06:53.855Z | Checking openssl-sys v0.9.115 |
| 2379 | 2026-07-02T04:06:53.855Z | Checking spin v0.9.8 |
| 2380 | 2026-07-02T04:06:53.878Z | Checking anstyle v1.0.14 |
| 2381 | 2026-07-02T04:06:53.919Z | Checking unicode-ident v1.0.24 |
| 2382 | 2026-07-02T04:06:53.980Z | Checking regex-automata v0.4.14 |
| 2383 | 2026-07-02T04:06:53.980Z | Checking ucd-trie v0.1.7 |
| 2384 | 2026-07-02T04:06:54.025Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-07-02T04:06:54.067Z | Checking schemars v0.8.22 |
| 2386 | 2026-07-02T04:06:54.071Z | Checking sha2 v0.10.9 |
| 2387 | 2026-07-02T04:06:54.119Z | Checking pest v2.8.6 |
| 2388 | 2026-07-02T04:06:54.134Z | Checking openssl v0.10.79 |
| 2389 | 2026-07-02T04:06:54.199Z | Checking rustls-webpki v0.103.13 |
| 2390 | 2026-07-02T04:06:54.331Z | Checking hmac v0.12.1 |
| 2391 | 2026-07-02T04:06:54.348Z | Checking thiserror v2.0.18 |
| 2392 | 2026-07-02T04:06:54.425Z | Checking tokio-util v0.7.18 |
| 2393 | 2026-07-02T04:06:54.440Z | Checking sync_wrapper v1.0.2 |
| 2394 | 2026-07-02T04:06:54.457Z | Checking wait-timeout v0.2.1 |
| 2395 | 2026-07-02T04:06:54.537Z | Checking quick-error v1.2.3 |
| 2396 | 2026-07-02T04:06:54.614Z | Checking bit-vec v0.8.0 |
| 2397 | 2026-07-02T04:06:54.615Z | Checking rustls v0.23.41 |
| 2398 | 2026-07-02T04:06:54.634Z | Checking pretty-hex v0.4.1 |
| 2399 | 2026-07-02T04:06:54.701Z | Checking anstyle-query v1.1.5 |
| 2400 | 2026-07-02T04:06:54.746Z | Checking powerfmt v0.2.0 |
| 2401 | 2026-07-02T04:06:54.763Z | Checking siphasher v1.0.2 |
| 2402 | 2026-07-02T04:06:54.788Z | Checking colorchoice v1.0.4 |
| 2403 | 2026-07-02T04:06:54.888Z | Checking is_terminal_polyfill v1.70.2 |
| 2404 | 2026-07-02T04:06:54.900Z | Checking simd-adler32 v0.3.8 |
| 2405 | 2026-07-02T04:06:54.922Z | Checking deranged v0.5.8 |
| 2406 | 2026-07-02T04:06:54.985Z | Checking bit-set v0.8.0 |
| 2407 | 2026-07-02T04:06:55.038Z | Checking h2 v0.4.15 |
| 2408 | 2026-07-02T04:06:55.069Z | Checking rusty-fork v0.3.1 |
| 2409 | 2026-07-02T04:06:55.120Z | Checking tower v0.5.3 |
| 2410 | 2026-07-02T04:06:55.159Z | Checking quote v1.0.45 |
| 2411 | 2026-07-02T04:06:55.239Z | Compiling newtype-uuid v1.3.2 |
| 2412 | 2026-07-02T04:06:55.359Z | Checking http-body-util v0.1.3 |
| 2413 | 2026-07-02T04:06:55.405Z | Checking crossbeam-utils v0.8.21 |
| 2414 | 2026-07-02T04:06:55.507Z | Checking rand_xorshift v0.4.0 |
| 2415 | 2026-07-02T04:06:55.557Z | Checking crc32fast v1.5.0 |
| 2416 | 2026-07-02T04:06:55.624Z | Checking scroll v0.13.0 |
| 2417 | 2026-07-02T04:06:55.698Z | Checking iri-string v0.7.10 |
| 2418 | 2026-07-02T04:06:55.762Z | Checking time-core v0.1.8 |
| 2419 | 2026-07-02T04:06:55.832Z | Checking num_threads v0.1.7 |
| 2420 | 2026-07-02T04:06:55.849Z | Checking allocator-api2 v0.2.21 |
| 2421 | 2026-07-02T04:06:55.864Z | Checking num-conv v0.2.0 |
| 2422 | 2026-07-02T04:06:55.898Z | Checking ryu v1.0.23 |
| 2423 | 2026-07-02T04:06:55.912Z | Checking unarray v0.1.4 |
| 2424 | 2026-07-02T04:06:55.965Z | Checking unicode-properties v0.1.4 |
| 2425 | 2026-07-02T04:06:56.016Z | Checking adler2 v2.0.1 |
| 2426 | 2026-07-02T04:06:56.033Z | Checking unicode-bidi v0.3.18 |
| 2427 | 2026-07-02T04:06:56.118Z | Checking miniz_oxide v0.8.9 |
| 2428 | 2026-07-02T04:06:56.118Z | Checking serde_urlencoded v0.7.1 |
| 2429 | 2026-07-02T04:06:56.150Z | Checking proptest v1.10.0 |
| 2430 | 2026-07-02T04:06:56.164Z | Checking native-tls v0.2.18 |
| 2431 | 2026-07-02T04:06:56.330Z | Checking stringprep v0.1.5 |
| 2432 | 2026-07-02T04:06:56.343Z | Checking time v0.3.47 |
| 2433 | 2026-07-02T04:06:56.358Z | Checking tokio-native-tls v0.3.1 |
| 2434 | 2026-07-02T04:06:56.465Z | Checking goblin v0.10.5 |
| 2435 | 2026-07-02T04:06:56.473Z | Checking bstr v1.12.1 |
| 2436 | 2026-07-02T04:06:56.496Z | Checking crossbeam-epoch v0.9.18 |
| 2437 | 2026-07-02T04:06:56.719Z | Checking tower-http v0.6.8 |
| 2438 | 2026-07-02T04:06:56.732Z | Compiling daft v0.1.7 |
| 2439 | 2026-07-02T04:06:56.856Z | Checking syn v2.0.117 |
| 2440 | 2026-07-02T04:06:56.882Z | Checking ipnetwork v0.21.1 |
| 2441 | 2026-07-02T04:06:56.991Z | Checking crypto-common v0.2.2 |
| 2442 | 2026-07-02T04:06:57.004Z | Checking block-buffer v0.12.1 |
| 2443 | 2026-07-02T04:06:57.110Z | Checking block-padding v0.4.2 |
| 2444 | 2026-07-02T04:06:57.175Z | Checking anstyle-parse v1.0.0 |
| 2445 | 2026-07-02T04:06:57.238Z | Checking rustls-native-certs v0.8.3 |
| 2446 | 2026-07-02T04:06:57.314Z | Checking rand_chacha v0.3.1 |
| 2447 | 2026-07-02T04:06:57.358Z | Checking thiserror v1.0.69 |
| 2448 | 2026-07-02T04:06:57.448Z | Checking scroll v0.12.0 |
| 2449 | 2026-07-02T04:06:57.455Z | Checking hash32 v0.2.1 |
| 2450 | 2026-07-02T04:06:57.519Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2451 | 2026-07-02T04:06:57.591Z | Checking md-5 v0.10.6 |
| 2452 | 2026-07-02T04:06:57.611Z | Checking signature v2.2.0 |
| 2453 | 2026-07-02T04:06:57.639Z | Checking num-integer v0.1.46 |
| 2454 | 2026-07-02T04:06:57.672Z | Checking serde_spanned v0.6.9 |
| 2455 | 2026-07-02T04:06:57.714Z | Checking toml_datetime v0.6.11 |
| 2456 | 2026-07-02T04:06:57.734Z | Checking encoding_rs v0.8.35 |
| 2457 | 2026-07-02T04:06:57.790Z | Checking psl-types v2.0.11 |
| 2458 | 2026-07-02T04:06:57.845Z | Checking mime v0.3.17 |
| 2459 | 2026-07-02T04:06:57.865Z | Checking hyper v1.10.1 |
| 2460 | 2026-07-02T04:06:57.893Z | Checking fallible-iterator v0.2.0 |
| 2461 | 2026-07-02T04:06:57.922Z | Checking zlib-rs v0.6.2 |
| 2462 | 2026-07-02T04:06:58.024Z | Checking publicsuffix v2.3.0 |
| 2463 | 2026-07-02T04:06:58.075Z | Checking num-iter v0.1.45 |
| 2464 | 2026-07-02T04:06:58.159Z | Checking postgres-protocol v0.6.10 |
| 2465 | 2026-07-02T04:06:58.172Z | Checking goblin v0.8.2 |
| 2466 | 2026-07-02T04:06:58.187Z | Checking zstd-safe v7.2.4 |
| 2467 | 2026-07-02T04:06:58.341Z | Checking heapless v0.7.17 |
| 2468 | 2026-07-02T04:06:58.472Z | Checking rand v0.8.6 |
| 2469 | 2026-07-02T04:06:58.663Z | Checking cookie v0.18.1 |
| 2470 | 2026-07-02T04:06:58.743Z | Checking anstream v1.0.0 |
| 2471 | 2026-07-02T04:06:58.766Z | Checking dof v0.4.0 |
| 2472 | 2026-07-02T04:06:58.783Z | Checking hyper-util v0.1.20 |
| 2473 | 2026-07-02T04:06:58.801Z | Checking flate2 v1.1.9 |
| 2474 | 2026-07-02T04:06:59.050Z | Checking inout v0.2.2 |
| 2475 | 2026-07-02T04:06:59.091Z | Compiling iddqd v0.4.2 |
| 2476 | 2026-07-02T04:06:59.092Z | Checking oxnet v0.1.6 |
| 2477 | 2026-07-02T04:06:59.092Z | Checking tokio-rustls v0.26.4 |
| 2478 | 2026-07-02T04:06:59.106Z | Checking dtrace-parser v0.3.0 |
| 2479 | 2026-07-02T04:06:59.114Z | Checking phf_shared v0.13.1 |
| 2480 | 2026-07-02T04:06:59.238Z | Checking lazy_static v1.5.0 |
| 2481 | 2026-07-02T04:06:59.259Z | Checking anstyle-parse v0.2.7 |
| 2482 | 2026-07-02T04:06:59.309Z | Checking pin-project v1.1.11 |
| 2483 | 2026-07-02T04:06:59.324Z | Checking zerocopy v0.7.35 |
| 2484 | 2026-07-02T04:06:59.353Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2485 | 2026-07-02T04:06:59.389Z | Checking signal-hook v0.3.18 |
| 2486 | 2026-07-02T04:07:02.872Z | Checking futures-executor v0.3.32 |
| 2487 | 2026-07-02T04:07:02.873Z | Checking terminal_size v0.4.3 |
| 2488 | 2026-07-02T04:07:02.873Z | Checking hex v0.4.3 |
| 2489 | 2026-07-02T04:07:02.873Z | Checking ff v0.13.1 |
| 2490 | 2026-07-02T04:07:02.873Z | Checking thread-id v5.1.0 |
| 2491 | 2026-07-02T04:07:02.873Z | Checking clap_lex v1.0.0 |
| 2492 | 2026-07-02T04:07:02.873Z | Checking either v1.15.0 |
| 2493 | 2026-07-02T04:07:02.873Z | Checking bumpalo v3.20.2 |
| 2494 | 2026-07-02T04:07:02.873Z | Compiling rayon-core v1.13.0 |
| 2495 | 2026-07-02T04:07:02.873Z | Checking bitflags v1.3.2 |
| 2496 | 2026-07-02T04:07:02.873Z | Checking foldhash v0.1.5 |
| 2497 | 2026-07-02T04:07:02.873Z | Checking same-file v1.0.6 |
| 2498 | 2026-07-02T04:07:02.873Z | Checking foldhash v0.2.0 |
| 2499 | 2026-07-02T04:07:02.873Z | Checking winnow v0.5.40 |
| 2500 | 2026-07-02T04:07:02.873Z | Checking managed v0.8.0 |
| 2501 | 2026-07-02T04:07:02.873Z | Checking libbz2-rs-sys v0.2.2 |
| 2502 | 2026-07-02T04:07:02.873Z | Checking strsim v0.11.1 |
| 2503 | 2026-07-02T04:07:02.873Z | Checking base16ct v0.2.0 |
| 2504 | 2026-07-02T04:07:02.874Z | Checking smoltcp v0.9.1 |
| 2505 | 2026-07-02T04:07:02.874Z | Checking hyper-tls v0.6.0 |
| 2506 | 2026-07-02T04:07:02.874Z | Checking dof v0.3.0 |
| 2507 | 2026-07-02T04:07:02.874Z | Checking sec1 v0.7.3 |
| 2508 | 2026-07-02T04:07:02.874Z | Checking clap_builder v4.6.0 |
| 2509 | 2026-07-02T04:07:02.874Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2510 | 2026-07-02T04:07:02.874Z | Checking reqwest v0.12.28 |
| 2511 | 2026-07-02T04:07:02.874Z | Checking hyper-rustls v0.27.7 |
| 2512 | 2026-07-02T04:07:02.874Z | Checking hashbrown v0.16.1 |
| 2513 | 2026-07-02T04:07:02.874Z | Checking bzip2 v0.6.1 |
| 2514 | 2026-07-02T04:07:02.874Z | Checking hashbrown v0.15.5 |
| 2515 | 2026-07-02T04:07:02.874Z | Checking walkdir v2.5.0 |
| 2516 | 2026-07-02T04:07:02.874Z | Checking zopfli v0.8.3 |
| 2517 | 2026-07-02T04:07:02.874Z | Checking group v0.13.0 |
| 2518 | 2026-07-02T04:07:02.874Z | Checking usdt-impl v0.6.0 |
| 2519 | 2026-07-02T04:07:02.874Z | Checking signal-hook-mio v0.2.5 |
| 2520 | 2026-07-02T04:07:02.874Z | Checking futures v0.3.32 |
| 2521 | 2026-07-02T04:07:02.874Z | Checking anstream v0.6.21 |
| 2522 | 2026-07-02T04:07:02.874Z | Checking snafu v0.8.9 |
| 2523 | 2026-07-02T04:07:02.874Z | Checking bzip2 v0.4.4 |
| 2524 | 2026-07-02T04:07:02.874Z | Checking num-bigint-dig v0.8.6 |
| 2525 | 2026-07-02T04:07:02.874Z | Checking phf v0.13.1 |
| 2526 | 2026-07-02T04:07:02.874Z | Checking toml_edit v0.19.15 |
| 2527 | 2026-07-02T04:07:02.874Z | Checking cipher v0.5.2 |
| 2528 | 2026-07-02T04:07:02.874Z | Checking cookie_store v0.22.1 |
| 2529 | 2026-07-02T04:07:02.874Z | Checking postgres-types v0.2.12 |
| 2530 | 2026-07-02T04:07:02.874Z | Checking zstd v0.13.3 |
| 2531 | 2026-07-02T04:07:02.874Z | Checking ed25519 v2.2.3 |
| 2532 | 2026-07-02T04:07:02.874Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-07-02T04:07:02.874Z | Checking rustls-platform-verifier v0.6.2 |
| 2534 | 2026-07-02T04:07:02.874Z | Checking globset v0.4.18 |
| 2535 | 2026-07-02T04:07:02.874Z | Checking crossbeam-deque v0.8.6 |
| 2536 | 2026-07-02T04:07:02.875Z | Checking regex v1.12.3 |
| 2537 | 2026-07-02T04:07:02.875Z | Checking phf_shared v0.11.3 |
| 2538 | 2026-07-02T04:07:02.875Z | Checking hkdf v0.12.4 |
| 2539 | 2026-07-02T04:07:02.875Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-07-02T04:07:02.875Z | Checking curve25519-dalek v4.1.3 |
| 2541 | 2026-07-02T04:07:02.875Z | Checking ref-cast v1.0.25 |
| 2542 | 2026-07-02T04:07:02.875Z | Checking strum v0.27.2 |
| 2543 | 2026-07-02T04:07:02.875Z | Checking pkcs1 v0.7.5 |
| 2544 | 2026-07-02T04:07:02.875Z | Checking hubpack v0.1.2 |
| 2545 | 2026-07-02T04:07:02.875Z | Checking memoffset v0.9.1 |
| 2546 | 2026-07-02T04:07:02.875Z | Checking rustix v0.38.44 |
| 2547 | 2026-07-02T04:07:02.875Z | Checking pem v3.0.6 |
| 2548 | 2026-07-02T04:07:02.875Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-07-02T04:07:02.875Z | Checking serde-big-array v0.5.1 |
| 2550 | 2026-07-02T04:07:02.875Z | Checking serde_plain v1.0.2 |
| 2551 | 2026-07-02T04:07:02.875Z | Checking erased-serde v0.3.31 |
| 2552 | 2026-07-02T04:07:02.875Z | Checking crypto-bigint v0.5.5 |
| 2553 | 2026-07-02T04:07:02.875Z | Checking thread-id v4.2.2 |
| 2554 | 2026-07-02T04:07:02.875Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-07-02T04:07:02.875Z | Checking env_filter v1.0.0 |
| 2556 | 2026-07-02T04:07:02.875Z | Checking typed-path v0.9.3 |
| 2557 | 2026-07-02T04:07:02.875Z | Checking fixedbitset v0.5.7 |
| 2558 | 2026-07-02T04:07:02.875Z | Checking const-oid v0.10.2 |
| 2559 | 2026-07-02T04:07:02.875Z | Checking precomputed-hash v0.1.1 |
| 2560 | 2026-07-02T04:07:02.875Z | Checking whoami v2.1.0 |
| 2561 | 2026-07-02T04:07:02.875Z | Checking unicode-segmentation v1.12.0 |
| 2562 | 2026-07-02T04:07:02.875Z | Checking new_debug_unreachable v1.0.6 |
| 2563 | 2026-07-02T04:07:02.875Z | Checking data-encoding v2.10.0 |
| 2564 | 2026-07-02T04:07:02.875Z | Checking toml_write v0.1.2 |
| 2565 | 2026-07-02T04:07:02.875Z | Checking predicates-core v1.0.10 |
| 2566 | 2026-07-02T04:07:02.875Z | Checking difflib v0.4.0 |
| 2567 | 2026-07-02T04:07:02.876Z | Checking fixedbitset v0.4.2 |
| 2568 | 2026-07-02T04:07:02.876Z | Checking static_assertions v1.1.0 |
| 2569 | 2026-07-02T04:07:02.876Z | Checking keccak v0.1.6 |
| 2570 | 2026-07-02T04:07:02.876Z | Checking cpufeatures v0.3.0 |
| 2571 | 2026-07-02T04:07:02.876Z | Checking normalize-line-endings v0.3.0 |
| 2572 | 2026-07-02T04:07:02.876Z | Checking jiff v0.2.21 |
| 2573 | 2026-07-02T04:07:02.876Z | Checking winnow v0.7.14 |
| 2574 | 2026-07-02T04:07:02.876Z | Checking winnow v1.0.3 |
| 2575 | 2026-07-02T04:07:02.876Z | Checking petgraph v0.6.5 |
| 2576 | 2026-07-02T04:07:02.876Z | Checking predicates v3.1.4 |
| 2577 | 2026-07-02T04:07:02.876Z | Checking sha3 v0.10.8 |
| 2578 | 2026-07-02T04:07:02.876Z | Checking tough v0.22.0 |
| 2579 | 2026-07-02T04:07:02.876Z | Checking elliptic-curve v0.13.8 |
| 2580 | 2026-07-02T04:07:02.939Z | Checking chacha20 v0.10.0 |
| 2581 | 2026-07-02T04:07:02.939Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2582 | 2026-07-02T04:07:02.939Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2583 | 2026-07-02T04:07:03.005Z | Checking similar v2.7.0 |
| 2584 | 2026-07-02T04:07:03.031Z | Checking hickory-proto v0.25.2 |
| 2585 | 2026-07-02T04:07:03.122Z | Checking crossterm v0.28.1 |
| 2586 | 2026-07-02T04:07:03.379Z | Checking tokio-postgres v0.7.16 |
| 2587 | 2026-07-02T04:07:03.662Z | Checking toml_edit v0.22.27 |
| 2588 | 2026-07-02T04:07:03.781Z | Checking ed25519-dalek v2.2.0 |
| 2589 | 2026-07-02T04:07:03.816Z | Checking string_cache v0.8.9 |
| 2590 | 2026-07-02T04:07:03.982Z | Checking digest v0.11.3 |
| 2591 | 2026-07-02T04:07:04.011Z | Checking petgraph v0.8.3 |
| 2592 | 2026-07-02T04:07:04.159Z | Checking slog v2.8.2 |
| 2593 | 2026-07-02T04:07:04.425Z | Checking env_logger v0.11.9 |
| 2594 | 2026-07-02T04:07:04.616Z | Checking toml v0.7.8 |
| 2595 | 2026-07-02T04:07:04.646Z | Checking usdt v0.6.0 |
| 2596 | 2026-07-02T04:07:04.686Z | Checking zip v4.6.1 |
| 2597 | 2026-07-02T04:07:04.699Z | Checking usdt-impl v0.5.0 |
| 2598 | 2026-07-02T04:07:04.752Z | Checking rsa v0.9.10 |
| 2599 | 2026-07-02T04:07:04.806Z | Checking nix v0.31.2 |
| 2600 | 2026-07-02T04:07:05.096Z | Checking reqwest v0.13.2 |
| 2601 | 2026-07-02T04:07:05.215Z | Checking clap v4.6.1 |
| 2602 | 2026-07-02T04:07:05.248Z | Checking zip v0.6.6 |
| 2603 | 2026-07-02T04:07:05.291Z | Checking itertools v0.13.0 |
| 2604 | 2026-07-02T04:07:05.317Z | Checking serde_with v3.17.0 |
| 2605 | 2026-07-02T04:07:05.578Z | Checking strum v0.26.3 |
| 2606 | 2026-07-02T04:07:05.591Z | Checking fs-err v3.3.0 |
| 2607 | 2026-07-02T04:07:05.688Z | Checking ahash v0.8.12 |
| 2608 | 2026-07-02T04:07:05.841Z | Checking tokio-stream v0.1.18 |
| 2609 | 2026-07-02T04:07:05.845Z | Checking object v0.37.3 |
| 2610 | 2026-07-02T04:07:05.882Z | Checking buf-list v1.1.2 |
| 2611 | 2026-07-02T04:07:05.886Z | Checking camino v1.2.2 |
| 2612 | 2026-07-02T04:07:05.950Z | Checking anyhow v1.0.102 |
| 2613 | 2026-07-02T04:07:06.032Z | Checking x509-cert v0.2.5 |
| 2614 | 2026-07-02T04:07:06.059Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2615 | 2026-07-02T04:07:06.134Z | Checking openapiv3 v2.2.0 |
| 2616 | 2026-07-02T04:07:06.149Z | Checking lalrpop-util v0.19.12 |
| 2617 | 2026-07-02T04:07:06.214Z | Checking peg-runtime v0.8.5 |
| 2618 | 2026-07-02T04:07:06.305Z | Checking rayon v1.11.0 |
| 2619 | 2026-07-02T04:07:06.317Z | Checking sigpipe v0.1.3 |
| 2620 | 2026-07-02T04:07:06.353Z | Checking glob v0.3.3 |
| 2621 | 2026-07-02T04:07:07.989Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2622 | 2026-07-02T04:07:08.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.03s |
| 2623 | 2026-07-02T04:07:08.405Z | |
| 2624 | 2026-07-02T04:07:08.405Z | info: running `cargo check --bins` on internal-dns-types (77/299) |
| 2625 | 2026-07-02T04:07:08.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2026-07-02T04:07:08.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2026-07-02T04:07:08.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2026-07-02T04:07:08.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2629 | 2026-07-02T04:07:08.933Z | |
| 2630 | 2026-07-02T04:07:08.933Z | info: running `cargo check --bins` on internal-dns-types-versions (78/299) |
| 2631 | 2026-07-02T04:07:09.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-07-02T04:07:09.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-07-02T04:07:09.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2026-07-02T04:07:09.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2635 | 2026-07-02T04:07:09.461Z | |
| 2636 | 2026-07-02T04:07:09.461Z | info: running `cargo check --bins` on nexus-types-versions (79/299) |
| 2637 | 2026-07-02T04:07:09.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-07-02T04:07:09.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-07-02T04:07:09.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-07-02T04:07:09.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2641 | 2026-07-02T04:07:09.999Z | |
| 2642 | 2026-07-02T04:07:09.999Z | info: running `cargo check --bins` on oxql-types (80/299) |
| 2643 | 2026-07-02T04:07:10.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-07-02T04:07:10.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-07-02T04:07:10.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-07-02T04:07:10.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2647 | 2026-07-02T04:07:10.523Z | |
| 2648 | 2026-07-02T04:07:10.523Z | info: running `cargo check --bins` on oximeter-types (81/299) |
| 2649 | 2026-07-02T04:07:10.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-07-02T04:07:10.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-07-02T04:07:10.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-07-02T04:07:10.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2653 | 2026-07-02T04:07:11.050Z | |
| 2654 | 2026-07-02T04:07:11.050Z | info: running `cargo check --bins` on oximeter-types-versions (82/299) |
| 2655 | 2026-07-02T04:07:11.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-07-02T04:07:11.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-07-02T04:07:11.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-07-02T04:07:11.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2659 | 2026-07-02T04:07:11.577Z | |
| 2660 | 2026-07-02T04:07:11.577Z | info: running `cargo check --bins` on oximeter-macro-impl (83/299) |
| 2661 | 2026-07-02T04:07:12.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-07-02T04:07:12.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-07-02T04:07:12.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2664 | 2026-07-02T04:07:12.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2665 | 2026-07-02T04:07:12.089Z | |
| 2666 | 2026-07-02T04:07:12.089Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/299) |
| 2667 | 2026-07-02T04:07:12.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2026-07-02T04:07:12.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2026-07-02T04:07:12.721Z | Compiling structmeta-derive v0.3.0 |
| 2670 | 2026-07-02T04:07:12.835Z | Compiling multer v3.1.0 |
| 2671 | 2026-07-02T04:07:12.845Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2672 | 2026-07-02T04:07:12.849Z | Compiling async-stream-impl v0.3.6 |
| 2673 | 2026-07-02T04:07:12.863Z | Compiling dropshot v0.17.1 |
| 2674 | 2026-07-02T04:07:12.878Z | Compiling newtype-uuid-macros v0.1.0 |
| 2675 | 2026-07-02T04:07:12.882Z | Compiling dropshot_endpoint v0.17.1 |
| 2676 | 2026-07-02T04:07:12.902Z | Checking newtype-uuid v1.3.2 |
| 2677 | 2026-07-02T04:07:13.070Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2678 | 2026-07-02T04:07:13.090Z | Checking daft v0.1.7 |
| 2679 | 2026-07-02T04:07:13.136Z | Checking thread_local v1.1.9 |
| 2680 | 2026-07-02T04:07:13.232Z | Checking match_cfg v0.1.0 |
| 2681 | 2026-07-02T04:07:13.301Z | Checking compression-core v0.4.31 |
| 2682 | 2026-07-02T04:07:13.315Z | Checking hostname v0.3.1 |
| 2683 | 2026-07-02T04:07:13.329Z | Checking iddqd v0.4.2 |
| 2684 | 2026-07-02T04:07:13.412Z | Checking crossbeam-channel v0.5.15 |
| 2685 | 2026-07-02T04:07:13.426Z | Checking compression-codecs v0.4.37 |
| 2686 | 2026-07-02T04:07:13.446Z | Checking atomicwrites v0.4.4 |
| 2687 | 2026-07-02T04:07:13.476Z | Checking slog-json v2.6.1 |
| 2688 | 2026-07-02T04:07:13.569Z | Checking is-terminal v0.4.17 |
| 2689 | 2026-07-02T04:07:13.588Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2690 | 2026-07-02T04:07:13.627Z | Checking serde_spanned v1.1.1 |
| 2691 | 2026-07-02T04:07:13.640Z | Checking take_mut v0.2.2 |
| 2692 | 2026-07-02T04:07:13.653Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2693 | 2026-07-02T04:07:13.736Z | Checking debug-ignore v1.0.5 |
| 2694 | 2026-07-02T04:07:13.736Z | Checking term v1.2.1 |
| 2695 | 2026-07-02T04:07:13.759Z | Checking slog-async v2.8.0 |
| 2696 | 2026-07-02T04:07:13.775Z | Checking slog-bunyan v2.5.0 |
| 2697 | 2026-07-02T04:07:13.827Z | Checking toml v1.1.2+spec-1.1.0 |
| 2698 | 2026-07-02T04:07:13.838Z | Checking async-compression v0.4.41 |
| 2699 | 2026-07-02T04:07:13.885Z | Checking async-stream v0.3.6 |
| 2700 | 2026-07-02T04:07:13.889Z | Compiling structmeta v0.3.0 |
| 2701 | 2026-07-02T04:07:13.922Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-07-02T04:07:13.958Z | Checking slog-term v2.9.2 |
| 2703 | 2026-07-02T04:07:14.011Z | Checking progenitor-client v0.14.0 |
| 2704 | 2026-07-02T04:07:14.025Z | Checking sha1 v0.11.0 |
| 2705 | 2026-07-02T04:07:14.078Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2706 | 2026-07-02T04:07:14.104Z | Compiling derive-ex v0.1.8 |
| 2707 | 2026-07-02T04:07:14.205Z | Compiling parse-display-derive v0.10.0 |
| 2708 | 2026-07-02T04:07:14.218Z | Checking waitgroup v0.1.2 |
| 2709 | 2026-07-02T04:07:14.240Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2710 | 2026-07-02T04:07:14.244Z | Checking rustls-pemfile v2.2.0 |
| 2711 | 2026-07-02T04:07:14.317Z | Checking backon v1.6.0 |
| 2712 | 2026-07-02T04:07:14.333Z | Checking serde_path_to_error v0.1.20 |
| 2713 | 2026-07-02T04:07:14.373Z | Checking hostname v0.4.2 |
| 2714 | 2026-07-02T04:07:14.398Z | Checking instant v0.1.13 |
| 2715 | 2026-07-02T04:07:14.478Z | Checking backoff v0.4.0 |
| 2716 | 2026-07-02T04:07:14.482Z | Checking progenitor-extras v0.2.0 |
| 2717 | 2026-07-02T04:07:14.616Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2718 | 2026-07-02T04:07:14.629Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2719 | 2026-07-02T04:07:14.659Z | Checking itertools v0.14.0 |
| 2720 | 2026-07-02T04:07:14.688Z | Checking regress v0.10.5 |
| 2721 | 2026-07-02T04:07:14.835Z | Checking macaddr v1.0.1 |
| 2722 | 2026-07-02T04:07:15.026Z | Checking humantime v2.3.0 |
| 2723 | 2026-07-02T04:07:15.787Z | Compiling test-strategy v0.4.5 |
| 2724 | 2026-07-02T04:07:15.907Z | Checking parse-display v0.10.0 |
| 2725 | 2026-07-02T04:07:16.319Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-07-02T04:07:16.570Z | Checking num-rational v0.4.2 |
| 2727 | 2026-07-02T04:07:16.779Z | Checking num-complex v0.4.6 |
| 2728 | 2026-07-02T04:07:17.218Z | Compiling num v0.4.3 |
| 2729 | 2026-07-02T04:07:17.284Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2730 | 2026-07-02T04:07:17.328Z | Compiling usdt-attr-macro v0.5.0 |
| 2731 | 2026-07-02T04:07:17.332Z | Compiling usdt-macro v0.5.0 |
| 2732 | 2026-07-02T04:07:17.429Z | Checking memmap v0.7.0 |
| 2733 | 2026-07-02T04:07:17.561Z | Checking float-ord v0.3.2 |
| 2734 | 2026-07-02T04:07:17.650Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2735 | 2026-07-02T04:07:17.780Z | Compiling convert_case v0.4.0 |
| 2736 | 2026-07-02T04:07:17.817Z | Checking unicode-width v0.2.0 |
| 2737 | 2026-07-02T04:07:18.061Z | Checking newline-converter v0.3.0 |
| 2738 | 2026-07-02T04:07:18.074Z | Checking console v0.15.11 |
| 2739 | 2026-07-02T04:07:18.097Z | Checking usdt v0.5.0 |
| 2740 | 2026-07-02T04:07:18.156Z | Compiling derive_more v0.99.20 |
| 2741 | 2026-07-02T04:07:18.168Z | Compiling toml v0.8.23 |
| 2742 | 2026-07-02T04:07:18.257Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-07-02T04:07:18.344Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-07-02T04:07:18.511Z | Checking lru-cache v0.1.2 |
| 2745 | 2026-07-02T04:07:18.511Z | Compiling nom v7.1.3 |
| 2746 | 2026-07-02T04:07:18.640Z | Checking expectorate v1.2.0 |
| 2747 | 2026-07-02T04:07:19.018Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-07-02T04:07:19.102Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-07-02T04:07:19.181Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-07-02T04:07:19.277Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-07-02T04:07:19.322Z | Checking resolv-conf v0.7.6 |
| 2752 | 2026-07-02T04:07:19.502Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-07-02T04:07:19.692Z | Checking heck v0.5.0 |
| 2754 | 2026-07-02T04:07:19.729Z | Compiling unicode-xid v0.2.6 |
| 2755 | 2026-07-02T04:07:19.848Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2756 | 2026-07-02T04:07:19.860Z | Compiling const_format_proc_macros v0.2.34 |
| 2757 | 2026-07-02T04:07:19.881Z | Checking phf v0.12.1 |
| 2758 | 2026-07-02T04:07:20.022Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-07-02T04:07:20.206Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-07-02T04:07:20.344Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-07-02T04:07:20.720Z | Checking highway v1.3.0 |
| 2762 | 2026-07-02T04:07:20.786Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2763 | 2026-07-02T04:07:20.799Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2764 | 2026-07-02T04:07:20.950Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2765 | 2026-07-02T04:07:20.976Z | Checking hickory-resolver v0.24.4 |
| 2766 | 2026-07-02T04:07:21.281Z | Checking const_format v0.2.35 |
| 2767 | 2026-07-02T04:07:21.537Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-07-02T04:07:21.738Z | Checking qorb v0.4.1 |
| 2769 | 2026-07-02T04:07:21.943Z | Checking gethostname v0.5.0 |
| 2770 | 2026-07-02T04:07:22.030Z | Checking bcs v0.1.6 |
| 2771 | 2026-07-02T04:07:22.043Z | Checking termtree v0.5.1 |
| 2772 | 2026-07-02T04:07:22.309Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2773 | 2026-07-02T04:07:22.430Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2774 | 2026-07-02T04:07:22.575Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2775 | 2026-07-02T04:07:22.581Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2776 | 2026-07-02T04:07:25.433Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2777 | 2026-07-02T04:07:27.819Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2778 | 2026-07-02T04:07:29.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s |
| 2779 | 2026-07-02T04:07:30.062Z | |
| 2780 | 2026-07-02T04:07:30.062Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/299) |
| 2781 | 2026-07-02T04:07:30.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-07-02T04:07:30.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-07-02T04:07:30.686Z | Compiling ar_archive_writer v0.5.1 |
| 2784 | 2026-07-02T04:07:30.793Z | Compiling stacker v0.1.23 |
| 2785 | 2026-07-02T04:07:30.802Z | Compiling cfg_aliases v0.1.1 |
| 2786 | 2026-07-02T04:07:30.812Z | Compiling convert_case v0.10.0 |
| 2787 | 2026-07-02T04:07:30.815Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-07-02T04:07:30.824Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-07-02T04:07:30.834Z | Checking fd-lock v4.0.4 |
| 2790 | 2026-07-02T04:07:30.839Z | Checking nibble_vec v0.1.0 |
| 2791 | 2026-07-02T04:07:30.857Z | Compiling nix v0.28.0 |
| 2792 | 2026-07-02T04:07:30.953Z | Checking vte v0.14.1 |
| 2793 | 2026-07-02T04:07:30.956Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2794 | 2026-07-02T04:07:31.059Z | Checking endian-type v0.1.2 |
| 2795 | 2026-07-02T04:07:31.074Z | Checking bytecount v0.6.9 |
| 2796 | 2026-07-02T04:07:31.098Z | Checking strip-ansi-escapes v0.2.1 |
| 2797 | 2026-07-02T04:07:31.109Z | Compiling derive_more-impl v2.1.1 |
| 2798 | 2026-07-02T04:07:31.120Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2026-07-02T04:07:31.169Z | Checking papergrid v0.11.0 |
| 2800 | 2026-07-02T04:07:31.180Z | Checking radix_trie v0.2.1 |
| 2801 | 2026-07-02T04:07:31.194Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-07-02T04:07:31.381Z | Compiling peg-macros v0.8.5 |
| 2803 | 2026-07-02T04:07:31.393Z | Checking winnow v0.6.26 |
| 2804 | 2026-07-02T04:07:31.630Z | Compiling psm v0.1.30 |
| 2805 | 2026-07-02T04:07:31.681Z | Compiling sqlparser_derive v0.5.0 |
| 2806 | 2026-07-02T04:07:31.778Z | Checking home v0.5.12 |
| 2807 | 2026-07-02T04:07:31.882Z | Checking nu-ansi-term v0.50.3 |
| 2808 | 2026-07-02T04:07:31.912Z | Checking derive_more v2.1.1 |
| 2809 | 2026-07-02T04:07:31.987Z | Checking unicode_categories v0.1.1 |
| 2810 | 2026-07-02T04:07:32.082Z | Checking tabled v0.15.0 |
| 2811 | 2026-07-02T04:07:32.097Z | Checking reedline v0.40.0 |
| 2812 | 2026-07-02T04:07:32.138Z | Checking rustyline v14.0.0 |
| 2813 | 2026-07-02T04:07:32.164Z | Checking crossterm v0.29.0 |
| 2814 | 2026-07-02T04:07:32.403Z | Checking recursive v0.1.1 |
| 2815 | 2026-07-02T04:07:32.457Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-07-02T04:07:32.493Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-07-02T04:07:32.534Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-07-02T04:07:32.767Z | Checking peg v0.8.5 |
| 2819 | 2026-07-02T04:07:43.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s |
| 2820 | 2026-07-02T04:07:43.839Z | |
| 2821 | 2026-07-02T04:07:43.839Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/299) |
| 2822 | 2026-07-02T04:07:44.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-07-02T04:07:44.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-07-02T04:07:44.457Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-07-02T04:07:47.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 2826 | 2026-07-02T04:07:48.066Z | |
| 2827 | 2026-07-02T04:07:48.066Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/299) |
| 2828 | 2026-07-02T04:07:48.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-07-02T04:07:48.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-07-02T04:07:48.682Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-07-02T04:07:51.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 2832 | 2026-07-02T04:07:51.318Z | |
| 2833 | 2026-07-02T04:07:51.318Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/299) |
| 2834 | 2026-07-02T04:07:51.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-07-02T04:07:51.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-07-02T04:07:51.936Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-07-02T04:07:55.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2838 | 2026-07-02T04:07:55.357Z | |
| 2839 | 2026-07-02T04:07:55.357Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/299) |
| 2840 | 2026-07-02T04:07:55.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-07-02T04:07:55.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-07-02T04:07:55.986Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-07-02T04:07:59.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 2844 | 2026-07-02T04:07:59.410Z | |
| 2845 | 2026-07-02T04:07:59.410Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/299) |
| 2846 | 2026-07-02T04:07:59.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-07-02T04:07:59.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-07-02T04:08:00.032Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-07-02T04:08:02.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 2850 | 2026-07-02T04:08:02.775Z | |
| 2851 | 2026-07-02T04:08:02.775Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/299) |
| 2852 | 2026-07-02T04:08:03.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-07-02T04:08:03.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-07-02T04:08:03.393Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-07-02T04:08:06.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2856 | 2026-07-02T04:08:06.172Z | |
| 2857 | 2026-07-02T04:08:06.172Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/299) |
| 2858 | 2026-07-02T04:08:06.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-07-02T04:08:06.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-07-02T04:08:06.781Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-07-02T04:08:10.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 2862 | 2026-07-02T04:08:10.369Z | |
| 2863 | 2026-07-02T04:08:10.369Z | info: running `cargo check --bins` on oximeter (93/299) |
| 2864 | 2026-07-02T04:08:10.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-07-02T04:08:10.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-07-02T04:08:10.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-07-02T04:08:10.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2868 | 2026-07-02T04:08:10.894Z | |
| 2869 | 2026-07-02T04:08:10.894Z | info: running `cargo check --bins` on oximeter-schema (94/299) |
| 2870 | 2026-07-02T04:08:11.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-07-02T04:08:11.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-07-02T04:08:11.464Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-07-02T04:08:11.620Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2874 | 2026-07-02T04:08:11.620Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2875 | 2026-07-02T04:08:11.967Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-07-02T04:08:14.477Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-07-02T04:08:15.682Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-07-02T04:08:15.882Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-07-02T04:08:16.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
| 2880 | 2026-07-02T04:08:16.696Z | |
| 2881 | 2026-07-02T04:08:16.696Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/299) |
| 2882 | 2026-07-02T04:08:17.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-07-02T04:08:17.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-07-02T04:08:17.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-07-02T04:08:17.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2886 | 2026-07-02T04:08:17.223Z | |
| 2887 | 2026-07-02T04:08:17.223Z | info: running `cargo check --bins` on oximeter-test-utils (96/299) |
| 2888 | 2026-07-02T04:08:17.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-07-02T04:08:17.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-07-02T04:08:17.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-07-02T04:08:17.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2892 | 2026-07-02T04:08:17.787Z | |
| 2893 | 2026-07-02T04:08:17.787Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/299) |
| 2894 | 2026-07-02T04:08:18.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-07-02T04:08:18.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-07-02T04:08:18.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-07-02T04:08:18.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2898 | 2026-07-02T04:08:18.320Z | |
| 2899 | 2026-07-02T04:08:18.320Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/299) |
| 2900 | 2026-07-02T04:08:18.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-07-02T04:08:18.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-07-02T04:08:18.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-07-02T04:08:18.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2904 | 2026-07-02T04:08:18.853Z | |
| 2905 | 2026-07-02T04:08:18.853Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/299) |
| 2906 | 2026-07-02T04:08:19.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-07-02T04:08:19.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-07-02T04:08:19.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-07-02T04:08:19.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2910 | 2026-07-02T04:08:19.385Z | |
| 2911 | 2026-07-02T04:08:19.385Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/299) |
| 2912 | 2026-07-02T04:08:19.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-07-02T04:08:19.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-07-02T04:08:19.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-07-02T04:08:19.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2916 | 2026-07-02T04:08:19.918Z | |
| 2917 | 2026-07-02T04:08:19.918Z | info: running `cargo check --bins` on trust-quorum-types (101/299) |
| 2918 | 2026-07-02T04:08:20.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-07-02T04:08:20.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-07-02T04:08:20.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-07-02T04:08:20.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2922 | 2026-07-02T04:08:20.436Z | |
| 2923 | 2026-07-02T04:08:20.436Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/299) |
| 2924 | 2026-07-02T04:08:20.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-07-02T04:08:20.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-07-02T04:08:20.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-07-02T04:08:20.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2928 | 2026-07-02T04:08:20.977Z | |
| 2929 | 2026-07-02T04:08:20.977Z | info: running `cargo check --bins` on update-engine (103/299) |
| 2930 | 2026-07-02T04:08:21.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-07-02T04:08:21.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-07-02T04:08:21.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-07-02T04:08:21.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2934 | 2026-07-02T04:08:21.487Z | |
| 2935 | 2026-07-02T04:08:21.487Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/299) |
| 2936 | 2026-07-02T04:08:21.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-07-02T04:08:21.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-07-02T04:08:22.150Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-07-02T04:08:22.264Z | Checking secrecy v0.10.3 |
| 2940 | 2026-07-02T04:08:22.271Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2941 | 2026-07-02T04:08:22.274Z | Compiling heapless v0.8.0 |
| 2942 | 2026-07-02T04:08:22.283Z | Compiling ingot-macros v0.1.1 |
| 2943 | 2026-07-02T04:08:22.290Z | Checking hash32 v0.3.1 |
| 2944 | 2026-07-02T04:08:22.293Z | Checking inout v0.1.4 |
| 2945 | 2026-07-02T04:08:22.312Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2946 | 2026-07-02T04:08:22.362Z | Compiling smoltcp v0.11.0 |
| 2947 | 2026-07-02T04:08:22.411Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2948 | 2026-07-02T04:08:22.411Z | Checking cipher v0.4.4 |
| 2949 | 2026-07-02T04:08:22.500Z | Checking cobs v0.3.0 |
| 2950 | 2026-07-02T04:08:22.515Z | Checking universal-hash v0.5.1 |
| 2951 | 2026-07-02T04:08:22.556Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2952 | 2026-07-02T04:08:22.601Z | Checking half v2.7.1 |
| 2953 | 2026-07-02T04:08:22.632Z | Checking opaque-debug v0.3.1 |
| 2954 | 2026-07-02T04:08:22.646Z | Checking ciborium-io v0.2.2 |
| 2955 | 2026-07-02T04:08:22.696Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2956 | 2026-07-02T04:08:22.740Z | Checking poly1305 v0.8.0 |
| 2957 | 2026-07-02T04:08:22.792Z | Checking postcard v1.1.3 |
| 2958 | 2026-07-02T04:08:22.851Z | Checking ciborium-ll v0.2.2 |
| 2959 | 2026-07-02T04:08:22.904Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-07-02T04:08:22.999Z | Compiling proc-macro-crate v3.4.0 |
| 2961 | 2026-07-02T04:08:23.020Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2962 | 2026-07-02T04:08:23.048Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2963 | 2026-07-02T04:08:23.098Z | Checking password-hash v0.5.0 |
| 2964 | 2026-07-02T04:08:23.307Z | Checking blake2 v0.10.6 |
| 2965 | 2026-07-02T04:08:23.325Z | Compiling proc-macro-crate v1.3.1 |
| 2966 | 2026-07-02T04:08:23.420Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2967 | 2026-07-02T04:08:23.462Z | Checking aead v0.5.2 |
| 2968 | 2026-07-02T04:08:23.542Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2969 | 2026-07-02T04:08:23.546Z | Compiling num_enum_derive v0.7.6 |
| 2970 | 2026-07-02T04:08:23.598Z | Compiling foreign-types-macros v0.2.3 |
| 2971 | 2026-07-02T04:08:23.651Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2972 | 2026-07-02T04:08:23.722Z | Checking thiserror-no-std v2.0.2 |
| 2973 | 2026-07-02T04:08:23.735Z | Checking foreign-types-shared v0.3.1 |
| 2974 | 2026-07-02T04:08:23.749Z | Compiling num_enum_derive v0.5.11 |
| 2975 | 2026-07-02T04:08:23.805Z | Checking vsss-rs v3.3.4 |
| 2976 | 2026-07-02T04:08:23.819Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2977 | 2026-07-02T04:08:23.896Z | Checking chacha20poly1305 v0.10.1 |
| 2978 | 2026-07-02T04:08:24.022Z | Checking argon2 v0.5.3 |
| 2979 | 2026-07-02T04:08:24.188Z | Checking foreign-types v0.5.0 |
| 2980 | 2026-07-02T04:08:24.263Z | Checking ciborium v0.2.2 |
| 2981 | 2026-07-02T04:08:24.376Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2982 | 2026-07-02T04:08:24.465Z | Checking tabwriter v1.4.1 |
| 2983 | 2026-07-02T04:08:24.601Z | Checking num_enum v0.7.6 |
| 2984 | 2026-07-02T04:08:24.614Z | Checking byte-wrapper v0.1.0 |
| 2985 | 2026-07-02T04:08:24.654Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2986 | 2026-07-02T04:08:24.681Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2987 | 2026-07-02T04:08:24.710Z | Checking cstr-argument v0.1.2 |
| 2988 | 2026-07-02T04:08:24.778Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2989 | 2026-07-02T04:08:24.813Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2990 | 2026-07-02T04:08:24.829Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2991 | 2026-07-02T04:08:24.907Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2992 | 2026-07-02T04:08:24.994Z | Checking num_enum v0.5.11 |
| 2993 | 2026-07-02T04:08:25.007Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2994 | 2026-07-02T04:08:25.087Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-07-02T04:08:25.099Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-07-02T04:08:25.111Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2997 | 2026-07-02T04:08:25.130Z | Checking rand v0.10.1 |
| 2998 | 2026-07-02T04:08:25.165Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2999 | 2026-07-02T04:08:25.189Z | Checking colored v3.1.1 |
| 3000 | 2026-07-02T04:08:25.255Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3001 | 2026-07-02T04:08:25.301Z | Checking indent_write v2.2.0 |
| 3002 | 2026-07-02T04:08:25.350Z | Compiling zone_cfg_derive v0.3.1 |
| 3003 | 2026-07-02T04:08:25.385Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3004 | 2026-07-02T04:08:25.437Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3005 | 2026-07-02T04:08:25.450Z | Checking itertools v0.12.1 |
| 3006 | 2026-07-02T04:08:25.453Z | Checking ingot v0.1.1 |
| 3007 | 2026-07-02T04:08:25.516Z | Compiling num-derive v0.4.2 |
| 3008 | 2026-07-02T04:08:25.592Z | Checking swrite v0.1.0 |
| 3009 | 2026-07-02T04:08:25.637Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3010 | 2026-07-02T04:08:25.680Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3011 | 2026-07-02T04:08:25.834Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3012 | 2026-07-02T04:08:26.002Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3013 | 2026-07-02T04:08:26.021Z | Checking dropshot-api-manager-types v0.7.2 |
| 3014 | 2026-07-02T04:08:26.047Z | Checking smf v0.2.3 |
| 3015 | 2026-07-02T04:08:26.063Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3016 | 2026-07-02T04:08:26.110Z | Checking nanorand v0.7.0 |
| 3017 | 2026-07-02T04:08:26.183Z | Checking whoami v1.6.1 |
| 3018 | 2026-07-02T04:08:26.279Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3019 | 2026-07-02T04:08:26.302Z | Checking flume v0.11.1 |
| 3020 | 2026-07-02T04:08:26.462Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3021 | 2026-07-02T04:08:26.553Z | Checking zone v0.3.1 |
| 3022 | 2026-07-02T04:08:27.025Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3023 | 2026-07-02T04:08:27.973Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3024 | 2026-07-02T04:08:28.843Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3025 | 2026-07-02T04:08:32.236Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3026 | 2026-07-02T04:08:34.276Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3027 | 2026-07-02T04:08:35.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s |
| 3028 | 2026-07-02T04:08:35.528Z | |
| 3029 | 2026-07-02T04:08:35.528Z | info: running `cargo check --bins` on clickhouse-admin-api (105/299) |
| 3030 | 2026-07-02T04:08:35.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2026-07-02T04:08:35.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2026-07-02T04:08:35.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3033 | 2026-07-02T04:08:35.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3034 | 2026-07-02T04:08:36.062Z | |
| 3035 | 2026-07-02T04:08:36.062Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/299) |
| 3036 | 2026-07-02T04:08:36.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-07-02T04:08:36.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-07-02T04:08:36.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-07-02T04:08:36.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3040 | 2026-07-02T04:08:36.592Z | |
| 3041 | 2026-07-02T04:08:36.592Z | info: running `cargo check --bins` on bootstrap-agent-client (107/299) |
| 3042 | 2026-07-02T04:08:37.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-07-02T04:08:37.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-07-02T04:08:37.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-07-02T04:08:37.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3046 | 2026-07-02T04:08:37.135Z | |
| 3047 | 2026-07-02T04:08:37.135Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/299) |
| 3048 | 2026-07-02T04:08:37.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-07-02T04:08:37.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-07-02T04:08:37.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-07-02T04:08:37.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3052 | 2026-07-02T04:08:37.675Z | |
| 3053 | 2026-07-02T04:08:37.675Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/299) |
| 3054 | 2026-07-02T04:08:38.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-07-02T04:08:38.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-07-02T04:08:38.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-07-02T04:08:38.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3058 | 2026-07-02T04:08:38.211Z | |
| 3059 | 2026-07-02T04:08:38.211Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/299) |
| 3060 | 2026-07-02T04:08:38.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-07-02T04:08:38.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-07-02T04:08:38.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-07-02T04:08:38.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3064 | 2026-07-02T04:08:38.739Z | |
| 3065 | 2026-07-02T04:08:38.739Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/299) |
| 3066 | 2026-07-02T04:08:39.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-07-02T04:08:39.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-07-02T04:08:39.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-07-02T04:08:39.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3070 | 2026-07-02T04:08:39.264Z | |
| 3071 | 2026-07-02T04:08:39.264Z | info: running `cargo check --bins` on cockroach-admin-client (112/299) |
| 3072 | 2026-07-02T04:08:39.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-07-02T04:08:39.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-07-02T04:08:39.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-07-02T04:08:39.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3076 | 2026-07-02T04:08:39.782Z | |
| 3077 | 2026-07-02T04:08:39.782Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/299) |
| 3078 | 2026-07-02T04:08:40.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-07-02T04:08:40.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-07-02T04:08:40.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-07-02T04:08:40.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3082 | 2026-07-02T04:08:40.317Z | |
| 3083 | 2026-07-02T04:08:40.317Z | info: running `cargo check --bins` on dns-service-client (114/299) |
| 3084 | 2026-07-02T04:08:40.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-07-02T04:08:40.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-07-02T04:08:40.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-07-02T04:08:40.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3088 | 2026-07-02T04:08:40.853Z | |
| 3089 | 2026-07-02T04:08:40.853Z | info: running `cargo check --bins` on installinator-client (115/299) |
| 3090 | 2026-07-02T04:08:41.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-07-02T04:08:41.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-07-02T04:08:41.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-07-02T04:08:41.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3094 | 2026-07-02T04:08:41.384Z | |
| 3095 | 2026-07-02T04:08:41.385Z | info: running `cargo check --bins` on nexus-client (116/299) |
| 3096 | 2026-07-02T04:08:41.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-07-02T04:08:41.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-07-02T04:08:41.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-07-02T04:08:41.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3100 | 2026-07-02T04:08:41.949Z | |
| 3101 | 2026-07-02T04:08:41.950Z | info: running `cargo check --bins` on nexus-lockstep-client (117/299) |
| 3102 | 2026-07-02T04:08:42.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-07-02T04:08:42.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-07-02T04:08:42.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-07-02T04:08:42.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3106 | 2026-07-02T04:08:42.518Z | |
| 3107 | 2026-07-02T04:08:42.518Z | info: running `cargo check --bins` on ntp-admin-client (118/299) |
| 3108 | 2026-07-02T04:08:42.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-07-02T04:08:42.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-07-02T04:08:42.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-07-02T04:08:42.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3112 | 2026-07-02T04:08:43.036Z | |
| 3113 | 2026-07-02T04:08:43.036Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/299) |
| 3114 | 2026-07-02T04:08:43.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-07-02T04:08:43.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-07-02T04:08:43.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-07-02T04:08:43.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3118 | 2026-07-02T04:08:43.547Z | |
| 3119 | 2026-07-02T04:08:43.548Z | info: running `cargo check --bins` on oxide-client (120/299) |
| 3120 | 2026-07-02T04:08:43.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-07-02T04:08:43.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-07-02T04:08:43.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-07-02T04:08:43.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3124 | 2026-07-02T04:08:44.064Z | |
| 3125 | 2026-07-02T04:08:44.064Z | info: running `cargo check --bins` on oximeter-client (121/299) |
| 3126 | 2026-07-02T04:08:44.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-07-02T04:08:44.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-07-02T04:08:44.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-07-02T04:08:44.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3130 | 2026-07-02T04:08:44.595Z | |
| 3131 | 2026-07-02T04:08:44.595Z | info: running `cargo check --bins` on repo-depot-client (122/299) |
| 3132 | 2026-07-02T04:08:45.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-07-02T04:08:45.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-07-02T04:08:45.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-07-02T04:08:45.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3136 | 2026-07-02T04:08:45.111Z | |
| 3137 | 2026-07-02T04:08:45.111Z | info: running `cargo check --bins` on sled-agent-client (123/299) |
| 3138 | 2026-07-02T04:08:45.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-07-02T04:08:45.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-07-02T04:08:45.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-07-02T04:08:45.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3142 | 2026-07-02T04:08:45.651Z | |
| 3143 | 2026-07-02T04:08:45.651Z | info: running `cargo check --bins` on wicketd-client (124/299) |
| 3144 | 2026-07-02T04:08:46.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-07-02T04:08:46.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-07-02T04:08:46.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-07-02T04:08:46.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3148 | 2026-07-02T04:08:46.209Z | |
| 3149 | 2026-07-02T04:08:46.209Z | info: running `cargo check --bins` on installinator-common (125/299) |
| 3150 | 2026-07-02T04:08:46.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-07-02T04:08:46.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-07-02T04:08:46.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-07-02T04:08:46.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3154 | 2026-07-02T04:08:46.755Z | |
| 3155 | 2026-07-02T04:08:46.755Z | info: running `cargo check --bins` on installinator-common-versions (126/299) |
| 3156 | 2026-07-02T04:08:47.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-07-02T04:08:47.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-07-02T04:08:47.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-07-02T04:08:47.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3160 | 2026-07-02T04:08:47.273Z | |
| 3161 | 2026-07-02T04:08:47.273Z | info: running `cargo check --bins` on wicket-common (127/299) |
| 3162 | 2026-07-02T04:08:47.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-07-02T04:08:47.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-07-02T04:08:47.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-07-02T04:08:47.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3166 | 2026-07-02T04:08:47.818Z | |
| 3167 | 2026-07-02T04:08:47.818Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/299) |
| 3168 | 2026-07-02T04:08:48.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-07-02T04:08:48.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-07-02T04:08:48.454Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3171 | 2026-07-02T04:08:48.566Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3172 | 2026-07-02T04:08:48.573Z | Checking csv-core v0.1.13 |
| 3173 | 2026-07-02T04:08:48.580Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3174 | 2026-07-02T04:08:48.587Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3175 | 2026-07-02T04:08:48.590Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3176 | 2026-07-02T04:08:48.606Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3177 | 2026-07-02T04:08:48.618Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3178 | 2026-07-02T04:08:48.727Z | Checking csv v1.4.0 |
| 3179 | 2026-07-02T04:08:48.753Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-07-02T04:08:48.766Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3181 | 2026-07-02T04:08:48.806Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3182 | 2026-07-02T04:08:48.821Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3183 | 2026-07-02T04:08:49.070Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3184 | 2026-07-02T04:08:49.434Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3185 | 2026-07-02T04:08:49.437Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3186 | 2026-07-02T04:08:49.785Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3187 | 2026-07-02T04:08:55.817Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3188 | 2026-07-02T04:08:56.339Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3189 | 2026-07-02T04:08:58.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s |
| 3190 | 2026-07-02T04:08:58.838Z | |
| 3191 | 2026-07-02T04:08:58.838Z | info: running `cargo check --bins` on cockroach-admin-api (129/299) |
| 3192 | 2026-07-02T04:08:59.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-07-02T04:08:59.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-07-02T04:08:59.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-07-02T04:08:59.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3196 | 2026-07-02T04:08:59.372Z | |
| 3197 | 2026-07-02T04:08:59.372Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/299) |
| 3198 | 2026-07-02T04:08:59.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-07-02T04:08:59.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-07-02T04:08:59.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-07-02T04:08:59.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3202 | 2026-07-02T04:08:59.985Z | |
| 3203 | 2026-07-02T04:08:59.985Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/299) |
| 3204 | 2026-07-02T04:09:00.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-07-02T04:09:00.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-07-02T04:09:00.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-07-02T04:09:00.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3208 | 2026-07-02T04:09:00.593Z | |
| 3209 | 2026-07-02T04:09:00.593Z | info: running `cargo check --bins` on gateway-test-utils (132/299) |
| 3210 | 2026-07-02T04:09:01.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-07-02T04:09:01.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-07-02T04:09:01.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-07-02T04:09:01.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3214 | 2026-07-02T04:09:01.163Z | |
| 3215 | 2026-07-02T04:09:01.163Z | info: running `cargo check --bins` on omicron-gateway (133/299) |
| 3216 | 2026-07-02T04:09:01.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-07-02T04:09:01.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-07-02T04:09:01.870Z | Compiling regress v0.11.1 |
| 3219 | 2026-07-02T04:09:02.008Z | Compiling unsafe-libyaml v0.2.11 |
| 3220 | 2026-07-02T04:09:02.016Z | Compiling semver v0.1.20 |
| 3221 | 2026-07-02T04:09:02.019Z | Compiling radium v0.7.0 |
| 3222 | 2026-07-02T04:09:02.037Z | Checking nom v8.0.0 |
| 3223 | 2026-07-02T04:09:02.040Z | Compiling maybe-uninit v2.0.0 |
| 3224 | 2026-07-02T04:09:02.040Z | Checking tap v1.0.1 |
| 3225 | 2026-07-02T04:09:02.145Z | Checking wyz v0.5.1 |
| 3226 | 2026-07-02T04:09:02.291Z | Compiling rustc_version v0.1.7 |
| 3227 | 2026-07-02T04:09:02.320Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-07-02T04:09:02.420Z | Compiling zerocopy-derive v0.6.6 |
| 3229 | 2026-07-02T04:09:02.472Z | Checking crc-catalog v2.4.0 |
| 3230 | 2026-07-02T04:09:02.504Z | Compiling newtype_derive v0.1.6 |
| 3231 | 2026-07-02T04:09:02.563Z | Compiling serde_yaml v0.9.34+deprecated |
| 3232 | 2026-07-02T04:09:02.705Z | Checking funty v2.0.0 |
| 3233 | 2026-07-02T04:09:02.744Z | Compiling owo-colors v4.3.0 |
| 3234 | 2026-07-02T04:09:03.027Z | Compiling packed_struct v0.10.1 |
| 3235 | 2026-07-02T04:09:03.086Z | Compiling cancel-safe-futures v0.1.5 |
| 3236 | 2026-07-02T04:09:03.269Z | Checking zerocopy v0.6.6 |
| 3237 | 2026-07-02T04:09:03.337Z | Checking bitvec v1.0.1 |
| 3238 | 2026-07-02T04:09:03.415Z | Checking crc v3.4.0 |
| 3239 | 2026-07-02T04:09:03.452Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-07-02T04:09:03.661Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3241 | 2026-07-02T04:09:03.839Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3242 | 2026-07-02T04:09:04.004Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-07-02T04:09:04.017Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3244 | 2026-07-02T04:09:04.177Z | Checking libsw-core v0.3.2 |
| 3245 | 2026-07-02T04:09:04.193Z | Compiling bitfield-macros v0.19.4 |
| 3246 | 2026-07-02T04:09:04.324Z | Compiling indexmap v1.9.3 |
| 3247 | 2026-07-02T04:09:04.537Z | Checking nodrop v0.1.14 |
| 3248 | 2026-07-02T04:09:04.596Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3249 | 2026-07-02T04:09:04.630Z | Checking array-init v0.0.4 |
| 3250 | 2026-07-02T04:09:04.672Z | Checking libsw v3.5.0 |
| 3251 | 2026-07-02T04:09:04.685Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3252 | 2026-07-02T04:09:04.817Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-07-02T04:09:04.920Z | Checking bitfield v0.19.4 |
| 3254 | 2026-07-02T04:09:04.933Z | Checking smallvec v0.6.14 |
| 3255 | 2026-07-02T04:09:04.998Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3256 | 2026-07-02T04:09:05.177Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3257 | 2026-07-02T04:09:05.191Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3258 | 2026-07-02T04:09:05.298Z | Checking smawk v0.3.2 |
| 3259 | 2026-07-02T04:09:05.393Z | Checking base64 v0.21.7 |
| 3260 | 2026-07-02T04:09:05.407Z | Checking unicode-linebreak v0.1.5 |
| 3261 | 2026-07-02T04:09:05.426Z | Checking linear-map v1.2.0 |
| 3262 | 2026-07-02T04:09:05.601Z | Checking tagptr v0.2.0 |
| 3263 | 2026-07-02T04:09:05.637Z | Checking hashbrown v0.12.3 |
| 3264 | 2026-07-02T04:09:05.658Z | Checking ron v0.8.1 |
| 3265 | 2026-07-02T04:09:05.687Z | Checking textwrap v0.16.2 |
| 3266 | 2026-07-02T04:09:05.699Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3267 | 2026-07-02T04:09:05.739Z | Checking moka v0.12.13 |
| 3268 | 2026-07-02T04:09:05.903Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3269 | 2026-07-02T04:09:06.080Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3270 | 2026-07-02T04:09:06.160Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3271 | 2026-07-02T04:09:06.191Z | Checking steno v0.4.1 |
| 3272 | 2026-07-02T04:09:06.380Z | Checking serde-hex v0.1.0 |
| 3273 | 2026-07-02T04:09:06.394Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3274 | 2026-07-02T04:09:06.549Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3275 | 2026-07-02T04:09:06.884Z | Checking hashbrown v0.13.2 |
| 3276 | 2026-07-02T04:09:06.978Z | Checking crc-any v2.5.0 |
| 3277 | 2026-07-02T04:09:07.125Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3278 | 2026-07-02T04:09:07.160Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3279 | 2026-07-02T04:09:07.194Z | Checking hickory-resolver v0.25.2 |
| 3280 | 2026-07-02T04:09:07.315Z | Checking object v0.30.4 |
| 3281 | 2026-07-02T04:09:07.328Z | Checking sha1 v0.10.6 |
| 3282 | 2026-07-02T04:09:07.361Z | Checking half v1.8.3 |
| 3283 | 2026-07-02T04:09:07.495Z | Checking utf-8 v0.7.6 |
| 3284 | 2026-07-02T04:09:07.556Z | Checking path-slash v0.1.5 |
| 3285 | 2026-07-02T04:09:07.630Z | Checking void v1.0.2 |
| 3286 | 2026-07-02T04:09:07.660Z | Checking tungstenite v0.23.0 |
| 3287 | 2026-07-02T04:09:07.736Z | Checking lzss v0.8.2 |
| 3288 | 2026-07-02T04:09:07.867Z | Checking serde_cbor v0.11.2 |
| 3289 | 2026-07-02T04:09:07.898Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3290 | 2026-07-02T04:09:08.052Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3291 | 2026-07-02T04:09:08.068Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3292 | 2026-07-02T04:09:08.078Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3293 | 2026-07-02T04:09:08.091Z | Compiling typify-macro v0.6.2 |
| 3294 | 2026-07-02T04:09:08.149Z | Checking nix v0.27.1 |
| 3295 | 2026-07-02T04:09:08.218Z | Checking kstat-rs v0.2.4 |
| 3296 | 2026-07-02T04:09:08.249Z | Checking fxhash v0.2.1 |
| 3297 | 2026-07-02T04:09:08.303Z | Checking serde_bytes v0.11.19 |
| 3298 | 2026-07-02T04:09:08.320Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3299 | 2026-07-02T04:09:08.367Z | Checking tokio-tungstenite v0.23.1 |
| 3300 | 2026-07-02T04:09:08.403Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3301 | 2026-07-02T04:09:08.477Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3302 | 2026-07-02T04:09:08.622Z | Checking signal-hook-tokio v0.3.1 |
| 3303 | 2026-07-02T04:09:09.142Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3304 | 2026-07-02T04:09:09.466Z | Compiling typify v0.6.2 |
| 3305 | 2026-07-02T04:09:09.542Z | Compiling progenitor-impl v0.14.0 |
| 3306 | 2026-07-02T04:09:10.052Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3307 | 2026-07-02T04:09:10.364Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3308 | 2026-07-02T04:09:10.970Z | Compiling progenitor-macro v0.14.0 |
| 3309 | 2026-07-02T04:09:13.290Z | Checking progenitor v0.14.0 |
| 3310 | 2026-07-02T04:09:13.399Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3311 | 2026-07-02T04:09:13.402Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3312 | 2026-07-02T04:09:16.070Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3313 | 2026-07-02T04:09:24.283Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3314 | 2026-07-02T04:09:30.818Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3315 | 2026-07-02T04:09:32.177Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3316 | 2026-07-02T04:09:32.661Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3317 | 2026-07-02T04:09:34.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.56s |
| 3318 | 2026-07-02T04:09:34.903Z | |
| 3319 | 2026-07-02T04:09:34.903Z | info: running `cargo check --bins` on gateway-api (134/299) |
| 3320 | 2026-07-02T04:09:35.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2026-07-02T04:09:35.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2026-07-02T04:09:35.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3323 | 2026-07-02T04:09:35.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3324 | 2026-07-02T04:09:35.435Z | |
| 3325 | 2026-07-02T04:09:35.435Z | info: running `cargo check --bins` on ipcc (135/299) |
| 3326 | 2026-07-02T04:09:35.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2026-07-02T04:09:35.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2026-07-02T04:09:35.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3329 | 2026-07-02T04:09:35.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3330 | 2026-07-02T04:09:35.973Z | |
| 3331 | 2026-07-02T04:09:35.973Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/299) |
| 3332 | 2026-07-02T04:09:36.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2026-07-02T04:09:36.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2026-07-02T04:09:36.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2026-07-02T04:09:36.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3336 | 2026-07-02T04:09:36.498Z | |
| 3337 | 2026-07-02T04:09:36.498Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/299) |
| 3338 | 2026-07-02T04:09:36.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2026-07-02T04:09:36.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2026-07-02T04:09:36.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2026-07-02T04:09:36.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3342 | 2026-07-02T04:09:37.047Z | |
| 3343 | 2026-07-02T04:09:37.047Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/299) |
| 3344 | 2026-07-02T04:09:37.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-07-02T04:09:37.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-07-02T04:09:37.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2026-07-02T04:09:37.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3348 | 2026-07-02T04:09:37.577Z | |
| 3349 | 2026-07-02T04:09:37.577Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/299) |
| 3350 | 2026-07-02T04:09:38.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2026-07-02T04:09:38.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2026-07-02T04:09:38.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2026-07-02T04:09:38.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3354 | 2026-07-02T04:09:38.110Z | |
| 3355 | 2026-07-02T04:09:38.110Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/299) |
| 3356 | 2026-07-02T04:09:38.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2026-07-02T04:09:38.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2026-07-02T04:09:38.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2026-07-02T04:09:38.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3360 | 2026-07-02T04:09:38.635Z | |
| 3361 | 2026-07-02T04:09:38.635Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/299) |
| 3362 | 2026-07-02T04:09:39.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2026-07-02T04:09:39.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2026-07-02T04:09:39.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2026-07-02T04:09:39.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3366 | 2026-07-02T04:09:39.188Z | |
| 3367 | 2026-07-02T04:09:39.188Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/299) |
| 3368 | 2026-07-02T04:09:39.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-07-02T04:09:39.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-07-02T04:09:39.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-07-02T04:09:39.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3372 | 2026-07-02T04:09:39.720Z | |
| 3373 | 2026-07-02T04:09:39.720Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/299) |
| 3374 | 2026-07-02T04:09:40.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-07-02T04:09:40.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-07-02T04:09:40.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-07-02T04:09:40.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3378 | 2026-07-02T04:09:40.251Z | |
| 3379 | 2026-07-02T04:09:40.251Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/299) |
| 3380 | 2026-07-02T04:09:40.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-07-02T04:09:40.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-07-02T04:09:40.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-07-02T04:09:40.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3384 | 2026-07-02T04:09:40.782Z | |
| 3385 | 2026-07-02T04:09:40.782Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/299) |
| 3386 | 2026-07-02T04:09:41.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-07-02T04:09:41.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-07-02T04:09:41.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-07-02T04:09:41.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3390 | 2026-07-02T04:09:41.314Z | |
| 3391 | 2026-07-02T04:09:41.314Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/299) |
| 3392 | 2026-07-02T04:09:41.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-07-02T04:09:41.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-07-02T04:09:41.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-07-02T04:09:41.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3396 | 2026-07-02T04:09:41.846Z | |
| 3397 | 2026-07-02T04:09:41.846Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/299) |
| 3398 | 2026-07-02T04:09:42.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-07-02T04:09:42.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-07-02T04:09:42.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-07-02T04:09:42.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3402 | 2026-07-02T04:09:42.379Z | |
| 3403 | 2026-07-02T04:09:42.379Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/299) |
| 3404 | 2026-07-02T04:09:42.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-07-02T04:09:42.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-07-02T04:09:42.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-07-02T04:09:42.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3408 | 2026-07-02T04:09:42.929Z | |
| 3409 | 2026-07-02T04:09:42.929Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/299) |
| 3410 | 2026-07-02T04:09:43.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-07-02T04:09:43.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-07-02T04:09:43.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3413 | 2026-07-02T04:09:43.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3414 | 2026-07-02T04:09:43.478Z | |
| 3415 | 2026-07-02T04:09:43.478Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/299) |
| 3416 | 2026-07-02T04:09:43.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-07-02T04:09:43.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-07-02T04:09:43.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-07-02T04:09:43.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3420 | 2026-07-02T04:09:44.029Z | |
| 3421 | 2026-07-02T04:09:44.029Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/299) |
| 3422 | 2026-07-02T04:09:44.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-07-02T04:09:44.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-07-02T04:09:44.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-07-02T04:09:44.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3426 | 2026-07-02T04:09:44.574Z | |
| 3427 | 2026-07-02T04:09:44.574Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/299) |
| 3428 | 2026-07-02T04:09:45.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-07-02T04:09:45.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-07-02T04:09:45.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-07-02T04:09:45.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3432 | 2026-07-02T04:09:45.124Z | |
| 3433 | 2026-07-02T04:09:45.124Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/299) |
| 3434 | 2026-07-02T04:09:45.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-07-02T04:09:45.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-07-02T04:09:45.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3437 | 2026-07-02T04:09:45.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3438 | 2026-07-02T04:09:45.672Z | |
| 3439 | 2026-07-02T04:09:45.672Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/299) |
| 3440 | 2026-07-02T04:09:46.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-07-02T04:09:46.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-07-02T04:09:46.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-07-02T04:09:46.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3444 | 2026-07-02T04:09:46.225Z | |
| 3445 | 2026-07-02T04:09:46.225Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/299) |
| 3446 | 2026-07-02T04:09:46.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-07-02T04:09:46.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-07-02T04:09:46.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-07-02T04:09:46.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3450 | 2026-07-02T04:09:46.776Z | |
| 3451 | 2026-07-02T04:09:46.776Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/299) |
| 3452 | 2026-07-02T04:09:47.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-07-02T04:09:47.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-07-02T04:09:47.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3455 | 2026-07-02T04:09:47.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3456 | 2026-07-02T04:09:47.324Z | |
| 3457 | 2026-07-02T04:09:47.324Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/299) |
| 3458 | 2026-07-02T04:09:47.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-07-02T04:09:47.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-07-02T04:09:47.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-07-02T04:09:47.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3462 | 2026-07-02T04:09:47.873Z | |
| 3463 | 2026-07-02T04:09:47.873Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/299) |
| 3464 | 2026-07-02T04:09:48.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-07-02T04:09:48.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-07-02T04:09:48.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-07-02T04:09:48.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3468 | 2026-07-02T04:09:48.402Z | |
| 3469 | 2026-07-02T04:09:48.402Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/299) |
| 3470 | 2026-07-02T04:09:48.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-07-02T04:09:48.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-07-02T04:09:48.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-07-02T04:09:48.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3474 | 2026-07-02T04:09:48.935Z | |
| 3475 | 2026-07-02T04:09:48.935Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/299) |
| 3476 | 2026-07-02T04:09:49.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-07-02T04:09:49.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-07-02T04:09:49.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-07-02T04:09:49.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3480 | 2026-07-02T04:09:49.465Z | |
| 3481 | 2026-07-02T04:09:49.465Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/299) |
| 3482 | 2026-07-02T04:09:49.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-07-02T04:09:49.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-07-02T04:09:49.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-07-02T04:09:49.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3486 | 2026-07-02T04:09:49.992Z | |
| 3487 | 2026-07-02T04:09:49.993Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/299) |
| 3488 | 2026-07-02T04:09:50.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-07-02T04:09:50.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-07-02T04:09:50.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-07-02T04:09:50.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3492 | 2026-07-02T04:09:50.521Z | |
| 3493 | 2026-07-02T04:09:50.521Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/299) |
| 3494 | 2026-07-02T04:09:50.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-07-02T04:09:50.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-07-02T04:09:50.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-07-02T04:09:50.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3498 | 2026-07-02T04:09:51.052Z | |
| 3499 | 2026-07-02T04:09:51.052Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/299) |
| 3500 | 2026-07-02T04:09:51.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-07-02T04:09:51.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-07-02T04:09:51.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-07-02T04:09:51.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3504 | 2026-07-02T04:09:51.583Z | |
| 3505 | 2026-07-02T04:09:51.583Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/299) |
| 3506 | 2026-07-02T04:09:52.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-07-02T04:09:52.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-07-02T04:09:52.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-07-02T04:09:52.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3510 | 2026-07-02T04:09:52.113Z | |
| 3511 | 2026-07-02T04:09:52.114Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/299) |
| 3512 | 2026-07-02T04:09:52.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-07-02T04:09:52.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-07-02T04:09:52.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-07-02T04:09:52.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3516 | 2026-07-02T04:09:52.657Z | |
| 3517 | 2026-07-02T04:09:52.657Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/299) |
| 3518 | 2026-07-02T04:09:53.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-07-02T04:09:53.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-07-02T04:09:53.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-07-02T04:09:53.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3522 | 2026-07-02T04:09:53.201Z | |
| 3523 | 2026-07-02T04:09:53.201Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/299) |
| 3524 | 2026-07-02T04:09:53.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-07-02T04:09:53.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-07-02T04:09:53.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-07-02T04:09:53.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3528 | 2026-07-02T04:09:53.748Z | |
| 3529 | 2026-07-02T04:09:53.748Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/299) |
| 3530 | 2026-07-02T04:09:54.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-07-02T04:09:54.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-07-02T04:09:54.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-07-02T04:09:54.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3534 | 2026-07-02T04:09:54.295Z | |
| 3535 | 2026-07-02T04:09:54.295Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/299) |
| 3536 | 2026-07-02T04:09:54.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-07-02T04:09:54.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-07-02T04:09:54.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-07-02T04:09:54.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3540 | 2026-07-02T04:09:54.842Z | |
| 3541 | 2026-07-02T04:09:54.842Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/299) |
| 3542 | 2026-07-02T04:09:55.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-07-02T04:09:55.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-07-02T04:09:55.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-07-02T04:09:55.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3546 | 2026-07-02T04:09:55.387Z | |
| 3547 | 2026-07-02T04:09:55.387Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/299) |
| 3548 | 2026-07-02T04:09:55.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-07-02T04:09:55.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-07-02T04:09:55.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-07-02T04:09:55.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3552 | 2026-07-02T04:09:55.934Z | |
| 3553 | 2026-07-02T04:09:55.935Z | info: running `cargo check --bins` on oximeter-producer (173/299) |
| 3554 | 2026-07-02T04:09:56.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-07-02T04:09:56.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-07-02T04:09:56.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-07-02T04:09:56.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3558 | 2026-07-02T04:09:56.500Z | |
| 3559 | 2026-07-02T04:09:56.501Z | info: running `cargo check --bins` on internal-dns-resolver (174/299) |
| 3560 | 2026-07-02T04:09:56.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-07-02T04:09:56.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-07-02T04:09:56.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-07-02T04:09:56.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3564 | 2026-07-02T04:09:57.031Z | |
| 3565 | 2026-07-02T04:09:57.031Z | info: running `cargo check --bins` on dns-server (175/299) |
| 3566 | 2026-07-02T04:09:57.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-07-02T04:09:57.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-07-02T04:09:57.624Z | Compiling parking_lot_core v0.8.6 |
| 3569 | 2026-07-02T04:09:57.626Z | Compiling git-stub v1.0.0 |
| 3570 | 2026-07-02T04:09:57.627Z | Checking prefix-trie v0.7.0 |
| 3571 | 2026-07-02T04:09:57.627Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3572 | 2026-07-02T04:09:57.848Z | Compiling git-stub-vcs v0.1.0 |
| 3573 | 2026-07-02T04:09:58.009Z | Checking hickory-server v0.25.2 |
| 3574 | 2026-07-02T04:09:58.122Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3575 | 2026-07-02T04:09:58.135Z | Checking parking_lot v0.11.2 |
| 3576 | 2026-07-02T04:09:58.187Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3577 | 2026-07-02T04:09:58.190Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3578 | 2026-07-02T04:09:58.303Z | Checking sled v0.34.7 |
| 3579 | 2026-07-02T04:10:00.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
| 3580 | 2026-07-02T04:10:00.335Z | |
| 3581 | 2026-07-02T04:10:00.335Z | info: running `cargo check --bins` on dns-server-api (176/299) |
| 3582 | 2026-07-02T04:10:00.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-07-02T04:10:00.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-07-02T04:10:00.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-07-02T04:10:00.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3586 | 2026-07-02T04:10:00.866Z | |
| 3587 | 2026-07-02T04:10:00.866Z | info: running `cargo check --bins` on oximeter-producer-api (177/299) |
| 3588 | 2026-07-02T04:10:01.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-07-02T04:10:01.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-07-02T04:10:01.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-07-02T04:10:01.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3592 | 2026-07-02T04:10:01.398Z | |
| 3593 | 2026-07-02T04:10:01.398Z | info: running `cargo check --bins` on sp-sim (178/299) |
| 3594 | 2026-07-02T04:10:01.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-07-02T04:10:01.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-07-02T04:10:02.062Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3597 | 2026-07-02T04:10:03.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 3598 | 2026-07-02T04:10:03.969Z | |
| 3599 | 2026-07-02T04:10:03.969Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/299) |
| 3600 | 2026-07-02T04:10:04.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-07-02T04:10:04.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-07-02T04:10:04.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-07-02T04:10:04.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3604 | 2026-07-02T04:10:04.551Z | |
| 3605 | 2026-07-02T04:10:04.551Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/299) |
| 3606 | 2026-07-02T04:10:05.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-07-02T04:10:05.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-07-02T04:10:05.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-07-02T04:10:05.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3610 | 2026-07-02T04:10:05.139Z | |
| 3611 | 2026-07-02T04:10:05.139Z | info: running `cargo check --bins` on db-macros (181/299) |
| 3612 | 2026-07-02T04:10:05.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-07-02T04:10:05.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-07-02T04:10:05.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-07-02T04:10:05.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3616 | 2026-07-02T04:10:05.655Z | |
| 3617 | 2026-07-02T04:10:05.655Z | info: running `cargo check --bins` on nexus-macros-common (182/299) |
| 3618 | 2026-07-02T04:10:06.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-07-02T04:10:06.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-07-02T04:10:06.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-07-02T04:10:06.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3622 | 2026-07-02T04:10:06.173Z | |
| 3623 | 2026-07-02T04:10:06.173Z | info: running `cargo check --bins` on nexus-auth (183/299) |
| 3624 | 2026-07-02T04:10:06.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-07-02T04:10:06.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-07-02T04:10:06.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-07-02T04:10:06.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3628 | 2026-07-02T04:10:06.757Z | |
| 3629 | 2026-07-02T04:10:06.757Z | info: running `cargo check --bins` on authz-macros (184/299) |
| 3630 | 2026-07-02T04:10:07.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-07-02T04:10:07.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-07-02T04:10:07.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3633 | 2026-07-02T04:10:07.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3634 | 2026-07-02T04:10:07.273Z | |
| 3635 | 2026-07-02T04:10:07.273Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/299) |
| 3636 | 2026-07-02T04:10:07.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-07-02T04:10:07.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-07-02T04:10:07.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3639 | 2026-07-02T04:10:07.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3640 | 2026-07-02T04:10:07.845Z | |
| 3641 | 2026-07-02T04:10:07.845Z | info: running `cargo check --bins` on nexus-db-model (186/299) |
| 3642 | 2026-07-02T04:10:08.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-07-02T04:10:08.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-07-02T04:10:08.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3645 | 2026-07-02T04:10:08.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3646 | 2026-07-02T04:10:08.418Z | |
| 3647 | 2026-07-02T04:10:08.418Z | info: running `cargo check --bins` on nexus-db-schema (187/299) |
| 3648 | 2026-07-02T04:10:08.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-07-02T04:10:08.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-07-02T04:10:08.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2026-07-02T04:10:08.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3652 | 2026-07-02T04:10:08.934Z | |
| 3653 | 2026-07-02T04:10:08.934Z | info: running `cargo check --bins` on omicron-rpaths (188/299) |
| 3654 | 2026-07-02T04:10:09.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-07-02T04:10:09.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-07-02T04:10:09.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3657 | 2026-07-02T04:10:09.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3658 | 2026-07-02T04:10:09.449Z | |
| 3659 | 2026-07-02T04:10:09.449Z | info: running `cargo check --bins` on nexus-defaults (189/299) |
| 3660 | 2026-07-02T04:10:09.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-07-02T04:10:09.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-07-02T04:10:09.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3663 | 2026-07-02T04:10:09.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3664 | 2026-07-02T04:10:09.976Z | |
| 3665 | 2026-07-02T04:10:09.976Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/299) |
| 3666 | 2026-07-02T04:10:10.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-07-02T04:10:10.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-07-02T04:10:10.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2026-07-02T04:10:10.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3670 | 2026-07-02T04:10:10.494Z | |
| 3671 | 2026-07-02T04:10:10.494Z | info: running `cargo check --bins` on parallel-task-set (191/299) |
| 3672 | 2026-07-02T04:10:10.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-07-02T04:10:10.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-07-02T04:10:10.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3675 | 2026-07-02T04:10:10.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3676 | 2026-07-02T04:10:11.006Z | |
| 3677 | 2026-07-02T04:10:11.006Z | info: running `cargo check --bins` on omicron-git-version (192/299) |
| 3678 | 2026-07-02T04:10:11.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-07-02T04:10:11.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-07-02T04:10:11.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-07-02T04:10:11.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3682 | 2026-07-02T04:10:11.520Z | |
| 3683 | 2026-07-02T04:10:11.520Z | info: running `cargo check --bins` on nexus-db-errors (193/299) |
| 3684 | 2026-07-02T04:10:12.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-07-02T04:10:12.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-07-02T04:10:12.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-07-02T04:10:12.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3688 | 2026-07-02T04:10:12.102Z | |
| 3689 | 2026-07-02T04:10:12.102Z | info: running `cargo check --bins` on nexus-db-lookup (194/299) |
| 3690 | 2026-07-02T04:10:12.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-07-02T04:10:12.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-07-02T04:10:12.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-07-02T04:10:12.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3694 | 2026-07-02T04:10:12.680Z | |
| 3695 | 2026-07-02T04:10:12.680Z | info: running `cargo check --bins` on nexus-inventory (195/299) |
| 3696 | 2026-07-02T04:10:13.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-07-02T04:10:13.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-07-02T04:10:13.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-07-02T04:10:13.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3700 | 2026-07-02T04:10:13.251Z | |
| 3701 | 2026-07-02T04:10:13.252Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/299) |
| 3702 | 2026-07-02T04:10:13.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-07-02T04:10:13.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-07-02T04:10:13.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-07-02T04:10:13.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3706 | 2026-07-02T04:10:13.800Z | |
| 3707 | 2026-07-02T04:10:13.800Z | info: running `cargo check --bins --no-default-features` on sled-storage (197/299) |
| 3708 | 2026-07-02T04:10:14.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-07-02T04:10:14.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-07-02T04:10:14.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-07-02T04:10:14.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3712 | 2026-07-02T04:10:14.343Z | |
| 3713 | 2026-07-02T04:10:14.343Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/299) |
| 3714 | 2026-07-02T04:10:14.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-07-02T04:10:14.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-07-02T04:10:14.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-07-02T04:10:14.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3718 | 2026-07-02T04:10:14.894Z | |
| 3719 | 2026-07-02T04:10:14.894Z | info: running `cargo check --bins` on key-manager (199/299) |
| 3720 | 2026-07-02T04:10:15.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-07-02T04:10:15.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-07-02T04:10:15.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-07-02T04:10:15.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3724 | 2026-07-02T04:10:15.423Z | |
| 3725 | 2026-07-02T04:10:15.423Z | info: running `cargo check --bins --no-default-features` on sled-hardware (200/299) |
| 3726 | 2026-07-02T04:10:15.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-07-02T04:10:15.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-07-02T04:10:15.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-07-02T04:10:15.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3730 | 2026-07-02T04:10:15.971Z | |
| 3731 | 2026-07-02T04:10:15.971Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/299) |
| 3732 | 2026-07-02T04:10:16.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-07-02T04:10:16.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-07-02T04:10:16.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-07-02T04:10:16.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3736 | 2026-07-02T04:10:16.516Z | |
| 3737 | 2026-07-02T04:10:16.516Z | info: running `cargo check --bins` on typed-rng (202/299) |
| 3738 | 2026-07-02T04:10:16.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-07-02T04:10:16.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-07-02T04:10:16.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-07-02T04:10:16.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 3742 | 2026-07-02T04:10:17.032Z | |
| 3743 | 2026-07-02T04:10:17.032Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/299) |
| 3744 | 2026-07-02T04:10:17.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-07-02T04:10:17.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-07-02T04:10:17.813Z | Compiling libefi-sys v0.1.0 |
| 3747 | 2026-07-02T04:10:17.816Z | Compiling bitfield-struct v0.6.2 |
| 3748 | 2026-07-02T04:10:17.952Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3749 | 2026-07-02T04:10:17.962Z | Compiling xshell-macros v0.2.7 |
| 3750 | 2026-07-02T04:10:17.970Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3751 | 2026-07-02T04:10:17.982Z | Compiling salty v0.3.0 |
| 3752 | 2026-07-02T04:10:17.994Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3753 | 2026-07-02T04:10:18.009Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3754 | 2026-07-02T04:10:18.022Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3755 | 2026-07-02T04:10:18.129Z | Checking rfc6979 v0.4.0 |
| 3756 | 2026-07-02T04:10:18.253Z | Checking ecdsa v0.16.9 |
| 3757 | 2026-07-02T04:10:18.281Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3758 | 2026-07-02T04:10:18.319Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3759 | 2026-07-02T04:10:18.334Z | Checking xshell v0.2.7 |
| 3760 | 2026-07-02T04:10:18.449Z | Checking primeorder v0.13.6 |
| 3761 | 2026-07-02T04:10:18.463Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3762 | 2026-07-02T04:10:18.478Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3763 | 2026-07-02T04:10:18.493Z | Checking tungstenite v0.21.0 |
| 3764 | 2026-07-02T04:10:18.562Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3765 | 2026-07-02T04:10:18.585Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3766 | 2026-07-02T04:10:18.648Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3767 | 2026-07-02T04:10:18.686Z | Checking p384 v0.13.1 |
| 3768 | 2026-07-02T04:10:18.702Z | Compiling num-derive v0.3.3 |
| 3769 | 2026-07-02T04:10:18.793Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3770 | 2026-07-02T04:10:18.861Z | Compiling proc-macro-error2 v2.0.1 |
| 3771 | 2026-07-02T04:10:18.908Z | Checking tokio-tungstenite v0.21.0 |
| 3772 | 2026-07-02T04:10:18.964Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3773 | 2026-07-02T04:10:19.007Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3774 | 2026-07-02T04:10:19.027Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3775 | 2026-07-02T04:10:19.094Z | Checking papergrid v0.17.0 |
| 3776 | 2026-07-02T04:10:19.167Z | Compiling tabled_derive v0.11.0 |
| 3777 | 2026-07-02T04:10:19.189Z | Compiling progenitor-impl v0.13.0 |
| 3778 | 2026-07-02T04:10:19.222Z | Checking testing_table v0.3.0 |
| 3779 | 2026-07-02T04:10:19.286Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3780 | 2026-07-02T04:10:19.314Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3781 | 2026-07-02T04:10:19.335Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3782 | 2026-07-02T04:10:19.529Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3783 | 2026-07-02T04:10:19.543Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3784 | 2026-07-02T04:10:19.603Z | Checking libscf-sys v1.1.0 |
| 3785 | 2026-07-02T04:10:19.734Z | Checking corncobs v0.1.4 |
| 3786 | 2026-07-02T04:10:19.734Z | Compiling unicase v2.9.0 |
| 3787 | 2026-07-02T04:10:19.813Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3788 | 2026-07-02T04:10:19.873Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3789 | 2026-07-02T04:10:19.903Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3790 | 2026-07-02T04:10:19.936Z | Compiling mime_guess v2.0.5 |
| 3791 | 2026-07-02T04:10:19.954Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3792 | 2026-07-02T04:10:20.012Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 3793 | 2026-07-02T04:10:20.040Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3794 | 2026-07-02T04:10:20.277Z | Checking progenitor-client v0.13.0 |
| 3795 | 2026-07-02T04:10:20.324Z | Checking tabled v0.20.0 |
| 3796 | 2026-07-02T04:10:20.509Z | Checking secrecy v0.8.0 |
| 3797 | 2026-07-02T04:10:20.509Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3798 | 2026-07-02T04:10:20.574Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3799 | 2026-07-02T04:10:20.613Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3800 | 2026-07-02T04:10:20.777Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3801 | 2026-07-02T04:10:20.977Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3802 | 2026-07-02T04:10:21.023Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3803 | 2026-07-02T04:10:21.053Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3804 | 2026-07-02T04:10:21.084Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3805 | 2026-07-02T04:10:21.199Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3806 | 2026-07-02T04:10:21.325Z | Checking filetime v0.2.27 |
| 3807 | 2026-07-02T04:10:21.465Z | Checking xattr v1.6.1 |
| 3808 | 2026-07-02T04:10:21.521Z | Checking http-range v0.1.5 |
| 3809 | 2026-07-02T04:10:21.536Z | Checking crc8 v0.1.1 |
| 3810 | 2026-07-02T04:10:21.596Z | Checking tar v0.4.45 |
| 3811 | 2026-07-02T04:10:21.657Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3812 | 2026-07-02T04:10:21.708Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3813 | 2026-07-02T04:10:21.742Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3814 | 2026-07-02T04:10:21.789Z | Compiling progenitor-macro v0.13.0 |
| 3815 | 2026-07-02T04:10:21.851Z | Checking illumos-nvpair v0.3.0 |
| 3816 | 2026-07-02T04:10:21.983Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3817 | 2026-07-02T04:10:22.003Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3818 | 2026-07-02T04:10:22.103Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3819 | 2026-07-02T04:10:22.367Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3820 | 2026-07-02T04:10:22.388Z | Checking atty v0.2.14 |
| 3821 | 2026-07-02T04:10:22.412Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3822 | 2026-07-02T04:10:22.440Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3823 | 2026-07-02T04:10:22.455Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3824 | 2026-07-02T04:10:22.482Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3825 | 2026-07-02T04:10:22.679Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3826 | 2026-07-02T04:10:22.717Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3827 | 2026-07-02T04:10:22.769Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3828 | 2026-07-02T04:10:22.939Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3829 | 2026-07-02T04:10:22.955Z | Checking hyper-staticfile v0.10.1 |
| 3830 | 2026-07-02T04:10:23.091Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3831 | 2026-07-02T04:10:23.157Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3832 | 2026-07-02T04:10:23.237Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3833 | 2026-07-02T04:10:23.348Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3834 | 2026-07-02T04:10:23.503Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3835 | 2026-07-02T04:10:23.622Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3836 | 2026-07-02T04:10:23.791Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3837 | 2026-07-02T04:10:24.105Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3838 | 2026-07-02T04:10:24.618Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3839 | 2026-07-02T04:10:25.098Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3840 | 2026-07-02T04:10:25.512Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3841 | 2026-07-02T04:10:25.853Z | Checking progenitor v0.13.0 |
| 3842 | 2026-07-02T04:10:25.985Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3843 | 2026-07-02T04:10:27.944Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3844 | 2026-07-02T04:10:31.267Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3845 | 2026-07-02T04:10:42.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s |
| 3846 | 2026-07-02T04:10:42.331Z | |
| 3847 | 2026-07-02T04:10:42.331Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/299) |
| 3848 | 2026-07-02T04:10:42.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-07-02T04:10:42.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-07-02T04:10:43.051Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-07-02T04:10:53.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
| 3852 | 2026-07-02T04:10:53.935Z | |
| 3853 | 2026-07-02T04:10:53.935Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/299) |
| 3854 | 2026-07-02T04:10:54.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-07-02T04:10:54.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-07-02T04:10:54.651Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-07-02T04:11:05.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3858 | 2026-07-02T04:11:05.527Z | |
| 3859 | 2026-07-02T04:11:05.527Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/299) |
| 3860 | 2026-07-02T04:11:06.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-07-02T04:11:06.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-07-02T04:11:06.248Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-07-02T04:11:16.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3864 | 2026-07-02T04:11:17.110Z | |
| 3865 | 2026-07-02T04:11:17.110Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/299) |
| 3866 | 2026-07-02T04:11:17.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-07-02T04:11:17.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-07-02T04:11:17.826Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-07-02T04:11:28.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
| 3870 | 2026-07-02T04:11:28.699Z | |
| 3871 | 2026-07-02T04:11:28.699Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/299) |
| 3872 | 2026-07-02T04:11:29.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-07-02T04:11:29.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-07-02T04:11:29.414Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-07-02T04:11:40.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3876 | 2026-07-02T04:11:40.330Z | |
| 3877 | 2026-07-02T04:11:40.330Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/299) |
| 3878 | 2026-07-02T04:11:40.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-07-02T04:11:40.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-07-02T04:11:41.059Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-07-02T04:11:51.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3882 | 2026-07-02T04:11:51.960Z | |
| 3883 | 2026-07-02T04:11:51.960Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/299) |
| 3884 | 2026-07-02T04:11:52.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-07-02T04:11:52.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-07-02T04:11:52.681Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-07-02T04:12:03.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3888 | 2026-07-02T04:12:03.526Z | |
| 3889 | 2026-07-02T04:12:03.526Z | info: running `cargo check --bins` on bootstrap-agent-api (211/299) |
| 3890 | 2026-07-02T04:12:03.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-07-02T04:12:03.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-07-02T04:12:03.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-07-02T04:12:03.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3894 | 2026-07-02T04:12:04.063Z | |
| 3895 | 2026-07-02T04:12:04.063Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/299) |
| 3896 | 2026-07-02T04:12:04.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-07-02T04:12:04.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-07-02T04:12:04.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-07-02T04:12:04.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3900 | 2026-07-02T04:12:04.597Z | |
| 3901 | 2026-07-02T04:12:04.597Z | info: running `cargo check --bins` on range-requests (213/299) |
| 3902 | 2026-07-02T04:12:05.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-07-02T04:12:05.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-07-02T04:12:05.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-07-02T04:12:05.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3906 | 2026-07-02T04:12:05.123Z | |
| 3907 | 2026-07-02T04:12:05.123Z | info: running `cargo check --bins` on repo-depot-api (214/299) |
| 3908 | 2026-07-02T04:12:05.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-07-02T04:12:05.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-07-02T04:12:05.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-07-02T04:12:05.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3912 | 2026-07-02T04:12:05.656Z | |
| 3913 | 2026-07-02T04:12:05.656Z | info: running `cargo check --bins` on sled-agent-api (215/299) |
| 3914 | 2026-07-02T04:12:06.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-07-02T04:12:06.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-07-02T04:12:06.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-07-02T04:12:06.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3918 | 2026-07-02T04:12:06.209Z | |
| 3919 | 2026-07-02T04:12:06.209Z | info: running `cargo check --bins` on sled-diagnostics (216/299) |
| 3920 | 2026-07-02T04:12:06.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-07-02T04:12:06.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-07-02T04:12:06.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-07-02T04:12:06.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3924 | 2026-07-02T04:12:06.759Z | |
| 3925 | 2026-07-02T04:12:06.759Z | info: running `cargo check --bins` on zfs-test-harness (217/299) |
| 3926 | 2026-07-02T04:12:07.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-07-02T04:12:07.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-07-02T04:12:07.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-07-02T04:12:07.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3930 | 2026-07-02T04:12:07.313Z | |
| 3931 | 2026-07-02T04:12:07.313Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/299) |
| 3932 | 2026-07-02T04:12:07.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-07-02T04:12:07.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-07-02T04:12:07.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-07-02T04:12:07.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3936 | 2026-07-02T04:12:07.869Z | |
| 3937 | 2026-07-02T04:12:07.869Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/299) |
| 3938 | 2026-07-02T04:12:08.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-07-02T04:12:08.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-07-02T04:12:08.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-07-02T04:12:08.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3942 | 2026-07-02T04:12:08.424Z | |
| 3943 | 2026-07-02T04:12:08.424Z | info: running `cargo check --bins` on sled-agent-early-networking (220/299) |
| 3944 | 2026-07-02T04:12:08.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-07-02T04:12:08.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-07-02T04:12:08.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-07-02T04:12:08.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3948 | 2026-07-02T04:12:08.973Z | |
| 3949 | 2026-07-02T04:12:08.973Z | info: running `cargo check --bins` on sled-agent-health-monitor (221/299) |
| 3950 | 2026-07-02T04:12:09.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-07-02T04:12:09.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-07-02T04:12:09.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-07-02T04:12:09.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3954 | 2026-07-02T04:12:09.523Z | |
| 3955 | 2026-07-02T04:12:09.523Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/299) |
| 3956 | 2026-07-02T04:12:09.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-07-02T04:12:09.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-07-02T04:12:09.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-07-02T04:12:09.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3960 | 2026-07-02T04:12:10.074Z | |
| 3961 | 2026-07-02T04:12:10.074Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/299) |
| 3962 | 2026-07-02T04:12:10.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-07-02T04:12:10.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-07-02T04:12:10.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-07-02T04:12:10.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3966 | 2026-07-02T04:12:10.628Z | |
| 3967 | 2026-07-02T04:12:10.629Z | info: running `cargo check --bins` on sled-agent-resolvable-files (224/299) |
| 3968 | 2026-07-02T04:12:11.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-07-02T04:12:11.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-07-02T04:12:11.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-07-02T04:12:11.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3972 | 2026-07-02T04:12:11.183Z | |
| 3973 | 2026-07-02T04:12:11.183Z | info: running `cargo check --bins` on sled-agent-rack-setup (225/299) |
| 3974 | 2026-07-02T04:12:11.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-07-02T04:12:11.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-07-02T04:12:11.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-07-02T04:12:11.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3978 | 2026-07-02T04:12:11.756Z | |
| 3979 | 2026-07-02T04:12:11.756Z | info: running `cargo check --bins` on trust-quorum (226/299) |
| 3980 | 2026-07-02T04:12:12.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-07-02T04:12:12.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-07-02T04:12:12.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-07-02T04:12:12.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3984 | 2026-07-02T04:12:12.313Z | |
| 3985 | 2026-07-02T04:12:12.313Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (227/299) |
| 3986 | 2026-07-02T04:12:12.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-07-02T04:12:12.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-07-02T04:12:12.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-07-02T04:12:12.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3990 | 2026-07-02T04:12:12.879Z | |
| 3991 | 2026-07-02T04:12:12.879Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (228/299) |
| 3992 | 2026-07-02T04:12:13.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-07-02T04:12:13.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-07-02T04:12:13.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-07-02T04:12:13.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3996 | 2026-07-02T04:12:13.465Z | |
| 3997 | 2026-07-02T04:12:13.465Z | info: running `cargo check --bins` on update-common (229/299) |
| 3998 | 2026-07-02T04:12:13.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-07-02T04:12:13.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-07-02T04:12:13.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-07-02T04:12:13.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4002 | 2026-07-02T04:12:14.004Z | |
| 4003 | 2026-07-02T04:12:14.004Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (230/299) |
| 4004 | 2026-07-02T04:12:14.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-07-02T04:12:14.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-07-02T04:12:14.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-07-02T04:12:14.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4008 | 2026-07-02T04:12:14.584Z | |
| 4009 | 2026-07-02T04:12:14.584Z | info: running `cargo check --bins` on omicron-deployment-graph (231/299) |
| 4010 | 2026-07-02T04:12:15.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-07-02T04:12:15.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-07-02T04:12:15.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-07-02T04:12:15.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4014 | 2026-07-02T04:12:15.104Z | |
| 4015 | 2026-07-02T04:12:15.104Z | info: running `cargo check --bins` on reconfigurator-cli (232/299) |
| 4016 | 2026-07-02T04:12:15.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-07-02T04:12:15.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-07-02T04:12:15.818Z | Compiling fs-err v2.11.0 |
| 4019 | 2026-07-02T04:12:15.822Z | Checking ignore v0.4.25 |
| 4020 | 2026-07-02T04:12:15.822Z | Checking arc-swap v1.8.2 |
| 4021 | 2026-07-02T04:12:15.956Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4022 | 2026-07-02T04:12:15.956Z | Checking predicates-tree v1.0.13 |
| 4023 | 2026-07-02T04:12:15.962Z | Checking parse-size v1.1.0 |
| 4024 | 2026-07-02T04:12:15.983Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4025 | 2026-07-02T04:12:15.994Z | Checking rand_seeder v0.4.0 |
| 4026 | 2026-07-02T04:12:16.058Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4027 | 2026-07-02T04:12:16.079Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4028 | 2026-07-02T04:12:16.135Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4029 | 2026-07-02T04:12:16.148Z | Checking slog-scope v4.4.1 |
| 4030 | 2026-07-02T04:12:16.191Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4031 | 2026-07-02T04:12:16.270Z | Compiling petname v2.0.2 |
| 4032 | 2026-07-02T04:12:16.284Z | Checking slog-stdlog v4.1.1 |
| 4033 | 2026-07-02T04:12:16.298Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4034 | 2026-07-02T04:12:16.322Z | Checking globwalk v0.9.1 |
| 4035 | 2026-07-02T04:12:16.381Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4036 | 2026-07-02T04:12:16.398Z | Checking slog-envlogger v2.2.0 |
| 4037 | 2026-07-02T04:12:16.498Z | Checking camino-tempfile-ext v0.3.3 |
| 4038 | 2026-07-02T04:12:16.544Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4039 | 2026-07-02T04:12:16.572Z | Checking sapling-renderdag v0.1.0 |
| 4040 | 2026-07-02T04:12:16.689Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4041 | 2026-07-02T04:12:16.746Z | Checking subprocess v0.2.15 |
| 4042 | 2026-07-02T04:12:16.804Z | Checking sync-ptr v0.1.4 |
| 4043 | 2026-07-02T04:12:16.890Z | Checking colored v2.2.0 |
| 4044 | 2026-07-02T04:12:16.917Z | Checking assert_matches v1.5.0 |
| 4045 | 2026-07-02T04:12:17.028Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4046 | 2026-07-02T04:12:17.178Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4047 | 2026-07-02T04:12:17.181Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4048 | 2026-07-02T04:12:17.895Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4049 | 2026-07-02T04:12:19.184Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4050 | 2026-07-02T04:12:21.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s |
| 4051 | 2026-07-02T04:12:21.517Z | |
| 4052 | 2026-07-02T04:12:21.518Z | info: running `cargo check --bins` on omicron-repl-utils (233/299) |
| 4053 | 2026-07-02T04:12:22.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-07-02T04:12:22.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-07-02T04:12:22.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-07-02T04:12:22.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4057 | 2026-07-02T04:12:22.365Z | |
| 4058 | 2026-07-02T04:12:22.365Z | info: running `cargo check --bins` on transient-dns-server (234/299) |
| 4059 | 2026-07-02T04:12:22.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-07-02T04:12:22.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-07-02T04:12:22.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-07-02T04:12:22.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4063 | 2026-07-02T04:12:22.573Z | |
| 4064 | 2026-07-02T04:12:22.573Z | info: running `cargo check --bins` on nexus-test-interface (235/299) |
| 4065 | 2026-07-02T04:12:23.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-07-02T04:12:23.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-07-02T04:12:23.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-07-02T04:12:23.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4069 | 2026-07-02T04:12:23.158Z | |
| 4070 | 2026-07-02T04:12:23.158Z | info: running `cargo check --bins` on oximeter-collector (236/299) |
| 4071 | 2026-07-02T04:12:23.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-07-02T04:12:23.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-07-02T04:12:23.823Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4074 | 2026-07-02T04:12:23.823Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4075 | 2026-07-02T04:12:24.455Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4076 | 2026-07-02T04:12:26.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
| 4077 | 2026-07-02T04:12:26.171Z | |
| 4078 | 2026-07-02T04:12:26.171Z | info: running `cargo check --bins` on oximeter-api (237/299) |
| 4079 | 2026-07-02T04:12:26.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-07-02T04:12:26.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-07-02T04:12:26.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-07-02T04:12:26.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4083 | 2026-07-02T04:12:26.705Z | |
| 4084 | 2026-07-02T04:12:26.705Z | info: running `cargo check --bins` on cert-dev (238/299) |
| 4085 | 2026-07-02T04:12:27.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-07-02T04:12:27.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-07-02T04:12:27.251Z | Checking yasna v0.5.2 |
| 4088 | 2026-07-02T04:12:27.650Z | Checking rcgen v0.12.1 |
| 4089 | 2026-07-02T04:12:27.895Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4090 | 2026-07-02T04:12:28.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4091 | 2026-07-02T04:12:28.227Z | |
| 4092 | 2026-07-02T04:12:28.228Z | info: running `cargo check --bins` on clickana (239/299) |
| 4093 | 2026-07-02T04:12:28.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-07-02T04:12:28.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-07-02T04:12:28.807Z | Compiling darling_core v0.23.0 |
| 4096 | 2026-07-02T04:12:28.912Z | Compiling instability v0.3.11 |
| 4097 | 2026-07-02T04:12:28.920Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4098 | 2026-07-02T04:12:28.920Z | Checking castaway v0.2.4 |
| 4099 | 2026-07-02T04:12:28.933Z | Compiling indoc v2.0.7 |
| 4100 | 2026-07-02T04:12:28.941Z | Checking unicode-truncate v1.1.0 |
| 4101 | 2026-07-02T04:12:28.947Z | Checking lru v0.12.5 |
| 4102 | 2026-07-02T04:12:28.948Z | Checking cassowary v0.3.0 |
| 4103 | 2026-07-02T04:12:29.015Z | Checking compact_str v0.8.1 |
| 4104 | 2026-07-02T04:12:30.205Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4105 | 2026-07-02T04:12:30.330Z | Compiling darling_macro v0.23.0 |
| 4106 | 2026-07-02T04:12:30.368Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4107 | 2026-07-02T04:12:30.753Z | Compiling darling v0.23.0 |
| 4108 | 2026-07-02T04:12:31.370Z | Checking ratatui v0.29.0 |
| 4109 | 2026-07-02T04:12:32.427Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4110 | 2026-07-02T04:12:33.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
| 4111 | 2026-07-02T04:12:33.240Z | |
| 4112 | 2026-07-02T04:12:33.240Z | info: running `cargo check --bins` on clickhouse-cluster-dev (240/299) |
| 4113 | 2026-07-02T04:12:33.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-07-02T04:12:33.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-07-02T04:12:33.885Z | Checking headers-core v0.3.0 |
| 4116 | 2026-07-02T04:12:33.890Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4117 | 2026-07-02T04:12:34.075Z | Checking headers v0.4.1 |
| 4118 | 2026-07-02T04:12:34.444Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4119 | 2026-07-02T04:12:35.297Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4120 | 2026-07-02T04:12:35.774Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4121 | 2026-07-02T04:12:36.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s |
| 4122 | 2026-07-02T04:12:36.347Z | |
| 4123 | 2026-07-02T04:12:36.347Z | info: running `cargo check --bins` on ch-dev (241/299) |
| 4124 | 2026-07-02T04:12:36.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-07-02T04:12:36.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-07-02T04:12:37.017Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4127 | 2026-07-02T04:12:37.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4128 | 2026-07-02T04:12:37.913Z | |
| 4129 | 2026-07-02T04:12:37.913Z | info: running `cargo check --bins` on dev-tools-common (242/299) |
| 4130 | 2026-07-02T04:12:38.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-07-02T04:12:38.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-07-02T04:12:38.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4133 | 2026-07-02T04:12:38.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 4134 | 2026-07-02T04:12:38.312Z | |
| 4135 | 2026-07-02T04:12:38.312Z | info: running `cargo check --bins` on crdb-seed (243/299) |
| 4136 | 2026-07-02T04:12:38.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-07-02T04:12:38.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-07-02T04:12:38.973Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4139 | 2026-07-02T04:12:39.963Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4140 | 2026-07-02T04:12:40.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 4141 | 2026-07-02T04:12:40.475Z | |
| 4142 | 2026-07-02T04:12:40.475Z | info: running `cargo check --bins` on db-dev (244/299) |
| 4143 | 2026-07-02T04:12:40.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-07-02T04:12:40.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-07-02T04:12:41.135Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4146 | 2026-07-02T04:12:41.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4147 | 2026-07-02T04:12:42.048Z | |
| 4148 | 2026-07-02T04:12:42.048Z | info: running `cargo check --bins` on omicron-dev-lib (245/299) |
| 4149 | 2026-07-02T04:12:42.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-07-02T04:12:42.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-07-02T04:12:42.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-07-02T04:12:42.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4153 | 2026-07-02T04:12:42.620Z | |
| 4154 | 2026-07-02T04:12:42.620Z | info: running `cargo check --bins` on xtask-downloader (246/299) |
| 4155 | 2026-07-02T04:12:43.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-07-02T04:12:43.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-07-02T04:12:43.178Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4158 | 2026-07-02T04:12:43.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4159 | 2026-07-02T04:12:44.008Z | |
| 4160 | 2026-07-02T04:12:44.008Z | info: running `cargo check --bins` on omicron-dropshot-apis (247/299) |
| 4161 | 2026-07-02T04:12:44.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-07-02T04:12:44.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-07-02T04:12:44.719Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4164 | 2026-07-02T04:12:44.720Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4165 | 2026-07-02T04:12:44.753Z | Checking git-stub v1.0.0 |
| 4166 | 2026-07-02T04:12:44.753Z | Compiling trait-variant v0.1.2 |
| 4167 | 2026-07-02T04:12:44.814Z | Checking maplit v1.0.2 |
| 4168 | 2026-07-02T04:12:44.824Z | Checking is_ci v1.2.0 |
| 4169 | 2026-07-02T04:12:44.840Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4170 | 2026-07-02T04:12:44.852Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4171 | 2026-07-02T04:12:44.891Z | Checking drift v0.2.0 |
| 4172 | 2026-07-02T04:12:44.916Z | Checking supports-color v3.0.2 |
| 4173 | 2026-07-02T04:12:44.948Z | Checking git-stub-vcs v0.1.0 |
| 4174 | 2026-07-02T04:12:45.033Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4175 | 2026-07-02T04:12:45.047Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4176 | 2026-07-02T04:12:45.064Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4177 | 2026-07-02T04:12:45.139Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4178 | 2026-07-02T04:12:45.234Z | Checking dropshot-api-manager v0.7.2 |
| 4179 | 2026-07-02T04:12:45.270Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4180 | 2026-07-02T04:12:45.316Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4181 | 2026-07-02T04:12:45.366Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4182 | 2026-07-02T04:12:45.546Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4183 | 2026-07-02T04:12:46.089Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4184 | 2026-07-02T04:12:46.991Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4185 | 2026-07-02T04:12:48.179Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4186 | 2026-07-02T04:12:48.773Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4187 | 2026-07-02T04:12:53.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 4188 | 2026-07-02T04:12:53.418Z | |
| 4189 | 2026-07-02T04:12:53.418Z | info: running `cargo check --bins` on installinator-api (248/299) |
| 4190 | 2026-07-02T04:12:53.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4191 | 2026-07-02T04:12:53.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4192 | 2026-07-02T04:12:53.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4193 | 2026-07-02T04:12:53.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4194 | 2026-07-02T04:12:53.418Z | |
| 4195 | 2026-07-02T04:12:53.418Z | info: running `cargo check --bins` on nexus-external-api (249/299) |
| 4196 | 2026-07-02T04:12:53.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-07-02T04:12:53.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-07-02T04:12:53.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-07-02T04:12:53.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4200 | 2026-07-02T04:12:53.418Z | |
| 4201 | 2026-07-02T04:12:53.419Z | info: running `cargo check --bins` on nexus-internal-api (250/299) |
| 4202 | 2026-07-02T04:12:53.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-07-02T04:12:53.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-07-02T04:12:53.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-07-02T04:12:53.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4206 | 2026-07-02T04:12:53.419Z | |
| 4207 | 2026-07-02T04:12:53.419Z | info: running `cargo check --bins` on nexus-lockstep-api (251/299) |
| 4208 | 2026-07-02T04:12:53.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-07-02T04:12:53.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-07-02T04:12:53.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-07-02T04:12:53.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4212 | 2026-07-02T04:12:53.419Z | |
| 4213 | 2026-07-02T04:12:53.419Z | info: running `cargo check --bins` on ntp-admin-api (252/299) |
| 4214 | 2026-07-02T04:12:53.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-07-02T04:12:53.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-07-02T04:12:53.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-07-02T04:12:53.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4218 | 2026-07-02T04:12:53.419Z | |
| 4219 | 2026-07-02T04:12:53.419Z | info: running `cargo check --bins` on ntp-admin-types-versions (253/299) |
| 4220 | 2026-07-02T04:12:53.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-07-02T04:12:53.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-07-02T04:12:53.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-07-02T04:12:53.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4224 | 2026-07-02T04:12:53.419Z | |
| 4225 | 2026-07-02T04:12:53.419Z | info: running `cargo check --bins` on wicketd-api (254/299) |
| 4226 | 2026-07-02T04:12:53.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-07-02T04:12:53.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-07-02T04:12:53.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-07-02T04:12:53.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4230 | 2026-07-02T04:12:53.452Z | |
| 4231 | 2026-07-02T04:12:53.452Z | info: running `cargo check --bins` on omicron-ls-apis (255/299) |
| 4232 | 2026-07-02T04:12:53.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-07-02T04:12:53.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-07-02T04:12:53.762Z | Checking cargo-platform v0.3.2 |
| 4235 | 2026-07-02T04:12:53.766Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4236 | 2026-07-02T04:12:53.996Z | Checking cargo_metadata v0.23.1 |
| 4237 | 2026-07-02T04:12:54.584Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4238 | 2026-07-02T04:12:55.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
| 4239 | 2026-07-02T04:12:56.794Z | |
| 4240 | 2026-07-02T04:12:56.795Z | info: running `cargo check --bins` on mgs-dev (256/299) |
| 4241 | 2026-07-02T04:12:56.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-07-02T04:12:56.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-07-02T04:12:56.802Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4244 | 2026-07-02T04:12:56.802Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4245 | 2026-07-02T04:12:57.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4246 | 2026-07-02T04:12:57.450Z | |
| 4247 | 2026-07-02T04:12:57.450Z | info: running `cargo check --bins` on omicron-omdb (257/299) |
| 4248 | 2026-07-02T04:12:58.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-07-02T04:12:58.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-07-02T04:12:58.309Z | Compiling vergen-lib v0.1.6 |
| 4251 | 2026-07-02T04:12:58.309Z | Compiling diesel_derives v2.3.7 |
| 4252 | 2026-07-02T04:12:58.309Z | Compiling dsl_auto_type v0.2.0 |
| 4253 | 2026-07-02T04:12:58.312Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4254 | 2026-07-02T04:12:58.312Z | Checking scheduled-thread-pool v0.2.7 |
| 4255 | 2026-07-02T04:12:58.312Z | Compiling vergen-gitcl v1.0.8 |
| 4256 | 2026-07-02T04:12:58.312Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4257 | 2026-07-02T04:12:58.312Z | Compiling dirs-sys-next v0.1.2 |
| 4258 | 2026-07-02T04:12:58.572Z | Compiling glob v0.3.3 |
| 4259 | 2026-07-02T04:12:58.738Z | Compiling crunchy v0.2.4 |
| 4260 | 2026-07-02T04:12:58.741Z | Compiling dirs-next v2.0.0 |
| 4261 | 2026-07-02T04:12:58.741Z | Checking r2d2 v0.8.10 |
| 4262 | 2026-07-02T04:12:58.747Z | Checking downcast-rs v2.0.2 |
| 4263 | 2026-07-02T04:12:58.803Z | Compiling tiny-keccak v2.0.2 |
| 4264 | 2026-07-02T04:12:58.986Z | Compiling term v0.7.0 |
| 4265 | 2026-07-02T04:12:58.989Z | Compiling clang-sys v1.8.1 |
| 4266 | 2026-07-02T04:12:59.024Z | Compiling bit-vec v0.6.3 |
| 4267 | 2026-07-02T04:12:59.027Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4268 | 2026-07-02T04:12:59.236Z | Compiling bit-set v0.5.3 |
| 4269 | 2026-07-02T04:12:59.252Z | Compiling ascii-canvas v3.0.0 |
| 4270 | 2026-07-02T04:12:59.389Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4271 | 2026-07-02T04:12:59.396Z | Compiling itertools v0.10.5 |
| 4272 | 2026-07-02T04:12:59.412Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4273 | 2026-07-02T04:12:59.442Z | Compiling ena v0.14.4 |
| 4274 | 2026-07-02T04:12:59.464Z | Compiling libloading v0.8.9 |
| 4275 | 2026-07-02T04:12:59.486Z | Compiling diff v0.1.13 |
| 4276 | 2026-07-02T04:12:59.576Z | Compiling bindgen v0.71.1 |
| 4277 | 2026-07-02T04:12:59.653Z | Compiling regex-syntax v0.6.29 |
| 4278 | 2026-07-02T04:12:59.764Z | Compiling cexpr v0.6.0 |
| 4279 | 2026-07-02T04:12:59.970Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4280 | 2026-07-02T04:13:00.022Z | Compiling rustc-hash v2.1.1 |
| 4281 | 2026-07-02T04:13:00.201Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4282 | 2026-07-02T04:13:00.318Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4283 | 2026-07-02T04:13:00.430Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4284 | 2026-07-02T04:13:00.450Z | Compiling libxml v0.3.3 |
| 4285 | 2026-07-02T04:13:00.650Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4286 | 2026-07-02T04:13:00.732Z | Compiling strum_macros v0.24.3 |
| 4287 | 2026-07-02T04:13:00.753Z | Compiling indoc v1.0.9 |
| 4288 | 2026-07-02T04:13:01.224Z | Compiling lalrpop v0.19.12 |
| 4289 | 2026-07-02T04:13:01.490Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4290 | 2026-07-02T04:13:01.697Z | Checking derive_builder v0.20.2 |
| 4291 | 2026-07-02T04:13:01.767Z | Compiling oso-derive v0.27.3 |
| 4292 | 2026-07-02T04:13:01.813Z | Checking quick-xml v0.37.5 |
| 4293 | 2026-07-02T04:13:02.107Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4294 | 2026-07-02T04:13:02.278Z | Checking openssl-probe v0.1.6 |
| 4295 | 2026-07-02T04:13:02.429Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4296 | 2026-07-02T04:13:02.699Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4297 | 2026-07-02T04:13:02.907Z | Checking bb8 v0.8.6 |
| 4298 | 2026-07-02T04:13:03.191Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4299 | 2026-07-02T04:13:03.209Z | Checking nonempty v0.12.0 |
| 4300 | 2026-07-02T04:13:03.325Z | Compiling libz-sys v1.1.24 |
| 4301 | 2026-07-02T04:13:03.374Z | Compiling strsim v0.10.0 |
| 4302 | 2026-07-02T04:13:03.418Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4303 | 2026-07-02T04:13:03.646Z | Compiling darling_core v0.13.4 |
| 4304 | 2026-07-02T04:13:03.706Z | Compiling vergen-git2 v9.1.0 |
| 4305 | 2026-07-02T04:13:03.911Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4306 | 2026-07-02T04:13:03.950Z | Compiling base64 v0.21.7 |
| 4307 | 2026-07-02T04:13:04.141Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4308 | 2026-07-02T04:13:04.276Z | Compiling ron v0.8.1 |
| 4309 | 2026-07-02T04:13:04.334Z | Checking diesel v2.3.7 |
| 4310 | 2026-07-02T04:13:05.095Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4311 | 2026-07-02T04:13:05.213Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4312 | 2026-07-02T04:13:05.322Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4313 | 2026-07-02T04:13:05.529Z | Compiling darling_macro v0.13.4 |
| 4314 | 2026-07-02T04:13:05.564Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4315 | 2026-07-02T04:13:05.768Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4316 | 2026-07-02T04:13:05.973Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4317 | 2026-07-02T04:13:06.016Z | Compiling darling v0.13.4 |
| 4318 | 2026-07-02T04:13:06.112Z | Compiling serde_with_macros v1.5.2 |
| 4319 | 2026-07-02T04:13:06.179Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4320 | 2026-07-02T04:13:06.382Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4321 | 2026-07-02T04:13:06.554Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4322 | 2026-07-02T04:13:06.588Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4323 | 2026-07-02T04:13:06.972Z | Compiling serde_with v1.14.0 |
| 4324 | 2026-07-02T04:13:08.103Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4325 | 2026-07-02T04:13:08.232Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4326 | 2026-07-02T04:13:08.307Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4327 | 2026-07-02T04:13:08.943Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4328 | 2026-07-02T04:13:09.150Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4329 | 2026-07-02T04:13:09.429Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4330 | 2026-07-02T04:13:09.712Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4331 | 2026-07-02T04:13:09.784Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4332 | 2026-07-02T04:13:10.214Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4333 | 2026-07-02T04:13:10.425Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4334 | 2026-07-02T04:13:10.710Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4335 | 2026-07-02T04:13:10.827Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4336 | 2026-07-02T04:13:10.874Z | Checking twox-hash v2.1.2 |
| 4337 | 2026-07-02T04:13:11.036Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4338 | 2026-07-02T04:13:11.207Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4339 | 2026-07-02T04:13:11.286Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4340 | 2026-07-02T04:13:11.614Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4341 | 2026-07-02T04:13:11.769Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4342 | 2026-07-02T04:13:12.956Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4343 | 2026-07-02T04:13:13.025Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4344 | 2026-07-02T04:13:13.221Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4345 | 2026-07-02T04:13:13.622Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4346 | 2026-07-02T04:13:13.669Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4347 | 2026-07-02T04:13:13.876Z | Checking console v0.16.2 |
| 4348 | 2026-07-02T04:13:14.183Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4349 | 2026-07-02T04:13:14.329Z | Checking fatfs v0.3.6 |
| 4350 | 2026-07-02T04:13:14.575Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4351 | 2026-07-02T04:13:14.787Z | Checking unit-prefix v0.5.2 |
| 4352 | 2026-07-02T04:13:14.925Z | Compiling seq-macro v0.3.6 |
| 4353 | 2026-07-02T04:13:15.449Z | Checking indicatif v0.18.4 |
| 4354 | 2026-07-02T04:13:15.877Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4355 | 2026-07-02T04:13:15.908Z | Checking support-bundle-viewer v0.1.2 |
| 4356 | 2026-07-02T04:13:16.160Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4357 | 2026-07-02T04:13:16.316Z | Checking multimap v0.10.1 |
| 4358 | 2026-07-02T04:13:21.925Z | Checking async-bb8-diesel v0.2.1 |
| 4359 | 2026-07-02T04:13:22.283Z | Checking diesel-dtrace v0.5.0 |
| 4360 | 2026-07-02T04:13:25.562Z | Compiling samael v0.0.19 |
| 4361 | 2026-07-02T04:13:30.896Z | Compiling git2 v0.20.4 |
| 4362 | 2026-07-02T04:13:31.871Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4363 | 2026-07-02T04:13:32.721Z | Compiling polar-core v0.27.3 |
| 4364 | 2026-07-02T04:13:33.351Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4365 | 2026-07-02T04:13:37.316Z | Checking oso v0.27.3 |
| 4366 | 2026-07-02T04:14:06.612Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4367 | 2026-07-02T04:15:18.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 4368 | 2026-07-02T04:15:19.084Z | |
| 4369 | 2026-07-02T04:15:19.085Z | info: running `cargo check --bins` on nexus-networking (258/299) |
| 4370 | 2026-07-02T04:15:19.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4371 | 2026-07-02T04:15:19.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4372 | 2026-07-02T04:15:19.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4373 | 2026-07-02T04:15:19.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4374 | 2026-07-02T04:15:19.707Z | |
| 4375 | 2026-07-02T04:15:19.707Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (259/299) |
| 4376 | 2026-07-02T04:15:20.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4377 | 2026-07-02T04:15:20.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4378 | 2026-07-02T04:15:20.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4379 | 2026-07-02T04:15:20.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4380 | 2026-07-02T04:15:20.297Z | |
| 4381 | 2026-07-02T04:15:20.297Z | info: running `cargo check --bins` on nexus-saga-recovery (260/299) |
| 4382 | 2026-07-02T04:15:20.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-07-02T04:15:20.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-07-02T04:15:20.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4385 | 2026-07-02T04:15:20.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4386 | 2026-07-02T04:15:20.882Z | |
| 4387 | 2026-07-02T04:15:20.882Z | info: running `cargo check --bins` on nexus-test-utils-macros (261/299) |
| 4388 | 2026-07-02T04:15:21.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-07-02T04:15:21.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-07-02T04:15:21.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4391 | 2026-07-02T04:15:21.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4392 | 2026-07-02T04:15:21.397Z | |
| 4393 | 2026-07-02T04:15:21.397Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (262/299) |
| 4394 | 2026-07-02T04:15:21.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-07-02T04:15:21.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-07-02T04:15:22.172Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4397 | 2026-07-02T04:15:22.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4398 | 2026-07-02T04:15:23.099Z | |
| 4399 | 2026-07-02T04:15:23.099Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/299) |
| 4400 | 2026-07-02T04:15:23.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4401 | 2026-07-02T04:15:23.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4402 | 2026-07-02T04:15:23.868Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4403 | 2026-07-02T04:16:01.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.05s |
| 4404 | 2026-07-02T04:16:01.372Z | |
| 4405 | 2026-07-02T04:16:01.372Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/299) |
| 4406 | 2026-07-02T04:16:01.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4407 | 2026-07-02T04:16:01.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4408 | 2026-07-02T04:16:01.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4409 | 2026-07-02T04:16:01.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4410 | 2026-07-02T04:16:01.890Z | |
| 4411 | 2026-07-02T04:16:01.890Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/299) |
| 4412 | 2026-07-02T04:16:02.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4413 | 2026-07-02T04:16:02.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4414 | 2026-07-02T04:16:02.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4415 | 2026-07-02T04:16:02.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4416 | 2026-07-02T04:16:02.404Z | |
| 4417 | 2026-07-02T04:16:02.405Z | info: running `cargo check --bins --no-default-features` on nexus-fm (266/299) |
| 4418 | 2026-07-02T04:16:02.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4419 | 2026-07-02T04:16:02.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4420 | 2026-07-02T04:16:02.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4421 | 2026-07-02T04:16:02.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4422 | 2026-07-02T04:16:02.979Z | |
| 4423 | 2026-07-02T04:16:02.979Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/299) |
| 4424 | 2026-07-02T04:16:03.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4425 | 2026-07-02T04:16:03.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4426 | 2026-07-02T04:16:03.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4427 | 2026-07-02T04:16:03.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4428 | 2026-07-02T04:16:03.566Z | |
| 4429 | 2026-07-02T04:16:03.566Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (268/299) |
| 4430 | 2026-07-02T04:16:04.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4431 | 2026-07-02T04:16:04.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4432 | 2026-07-02T04:16:04.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4433 | 2026-07-02T04:16:04.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4434 | 2026-07-02T04:16:04.153Z | |
| 4435 | 2026-07-02T04:16:04.154Z | info: running `cargo check --bins` on nexus-mgs-updates (269/299) |
| 4436 | 2026-07-02T04:16:04.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4437 | 2026-07-02T04:16:04.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4438 | 2026-07-02T04:16:04.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4439 | 2026-07-02T04:16:04.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4440 | 2026-07-02T04:16:04.724Z | |
| 4441 | 2026-07-02T04:16:04.724Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (270/299) |
| 4442 | 2026-07-02T04:16:05.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4443 | 2026-07-02T04:16:05.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4444 | 2026-07-02T04:16:05.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4445 | 2026-07-02T04:16:05.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4446 | 2026-07-02T04:16:05.306Z | |
| 4447 | 2026-07-02T04:16:05.306Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/299) |
| 4448 | 2026-07-02T04:16:05.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4449 | 2026-07-02T04:16:05.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4450 | 2026-07-02T04:16:05.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4451 | 2026-07-02T04:16:05.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4452 | 2026-07-02T04:16:05.890Z | |
| 4453 | 2026-07-02T04:16:05.890Z | info: running `cargo check --bins` on nexus-switch-config (272/299) |
| 4454 | 2026-07-02T04:16:06.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4455 | 2026-07-02T04:16:06.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4456 | 2026-07-02T04:16:06.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4457 | 2026-07-02T04:16:06.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4458 | 2026-07-02T04:16:06.453Z | |
| 4459 | 2026-07-02T04:16:06.453Z | info: running `cargo check --bins` on nexus-switch-config-preparation (273/299) |
| 4460 | 2026-07-02T04:16:06.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-07-02T04:16:06.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-07-02T04:16:06.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4463 | 2026-07-02T04:16:06.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4464 | 2026-07-02T04:16:07.039Z | |
| 4465 | 2026-07-02T04:16:07.039Z | info: running `cargo check --bins` on support-bundle-collection (274/299) |
| 4466 | 2026-07-02T04:16:07.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-07-02T04:16:07.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-07-02T04:16:07.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4469 | 2026-07-02T04:16:07.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4470 | 2026-07-02T04:16:07.626Z | |
| 4471 | 2026-07-02T04:16:07.626Z | info: running `cargo check --bins` on omicron-dev (275/299) |
| 4472 | 2026-07-02T04:16:08.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-07-02T04:16:08.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-07-02T04:16:08.468Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4475 | 2026-07-02T04:16:08.471Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4476 | 2026-07-02T04:16:08.620Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4477 | 2026-07-02T04:16:08.634Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4478 | 2026-07-02T04:16:08.672Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4479 | 2026-07-02T04:16:08.675Z | Checking diff v0.1.13 |
| 4480 | 2026-07-02T04:16:08.675Z | Checking yansi v1.0.1 |
| 4481 | 2026-07-02T04:16:08.675Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4482 | 2026-07-02T04:16:08.814Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4483 | 2026-07-02T04:16:08.987Z | Checking pretty_assertions v1.4.1 |
| 4484 | 2026-07-02T04:16:09.622Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4485 | 2026-07-02T04:16:09.708Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4486 | 2026-07-02T04:16:33.946Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4487 | 2026-07-02T04:16:33.950Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4488 | 2026-07-02T04:16:33.950Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4489 | 2026-07-02T04:16:33.950Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4490 | 2026-07-02T04:16:33.950Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4491 | 2026-07-02T04:16:33.950Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4492 | 2026-07-02T04:16:33.950Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4493 | 2026-07-02T04:16:34.728Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4494 | 2026-07-02T04:16:34.731Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4495 | 2026-07-02T04:16:35.934Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4496 | 2026-07-02T04:17:13.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 4497 | 2026-07-02T04:17:13.758Z | |
| 4498 | 2026-07-02T04:17:13.758Z | info: running `cargo check --bins` on omicron-pins (276/299) |
| 4499 | 2026-07-02T04:17:14.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4500 | 2026-07-02T04:17:14.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4501 | 2026-07-02T04:17:14.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4502 | 2026-07-02T04:17:14.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4503 | 2026-07-02T04:17:14.271Z | |
| 4504 | 2026-07-02T04:17:14.271Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (277/299) |
| 4505 | 2026-07-02T04:17:14.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-07-02T04:17:14.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-07-02T04:17:14.996Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4508 | 2026-07-02T04:17:15.116Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4509 | 2026-07-02T04:17:15.119Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4510 | 2026-07-02T04:17:42.154Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4511 | 2026-07-02T04:17:42.525Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4512 | 2026-07-02T04:17:44.206Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4513 | 2026-07-02T04:17:44.636Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4514 | 2026-07-02T04:17:47.600Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4515 | 2026-07-02T04:18:10.910Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4516 | 2026-07-02T04:18:11.594Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4517 | 2026-07-02T04:18:13.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.91s |
| 4518 | 2026-07-02T04:18:13.371Z | |
| 4519 | 2026-07-02T04:18:13.371Z | info: running `cargo check --bins` on reconfigurator-sp-updater (278/299) |
| 4520 | 2026-07-02T04:18:13.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4521 | 2026-07-02T04:18:13.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4522 | 2026-07-02T04:18:14.027Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4523 | 2026-07-02T04:18:14.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4524 | 2026-07-02T04:18:14.872Z | |
| 4525 | 2026-07-02T04:18:14.872Z | info: running `cargo check --bins` on omicron-releng (279/299) |
| 4526 | 2026-07-02T04:18:15.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4527 | 2026-07-02T04:18:15.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4528 | 2026-07-02T04:18:15.465Z | Compiling blake3 v1.8.5 |
| 4529 | 2026-07-02T04:18:15.570Z | Checking arrayref v0.3.9 |
| 4530 | 2026-07-02T04:18:15.573Z | Checking constant_time_eq v0.4.2 |
| 4531 | 2026-07-02T04:18:15.573Z | Checking arrayvec v0.7.6 |
| 4532 | 2026-07-02T04:18:15.587Z | Checking topological-sort v0.2.2 |
| 4533 | 2026-07-02T04:18:15.590Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4534 | 2026-07-02T04:18:15.590Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4535 | 2026-07-02T04:18:15.590Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4536 | 2026-07-02T04:18:15.628Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4537 | 2026-07-02T04:18:15.686Z | Checking shell-words v1.1.1 |
| 4538 | 2026-07-02T04:18:16.463Z | Checking omicron-zone-package v0.12.3 |
| 4539 | 2026-07-02T04:18:17.169Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4540 | 2026-07-02T04:18:18.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s |
| 4541 | 2026-07-02T04:18:18.231Z | |
| 4542 | 2026-07-02T04:18:18.231Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (280/299) |
| 4543 | 2026-07-02T04:18:18.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4544 | 2026-07-02T04:18:18.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4545 | 2026-07-02T04:18:18.816Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4546 | 2026-07-02T04:18:19.128Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4547 | 2026-07-02T04:18:19.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4548 | 2026-07-02T04:18:19.679Z | |
| 4549 | 2026-07-02T04:18:19.679Z | info: running `cargo check --bins` on schema (281/299) |
| 4550 | 2026-07-02T04:18:20.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4551 | 2026-07-02T04:18:20.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4552 | 2026-07-02T04:18:20.349Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4553 | 2026-07-02T04:18:21.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4554 | 2026-07-02T04:18:21.211Z | |
| 4555 | 2026-07-02T04:18:21.212Z | info: running `cargo check --bins` on xtask (282/299) |
| 4556 | 2026-07-02T04:18:21.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4557 | 2026-07-02T04:18:21.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4558 | 2026-07-02T04:18:21.594Z | Checking serde_core v1.0.228 |
| 4559 | 2026-07-02T04:18:21.594Z | Checking libc v0.2.185 |
| 4560 | 2026-07-02T04:18:21.673Z | Checking bitflags v2.11.0 |
| 4561 | 2026-07-02T04:18:21.678Z | Checking scroll v0.12.0 |
| 4562 | 2026-07-02T04:18:21.681Z | Checking thiserror v1.0.69 |
| 4563 | 2026-07-02T04:18:21.689Z | Checking log v0.4.29 |
| 4564 | 2026-07-02T04:18:21.697Z | Checking indexmap v2.14.0 |
| 4565 | 2026-07-02T04:18:21.699Z | Checking zerocopy v0.7.35 |
| 4566 | 2026-07-02T04:18:21.768Z | Checking syn v2.0.117 |
| 4567 | 2026-07-02T04:18:21.810Z | Checking dtrace-parser v0.2.0 |
| 4568 | 2026-07-02T04:18:21.828Z | Checking once_cell v1.21.3 |
| 4569 | 2026-07-02T04:18:21.888Z | Checking goblin v0.8.2 |
| 4570 | 2026-07-02T04:18:21.955Z | Checking errno v0.3.14 |
| 4571 | 2026-07-02T04:18:21.997Z | Checking getrandom v0.4.1 |
| 4572 | 2026-07-02T04:18:22.037Z | Checking thread-id v4.2.2 |
| 4573 | 2026-07-02T04:18:22.071Z | Checking rustix v1.1.3 |
| 4574 | 2026-07-02T04:18:22.113Z | Checking memmap v0.7.0 |
| 4575 | 2026-07-02T04:18:22.124Z | Checking thiserror v2.0.18 |
| 4576 | 2026-07-02T04:18:22.181Z | Checking fs-err v3.3.0 |
| 4577 | 2026-07-02T04:18:22.219Z | Checking tabled v0.15.0 |
| 4578 | 2026-07-02T04:18:22.232Z | Checking anyhow v1.0.102 |
| 4579 | 2026-07-02T04:18:22.833Z | Checking terminal_size v0.4.3 |
| 4580 | 2026-07-02T04:18:22.833Z | Checking tempfile v3.25.0 |
| 4581 | 2026-07-02T04:18:22.941Z | Checking clap_builder v4.6.0 |
| 4582 | 2026-07-02T04:18:22.942Z | Checking textwrap v0.16.2 |
| 4583 | 2026-07-02T04:18:23.104Z | Checking serde v1.0.228 |
| 4584 | 2026-07-02T04:18:23.108Z | Checking serde_json v1.0.150 |
| 4585 | 2026-07-02T04:18:23.108Z | Checking camino v1.2.2 |
| 4586 | 2026-07-02T04:18:23.143Z | Checking semver v1.0.28 |
| 4587 | 2026-07-02T04:18:23.291Z | Checking cargo-platform v0.3.2 |
| 4588 | 2026-07-02T04:18:23.365Z | Checking camino-tempfile v1.4.1 |
| 4589 | 2026-07-02T04:18:23.510Z | Checking serde_spanned v0.6.9 |
| 4590 | 2026-07-02T04:18:23.510Z | Checking toml_datetime v0.6.11 |
| 4591 | 2026-07-02T04:18:23.514Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4592 | 2026-07-02T04:18:23.535Z | Checking macaddr v1.0.1 |
| 4593 | 2026-07-02T04:18:23.683Z | Checking toml_edit v0.22.27 |
| 4594 | 2026-07-02T04:18:23.699Z | Checking cargo_metadata v0.23.1 |
| 4595 | 2026-07-02T04:18:23.708Z | Checking dof v0.3.0 |
| 4596 | 2026-07-02T04:18:23.966Z | Checking usdt-impl v0.5.0 |
| 4597 | 2026-07-02T04:18:24.118Z | Checking clap v4.6.1 |
| 4598 | 2026-07-02T04:18:24.228Z | Checking usdt v0.5.0 |
| 4599 | 2026-07-02T04:18:24.655Z | Checking toml v0.8.23 |
| 4600 | 2026-07-02T04:18:24.915Z | Checking cargo_toml v0.21.0 |
| 4601 | 2026-07-02T04:18:25.548Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4602 | 2026-07-02T04:18:25.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 4603 | 2026-07-02T04:18:26.027Z | |
| 4604 | 2026-07-02T04:18:26.027Z | info: running `cargo check --bins` on dnsadm (283/299) |
| 4605 | 2026-07-02T04:18:26.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4606 | 2026-07-02T04:18:26.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4607 | 2026-07-02T04:18:26.603Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4608 | 2026-07-02T04:18:27.056Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4609 | 2026-07-02T04:18:27.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4610 | 2026-07-02T04:18:27.599Z | |
| 4611 | 2026-07-02T04:18:27.599Z | info: running `cargo check --bins` on end-to-end-tests (284/299) |
| 4612 | 2026-07-02T04:18:28.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4613 | 2026-07-02T04:18:28.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4614 | 2026-07-02T04:18:28.347Z | Checking cpubits v0.1.1 |
| 4615 | 2026-07-02T04:18:28.350Z | Checking pem-rfc7468 v1.0.0 |
| 4616 | 2026-07-02T04:18:28.482Z | Checking hmac v0.13.0 |
| 4617 | 2026-07-02T04:18:28.485Z | Checking universal-hash v0.6.1 |
| 4618 | 2026-07-02T04:18:28.504Z | Checking ctr v0.10.1 |
| 4619 | 2026-07-02T04:18:28.504Z | Checking aead v0.6.1 |
| 4620 | 2026-07-02T04:18:28.507Z | Checking sha2 v0.11.0 |
| 4621 | 2026-07-02T04:18:28.543Z | Checking aes v0.9.1 |
| 4622 | 2026-07-02T04:18:28.543Z | Checking crypto-bigint v0.7.5 |
| 4623 | 2026-07-02T04:18:28.600Z | Checking polyval v0.7.1 |
| 4624 | 2026-07-02T04:18:28.614Z | Checking der v0.8.0 |
| 4625 | 2026-07-02T04:18:28.627Z | Checking pbkdf2 v0.13.0 |
| 4626 | 2026-07-02T04:18:28.657Z | Checking cbc v0.2.1 |
| 4627 | 2026-07-02T04:18:28.672Z | Checking salsa20 v0.11.0 |
| 4628 | 2026-07-02T04:18:28.742Z | Checking ff v0.14.0 |
| 4629 | 2026-07-02T04:18:28.762Z | Checking ghash v0.6.0 |
| 4630 | 2026-07-02T04:18:28.798Z | Checking signature v3.0.0 |
| 4631 | 2026-07-02T04:18:28.817Z | Checking base16ct v1.0.0 |
| 4632 | 2026-07-02T04:18:28.908Z | Checking group v0.14.0 |
| 4633 | 2026-07-02T04:18:28.926Z | Checking hkdf v0.13.0 |
| 4634 | 2026-07-02T04:18:28.941Z | Checking aes-gcm v0.11.0 |
| 4635 | 2026-07-02T04:18:28.959Z | Checking rfc6979 v0.5.0 |
| 4636 | 2026-07-02T04:18:28.977Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4637 | 2026-07-02T04:18:29.059Z | Checking poly1305 v0.9.0 |
| 4638 | 2026-07-02T04:18:29.062Z | Checking blowfish v0.10.0 |
| 4639 | 2026-07-02T04:18:29.095Z | Checking blake2 v0.11.0-rc.6 |
| 4640 | 2026-07-02T04:18:29.098Z | Checking keccak v0.2.0 |
| 4641 | 2026-07-02T04:18:29.219Z | Checking fiat-crypto v0.3.0 |
| 4642 | 2026-07-02T04:18:29.234Z | Checking scrypt v0.12.0 |
| 4643 | 2026-07-02T04:18:29.248Z | Checking sha3 v0.11.0 |
| 4644 | 2026-07-02T04:18:29.327Z | Checking bcrypt-pbkdf v0.11.0 |
| 4645 | 2026-07-02T04:18:29.360Z | Checking argon2 v0.6.0-rc.8 |
| 4646 | 2026-07-02T04:18:29.393Z | Checking kem v0.3.0 |
| 4647 | 2026-07-02T04:18:29.408Z | Checking spki v0.8.0 |
| 4648 | 2026-07-02T04:18:29.485Z | Checking sec1 v0.8.1 |
| 4649 | 2026-07-02T04:18:29.504Z | Checking module-lattice v0.2.3 |
| 4650 | 2026-07-02T04:18:29.586Z | Checking pkcs5 v0.8.1 |
| 4651 | 2026-07-02T04:18:29.601Z | Checking pkcs1 v0.8.0-rc.4 |
| 4652 | 2026-07-02T04:18:29.664Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4653 | 2026-07-02T04:18:29.686Z | Checking internal-russh-num-bigint v0.5.0 |
| 4654 | 2026-07-02T04:18:29.719Z | Checking ml-kem v0.3.2 |
| 4655 | 2026-07-02T04:18:29.800Z | Checking num-bigint v0.4.6 |
| 4656 | 2026-07-02T04:18:29.861Z | Checking generic-array v1.4.3 |
| 4657 | 2026-07-02T04:18:29.876Z | Checking pkcs8 v0.11.0 |
| 4658 | 2026-07-02T04:18:30.069Z | Checking ed25519 v3.0.0 |
| 4659 | 2026-07-02T04:18:30.220Z | Checking russh-util v0.52.0 |
| 4660 | 2026-07-02T04:18:30.251Z | Compiling enum_dispatch v0.3.13 |
| 4661 | 2026-07-02T04:18:30.266Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4662 | 2026-07-02T04:18:30.340Z | Compiling delegate v0.13.5 |
| 4663 | 2026-07-02T04:18:30.485Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4664 | 2026-07-02T04:18:30.529Z | Checking hex-literal v1.1.0 |
| 4665 | 2026-07-02T04:18:30.532Z | Checking md5 v0.8.0 |
| 4666 | 2026-07-02T04:18:30.668Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4667 | 2026-07-02T04:18:30.701Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4668 | 2026-07-02T04:18:30.721Z | Checking socket2 v0.5.10 |
| 4669 | 2026-07-02T04:18:30.760Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4670 | 2026-07-02T04:18:30.894Z | Checking primefield v0.14.0 |
| 4671 | 2026-07-02T04:18:30.918Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4672 | 2026-07-02T04:18:30.970Z | Checking crypto-primes v0.7.2 |
| 4673 | 2026-07-02T04:18:31.103Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4674 | 2026-07-02T04:18:31.140Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4675 | 2026-07-02T04:18:31.217Z | Checking russh-cryptovec v0.61.0 |
| 4676 | 2026-07-02T04:18:31.232Z | Checking ecdsa v0.17.0-rc.18 |
| 4677 | 2026-07-02T04:18:31.291Z | Checking primeorder v0.14.0-rc.10 |
| 4678 | 2026-07-02T04:18:31.347Z | Checking internet-checksum v0.2.1 |
| 4679 | 2026-07-02T04:18:31.583Z | Checking p521 v0.14.0-rc.10 |
| 4680 | 2026-07-02T04:18:31.584Z | Checking p256 v0.14.0-rc.10 |
| 4681 | 2026-07-02T04:18:31.919Z | Checking rsa v0.10.0-rc.18 |
| 4682 | 2026-07-02T04:18:34.055Z | Checking p384 v0.14.0-rc.10 |
| 4683 | 2026-07-02T04:18:35.959Z | Checking ssh-key v0.7.0-rc.10 |
| 4684 | 2026-07-02T04:18:36.714Z | Checking russh v0.61.2 |
| 4685 | 2026-07-02T04:18:48.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s |
| 4686 | 2026-07-02T04:18:48.944Z | |
| 4687 | 2026-07-02T04:18:48.944Z | info: running `cargo check --bins` on gateway-cli (285/299) |
| 4688 | 2026-07-02T04:18:49.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4689 | 2026-07-02T04:18:49.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4690 | 2026-07-02T04:18:49.526Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4691 | 2026-07-02T04:18:49.632Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4692 | 2026-07-02T04:18:49.639Z | Checking termios v0.3.3 |
| 4693 | 2026-07-02T04:18:50.839Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4694 | 2026-07-02T04:18:51.001Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4695 | 2026-07-02T04:18:52.629Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4696 | 2026-07-02T04:18:53.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 4697 | 2026-07-02T04:18:53.352Z | |
| 4698 | 2026-07-02T04:18:53.352Z | info: running `cargo check --bins --no-default-features` on installinator (286/299) |
| 4699 | 2026-07-02T04:18:53.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4700 | 2026-07-02T04:18:53.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4701 | 2026-07-02T04:18:54.004Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4702 | 2026-07-02T04:18:54.007Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4703 | 2026-07-02T04:18:54.121Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4704 | 2026-07-02T04:18:54.122Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4705 | 2026-07-02T04:18:54.134Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4706 | 2026-07-02T04:18:54.142Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4707 | 2026-07-02T04:18:54.863Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4708 | 2026-07-02T04:18:55.200Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4709 | 2026-07-02T04:18:55.204Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4710 | 2026-07-02T04:18:55.822Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4711 | 2026-07-02T04:18:57.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
| 4712 | 2026-07-02T04:18:57.608Z | |
| 4713 | 2026-07-02T04:18:57.608Z | info: running `cargo check --bins` on internal-dns-cli (287/299) |
| 4714 | 2026-07-02T04:18:58.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4715 | 2026-07-02T04:18:58.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4716 | 2026-07-02T04:18:58.185Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4717 | 2026-07-02T04:18:58.625Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4718 | 2026-07-02T04:18:58.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4719 | 2026-07-02T04:18:59.095Z | |
| 4720 | 2026-07-02T04:18:59.096Z | info: running `cargo check --bins` on omicron-live-tests (288/299) |
| 4721 | 2026-07-02T04:18:59.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4722 | 2026-07-02T04:18:59.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4723 | 2026-07-02T04:18:59.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4724 | 2026-07-02T04:18:59.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4725 | 2026-07-02T04:18:59.607Z | |
| 4726 | 2026-07-02T04:18:59.607Z | info: running `cargo check --bins` on live-tests-macros (289/299) |
| 4727 | 2026-07-02T04:19:00.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-07-02T04:19:00.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-07-02T04:19:00.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4730 | 2026-07-02T04:19:00.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 4731 | 2026-07-02T04:19:00.120Z | |
| 4732 | 2026-07-02T04:19:00.120Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (290/299) |
| 4733 | 2026-07-02T04:19:00.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4734 | 2026-07-02T04:19:00.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4735 | 2026-07-02T04:19:00.812Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4736 | 2026-07-02T04:19:01.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 4737 | 2026-07-02T04:19:01.578Z | |
| 4738 | 2026-07-02T04:19:01.578Z | info: running `cargo check --bins` on omicron-ntp-admin (291/299) |
| 4739 | 2026-07-02T04:19:02.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4740 | 2026-07-02T04:19:02.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4741 | 2026-07-02T04:19:02.167Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4742 | 2026-07-02T04:19:02.170Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4743 | 2026-07-02T04:19:02.436Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4744 | 2026-07-02T04:19:02.440Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4745 | 2026-07-02T04:19:03.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
| 4746 | 2026-07-02T04:19:03.388Z | |
| 4747 | 2026-07-02T04:19:03.388Z | info: running `cargo check --bins` on ntp-admin-types (292/299) |
| 4748 | 2026-07-02T04:19:03.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-07-02T04:19:03.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-07-02T04:19:03.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-07-02T04:19:03.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4752 | 2026-07-02T04:19:03.908Z | |
| 4753 | 2026-07-02T04:19:03.908Z | info: running `cargo check --bins` on omicron-package (293/299) |
| 4754 | 2026-07-02T04:19:04.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-07-02T04:19:04.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-07-02T04:19:04.535Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4757 | 2026-07-02T04:19:05.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4758 | 2026-07-02T04:19:05.764Z | |
| 4759 | 2026-07-02T04:19:05.764Z | info: running `cargo check --bins` on tqdb (294/299) |
| 4760 | 2026-07-02T04:19:06.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-07-02T04:19:06.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-07-02T04:19:06.488Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4763 | 2026-07-02T04:19:06.831Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4764 | 2026-07-02T04:19:07.335Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4765 | 2026-07-02T04:19:07.335Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4766 | 2026-07-02T04:19:13.407Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4767 | 2026-07-02T04:19:13.410Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4768 | 2026-07-02T04:19:13.969Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4769 | 2026-07-02T04:19:13.969Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4770 | 2026-07-02T04:19:13.972Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4771 | 2026-07-02T04:19:13.972Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4772 | 2026-07-02T04:19:14.741Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4773 | 2026-07-02T04:19:15.712Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4774 | 2026-07-02T04:19:16.491Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4775 | 2026-07-02T04:19:17.098Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4776 | 2026-07-02T04:19:21.904Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4777 | 2026-07-02T04:19:28.444Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4778 | 2026-07-02T04:19:28.444Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4779 | 2026-07-02T04:19:28.447Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4780 | 2026-07-02T04:19:28.447Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4781 | 2026-07-02T04:19:29.903Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4782 | 2026-07-02T04:19:31.209Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4783 | 2026-07-02T04:19:31.862Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4784 | 2026-07-02T04:19:33.072Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4785 | 2026-07-02T04:19:33.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s |
| 4786 | 2026-07-02T04:19:33.787Z | |
| 4787 | 2026-07-02T04:19:33.787Z | info: running `cargo check --bins` on wicket-dbg (295/299) |
| 4788 | 2026-07-02T04:19:34.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4789 | 2026-07-02T04:19:34.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4790 | 2026-07-02T04:19:34.445Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4791 | 2026-07-02T04:19:34.445Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4792 | 2026-07-02T04:19:34.449Z | Checking rtoolbox v0.0.3 |
| 4793 | 2026-07-02T04:19:34.570Z | Checking tui-tree-widget v0.23.1 |
| 4794 | 2026-07-02T04:19:34.662Z | Checking rpassword v7.4.0 |
| 4795 | 2026-07-02T04:19:35.731Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4796 | 2026-07-02T04:19:38.844Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4797 | 2026-07-02T04:19:40.699Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4798 | 2026-07-02T04:19:41.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
| 4799 | 2026-07-02T04:19:41.751Z | |
| 4800 | 2026-07-02T04:19:41.752Z | info: running `cargo check --bins` on wicket (296/299) |
| 4801 | 2026-07-02T04:19:42.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4802 | 2026-07-02T04:19:42.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4803 | 2026-07-02T04:19:42.389Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4804 | 2026-07-02T04:19:42.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4805 | 2026-07-02T04:19:42.906Z | |
| 4806 | 2026-07-02T04:19:42.907Z | info: running `cargo check --bins` on wicketd (297/299) |
| 4807 | 2026-07-02T04:19:43.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4808 | 2026-07-02T04:19:43.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4809 | 2026-07-02T04:19:43.568Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4810 | 2026-07-02T04:19:43.571Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4811 | 2026-07-02T04:19:43.571Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4812 | 2026-07-02T04:19:43.681Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4813 | 2026-07-02T04:19:44.540Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4814 | 2026-07-02T04:19:45.097Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4815 | 2026-07-02T04:19:48.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s |
| 4816 | 2026-07-02T04:19:48.276Z | |
| 4817 | 2026-07-02T04:19:48.276Z | info: running `cargo check --bins` on omicron-workspace-hack (298/299) |
| 4818 | 2026-07-02T04:19:48.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4819 | 2026-07-02T04:19:48.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4820 | 2026-07-02T04:19:48.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4821 | 2026-07-02T04:19:48.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4822 | 2026-07-02T04:19:48.798Z | |
| 4823 | 2026-07-02T04:19:48.798Z | info: running `cargo check --bins` on zone-setup (299/299) |
| 4824 | 2026-07-02T04:19:49.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4825 | 2026-07-02T04:19:49.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4826 | 2026-07-02T04:19:49.417Z | Checking uzers v0.12.2 |
| 4827 | 2026-07-02T04:19:49.704Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4828 | 2026-07-02T04:19:50.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 4829 | 2026-07-02T04:19:50.600Z | |
| 4830 | 2026-07-02T04:19:50.600Z | real 13:43.784928078 |
| 4831 | 2026-07-02T04:19:50.600Z | user 20:52.361233247 |
| 4832 | 2026-07-02T04:19:50.601Z | sys 4:11.619157778 |
| 4833 | 2026-07-02T04:19:50.601Z | trap 0.330326073 |
| 4834 | 2026-07-02T04:19:50.601Z | tflt 0.700427834 |
| 4835 | 2026-07-02T04:19:50.601Z | dflt 1.113987645 |
| 4836 | 2026-07-02T04:19:50.601Z | kflt 0.004596530 |
| 4837 | 2026-07-02T04:19:50.601Z | lock 1:16:09.595616138 |
| 4838 | 2026-07-02T04:19:50.601Z | slp 1:39:47.599239537 |
| 4839 | 2026-07-02T04:19:50.601Z | lat 55.895847876 |
| 4840 | 2026-07-02T04:19:50.601Z | stop 3:30.830078405 |
| 4841 | 2026-07-02T04:19:50.605Z | process exited: duration 945495 ms, exit code 0 |
| |
| 4842 | 2026-07-02T04:19:50.613Z | found 0 output files |