|
|
|
| 1 | 2026-07-18T16:34:55.293Z | job assigned to worker 01KXV17ZHDTN07P3CHFGZDSMFN [factory aws, i-048c3aea422ebb06d] (queued for 52 s) |
| |
| 2 | 2026-07-18T16:35:02.100Z | starting task 0: "setup" |
| 3 | 2026-07-18T16:35:02.106Z | ++ uname -s |
| 4 | 2026-07-18T16:35:02.110Z | + kern=SunOS |
| 5 | 2026-07-18T16:35:02.110Z | + build_user=build |
| 6 | 2026-07-18T16:35:02.110Z | + build_uid=12345 |
| 7 | 2026-07-18T16:35:02.110Z | + work_dir=/work |
| 8 | 2026-07-18T16:35:02.110Z | + input_dir=/input |
| 9 | 2026-07-18T16:35:02.110Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-18T16:35:02.110Z | + case "$kern" in |
| 11 | 2026-07-18T16:35:02.110Z | + groupadd -g 12345 build |
| 12 | 2026-07-18T16:35:02.113Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-18T16:35:04.124Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-18T16:35:04.231Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-18T16:35:04.235Z | + home_fs=zfs |
| 16 | 2026-07-18T16:35:04.235Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-18T16:35:04.235Z | + mkdir -p /home/build |
| 18 | 2026-07-18T16:35:04.235Z | + chown build:build /home/build /work |
| 19 | 2026-07-18T16:35:06.235Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-18T16:35:06.239Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-07-18T16:35:06.245Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-18T16:35:06.249Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-18T16:35:06.249Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-18T16:35:06.249Z | * rust toolchain profile = "default" |
| 25 | 2026-07-18T16:35:06.249Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-18T16:35:06.249Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-18T16:35:06.249Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-18T16:35:06.252Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-18T16:35:06.252Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-18T16:35:06.357Z | info: downloading installer |
| 31 | 2026-07-18T16:35:07.635Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-18T16:35:07.635Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-18T16:35:07.635Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-18T16:35:07.635Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-18T16:35:07.647Z | info: profile set to default |
| 36 | 2026-07-18T16:35:07.648Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-18T16:35:07.651Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-18T16:35:07.777Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-18T16:35:07.780Z | info: downloading 6 components |
| 40 | 2026-07-18T16:35:22.425Z | |
| 41 | 2026-07-18T16:35:22.426Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-18T16:35:22.453Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-18T16:35:22.453Z | |
| 44 | 2026-07-18T16:35:22.453Z | |
| 45 | 2026-07-18T16:35:22.453Z | Rust is installed now. Great! |
| 46 | 2026-07-18T16:35:22.454Z | |
| 47 | 2026-07-18T16:35:22.454Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-18T16:35:22.454Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-18T16:35:22.454Z | |
| 50 | 2026-07-18T16:35:22.454Z | To configure your current shell, you need to source |
| 51 | 2026-07-18T16:35:22.454Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-18T16:35:22.454Z | |
| 53 | 2026-07-18T16:35:22.454Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-18T16:35:22.457Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-18T16:35:22.457Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-18T16:35:22.457Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-18T16:35:22.457Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-18T16:35:22.457Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-18T16:35:22.457Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-18T16:35:22.457Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-18T16:35:22.457Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-18T16:35:23.557Z | + rustup --version |
| 63 | 2026-07-18T16:35:23.560Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-18T16:35:23.560Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-18T16:35:23.560Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-18T16:35:23.560Z | + cargo --version |
| 67 | 2026-07-18T16:35:23.561Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-18T16:35:23.561Z | + rustc --version |
| 69 | 2026-07-18T16:35:23.561Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-18T16:35:23.561Z | process exited: duration 16381 ms, exit code 0 |
| |
| 71 | 2026-07-18T16:35:23.567Z | starting task 2: "authentication" |
| 72 | 2026-07-18T16:35:23.586Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-07-18T16:35:23.593Z | starting task 3: "clone repository" |
| 74 | 2026-07-18T16:35:23.596Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-18T16:35:23.599Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-18T16:35:23.630Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-18T16:35:42.202Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-18T16:35:42.202Z | + git fetch origin 64d684898b38d62a49efe965e77e51ec5166997e |
| 79 | 2026-07-18T16:35:42.503Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-18T16:35:42.503Z | * branch 64d684898b38d62a49efe965e77e51ec5166997e -> FETCH_HEAD |
| 81 | 2026-07-18T16:35:42.513Z | + [[ -n '' ]] |
| 82 | 2026-07-18T16:35:42.513Z | + git reset --hard 64d684898b38d62a49efe965e77e51ec5166997e |
| 83 | 2026-07-18T16:35:42.757Z | HEAD is now at 64d684898 whew okay this might actually sorta work |
| 84 | 2026-07-18T16:35:42.760Z | process exited: duration 19166 ms, exit code 0 |
| |
| 85 | 2026-07-18T16:35:42.766Z | starting task 4: "build" |
| 86 | 2026-07-18T16:35:42.771Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-18T16:35:42.774Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-18T16:35:42.774Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-18T16:35:42.774Z | +++ uname -s |
| 90 | 2026-07-18T16:35:42.774Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-18T16:35:42.774Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-18T16:35:42.775Z | + cargo --version |
| 93 | 2026-07-18T16:35:42.785Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-18T16:35:42.790Z | + rustc --version |
| 95 | 2026-07-18T16:35:42.807Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-18T16:35:42.810Z | + source ./env.sh |
| 97 | 2026-07-18T16:35:42.810Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-07-18T16:35:42.810Z | ++ set -o xtrace |
| 99 | 2026-07-18T16:35:42.813Z | ++++ dirname ./env.sh |
| 100 | 2026-07-18T16:35:42.814Z | +++ readlink -f . |
| 101 | 2026-07-18T16:35:42.817Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-07-18T16:35:42.817Z | ++ export PATH=/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-18T16:35:42.817Z | ++ PATH=/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-18T16:35:42.817Z | ++ 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 |
| 105 | 2026-07-18T16:35:42.817Z | ++ 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 |
| 106 | 2026-07-18T16:35:42.817Z | ++ 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 |
| 107 | 2026-07-18T16:35:42.817Z | ++ 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 |
| 108 | 2026-07-18T16:35:42.817Z | ++ 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 |
| 109 | 2026-07-18T16:35:42.817Z | ++ 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 |
| 110 | 2026-07-18T16:35:42.817Z | ++ 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 |
| 111 | 2026-07-18T16:35:42.817Z | ++ 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 |
| 112 | 2026-07-18T16:35:42.817Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-07-18T16:35:42.817Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-07-18T16:35:42.817Z | + 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 |
| 115 | 2026-07-18T16:35:42.817Z | + 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 |
| 116 | 2026-07-18T16:35:42.817Z | + banner prerequisites |
| 117 | 2026-07-18T16:35:42.817Z | |
| 118 | 2026-07-18T16:35:42.817Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-07-18T16:35:42.817Z | # # # # # # # # # # # # # # # |
| 120 | 2026-07-18T16:35:42.817Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-07-18T16:35:42.817Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-07-18T16:35:42.818Z | # # # # # # # # # # # # # # # |
| 123 | 2026-07-18T16:35:42.818Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-07-18T16:35:42.818Z | |
| 125 | 2026-07-18T16:35:42.818Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-07-18T16:35:44.408Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-07-18T16:35:44.577Z | Startup: Caching catalogs ... Done |
| 128 | 2026-07-18T16:35:45.373Z | Planning: Solver setup ... Done (0.733s) |
| 129 | 2026-07-18T16:35:45.409Z | Planning: Running solver ... Done (0.036s) |
| 130 | 2026-07-18T16:35:45.429Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-07-18T16:35:45.441Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-07-18T16:35:45.462Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-07-18T16:35:45.476Z | Planning: Package planning ... Done (0.014s) |
| 134 | 2026-07-18T16:35:45.479Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-07-18T16:35:45.678Z | Planning: Checking for conflicting actions ... Done (0.201s) |
| 136 | 2026-07-18T16:35:45.681Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-07-18T16:35:46.504Z | Planning: Evaluating mediators ... Done (0.825s) |
| 138 | 2026-07-18T16:35:46.507Z | Planning: Planning completed in 1.90 seconds |
| 139 | 2026-07-18T16:35:46.513Z | Packages to install: 2 |
| 140 | 2026-07-18T16:35:46.516Z | Estimated space available: 156.05 GB |
| 141 | 2026-07-18T16:35:46.516Z | Estimated space to be consumed: 42.43 MB |
| 142 | 2026-07-18T16:35:46.516Z | Create boot environment: No |
| 143 | 2026-07-18T16:35:46.516Z | Create backup boot environment: No |
| 144 | 2026-07-18T16:35:46.516Z | Rebuild boot archive: No |
| 145 | 2026-07-18T16:35:46.516Z | |
| 146 | 2026-07-18T16:35:46.516Z | Changed packages: |
| 147 | 2026-07-18T16:35:46.516Z | helios |
| 148 | 2026-07-18T16:35:46.516Z | developer/build-essential |
| 149 | 2026-07-18T16:35:46.516Z | None -> 11-3.0 |
| 150 | 2026-07-18T16:35:46.516Z | library/libxmlsec1 |
| 151 | 2026-07-18T16:35:46.516Z | None -> 1.2.35-3.0 |
| 152 | 2026-07-18T16:35:46.538Z | |
| 153 | 2026-07-18T16:35:46.538Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-07-18T16:35:47.067Z | Download: Completed 1.28 MB in 0.53 seconds (2.4M/s) |
| 155 | 2026-07-18T16:35:47.130Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-07-18T16:35:47.167Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-07-18T16:35:47.183Z | Finalize: Updating package state database ... Done (0.016s) |
| 158 | 2026-07-18T16:35:47.183Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-07-18T16:35:47.226Z | Finalize: Updating image state ... Done (0.043s) |
| 160 | 2026-07-18T16:35:49.643Z | Finalize: Creating fast lookup database ... Done (2.383s) |
| 161 | 2026-07-18T16:35:49.711Z | Finalize: Reading search index ... Done (0.013s) |
| 162 | 2026-07-18T16:35:49.714Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-07-18T16:35:49.815Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-07-18T16:35:50.144Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-07-18T16:35:50.249Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-07-18T16:35:50.252Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-07-18T16:35:50.407Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-07-18T16:35:50.410Z | Planning: Planning completed in 0.26 seconds |
| 169 | 2026-07-18T16:35:50.430Z | Mediators to change: 2 |
| 170 | 2026-07-18T16:35:50.430Z | Create boot environment: No |
| 171 | 2026-07-18T16:35:50.430Z | Create backup boot environment: No |
| 172 | 2026-07-18T16:35:50.470Z | Finalize: Updating package state database ... Done |
| 173 | 2026-07-18T16:35:50.470Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-18T16:35:50.494Z | Finalize: Updating image state ... Done |
| 175 | 2026-07-18T16:35:52.430Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-07-18T16:35:52.493Z | Finalize: Reading search index ... Done |
| 177 | 2026-07-18T16:35:52.496Z | Finalize: Updating search index ... Done |
| 178 | 2026-07-18T16:35:52.555Z | Finalize: Updating package cache ... Done |
| 179 | 2026-07-18T16:35:52.841Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-07-18T16:35:52.946Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-07-18T16:35:52.950Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-07-18T16:35:53.103Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-07-18T16:35:53.107Z | Planning: Planning completed in 0.26 seconds |
| 184 | 2026-07-18T16:35:53.125Z | Mediators to change: 1 |
| 185 | 2026-07-18T16:35:53.126Z | Create boot environment: No |
| 186 | 2026-07-18T16:35:53.126Z | Create backup boot environment: No |
| 187 | 2026-07-18T16:35:53.163Z | Finalize: Updating package state database ... Done |
| 188 | 2026-07-18T16:35:53.166Z | Finalize: Updating package cache ... Done |
| 189 | 2026-07-18T16:35:53.189Z | Finalize: Updating image state ... Done |
| 190 | 2026-07-18T16:35:55.138Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-07-18T16:35:55.201Z | Finalize: Reading search index ... Done |
| 192 | 2026-07-18T16:35:55.204Z | Finalize: Updating search index ... Done |
| 193 | 2026-07-18T16:35:55.259Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-18T16:35:55.571Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-07-18T16:35:55.571Z | apache system 2.4 system |
| 196 | 2026-07-18T16:35:55.571Z | clang system 15 system |
| 197 | 2026-07-18T16:35:55.571Z | csh system system illumos |
| 198 | 2026-07-18T16:35:55.571Z | ctags system system illumos |
| 199 | 2026-07-18T16:35:55.571Z | file vendor vendor darwinsys |
| 200 | 2026-07-18T16:35:55.572Z | file system system illumos |
| 201 | 2026-07-18T16:35:55.572Z | gcc vendor 14 vendor |
| 202 | 2026-07-18T16:35:55.572Z | gcc system 13 system |
| 203 | 2026-07-18T16:35:55.572Z | gcc system 10 system |
| 204 | 2026-07-18T16:35:55.572Z | go system 1.25 system |
| 205 | 2026-07-18T16:35:55.572Z | llvm system 15 system |
| 206 | 2026-07-18T16:35:55.572Z | mariadb system 11.4 system |
| 207 | 2026-07-18T16:35:55.572Z | mta vendor vendor dma |
| 208 | 2026-07-18T16:35:55.572Z | openjdk system 17 system |
| 209 | 2026-07-18T16:35:55.572Z | openjdk system 11 system |
| 210 | 2026-07-18T16:35:55.572Z | openssl vendor 3 vendor |
| 211 | 2026-07-18T16:35:55.572Z | perl system 5.40 system |
| 212 | 2026-07-18T16:35:55.572Z | postgresql system 18 system |
| 213 | 2026-07-18T16:35:55.572Z | postgresql system 17 system |
| 214 | 2026-07-18T16:35:55.572Z | python vendor 3 vendor |
| 215 | 2026-07-18T16:35:55.572Z | python system 2 system |
| 216 | 2026-07-18T16:35:55.572Z | python3 vendor 3.13 vendor |
| 217 | 2026-07-18T16:35:55.572Z | ruby system 3.4 system |
| 218 | 2026-07-18T16:35:55.572Z | ruby system 3.0 system |
| 219 | 2026-07-18T16:35:55.572Z | words vendor vendor american-english |
| 220 | 2026-07-18T16:35:55.572Z | words system system australian-english |
| 221 | 2026-07-18T16:35:55.572Z | words system system british-english |
| 222 | 2026-07-18T16:35:55.572Z | words system system canadian-english |
| 223 | 2026-07-18T16:35:55.572Z | words system system french |
| 224 | 2026-07-18T16:35:55.572Z | words system system italian |
| 225 | 2026-07-18T16:35:55.572Z | words system system ngerman |
| 226 | 2026-07-18T16:35:55.572Z | words system system ogerman |
| 227 | 2026-07-18T16:35:55.572Z | words system system spanish |
| 228 | 2026-07-18T16:35:55.822Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-07-18T16:35:55.822Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-07-18T16:35:56.167Z | FMRI IFO |
| 231 | 2026-07-18T16:35:56.167Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-07-18T16:35:56.167Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-07-18T16:35:56.167Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-07-18T16:35:56.167Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-07-18T16:35:56.167Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-07-18T16:35:56.167Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-07-18T16:35:56.167Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-07-18T16:35:56.167Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-07-18T16:35:56.167Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-07-18T16:35:56.462Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-07-18T16:35:56.733Z | Updating crates.io index |
| 242 | 2026-07-18T16:35:56.736Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-07-18T16:35:56.947Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-07-18T16:35:57.238Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-07-18T16:35:58.167Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-07-18T16:35:58.675Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-07-18T16:36:00.284Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-07-18T16:36:01.018Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-07-18T16:36:01.242Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-07-18T16:36:01.550Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-07-18T16:36:02.634Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-07-18T16:36:03.011Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-07-18T16:36:03.413Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2026-07-18T16:36:03.646Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 255 | 2026-07-18T16:36:04.031Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-07-18T16:36:04.521Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 257 | 2026-07-18T16:36:04.720Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-07-18T16:36:04.958Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-07-18T16:36:05.169Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-07-18T16:36:05.495Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-07-18T16:36:05.836Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-07-18T16:36:06.043Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-07-18T16:36:06.259Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-07-18T16:36:06.626Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-07-18T16:36:06.931Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 266 | 2026-07-18T16:36:07.146Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-07-18T16:36:07.529Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-07-18T16:36:07.907Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2026-07-18T16:36:08.277Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-07-18T16:36:08.741Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-07-18T16:36:08.954Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-07-18T16:36:09.175Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-07-18T16:36:09.480Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-07-18T16:36:09.808Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-07-18T16:36:10.015Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-07-18T16:36:10.266Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-07-18T16:36:10.487Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-07-18T16:36:10.733Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-07-18T16:36:11.145Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-07-18T16:36:11.364Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-07-18T16:36:11.610Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-07-18T16:36:11.826Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-07-18T16:36:14.519Z | Downloading crates ... |
| 284 | 2026-07-18T16:36:14.569Z | Downloaded autocfg v1.5.0 |
| 285 | 2026-07-18T16:36:14.572Z | Downloaded cargo_metadata v0.23.1 |
| 286 | 2026-07-18T16:36:14.575Z | Downloaded bitflags v2.11.0 |
| 287 | 2026-07-18T16:36:14.580Z | Downloaded cargo_toml v0.21.0 |
| 288 | 2026-07-18T16:36:14.582Z | Downloaded anstyle v1.0.14 |
| 289 | 2026-07-18T16:36:14.588Z | Downloaded crypto-common v0.1.7 |
| 290 | 2026-07-18T16:36:14.591Z | Downloaded cargo-platform v0.3.2 |
| 291 | 2026-07-18T16:36:14.591Z | Downloaded proc-macro-error v1.0.4 |
| 292 | 2026-07-18T16:36:14.594Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-07-18T16:36:14.594Z | Downloaded cfg-if v1.0.4 |
| 294 | 2026-07-18T16:36:14.597Z | Downloaded errno v0.3.14 |
| 295 | 2026-07-18T16:36:14.597Z | Downloaded anstream v1.0.0 |
| 296 | 2026-07-18T16:36:14.600Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-07-18T16:36:14.600Z | Downloaded block-buffer v0.10.4 |
| 298 | 2026-07-18T16:36:14.603Z | Downloaded fnv v1.0.7 |
| 299 | 2026-07-18T16:36:14.603Z | Downloaded heck v0.5.0 |
| 300 | 2026-07-18T16:36:14.606Z | Downloaded macaddr v1.0.1 |
| 301 | 2026-07-18T16:36:14.606Z | Downloaded anstyle-query v1.1.5 |
| 302 | 2026-07-18T16:36:14.606Z | Downloaded is_terminal_polyfill v1.70.2 |
| 303 | 2026-07-18T16:36:14.609Z | Downloaded cpufeatures v0.2.17 |
| 304 | 2026-07-18T16:36:14.609Z | Downloaded camino v1.2.2 |
| 305 | 2026-07-18T16:36:14.609Z | Downloaded anyhow v1.0.102 |
| 306 | 2026-07-18T16:36:14.612Z | Downloaded camino-tempfile v1.4.1 |
| 307 | 2026-07-18T16:36:14.615Z | Downloaded itoa v1.0.17 |
| 308 | 2026-07-18T16:36:14.615Z | Downloaded dof v0.3.0 |
| 309 | 2026-07-18T16:36:14.619Z | Downloaded generic-array v0.14.7 |
| 310 | 2026-07-18T16:36:14.622Z | Downloaded zerocopy v0.7.35 |
| 311 | 2026-07-18T16:36:14.628Z | Downloaded dtrace-parser v0.2.0 |
| 312 | 2026-07-18T16:36:14.631Z | Downloaded zmij v1.0.21 |
| 313 | 2026-07-18T16:36:14.631Z | Downloaded byteorder v1.5.0 |
| 314 | 2026-07-18T16:36:14.631Z | Downloaded digest v0.10.7 |
| 315 | 2026-07-18T16:36:14.636Z | Downloaded serde_spanned v0.6.9 |
| 316 | 2026-07-18T16:36:14.636Z | Downloaded strsim v0.11.1 |
| 317 | 2026-07-18T16:36:14.639Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-07-18T16:36:14.639Z | Downloaded memmap v0.7.0 |
| 319 | 2026-07-18T16:36:14.639Z | Downloaded fastrand v2.3.0 |
| 320 | 2026-07-18T16:36:14.639Z | Downloaded usdt-macro v0.5.0 |
| 321 | 2026-07-18T16:36:14.642Z | Downloaded colorchoice v1.0.4 |
| 322 | 2026-07-18T16:36:14.642Z | Downloaded clap_lex v1.0.0 |
| 323 | 2026-07-18T16:36:14.646Z | Downloaded bytecount v0.6.9 |
| 324 | 2026-07-18T16:36:14.653Z | Downloaded swrite v0.1.0 |
| 325 | 2026-07-18T16:36:14.656Z | Downloaded scroll_derive v0.12.1 |
| 326 | 2026-07-18T16:36:14.659Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-07-18T16:36:14.659Z | Downloaded smawk v0.3.2 |
| 328 | 2026-07-18T16:36:14.662Z | Downloaded pretty-hex v0.4.1 |
| 329 | 2026-07-18T16:36:14.665Z | Downloaded version_check v0.9.5 |
| 330 | 2026-07-18T16:36:14.668Z | Downloaded plain v0.2.3 |
| 331 | 2026-07-18T16:36:14.668Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2026-07-18T16:36:14.668Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-07-18T16:36:14.680Z | Downloaded unicode-linebreak v0.1.5 |
| 334 | 2026-07-18T16:36:14.680Z | Downloaded toml_write v0.1.2 |
| 335 | 2026-07-18T16:36:14.680Z | Downloaded thread-id v4.2.2 |
| 336 | 2026-07-18T16:36:14.680Z | Downloaded usdt v0.5.0 |
| 337 | 2026-07-18T16:36:14.680Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-07-18T16:36:14.680Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2026-07-18T16:36:14.680Z | Downloaded heck v0.4.1 |
| 340 | 2026-07-18T16:36:14.684Z | Downloaded fs-err v3.3.0 |
| 341 | 2026-07-18T16:36:14.684Z | Downloaded quote v1.0.45 |
| 342 | 2026-07-18T16:36:14.688Z | Downloaded thiserror-impl v2.0.18 |
| 343 | 2026-07-18T16:36:14.701Z | Downloaded sha2 v0.10.9 |
| 344 | 2026-07-18T16:36:14.707Z | Downloaded serde_tokenstream v0.2.3 |
| 345 | 2026-07-18T16:36:14.710Z | Downloaded usdt-impl v0.5.0 |
| 346 | 2026-07-18T16:36:14.713Z | Downloaded scroll v0.12.0 |
| 347 | 2026-07-18T16:36:14.715Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-07-18T16:36:14.719Z | Downloaded pest_generator v2.8.6 |
| 349 | 2026-07-18T16:36:14.723Z | Downloaded thiserror v2.0.18 |
| 350 | 2026-07-18T16:36:14.727Z | Downloaded clap_derive v4.6.1 |
| 351 | 2026-07-18T16:36:14.730Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-07-18T16:36:14.730Z | Downloaded pest_derive v2.8.6 |
| 353 | 2026-07-18T16:36:14.733Z | Downloaded toml v0.8.23 |
| 354 | 2026-07-18T16:36:14.742Z | Downloaded tempfile v3.25.0 |
| 355 | 2026-07-18T16:36:14.745Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2026-07-18T16:36:14.748Z | Downloaded thiserror-impl v1.0.69 |
| 357 | 2026-07-18T16:36:14.748Z | Downloaded once_cell v1.21.3 |
| 358 | 2026-07-18T16:36:14.751Z | Downloaded getrandom v0.4.1 |
| 359 | 2026-07-18T16:36:14.754Z | Downloaded serde_derive v1.0.228 |
| 360 | 2026-07-18T16:36:14.757Z | Downloaded unicode-ident v1.0.24 |
| 361 | 2026-07-18T16:36:14.759Z | Downloaded log v0.4.29 |
| 362 | 2026-07-18T16:36:14.763Z | Downloaded textwrap v0.16.2 |
| 363 | 2026-07-18T16:36:14.770Z | Downloaded proc-macro2 v1.0.106 |
| 364 | 2026-07-18T16:36:14.776Z | Downloaded semver v1.0.28 |
| 365 | 2026-07-18T16:36:14.779Z | Downloaded clap v4.6.1 |
| 366 | 2026-07-18T16:36:14.784Z | Downloaded pest_meta v2.8.6 |
| 367 | 2026-07-18T16:36:14.786Z | Downloaded papergrid v0.11.0 |
| 368 | 2026-07-18T16:36:14.789Z | Downloaded serde_core v1.0.228 |
| 369 | 2026-07-18T16:36:14.808Z | Downloaded serde v1.0.228 |
| 370 | 2026-07-18T16:36:14.815Z | Downloaded memchr v2.8.0 |
| 371 | 2026-07-18T16:36:14.826Z | Downloaded toml_edit v0.22.27 |
| 372 | 2026-07-18T16:36:14.830Z | Downloaded typenum v1.20.1 |
| 373 | 2026-07-18T16:36:14.833Z | Downloaded indexmap v2.14.0 |
| 374 | 2026-07-18T16:36:14.843Z | Downloaded pest v2.8.6 |
| 375 | 2026-07-18T16:36:14.846Z | Downloaded goblin v0.8.2 |
| 376 | 2026-07-18T16:36:14.862Z | Downloaded serde_json v1.0.150 |
| 377 | 2026-07-18T16:36:14.870Z | Downloaded clap_builder v4.6.0 |
| 378 | 2026-07-18T16:36:14.873Z | Downloaded hashbrown v0.17.0 |
| 379 | 2026-07-18T16:36:14.878Z | Downloaded winnow v0.7.14 |
| 380 | 2026-07-18T16:36:14.896Z | Downloaded tabled v0.15.0 |
| 381 | 2026-07-18T16:36:14.920Z | Downloaded unicode-width v0.1.14 |
| 382 | 2026-07-18T16:36:14.923Z | Downloaded unicode-width v0.2.0 |
| 383 | 2026-07-18T16:36:14.926Z | Downloaded syn v1.0.109 |
| 384 | 2026-07-18T16:36:14.934Z | Downloaded syn v2.0.117 |
| 385 | 2026-07-18T16:36:14.941Z | Downloaded rustix v1.1.3 |
| 386 | 2026-07-18T16:36:14.968Z | Downloaded libc v0.2.185 |
| 387 | 2026-07-18T16:36:15.030Z | Compiling proc-macro2 v1.0.106 |
| 388 | 2026-07-18T16:36:15.030Z | Compiling unicode-ident v1.0.24 |
| 389 | 2026-07-18T16:36:15.030Z | Compiling quote v1.0.45 |
| 390 | 2026-07-18T16:36:15.033Z | Compiling serde_core v1.0.228 |
| 391 | 2026-07-18T16:36:15.034Z | Compiling libc v0.2.185 |
| 392 | 2026-07-18T16:36:15.034Z | Compiling version_check v0.9.5 |
| 393 | 2026-07-18T16:36:15.034Z | Compiling memchr v2.8.0 |
| 394 | 2026-07-18T16:36:15.034Z | Compiling serde v1.0.228 |
| 395 | 2026-07-18T16:36:15.373Z | Compiling zmij v1.0.21 |
| 396 | 2026-07-18T16:36:15.646Z | Compiling ucd-trie v0.1.7 |
| 397 | 2026-07-18T16:36:15.662Z | Compiling itoa v1.0.17 |
| 398 | 2026-07-18T16:36:15.710Z | Compiling thiserror v1.0.69 |
| 399 | 2026-07-18T16:36:15.921Z | Compiling pest v2.8.6 |
| 400 | 2026-07-18T16:36:16.019Z | Compiling byteorder v1.5.0 |
| 401 | 2026-07-18T16:36:16.109Z | Compiling rustix v1.1.3 |
| 402 | 2026-07-18T16:36:16.218Z | Compiling errno v0.3.14 |
| 403 | 2026-07-18T16:36:16.250Z | Compiling serde_json v1.0.150 |
| 404 | 2026-07-18T16:36:16.368Z | Compiling bitflags v2.11.0 |
| 405 | 2026-07-18T16:36:16.583Z | Compiling syn v2.0.117 |
| 406 | 2026-07-18T16:36:16.600Z | Compiling thread-id v4.2.2 |
| 407 | 2026-07-18T16:36:16.603Z | Compiling usdt-impl v0.5.0 |
| 408 | 2026-07-18T16:36:16.681Z | Compiling proc-macro-error-attr v1.0.4 |
| 409 | 2026-07-18T16:36:16.720Z | Compiling camino v1.2.2 |
| 410 | 2026-07-18T16:36:16.837Z | Compiling syn v1.0.109 |
| 411 | 2026-07-18T16:36:17.033Z | Compiling pest_meta v2.8.6 |
| 412 | 2026-07-18T16:36:17.109Z | Compiling proc-macro-error v1.0.4 |
| 413 | 2026-07-18T16:36:17.156Z | Compiling utf8parse v0.2.2 |
| 414 | 2026-07-18T16:36:17.219Z | Compiling equivalent v1.0.2 |
| 415 | 2026-07-18T16:36:17.274Z | Compiling log v0.4.29 |
| 416 | 2026-07-18T16:36:17.307Z | Compiling hashbrown v0.17.0 |
| 417 | 2026-07-18T16:36:17.324Z | Compiling plain v0.2.3 |
| 418 | 2026-07-18T16:36:17.482Z | Compiling getrandom v0.4.1 |
| 419 | 2026-07-18T16:36:17.550Z | Compiling terminal_size v0.4.3 |
| 420 | 2026-07-18T16:36:17.866Z | Compiling indexmap v2.14.0 |
| 421 | 2026-07-18T16:36:17.883Z | Compiling anstyle-parse v1.0.0 |
| 422 | 2026-07-18T16:36:18.315Z | Compiling colorchoice v1.0.4 |
| 423 | 2026-07-18T16:36:18.440Z | Compiling anstyle-query v1.1.5 |
| 424 | 2026-07-18T16:36:18.468Z | Compiling toml_write v0.1.2 |
| 425 | 2026-07-18T16:36:18.485Z | Compiling autocfg v1.5.0 |
| 426 | 2026-07-18T16:36:18.501Z | Compiling thiserror v2.0.18 |
| 427 | 2026-07-18T16:36:18.551Z | Compiling cfg-if v1.0.4 |
| 428 | 2026-07-18T16:36:18.629Z | Compiling anstyle v1.0.14 |
| 429 | 2026-07-18T16:36:18.646Z | Compiling pretty-hex v0.4.1 |
| 430 | 2026-07-18T16:36:18.667Z | Compiling winnow v0.7.14 |
| 431 | 2026-07-18T16:36:18.787Z | Compiling pest_generator v2.8.6 |
| 432 | 2026-07-18T16:36:18.846Z | Compiling is_terminal_polyfill v1.70.2 |
| 433 | 2026-07-18T16:36:18.905Z | Compiling fs-err v3.3.0 |
| 434 | 2026-07-18T16:36:18.962Z | Compiling anstream v1.0.0 |
| 435 | 2026-07-18T16:36:19.227Z | Compiling fnv v1.0.7 |
| 436 | 2026-07-18T16:36:19.262Z | Compiling clap_lex v1.0.0 |
| 437 | 2026-07-18T16:36:19.279Z | Compiling fastrand v2.3.0 |
| 438 | 2026-07-18T16:36:19.333Z | Compiling unicode-width v0.1.14 |
| 439 | 2026-07-18T16:36:19.379Z | Compiling anyhow v1.0.102 |
| 440 | 2026-07-18T16:36:19.492Z | Compiling heck v0.4.1 |
| 441 | 2026-07-18T16:36:19.510Z | Compiling strsim v0.11.1 |
| 442 | 2026-07-18T16:36:19.537Z | Compiling heck v0.5.0 |
| 443 | 2026-07-18T16:36:19.609Z | Compiling once_cell v1.21.3 |
| 444 | 2026-07-18T16:36:19.704Z | Compiling bytecount v0.6.9 |
| 445 | 2026-07-18T16:36:19.771Z | Compiling clap_builder v4.6.0 |
| 446 | 2026-07-18T16:36:19.825Z | Compiling papergrid v0.11.0 |
| 447 | 2026-07-18T16:36:19.843Z | Compiling tempfile v3.25.0 |
| 448 | 2026-07-18T16:36:19.894Z | Compiling tabled_derive v0.7.0 |
| 449 | 2026-07-18T16:36:19.927Z | Compiling semver v1.0.28 |
| 450 | 2026-07-18T16:36:19.955Z | Compiling cargo-platform v0.3.2 |
| 451 | 2026-07-18T16:36:20.135Z | Compiling memmap v0.7.0 |
| 452 | 2026-07-18T16:36:20.213Z | Compiling unicode-width v0.2.0 |
| 453 | 2026-07-18T16:36:20.249Z | Compiling unicode-linebreak v0.1.5 |
| 454 | 2026-07-18T16:36:20.276Z | Compiling smawk v0.3.2 |
| 455 | 2026-07-18T16:36:20.384Z | Compiling camino-tempfile v1.4.1 |
| 456 | 2026-07-18T16:36:20.408Z | Compiling serde_derive v1.0.228 |
| 457 | 2026-07-18T16:36:20.431Z | Compiling thiserror-impl v1.0.69 |
| 458 | 2026-07-18T16:36:20.498Z | Compiling zerocopy-derive v0.7.35 |
| 459 | 2026-07-18T16:36:20.539Z | Compiling pest_derive v2.8.6 |
| 460 | 2026-07-18T16:36:20.613Z | Compiling scroll_derive v0.12.1 |
| 461 | 2026-07-18T16:36:20.881Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-07-18T16:36:21.003Z | Compiling clap_derive v4.6.1 |
| 463 | 2026-07-18T16:36:21.307Z | Compiling scroll v0.12.0 |
| 464 | 2026-07-18T16:36:21.325Z | Compiling tabled v0.15.0 |
| 465 | 2026-07-18T16:36:21.403Z | Compiling zerocopy v0.7.35 |
| 466 | 2026-07-18T16:36:21.594Z | Compiling goblin v0.8.2 |
| 467 | 2026-07-18T16:36:21.842Z | Compiling dtrace-parser v0.2.0 |
| 468 | 2026-07-18T16:36:21.971Z | Compiling textwrap v0.16.2 |
| 469 | 2026-07-18T16:36:22.578Z | Compiling swrite v0.1.0 |
| 470 | 2026-07-18T16:36:22.785Z | Compiling clap v4.6.1 |
| 471 | 2026-07-18T16:36:23.555Z | Compiling toml_datetime v0.6.11 |
| 472 | 2026-07-18T16:36:23.555Z | Compiling serde_spanned v0.6.9 |
| 473 | 2026-07-18T16:36:23.558Z | Compiling cargo_metadata v0.23.1 |
| 474 | 2026-07-18T16:36:23.558Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 475 | 2026-07-18T16:36:23.558Z | Compiling macaddr v1.0.1 |
| 476 | 2026-07-18T16:36:23.634Z | Compiling dof v0.3.0 |
| 477 | 2026-07-18T16:36:23.650Z | Compiling serde_tokenstream v0.2.3 |
| 478 | 2026-07-18T16:36:23.727Z | Compiling toml_edit v0.22.27 |
| 479 | 2026-07-18T16:36:24.407Z | Compiling usdt-attr-macro v0.5.0 |
| 480 | 2026-07-18T16:36:24.407Z | Compiling usdt-macro v0.5.0 |
| 481 | 2026-07-18T16:36:25.001Z | Compiling usdt v0.5.0 |
| 482 | 2026-07-18T16:36:25.071Z | Compiling toml v0.8.23 |
| 483 | 2026-07-18T16:36:25.441Z | Compiling cargo_toml v0.21.0 |
| 484 | 2026-07-18T16:36:26.727Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 485 | 2026-07-18T16:36:28.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.41s |
| 486 | 2026-07-18T16:36:28.906Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 487 | 2026-07-18T16:36:29.408Z | Downloading crates ... |
| 488 | 2026-07-18T16:36:29.495Z | Downloaded adler2 v2.0.1 |
| 489 | 2026-07-18T16:36:29.499Z | Downloaded anstyle-parse v0.2.7 |
| 490 | 2026-07-18T16:36:29.502Z | Downloaded atty v0.2.14 |
| 491 | 2026-07-18T16:36:29.505Z | Downloaded base64ct v1.8.3 |
| 492 | 2026-07-18T16:36:29.520Z | Downloaded bitfield-macros v0.19.4 |
| 493 | 2026-07-18T16:36:29.526Z | Downloaded bitflags v1.3.2 |
| 494 | 2026-07-18T16:36:29.529Z | Downloaded bitfield-struct v0.6.2 |
| 495 | 2026-07-18T16:36:29.529Z | Downloaded bit-set v0.5.3 |
| 496 | 2026-07-18T16:36:29.532Z | Downloaded bb8 v0.8.6 |
| 497 | 2026-07-18T16:36:29.532Z | Downloaded backoff v0.4.0 |
| 498 | 2026-07-18T16:36:29.532Z | Downloaded ascii-canvas v3.0.0 |
| 499 | 2026-07-18T16:36:29.535Z | Downloaded aho-corasick v1.1.4 |
| 500 | 2026-07-18T16:36:29.538Z | Downloaded cstr-argument v0.1.2 |
| 501 | 2026-07-18T16:36:29.538Z | Downloaded array-init v0.0.4 |
| 502 | 2026-07-18T16:36:29.542Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 503 | 2026-07-18T16:36:29.544Z | Downloaded crc-catalog v2.4.0 |
| 504 | 2026-07-18T16:36:29.544Z | Downloaded bit-vec v0.8.0 |
| 505 | 2026-07-18T16:36:29.548Z | Downloaded bit-set v0.8.0 |
| 506 | 2026-07-18T16:36:29.548Z | Downloaded anstream v0.6.21 |
| 507 | 2026-07-18T16:36:29.550Z | Downloaded aead v0.5.2 |
| 508 | 2026-07-18T16:36:29.553Z | Downloaded async-stream v0.3.6 |
| 509 | 2026-07-18T16:36:29.553Z | Downloaded aead v0.6.1 |
| 510 | 2026-07-18T16:36:29.556Z | Downloaded darling_macro v0.13.4 |
| 511 | 2026-07-18T16:36:29.559Z | Downloaded allocator-api2 v0.2.21 |
| 512 | 2026-07-18T16:36:29.562Z | Downloaded blake2 v0.10.6 |
| 513 | 2026-07-18T16:36:29.562Z | Downloaded defmt-parser v1.0.0 |
| 514 | 2026-07-18T16:36:29.562Z | Downloaded crunchy v0.2.4 |
| 515 | 2026-07-18T16:36:29.565Z | Downloaded darling v0.13.4 |
| 516 | 2026-07-18T16:36:29.565Z | Downloaded base16ct v1.0.0 |
| 517 | 2026-07-18T16:36:29.565Z | Downloaded ctutils v0.4.2 |
| 518 | 2026-07-18T16:36:29.569Z | Downloaded block-buffer v0.12.1 |
| 519 | 2026-07-18T16:36:29.569Z | Downloaded darling_macro v0.20.11 |
| 520 | 2026-07-18T16:36:29.569Z | Downloaded atomicwrites v0.4.4 |
| 521 | 2026-07-18T16:36:29.572Z | Downloaded crc8 v0.1.1 |
| 522 | 2026-07-18T16:36:29.572Z | Downloaded async-recursion v1.1.1 |
| 523 | 2026-07-18T16:36:29.575Z | Downloaded cpufeatures v0.3.0 |
| 524 | 2026-07-18T16:36:29.575Z | Downloaded ahash v0.8.12 |
| 525 | 2026-07-18T16:36:29.578Z | Downloaded atomic-waker v1.1.2 |
| 526 | 2026-07-18T16:36:29.578Z | Downloaded async-stream-impl v0.3.6 |
| 527 | 2026-07-18T16:36:29.581Z | Downloaded arrayref v0.3.9 |
| 528 | 2026-07-18T16:36:29.583Z | Downloaded darling_macro v0.23.0 |
| 529 | 2026-07-18T16:36:29.584Z | Downloaded defmt v0.3.100 |
| 530 | 2026-07-18T16:36:29.586Z | Downloaded block-padding v0.4.2 |
| 531 | 2026-07-18T16:36:29.590Z | Downloaded cpubits v0.1.1 |
| 532 | 2026-07-18T16:36:29.593Z | Downloaded crucible-workspace-hack v0.1.0 |
| 533 | 2026-07-18T16:36:29.593Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 534 | 2026-07-18T16:36:29.596Z | Downloaded display-error-chain v0.2.2 |
| 535 | 2026-07-18T16:36:29.596Z | Downloaded cfg_aliases v0.1.1 |
| 536 | 2026-07-18T16:36:29.596Z | Downloaded ciborium-ll v0.2.2 |
| 537 | 2026-07-18T16:36:29.599Z | Downloaded assert_matches v1.5.0 |
| 538 | 2026-07-18T16:36:29.599Z | Downloaded critical-section v1.2.0 |
| 539 | 2026-07-18T16:36:29.599Z | Downloaded ciborium-io v0.2.2 |
| 540 | 2026-07-18T16:36:29.602Z | Downloaded compression-core v0.4.31 |
| 541 | 2026-07-18T16:36:29.605Z | Downloaded dtrace-parser v0.3.0 |
| 542 | 2026-07-18T16:36:29.605Z | Downloaded daft-derive v0.1.7 |
| 543 | 2026-07-18T16:36:29.608Z | Downloaded castaway v0.2.4 |
| 544 | 2026-07-18T16:36:29.611Z | Downloaded dyn-clone v1.0.20 |
| 545 | 2026-07-18T16:36:29.611Z | Downloaded dirs-next v2.0.0 |
| 546 | 2026-07-18T16:36:29.615Z | Downloaded endian-type v0.1.2 |
| 547 | 2026-07-18T16:36:29.617Z | Downloaded crossbeam-deque v0.8.6 |
| 548 | 2026-07-18T16:36:29.620Z | Downloaded convert_case v0.10.0 |
| 549 | 2026-07-18T16:36:29.620Z | Downloaded daft v0.1.7 |
| 550 | 2026-07-18T16:36:29.620Z | Downloaded csv-core v0.1.13 |
| 551 | 2026-07-18T16:36:29.623Z | Downloaded base16ct v0.2.0 |
| 552 | 2026-07-18T16:36:29.626Z | Downloaded embedded-io v0.6.1 |
| 553 | 2026-07-18T16:36:29.629Z | Downloaded convert_case v0.4.0 |
| 554 | 2026-07-18T16:36:29.632Z | Downloaded embedded-io v0.4.0 |
| 555 | 2026-07-18T16:36:29.632Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 556 | 2026-07-18T16:36:29.635Z | Downloaded digest-io v0.1.0 |
| 557 | 2026-07-18T16:36:29.635Z | Downloaded cfg_aliases v0.2.1 |
| 558 | 2026-07-18T16:36:29.635Z | Downloaded darling_macro v0.21.3 |
| 559 | 2026-07-18T16:36:29.635Z | Downloaded dunce v1.0.5 |
| 560 | 2026-07-18T16:36:29.638Z | Downloaded crc v3.4.0 |
| 561 | 2026-07-18T16:36:29.638Z | Downloaded cobs v0.3.0 |
| 562 | 2026-07-18T16:36:29.641Z | Downloaded bitfield v0.19.4 |
| 563 | 2026-07-18T16:36:29.641Z | Downloaded downcast-rs v2.0.2 |
| 564 | 2026-07-18T16:36:29.641Z | Downloaded crypto-common v0.2.2 |
| 565 | 2026-07-18T16:36:29.645Z | Downloaded bcs v0.1.6 |
| 566 | 2026-07-18T16:36:29.645Z | Downloaded async-trait v0.1.89 |
| 567 | 2026-07-18T16:36:29.648Z | Downloaded deranged v0.5.8 |
| 568 | 2026-07-18T16:36:29.648Z | Downloaded base64 v0.22.1 |
| 569 | 2026-07-18T16:36:29.651Z | Downloaded enum-as-inner v0.6.1 |
| 570 | 2026-07-18T16:36:29.651Z | Downloaded delegate v0.13.5 |
| 571 | 2026-07-18T16:36:29.651Z | Downloaded arc-swap v1.8.2 |
| 572 | 2026-07-18T16:36:29.654Z | Downloaded env_filter v1.0.0 |
| 573 | 2026-07-18T16:36:29.657Z | Downloaded defmt v1.0.1 |
| 574 | 2026-07-18T16:36:29.657Z | Downloaded derive_builder_core v0.20.2 |
| 575 | 2026-07-18T16:36:29.659Z | Downloaded dof v0.4.0 |
| 576 | 2026-07-18T16:36:29.659Z | Downloaded fd-lock v4.0.4 |
| 577 | 2026-07-18T16:36:29.662Z | Downloaded fixedbitset v0.4.2 |
| 578 | 2026-07-18T16:36:29.662Z | Downloaded dirs-sys-next v0.1.2 |
| 579 | 2026-07-18T16:36:29.662Z | Downloaded difflib v0.4.0 |
| 580 | 2026-07-18T16:36:29.665Z | Downloaded derive_builder_macro v0.20.2 |
| 581 | 2026-07-18T16:36:29.665Z | Downloaded argon2 v0.5.3 |
| 582 | 2026-07-18T16:36:29.665Z | Downloaded debug-ignore v1.0.5 |
| 583 | 2026-07-18T16:36:29.671Z | Downloaded arrayvec v0.7.6 |
| 584 | 2026-07-18T16:36:29.673Z | Downloaded foreign-types-macros v0.2.3 |
| 585 | 2026-07-18T16:36:29.676Z | Downloaded blowfish v0.10.0 |
| 586 | 2026-07-18T16:36:29.679Z | Downloaded der_derive v0.7.3 |
| 587 | 2026-07-18T16:36:29.679Z | Downloaded either v1.15.0 |
| 588 | 2026-07-18T16:36:29.682Z | Downloaded ecdsa v0.16.9 |
| 589 | 2026-07-18T16:36:29.682Z | Downloaded const_format_proc_macros v0.2.34 |
| 590 | 2026-07-18T16:36:29.687Z | Downloaded cassowary v0.3.0 |
| 591 | 2026-07-18T16:36:29.687Z | Downloaded foreign-types-shared v0.1.1 |
| 592 | 2026-07-18T16:36:29.687Z | Downloaded foreign-types v0.5.0 |
| 593 | 2026-07-18T16:36:29.690Z | Downloaded funty v2.0.0 |
| 594 | 2026-07-18T16:36:29.690Z | Downloaded defmt-macros v1.0.1 |
| 595 | 2026-07-18T16:36:29.690Z | Downloaded buf-list v1.1.2 |
| 596 | 2026-07-18T16:36:29.693Z | Downloaded futures-io v0.3.32 |
| 597 | 2026-07-18T16:36:29.693Z | Downloaded diesel-dtrace v0.5.0 |
| 598 | 2026-07-18T16:36:29.693Z | Downloaded chacha20 v0.9.1 |
| 599 | 2026-07-18T16:36:29.696Z | Downloaded displaydoc v0.2.5 |
| 600 | 2026-07-18T16:36:29.696Z | Downloaded float-ord v0.3.2 |
| 601 | 2026-07-18T16:36:29.699Z | Downloaded ed25519 v2.2.3 |
| 602 | 2026-07-18T16:36:29.699Z | Downloaded futures-macro v0.3.32 |
| 603 | 2026-07-18T16:36:29.699Z | Downloaded futures-core v0.3.32 |
| 604 | 2026-07-18T16:36:29.703Z | Downloaded form_urlencoded v1.2.2 |
| 605 | 2026-07-18T16:36:29.703Z | Downloaded gethostname v0.5.0 |
| 606 | 2026-07-18T16:36:29.704Z | Downloaded futures-task v0.3.32 |
| 607 | 2026-07-18T16:36:29.704Z | Downloaded foreign-types v0.3.2 |
| 608 | 2026-07-18T16:36:29.707Z | Downloaded document-features v0.2.12 |
| 609 | 2026-07-18T16:36:29.707Z | Downloaded ghash v0.6.0 |
| 610 | 2026-07-18T16:36:29.707Z | Downloaded cmake v0.1.57 |
| 611 | 2026-07-18T16:36:29.707Z | Downloaded compression-codecs v0.4.37 |
| 612 | 2026-07-18T16:36:29.710Z | Downloaded cipher v0.4.4 |
| 613 | 2026-07-18T16:36:29.710Z | Downloaded cexpr v0.6.0 |
| 614 | 2026-07-18T16:36:29.713Z | Downloaded cbc v0.2.1 |
| 615 | 2026-07-18T16:36:29.713Z | Downloaded bit-vec v0.6.3 |
| 616 | 2026-07-18T16:36:29.713Z | Downloaded constant_time_eq v0.4.2 |
| 617 | 2026-07-18T16:36:29.716Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-07-18T16:36:29.716Z | Downloaded darling v0.20.11 |
| 619 | 2026-07-18T16:36:29.719Z | Downloaded crossbeam-epoch v0.9.18 |
| 620 | 2026-07-18T16:36:29.719Z | Downloaded cmov v0.5.4 |
| 621 | 2026-07-18T16:36:29.722Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 622 | 2026-07-18T16:36:29.722Z | Downloaded fxhash v0.2.1 |
| 623 | 2026-07-18T16:36:29.722Z | Downloaded ctr v0.10.1 |
| 624 | 2026-07-18T16:36:29.725Z | Downloaded camino-tempfile-ext v0.3.3 |
| 625 | 2026-07-18T16:36:29.725Z | Downloaded git-stub v1.0.0 |
| 626 | 2026-07-18T16:36:29.725Z | Downloaded derive_builder v0.20.2 |
| 627 | 2026-07-18T16:36:29.729Z | Downloaded fallible-iterator v0.2.0 |
| 628 | 2026-07-18T16:36:29.732Z | Downloaded corncobs v0.1.4 |
| 629 | 2026-07-18T16:36:29.732Z | Downloaded env_logger v0.11.9 |
| 630 | 2026-07-18T16:36:29.732Z | Downloaded ff v0.13.1 |
| 631 | 2026-07-18T16:36:29.735Z | Downloaded filetime v0.2.27 |
| 632 | 2026-07-18T16:36:29.735Z | Downloaded erased-serde v0.3.31 |
| 633 | 2026-07-18T16:36:29.738Z | Downloaded fixedbitset v0.5.7 |
| 634 | 2026-07-18T16:36:29.738Z | Downloaded find-msvc-tools v0.1.9 |
| 635 | 2026-07-18T16:36:29.740Z | Downloaded enum_dispatch v0.3.13 |
| 636 | 2026-07-18T16:36:29.740Z | Downloaded hash32 v0.2.1 |
| 637 | 2026-07-18T16:36:29.743Z | Downloaded data-encoding v2.10.0 |
| 638 | 2026-07-18T16:36:29.743Z | Downloaded hash32 v0.3.1 |
| 639 | 2026-07-18T16:36:29.743Z | Downloaded hex-literal v1.1.0 |
| 640 | 2026-07-18T16:36:29.746Z | Downloaded digest v0.11.3 |
| 641 | 2026-07-18T16:36:29.746Z | Downloaded hex v0.4.3 |
| 642 | 2026-07-18T16:36:29.749Z | Downloaded headers-core v0.3.0 |
| 643 | 2026-07-18T16:36:29.749Z | Downloaded derive-ex v0.1.8 |
| 644 | 2026-07-18T16:36:29.749Z | Downloaded fs_extra v1.3.0 |
| 645 | 2026-07-18T16:36:29.752Z | Downloaded hostname v0.3.1 |
| 646 | 2026-07-18T16:36:29.752Z | Downloaded darling_core v0.20.11 |
| 647 | 2026-07-18T16:36:29.755Z | Downloaded darling v0.21.3 |
| 648 | 2026-07-18T16:36:29.758Z | Downloaded ecdsa v0.17.0-rc.18 |
| 649 | 2026-07-18T16:36:29.758Z | Downloaded console v0.15.11 |
| 650 | 2026-07-18T16:36:29.761Z | Downloaded diff v0.1.13 |
| 651 | 2026-07-18T16:36:29.764Z | Downloaded backon v1.6.0 |
| 652 | 2026-07-18T16:36:29.764Z | Downloaded bzip2 v0.4.4 |
| 653 | 2026-07-18T16:36:29.767Z | Downloaded console v0.16.2 |
| 654 | 2026-07-18T16:36:29.767Z | Downloaded cookie v0.18.1 |
| 655 | 2026-07-18T16:36:29.770Z | Downloaded globwalk v0.9.1 |
| 656 | 2026-07-18T16:36:29.770Z | Downloaded http-range v0.1.5 |
| 657 | 2026-07-18T16:36:29.770Z | Downloaded glob v0.3.3 |
| 658 | 2026-07-18T16:36:29.773Z | Downloaded hubpack v0.1.2 |
| 659 | 2026-07-18T16:36:29.773Z | Downloaded foldhash v0.1.5 |
| 660 | 2026-07-18T16:36:29.773Z | Downloaded hostname v0.4.2 |
| 661 | 2026-07-18T16:36:29.776Z | Downloaded http-body v1.0.1 |
| 662 | 2026-07-18T16:36:29.776Z | Downloaded fs-err v2.11.0 |
| 663 | 2026-07-18T16:36:29.776Z | Downloaded argon2 v0.6.0-rc.8 |
| 664 | 2026-07-18T16:36:29.779Z | Downloaded foreign-types-shared v0.3.1 |
| 665 | 2026-07-18T16:36:29.779Z | Downloaded group v0.14.0 |
| 666 | 2026-07-18T16:36:29.779Z | Downloaded blake2 v0.11.0-rc.6 |
| 667 | 2026-07-18T16:36:29.781Z | Downloaded futures-executor v0.3.32 |
| 668 | 2026-07-18T16:36:29.782Z | Downloaded darling_core v0.13.4 |
| 669 | 2026-07-18T16:36:29.784Z | Downloaded cookie_store v0.22.1 |
| 670 | 2026-07-18T16:36:29.787Z | Downloaded const-oid v0.9.6 |
| 671 | 2026-07-18T16:36:29.787Z | Downloaded colored v3.1.1 |
| 672 | 2026-07-18T16:36:29.790Z | Downloaded hubpack_derive v0.1.1 |
| 673 | 2026-07-18T16:36:29.791Z | Downloaded ena v0.14.4 |
| 674 | 2026-07-18T16:36:29.791Z | Downloaded httpdate v1.0.3 |
| 675 | 2026-07-18T16:36:29.794Z | Downloaded git-stub-vcs v0.1.0 |
| 676 | 2026-07-18T16:36:29.794Z | Downloaded inout v0.1.4 |
| 677 | 2026-07-18T16:36:29.794Z | Downloaded inout v0.2.2 |
| 678 | 2026-07-18T16:36:29.797Z | Downloaded ff v0.14.0 |
| 679 | 2026-07-18T16:36:29.797Z | Downloaded colored v2.2.0 |
| 680 | 2026-07-18T16:36:29.800Z | Downloaded idna_adapter v1.2.1 |
| 681 | 2026-07-18T16:36:29.800Z | Downloaded globset v0.4.18 |
| 682 | 2026-07-18T16:36:29.800Z | Downloaded flagset v0.4.7 |
| 683 | 2026-07-18T16:36:29.802Z | Downloaded hyper-tls v0.6.0 |
| 684 | 2026-07-18T16:36:29.803Z | Downloaded elliptic-curve v0.13.8 |
| 685 | 2026-07-18T16:36:29.805Z | Downloaded illumos-nvpair v0.3.0 |
| 686 | 2026-07-18T16:36:29.805Z | Downloaded group v0.13.0 |
| 687 | 2026-07-18T16:36:29.805Z | Downloaded darling_core v0.21.3 |
| 688 | 2026-07-18T16:36:29.808Z | Downloaded derive_more v0.99.20 |
| 689 | 2026-07-18T16:36:29.812Z | Downloaded cipher v0.5.2 |
| 690 | 2026-07-18T16:36:29.815Z | Downloaded ident_case v1.0.1 |
| 691 | 2026-07-18T16:36:29.815Z | Downloaded ciborium v0.2.2 |
| 692 | 2026-07-18T16:36:29.815Z | Downloaded instant v0.1.13 |
| 693 | 2026-07-18T16:36:29.815Z | Downloaded indoc v1.0.9 |
| 694 | 2026-07-18T16:36:29.818Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 695 | 2026-07-18T16:36:29.818Z | Downloaded is_ci v1.2.0 |
| 696 | 2026-07-18T16:36:29.821Z | Downloaded internet-checksum v0.2.1 |
| 697 | 2026-07-18T16:36:29.821Z | Downloaded is-terminal v0.4.17 |
| 698 | 2026-07-18T16:36:29.821Z | Downloaded instability v0.3.11 |
| 699 | 2026-07-18T16:36:29.821Z | Downloaded indent_write v2.2.0 |
| 700 | 2026-07-18T16:36:29.824Z | Downloaded async-bb8-diesel v0.2.1 |
| 701 | 2026-07-18T16:36:29.824Z | Downloaded bzip2 v0.6.1 |
| 702 | 2026-07-18T16:36:29.827Z | Downloaded crc32fast v1.5.0 |
| 703 | 2026-07-18T16:36:29.827Z | Downloaded futures-channel v0.3.32 |
| 704 | 2026-07-18T16:36:29.827Z | Downloaded crc-any v2.5.0 |
| 705 | 2026-07-18T16:36:29.830Z | Downloaded crossbeam-utils v0.8.21 |
| 706 | 2026-07-18T16:36:29.830Z | Downloaded float-cmp v0.10.0 |
| 707 | 2026-07-18T16:36:29.834Z | Downloaded ed25519 v3.0.0 |
| 708 | 2026-07-18T16:36:29.834Z | Downloaded home v0.5.12 |
| 709 | 2026-07-18T16:36:29.834Z | Downloaded drift v0.2.0 |
| 710 | 2026-07-18T16:36:29.839Z | Downloaded getrandom v0.2.17 |
| 711 | 2026-07-18T16:36:29.842Z | Downloaded kstat-rs v0.2.4 |
| 712 | 2026-07-18T16:36:29.842Z | Downloaded foldhash v0.2.0 |
| 713 | 2026-07-18T16:36:29.845Z | Downloaded kem v0.3.0 |
| 714 | 2026-07-18T16:36:29.845Z | Downloaded keccak v0.1.6 |
| 715 | 2026-07-18T16:36:29.845Z | Downloaded humantime v2.3.0 |
| 716 | 2026-07-18T16:36:29.848Z | Downloaded http-body-util v0.1.3 |
| 717 | 2026-07-18T16:36:29.848Z | Downloaded darling v0.23.0 |
| 718 | 2026-07-18T16:36:29.851Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 719 | 2026-07-18T16:36:29.854Z | Downloaded lalrpop-util v0.19.12 |
| 720 | 2026-07-18T16:36:29.854Z | Downloaded const-oid v0.10.2 |
| 721 | 2026-07-18T16:36:29.857Z | Downloaded clang-sys v1.8.1 |
| 722 | 2026-07-18T16:36:29.857Z | Downloaded chacha20 v0.10.0 |
| 723 | 2026-07-18T16:36:29.860Z | Downloaded des v0.9.0 |
| 724 | 2026-07-18T16:36:29.860Z | Downloaded highway v1.3.0 |
| 725 | 2026-07-18T16:36:29.863Z | Downloaded libscf-sys v1.1.0 |
| 726 | 2026-07-18T16:36:29.863Z | Downloaded byte-wrapper v0.1.0 |
| 727 | 2026-07-18T16:36:29.863Z | Downloaded half v1.8.3 |
| 728 | 2026-07-18T16:36:29.866Z | Downloaded lru-slab v0.1.2 |
| 729 | 2026-07-18T16:36:29.866Z | Downloaded lru v0.12.5 |
| 730 | 2026-07-18T16:36:29.866Z | Downloaded hyper-staticfile v0.10.1 |
| 731 | 2026-07-18T16:36:29.869Z | Downloaded md5 v0.8.0 |
| 732 | 2026-07-18T16:36:29.869Z | Downloaded lzss v0.8.2 |
| 733 | 2026-07-18T16:36:29.870Z | Downloaded linked-hash-map v0.5.6 |
| 734 | 2026-07-18T16:36:29.873Z | Downloaded dsl_auto_type v0.2.0 |
| 735 | 2026-07-18T16:36:29.873Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-07-18T16:36:29.876Z | Downloaded crossbeam-channel v0.5.15 |
| 737 | 2026-07-18T16:36:29.879Z | Downloaded hmac v0.12.1 |
| 738 | 2026-07-18T16:36:29.881Z | Downloaded darling_core v0.23.0 |
| 739 | 2026-07-18T16:36:29.885Z | Downloaded ipnetwork v0.21.1 |
| 740 | 2026-07-18T16:36:29.885Z | Downloaded ingot v0.1.1 |
| 741 | 2026-07-18T16:36:29.887Z | Downloaded indoc v2.0.7 |
| 742 | 2026-07-18T16:36:29.887Z | Downloaded md-5 v0.10.6 |
| 743 | 2026-07-18T16:36:29.891Z | Downloaded match_cfg v0.1.0 |
| 744 | 2026-07-18T16:36:29.891Z | Downloaded ingot-types v0.1.2 |
| 745 | 2026-07-18T16:36:29.891Z | Downloaded maplit v1.0.2 |
| 746 | 2026-07-18T16:36:29.891Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 747 | 2026-07-18T16:36:29.894Z | Downloaded ipnet v2.11.0 |
| 748 | 2026-07-18T16:36:29.894Z | Downloaded new_debug_unreachable v1.0.6 |
| 749 | 2026-07-18T16:36:29.896Z | Downloaded mime v0.3.17 |
| 750 | 2026-07-18T16:36:29.896Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-07-18T16:36:29.896Z | Downloaded multimap v0.10.1 |
| 752 | 2026-07-18T16:36:29.900Z | Downloaded newtype_derive v0.1.6 |
| 753 | 2026-07-18T16:36:29.900Z | Downloaded newline-converter v0.3.0 |
| 754 | 2026-07-18T16:36:29.900Z | Downloaded newtype-uuid-macros v0.1.0 |
| 755 | 2026-07-18T16:36:29.906Z | Downloaded jobserver v0.1.34 |
| 756 | 2026-07-18T16:36:29.909Z | Downloaded cancel-safe-futures v0.1.5 |
| 757 | 2026-07-18T16:36:29.912Z | Downloaded bytes v1.11.1 |
| 758 | 2026-07-18T16:36:29.915Z | Downloaded futures v0.3.32 |
| 759 | 2026-07-18T16:36:29.917Z | Downloaded normalize-line-endings v0.3.0 |
| 760 | 2026-07-18T16:36:29.917Z | Downloaded nodrop v0.1.14 |
| 761 | 2026-07-18T16:36:29.920Z | Downloaded libefi-sys v0.1.0 |
| 762 | 2026-07-18T16:36:29.920Z | Downloaded lazy_static v1.5.0 |
| 763 | 2026-07-18T16:36:29.920Z | Downloaded keccak v0.2.0 |
| 764 | 2026-07-18T16:36:29.923Z | Downloaded num-derive v0.4.2 |
| 765 | 2026-07-18T16:36:29.923Z | Downloaded nibble_vec v0.1.0 |
| 766 | 2026-07-18T16:36:29.926Z | Downloaded num-derive v0.3.3 |
| 767 | 2026-07-18T16:36:29.926Z | Downloaded num_threads v0.1.7 |
| 768 | 2026-07-18T16:36:29.926Z | Downloaded dropshot_endpoint v0.17.1 |
| 769 | 2026-07-18T16:36:29.928Z | Downloaded nonempty v0.12.0 |
| 770 | 2026-07-18T16:36:29.928Z | Downloaded num_enum_derive v0.5.11 |
| 771 | 2026-07-18T16:36:29.931Z | Downloaded num-iter v0.1.45 |
| 772 | 2026-07-18T16:36:29.931Z | Downloaded linear-map v1.2.0 |
| 773 | 2026-07-18T16:36:29.931Z | Downloaded half v2.7.1 |
| 774 | 2026-07-18T16:36:29.934Z | Downloaded der v0.7.10 |
| 775 | 2026-07-18T16:36:29.937Z | Downloaded getrandom v0.3.4 |
| 776 | 2026-07-18T16:36:29.939Z | Downloaded libloading v0.8.9 |
| 777 | 2026-07-18T16:36:29.942Z | Downloaded derive-where v1.6.0 |
| 778 | 2026-07-18T16:36:29.942Z | Downloaded hyper-rustls v0.27.7 |
| 779 | 2026-07-18T16:36:29.945Z | Downloaded libsw-core v0.3.2 |
| 780 | 2026-07-18T16:36:29.947Z | Downloaded oso-derive v0.27.3 |
| 781 | 2026-07-18T16:36:29.947Z | Downloaded generic-array v1.4.3 |
| 782 | 2026-07-18T16:36:29.950Z | Downloaded managed v0.8.0 |
| 783 | 2026-07-18T16:36:29.950Z | Downloaded lock_api v0.4.14 |
| 784 | 2026-07-18T16:36:29.950Z | Downloaded iana-time-zone v0.1.65 |
| 785 | 2026-07-18T16:36:29.953Z | Downloaded openssl-probe v0.1.6 |
| 786 | 2026-07-18T16:36:29.953Z | Downloaded openssl-macros v0.1.1 |
| 787 | 2026-07-18T16:36:29.953Z | Downloaded olpc-cjson v0.1.4 |
| 788 | 2026-07-18T16:36:29.956Z | Downloaded openssl-probe v0.2.1 |
| 789 | 2026-07-18T16:36:29.956Z | Downloaded derive_more v2.1.1 |
| 790 | 2026-07-18T16:36:29.961Z | Downloaded hmac v0.13.0 |
| 791 | 2026-07-18T16:36:29.964Z | Downloaded maybe-uninit v2.0.0 |
| 792 | 2026-07-18T16:36:29.964Z | Downloaded fatfs v0.3.6 |
| 793 | 2026-07-18T16:36:29.967Z | Downloaded opaque-debug v0.3.1 |
| 794 | 2026-07-18T16:36:29.967Z | Downloaded num-conv v0.2.0 |
| 795 | 2026-07-18T16:36:29.967Z | Downloaded nanorand v0.7.0 |
| 796 | 2026-07-18T16:36:29.981Z | Downloaded newtype-uuid v1.3.2 |
| 797 | 2026-07-18T16:36:29.984Z | Downloaded base64 v0.21.7 |
| 798 | 2026-07-18T16:36:29.987Z | Downloaded native-tls v0.2.18 |
| 799 | 2026-07-18T16:36:29.987Z | Downloaded module-lattice v0.2.3 |
| 800 | 2026-07-18T16:36:29.987Z | Downloaded mime_guess v2.0.5 |
| 801 | 2026-07-18T16:36:29.990Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-07-18T16:36:29.990Z | Downloaded packed_struct_codegen v0.10.1 |
| 803 | 2026-07-18T16:36:29.990Z | Downloaded const_format v0.2.35 |
| 804 | 2026-07-18T16:36:29.993Z | Downloaded flume v0.11.1 |
| 805 | 2026-07-18T16:36:29.996Z | Downloaded cc v1.2.56 |
| 806 | 2026-07-18T16:36:29.999Z | Downloaded num_enum_derive v0.7.6 |
| 807 | 2026-07-18T16:36:29.999Z | Downloaded num-complex v0.4.6 |
| 808 | 2026-07-18T16:36:30.002Z | Downloaded num_enum v0.7.6 |
| 809 | 2026-07-18T16:36:30.002Z | Downloaded num-rational v0.4.2 |
| 810 | 2026-07-18T16:36:30.005Z | Downloaded peg-runtime v0.8.5 |
| 811 | 2026-07-18T16:36:30.005Z | Downloaded derive_more-impl v2.1.1 |
| 812 | 2026-07-18T16:36:30.008Z | Downloaded path-slash v0.1.5 |
| 813 | 2026-07-18T16:36:30.008Z | Downloaded num-integer v0.1.46 |
| 814 | 2026-07-18T16:36:30.011Z | Downloaded parse-size v1.1.0 |
| 815 | 2026-07-18T16:36:30.011Z | Downloaded parse-display v0.10.0 |
| 816 | 2026-07-18T16:36:30.011Z | Downloaded ed25519-dalek v2.2.0 |
| 817 | 2026-07-18T16:36:30.014Z | Downloaded litemap v0.8.1 |
| 818 | 2026-07-18T16:36:30.014Z | Downloaded libsw v3.5.0 |
| 819 | 2026-07-18T16:36:30.017Z | Downloaded hybrid-array v0.4.13 |
| 820 | 2026-07-18T16:36:30.017Z | Downloaded oxide-tokio-rt v0.1.4 |
| 821 | 2026-07-18T16:36:30.020Z | Downloaded litrs v1.0.0 |
| 822 | 2026-07-18T16:36:30.020Z | Downloaded percent-encoding v2.3.2 |
| 823 | 2026-07-18T16:36:30.023Z | Downloaded phf_shared v0.12.1 |
| 824 | 2026-07-18T16:36:30.023Z | Downloaded owo-colors v4.3.0 |
| 825 | 2026-07-18T16:36:30.023Z | Downloaded phf_shared v0.13.1 |
| 826 | 2026-07-18T16:36:30.026Z | Downloaded phf_shared v0.11.3 |
| 827 | 2026-07-18T16:36:30.026Z | Downloaded crypto-bigint v0.5.5 |
| 828 | 2026-07-18T16:36:30.029Z | Downloaded nu-ansi-term v0.50.3 |
| 829 | 2026-07-18T16:36:30.032Z | Downloaded num_enum v0.5.11 |
| 830 | 2026-07-18T16:36:30.035Z | Downloaded flate2 v1.1.9 |
| 831 | 2026-07-18T16:36:30.037Z | Downloaded multer v3.1.0 |
| 832 | 2026-07-18T16:36:30.037Z | Downloaded heapless v0.7.17 |
| 833 | 2026-07-18T16:36:30.040Z | Downloaded num v0.4.3 |
| 834 | 2026-07-18T16:36:30.040Z | Downloaded memmap2 v0.9.10 |
| 835 | 2026-07-18T16:36:30.043Z | Downloaded icu_provider v2.1.1 |
| 836 | 2026-07-18T16:36:30.043Z | Downloaded icu_properties v2.1.2 |
| 837 | 2026-07-18T16:36:30.046Z | Downloaded httparse v1.10.1 |
| 838 | 2026-07-18T16:36:30.046Z | Downloaded compact_str v0.8.1 |
| 839 | 2026-07-18T16:36:30.049Z | Downloaded chacha20poly1305 v0.10.1 |
| 840 | 2026-07-18T16:36:30.051Z | Downloaded async-compression v0.4.41 |
| 841 | 2026-07-18T16:36:30.055Z | Downloaded heapless v0.8.0 |
| 842 | 2026-07-18T16:36:30.058Z | Downloaded packed_struct v0.10.1 |
| 843 | 2026-07-18T16:36:30.061Z | Downloaded powerfmt v0.2.0 |
| 844 | 2026-07-18T16:36:30.065Z | Downloaded predicates-tree v1.0.13 |
| 845 | 2026-07-18T16:36:30.065Z | Downloaded potential_utf v0.1.4 |
| 846 | 2026-07-18T16:36:30.065Z | Downloaded precomputed-hash v0.1.1 |
| 847 | 2026-07-18T16:36:30.065Z | Downloaded ar_archive_writer v0.5.1 |
| 848 | 2026-07-18T16:36:30.068Z | Downloaded predicates-core v1.0.10 |
| 849 | 2026-07-18T16:36:30.070Z | Downloaded libbz2-rs-sys v0.2.2 |
| 850 | 2026-07-18T16:36:30.073Z | Downloaded parking_lot_core v0.8.6 |
| 851 | 2026-07-18T16:36:30.076Z | Downloaded peg-macros v0.8.5 |
| 852 | 2026-07-18T16:36:30.076Z | Downloaded parse-display-derive v0.10.0 |
| 853 | 2026-07-18T16:36:30.079Z | Downloaded pem-rfc7468 v1.0.0 |
| 854 | 2026-07-18T16:36:30.079Z | Downloaded peg v0.8.5 |
| 855 | 2026-07-18T16:36:30.082Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 856 | 2026-07-18T16:36:30.082Z | Downloaded proc-macro-crate v3.4.0 |
| 857 | 2026-07-18T16:36:30.084Z | Downloaded proc-macro-crate v1.3.1 |
| 858 | 2026-07-18T16:36:30.084Z | Downloaded pbkdf2 v0.13.0 |
| 859 | 2026-07-18T16:36:30.084Z | Downloaded paste v1.0.15 |
| 860 | 2026-07-18T16:36:30.088Z | Downloaded progenitor-client v0.14.0 |
| 861 | 2026-07-18T16:36:30.088Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 862 | 2026-07-18T16:36:30.090Z | Downloaded der v0.8.0 |
| 863 | 2026-07-18T16:36:30.093Z | Downloaded password-hash v0.6.1 |
| 864 | 2026-07-18T16:36:30.093Z | Downloaded password-hash v0.5.0 |
| 865 | 2026-07-18T16:36:30.096Z | Downloaded pem v3.0.6 |
| 866 | 2026-07-18T16:36:30.099Z | Downloaded phc v0.6.1 |
| 867 | 2026-07-18T16:36:30.099Z | Downloaded phf v0.12.1 |
| 868 | 2026-07-18T16:36:30.102Z | Downloaded phf v0.13.1 |
| 869 | 2026-07-18T16:36:30.102Z | Downloaded pkg-config v0.3.32 |
| 870 | 2026-07-18T16:36:30.105Z | Downloaded progenitor-macro v0.14.0 |
| 871 | 2026-07-18T16:36:30.105Z | Downloaded pkcs8 v0.10.2 |
| 872 | 2026-07-18T16:36:30.110Z | Downloaded progenitor-macro v0.13.0 |
| 873 | 2026-07-18T16:36:30.110Z | Downloaded pin-project-lite v0.2.17 |
| 874 | 2026-07-18T16:36:30.113Z | Downloaded quick-error v1.2.3 |
| 875 | 2026-07-18T16:36:30.113Z | Downloaded psl-types v2.0.11 |
| 876 | 2026-07-18T16:36:30.116Z | Downloaded ignore v0.4.25 |
| 877 | 2026-07-18T16:36:30.119Z | Downloaded icu_normalizer_data v2.1.1 |
| 878 | 2026-07-18T16:36:30.119Z | Downloaded indicatif v0.18.4 |
| 879 | 2026-07-18T16:36:30.122Z | Downloaded icu_normalizer v2.1.1 |
| 880 | 2026-07-18T16:36:30.126Z | Downloaded polyval v0.7.1 |
| 881 | 2026-07-18T16:36:30.126Z | Downloaded postgres-protocol v0.6.10 |
| 882 | 2026-07-18T16:36:30.129Z | Downloaded port-file v0.1.0 |
| 883 | 2026-07-18T16:36:30.129Z | Downloaded poly1305 v0.8.0 |
| 884 | 2026-07-18T16:36:30.132Z | Downloaded ml-kem v0.3.2 |
| 885 | 2026-07-18T16:36:30.132Z | Downloaded hickory-resolver v0.25.2 |
| 886 | 2026-07-18T16:36:30.135Z | Downloaded radium v0.7.0 |
| 887 | 2026-07-18T16:36:30.135Z | Downloaded predicates v3.1.4 |
| 888 | 2026-07-18T16:36:30.138Z | Downloaded parking_lot v0.12.5 |
| 889 | 2026-07-18T16:36:30.140Z | Downloaded hickory-resolver v0.24.4 |
| 890 | 2026-07-18T16:36:30.144Z | Downloaded primeorder v0.14.0-rc.10 |
| 891 | 2026-07-18T16:36:30.144Z | Downloaded rand_chacha v0.3.1 |
| 892 | 2026-07-18T16:36:30.144Z | Downloaded proc-macro-error2 v2.0.1 |
| 893 | 2026-07-18T16:36:30.147Z | Downloaded primeorder v0.13.6 |
| 894 | 2026-07-18T16:36:30.147Z | Downloaded progenitor v0.13.0 |
| 895 | 2026-07-18T16:36:30.147Z | Downloaded ppv-lite86 v0.2.21 |
| 896 | 2026-07-18T16:36:30.150Z | Downloaded pem-rfc7468 v0.7.0 |
| 897 | 2026-07-18T16:36:30.150Z | Downloaded rand_xorshift v0.4.0 |
| 898 | 2026-07-18T16:36:30.150Z | Downloaded parking_lot_core v0.9.12 |
| 899 | 2026-07-18T16:36:30.153Z | Downloaded ref-cast v1.0.25 |
| 900 | 2026-07-18T16:36:30.156Z | Downloaded recursive v0.1.1 |
| 901 | 2026-07-18T16:36:30.156Z | Downloaded primefield v0.14.0 |
| 902 | 2026-07-18T16:36:30.156Z | Downloaded bumpalo v3.20.2 |
| 903 | 2026-07-18T16:36:30.159Z | Downloaded headers v0.4.1 |
| 904 | 2026-07-18T16:36:30.162Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 905 | 2026-07-18T16:36:30.165Z | Downloaded diesel_derives v2.3.7 |
| 906 | 2026-07-18T16:36:30.168Z | Downloaded pkcs8 v0.11.0 |
| 907 | 2026-07-18T16:36:30.171Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 908 | 2026-07-18T16:36:30.171Z | Downloaded psm v0.1.30 |
| 909 | 2026-07-18T16:36:30.171Z | Downloaded progenitor-client v0.13.0 |
| 910 | 2026-07-18T16:36:30.174Z | Downloaded ref-cast-impl v1.0.25 |
| 911 | 2026-07-18T16:36:30.174Z | Downloaded rfc6979 v0.5.0 |
| 912 | 2026-07-18T16:36:30.174Z | Downloaded icu_collections v2.1.1 |
| 913 | 2026-07-18T16:36:30.177Z | Downloaded progenitor v0.14.0 |
| 914 | 2026-07-18T16:36:30.179Z | Downloaded pkcs1 v0.7.5 |
| 915 | 2026-07-18T16:36:30.180Z | Downloaded pin-project-internal v1.1.11 |
| 916 | 2026-07-18T16:36:30.183Z | Downloaded oso v0.27.3 |
| 917 | 2026-07-18T16:36:30.186Z | Downloaded progenitor-extras v0.2.0 |
| 918 | 2026-07-18T16:36:30.186Z | Downloaded crossterm v0.28.1 |
| 919 | 2026-07-18T16:36:30.189Z | Downloaded poly1305 v0.9.0 |
| 920 | 2026-07-18T16:36:30.194Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-07-18T16:36:30.194Z | Downloaded rand_core v0.6.4 |
| 922 | 2026-07-18T16:36:30.194Z | Downloaded rand_chacha v0.9.0 |
| 923 | 2026-07-18T16:36:30.197Z | Downloaded hashbrown v0.13.2 |
| 924 | 2026-07-18T16:36:30.197Z | Downloaded rfc6979 v0.4.0 |
| 925 | 2026-07-18T16:36:30.197Z | Downloaded rustc-hash v2.1.1 |
| 926 | 2026-07-18T16:36:30.200Z | Downloaded jiff-static v0.2.21 |
| 927 | 2026-07-18T16:36:30.200Z | Downloaded expectorate v1.2.0 |
| 928 | 2026-07-18T16:36:30.203Z | Downloaded miniz_oxide v0.8.9 |
| 929 | 2026-07-18T16:36:30.203Z | Downloaded indexmap v1.9.3 |
| 930 | 2026-07-18T16:36:30.206Z | Downloaded rustc_version v0.4.1 |
| 931 | 2026-07-18T16:36:30.207Z | Downloaded rustc_version v0.1.7 |
| 932 | 2026-07-18T16:36:30.207Z | Downloaded omicron-zone-package v0.12.3 |
| 933 | 2026-07-18T16:36:30.210Z | Downloaded oxnet v0.1.6 |
| 934 | 2026-07-18T16:36:30.210Z | Downloaded icu_locale_core v2.1.1 |
| 935 | 2026-07-18T16:36:30.213Z | Downloaded russh-util v0.52.0 |
| 936 | 2026-07-18T16:36:30.216Z | Downloaded russh-cryptovec v0.61.0 |
| 937 | 2026-07-18T16:36:30.216Z | Downloaded r2d2 v0.8.10 |
| 938 | 2026-07-18T16:36:30.220Z | Downloaded postcard v1.1.3 |
| 939 | 2026-07-18T16:36:30.231Z | Downloaded aes v0.9.1 |
| 940 | 2026-07-18T16:36:30.236Z | Downloaded resolv-conf v0.7.6 |
| 941 | 2026-07-18T16:36:30.236Z | Downloaded same-file v1.0.6 |
| 942 | 2026-07-18T16:36:30.239Z | Downloaded scopeguard v1.2.0 |
| 943 | 2026-07-18T16:36:30.239Z | Downloaded parking_lot v0.11.2 |
| 944 | 2026-07-18T16:36:30.239Z | Downloaded postgres-types v0.2.12 |
| 945 | 2026-07-18T16:36:30.242Z | Downloaded rand_core v0.10.0 |
| 946 | 2026-07-18T16:36:30.242Z | Downloaded rand_core v0.9.5 |
| 947 | 2026-07-18T16:36:30.245Z | Downloaded quinn-udp v0.5.14 |
| 948 | 2026-07-18T16:36:30.245Z | Downloaded openssl-sys v0.9.115 |
| 949 | 2026-07-18T16:36:30.248Z | Downloaded papergrid v0.17.0 |
| 950 | 2026-07-18T16:36:30.251Z | Downloaded sapling-renderdag v0.1.0 |
| 951 | 2026-07-18T16:36:30.254Z | Downloaded secrecy v0.8.0 |
| 952 | 2026-07-18T16:36:30.258Z | Downloaded hickory-server v0.25.2 |
| 953 | 2026-07-18T16:36:30.261Z | Downloaded num-traits v0.2.19 |
| 954 | 2026-07-18T16:36:30.261Z | Downloaded secrecy v0.10.3 |
| 955 | 2026-07-18T16:36:30.264Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-07-18T16:36:30.264Z | Downloaded serde-big-array v0.5.1 |
| 957 | 2026-07-18T16:36:30.268Z | Downloaded serde_spanned v1.1.1 |
| 958 | 2026-07-18T16:36:30.268Z | Downloaded dropshot-api-manager v0.7.2 |
| 959 | 2026-07-18T16:36:30.271Z | Downloaded semver v0.1.20 |
| 960 | 2026-07-18T16:36:30.276Z | Downloaded serde_urlencoded v0.7.1 |
| 961 | 2026-07-18T16:36:30.279Z | Downloaded rustls-pemfile v2.2.0 |
| 962 | 2026-07-18T16:36:30.279Z | Downloaded rustls-native-certs v0.8.3 |
| 963 | 2026-07-18T16:36:30.279Z | Downloaded serde_bytes v0.11.19 |
| 964 | 2026-07-18T16:36:30.284Z | Downloaded serde_repr v0.1.20 |
| 965 | 2026-07-18T16:36:30.284Z | Downloaded pin-project v1.1.11 |
| 966 | 2026-07-18T16:36:30.288Z | Downloaded sha1 v0.11.0 |
| 967 | 2026-07-18T16:36:30.291Z | Downloaded pkcs5 v0.8.1 |
| 968 | 2026-07-18T16:36:30.294Z | Downloaded crossterm v0.29.0 |
| 969 | 2026-07-18T16:36:30.297Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-07-18T16:36:30.300Z | Downloaded signal-hook-tokio v0.3.1 |
| 971 | 2026-07-18T16:36:30.300Z | Downloaded rtoolbox v0.0.3 |
| 972 | 2026-07-18T16:36:30.300Z | Downloaded signature v3.0.0 |
| 973 | 2026-07-18T16:36:30.303Z | Downloaded sha1 v0.10.6 |
| 974 | 2026-07-18T16:36:30.303Z | Downloaded hashbrown v0.12.3 |
| 975 | 2026-07-18T16:36:30.306Z | Downloaded rusty-fork v0.3.1 |
| 976 | 2026-07-18T16:36:30.309Z | Downloaded http v1.4.2 |
| 977 | 2026-07-18T16:36:30.309Z | Downloaded scheduled-thread-pool v0.2.7 |
| 978 | 2026-07-18T16:36:30.313Z | Downloaded signature v2.2.0 |
| 979 | 2026-07-18T16:36:30.313Z | Downloaded signal-hook-mio v0.2.5 |
| 980 | 2026-07-18T16:36:30.318Z | Downloaded minimal-lexical v0.2.1 |
| 981 | 2026-07-18T16:36:30.321Z | Downloaded rustversion v1.0.22 |
| 982 | 2026-07-18T16:36:30.321Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 983 | 2026-07-18T16:36:30.324Z | Downloaded sigpipe v0.1.3 |
| 984 | 2026-07-18T16:36:30.324Z | Downloaded siphasher v1.0.2 |
| 985 | 2026-07-18T16:36:30.328Z | Downloaded schemars_derive v0.8.22 |
| 986 | 2026-07-18T16:36:30.328Z | Downloaded prefix-trie v0.7.0 |
| 987 | 2026-07-18T16:36:30.331Z | Downloaded p384 v0.14.0-rc.10 |
| 988 | 2026-07-18T16:36:30.334Z | Downloaded scroll v0.13.0 |
| 989 | 2026-07-18T16:36:30.338Z | Downloaded sec1 v0.8.1 |
| 990 | 2026-07-18T16:36:30.338Z | Downloaded slog-bunyan v2.5.0 |
| 991 | 2026-07-18T16:36:30.338Z | Downloaded slog-envlogger v2.2.0 |
| 992 | 2026-07-18T16:36:30.338Z | Downloaded seq-macro v0.3.6 |
| 993 | 2026-07-18T16:36:30.342Z | Downloaded sec1 v0.7.3 |
| 994 | 2026-07-18T16:36:30.342Z | Downloaded scrypt v0.12.0 |
| 995 | 2026-07-18T16:36:30.345Z | Downloaded hyper-util v0.1.20 |
| 996 | 2026-07-18T16:36:30.348Z | Downloaded serde-hex v0.1.0 |
| 997 | 2026-07-18T16:36:30.353Z | Downloaded serde_plain v1.0.2 |
| 998 | 2026-07-18T16:36:30.358Z | Downloaded serdect v0.4.3 |
| 999 | 2026-07-18T16:36:30.361Z | Downloaded serde_path_to_error v0.1.20 |
| 1000 | 2026-07-18T16:36:30.361Z | Downloaded serde_derive_internals v0.29.1 |
| 1001 | 2026-07-18T16:36:30.385Z | Downloaded salsa20 v0.11.0 |
| 1002 | 2026-07-18T16:36:30.389Z | Downloaded p256 v0.14.0-rc.10 |
| 1003 | 2026-07-18T16:36:30.389Z | Downloaded ron v0.8.1 |
| 1004 | 2026-07-18T16:36:30.389Z | Downloaded hashbrown v0.16.1 |
| 1005 | 2026-07-18T16:36:30.389Z | Downloaded sqlparser_derive v0.5.0 |
| 1006 | 2026-07-18T16:36:30.393Z | Downloaded signal-hook-registry v1.4.8 |
| 1007 | 2026-07-18T16:36:30.393Z | Downloaded crypto-primes v0.7.2 |
| 1008 | 2026-07-18T16:36:30.396Z | Downloaded stable_deref_trait v1.2.1 |
| 1009 | 2026-07-18T16:36:30.399Z | Downloaded simd-adler32 v0.3.8 |
| 1010 | 2026-07-18T16:36:30.399Z | Downloaded structmeta v0.3.0 |
| 1011 | 2026-07-18T16:36:30.403Z | Downloaded rcgen v0.12.1 |
| 1012 | 2026-07-18T16:36:30.406Z | Downloaded slab v0.4.12 |
| 1013 | 2026-07-18T16:36:30.406Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1014 | 2026-07-18T16:36:30.409Z | Downloaded strsim v0.10.0 |
| 1015 | 2026-07-18T16:36:30.409Z | Downloaded slog-stdlog v4.1.1 |
| 1016 | 2026-07-18T16:36:30.409Z | Downloaded slog-scope v4.4.1 |
| 1017 | 2026-07-18T16:36:30.413Z | Downloaded slog-json v2.6.1 |
| 1018 | 2026-07-18T16:36:30.413Z | Downloaded structmeta-derive v0.3.0 |
| 1019 | 2026-07-18T16:36:30.416Z | Downloaded prettyplease v0.2.37 |
| 1020 | 2026-07-18T16:36:30.416Z | Downloaded strum v0.27.2 |
| 1021 | 2026-07-18T16:36:30.417Z | Downloaded pretty_assertions v1.4.1 |
| 1022 | 2026-07-18T16:36:30.420Z | Downloaded smallvec v0.6.14 |
| 1023 | 2026-07-18T16:36:30.420Z | Downloaded slog-dtrace v0.3.0 |
| 1024 | 2026-07-18T16:36:30.420Z | Downloaded strum v0.26.3 |
| 1025 | 2026-07-18T16:36:30.423Z | Downloaded sync_wrapper v1.0.2 |
| 1026 | 2026-07-18T16:36:30.423Z | Downloaded serde_cbor v0.11.2 |
| 1027 | 2026-07-18T16:36:30.423Z | Downloaded subtle v2.6.1 |
| 1028 | 2026-07-18T16:36:30.426Z | Downloaded snafu-derive v0.8.9 |
| 1029 | 2026-07-18T16:36:30.426Z | Downloaded sync-ptr v0.1.4 |
| 1030 | 2026-07-18T16:36:30.426Z | Downloaded supports-color v3.0.2 |
| 1031 | 2026-07-18T16:36:30.430Z | Downloaded smf v0.2.3 |
| 1032 | 2026-07-18T16:36:30.430Z | Downloaded tabwriter v1.4.1 |
| 1033 | 2026-07-18T16:36:30.430Z | Downloaded tabled_derive v0.11.0 |
| 1034 | 2026-07-18T16:36:30.433Z | Downloaded tagptr v0.2.0 |
| 1035 | 2026-07-18T16:36:30.433Z | Downloaded slog-term v2.9.2 |
| 1036 | 2026-07-18T16:36:30.434Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1037 | 2026-07-18T16:36:30.437Z | Downloaded slog-async v2.8.0 |
| 1038 | 2026-07-18T16:36:30.437Z | Downloaded progenitor-impl v0.13.0 |
| 1039 | 2026-07-18T16:36:30.442Z | Downloaded ryu v1.0.23 |
| 1040 | 2026-07-18T16:36:30.445Z | Downloaded quinn v0.11.9 |
| 1041 | 2026-07-18T16:36:30.445Z | Downloaded serde_with_macros v1.5.2 |
| 1042 | 2026-07-18T16:36:30.448Z | Downloaded libxml v0.3.3 |
| 1043 | 2026-07-18T16:36:30.451Z | Downloaded termtree v0.5.1 |
| 1044 | 2026-07-18T16:36:30.451Z | Downloaded tap v1.0.1 |
| 1045 | 2026-07-18T16:36:30.451Z | Downloaded spki v0.8.0 |
| 1046 | 2026-07-18T16:36:30.454Z | Downloaded sha2 v0.11.0 |
| 1047 | 2026-07-18T16:36:30.454Z | Downloaded take_mut v0.2.2 |
| 1048 | 2026-07-18T16:36:30.457Z | Downloaded spki v0.7.3 |
| 1049 | 2026-07-18T16:36:30.457Z | Downloaded hashbrown v0.15.5 |
| 1050 | 2026-07-18T16:36:30.460Z | Downloaded idna v1.1.0 |
| 1051 | 2026-07-18T16:36:30.463Z | Downloaded rand v0.8.6 |
| 1052 | 2026-07-18T16:36:30.467Z | Downloaded itertools v0.10.5 |
| 1053 | 2026-07-18T16:36:30.470Z | Downloaded testing_table v0.3.0 |
| 1054 | 2026-07-18T16:36:30.473Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-07-18T16:36:30.473Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-07-18T16:36:30.474Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1057 | 2026-07-18T16:36:30.474Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-07-18T16:36:30.477Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1059 | 2026-07-18T16:36:30.477Z | Downloaded time-core v0.1.8 |
| 1060 | 2026-07-18T16:36:30.481Z | Downloaded rayon-core v1.13.0 |
| 1061 | 2026-07-18T16:36:30.481Z | Downloaded aes-gcm v0.11.0 |
| 1062 | 2026-07-18T16:36:30.485Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1063 | 2026-07-18T16:36:30.485Z | Downloaded shlex v1.3.0 |
| 1064 | 2026-07-18T16:36:30.485Z | Downloaded schemars v0.8.22 |
| 1065 | 2026-07-18T16:36:30.490Z | Downloaded tinyvec_macros v0.1.1 |
| 1066 | 2026-07-18T16:36:30.493Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-07-18T16:36:30.493Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1068 | 2026-07-18T16:36:30.497Z | Downloaded rustls-pki-types v1.14.0 |
| 1069 | 2026-07-18T16:36:30.497Z | Downloaded futures-util v0.3.32 |
| 1070 | 2026-07-18T16:36:30.502Z | Downloaded tokio-macros v2.7.0 |
| 1071 | 2026-07-18T16:36:30.505Z | Downloaded support-bundle-viewer v0.1.2 |
| 1072 | 2026-07-18T16:36:30.505Z | Downloaded strum_macros v0.26.4 |
| 1073 | 2026-07-18T16:36:30.509Z | Downloaded strum_macros v0.24.3 |
| 1074 | 2026-07-18T16:36:30.509Z | Downloaded smallvec v1.15.1 |
| 1075 | 2026-07-18T16:36:30.509Z | Downloaded num-bigint v0.4.6 |
| 1076 | 2026-07-18T16:36:30.514Z | Downloaded publicsuffix v2.3.0 |
| 1077 | 2026-07-18T16:36:30.517Z | Downloaded progenitor-impl v0.14.0 |
| 1078 | 2026-07-18T16:36:30.517Z | Downloaded mio v1.2.0 |
| 1079 | 2026-07-18T16:36:30.520Z | Downloaded serde_with_macros v3.17.0 |
| 1080 | 2026-07-18T16:36:30.524Z | Downloaded synstructure v0.13.2 |
| 1081 | 2026-07-18T16:36:30.524Z | Downloaded topological-sort v0.2.2 |
| 1082 | 2026-07-18T16:36:30.528Z | Downloaded sqlformat v0.3.5 |
| 1083 | 2026-07-18T16:36:30.528Z | Downloaded spin v0.9.8 |
| 1084 | 2026-07-18T16:36:30.531Z | Downloaded tokio-test v0.4.5 |
| 1085 | 2026-07-18T16:36:30.531Z | Downloaded termios v0.3.3 |
| 1086 | 2026-07-18T16:36:30.531Z | Downloaded thread-id v5.1.0 |
| 1087 | 2026-07-18T16:36:30.534Z | Downloaded rand v0.9.2 |
| 1088 | 2026-07-18T16:36:30.537Z | Downloaded similar v2.7.0 |
| 1089 | 2026-07-18T16:36:30.541Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-07-18T16:36:30.545Z | Downloaded itertools v0.13.0 |
| 1091 | 2026-07-18T16:36:30.548Z | Downloaded trait-variant v0.1.2 |
| 1092 | 2026-07-18T16:36:30.548Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-07-18T16:36:30.548Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-07-18T16:36:30.551Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-07-18T16:36:30.551Z | Downloaded tower-layer v0.3.3 |
| 1096 | 2026-07-18T16:36:30.554Z | Downloaded time-macros v0.2.27 |
| 1097 | 2026-07-18T16:36:30.554Z | Downloaded thread_local v1.1.9 |
| 1098 | 2026-07-18T16:36:30.554Z | Downloaded p521 v0.14.0-rc.10 |
| 1099 | 2026-07-18T16:36:30.557Z | Downloaded signal-hook v0.3.18 |
| 1100 | 2026-07-18T16:36:30.562Z | Downloaded rsa v0.9.10 |
| 1101 | 2026-07-18T16:36:30.565Z | Downloaded tinystr v0.8.2 |
| 1102 | 2026-07-18T16:36:30.565Z | Downloaded tls_codec v0.4.2 |
| 1103 | 2026-07-18T16:36:30.568Z | Downloaded hkdf v0.12.4 |
| 1104 | 2026-07-18T16:36:30.568Z | Downloaded itertools v0.12.1 |
| 1105 | 2026-07-18T16:36:30.571Z | Downloaded tokio-dtrace v0.1.1 |
| 1106 | 2026-07-18T16:36:30.574Z | Downloaded tokio-native-tls v0.3.1 |
| 1107 | 2026-07-18T16:36:30.574Z | Downloaded num-bigint-dig v0.8.6 |
| 1108 | 2026-07-18T16:36:30.578Z | Downloaded unicode-xid v0.2.6 |
| 1109 | 2026-07-18T16:36:30.578Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-07-18T16:36:30.581Z | Downloaded universal-hash v0.5.1 |
| 1111 | 2026-07-18T16:36:30.581Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-07-18T16:36:30.581Z | Downloaded typify-macro v0.6.2 |
| 1113 | 2026-07-18T16:36:30.584Z | Downloaded nom v7.1.3 |
| 1114 | 2026-07-18T16:36:30.584Z | Downloaded h2 v0.4.15 |
| 1115 | 2026-07-18T16:36:30.588Z | Downloaded untrusted v0.9.0 |
| 1116 | 2026-07-18T16:36:30.591Z | Downloaded universal-hash v0.6.1 |
| 1117 | 2026-07-18T16:36:30.591Z | Downloaded unit-prefix v0.5.2 |
| 1118 | 2026-07-18T16:36:30.591Z | Downloaded qorb v0.4.1 |
| 1119 | 2026-07-18T16:36:30.594Z | Downloaded term v1.2.1 |
| 1120 | 2026-07-18T16:36:30.597Z | Downloaded term v0.7.0 |
| 1121 | 2026-07-18T16:36:30.597Z | Downloaded hyper v1.10.1 |
| 1122 | 2026-07-18T16:36:30.601Z | Downloaded utf8_iter v1.0.4 |
| 1123 | 2026-07-18T16:36:30.604Z | Downloaded schemars v0.9.0 |
| 1124 | 2026-07-18T16:36:30.608Z | Downloaded utf-8 v0.7.6 |
| 1125 | 2026-07-18T16:36:30.611Z | Downloaded usdt-macro v0.6.0 |
| 1126 | 2026-07-18T16:36:30.611Z | Downloaded usdt-attr-macro v0.6.0 |
| 1127 | 2026-07-18T16:36:30.611Z | Downloaded usdt v0.6.0 |
| 1128 | 2026-07-18T16:36:30.612Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1129 | 2026-07-18T16:36:30.614Z | Downloaded untrusted v0.7.1 |
| 1130 | 2026-07-18T16:36:30.614Z | Downloaded slog v2.8.2 |
| 1131 | 2026-07-18T16:36:30.618Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1132 | 2026-07-18T16:36:30.618Z | Downloaded itertools v0.14.0 |
| 1133 | 2026-07-18T16:36:30.621Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1134 | 2026-07-18T16:36:30.624Z | Downloaded tui-tree-widget v0.23.1 |
| 1135 | 2026-07-18T16:36:30.624Z | Downloaded tokio-tungstenite v0.23.1 |
| 1136 | 2026-07-18T16:36:30.627Z | Downloaded tokio-tungstenite v0.21.0 |
| 1137 | 2026-07-18T16:36:30.627Z | Downloaded tls_codec_derive v0.4.2 |
| 1138 | 2026-07-18T16:36:30.627Z | Downloaded strum_macros v0.27.2 |
| 1139 | 2026-07-18T16:36:30.631Z | Downloaded void v1.0.2 |
| 1140 | 2026-07-18T16:36:30.631Z | Downloaded socket2 v0.6.3 |
| 1141 | 2026-07-18T16:36:30.631Z | Downloaded wait-timeout v0.2.1 |
| 1142 | 2026-07-18T16:36:30.634Z | Downloaded waitgroup v0.1.2 |
| 1143 | 2026-07-18T16:36:30.634Z | Downloaded socket2 v0.5.10 |
| 1144 | 2026-07-18T16:36:30.634Z | Downloaded icu_properties_data v2.1.2 |
| 1145 | 2026-07-18T16:36:30.639Z | Downloaded want v0.3.1 |
| 1146 | 2026-07-18T16:36:30.642Z | Downloaded tokio-stream v0.1.18 |
| 1147 | 2026-07-18T16:36:30.645Z | Downloaded unicase v2.9.0 |
| 1148 | 2026-07-18T16:36:30.646Z | Downloaded rand v0.10.1 |
| 1149 | 2026-07-18T16:36:30.649Z | Downloaded test-strategy v0.4.5 |
| 1150 | 2026-07-18T16:36:30.652Z | Downloaded samael v0.0.19 |
| 1151 | 2026-07-18T16:36:30.656Z | Downloaded nom v8.0.0 |
| 1152 | 2026-07-18T16:36:30.659Z | Downloaded xshell-macros v0.2.7 |
| 1153 | 2026-07-18T16:36:30.662Z | Downloaded iddqd v0.4.2 |
| 1154 | 2026-07-18T16:36:30.665Z | Downloaded tokio-rustls v0.26.4 |
| 1155 | 2026-07-18T16:36:30.668Z | Downloaded schemars v1.2.1 |
| 1156 | 2026-07-18T16:36:30.675Z | Downloaded zeroize_derive v1.4.3 |
| 1157 | 2026-07-18T16:36:30.678Z | Downloaded zerofrom-derive v0.1.6 |
| 1158 | 2026-07-18T16:36:30.679Z | Downloaded zerofrom v0.1.6 |
| 1159 | 2026-07-18T16:36:30.679Z | Downloaded yoke-derive v0.8.1 |
| 1160 | 2026-07-18T16:36:30.679Z | Downloaded libm v0.2.16 |
| 1161 | 2026-07-18T16:36:30.684Z | Downloaded tracing-attributes v0.1.31 |
| 1162 | 2026-07-18T16:36:30.687Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1163 | 2026-07-18T16:36:30.691Z | Downloaded vergen-lib v9.1.0 |
| 1164 | 2026-07-18T16:36:30.691Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-07-18T16:36:30.695Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-07-18T16:36:30.695Z | Downloaded twox-hash v2.1.2 |
| 1167 | 2026-07-18T16:36:30.695Z | Downloaded snafu v0.8.9 |
| 1168 | 2026-07-18T16:36:30.698Z | Downloaded hkdf v0.13.0 |
| 1169 | 2026-07-18T16:36:30.703Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-07-18T16:36:30.706Z | Downloaded wyz v0.5.1 |
| 1171 | 2026-07-18T16:36:30.706Z | Downloaded writeable v0.6.2 |
| 1172 | 2026-07-18T16:36:30.710Z | Downloaded vergen-gitcl v1.0.8 |
| 1173 | 2026-07-18T16:36:30.710Z | Downloaded vergen-git2 v9.1.0 |
| 1174 | 2026-07-18T16:36:30.715Z | Downloaded blake3 v1.8.5 |
| 1175 | 2026-07-18T16:36:30.718Z | Downloaded zone_cfg_derive v0.3.1 |
| 1176 | 2026-07-18T16:36:30.718Z | Downloaded rustls-webpki v0.103.13 |
| 1177 | 2026-07-18T16:36:30.721Z | Downloaded whoami v2.1.0 |
| 1178 | 2026-07-18T16:36:30.721Z | Downloaded whoami v1.6.1 |
| 1179 | 2026-07-18T16:36:30.721Z | Downloaded tar v0.4.46 |
| 1180 | 2026-07-18T16:36:30.726Z | Downloaded xattr v1.6.1 |
| 1181 | 2026-07-18T16:36:30.729Z | Downloaded rustyline v14.0.0 |
| 1182 | 2026-07-18T16:36:30.732Z | Downloaded xshell v0.2.7 |
| 1183 | 2026-07-18T16:36:30.732Z | Downloaded usdt-impl v0.6.0 |
| 1184 | 2026-07-18T16:36:30.735Z | Downloaded subprocess v0.2.15 |
| 1185 | 2026-07-18T16:36:30.735Z | Downloaded unicode-properties v0.1.4 |
| 1186 | 2026-07-18T16:36:30.738Z | Downloaded vergen v9.1.0 |
| 1187 | 2026-07-18T16:36:30.741Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-07-18T16:36:30.742Z | Downloaded yoke v0.8.1 |
| 1189 | 2026-07-18T16:36:30.745Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1190 | 2026-07-18T16:36:30.748Z | Downloaded tungstenite v0.21.0 |
| 1191 | 2026-07-18T16:36:30.748Z | Downloaded rpassword v7.4.0 |
| 1192 | 2026-07-18T16:36:30.751Z | Downloaded typify v0.6.2 |
| 1193 | 2026-07-18T16:36:30.754Z | Downloaded tinyvec v1.10.0 |
| 1194 | 2026-07-18T16:36:30.754Z | Downloaded git2 v0.20.4 |
| 1195 | 2026-07-18T16:36:30.758Z | Downloaded toml v0.7.8 |
| 1196 | 2026-07-18T16:36:30.762Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-07-18T16:36:30.765Z | Downloaded zone v0.3.1 |
| 1198 | 2026-07-18T16:36:30.768Z | Downloaded iri-string v0.7.10 |
| 1199 | 2026-07-18T16:36:30.771Z | Downloaded rsa v0.10.0-rc.18 |
| 1200 | 2026-07-18T16:36:30.774Z | Downloaded vsss-rs v3.3.4 |
| 1201 | 2026-07-18T16:36:30.777Z | Downloaded tracing-core v0.1.36 |
| 1202 | 2026-07-18T16:36:30.781Z | Downloaded bitvec v1.0.1 |
| 1203 | 2026-07-18T16:36:30.786Z | Downloaded zerocopy v0.6.6 |
| 1204 | 2026-07-18T16:36:30.789Z | Downloaded zerovec-derive v0.11.2 |
| 1205 | 2026-07-18T16:36:30.789Z | Downloaded unicode-bidi v0.3.18 |
| 1206 | 2026-07-18T16:36:30.792Z | Downloaded tungstenite v0.23.0 |
| 1207 | 2026-07-18T16:36:30.793Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1208 | 2026-07-18T16:36:30.796Z | Downloaded uuid v1.23.4 |
| 1209 | 2026-07-18T16:36:30.796Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-07-18T16:36:30.802Z | Downloaded yasna v0.5.2 |
| 1211 | 2026-07-18T16:36:30.805Z | Downloaded aws-lc-rs v1.16.3 |
| 1212 | 2026-07-18T16:36:30.811Z | Downloaded zstd v0.13.3 |
| 1213 | 2026-07-18T16:36:30.814Z | Downloaded serde_with v1.14.0 |
| 1214 | 2026-07-18T16:36:30.819Z | Downloaded steno v0.4.1 |
| 1215 | 2026-07-18T16:36:30.826Z | Downloaded toml_edit v0.19.15 |
| 1216 | 2026-07-18T16:36:30.835Z | Downloaded vte v0.14.1 |
| 1217 | 2026-07-18T16:36:30.838Z | Downloaded bindgen v0.71.1 |
| 1218 | 2026-07-18T16:36:30.841Z | Downloaded unicode_categories v0.1.1 |
| 1219 | 2026-07-18T16:36:30.844Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-07-18T16:36:30.844Z | Downloaded regex v1.12.3 |
| 1221 | 2026-07-18T16:36:30.847Z | Downloaded goblin v0.10.5 |
| 1222 | 2026-07-18T16:36:30.851Z | Downloaded chrono v0.4.45 |
| 1223 | 2026-07-18T16:36:30.855Z | Downloaded zerotrie v0.2.3 |
| 1224 | 2026-07-18T16:36:30.858Z | Downloaded tokio-postgres v0.7.16 |
| 1225 | 2026-07-18T16:36:30.862Z | Downloaded rawzip v0.4.4 |
| 1226 | 2026-07-18T16:36:30.870Z | Downloaded crypto-bigint v0.7.5 |
| 1227 | 2026-07-18T16:36:30.885Z | Downloaded yansi v1.0.1 |
| 1228 | 2026-07-18T16:36:30.897Z | Downloaded typed-path v0.9.3 |
| 1229 | 2026-07-18T16:36:30.900Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-07-18T16:36:30.903Z | Downloaded curve25519-dalek v4.1.3 |
| 1231 | 2026-07-18T16:36:30.908Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-07-18T16:36:30.924Z | Downloaded quick-xml v0.37.5 |
| 1233 | 2026-07-18T16:36:30.928Z | Downloaded reqwest v0.13.2 |
| 1234 | 2026-07-18T16:36:30.931Z | Downloaded zip v0.6.6 |
| 1235 | 2026-07-18T16:36:30.934Z | Downloaded url v2.5.8 |
| 1236 | 2026-07-18T16:36:30.937Z | Downloaded tower v0.5.3 |
| 1237 | 2026-07-18T16:36:30.940Z | Downloaded zip v4.6.1 |
| 1238 | 2026-07-18T16:36:30.943Z | Downloaded tokio-util v0.7.18 |
| 1239 | 2026-07-18T16:36:30.947Z | Downloaded proptest v1.10.0 |
| 1240 | 2026-07-18T16:36:30.953Z | Downloaded object v0.30.4 |
| 1241 | 2026-07-18T16:36:30.960Z | Downloaded reedline v0.40.0 |
| 1242 | 2026-07-18T16:36:30.964Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1243 | 2026-07-18T16:36:30.970Z | Downloaded tough v0.22.0 |
| 1244 | 2026-07-18T16:36:30.974Z | Downloaded dropshot v0.17.1 |
| 1245 | 2026-07-18T16:36:30.987Z | Downloaded lalrpop v0.19.12 |
| 1246 | 2026-07-18T16:36:30.993Z | Downloaded rayon v1.11.0 |
| 1247 | 2026-07-18T16:36:30.998Z | Downloaded quinn-proto v0.11.13 |
| 1248 | 2026-07-18T16:36:31.003Z | Downloaded polar-core v0.27.3 |
| 1249 | 2026-07-18T16:36:31.007Z | Downloaded zerocopy-derive v0.8.40 |
| 1250 | 2026-07-18T16:36:31.013Z | Downloaded unicode-segmentation v1.12.0 |
| 1251 | 2026-07-18T16:36:31.016Z | Downloaded portable-atomic v1.13.1 |
| 1252 | 2026-07-18T16:36:31.020Z | Downloaded reqwest v0.12.28 |
| 1253 | 2026-07-18T16:36:31.025Z | Downloaded moka v0.12.13 |
| 1254 | 2026-07-18T16:36:31.030Z | Downloaded tabled v0.20.0 |
| 1255 | 2026-07-18T16:36:31.042Z | Downloaded time v0.3.47 |
| 1256 | 2026-07-18T16:36:31.048Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1257 | 2026-07-18T16:36:31.052Z | Downloaded unicode-normalization v0.1.25 |
| 1258 | 2026-07-18T16:36:31.056Z | Downloaded nix v0.31.2 |
| 1259 | 2026-07-18T16:36:31.062Z | Downloaded vcpkg v0.2.15 |
| 1260 | 2026-07-18T16:36:31.086Z | Downloaded tower-http v0.6.8 |
| 1261 | 2026-07-18T16:36:31.091Z | Downloaded regress v0.11.1 |
| 1262 | 2026-07-18T16:36:31.096Z | Downloaded regex-syntax v0.8.10 |
| 1263 | 2026-07-18T16:36:31.101Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-07-18T16:36:31.116Z | Downloaded serde_with v3.17.0 |
| 1265 | 2026-07-18T16:36:31.122Z | Downloaded petname v2.0.2 |
| 1266 | 2026-07-18T16:36:31.126Z | Downloaded diesel v2.3.7 |
| 1267 | 2026-07-18T16:36:31.137Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-07-18T16:36:31.148Z | Downloaded zerovec v0.11.5 |
| 1269 | 2026-07-18T16:36:31.151Z | Downloaded russh v0.61.2 |
| 1270 | 2026-07-18T16:36:31.155Z | Downloaded winnow v0.5.40 |
| 1271 | 2026-07-18T16:36:31.160Z | Downloaded nix v0.27.1 |
| 1272 | 2026-07-18T16:36:31.167Z | Downloaded salty v0.3.0 |
| 1273 | 2026-07-18T16:36:31.172Z | Downloaded sled v0.34.7 |
| 1274 | 2026-07-18T16:36:31.178Z | Downloaded object v0.37.3 |
| 1275 | 2026-07-18T16:36:31.185Z | Downloaded winnow v0.6.26 |
| 1276 | 2026-07-18T16:36:31.190Z | Downloaded radix_trie v0.2.1 |
| 1277 | 2026-07-18T16:36:31.193Z | Downloaded sha3 v0.11.0 |
| 1278 | 2026-07-18T16:36:31.197Z | Downloaded bstr v1.12.1 |
| 1279 | 2026-07-18T16:36:31.206Z | Downloaded regex-automata v0.4.14 |
| 1280 | 2026-07-18T16:36:31.214Z | Downloaded openssl v0.10.79 |
| 1281 | 2026-07-18T16:36:31.221Z | Downloaded nix v0.28.0 |
| 1282 | 2026-07-18T16:36:31.235Z | Downloaded winnow v1.0.3 |
| 1283 | 2026-07-18T16:36:31.242Z | Downloaded regex-syntax v0.6.29 |
| 1284 | 2026-07-18T16:36:31.256Z | Downloaded hickory-proto v0.24.4 |
| 1285 | 2026-07-18T16:36:31.265Z | Downloaded smoltcp v0.9.1 |
| 1286 | 2026-07-18T16:36:31.271Z | Downloaded csv v1.4.0 |
| 1287 | 2026-07-18T16:36:31.290Z | Downloaded sha3 v0.10.8 |
| 1288 | 2026-07-18T16:36:31.294Z | Downloaded zlib-rs v0.6.2 |
| 1289 | 2026-07-18T16:36:31.321Z | Downloaded zerocopy v0.8.40 |
| 1290 | 2026-07-18T16:36:31.326Z | Downloaded openapiv3 v2.2.0 |
| 1291 | 2026-07-18T16:36:31.337Z | Downloaded regress v0.10.5 |
| 1292 | 2026-07-18T16:36:31.349Z | Downloaded ring v0.17.14 |
| 1293 | 2026-07-18T16:36:31.374Z | Downloaded smoltcp v0.11.0 |
| 1294 | 2026-07-18T16:36:31.381Z | Downloaded rustls v0.23.41 |
| 1295 | 2026-07-18T16:36:31.396Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1296 | 2026-07-18T16:36:31.507Z | Downloaded sqlparser v0.61.0 |
| 1297 | 2026-07-18T16:36:31.515Z | Downloaded fiat-crypto v0.3.0 |
| 1298 | 2026-07-18T16:36:31.523Z | Downloaded typify-impl v0.6.2 |
| 1299 | 2026-07-18T16:36:31.536Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-07-18T16:36:31.548Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-07-18T16:36:31.560Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-07-18T16:36:31.595Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-07-18T16:36:31.636Z | Downloaded chrono-tz v0.10.4 |
| 1304 | 2026-07-18T16:36:31.647Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-07-18T16:36:31.662Z | Downloaded jiff v0.2.21 |
| 1306 | 2026-07-18T16:36:31.673Z | Downloaded petgraph v0.8.3 |
| 1307 | 2026-07-18T16:36:31.708Z | Downloaded libz-sys v1.1.24 |
| 1308 | 2026-07-18T16:36:31.719Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-07-18T16:36:31.729Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-07-18T16:36:31.790Z | Downloaded encoding_rs v0.8.35 |
| 1311 | 2026-07-18T16:36:32.349Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-07-18T16:36:32.599Z | Compiling libc v0.2.185 |
| 1313 | 2026-07-18T16:36:32.599Z | Compiling serde_core v1.0.228 |
| 1314 | 2026-07-18T16:36:32.599Z | Compiling serde v1.0.228 |
| 1315 | 2026-07-18T16:36:32.603Z | Compiling log v0.4.29 |
| 1316 | 2026-07-18T16:36:32.603Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-07-18T16:36:32.603Z | Compiling shlex v1.3.0 |
| 1318 | 2026-07-18T16:36:32.603Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-07-18T16:36:32.740Z | Compiling syn v2.0.117 |
| 1320 | 2026-07-18T16:36:32.971Z | Compiling subtle v2.6.1 |
| 1321 | 2026-07-18T16:36:32.984Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-07-18T16:36:32.987Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-07-18T16:36:33.010Z | Compiling typenum v1.20.1 |
| 1324 | 2026-07-18T16:36:33.057Z | Compiling serde_json v1.0.150 |
| 1325 | 2026-07-18T16:36:33.074Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-07-18T16:36:33.102Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-07-18T16:36:33.130Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-07-18T16:36:33.267Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-07-18T16:36:33.297Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-07-18T16:36:33.362Z | Compiling critical-section v1.2.0 |
| 1331 | 2026-07-18T16:36:33.468Z | Compiling getrandom v0.4.1 |
| 1332 | 2026-07-18T16:36:33.563Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-07-18T16:36:33.578Z | Compiling errno v0.3.14 |
| 1334 | 2026-07-18T16:36:33.622Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-07-18T16:36:33.724Z | Compiling libm v0.2.16 |
| 1336 | 2026-07-18T16:36:33.800Z | Compiling cc v1.2.56 |
| 1337 | 2026-07-18T16:36:33.817Z | Compiling pkg-config v0.3.32 |
| 1338 | 2026-07-18T16:36:33.870Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-07-18T16:36:33.925Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-07-18T16:36:34.079Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-07-18T16:36:34.159Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-07-18T16:36:34.230Z | Compiling rand_core v0.10.0 |
| 1343 | 2026-07-18T16:36:34.287Z | Compiling futures-core v0.3.32 |
| 1344 | 2026-07-18T16:36:34.395Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-07-18T16:36:34.435Z | Compiling mio v1.2.0 |
| 1346 | 2026-07-18T16:36:34.505Z | Compiling generic-array v0.14.7 |
| 1347 | 2026-07-18T16:36:34.590Z | Compiling percent-encoding v2.3.2 |
| 1348 | 2026-07-18T16:36:34.719Z | Compiling writeable v0.6.2 |
| 1349 | 2026-07-18T16:36:34.779Z | Compiling bitflags v2.11.0 |
| 1350 | 2026-07-18T16:36:34.888Z | Compiling litemap v0.8.1 |
| 1351 | 2026-07-18T16:36:34.904Z | Compiling const-oid v0.9.6 |
| 1352 | 2026-07-18T16:36:34.917Z | Compiling semver v1.0.28 |
| 1353 | 2026-07-18T16:36:35.053Z | Compiling icu_normalizer_data v2.1.1 |
| 1354 | 2026-07-18T16:36:35.073Z | Compiling icu_properties_data v2.1.2 |
| 1355 | 2026-07-18T16:36:35.386Z | Compiling socket2 v0.6.3 |
| 1356 | 2026-07-18T16:36:35.491Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-07-18T16:36:35.536Z | Compiling futures-io v0.3.32 |
| 1358 | 2026-07-18T16:36:35.552Z | Compiling synstructure v0.13.2 |
| 1359 | 2026-07-18T16:36:35.593Z | Compiling futures-channel v0.3.32 |
| 1360 | 2026-07-18T16:36:35.692Z | Compiling futures-task v0.3.32 |
| 1361 | 2026-07-18T16:36:35.757Z | Compiling slab v0.4.12 |
| 1362 | 2026-07-18T16:36:35.798Z | Compiling utf8_iter v1.0.4 |
| 1363 | 2026-07-18T16:36:35.823Z | Compiling indexmap v2.14.0 |
| 1364 | 2026-07-18T16:36:35.864Z | Compiling form_urlencoded v1.2.2 |
| 1365 | 2026-07-18T16:36:35.921Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-07-18T16:36:35.936Z | Compiling rustversion v1.0.22 |
| 1367 | 2026-07-18T16:36:35.949Z | Compiling cmake v0.1.57 |
| 1368 | 2026-07-18T16:36:35.966Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-07-18T16:36:36.041Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-07-18T16:36:36.162Z | Compiling dunce v1.0.5 |
| 1371 | 2026-07-18T16:36:36.176Z | Compiling fs_extra v1.3.0 |
| 1372 | 2026-07-18T16:36:36.176Z | Compiling rustix v1.1.3 |
| 1373 | 2026-07-18T16:36:36.259Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-07-18T16:36:36.358Z | Compiling uuid v1.23.4 |
| 1375 | 2026-07-18T16:36:36.455Z | Compiling aws-lc-sys v0.40.0 |
| 1376 | 2026-07-18T16:36:36.505Z | Compiling base64 v0.22.1 |
| 1377 | 2026-07-18T16:36:36.837Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-07-18T16:36:36.863Z | Compiling vcpkg v0.2.15 |
| 1379 | 2026-07-18T16:36:36.962Z | Compiling base64ct v1.8.3 |
| 1380 | 2026-07-18T16:36:37.124Z | Compiling rustc_version v0.4.1 |
| 1381 | 2026-07-18T16:36:37.139Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-07-18T16:36:37.283Z | Compiling pem-rfc7468 v0.7.0 |
| 1383 | 2026-07-18T16:36:37.303Z | Compiling serde_derive v1.0.228 |
| 1384 | 2026-07-18T16:36:37.461Z | Compiling zeroize_derive v1.4.3 |
| 1385 | 2026-07-18T16:36:37.589Z | Compiling zerofrom-derive v0.1.6 |
| 1386 | 2026-07-18T16:36:37.624Z | Compiling yoke-derive v0.8.1 |
| 1387 | 2026-07-18T16:36:37.702Z | Compiling zerovec-derive v0.11.2 |
| 1388 | 2026-07-18T16:36:37.951Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-07-18T16:36:38.132Z | Compiling zeroize v1.8.2 |
| 1390 | 2026-07-18T16:36:38.345Z | Compiling zerocopy-derive v0.8.40 |
| 1391 | 2026-07-18T16:36:38.740Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-07-18T16:36:38.828Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-07-18T16:36:38.853Z | Compiling openssl-sys v0.9.115 |
| 1394 | 2026-07-18T16:36:39.031Z | Compiling zerofrom v0.1.6 |
| 1395 | 2026-07-18T16:36:39.160Z | Compiling yoke v0.8.1 |
| 1396 | 2026-07-18T16:36:39.263Z | Compiling crypto-common v0.1.7 |
| 1397 | 2026-07-18T16:36:39.348Z | Compiling zerovec v0.11.5 |
| 1398 | 2026-07-18T16:36:39.405Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-07-18T16:36:39.420Z | Compiling block-buffer v0.10.4 |
| 1400 | 2026-07-18T16:36:39.480Z | Compiling tracing-attributes v0.1.31 |
| 1401 | 2026-07-18T16:36:39.583Z | Compiling digest v0.10.7 |
| 1402 | 2026-07-18T16:36:39.657Z | Compiling futures-util v0.3.32 |
| 1403 | 2026-07-18T16:36:39.699Z | Compiling der_derive v0.7.3 |
| 1404 | 2026-07-18T16:36:39.828Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-07-18T16:36:39.847Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-07-18T16:36:40.004Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-07-18T16:36:40.027Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-07-18T16:36:40.530Z | Compiling thiserror-impl v2.0.18 |
| 1409 | 2026-07-18T16:36:40.694Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-07-18T16:36:40.807Z | Compiling flagset v0.4.7 |
| 1411 | 2026-07-18T16:36:40.908Z | Compiling bytes v1.11.1 |
| 1412 | 2026-07-18T16:36:40.937Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-07-18T16:36:40.956Z | Compiling icu_properties v2.1.2 |
| 1414 | 2026-07-18T16:36:40.987Z | Compiling chrono v0.4.45 |
| 1415 | 2026-07-18T16:36:41.482Z | Compiling tokio v1.52.1 |
| 1416 | 2026-07-18T16:36:41.526Z | Compiling http v1.4.2 |
| 1417 | 2026-07-18T16:36:41.877Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-07-18T16:36:42.020Z | Compiling idna v1.1.0 |
| 1419 | 2026-07-18T16:36:42.036Z | Compiling aws-lc-rs v1.16.3 |
| 1420 | 2026-07-18T16:36:42.050Z | Compiling thiserror v2.0.18 |
| 1421 | 2026-07-18T16:36:42.156Z | Compiling der v0.7.10 |
| 1422 | 2026-07-18T16:36:42.328Z | Compiling url v2.5.8 |
| 1423 | 2026-07-18T16:36:42.380Z | Compiling http-body v1.0.1 |
| 1424 | 2026-07-18T16:36:42.460Z | Compiling tracing v0.1.44 |
| 1425 | 2026-07-18T16:36:42.654Z | Compiling rustls-pki-types v1.14.0 |
| 1426 | 2026-07-18T16:36:42.672Z | Compiling serde_derive_internals v0.29.1 |
| 1427 | 2026-07-18T16:36:42.718Z | Compiling dyn-clone v1.0.20 |
| 1428 | 2026-07-18T16:36:42.857Z | Compiling ppv-lite86 v0.2.21 |
| 1429 | 2026-07-18T16:36:42.934Z | Compiling schemars v0.8.22 |
| 1430 | 2026-07-18T16:36:43.090Z | Compiling cmov v0.5.4 |
| 1431 | 2026-07-18T16:36:43.128Z | Compiling rand_chacha v0.9.0 |
| 1432 | 2026-07-18T16:36:43.144Z | Compiling httparse v1.10.1 |
| 1433 | 2026-07-18T16:36:43.170Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-07-18T16:36:43.291Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-07-18T16:36:43.339Z | Compiling rand v0.9.2 |
| 1436 | 2026-07-18T16:36:43.353Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-07-18T16:36:43.376Z | Compiling ctutils v0.4.2 |
| 1438 | 2026-07-18T16:36:43.544Z | Compiling schemars_derive v0.8.22 |
| 1439 | 2026-07-18T16:36:43.559Z | Compiling spki v0.7.3 |
| 1440 | 2026-07-18T16:36:43.588Z | Compiling pest_generator v2.8.6 |
| 1441 | 2026-07-18T16:36:43.690Z | Compiling aho-corasick v1.1.4 |
| 1442 | 2026-07-18T16:36:43.753Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-07-18T16:36:43.799Z | Compiling tower-service v0.3.3 |
| 1444 | 2026-07-18T16:36:43.893Z | Compiling atomic-waker v1.1.2 |
| 1445 | 2026-07-18T16:36:43.911Z | Compiling untrusted v0.7.1 |
| 1446 | 2026-07-18T16:36:44.014Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-07-18T16:36:44.030Z | Compiling tempfile v3.25.0 |
| 1448 | 2026-07-18T16:36:44.120Z | Compiling want v0.3.1 |
| 1449 | 2026-07-18T16:36:44.124Z | Compiling hybrid-array v0.4.13 |
| 1450 | 2026-07-18T16:36:44.261Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-07-18T16:36:44.388Z | Compiling ipnet v2.11.0 |
| 1452 | 2026-07-18T16:36:44.565Z | Compiling regex-automata v0.4.14 |
| 1453 | 2026-07-18T16:36:44.704Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-07-18T16:36:44.880Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-07-18T16:36:44.900Z | Compiling cpufeatures v0.2.17 |
| 1456 | 2026-07-18T16:36:44.976Z | Compiling untrusted v0.9.0 |
| 1457 | 2026-07-18T16:36:45.097Z | Compiling rustls v0.23.41 |
| 1458 | 2026-07-18T16:36:45.320Z | Compiling tokio-util v0.7.18 |
| 1459 | 2026-07-18T16:36:45.353Z | Compiling openssl v0.10.79 |
| 1460 | 2026-07-18T16:36:45.524Z | Compiling foreign-types-shared v0.1.1 |
| 1461 | 2026-07-18T16:36:45.596Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-07-18T16:36:45.611Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-07-18T16:36:45.701Z | Compiling scroll v0.13.0 |
| 1464 | 2026-07-18T16:36:45.826Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-07-18T16:36:45.978Z | Compiling unicode-normalization v0.1.25 |
| 1466 | 2026-07-18T16:36:46.081Z | Compiling h2 v0.4.15 |
| 1467 | 2026-07-18T16:36:46.361Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-07-18T16:36:46.431Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-07-18T16:36:46.510Z | Compiling spin v0.9.8 |
| 1470 | 2026-07-18T16:36:46.716Z | Compiling powerfmt v0.2.0 |
| 1471 | 2026-07-18T16:36:46.761Z | Compiling num-conv v0.2.0 |
| 1472 | 2026-07-18T16:36:46.827Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-07-18T16:36:46.888Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-07-18T16:36:46.914Z | Compiling time-core v0.1.8 |
| 1475 | 2026-07-18T16:36:47.056Z | Compiling time-macros v0.2.27 |
| 1476 | 2026-07-18T16:36:47.133Z | Compiling deranged v0.5.8 |
| 1477 | 2026-07-18T16:36:47.162Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-07-18T16:36:47.636Z | Compiling darling v0.20.11 |
| 1479 | 2026-07-18T16:36:47.716Z | Compiling goblin v0.10.5 |
| 1480 | 2026-07-18T16:36:48.085Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-07-18T16:36:48.114Z | Compiling hmac v0.12.1 |
| 1482 | 2026-07-18T16:36:48.267Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-07-18T16:36:48.375Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-07-18T16:36:48.629Z | Compiling syn v1.0.109 |
| 1485 | 2026-07-18T16:36:48.644Z | Compiling quick-error v1.2.3 |
| 1486 | 2026-07-18T16:36:48.746Z | Compiling siphasher v1.0.2 |
| 1487 | 2026-07-18T16:36:48.926Z | Compiling usdt-impl v0.6.0 |
| 1488 | 2026-07-18T16:36:48.940Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-07-18T16:36:49.140Z | Compiling hyper v1.10.1 |
| 1490 | 2026-07-18T16:36:49.164Z | Compiling num_threads v0.1.7 |
| 1491 | 2026-07-18T16:36:49.266Z | Compiling crossbeam-utils v0.8.21 |
| 1492 | 2026-07-18T16:36:49.438Z | Compiling simd-adler32 v0.3.8 |
| 1493 | 2026-07-18T16:36:49.680Z | Compiling time v0.3.47 |
| 1494 | 2026-07-18T16:36:49.907Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-07-18T16:36:50.108Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-07-18T16:36:50.112Z | Compiling tower v0.5.3 |
| 1497 | 2026-07-18T16:36:50.135Z | Compiling derive_builder_core v0.20.2 |
| 1498 | 2026-07-18T16:36:50.471Z | Compiling hyper-util v0.1.20 |
| 1499 | 2026-07-18T16:36:50.671Z | Compiling dof v0.4.0 |
| 1500 | 2026-07-18T16:36:50.952Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-07-18T16:36:51.021Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-07-18T16:36:51.271Z | Compiling heapless v0.7.17 |
| 1503 | 2026-07-18T16:36:51.313Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-07-18T16:36:51.521Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-07-18T16:36:51.698Z | Compiling rand_xorshift v0.4.0 |
| 1506 | 2026-07-18T16:36:51.838Z | Compiling slog v2.8.2 |
| 1507 | 2026-07-18T16:36:51.854Z | Compiling darling_core v0.21.3 |
| 1508 | 2026-07-18T16:36:51.890Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1509 | 2026-07-18T16:36:52.033Z | Compiling thread-id v5.1.0 |
| 1510 | 2026-07-18T16:36:52.118Z | Compiling cookie v0.18.1 |
| 1511 | 2026-07-18T16:36:52.179Z | Compiling zstd-safe v7.2.4 |
| 1512 | 2026-07-18T16:36:52.193Z | Compiling unarray v0.1.4 |
| 1513 | 2026-07-18T16:36:52.238Z | Compiling paste v1.0.15 |
| 1514 | 2026-07-18T16:36:52.296Z | Compiling allocator-api2 v0.2.21 |
| 1515 | 2026-07-18T16:36:52.312Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-07-18T16:36:52.388Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-07-18T16:36:52.512Z | Compiling unicode-bidi v0.3.18 |
| 1518 | 2026-07-18T16:36:52.515Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-07-18T16:36:52.571Z | Compiling ryu v1.0.23 |
| 1520 | 2026-07-18T16:36:52.613Z | Compiling adler2 v2.0.1 |
| 1521 | 2026-07-18T16:36:52.703Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-07-18T16:36:52.748Z | Compiling miniz_oxide v0.8.9 |
| 1523 | 2026-07-18T16:36:52.751Z | Compiling serde_urlencoded v0.7.1 |
| 1524 | 2026-07-18T16:36:52.932Z | Compiling stringprep v0.1.5 |
| 1525 | 2026-07-18T16:36:52.989Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-07-18T16:36:53.094Z | Compiling proptest v1.10.0 |
| 1527 | 2026-07-18T16:36:53.127Z | Compiling scroll v0.12.0 |
| 1528 | 2026-07-18T16:36:53.456Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-07-18T16:36:53.911Z | Compiling tower-http v0.6.8 |
| 1530 | 2026-07-18T16:36:53.938Z | Compiling camino v1.2.2 |
| 1531 | 2026-07-18T16:36:54.110Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2026-07-18T16:36:54.281Z | Compiling bstr v1.12.1 |
| 1533 | 2026-07-18T16:36:54.305Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2026-07-18T16:36:54.308Z | Compiling block-padding v0.4.2 |
| 1535 | 2026-07-18T16:36:54.333Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-07-18T16:36:54.477Z | Compiling block-buffer v0.12.1 |
| 1537 | 2026-07-18T16:36:54.668Z | Compiling crypto-common v0.2.2 |
| 1538 | 2026-07-18T16:36:54.683Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-07-18T16:36:54.686Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-07-18T16:36:54.815Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-07-18T16:36:54.907Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-07-18T16:36:54.976Z | Compiling hex v0.4.3 |
| 1543 | 2026-07-18T16:36:55.165Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-07-18T16:36:55.238Z | Compiling serde_spanned v0.6.9 |
| 1545 | 2026-07-18T16:36:55.352Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-07-18T16:36:55.416Z | Compiling signature v2.2.0 |
| 1547 | 2026-07-18T16:36:55.501Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-07-18T16:36:55.505Z | Compiling async-trait v0.1.89 |
| 1549 | 2026-07-18T16:36:55.528Z | Compiling zerocopy-derive v0.7.35 |
| 1550 | 2026-07-18T16:36:55.593Z | Compiling pin-project-internal v1.1.11 |
| 1551 | 2026-07-18T16:36:55.848Z | Compiling vergen-lib v9.1.0 |
| 1552 | 2026-07-18T16:36:56.045Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-07-18T16:36:56.240Z | Compiling num-integer v0.1.46 |
| 1554 | 2026-07-18T16:36:56.406Z | Compiling memoffset v0.9.1 |
| 1555 | 2026-07-18T16:36:56.406Z | Compiling encoding_rs v0.8.35 |
| 1556 | 2026-07-18T16:36:56.543Z | Compiling litrs v1.0.0 |
| 1557 | 2026-07-18T16:36:56.576Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-07-18T16:36:56.623Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-07-18T16:36:56.721Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-07-18T16:36:56.773Z | Compiling rustix v0.38.44 |
| 1561 | 2026-07-18T16:36:56.795Z | Compiling psl-types v2.0.11 |
| 1562 | 2026-07-18T16:36:56.923Z | Compiling zlib-rs v0.6.2 |
| 1563 | 2026-07-18T16:36:56.934Z | Compiling fallible-iterator v0.2.0 |
| 1564 | 2026-07-18T16:36:57.046Z | Compiling smoltcp v0.9.1 |
| 1565 | 2026-07-18T16:36:57.129Z | Compiling mime v0.3.17 |
| 1566 | 2026-07-18T16:36:57.243Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-07-18T16:36:57.420Z | Compiling document-features v0.2.12 |
| 1568 | 2026-07-18T16:36:57.518Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-07-18T16:36:57.608Z | Compiling hubpack_derive v0.1.1 |
| 1570 | 2026-07-18T16:36:57.690Z | Compiling nix v0.31.2 |
| 1571 | 2026-07-18T16:36:57.805Z | Compiling pin-project v1.1.11 |
| 1572 | 2026-07-18T16:36:57.917Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-07-18T16:36:57.999Z | Compiling zerocopy v0.7.35 |
| 1574 | 2026-07-18T16:36:58.060Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-07-18T16:36:58.129Z | Compiling rand v0.8.6 |
| 1576 | 2026-07-18T16:36:58.392Z | Compiling darling v0.21.3 |
| 1577 | 2026-07-18T16:36:58.459Z | Compiling oxnet v0.1.6 |
| 1578 | 2026-07-18T16:36:58.475Z | Compiling inout v0.2.2 |
| 1579 | 2026-07-18T16:36:58.490Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-07-18T16:36:58.608Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-07-18T16:36:58.701Z | Compiling goblin v0.8.2 |
| 1582 | 2026-07-18T16:36:59.210Z | Compiling phf_shared v0.13.1 |
| 1583 | 2026-07-18T16:36:59.243Z | Compiling regex v1.12.3 |
| 1584 | 2026-07-18T16:36:59.258Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-07-18T16:36:59.351Z | Compiling anstyle-parse v0.2.7 |
| 1586 | 2026-07-18T16:36:59.365Z | Compiling futures-executor v0.3.32 |
| 1587 | 2026-07-18T16:36:59.446Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-07-18T16:36:59.529Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-07-18T16:36:59.584Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-07-18T16:36:59.607Z | Compiling daft-derive v0.1.7 |
| 1591 | 2026-07-18T16:36:59.659Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-07-18T16:37:00.133Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-07-18T16:37:00.168Z | Compiling snafu-derive v0.8.9 |
| 1594 | 2026-07-18T16:37:00.182Z | Compiling vergen v9.1.0 |
| 1595 | 2026-07-18T16:37:00.385Z | Compiling cargo-platform v0.3.2 |
| 1596 | 2026-07-18T16:37:00.420Z | Compiling ff v0.13.1 |
| 1597 | 2026-07-18T16:37:00.559Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-07-18T16:37:00.587Z | Compiling ahash v0.8.12 |
| 1599 | 2026-07-18T16:37:00.663Z | Compiling foldhash v0.1.5 |
| 1600 | 2026-07-18T16:37:00.765Z | Compiling bitflags v1.3.2 |
| 1601 | 2026-07-18T16:37:00.811Z | Compiling winnow v0.5.40 |
| 1602 | 2026-07-18T16:37:00.835Z | Compiling same-file v1.0.6 |
| 1603 | 2026-07-18T16:37:00.849Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-07-18T16:37:01.000Z | Compiling object v0.37.3 |
| 1605 | 2026-07-18T16:37:01.286Z | Compiling managed v0.8.0 |
| 1606 | 2026-07-18T16:37:01.507Z | Compiling unicode-segmentation v1.12.0 |
| 1607 | 2026-07-18T16:37:01.527Z | Compiling base16ct v0.2.0 |
| 1608 | 2026-07-18T16:37:01.690Z | Compiling foldhash v0.2.0 |
| 1609 | 2026-07-18T16:37:01.704Z | Compiling bumpalo v3.20.2 |
| 1610 | 2026-07-18T16:37:01.890Z | Compiling hashbrown v0.16.1 |
| 1611 | 2026-07-18T16:37:01.909Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-07-18T16:37:01.955Z | Compiling strum v0.27.2 |
| 1613 | 2026-07-18T16:37:02.085Z | Compiling toml_edit v0.19.15 |
| 1614 | 2026-07-18T16:37:02.100Z | Compiling snafu v0.8.9 |
| 1615 | 2026-07-18T16:37:02.152Z | Compiling sec1 v0.7.3 |
| 1616 | 2026-07-18T16:37:02.444Z | Compiling bzip2 v0.6.1 |
| 1617 | 2026-07-18T16:37:02.470Z | Compiling walkdir v2.5.0 |
| 1618 | 2026-07-18T16:37:02.484Z | Compiling dof v0.3.0 |
| 1619 | 2026-07-18T16:37:02.604Z | Compiling hashbrown v0.15.5 |
| 1620 | 2026-07-18T16:37:02.742Z | Compiling clap_builder v4.6.0 |
| 1621 | 2026-07-18T16:37:02.770Z | Compiling cargo_metadata v0.23.1 |
| 1622 | 2026-07-18T16:37:03.019Z | Compiling group v0.13.0 |
| 1623 | 2026-07-18T16:37:03.168Z | Compiling daft v0.1.7 |
| 1624 | 2026-07-18T16:37:03.299Z | Compiling futures v0.3.32 |
| 1625 | 2026-07-18T16:37:03.382Z | Compiling anstream v0.6.21 |
| 1626 | 2026-07-18T16:37:03.444Z | Compiling phf v0.13.1 |
| 1627 | 2026-07-18T16:37:03.679Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-07-18T16:37:03.996Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-07-18T16:37:04.146Z | Compiling zstd v0.13.3 |
| 1630 | 2026-07-18T16:37:04.159Z | Compiling reqwest v0.12.28 |
| 1631 | 2026-07-18T16:37:04.401Z | Compiling cipher v0.5.2 |
| 1632 | 2026-07-18T16:37:04.643Z | Compiling bzip2 v0.4.4 |
| 1633 | 2026-07-18T16:37:04.707Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-07-18T16:37:04.733Z | Compiling hubpack v0.1.2 |
| 1635 | 2026-07-18T16:37:04.930Z | Compiling postgres-types v0.2.12 |
| 1636 | 2026-07-18T16:37:05.527Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-07-18T16:37:05.763Z | Compiling usdt-macro v0.6.0 |
| 1638 | 2026-07-18T16:37:05.845Z | Compiling usdt-attr-macro v0.6.0 |
| 1639 | 2026-07-18T16:37:06.110Z | Compiling globset v0.4.18 |
| 1640 | 2026-07-18T16:37:06.185Z | Compiling dtrace-parser v0.2.0 |
| 1641 | 2026-07-18T16:37:06.455Z | Compiling phf_shared v0.11.3 |
| 1642 | 2026-07-18T16:37:06.535Z | Compiling hkdf v0.12.4 |
| 1643 | 2026-07-18T16:37:06.642Z | Compiling olpc-cjson v0.1.4 |
| 1644 | 2026-07-18T16:37:06.674Z | Compiling pkcs1 v0.7.5 |
| 1645 | 2026-07-18T16:37:06.698Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-07-18T16:37:06.784Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-07-18T16:37:06.800Z | Compiling crypto-bigint v0.5.5 |
| 1648 | 2026-07-18T16:37:06.840Z | Compiling clap_derive v4.6.1 |
| 1649 | 2026-07-18T16:37:06.932Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-07-18T16:37:06.975Z | Compiling serde_repr v0.1.20 |
| 1651 | 2026-07-18T16:37:07.064Z | Compiling async-recursion v1.1.1 |
| 1652 | 2026-07-18T16:37:07.518Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-07-18T16:37:07.712Z | Compiling pem v3.0.6 |
| 1654 | 2026-07-18T16:37:07.870Z | Compiling float-cmp v0.10.0 |
| 1655 | 2026-07-18T16:37:08.021Z | Compiling memmap2 v0.9.10 |
| 1656 | 2026-07-18T16:37:08.038Z | Compiling thread-id v4.2.2 |
| 1657 | 2026-07-18T16:37:08.048Z | Compiling env_filter v1.0.0 |
| 1658 | 2026-07-18T16:37:08.117Z | Compiling cpufeatures v0.3.0 |
| 1659 | 2026-07-18T16:37:08.200Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-07-18T16:37:08.253Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-07-18T16:37:08.342Z | Compiling whoami v2.1.0 |
| 1662 | 2026-07-18T16:37:08.357Z | Compiling winnow v1.0.3 |
| 1663 | 2026-07-18T16:37:08.504Z | Compiling keccak v0.1.6 |
| 1664 | 2026-07-18T16:37:08.614Z | Compiling typed-path v0.9.3 |
| 1665 | 2026-07-18T16:37:08.648Z | Compiling static_assertions v1.1.0 |
| 1666 | 2026-07-18T16:37:08.710Z | Compiling either v1.15.0 |
| 1667 | 2026-07-18T16:37:08.724Z | Compiling precomputed-hash v0.1.1 |
| 1668 | 2026-07-18T16:37:08.729Z | Compiling fixedbitset v0.4.2 |
| 1669 | 2026-07-18T16:37:08.803Z | Compiling jiff v0.2.21 |
| 1670 | 2026-07-18T16:37:08.874Z | Compiling const-oid v0.10.2 |
| 1671 | 2026-07-18T16:37:08.895Z | Compiling difflib v0.4.0 |
| 1672 | 2026-07-18T16:37:08.932Z | Compiling new_debug_unreachable v1.0.6 |
| 1673 | 2026-07-18T16:37:09.018Z | Compiling data-encoding v2.10.0 |
| 1674 | 2026-07-18T16:37:09.074Z | Compiling predicates-core v1.0.10 |
| 1675 | 2026-07-18T16:37:09.252Z | Compiling predicates v3.1.4 |
| 1676 | 2026-07-18T16:37:09.302Z | Compiling digest v0.11.3 |
| 1677 | 2026-07-18T16:37:09.302Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-07-18T16:37:09.442Z | Compiling hickory-proto v0.25.2 |
| 1679 | 2026-07-18T16:37:09.461Z | Compiling string_cache v0.8.9 |
| 1680 | 2026-07-18T16:37:09.689Z | Compiling itertools v0.13.0 |
| 1681 | 2026-07-18T16:37:09.699Z | Compiling petgraph v0.6.5 |
| 1682 | 2026-07-18T16:37:09.815Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1683 | 2026-07-18T16:37:09.887Z | Compiling strum v0.26.3 |
| 1684 | 2026-07-18T16:37:09.983Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1685 | 2026-07-18T16:37:10.651Z | Compiling sha3 v0.10.8 |
| 1686 | 2026-07-18T16:37:10.964Z | Compiling clap v4.6.1 |
| 1687 | 2026-07-18T16:37:11.050Z | Compiling tokio-postgres v0.7.16 |
| 1688 | 2026-07-18T16:37:11.113Z | Compiling petgraph v0.8.3 |
| 1689 | 2026-07-18T16:37:11.204Z | Compiling env_logger v0.11.9 |
| 1690 | 2026-07-18T16:37:11.561Z | Compiling zip v4.6.1 |
| 1691 | 2026-07-18T16:37:12.013Z | Compiling chacha20 v0.10.0 |
| 1692 | 2026-07-18T16:37:12.374Z | Compiling usdt v0.6.0 |
| 1693 | 2026-07-18T16:37:12.528Z | Compiling usdt-impl v0.5.0 |
| 1694 | 2026-07-18T16:37:12.631Z | Compiling elliptic-curve v0.13.8 |
| 1695 | 2026-07-18T16:37:12.657Z | Compiling rsa v0.9.10 |
| 1696 | 2026-07-18T16:37:13.006Z | Compiling crossterm v0.28.1 |
| 1697 | 2026-07-18T16:37:13.030Z | Compiling serde_with v3.17.0 |
| 1698 | 2026-07-18T16:37:13.068Z | Compiling ed25519-dalek v2.2.0 |
| 1699 | 2026-07-18T16:37:13.302Z | Compiling zip v0.6.6 |
| 1700 | 2026-07-18T16:37:13.863Z | Compiling toml v0.7.8 |
| 1701 | 2026-07-18T16:37:14.077Z | Compiling iddqd v0.4.2 |
| 1702 | 2026-07-18T16:37:14.517Z | Compiling similar v2.7.0 |
| 1703 | 2026-07-18T16:37:14.530Z | Compiling heck v0.4.1 |
| 1704 | 2026-07-18T16:37:14.739Z | Compiling byte-wrapper v0.1.0 |
| 1705 | 2026-07-18T16:37:14.752Z | Compiling crossbeam-epoch v0.9.18 |
| 1706 | 2026-07-18T16:37:14.783Z | Compiling tokio-stream v0.1.18 |
| 1707 | 2026-07-18T16:37:15.058Z | Compiling buf-list v1.1.2 |
| 1708 | 2026-07-18T16:37:15.074Z | Compiling x509-cert v0.2.5 |
| 1709 | 2026-07-18T16:37:15.241Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1710 | 2026-07-18T16:37:15.346Z | Compiling openapiv3 v2.2.0 |
| 1711 | 2026-07-18T16:37:15.364Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-07-18T16:37:15.403Z | Compiling lalrpop-util v0.19.12 |
| 1713 | 2026-07-18T16:37:15.541Z | Compiling thread_local v1.1.9 |
| 1714 | 2026-07-18T16:37:15.597Z | Compiling slog-async v2.8.0 |
| 1715 | 2026-07-18T16:37:15.647Z | Compiling crossbeam-channel v0.5.15 |
| 1716 | 2026-07-18T16:37:15.801Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-07-18T16:37:15.903Z | Compiling filetime v0.2.27 |
| 1718 | 2026-07-18T16:37:15.928Z | Compiling take_mut v0.2.2 |
| 1719 | 2026-07-18T16:37:15.973Z | Compiling xattr v1.6.1 |
| 1720 | 2026-07-18T16:37:16.039Z | Compiling term v1.2.1 |
| 1721 | 2026-07-18T16:37:16.116Z | Compiling tar v0.4.46 |
| 1722 | 2026-07-18T16:37:16.141Z | Compiling camino-tempfile v1.4.1 |
| 1723 | 2026-07-18T16:37:16.367Z | Compiling slog-term v2.9.2 |
| 1724 | 2026-07-18T16:37:26.277Z | Compiling rustls-webpki v0.103.13 |
| 1725 | 2026-07-18T16:37:28.955Z | Compiling tokio-rustls v0.26.4 |
| 1726 | 2026-07-18T16:37:28.955Z | Compiling rustls-platform-verifier v0.6.2 |
| 1727 | 2026-07-18T16:37:28.955Z | Compiling tough v0.22.0 |
| 1728 | 2026-07-18T16:37:29.185Z | Compiling hyper-rustls v0.27.7 |
| 1729 | 2026-07-18T16:37:29.378Z | Compiling reqwest v0.13.2 |
| 1730 | 2026-07-18T16:37:31.596Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1731 | 2026-07-18T16:37:31.821Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1732 | 2026-07-18T16:37:34.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1733 | 2026-07-18T16:37:34.918Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1734 | 2026-07-18T16:37:34.976Z | Jul 18 16:37:33.709 INFO Starting download, target: Cockroach |
| 1735 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Starting download, target: Console |
| 1736 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Starting download, target: Clickhouse |
| 1737 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Starting download, target: DendriteStub |
| 1738 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Starting download, target: MaghemiteMgd |
| 1739 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Starting download, target: MaghemiteDdmd |
| 1740 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Starting download, target: TransceiverControl |
| 1741 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1742 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1744 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1745 | 2026-07-18T16:37:34.979Z | Jul 18 16:37:33.710 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1746 | 2026-07-18T16:37:34.980Z | Jul 18 16:37:33.710 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1747 | 2026-07-18T16:37:34.980Z | Jul 18 16:37:33.710 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1748 | 2026-07-18T16:37:35.307Z | Jul 18 16:37:34.041 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1749 | 2026-07-18T16:37:35.531Z | Jul 18 16:37:34.259 INFO Download complete, target: TransceiverControl |
| 1750 | 2026-07-18T16:37:36.861Z | Jul 18 16:37:35.589 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1751 | 2026-07-18T16:37:36.920Z | Jul 18 16:37:35.648 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1752 | 2026-07-18T16:37:36.998Z | Jul 18 16:37:35.729 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1753 | 2026-07-18T16:37:37.105Z | Jul 18 16:37:35.840 INFO Download complete, target: Console |
| 1754 | 2026-07-18T16:37:37.224Z | Jul 18 16:37:35.957 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1755 | 2026-07-18T16:37:37.402Z | Jul 18 16:37:36.135 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1756 | 2026-07-18T16:37:37.597Z | Jul 18 16:37:36.335 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1757 | 2026-07-18T16:37:37.597Z | Jul 18 16:37:36.335 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1758 | 2026-07-18T16:37:38.913Z | Jul 18 16:37:37.650 INFO Download complete, target: MaghemiteDdmd |
| 1759 | 2026-07-18T16:37:39.801Z | Jul 18 16:37:38.539 INFO Download complete, target: DendriteStub |
| 1760 | 2026-07-18T16:37:39.980Z | Jul 18 16:37:38.718 INFO Download complete, target: MaghemiteMgd |
| 1761 | 2026-07-18T16:37:42.267Z | Jul 18 16:37:41.004 INFO Checking that binary works, target: Cockroach |
| 1762 | 2026-07-18T16:37:42.376Z | Jul 18 16:37:41.114 INFO Download complete, target: Cockroach |
| 1763 | 2026-07-18T16:37:43.839Z | Jul 18 16:37:42.577 INFO Checking that binary works, target: Clickhouse |
| 1764 | 2026-07-18T16:37:43.944Z | Jul 18 16:37:42.681 INFO Download complete, target: Clickhouse |
| 1765 | 2026-07-18T16:37:43.959Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1766 | 2026-07-18T16:37:43.963Z | |
| 1767 | 2026-07-18T16:37:43.963Z | real 2:01.140659767 |
| 1768 | 2026-07-18T16:37:43.963Z | user 6:37.808141579 |
| 1769 | 2026-07-18T16:37:43.963Z | sys 1:21.058055133 |
| 1770 | 2026-07-18T16:37:43.963Z | trap 0.224606782 |
| 1771 | 2026-07-18T16:37:43.963Z | tflt 0.521055936 |
| 1772 | 2026-07-18T16:37:43.963Z | dflt 0.912156418 |
| 1773 | 2026-07-18T16:37:43.963Z | kflt 0.023050494 |
| 1774 | 2026-07-18T16:37:43.963Z | lock 22:10.377368602 |
| 1775 | 2026-07-18T16:37:43.963Z | slp 20:09.592965705 |
| 1776 | 2026-07-18T16:37:43.963Z | lat 42.049045021 |
| 1777 | 2026-07-18T16:37:43.963Z | stop 1:56.626377079 |
| 1778 | 2026-07-18T16:37:43.963Z | + banner hack-check |
| 1779 | 2026-07-18T16:37:43.963Z | |
| 1780 | 2026-07-18T16:37:43.963Z | # # ## #### # # #### # # ###### #### # # |
| 1781 | 2026-07-18T16:37:43.963Z | # # # # # # # # # # # # # # # # # |
| 1782 | 2026-07-18T16:37:43.964Z | ###### # # # #### ##### # ###### ##### # #### |
| 1783 | 2026-07-18T16:37:43.964Z | # # ###### # # # # # # # # # # |
| 1784 | 2026-07-18T16:37:43.964Z | # # # # # # # # # # # # # # # # # |
| 1785 | 2026-07-18T16:37:43.964Z | # # # # #### # # #### # # ###### #### # # |
| 1786 | 2026-07-18T16:37:43.964Z | |
| 1787 | 2026-07-18T16:37:43.964Z | + export CARGO_INCREMENTAL=0 |
| 1788 | 2026-07-18T16:37:43.964Z | + CARGO_INCREMENTAL=0 |
| 1789 | 2026-07-18T16:37:43.964Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1790 | 2026-07-18T16:37:44.433Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1791 | 2026-07-18T16:37:44.715Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1792 | 2026-07-18T16:37:46.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 1793 | 2026-07-18T16:37:46.547Z | Running `target/debug/xtask check-features --ci` |
| 1794 | 2026-07-18T16:37:46.573Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1795 | 2026-07-18T16:37:46.577Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1796 | 2026-07-18T16:37:46.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1797 | 2026-07-18T16:37:47.008Z | Running `target/debug/xtask download cargo-hack` |
| 1798 | 2026-07-18T16:37:47.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1799 | 2026-07-18T16:37:48.070Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1800 | 2026-07-18T16:37:50.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 1801 | 2026-07-18T16:37:50.708Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1802 | 2026-07-18T16:37:50.748Z | Jul 18 16:37:49.485 INFO Starting download, target: CargoHack |
| 1803 | 2026-07-18T16:37:50.751Z | Jul 18 16:37:49.486 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1804 | 2026-07-18T16:37:51.176Z | Jul 18 16:37:49.914 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1805 | 2026-07-18T16:37:51.226Z | Jul 18 16:37:49.964 INFO Download complete, target: CargoHack |
| 1806 | 2026-07-18T16:37:51.229Z | 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" |
| 1807 | 2026-07-18T16:37:51.242Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1808 | 2026-07-18T16:37:51.398Z | info: running `cargo check --bins` on api_identity (1/301) |
| 1809 | 2026-07-18T16:37:51.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-07-18T16:37:51.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-07-18T16:37:51.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-07-18T16:37:51.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1813 | 2026-07-18T16:37:51.909Z | |
| 1814 | 2026-07-18T16:37:51.909Z | info: running `cargo check --bins` on bootstore (2/301) |
| 1815 | 2026-07-18T16:37:52.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-07-18T16:37:52.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-07-18T16:37:52.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-07-18T16:37:52.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1819 | 2026-07-18T16:37:52.428Z | |
| 1820 | 2026-07-18T16:37:52.428Z | info: running `cargo check --bins` on omicron-ledger (3/301) |
| 1821 | 2026-07-18T16:37:52.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-07-18T16:37:52.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-07-18T16:37:52.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-07-18T16:37:52.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1825 | 2026-07-18T16:37:52.940Z | |
| 1826 | 2026-07-18T16:37:52.940Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301) |
| 1827 | 2026-07-18T16:37:53.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-07-18T16:37:53.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-07-18T16:37:53.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-07-18T16:37:53.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1831 | 2026-07-18T16:37:53.460Z | |
| 1832 | 2026-07-18T16:37:53.460Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301) |
| 1833 | 2026-07-18T16:37:53.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-07-18T16:37:53.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-07-18T16:37:53.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-07-18T16:37:53.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1837 | 2026-07-18T16:37:53.974Z | |
| 1838 | 2026-07-18T16:37:53.975Z | info: running `cargo check --bins` on omicron-certificates (6/301) |
| 1839 | 2026-07-18T16:37:54.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-07-18T16:37:54.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-07-18T16:37:54.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-07-18T16:37:54.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1843 | 2026-07-18T16:37:54.521Z | |
| 1844 | 2026-07-18T16:37:54.521Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/301) |
| 1845 | 2026-07-18T16:37:54.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-07-18T16:37:54.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-07-18T16:37:54.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-07-18T16:37:54.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1849 | 2026-07-18T16:37:55.043Z | |
| 1850 | 2026-07-18T16:37:55.043Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301) |
| 1851 | 2026-07-18T16:37:55.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-07-18T16:37:55.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-07-18T16:37:55.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-07-18T16:37:55.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1855 | 2026-07-18T16:37:55.566Z | |
| 1856 | 2026-07-18T16:37:55.566Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301) |
| 1857 | 2026-07-18T16:37:55.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-07-18T16:37:55.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-07-18T16:37:55.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-07-18T16:37:55.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1861 | 2026-07-18T16:37:55.963Z | |
| 1862 | 2026-07-18T16:37:55.963Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301) |
| 1863 | 2026-07-18T16:37:56.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-07-18T16:37:56.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-07-18T16:37:56.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-07-18T16:37:56.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1867 | 2026-07-18T16:37:56.368Z | |
| 1868 | 2026-07-18T16:37:56.368Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301) |
| 1869 | 2026-07-18T16:37:56.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-07-18T16:37:56.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-07-18T16:37:56.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-07-18T16:37:56.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1873 | 2026-07-18T16:37:56.767Z | |
| 1874 | 2026-07-18T16:37:56.767Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301) |
| 1875 | 2026-07-18T16:37:57.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-07-18T16:37:57.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-07-18T16:37:57.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-07-18T16:37:57.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1879 | 2026-07-18T16:37:57.166Z | |
| 1880 | 2026-07-18T16:37:57.166Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301) |
| 1881 | 2026-07-18T16:37:57.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-07-18T16:37:57.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-07-18T16:37:57.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-07-18T16:37:57.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1885 | 2026-07-18T16:37:57.571Z | |
| 1886 | 2026-07-18T16:37:57.571Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301) |
| 1887 | 2026-07-18T16:37:57.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-07-18T16:37:57.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-07-18T16:37:57.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-07-18T16:37:57.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1891 | 2026-07-18T16:37:57.968Z | |
| 1892 | 2026-07-18T16:37:57.969Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301) |
| 1893 | 2026-07-18T16:37:58.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-07-18T16:37:58.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-07-18T16:37:58.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-07-18T16:37:58.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1897 | 2026-07-18T16:37:58.369Z | |
| 1898 | 2026-07-18T16:37:58.369Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301) |
| 1899 | 2026-07-18T16:37:58.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-07-18T16:37:58.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-07-18T16:37:58.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-07-18T16:37:58.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1903 | 2026-07-18T16:37:58.768Z | |
| 1904 | 2026-07-18T16:37:58.768Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301) |
| 1905 | 2026-07-18T16:37:59.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-07-18T16:37:59.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-07-18T16:37:59.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-07-18T16:37:59.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1909 | 2026-07-18T16:37:59.163Z | |
| 1910 | 2026-07-18T16:37:59.163Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301) |
| 1911 | 2026-07-18T16:37:59.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-07-18T16:37:59.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-07-18T16:37:59.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-07-18T16:37:59.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 1915 | 2026-07-18T16:37:59.562Z | |
| 1916 | 2026-07-18T16:37:59.562Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301) |
| 1917 | 2026-07-18T16:37:59.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-07-18T16:37:59.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-07-18T16:37:59.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-07-18T16:37:59.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1921 | 2026-07-18T16:37:59.962Z | |
| 1922 | 2026-07-18T16:37:59.962Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301) |
| 1923 | 2026-07-18T16:38:00.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-07-18T16:38:00.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-07-18T16:38:00.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-07-18T16:38:00.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1927 | 2026-07-18T16:38:00.366Z | |
| 1928 | 2026-07-18T16:38:00.366Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301) |
| 1929 | 2026-07-18T16:38:00.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-07-18T16:38:00.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-07-18T16:38:00.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-07-18T16:38:00.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1933 | 2026-07-18T16:38:00.770Z | |
| 1934 | 2026-07-18T16:38:00.770Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301) |
| 1935 | 2026-07-18T16:38:01.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-07-18T16:38:01.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-07-18T16:38:01.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-07-18T16:38:01.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1939 | 2026-07-18T16:38:01.177Z | |
| 1940 | 2026-07-18T16:38:01.178Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301) |
| 1941 | 2026-07-18T16:38:01.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-07-18T16:38:01.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-07-18T16:38:01.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-07-18T16:38:01.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1945 | 2026-07-18T16:38:01.584Z | |
| 1946 | 2026-07-18T16:38:01.584Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301) |
| 1947 | 2026-07-18T16:38:01.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-07-18T16:38:01.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-07-18T16:38:01.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-07-18T16:38:01.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1951 | 2026-07-18T16:38:01.984Z | |
| 1952 | 2026-07-18T16:38:01.984Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301) |
| 1953 | 2026-07-18T16:38:02.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-07-18T16:38:02.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-07-18T16:38:02.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-07-18T16:38:02.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1957 | 2026-07-18T16:38:02.385Z | |
| 1958 | 2026-07-18T16:38:02.385Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301) |
| 1959 | 2026-07-18T16:38:02.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-07-18T16:38:02.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-07-18T16:38:02.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-07-18T16:38:02.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1963 | 2026-07-18T16:38:02.785Z | |
| 1964 | 2026-07-18T16:38:02.785Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301) |
| 1965 | 2026-07-18T16:38:03.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-07-18T16:38:03.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-07-18T16:38:03.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-07-18T16:38:03.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1969 | 2026-07-18T16:38:03.187Z | |
| 1970 | 2026-07-18T16:38:03.187Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301) |
| 1971 | 2026-07-18T16:38:03.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-07-18T16:38:03.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-07-18T16:38:03.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-07-18T16:38:03.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1975 | 2026-07-18T16:38:03.589Z | |
| 1976 | 2026-07-18T16:38:03.589Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301) |
| 1977 | 2026-07-18T16:38:03.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-07-18T16:38:03.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-07-18T16:38:03.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-07-18T16:38:03.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1981 | 2026-07-18T16:38:03.990Z | |
| 1982 | 2026-07-18T16:38:03.990Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301) |
| 1983 | 2026-07-18T16:38:04.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-07-18T16:38:04.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-07-18T16:38:04.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-07-18T16:38:04.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1987 | 2026-07-18T16:38:04.396Z | |
| 1988 | 2026-07-18T16:38:04.396Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301) |
| 1989 | 2026-07-18T16:38:04.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-07-18T16:38:04.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-07-18T16:38:04.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-07-18T16:38:04.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1993 | 2026-07-18T16:38:04.799Z | |
| 1994 | 2026-07-18T16:38:04.799Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301) |
| 1995 | 2026-07-18T16:38:05.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-07-18T16:38:05.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-07-18T16:38:05.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-07-18T16:38:05.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1999 | 2026-07-18T16:38:05.203Z | |
| 2000 | 2026-07-18T16:38:05.203Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301) |
| 2001 | 2026-07-18T16:38:05.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-07-18T16:38:05.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-07-18T16:38:05.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-07-18T16:38:05.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2005 | 2026-07-18T16:38:05.602Z | |
| 2006 | 2026-07-18T16:38:05.602Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301) |
| 2007 | 2026-07-18T16:38:05.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-07-18T16:38:05.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-07-18T16:38:05.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-07-18T16:38:05.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2011 | 2026-07-18T16:38:06.002Z | |
| 2012 | 2026-07-18T16:38:06.002Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301) |
| 2013 | 2026-07-18T16:38:06.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-07-18T16:38:06.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-07-18T16:38:06.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-07-18T16:38:06.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2017 | 2026-07-18T16:38:06.406Z | |
| 2018 | 2026-07-18T16:38:06.406Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301) |
| 2019 | 2026-07-18T16:38:06.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-07-18T16:38:06.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-07-18T16:38:06.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-07-18T16:38:06.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2023 | 2026-07-18T16:38:06.806Z | |
| 2024 | 2026-07-18T16:38:06.806Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301) |
| 2025 | 2026-07-18T16:38:07.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-07-18T16:38:07.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-07-18T16:38:07.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-07-18T16:38:07.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2029 | 2026-07-18T16:38:07.210Z | |
| 2030 | 2026-07-18T16:38:07.210Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301) |
| 2031 | 2026-07-18T16:38:07.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-07-18T16:38:07.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-07-18T16:38:07.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-07-18T16:38:07.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2035 | 2026-07-18T16:38:07.614Z | |
| 2036 | 2026-07-18T16:38:07.614Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301) |
| 2037 | 2026-07-18T16:38:07.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-07-18T16:38:07.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-07-18T16:38:07.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-07-18T16:38:07.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2041 | 2026-07-18T16:38:08.013Z | |
| 2042 | 2026-07-18T16:38:08.013Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301) |
| 2043 | 2026-07-18T16:38:08.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-07-18T16:38:08.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-07-18T16:38:08.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-07-18T16:38:08.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2047 | 2026-07-18T16:38:08.417Z | |
| 2048 | 2026-07-18T16:38:08.417Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301) |
| 2049 | 2026-07-18T16:38:08.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-07-18T16:38:08.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-07-18T16:38:08.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-07-18T16:38:08.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2053 | 2026-07-18T16:38:08.820Z | |
| 2054 | 2026-07-18T16:38:08.820Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301) |
| 2055 | 2026-07-18T16:38:09.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-07-18T16:38:09.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-07-18T16:38:09.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-07-18T16:38:09.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2059 | 2026-07-18T16:38:09.221Z | |
| 2060 | 2026-07-18T16:38:09.221Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301) |
| 2061 | 2026-07-18T16:38:09.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-07-18T16:38:09.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-07-18T16:38:09.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-07-18T16:38:09.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2065 | 2026-07-18T16:38:09.631Z | |
| 2066 | 2026-07-18T16:38:09.631Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301) |
| 2067 | 2026-07-18T16:38:09.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-07-18T16:38:09.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-07-18T16:38:09.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-07-18T16:38:09.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2071 | 2026-07-18T16:38:10.031Z | |
| 2072 | 2026-07-18T16:38:10.031Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301) |
| 2073 | 2026-07-18T16:38:10.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-07-18T16:38:10.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-07-18T16:38:10.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-07-18T16:38:10.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s |
| 2077 | 2026-07-18T16:38:10.430Z | |
| 2078 | 2026-07-18T16:38:10.430Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301) |
| 2079 | 2026-07-18T16:38:10.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-07-18T16:38:10.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-07-18T16:38:10.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-07-18T16:38:10.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2083 | 2026-07-18T16:38:10.832Z | |
| 2084 | 2026-07-18T16:38:10.832Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301) |
| 2085 | 2026-07-18T16:38:11.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-07-18T16:38:11.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-07-18T16:38:11.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-07-18T16:38:11.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2089 | 2026-07-18T16:38:11.234Z | |
| 2090 | 2026-07-18T16:38:11.234Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301) |
| 2091 | 2026-07-18T16:38:11.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-07-18T16:38:11.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-07-18T16:38:11.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-07-18T16:38:11.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2095 | 2026-07-18T16:38:11.637Z | |
| 2096 | 2026-07-18T16:38:11.637Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301) |
| 2097 | 2026-07-18T16:38:12.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-07-18T16:38:12.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-07-18T16:38:12.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-07-18T16:38:12.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2101 | 2026-07-18T16:38:12.205Z | |
| 2102 | 2026-07-18T16:38:12.205Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301) |
| 2103 | 2026-07-18T16:38:12.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-07-18T16:38:12.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-07-18T16:38:12.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-07-18T16:38:12.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2107 | 2026-07-18T16:38:12.777Z | |
| 2108 | 2026-07-18T16:38:12.777Z | info: running `cargo check --bins` on nexus-config (51/301) |
| 2109 | 2026-07-18T16:38:13.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-07-18T16:38:13.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-07-18T16:38:13.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-07-18T16:38:13.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2113 | 2026-07-18T16:38:13.348Z | |
| 2114 | 2026-07-18T16:38:13.348Z | info: running `cargo check --bins` on nexus-types (52/301) |
| 2115 | 2026-07-18T16:38:13.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-07-18T16:38:13.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-07-18T16:38:13.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-07-18T16:38:13.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2119 | 2026-07-18T16:38:13.923Z | |
| 2120 | 2026-07-18T16:38:13.923Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301) |
| 2121 | 2026-07-18T16:38:14.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-07-18T16:38:14.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-07-18T16:38:14.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-07-18T16:38:14.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2125 | 2026-07-18T16:38:14.459Z | |
| 2126 | 2026-07-18T16:38:14.459Z | info: running `cargo check --bins` on omicron-passwords (54/301) |
| 2127 | 2026-07-18T16:38:14.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-07-18T16:38:14.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-07-18T16:38:14.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-07-18T16:38:14.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2131 | 2026-07-18T16:38:14.971Z | |
| 2132 | 2026-07-18T16:38:14.971Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/301) |
| 2133 | 2026-07-18T16:38:15.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-07-18T16:38:15.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-07-18T16:38:15.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-07-18T16:38:15.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2137 | 2026-07-18T16:38:15.510Z | |
| 2138 | 2026-07-18T16:38:15.510Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301) |
| 2139 | 2026-07-18T16:38:15.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-07-18T16:38:15.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-07-18T16:38:15.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-07-18T16:38:15.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2143 | 2026-07-18T16:38:16.054Z | |
| 2144 | 2026-07-18T16:38:16.054Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301) |
| 2145 | 2026-07-18T16:38:16.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-07-18T16:38:16.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-07-18T16:38:16.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-07-18T16:38:16.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2149 | 2026-07-18T16:38:16.596Z | |
| 2150 | 2026-07-18T16:38:16.596Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301) |
| 2151 | 2026-07-18T16:38:17.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-07-18T16:38:17.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-07-18T16:38:17.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-07-18T16:38:17.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2155 | 2026-07-18T16:38:17.139Z | |
| 2156 | 2026-07-18T16:38:17.139Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301) |
| 2157 | 2026-07-18T16:38:17.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-07-18T16:38:17.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-07-18T16:38:17.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-07-18T16:38:17.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2161 | 2026-07-18T16:38:17.662Z | |
| 2162 | 2026-07-18T16:38:17.662Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301) |
| 2163 | 2026-07-18T16:38:18.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-07-18T16:38:18.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-07-18T16:38:18.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-07-18T16:38:18.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2167 | 2026-07-18T16:38:18.184Z | |
| 2168 | 2026-07-18T16:38:18.184Z | info: running `cargo check --bins --no-default-features` on gfss (61/301) |
| 2169 | 2026-07-18T16:38:18.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-07-18T16:38:18.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-07-18T16:38:18.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-07-18T16:38:18.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2173 | 2026-07-18T16:38:18.707Z | |
| 2174 | 2026-07-18T16:38:18.707Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301) |
| 2175 | 2026-07-18T16:38:19.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-07-18T16:38:19.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-07-18T16:38:19.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-07-18T16:38:19.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2179 | 2026-07-18T16:38:19.246Z | |
| 2180 | 2026-07-18T16:38:19.246Z | info: running `cargo check --bins` on clickhouse-admin-types (63/301) |
| 2181 | 2026-07-18T16:38:19.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-07-18T16:38:19.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-07-18T16:38:19.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-07-18T16:38:19.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2185 | 2026-07-18T16:38:19.763Z | |
| 2186 | 2026-07-18T16:38:19.763Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/301) |
| 2187 | 2026-07-18T16:38:20.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-07-18T16:38:20.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-07-18T16:38:20.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-07-18T16:38:20.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2191 | 2026-07-18T16:38:20.300Z | |
| 2192 | 2026-07-18T16:38:20.300Z | info: running `cargo check --bins` on cockroach-admin-types (65/301) |
| 2193 | 2026-07-18T16:38:20.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-07-18T16:38:20.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-07-18T16:38:20.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-07-18T16:38:20.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2197 | 2026-07-18T16:38:20.822Z | |
| 2198 | 2026-07-18T16:38:20.822Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/301) |
| 2199 | 2026-07-18T16:38:21.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-07-18T16:38:21.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-07-18T16:38:21.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-07-18T16:38:21.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2203 | 2026-07-18T16:38:21.349Z | |
| 2204 | 2026-07-18T16:38:21.349Z | info: running `cargo check --bins` on ereport-types (67/301) |
| 2205 | 2026-07-18T16:38:21.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-07-18T16:38:21.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-07-18T16:38:21.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-07-18T16:38:21.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2209 | 2026-07-18T16:38:21.874Z | |
| 2210 | 2026-07-18T16:38:21.874Z | info: running `cargo check --bins` on gateway-client (68/301) |
| 2211 | 2026-07-18T16:38:22.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-07-18T16:38:22.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-07-18T16:38:22.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-07-18T16:38:22.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2215 | 2026-07-18T16:38:22.407Z | |
| 2216 | 2026-07-18T16:38:22.408Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/301) |
| 2217 | 2026-07-18T16:38:22.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-07-18T16:38:22.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-07-18T16:38:22.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-07-18T16:38:22.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2221 | 2026-07-18T16:38:22.936Z | |
| 2222 | 2026-07-18T16:38:22.936Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301) |
| 2223 | 2026-07-18T16:38:23.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-07-18T16:38:23.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-07-18T16:38:23.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-07-18T16:38:23.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2227 | 2026-07-18T16:38:23.468Z | |
| 2228 | 2026-07-18T16:38:23.469Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301) |
| 2229 | 2026-07-18T16:38:23.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-07-18T16:38:23.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-07-18T16:38:23.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-07-18T16:38:23.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2233 | 2026-07-18T16:38:23.991Z | |
| 2234 | 2026-07-18T16:38:23.991Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301) |
| 2235 | 2026-07-18T16:38:24.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-07-18T16:38:24.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-07-18T16:38:24.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-07-18T16:38:24.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2239 | 2026-07-18T16:38:24.522Z | |
| 2240 | 2026-07-18T16:38:24.522Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/301) |
| 2241 | 2026-07-18T16:38:24.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-07-18T16:38:24.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-07-18T16:38:24.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-07-18T16:38:24.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2245 | 2026-07-18T16:38:25.068Z | |
| 2246 | 2026-07-18T16:38:25.068Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301) |
| 2247 | 2026-07-18T16:38:25.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-07-18T16:38:25.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-07-18T16:38:25.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2250 | 2026-07-18T16:38:25.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2251 | 2026-07-18T16:38:25.613Z | |
| 2252 | 2026-07-18T16:38:25.614Z | info: running `cargo check --bins` on key-manager-types (75/301) |
| 2253 | 2026-07-18T16:38:26.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2254 | 2026-07-18T16:38:26.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2255 | 2026-07-18T16:38:26.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2256 | 2026-07-18T16:38:26.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2257 | 2026-07-18T16:38:26.131Z | |
| 2258 | 2026-07-18T16:38:26.131Z | info: running `cargo check --bins` on oxlog (76/301) |
| 2259 | 2026-07-18T16:38:26.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2260 | 2026-07-18T16:38:26.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2261 | 2026-07-18T16:38:26.689Z | Checking cfg-if v1.0.4 |
| 2262 | 2026-07-18T16:38:26.692Z | Checking libc v0.2.185 |
| 2263 | 2026-07-18T16:38:26.692Z | Checking serde_core v1.0.228 |
| 2264 | 2026-07-18T16:38:26.804Z | Checking memchr v2.8.0 |
| 2265 | 2026-07-18T16:38:26.808Z | Checking zeroize v1.8.2 |
| 2266 | 2026-07-18T16:38:26.818Z | Checking log v0.4.29 |
| 2267 | 2026-07-18T16:38:26.822Z | Checking smallvec v1.15.1 |
| 2268 | 2026-07-18T16:38:26.837Z | Checking subtle v2.6.1 |
| 2269 | 2026-07-18T16:38:26.848Z | Checking itoa v1.0.17 |
| 2270 | 2026-07-18T16:38:26.955Z | Checking scopeguard v1.2.0 |
| 2271 | 2026-07-18T16:38:26.977Z | Checking stable_deref_trait v1.2.1 |
| 2272 | 2026-07-18T16:38:26.988Z | Checking typenum v1.20.1 |
| 2273 | 2026-07-18T16:38:26.998Z | Checking zerofrom v0.1.6 |
| 2274 | 2026-07-18T16:38:27.010Z | Checking pin-project-lite v0.2.17 |
| 2275 | 2026-07-18T16:38:27.047Z | Checking portable-atomic v1.13.1 |
| 2276 | 2026-07-18T16:38:27.057Z | Checking lock_api v0.4.14 |
| 2277 | 2026-07-18T16:38:27.098Z | Checking critical-section v1.2.0 |
| 2278 | 2026-07-18T16:38:27.109Z | Checking yoke v0.8.1 |
| 2279 | 2026-07-18T16:38:27.165Z | Checking futures-core v0.3.32 |
| 2280 | 2026-07-18T16:38:27.206Z | Checking errno v0.3.14 |
| 2281 | 2026-07-18T16:38:27.206Z | Checking getrandom v0.2.17 |
| 2282 | 2026-07-18T16:38:27.250Z | Checking parking_lot_core v0.9.12 |
| 2283 | 2026-07-18T16:38:27.267Z | Checking zerovec v0.11.5 |
| 2284 | 2026-07-18T16:38:27.308Z | Checking mio v1.2.0 |
| 2285 | 2026-07-18T16:38:27.321Z | Checking signal-hook-registry v1.4.8 |
| 2286 | 2026-07-18T16:38:27.356Z | Checking rand_core v0.6.4 |
| 2287 | 2026-07-18T16:38:27.435Z | Checking parking_lot v0.12.5 |
| 2288 | 2026-07-18T16:38:27.457Z | Checking once_cell v1.21.3 |
| 2289 | 2026-07-18T16:38:27.475Z | Checking zerocopy v0.8.40 |
| 2290 | 2026-07-18T16:38:27.527Z | Checking zmij v1.0.21 |
| 2291 | 2026-07-18T16:38:27.583Z | Checking const-oid v0.9.6 |
| 2292 | 2026-07-18T16:38:27.615Z | Checking rand_core v0.10.0 |
| 2293 | 2026-07-18T16:38:27.629Z | Checking libm v0.2.16 |
| 2294 | 2026-07-18T16:38:27.696Z | Checking tinystr v0.8.2 |
| 2295 | 2026-07-18T16:38:27.737Z | Checking writeable v0.6.2 |
| 2296 | 2026-07-18T16:38:27.745Z | Checking percent-encoding v2.3.2 |
| 2297 | 2026-07-18T16:38:27.756Z | Checking getrandom v0.4.1 |
| 2298 | 2026-07-18T16:38:27.866Z | Checking litemap v0.8.1 |
| 2299 | 2026-07-18T16:38:27.879Z | Checking generic-array v0.14.7 |
| 2300 | 2026-07-18T16:38:27.891Z | Checking potential_utf v0.1.4 |
| 2301 | 2026-07-18T16:38:27.902Z | Checking zerotrie v0.2.3 |
| 2302 | 2026-07-18T16:38:28.013Z | Checking socket2 v0.6.3 |
| 2303 | 2026-07-18T16:38:28.035Z | Checking icu_locale_core v2.1.1 |
| 2304 | 2026-07-18T16:38:28.139Z | Checking equivalent v1.0.2 |
| 2305 | 2026-07-18T16:38:28.222Z | Checking icu_collections v2.1.1 |
| 2306 | 2026-07-18T16:38:28.250Z | Checking futures-sink v0.3.32 |
| 2307 | 2026-07-18T16:38:28.264Z | Checking icu_normalizer_data v2.1.1 |
| 2308 | 2026-07-18T16:38:28.288Z | Checking serde v1.0.228 |
| 2309 | 2026-07-18T16:38:28.320Z | Checking bitflags v2.11.0 |
| 2310 | 2026-07-18T16:38:28.332Z | Checking serde_json v1.0.150 |
| 2311 | 2026-07-18T16:38:28.335Z | Checking num-traits v0.2.19 |
| 2312 | 2026-07-18T16:38:28.353Z | Checking futures-channel v0.3.32 |
| 2313 | 2026-07-18T16:38:28.483Z | Checking icu_properties_data v2.1.2 |
| 2314 | 2026-07-18T16:38:28.519Z | Checking futures-io v0.3.32 |
| 2315 | 2026-07-18T16:38:28.538Z | Checking futures-task v0.3.32 |
| 2316 | 2026-07-18T16:38:28.594Z | Checking icu_provider v2.1.1 |
| 2317 | 2026-07-18T16:38:28.606Z | Checking slab v0.4.12 |
| 2318 | 2026-07-18T16:38:28.631Z | Checking hashbrown v0.17.0 |
| 2319 | 2026-07-18T16:38:28.684Z | Checking crypto-common v0.1.7 |
| 2320 | 2026-07-18T16:38:28.696Z | Checking bytes v1.11.1 |
| 2321 | 2026-07-18T16:38:28.759Z | Checking futures-util v0.3.32 |
| 2322 | 2026-07-18T16:38:28.788Z | Checking block-buffer v0.10.4 |
| 2323 | 2026-07-18T16:38:28.823Z | Checking icu_properties v2.1.2 |
| 2324 | 2026-07-18T16:38:28.853Z | Checking icu_normalizer v2.1.1 |
| 2325 | 2026-07-18T16:38:28.921Z | Checking utf8_iter v1.0.4 |
| 2326 | 2026-07-18T16:38:28.991Z | Checking digest v0.10.7 |
| 2327 | 2026-07-18T16:38:29.041Z | Checking form_urlencoded v1.2.2 |
| 2328 | 2026-07-18T16:38:29.090Z | Checking indexmap v2.14.0 |
| 2329 | 2026-07-18T16:38:29.135Z | Checking tokio v1.52.1 |
| 2330 | 2026-07-18T16:38:29.171Z | Checking getrandom v0.3.4 |
| 2331 | 2026-07-18T16:38:29.184Z | Checking byteorder v1.5.0 |
| 2332 | 2026-07-18T16:38:29.185Z | Checking fnv v1.0.7 |
| 2333 | 2026-07-18T16:38:29.287Z | Checking http v1.4.2 |
| 2334 | 2026-07-18T16:38:29.317Z | Checking rand_core v0.9.5 |
| 2335 | 2026-07-18T16:38:29.386Z | Checking uuid v1.23.4 |
| 2336 | 2026-07-18T16:38:29.489Z | Checking base64 v0.22.1 |
| 2337 | 2026-07-18T16:38:29.650Z | Checking idna_adapter v1.2.1 |
| 2338 | 2026-07-18T16:38:29.662Z | Checking base64ct v1.8.3 |
| 2339 | 2026-07-18T16:38:29.698Z | Checking iana-time-zone v0.1.65 |
| 2340 | 2026-07-18T16:38:29.727Z | Checking regex-syntax v0.8.10 |
| 2341 | 2026-07-18T16:38:29.763Z | Checking idna v1.1.0 |
| 2342 | 2026-07-18T16:38:29.801Z | Checking chrono v0.4.45 |
| 2343 | 2026-07-18T16:38:29.852Z | Checking rustix v1.1.3 |
| 2344 | 2026-07-18T16:38:29.891Z | Checking pem-rfc7468 v0.7.0 |
| 2345 | 2026-07-18T16:38:30.005Z | Checking url v2.5.8 |
| 2346 | 2026-07-18T16:38:30.050Z | Checking tracing-core v0.1.36 |
| 2347 | 2026-07-18T16:38:30.245Z | Checking ppv-lite86 v0.2.21 |
| 2348 | 2026-07-18T16:38:30.358Z | Checking flagset v0.4.7 |
| 2349 | 2026-07-18T16:38:30.444Z | Checking tracing v0.1.44 |
| 2350 | 2026-07-18T16:38:30.480Z | Checking der v0.7.10 |
| 2351 | 2026-07-18T16:38:30.536Z | Checking rand_chacha v0.9.0 |
| 2352 | 2026-07-18T16:38:30.650Z | Checking http-body v1.0.1 |
| 2353 | 2026-07-18T16:38:30.662Z | Checking rustls-pki-types v1.14.0 |
| 2354 | 2026-07-18T16:38:30.674Z | Checking cmov v0.5.4 |
| 2355 | 2026-07-18T16:38:30.688Z | Checking openssl-probe v0.2.1 |
| 2356 | 2026-07-18T16:38:30.734Z | Checking tinyvec_macros v0.1.1 |
| 2357 | 2026-07-18T16:38:30.778Z | Checking rand v0.9.2 |
| 2358 | 2026-07-18T16:38:30.792Z | Checking aws-lc-sys v0.40.0 |
| 2359 | 2026-07-18T16:38:30.803Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-07-18T16:38:30.856Z | Checking ctutils v0.4.2 |
| 2361 | 2026-07-18T16:38:30.945Z | Checking dyn-clone v1.0.20 |
| 2362 | 2026-07-18T16:38:31.040Z | Checking atomic-waker v1.1.2 |
| 2363 | 2026-07-18T16:38:31.052Z | Checking tower-layer v0.3.3 |
| 2364 | 2026-07-18T16:38:31.062Z | Checking untrusted v0.7.1 |
| 2365 | 2026-07-18T16:38:31.104Z | Checking tower-service v0.3.3 |
| 2366 | 2026-07-18T16:38:31.133Z | Checking try-lock v0.2.5 |
| 2367 | 2026-07-18T16:38:31.165Z | Checking hybrid-array v0.4.13 |
| 2368 | 2026-07-18T16:38:31.191Z | Checking ipnet v2.11.0 |
| 2369 | 2026-07-18T16:38:31.194Z | Checking semver v1.0.28 |
| 2370 | 2026-07-18T16:38:31.216Z | Checking spki v0.7.3 |
| 2371 | 2026-07-18T16:38:31.226Z | Checking want v0.3.1 |
| 2372 | 2026-07-18T16:38:31.247Z | Checking httparse v1.10.1 |
| 2373 | 2026-07-18T16:38:31.282Z | Checking aws-lc-rs v1.16.3 |
| 2374 | 2026-07-18T16:38:31.340Z | Checking aho-corasick v1.1.4 |
| 2375 | 2026-07-18T16:38:31.372Z | Checking foreign-types-shared v0.1.1 |
| 2376 | 2026-07-18T16:38:31.402Z | Checking fastrand v2.3.0 |
| 2377 | 2026-07-18T16:38:31.439Z | Checking cpufeatures v0.2.17 |
| 2378 | 2026-07-18T16:38:31.451Z | Checking httpdate v1.0.3 |
| 2379 | 2026-07-18T16:38:31.451Z | Checking plain v0.2.3 |
| 2380 | 2026-07-18T16:38:31.504Z | Checking utf8parse v0.2.2 |
| 2381 | 2026-07-18T16:38:31.555Z | Checking untrusted v0.9.0 |
| 2382 | 2026-07-18T16:38:31.578Z | Checking tempfile v3.25.0 |
| 2383 | 2026-07-18T16:38:31.590Z | Checking foreign-types v0.3.2 |
| 2384 | 2026-07-18T16:38:31.602Z | Checking schemars v0.8.22 |
| 2385 | 2026-07-18T16:38:31.653Z | Checking pkcs8 v0.10.2 |
| 2386 | 2026-07-18T16:38:31.665Z | Checking unicode-normalization v0.1.25 |
| 2387 | 2026-07-18T16:38:31.766Z | Checking openssl-sys v0.9.115 |
| 2388 | 2026-07-18T16:38:31.808Z | Checking spin v0.9.8 |
| 2389 | 2026-07-18T16:38:31.949Z | Checking anstyle v1.0.14 |
| 2390 | 2026-07-18T16:38:31.989Z | Checking ucd-trie v0.1.7 |
| 2391 | 2026-07-18T16:38:32.003Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-07-18T16:38:32.063Z | Checking unicode-ident v1.0.24 |
| 2393 | 2026-07-18T16:38:32.108Z | Checking rustls-webpki v0.103.13 |
| 2394 | 2026-07-18T16:38:32.120Z | Checking pest v2.8.6 |
| 2395 | 2026-07-18T16:38:32.134Z | Checking openssl v0.10.79 |
| 2396 | 2026-07-18T16:38:32.134Z | Checking sha2 v0.10.9 |
| 2397 | 2026-07-18T16:38:32.165Z | Checking proc-macro2 v1.0.106 |
| 2398 | 2026-07-18T16:38:32.243Z | Checking hmac v0.12.1 |
| 2399 | 2026-07-18T16:38:32.364Z | Checking tokio-util v0.7.18 |
| 2400 | 2026-07-18T16:38:32.377Z | Checking thiserror v2.0.18 |
| 2401 | 2026-07-18T16:38:32.413Z | Checking sync_wrapper v1.0.2 |
| 2402 | 2026-07-18T16:38:32.472Z | Checking wait-timeout v0.2.1 |
| 2403 | 2026-07-18T16:38:32.486Z | Checking simd-adler32 v0.3.8 |
| 2404 | 2026-07-18T16:38:32.510Z | Checking anstyle-query v1.1.5 |
| 2405 | 2026-07-18T16:38:32.522Z | Checking rustls v0.23.41 |
| 2406 | 2026-07-18T16:38:32.588Z | Checking siphasher v1.0.2 |
| 2407 | 2026-07-18T16:38:32.600Z | Checking quick-error v1.2.3 |
| 2408 | 2026-07-18T16:38:32.646Z | Checking bit-vec v0.8.0 |
| 2409 | 2026-07-18T16:38:32.697Z | Checking pretty-hex v0.4.1 |
| 2410 | 2026-07-18T16:38:32.739Z | Checking colorchoice v1.0.4 |
| 2411 | 2026-07-18T16:38:32.809Z | Checking powerfmt v0.2.0 |
| 2412 | 2026-07-18T16:38:32.836Z | Checking is_terminal_polyfill v1.70.2 |
| 2413 | 2026-07-18T16:38:32.836Z | Checking bit-set v0.8.0 |
| 2414 | 2026-07-18T16:38:32.932Z | Checking rusty-fork v0.3.1 |
| 2415 | 2026-07-18T16:38:32.958Z | Checking deranged v0.5.8 |
| 2416 | 2026-07-18T16:38:32.970Z | Checking h2 v0.4.15 |
| 2417 | 2026-07-18T16:38:32.981Z | Checking tower v0.5.3 |
| 2418 | 2026-07-18T16:38:33.099Z | Checking quote v1.0.45 |
| 2419 | 2026-07-18T16:38:33.173Z | Compiling newtype-uuid v1.3.2 |
| 2420 | 2026-07-18T16:38:33.272Z | Checking http-body-util v0.1.3 |
| 2421 | 2026-07-18T16:38:33.348Z | Checking crossbeam-utils v0.8.21 |
| 2422 | 2026-07-18T16:38:33.361Z | Checking rand_xorshift v0.4.0 |
| 2423 | 2026-07-18T16:38:33.475Z | Checking crc32fast v1.5.0 |
| 2424 | 2026-07-18T16:38:33.490Z | Checking scroll v0.13.0 |
| 2425 | 2026-07-18T16:38:33.613Z | Checking unarray v0.1.4 |
| 2426 | 2026-07-18T16:38:33.680Z | Checking time-core v0.1.8 |
| 2427 | 2026-07-18T16:38:33.710Z | Checking adler2 v2.0.1 |
| 2428 | 2026-07-18T16:38:33.721Z | Checking num_threads v0.1.7 |
| 2429 | 2026-07-18T16:38:33.802Z | Checking unicode-properties v0.1.4 |
| 2430 | 2026-07-18T16:38:33.814Z | Checking ryu v1.0.23 |
| 2431 | 2026-07-18T16:38:33.817Z | Checking iri-string v0.7.10 |
| 2432 | 2026-07-18T16:38:33.838Z | Checking unicode-bidi v0.3.18 |
| 2433 | 2026-07-18T16:38:33.877Z | Checking allocator-api2 v0.2.21 |
| 2434 | 2026-07-18T16:38:33.943Z | Checking num-conv v0.2.0 |
| 2435 | 2026-07-18T16:38:33.987Z | Checking serde_urlencoded v0.7.1 |
| 2436 | 2026-07-18T16:38:34.067Z | Checking time v0.3.47 |
| 2437 | 2026-07-18T16:38:34.132Z | Checking stringprep v0.1.5 |
| 2438 | 2026-07-18T16:38:34.164Z | Checking native-tls v0.2.18 |
| 2439 | 2026-07-18T16:38:34.164Z | Checking bstr v1.12.1 |
| 2440 | 2026-07-18T16:38:34.208Z | Checking miniz_oxide v0.8.9 |
| 2441 | 2026-07-18T16:38:34.282Z | Checking proptest v1.10.0 |
| 2442 | 2026-07-18T16:38:34.354Z | Checking tokio-native-tls v0.3.1 |
| 2443 | 2026-07-18T16:38:34.514Z | Checking goblin v0.10.5 |
| 2444 | 2026-07-18T16:38:34.561Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-07-18T16:38:34.575Z | Compiling daft v0.1.7 |
| 2446 | 2026-07-18T16:38:34.787Z | Checking syn v2.0.117 |
| 2447 | 2026-07-18T16:38:34.820Z | Checking ipnetwork v0.21.1 |
| 2448 | 2026-07-18T16:38:34.850Z | Checking block-padding v0.4.2 |
| 2449 | 2026-07-18T16:38:34.866Z | Checking tower-http v0.6.8 |
| 2450 | 2026-07-18T16:38:34.983Z | Checking crypto-common v0.2.2 |
| 2451 | 2026-07-18T16:38:35.029Z | Checking block-buffer v0.12.1 |
| 2452 | 2026-07-18T16:38:35.147Z | Checking anstyle-parse v1.0.0 |
| 2453 | 2026-07-18T16:38:35.192Z | Checking rustls-native-certs v0.8.3 |
| 2454 | 2026-07-18T16:38:35.228Z | Checking rand_chacha v0.3.1 |
| 2455 | 2026-07-18T16:38:35.296Z | Checking scroll v0.12.0 |
| 2456 | 2026-07-18T16:38:35.323Z | Checking thiserror v1.0.69 |
| 2457 | 2026-07-18T16:38:35.419Z | Checking hash32 v0.2.1 |
| 2458 | 2026-07-18T16:38:35.434Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2459 | 2026-07-18T16:38:35.521Z | Checking md-5 v0.10.6 |
| 2460 | 2026-07-18T16:38:35.540Z | Checking signature v2.2.0 |
| 2461 | 2026-07-18T16:38:35.572Z | Checking num-integer v0.1.46 |
| 2462 | 2026-07-18T16:38:35.583Z | Checking hex v0.4.3 |
| 2463 | 2026-07-18T16:38:35.653Z | Checking toml_datetime v0.6.11 |
| 2464 | 2026-07-18T16:38:35.665Z | Checking serde_spanned v0.6.9 |
| 2465 | 2026-07-18T16:38:35.784Z | Checking encoding_rs v0.8.35 |
| 2466 | 2026-07-18T16:38:35.798Z | Checking zlib-rs v0.6.2 |
| 2467 | 2026-07-18T16:38:35.802Z | Checking psl-types v2.0.11 |
| 2468 | 2026-07-18T16:38:35.831Z | Checking mime v0.3.17 |
| 2469 | 2026-07-18T16:38:35.846Z | Checking hyper v1.10.1 |
| 2470 | 2026-07-18T16:38:35.921Z | Checking fallible-iterator v0.2.0 |
| 2471 | 2026-07-18T16:38:36.006Z | Checking publicsuffix v2.3.0 |
| 2472 | 2026-07-18T16:38:36.161Z | Checking num-iter v0.1.45 |
| 2473 | 2026-07-18T16:38:36.189Z | Checking postgres-protocol v0.6.10 |
| 2474 | 2026-07-18T16:38:36.251Z | Checking heapless v0.7.17 |
| 2475 | 2026-07-18T16:38:36.268Z | Checking zstd-safe v7.2.4 |
| 2476 | 2026-07-18T16:38:36.431Z | Checking goblin v0.8.2 |
| 2477 | 2026-07-18T16:38:36.498Z | Checking rand v0.8.6 |
| 2478 | 2026-07-18T16:38:36.657Z | Checking anstream v1.0.0 |
| 2479 | 2026-07-18T16:38:36.674Z | Checking flate2 v1.1.9 |
| 2480 | 2026-07-18T16:38:36.712Z | Checking cookie v0.18.1 |
| 2481 | 2026-07-18T16:38:36.760Z | Checking hyper-util v0.1.20 |
| 2482 | 2026-07-18T16:38:36.842Z | Checking dof v0.4.0 |
| 2483 | 2026-07-18T16:38:36.856Z | Checking oxnet v0.1.6 |
| 2484 | 2026-07-18T16:38:36.935Z | Checking inout v0.2.2 |
| 2485 | 2026-07-18T16:38:36.966Z | Compiling iddqd v0.4.2 |
| 2486 | 2026-07-18T16:38:37.019Z | Checking tokio-rustls v0.26.4 |
| 2487 | 2026-07-18T16:38:37.072Z | Checking dtrace-parser v0.3.0 |
| 2488 | 2026-07-18T16:38:37.084Z | Checking phf_shared v0.13.1 |
| 2489 | 2026-07-18T16:38:37.109Z | Checking lazy_static v1.5.0 |
| 2490 | 2026-07-18T16:38:37.197Z | Checking anstyle-parse v0.2.7 |
| 2491 | 2026-07-18T16:38:37.240Z | Checking zerocopy v0.7.35 |
| 2492 | 2026-07-18T16:38:37.274Z | Checking pin-project v1.1.11 |
| 2493 | 2026-07-18T16:38:37.302Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2494 | 2026-07-18T16:38:37.348Z | Checking signal-hook v0.3.18 |
| 2495 | 2026-07-18T16:38:37.365Z | Checking futures-executor v0.3.32 |
| 2496 | 2026-07-18T16:38:37.382Z | Checking terminal_size v0.4.3 |
| 2497 | 2026-07-18T16:38:37.468Z | Checking ff v0.13.1 |
| 2498 | 2026-07-18T16:38:37.491Z | Checking thread-id v5.1.0 |
| 2499 | 2026-07-18T16:38:37.507Z | Checking clap_lex v1.0.0 |
| 2500 | 2026-07-18T16:38:37.535Z | Checking base16ct v0.2.0 |
| 2501 | 2026-07-18T16:38:37.568Z | Checking bitflags v1.3.2 |
| 2502 | 2026-07-18T16:38:37.592Z | Checking foldhash v0.1.5 |
| 2503 | 2026-07-18T16:38:37.635Z | Checking either v1.15.0 |
| 2504 | 2026-07-18T16:38:37.652Z | Checking strsim v0.11.1 |
| 2505 | 2026-07-18T16:38:37.656Z | Checking libbz2-rs-sys v0.2.2 |
| 2506 | 2026-07-18T16:38:37.721Z | Checking same-file v1.0.6 |
| 2507 | 2026-07-18T16:38:37.743Z | Checking foldhash v0.2.0 |
| 2508 | 2026-07-18T16:38:37.812Z | Checking bumpalo v3.20.2 |
| 2509 | 2026-07-18T16:38:37.817Z | Checking winnow v0.5.40 |
| 2510 | 2026-07-18T16:38:37.835Z | Compiling rayon-core v1.13.0 |
| 2511 | 2026-07-18T16:38:37.879Z | Checking managed v0.8.0 |
| 2512 | 2026-07-18T16:38:38.009Z | Checking zopfli v0.8.3 |
| 2513 | 2026-07-18T16:38:38.023Z | Checking hyper-tls v0.6.0 |
| 2514 | 2026-07-18T16:38:38.046Z | Checking hyper-rustls v0.27.7 |
| 2515 | 2026-07-18T16:38:38.057Z | Checking bzip2 v0.6.1 |
| 2516 | 2026-07-18T16:38:38.068Z | Checking smoltcp v0.9.1 |
| 2517 | 2026-07-18T16:38:38.199Z | Checking reqwest v0.12.28 |
| 2518 | 2026-07-18T16:38:38.213Z | Checking hashbrown v0.16.1 |
| 2519 | 2026-07-18T16:38:38.236Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2520 | 2026-07-18T16:38:38.251Z | Checking walkdir v2.5.0 |
| 2521 | 2026-07-18T16:38:38.335Z | Checking clap_builder v4.6.0 |
| 2522 | 2026-07-18T16:38:38.359Z | Checking dof v0.3.0 |
| 2523 | 2026-07-18T16:38:38.409Z | Checking hashbrown v0.15.5 |
| 2524 | 2026-07-18T16:38:38.443Z | Checking sec1 v0.7.3 |
| 2525 | 2026-07-18T16:38:38.645Z | Checking group v0.13.0 |
| 2526 | 2026-07-18T16:38:38.656Z | Checking usdt-impl v0.6.0 |
| 2527 | 2026-07-18T16:38:38.660Z | Checking signal-hook-mio v0.2.5 |
| 2528 | 2026-07-18T16:38:38.708Z | Checking futures v0.3.32 |
| 2529 | 2026-07-18T16:38:38.767Z | Checking bzip2 v0.4.4 |
| 2530 | 2026-07-18T16:38:38.783Z | Checking snafu v0.8.9 |
| 2531 | 2026-07-18T16:38:38.794Z | Checking anstream v0.6.21 |
| 2532 | 2026-07-18T16:38:38.864Z | Checking phf v0.13.1 |
| 2533 | 2026-07-18T16:38:38.924Z | Checking num-bigint-dig v0.8.6 |
| 2534 | 2026-07-18T16:38:38.948Z | Checking cipher v0.5.2 |
| 2535 | 2026-07-18T16:38:38.972Z | Checking toml_edit v0.19.15 |
| 2536 | 2026-07-18T16:38:38.991Z | Checking cookie_store v0.22.1 |
| 2537 | 2026-07-18T16:38:39.012Z | Checking postgres-types v0.2.12 |
| 2538 | 2026-07-18T16:38:39.015Z | Checking zstd v0.13.3 |
| 2539 | 2026-07-18T16:38:39.171Z | Checking ed25519 v2.2.3 |
| 2540 | 2026-07-18T16:38:39.186Z | Checking dtrace-parser v0.2.0 |
| 2541 | 2026-07-18T16:38:39.230Z | Checking rustls-platform-verifier v0.6.2 |
| 2542 | 2026-07-18T16:38:39.334Z | Checking crossbeam-deque v0.8.6 |
| 2543 | 2026-07-18T16:38:39.338Z | Checking globset v0.4.18 |
| 2544 | 2026-07-18T16:38:39.357Z | Checking regex v1.12.3 |
| 2545 | 2026-07-18T16:38:39.369Z | Checking phf_shared v0.11.3 |
| 2546 | 2026-07-18T16:38:39.422Z | Checking hkdf v0.12.4 |
| 2547 | 2026-07-18T16:38:39.512Z | Checking olpc-cjson v0.1.4 |
| 2548 | 2026-07-18T16:38:39.515Z | Checking ref-cast v1.0.25 |
| 2549 | 2026-07-18T16:38:39.555Z | Checking curve25519-dalek v4.1.3 |
| 2550 | 2026-07-18T16:38:39.595Z | Checking strum v0.27.2 |
| 2551 | 2026-07-18T16:38:39.617Z | Checking pkcs1 v0.7.5 |
| 2552 | 2026-07-18T16:38:39.629Z | Checking hubpack v0.1.2 |
| 2553 | 2026-07-18T16:38:39.640Z | Checking memoffset v0.9.1 |
| 2554 | 2026-07-18T16:38:39.650Z | Checking rustix v0.38.44 |
| 2555 | 2026-07-18T16:38:39.698Z | Checking pem v3.0.6 |
| 2556 | 2026-07-18T16:38:39.713Z | Checking float-cmp v0.10.0 |
| 2557 | 2026-07-18T16:38:39.756Z | Checking serde_plain v1.0.2 |
| 2558 | 2026-07-18T16:38:39.786Z | Checking erased-serde v0.3.31 |
| 2559 | 2026-07-18T16:38:39.818Z | Checking serde-big-array v0.5.1 |
| 2560 | 2026-07-18T16:38:39.832Z | Checking crypto-bigint v0.5.5 |
| 2561 | 2026-07-18T16:38:39.852Z | Checking memmap2 v0.9.10 |
| 2562 | 2026-07-18T16:38:39.898Z | Checking thread-id v4.2.2 |
| 2563 | 2026-07-18T16:38:39.948Z | Checking env_filter v1.0.0 |
| 2564 | 2026-07-18T16:38:39.977Z | Checking unicode-segmentation v1.12.0 |
| 2565 | 2026-07-18T16:38:40.010Z | Checking winnow v1.0.3 |
| 2566 | 2026-07-18T16:38:40.060Z | Checking new_debug_unreachable v1.0.6 |
| 2567 | 2026-07-18T16:38:40.091Z | Checking predicates-core v1.0.10 |
| 2568 | 2026-07-18T16:38:40.127Z | Checking normalize-line-endings v0.3.0 |
| 2569 | 2026-07-18T16:38:40.168Z | Checking toml_write v0.1.2 |
| 2570 | 2026-07-18T16:38:40.212Z | Checking fixedbitset v0.5.7 |
| 2571 | 2026-07-18T16:38:40.212Z | Checking const-oid v0.10.2 |
| 2572 | 2026-07-18T16:38:40.284Z | Checking difflib v0.4.0 |
| 2573 | 2026-07-18T16:38:40.296Z | Checking keccak v0.1.6 |
| 2574 | 2026-07-18T16:38:40.329Z | Checking static_assertions v1.1.0 |
| 2575 | 2026-07-18T16:38:40.333Z | Checking precomputed-hash v0.1.1 |
| 2576 | 2026-07-18T16:38:40.369Z | Checking winnow v0.7.14 |
| 2577 | 2026-07-18T16:38:40.397Z | Checking data-encoding v2.10.0 |
| 2578 | 2026-07-18T16:38:40.409Z | Checking whoami v2.1.0 |
| 2579 | 2026-07-18T16:38:40.419Z | Checking fixedbitset v0.4.2 |
| 2580 | 2026-07-18T16:38:40.447Z | Checking cpufeatures v0.3.0 |
| 2581 | 2026-07-18T16:38:40.459Z | Checking typed-path v0.9.3 |
| 2582 | 2026-07-18T16:38:40.462Z | Checking jiff v0.2.21 |
| 2583 | 2026-07-18T16:38:40.516Z | Checking chacha20 v0.10.0 |
| 2584 | 2026-07-18T16:38:40.561Z | Checking petgraph v0.6.5 |
| 2585 | 2026-07-18T16:38:40.592Z | Checking tokio-postgres v0.7.16 |
| 2586 | 2026-07-18T16:38:40.664Z | Checking hickory-proto v0.25.2 |
| 2587 | 2026-07-18T16:38:40.732Z | Checking elliptic-curve v0.13.8 |
| 2588 | 2026-07-18T16:38:40.766Z | Checking sha3 v0.10.8 |
| 2589 | 2026-07-18T16:38:40.968Z | Checking predicates v3.1.4 |
| 2590 | 2026-07-18T16:38:41.035Z | Checking crossterm v0.28.1 |
| 2591 | 2026-07-18T16:38:41.238Z | Checking tough v0.22.0 |
| 2592 | 2026-07-18T16:38:41.266Z | Checking string_cache v0.8.9 |
| 2593 | 2026-07-18T16:38:41.433Z | Checking petgraph v0.8.3 |
| 2594 | 2026-07-18T16:38:41.551Z | Checking toml_edit v0.22.27 |
| 2595 | 2026-07-18T16:38:41.745Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2596 | 2026-07-18T16:38:41.811Z | Checking digest v0.11.3 |
| 2597 | 2026-07-18T16:38:41.856Z | Checking ed25519-dalek v2.2.0 |
| 2598 | 2026-07-18T16:38:41.987Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2599 | 2026-07-18T16:38:42.083Z | Checking similar v2.7.0 |
| 2600 | 2026-07-18T16:38:42.316Z | Checking slog v2.8.2 |
| 2601 | 2026-07-18T16:38:42.462Z | Checking env_logger v0.11.9 |
| 2602 | 2026-07-18T16:38:42.577Z | Checking toml v0.7.8 |
| 2603 | 2026-07-18T16:38:42.634Z | Checking usdt v0.6.0 |
| 2604 | 2026-07-18T16:38:42.652Z | Checking usdt-impl v0.5.0 |
| 2605 | 2026-07-18T16:38:42.676Z | Checking zip v4.6.1 |
| 2606 | 2026-07-18T16:38:42.801Z | Checking rsa v0.9.10 |
| 2607 | 2026-07-18T16:38:42.891Z | Checking nix v0.31.2 |
| 2608 | 2026-07-18T16:38:42.928Z | Checking clap v4.6.1 |
| 2609 | 2026-07-18T16:38:43.249Z | Checking reqwest v0.13.2 |
| 2610 | 2026-07-18T16:38:43.252Z | Checking zip v0.6.6 |
| 2611 | 2026-07-18T16:38:43.290Z | Checking itertools v0.13.0 |
| 2612 | 2026-07-18T16:38:43.338Z | Checking serde_with v3.17.0 |
| 2613 | 2026-07-18T16:38:43.472Z | Checking byte-wrapper v0.1.0 |
| 2614 | 2026-07-18T16:38:43.583Z | Checking strum v0.26.3 |
| 2615 | 2026-07-18T16:38:43.681Z | Checking fs-err v3.3.0 |
| 2616 | 2026-07-18T16:38:43.694Z | Checking ahash v0.8.12 |
| 2617 | 2026-07-18T16:38:43.884Z | Checking tokio-stream v0.1.18 |
| 2618 | 2026-07-18T16:38:43.923Z | Checking object v0.37.3 |
| 2619 | 2026-07-18T16:38:43.979Z | Checking buf-list v1.1.2 |
| 2620 | 2026-07-18T16:38:44.005Z | Checking anyhow v1.0.102 |
| 2621 | 2026-07-18T16:38:44.077Z | Checking camino v1.2.2 |
| 2622 | 2026-07-18T16:38:44.125Z | Checking x509-cert v0.2.5 |
| 2623 | 2026-07-18T16:38:44.162Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2624 | 2026-07-18T16:38:44.219Z | Checking openapiv3 v2.2.0 |
| 2625 | 2026-07-18T16:38:44.285Z | Checking peg-runtime v0.8.5 |
| 2626 | 2026-07-18T16:38:44.337Z | Checking lalrpop-util v0.19.12 |
| 2627 | 2026-07-18T16:38:44.340Z | Checking rayon v1.11.0 |
| 2628 | 2026-07-18T16:38:44.423Z | Checking sigpipe v0.1.3 |
| 2629 | 2026-07-18T16:38:44.435Z | Checking glob v0.3.3 |
| 2630 | 2026-07-18T16:38:46.105Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2631 | 2026-07-18T16:38:46.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.24s |
| 2632 | 2026-07-18T16:38:46.529Z | |
| 2633 | 2026-07-18T16:38:46.529Z | info: running `cargo check --bins` on internal-dns-types (77/301) |
| 2634 | 2026-07-18T16:38:46.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-07-18T16:38:46.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-07-18T16:38:46.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-07-18T16:38:46.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2638 | 2026-07-18T16:38:47.060Z | |
| 2639 | 2026-07-18T16:38:47.060Z | info: running `cargo check --bins` on internal-dns-types-versions (78/301) |
| 2640 | 2026-07-18T16:38:47.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-07-18T16:38:47.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-07-18T16:38:47.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-07-18T16:38:47.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2644 | 2026-07-18T16:38:47.591Z | |
| 2645 | 2026-07-18T16:38:47.591Z | info: running `cargo check --bins` on nexus-types-versions (79/301) |
| 2646 | 2026-07-18T16:38:48.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-07-18T16:38:48.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-07-18T16:38:48.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-07-18T16:38:48.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2650 | 2026-07-18T16:38:48.138Z | |
| 2651 | 2026-07-18T16:38:48.138Z | info: running `cargo check --bins` on oxql-types (80/301) |
| 2652 | 2026-07-18T16:38:48.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-07-18T16:38:48.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-07-18T16:38:48.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-07-18T16:38:48.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2656 | 2026-07-18T16:38:48.671Z | |
| 2657 | 2026-07-18T16:38:48.671Z | info: running `cargo check --bins` on oximeter-types (81/301) |
| 2658 | 2026-07-18T16:38:49.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-07-18T16:38:49.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-07-18T16:38:49.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-07-18T16:38:49.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2662 | 2026-07-18T16:38:49.208Z | |
| 2663 | 2026-07-18T16:38:49.208Z | info: running `cargo check --bins` on oximeter-types-versions (82/301) |
| 2664 | 2026-07-18T16:38:49.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-07-18T16:38:49.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-07-18T16:38:49.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-07-18T16:38:49.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2668 | 2026-07-18T16:38:49.737Z | |
| 2669 | 2026-07-18T16:38:49.737Z | info: running `cargo check --bins` on oximeter-macro-impl (83/301) |
| 2670 | 2026-07-18T16:38:50.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-07-18T16:38:50.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-07-18T16:38:50.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2026-07-18T16:38:50.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2674 | 2026-07-18T16:38:50.253Z | |
| 2675 | 2026-07-18T16:38:50.253Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/301) |
| 2676 | 2026-07-18T16:38:50.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2026-07-18T16:38:50.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2026-07-18T16:38:50.893Z | Compiling structmeta-derive v0.3.0 |
| 2679 | 2026-07-18T16:38:51.008Z | Compiling multer v3.1.0 |
| 2680 | 2026-07-18T16:38:51.019Z | Compiling async-stream-impl v0.3.6 |
| 2681 | 2026-07-18T16:38:51.022Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2682 | 2026-07-18T16:38:51.036Z | Compiling dropshot v0.17.1 |
| 2683 | 2026-07-18T16:38:51.051Z | Compiling newtype-uuid-macros v0.1.0 |
| 2684 | 2026-07-18T16:38:51.054Z | Compiling dropshot_endpoint v0.17.1 |
| 2685 | 2026-07-18T16:38:51.076Z | Checking newtype-uuid v1.3.2 |
| 2686 | 2026-07-18T16:38:51.246Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2687 | 2026-07-18T16:38:51.267Z | Checking daft v0.1.7 |
| 2688 | 2026-07-18T16:38:51.330Z | Checking thread_local v1.1.9 |
| 2689 | 2026-07-18T16:38:51.413Z | Checking match_cfg v0.1.0 |
| 2690 | 2026-07-18T16:38:51.483Z | Checking compression-core v0.4.31 |
| 2691 | 2026-07-18T16:38:51.499Z | Checking hostname v0.3.1 |
| 2692 | 2026-07-18T16:38:51.549Z | Checking iddqd v0.4.2 |
| 2693 | 2026-07-18T16:38:51.592Z | Checking crossbeam-channel v0.5.15 |
| 2694 | 2026-07-18T16:38:51.592Z | Checking atomicwrites v0.4.4 |
| 2695 | 2026-07-18T16:38:51.617Z | Checking compression-codecs v0.4.37 |
| 2696 | 2026-07-18T16:38:51.660Z | Checking slog-json v2.6.1 |
| 2697 | 2026-07-18T16:38:51.726Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2698 | 2026-07-18T16:38:51.782Z | Checking serde_spanned v1.1.1 |
| 2699 | 2026-07-18T16:38:51.817Z | Checking is-terminal v0.4.17 |
| 2700 | 2026-07-18T16:38:51.830Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2701 | 2026-07-18T16:38:51.905Z | Checking take_mut v0.2.2 |
| 2702 | 2026-07-18T16:38:51.909Z | Checking term v1.2.1 |
| 2703 | 2026-07-18T16:38:51.928Z | Checking debug-ignore v1.0.5 |
| 2704 | 2026-07-18T16:38:51.940Z | Checking slog-bunyan v2.5.0 |
| 2705 | 2026-07-18T16:38:52.003Z | Checking slog-async v2.8.0 |
| 2706 | 2026-07-18T16:38:52.006Z | Checking toml v1.1.2+spec-1.1.0 |
| 2707 | 2026-07-18T16:38:52.026Z | Checking async-compression v0.4.41 |
| 2708 | 2026-07-18T16:38:52.048Z | Checking async-stream v0.3.6 |
| 2709 | 2026-07-18T16:38:52.069Z | Compiling structmeta v0.3.0 |
| 2710 | 2026-07-18T16:38:52.131Z | Checking slog-term v2.9.2 |
| 2711 | 2026-07-18T16:38:52.171Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2712 | 2026-07-18T16:38:52.171Z | Checking progenitor-client v0.14.0 |
| 2713 | 2026-07-18T16:38:52.265Z | Checking sha1 v0.11.0 |
| 2714 | 2026-07-18T16:38:52.282Z | Compiling derive-ex v0.1.8 |
| 2715 | 2026-07-18T16:38:52.295Z | Compiling parse-display-derive v0.10.0 |
| 2716 | 2026-07-18T16:38:52.399Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2717 | 2026-07-18T16:38:52.450Z | Checking waitgroup v0.1.2 |
| 2718 | 2026-07-18T16:38:52.476Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2719 | 2026-07-18T16:38:52.534Z | Checking rustls-pemfile v2.2.0 |
| 2720 | 2026-07-18T16:38:52.547Z | Checking backon v1.6.0 |
| 2721 | 2026-07-18T16:38:52.561Z | Checking serde_path_to_error v0.1.20 |
| 2722 | 2026-07-18T16:38:52.588Z | Checking hostname v0.4.2 |
| 2723 | 2026-07-18T16:38:52.603Z | Checking instant v0.1.13 |
| 2724 | 2026-07-18T16:38:52.688Z | Checking backoff v0.4.0 |
| 2725 | 2026-07-18T16:38:52.714Z | Checking progenitor-extras v0.2.0 |
| 2726 | 2026-07-18T16:38:52.836Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2727 | 2026-07-18T16:38:52.872Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2728 | 2026-07-18T16:38:52.884Z | Checking itertools v0.14.0 |
| 2729 | 2026-07-18T16:38:52.928Z | Checking regress v0.10.5 |
| 2730 | 2026-07-18T16:38:53.055Z | Checking macaddr v1.0.1 |
| 2731 | 2026-07-18T16:38:53.397Z | Checking humantime v2.3.0 |
| 2732 | 2026-07-18T16:38:53.982Z | Compiling test-strategy v0.4.5 |
| 2733 | 2026-07-18T16:38:53.995Z | Checking parse-display v0.10.0 |
| 2734 | 2026-07-18T16:38:54.476Z | Compiling prettyplease v0.2.37 |
| 2735 | 2026-07-18T16:38:54.802Z | Checking num-rational v0.4.2 |
| 2736 | 2026-07-18T16:38:55.042Z | Checking num-complex v0.4.6 |
| 2737 | 2026-07-18T16:38:55.459Z | Compiling num v0.4.3 |
| 2738 | 2026-07-18T16:38:55.497Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2739 | 2026-07-18T16:38:55.591Z | Compiling usdt-attr-macro v0.5.0 |
| 2740 | 2026-07-18T16:38:55.616Z | Compiling usdt-macro v0.5.0 |
| 2741 | 2026-07-18T16:38:55.674Z | Checking memmap v0.7.0 |
| 2742 | 2026-07-18T16:38:55.806Z | Compiling float-ord v0.3.2 |
| 2743 | 2026-07-18T16:38:55.867Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2744 | 2026-07-18T16:38:56.029Z | Compiling convert_case v0.4.0 |
| 2745 | 2026-07-18T16:38:56.063Z | Checking unicode-width v0.2.0 |
| 2746 | 2026-07-18T16:38:56.324Z | Checking console v0.15.11 |
| 2747 | 2026-07-18T16:38:56.344Z | Checking newline-converter v0.3.0 |
| 2748 | 2026-07-18T16:38:56.376Z | Checking usdt v0.5.0 |
| 2749 | 2026-07-18T16:38:56.399Z | Compiling derive_more v0.99.20 |
| 2750 | 2026-07-18T16:38:56.451Z | Compiling toml v0.8.23 |
| 2751 | 2026-07-18T16:38:56.543Z | Compiling minimal-lexical v0.2.1 |
| 2752 | 2026-07-18T16:38:56.594Z | Checking linked-hash-map v0.5.6 |
| 2753 | 2026-07-18T16:38:56.764Z | Checking lru-cache v0.1.2 |
| 2754 | 2026-07-18T16:38:56.798Z | Compiling nom v7.1.3 |
| 2755 | 2026-07-18T16:38:56.884Z | Checking expectorate v1.2.0 |
| 2756 | 2026-07-18T16:38:57.229Z | Checking camino-tempfile v1.4.1 |
| 2757 | 2026-07-18T16:38:57.393Z | Checking hickory-proto v0.24.4 |
| 2758 | 2026-07-18T16:38:57.396Z | Checking phf_shared v0.12.1 |
| 2759 | 2026-07-18T16:38:57.525Z | Compiling slog-dtrace v0.3.0 |
| 2760 | 2026-07-18T16:38:57.541Z | Compiling unicode-xid v0.2.6 |
| 2761 | 2026-07-18T16:38:57.731Z | Checking resolv-conf v0.7.6 |
| 2762 | 2026-07-18T16:38:57.921Z | Compiling chrono-tz v0.10.4 |
| 2763 | 2026-07-18T16:38:57.978Z | Checking heck v0.5.0 |
| 2764 | 2026-07-18T16:38:58.135Z | Compiling const_format_proc_macros v0.2.34 |
| 2765 | 2026-07-18T16:38:58.148Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2766 | 2026-07-18T16:38:58.160Z | Checking phf v0.12.1 |
| 2767 | 2026-07-18T16:38:58.300Z | Checking tokio-dtrace v0.1.1 |
| 2768 | 2026-07-18T16:38:58.488Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2769 | 2026-07-18T16:38:58.645Z | Compiling derive-where v1.6.0 |
| 2770 | 2026-07-18T16:38:58.941Z | Checking highway v1.3.0 |
| 2771 | 2026-07-18T16:38:59.006Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2772 | 2026-07-18T16:38:59.030Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2773 | 2026-07-18T16:38:59.211Z | Checking const_format v0.2.35 |
| 2774 | 2026-07-18T16:38:59.244Z | Checking hickory-resolver v0.24.4 |
| 2775 | 2026-07-18T16:38:59.442Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2776 | 2026-07-18T16:38:59.973Z | Checking oxide-tokio-rt v0.1.4 |
| 2777 | 2026-07-18T16:39:00.011Z | Checking qorb v0.4.1 |
| 2778 | 2026-07-18T16:39:00.218Z | Checking gethostname v0.5.0 |
| 2779 | 2026-07-18T16:39:00.310Z | Checking bcs v0.1.6 |
| 2780 | 2026-07-18T16:39:00.323Z | Checking termtree v0.5.1 |
| 2781 | 2026-07-18T16:39:00.546Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2782 | 2026-07-18T16:39:00.598Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2783 | 2026-07-18T16:39:00.782Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2784 | 2026-07-18T16:39:00.786Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2785 | 2026-07-18T16:39:03.746Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2786 | 2026-07-18T16:39:06.173Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2787 | 2026-07-18T16:39:08.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s |
| 2788 | 2026-07-18T16:39:08.444Z | |
| 2789 | 2026-07-18T16:39:08.444Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301) |
| 2790 | 2026-07-18T16:39:08.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-07-18T16:39:08.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-07-18T16:39:09.069Z | Compiling ar_archive_writer v0.5.1 |
| 2793 | 2026-07-18T16:39:09.072Z | Compiling stacker v0.1.23 |
| 2794 | 2026-07-18T16:39:09.177Z | Compiling cfg_aliases v0.1.1 |
| 2795 | 2026-07-18T16:39:09.193Z | Compiling convert_case v0.10.0 |
| 2796 | 2026-07-18T16:39:09.201Z | Checking unicode-width v0.1.14 |
| 2797 | 2026-07-18T16:39:09.209Z | Compiling proc-macro-error v1.0.4 |
| 2798 | 2026-07-18T16:39:09.219Z | Checking fd-lock v4.0.4 |
| 2799 | 2026-07-18T16:39:09.220Z | Checking nibble_vec v0.1.0 |
| 2800 | 2026-07-18T16:39:09.241Z | Compiling nix v0.28.0 |
| 2801 | 2026-07-18T16:39:09.330Z | Checking vte v0.14.1 |
| 2802 | 2026-07-18T16:39:09.348Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2803 | 2026-07-18T16:39:09.449Z | Checking endian-type v0.1.2 |
| 2804 | 2026-07-18T16:39:09.464Z | Checking bytecount v0.6.9 |
| 2805 | 2026-07-18T16:39:09.482Z | Checking strip-ansi-escapes v0.2.1 |
| 2806 | 2026-07-18T16:39:09.485Z | Compiling derive_more-impl v2.1.1 |
| 2807 | 2026-07-18T16:39:09.497Z | Compiling tabled_derive v0.7.0 |
| 2808 | 2026-07-18T16:39:09.558Z | Checking papergrid v0.11.0 |
| 2809 | 2026-07-18T16:39:09.572Z | Checking radix_trie v0.2.1 |
| 2810 | 2026-07-18T16:39:09.622Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2811 | 2026-07-18T16:39:09.768Z | Compiling peg-macros v0.8.5 |
| 2812 | 2026-07-18T16:39:09.781Z | Checking winnow v0.6.26 |
| 2813 | 2026-07-18T16:39:10.018Z | Compiling psm v0.1.30 |
| 2814 | 2026-07-18T16:39:10.124Z | Compiling sqlparser_derive v0.5.0 |
| 2815 | 2026-07-18T16:39:10.181Z | Checking nu-ansi-term v0.50.3 |
| 2816 | 2026-07-18T16:39:10.349Z | Checking derive_more v2.1.1 |
| 2817 | 2026-07-18T16:39:10.390Z | Checking unicode_categories v0.1.1 |
| 2818 | 2026-07-18T16:39:10.427Z | Checking home v0.5.12 |
| 2819 | 2026-07-18T16:39:10.503Z | Checking tabled v0.15.0 |
| 2820 | 2026-07-18T16:39:10.539Z | Checking crossterm v0.29.0 |
| 2821 | 2026-07-18T16:39:10.552Z | Checking rustyline v14.0.0 |
| 2822 | 2026-07-18T16:39:10.597Z | Checking reedline v0.40.0 |
| 2823 | 2026-07-18T16:39:10.798Z | Checking recursive v0.1.1 |
| 2824 | 2026-07-18T16:39:10.904Z | Checking sqlparser v0.61.0 |
| 2825 | 2026-07-18T16:39:10.920Z | Checking display-error-chain v0.2.2 |
| 2826 | 2026-07-18T16:39:10.959Z | Checking sqlformat v0.3.5 |
| 2827 | 2026-07-18T16:39:11.155Z | Checking peg v0.8.5 |
| 2828 | 2026-07-18T16:39:22.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s |
| 2829 | 2026-07-18T16:39:22.402Z | |
| 2830 | 2026-07-18T16:39:22.402Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301) |
| 2831 | 2026-07-18T16:39:22.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2026-07-18T16:39:22.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2026-07-18T16:39:23.024Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2834 | 2026-07-18T16:39:26.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2835 | 2026-07-18T16:39:26.668Z | |
| 2836 | 2026-07-18T16:39:26.668Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301) |
| 2837 | 2026-07-18T16:39:27.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2026-07-18T16:39:27.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2026-07-18T16:39:27.291Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2840 | 2026-07-18T16:39:29.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 2841 | 2026-07-18T16:39:29.932Z | |
| 2842 | 2026-07-18T16:39:29.932Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301) |
| 2843 | 2026-07-18T16:39:30.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2026-07-18T16:39:30.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2026-07-18T16:39:30.548Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2846 | 2026-07-18T16:39:33.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2847 | 2026-07-18T16:39:34.012Z | |
| 2848 | 2026-07-18T16:39:34.012Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301) |
| 2849 | 2026-07-18T16:39:34.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2026-07-18T16:39:34.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2026-07-18T16:39:34.644Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2852 | 2026-07-18T16:39:37.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2853 | 2026-07-18T16:39:38.098Z | |
| 2854 | 2026-07-18T16:39:38.098Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301) |
| 2855 | 2026-07-18T16:39:38.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2026-07-18T16:39:38.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2026-07-18T16:39:38.716Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2858 | 2026-07-18T16:39:41.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 2859 | 2026-07-18T16:39:41.488Z | |
| 2860 | 2026-07-18T16:39:41.488Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301) |
| 2861 | 2026-07-18T16:39:41.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2026-07-18T16:39:41.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2026-07-18T16:39:42.113Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2864 | 2026-07-18T16:39:44.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2865 | 2026-07-18T16:39:44.928Z | |
| 2866 | 2026-07-18T16:39:44.928Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301) |
| 2867 | 2026-07-18T16:39:45.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2026-07-18T16:39:45.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2026-07-18T16:39:45.555Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2026-07-18T16:39:49.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2871 | 2026-07-18T16:39:49.180Z | |
| 2872 | 2026-07-18T16:39:49.180Z | info: running `cargo check --bins` on oximeter (93/301) |
| 2873 | 2026-07-18T16:39:49.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2026-07-18T16:39:49.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2026-07-18T16:39:49.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2026-07-18T16:39:49.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2877 | 2026-07-18T16:39:49.718Z | |
| 2878 | 2026-07-18T16:39:49.718Z | info: running `cargo check --bins` on oximeter-schema (94/301) |
| 2879 | 2026-07-18T16:39:50.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2026-07-18T16:39:50.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2026-07-18T16:39:50.303Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2882 | 2026-07-18T16:39:50.465Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2883 | 2026-07-18T16:39:50.480Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2884 | 2026-07-18T16:39:50.817Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2885 | 2026-07-18T16:39:53.335Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2886 | 2026-07-18T16:39:54.543Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2887 | 2026-07-18T16:39:54.746Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2888 | 2026-07-18T16:39:55.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
| 2889 | 2026-07-18T16:39:55.567Z | |
| 2890 | 2026-07-18T16:39:55.567Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/301) |
| 2891 | 2026-07-18T16:39:56.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2026-07-18T16:39:56.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2026-07-18T16:39:56.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2894 | 2026-07-18T16:39:56.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2895 | 2026-07-18T16:39:56.103Z | |
| 2896 | 2026-07-18T16:39:56.103Z | info: running `cargo check --bins` on oximeter-test-utils (96/301) |
| 2897 | 2026-07-18T16:39:56.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2026-07-18T16:39:56.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2026-07-18T16:39:56.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2026-07-18T16:39:56.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2901 | 2026-07-18T16:39:56.683Z | |
| 2902 | 2026-07-18T16:39:56.683Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301) |
| 2903 | 2026-07-18T16:39:57.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2026-07-18T16:39:57.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2026-07-18T16:39:57.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2026-07-18T16:39:57.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2907 | 2026-07-18T16:39:57.229Z | |
| 2908 | 2026-07-18T16:39:57.229Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301) |
| 2909 | 2026-07-18T16:39:57.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2026-07-18T16:39:57.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2026-07-18T16:39:57.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2912 | 2026-07-18T16:39:57.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2913 | 2026-07-18T16:39:57.775Z | |
| 2914 | 2026-07-18T16:39:57.775Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301) |
| 2915 | 2026-07-18T16:39:58.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2026-07-18T16:39:58.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2026-07-18T16:39:58.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2918 | 2026-07-18T16:39:58.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2919 | 2026-07-18T16:39:58.319Z | |
| 2920 | 2026-07-18T16:39:58.319Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301) |
| 2921 | 2026-07-18T16:39:58.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2026-07-18T16:39:58.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2026-07-18T16:39:58.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2924 | 2026-07-18T16:39:58.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2925 | 2026-07-18T16:39:58.863Z | |
| 2926 | 2026-07-18T16:39:58.863Z | info: running `cargo check --bins` on trust-quorum-types (101/301) |
| 2927 | 2026-07-18T16:39:59.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2026-07-18T16:39:59.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2026-07-18T16:39:59.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2930 | 2026-07-18T16:39:59.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2931 | 2026-07-18T16:39:59.394Z | |
| 2932 | 2026-07-18T16:39:59.394Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/301) |
| 2933 | 2026-07-18T16:39:59.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2026-07-18T16:39:59.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2026-07-18T16:39:59.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2026-07-18T16:39:59.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2937 | 2026-07-18T16:39:59.941Z | |
| 2938 | 2026-07-18T16:39:59.941Z | info: running `cargo check --bins` on update-engine (103/301) |
| 2939 | 2026-07-18T16:40:00.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2026-07-18T16:40:00.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2026-07-18T16:40:00.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2942 | 2026-07-18T16:40:00.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2943 | 2026-07-18T16:40:00.472Z | |
| 2944 | 2026-07-18T16:40:00.472Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/301) |
| 2945 | 2026-07-18T16:40:00.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2026-07-18T16:40:00.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2026-07-18T16:40:01.152Z | Compiling crucible-workspace-hack v0.1.0 |
| 2948 | 2026-07-18T16:40:01.268Z | Checking secrecy v0.10.3 |
| 2949 | 2026-07-18T16:40:01.276Z | Compiling heapless v0.8.0 |
| 2950 | 2026-07-18T16:40:01.276Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2951 | 2026-07-18T16:40:01.289Z | Compiling ingot-macros v0.1.1 |
| 2952 | 2026-07-18T16:40:01.298Z | Checking hash32 v0.3.1 |
| 2953 | 2026-07-18T16:40:01.301Z | Checking inout v0.1.4 |
| 2954 | 2026-07-18T16:40:01.321Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2955 | 2026-07-18T16:40:01.368Z | Compiling smoltcp v0.11.0 |
| 2956 | 2026-07-18T16:40:01.419Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2957 | 2026-07-18T16:40:01.432Z | Checking cipher v0.4.4 |
| 2958 | 2026-07-18T16:40:01.508Z | Checking cobs v0.3.0 |
| 2959 | 2026-07-18T16:40:01.527Z | Checking universal-hash v0.5.1 |
| 2960 | 2026-07-18T16:40:01.569Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2961 | 2026-07-18T16:40:01.624Z | Checking half v2.7.1 |
| 2962 | 2026-07-18T16:40:01.645Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2963 | 2026-07-18T16:40:01.648Z | Checking opaque-debug v0.3.1 |
| 2964 | 2026-07-18T16:40:01.724Z | Checking ciborium-io v0.2.2 |
| 2965 | 2026-07-18T16:40:01.749Z | Checking poly1305 v0.8.0 |
| 2966 | 2026-07-18T16:40:01.824Z | Checking postcard v1.1.3 |
| 2967 | 2026-07-18T16:40:01.855Z | Checking chacha20 v0.9.1 |
| 2968 | 2026-07-18T16:40:01.877Z | Checking ciborium-ll v0.2.2 |
| 2969 | 2026-07-18T16:40:02.005Z | Compiling proc-macro-crate v3.4.0 |
| 2970 | 2026-07-18T16:40:02.047Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2971 | 2026-07-18T16:40:02.051Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2972 | 2026-07-18T16:40:02.106Z | Checking password-hash v0.5.0 |
| 2973 | 2026-07-18T16:40:02.352Z | Checking blake2 v0.10.6 |
| 2974 | 2026-07-18T16:40:02.369Z | Compiling proc-macro-crate v1.3.1 |
| 2975 | 2026-07-18T16:40:02.456Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2976 | 2026-07-18T16:40:02.482Z | Checking aead v0.5.2 |
| 2977 | 2026-07-18T16:40:02.558Z | Compiling num_enum_derive v0.7.6 |
| 2978 | 2026-07-18T16:40:02.587Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2979 | 2026-07-18T16:40:02.622Z | Compiling foreign-types-macros v0.2.3 |
| 2980 | 2026-07-18T16:40:02.686Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2981 | 2026-07-18T16:40:02.729Z | Checking thiserror-no-std v2.0.2 |
| 2982 | 2026-07-18T16:40:02.777Z | Checking foreign-types-shared v0.3.1 |
| 2983 | 2026-07-18T16:40:02.791Z | Compiling num_enum_derive v0.5.11 |
| 2984 | 2026-07-18T16:40:02.813Z | Checking vsss-rs v3.3.4 |
| 2985 | 2026-07-18T16:40:02.865Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2986 | 2026-07-18T16:40:02.938Z | Checking chacha20poly1305 v0.10.1 |
| 2987 | 2026-07-18T16:40:03.065Z | Checking argon2 v0.5.3 |
| 2988 | 2026-07-18T16:40:03.220Z | Checking foreign-types v0.5.0 |
| 2989 | 2026-07-18T16:40:03.288Z | Checking ciborium v0.2.2 |
| 2990 | 2026-07-18T16:40:03.417Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2991 | 2026-07-18T16:40:03.514Z | Checking tabwriter v1.4.1 |
| 2992 | 2026-07-18T16:40:03.592Z | Checking num_enum v0.7.6 |
| 2993 | 2026-07-18T16:40:03.661Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2994 | 2026-07-18T16:40:03.699Z | Checking cstr-argument v0.1.2 |
| 2995 | 2026-07-18T16:40:03.703Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2996 | 2026-07-18T16:40:03.727Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2997 | 2026-07-18T16:40:03.817Z | Checking num_enum v0.5.11 |
| 2998 | 2026-07-18T16:40:03.831Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2999 | 2026-07-18T16:40:03.936Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3000 | 2026-07-18T16:40:03.936Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3001 | 2026-07-18T16:40:03.961Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3002 | 2026-07-18T16:40:04.000Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3003 | 2026-07-18T16:40:04.117Z | Checking ingot-types v0.1.2 |
| 3004 | 2026-07-18T16:40:04.136Z | Checking rand v0.10.1 |
| 3005 | 2026-07-18T16:40:04.149Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3006 | 2026-07-18T16:40:04.202Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3007 | 2026-07-18T16:40:04.234Z | Checking colored v3.1.1 |
| 3008 | 2026-07-18T16:40:04.255Z | Checking indent_write v2.2.0 |
| 3009 | 2026-07-18T16:40:04.367Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3010 | 2026-07-18T16:40:04.385Z | Compiling zone_cfg_derive v0.3.1 |
| 3011 | 2026-07-18T16:40:04.434Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3012 | 2026-07-18T16:40:04.462Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3013 | 2026-07-18T16:40:04.488Z | Checking ingot v0.1.1 |
| 3014 | 2026-07-18T16:40:04.544Z | Checking itertools v0.12.1 |
| 3015 | 2026-07-18T16:40:04.604Z | Compiling num-derive v0.4.2 |
| 3016 | 2026-07-18T16:40:04.618Z | Checking swrite v0.1.0 |
| 3017 | 2026-07-18T16:40:04.646Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3018 | 2026-07-18T16:40:04.708Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3019 | 2026-07-18T16:40:04.862Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3020 | 2026-07-18T16:40:05.024Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3021 | 2026-07-18T16:40:05.038Z | Checking dropshot-api-manager-types v0.7.2 |
| 3022 | 2026-07-18T16:40:05.050Z | Checking smf v0.2.3 |
| 3023 | 2026-07-18T16:40:05.112Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3024 | 2026-07-18T16:40:05.134Z | Checking nanorand v0.7.0 |
| 3025 | 2026-07-18T16:40:05.204Z | Checking whoami v1.6.1 |
| 3026 | 2026-07-18T16:40:05.286Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3027 | 2026-07-18T16:40:05.332Z | Checking flume v0.11.1 |
| 3028 | 2026-07-18T16:40:05.543Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3029 | 2026-07-18T16:40:05.573Z | Checking zone v0.3.1 |
| 3030 | 2026-07-18T16:40:06.082Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3031 | 2026-07-18T16:40:07.036Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3032 | 2026-07-18T16:40:07.945Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3033 | 2026-07-18T16:40:11.397Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3034 | 2026-07-18T16:40:13.468Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3035 | 2026-07-18T16:40:14.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s |
| 3036 | 2026-07-18T16:40:14.736Z | |
| 3037 | 2026-07-18T16:40:14.736Z | info: running `cargo check --bins` on clickhouse-admin-api (105/301) |
| 3038 | 2026-07-18T16:40:15.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2026-07-18T16:40:15.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2026-07-18T16:40:15.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2026-07-18T16:40:15.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3042 | 2026-07-18T16:40:15.283Z | |
| 3043 | 2026-07-18T16:40:15.283Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/301) |
| 3044 | 2026-07-18T16:40:15.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2026-07-18T16:40:15.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2026-07-18T16:40:15.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2026-07-18T16:40:15.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3048 | 2026-07-18T16:40:15.827Z | |
| 3049 | 2026-07-18T16:40:15.827Z | info: running `cargo check --bins` on bootstrap-agent-client (107/301) |
| 3050 | 2026-07-18T16:40:16.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2026-07-18T16:40:16.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2026-07-18T16:40:16.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3053 | 2026-07-18T16:40:16.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3054 | 2026-07-18T16:40:16.376Z | |
| 3055 | 2026-07-18T16:40:16.376Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301) |
| 3056 | 2026-07-18T16:40:16.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3057 | 2026-07-18T16:40:16.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3058 | 2026-07-18T16:40:16.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3059 | 2026-07-18T16:40:16.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3060 | 2026-07-18T16:40:16.931Z | |
| 3061 | 2026-07-18T16:40:16.931Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301) |
| 3062 | 2026-07-18T16:40:17.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3063 | 2026-07-18T16:40:17.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3064 | 2026-07-18T16:40:17.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3065 | 2026-07-18T16:40:17.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3066 | 2026-07-18T16:40:17.482Z | |
| 3067 | 2026-07-18T16:40:17.482Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/301) |
| 3068 | 2026-07-18T16:40:17.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3069 | 2026-07-18T16:40:17.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3070 | 2026-07-18T16:40:17.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3071 | 2026-07-18T16:40:17.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3072 | 2026-07-18T16:40:18.032Z | |
| 3073 | 2026-07-18T16:40:18.032Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/301) |
| 3074 | 2026-07-18T16:40:18.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3075 | 2026-07-18T16:40:18.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3076 | 2026-07-18T16:40:18.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3077 | 2026-07-18T16:40:18.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3078 | 2026-07-18T16:40:18.582Z | |
| 3079 | 2026-07-18T16:40:18.582Z | info: running `cargo check --bins` on cockroach-admin-client (112/301) |
| 3080 | 2026-07-18T16:40:19.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3081 | 2026-07-18T16:40:19.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3082 | 2026-07-18T16:40:19.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3083 | 2026-07-18T16:40:19.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3084 | 2026-07-18T16:40:19.116Z | |
| 3085 | 2026-07-18T16:40:19.116Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/301) |
| 3086 | 2026-07-18T16:40:19.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3087 | 2026-07-18T16:40:19.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3088 | 2026-07-18T16:40:19.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3089 | 2026-07-18T16:40:19.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3090 | 2026-07-18T16:40:19.664Z | |
| 3091 | 2026-07-18T16:40:19.664Z | info: running `cargo check --bins` on dns-service-client (114/301) |
| 3092 | 2026-07-18T16:40:20.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3093 | 2026-07-18T16:40:20.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3094 | 2026-07-18T16:40:20.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3095 | 2026-07-18T16:40:20.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3096 | 2026-07-18T16:40:20.210Z | |
| 3097 | 2026-07-18T16:40:20.210Z | info: running `cargo check --bins` on installinator-client (115/301) |
| 3098 | 2026-07-18T16:40:20.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3099 | 2026-07-18T16:40:20.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3100 | 2026-07-18T16:40:20.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3101 | 2026-07-18T16:40:20.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3102 | 2026-07-18T16:40:20.756Z | |
| 3103 | 2026-07-18T16:40:20.756Z | info: running `cargo check --bins` on nexus-client (116/301) |
| 3104 | 2026-07-18T16:40:21.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3105 | 2026-07-18T16:40:21.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3106 | 2026-07-18T16:40:21.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3107 | 2026-07-18T16:40:21.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3108 | 2026-07-18T16:40:21.340Z | |
| 3109 | 2026-07-18T16:40:21.340Z | info: running `cargo check --bins` on nexus-lockstep-client (117/301) |
| 3110 | 2026-07-18T16:40:21.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3111 | 2026-07-18T16:40:21.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3112 | 2026-07-18T16:40:21.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3113 | 2026-07-18T16:40:21.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3114 | 2026-07-18T16:40:21.920Z | |
| 3115 | 2026-07-18T16:40:21.920Z | info: running `cargo check --bins` on ntp-admin-client (118/301) |
| 3116 | 2026-07-18T16:40:22.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2026-07-18T16:40:22.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2026-07-18T16:40:22.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3119 | 2026-07-18T16:40:22.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3120 | 2026-07-18T16:40:22.459Z | |
| 3121 | 2026-07-18T16:40:22.459Z | info: running `cargo check --bins` on oxide-client (119/301) |
| 3122 | 2026-07-18T16:40:22.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3123 | 2026-07-18T16:40:22.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3124 | 2026-07-18T16:40:22.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3125 | 2026-07-18T16:40:22.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3126 | 2026-07-18T16:40:22.994Z | |
| 3127 | 2026-07-18T16:40:22.994Z | info: running `cargo check --bins` on oximeter-client (120/301) |
| 3128 | 2026-07-18T16:40:23.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2026-07-18T16:40:23.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2026-07-18T16:40:23.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3131 | 2026-07-18T16:40:23.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3132 | 2026-07-18T16:40:23.540Z | |
| 3133 | 2026-07-18T16:40:23.541Z | info: running `cargo check --bins` on repo-depot-client (121/301) |
| 3134 | 2026-07-18T16:40:23.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3135 | 2026-07-18T16:40:23.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3136 | 2026-07-18T16:40:23.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3137 | 2026-07-18T16:40:23.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3138 | 2026-07-18T16:40:24.070Z | |
| 3139 | 2026-07-18T16:40:24.071Z | info: running `cargo check --bins` on sled-agent-client (122/301) |
| 3140 | 2026-07-18T16:40:24.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3141 | 2026-07-18T16:40:24.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3142 | 2026-07-18T16:40:24.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3143 | 2026-07-18T16:40:24.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3144 | 2026-07-18T16:40:24.625Z | |
| 3145 | 2026-07-18T16:40:24.626Z | info: running `cargo check --bins` on wicketd-client (123/301) |
| 3146 | 2026-07-18T16:40:25.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3147 | 2026-07-18T16:40:25.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3148 | 2026-07-18T16:40:25.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3149 | 2026-07-18T16:40:25.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3150 | 2026-07-18T16:40:25.193Z | |
| 3151 | 2026-07-18T16:40:25.193Z | info: running `cargo check --bins` on installinator-common (124/301) |
| 3152 | 2026-07-18T16:40:25.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3153 | 2026-07-18T16:40:25.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3154 | 2026-07-18T16:40:25.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3155 | 2026-07-18T16:40:25.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3156 | 2026-07-18T16:40:25.760Z | |
| 3157 | 2026-07-18T16:40:25.761Z | info: running `cargo check --bins` on installinator-common-versions (125/301) |
| 3158 | 2026-07-18T16:40:26.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3159 | 2026-07-18T16:40:26.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3160 | 2026-07-18T16:40:26.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3161 | 2026-07-18T16:40:26.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3162 | 2026-07-18T16:40:26.293Z | |
| 3163 | 2026-07-18T16:40:26.293Z | info: running `cargo check --bins` on wicket-common (126/301) |
| 3164 | 2026-07-18T16:40:26.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3165 | 2026-07-18T16:40:26.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3166 | 2026-07-18T16:40:26.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3167 | 2026-07-18T16:40:26.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3168 | 2026-07-18T16:40:26.854Z | |
| 3169 | 2026-07-18T16:40:26.854Z | info: running `cargo check --bins` on wicketd-commission-types (127/301) |
| 3170 | 2026-07-18T16:40:27.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3171 | 2026-07-18T16:40:27.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3172 | 2026-07-18T16:40:27.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3173 | 2026-07-18T16:40:27.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3174 | 2026-07-18T16:40:27.407Z | |
| 3175 | 2026-07-18T16:40:27.407Z | info: running `cargo check --bins` on wicketd-commission-types-versions (128/301) |
| 3176 | 2026-07-18T16:40:27.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3177 | 2026-07-18T16:40:27.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3178 | 2026-07-18T16:40:27.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3179 | 2026-07-18T16:40:27.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3180 | 2026-07-18T16:40:27.962Z | |
| 3181 | 2026-07-18T16:40:27.962Z | info: running `cargo check --bins` on omicron-cockroach-admin (129/301) |
| 3182 | 2026-07-18T16:40:28.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3183 | 2026-07-18T16:40:28.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3184 | 2026-07-18T16:40:28.616Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3185 | 2026-07-18T16:40:28.729Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3186 | 2026-07-18T16:40:28.736Z | Checking csv-core v0.1.13 |
| 3187 | 2026-07-18T16:40:28.743Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3188 | 2026-07-18T16:40:28.750Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3189 | 2026-07-18T16:40:28.753Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3190 | 2026-07-18T16:40:28.769Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3191 | 2026-07-18T16:40:28.780Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2026-07-18T16:40:28.891Z | Checking csv v1.4.0 |
| 3193 | 2026-07-18T16:40:28.917Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3194 | 2026-07-18T16:40:28.943Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3195 | 2026-07-18T16:40:28.958Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3196 | 2026-07-18T16:40:28.988Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3197 | 2026-07-18T16:40:29.233Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3198 | 2026-07-18T16:40:29.599Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3199 | 2026-07-18T16:40:29.603Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3200 | 2026-07-18T16:40:29.942Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3201 | 2026-07-18T16:40:36.005Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3202 | 2026-07-18T16:40:36.544Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3203 | 2026-07-18T16:40:38.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s |
| 3204 | 2026-07-18T16:40:39.121Z | |
| 3205 | 2026-07-18T16:40:39.121Z | info: running `cargo check --bins` on cockroach-admin-api (130/301) |
| 3206 | 2026-07-18T16:40:39.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-07-18T16:40:39.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-07-18T16:40:39.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2026-07-18T16:40:39.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3210 | 2026-07-18T16:40:39.667Z | |
| 3211 | 2026-07-18T16:40:39.667Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301) |
| 3212 | 2026-07-18T16:40:40.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-07-18T16:40:40.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-07-18T16:40:40.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3215 | 2026-07-18T16:40:40.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3216 | 2026-07-18T16:40:40.293Z | |
| 3217 | 2026-07-18T16:40:40.293Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301) |
| 3218 | 2026-07-18T16:40:40.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-07-18T16:40:40.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-07-18T16:40:40.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3221 | 2026-07-18T16:40:40.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3222 | 2026-07-18T16:40:40.924Z | |
| 3223 | 2026-07-18T16:40:40.924Z | info: running `cargo check --bins` on gateway-test-utils (133/301) |
| 3224 | 2026-07-18T16:40:41.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-07-18T16:40:41.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-07-18T16:40:41.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3227 | 2026-07-18T16:40:41.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3228 | 2026-07-18T16:40:41.519Z | |
| 3229 | 2026-07-18T16:40:41.519Z | info: running `cargo check --bins` on omicron-gateway (134/301) |
| 3230 | 2026-07-18T16:40:42.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-07-18T16:40:42.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-07-18T16:40:42.245Z | Compiling regress v0.11.1 |
| 3233 | 2026-07-18T16:40:42.388Z | Compiling unsafe-libyaml v0.2.11 |
| 3234 | 2026-07-18T16:40:42.397Z | Compiling semver v0.1.20 |
| 3235 | 2026-07-18T16:40:42.397Z | Compiling radium v0.7.0 |
| 3236 | 2026-07-18T16:40:42.418Z | Checking nom v8.0.0 |
| 3237 | 2026-07-18T16:40:42.421Z | Checking tap v1.0.1 |
| 3238 | 2026-07-18T16:40:42.421Z | Compiling maybe-uninit v2.0.0 |
| 3239 | 2026-07-18T16:40:42.541Z | Checking wyz v0.5.1 |
| 3240 | 2026-07-18T16:40:42.662Z | Compiling rustc_version v0.1.7 |
| 3241 | 2026-07-18T16:40:42.730Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3242 | 2026-07-18T16:40:42.763Z | Compiling zerocopy-derive v0.6.6 |
| 3243 | 2026-07-18T16:40:42.870Z | Compiling owo-colors v4.3.0 |
| 3244 | 2026-07-18T16:40:42.884Z | Compiling newtype_derive v0.1.6 |
| 3245 | 2026-07-18T16:40:43.085Z | Compiling serde_yaml v0.9.34+deprecated |
| 3246 | 2026-07-18T16:40:43.120Z | Checking crc-catalog v2.4.0 |
| 3247 | 2026-07-18T16:40:43.208Z | Checking funty v2.0.0 |
| 3248 | 2026-07-18T16:40:43.222Z | Compiling packed_struct v0.10.1 |
| 3249 | 2026-07-18T16:40:43.490Z | Compiling cancel-safe-futures v0.1.5 |
| 3250 | 2026-07-18T16:40:43.535Z | Checking bitvec v1.0.1 |
| 3251 | 2026-07-18T16:40:43.622Z | Checking zerocopy v0.6.6 |
| 3252 | 2026-07-18T16:40:43.755Z | Checking crc v3.4.0 |
| 3253 | 2026-07-18T16:40:43.838Z | Checking typify-impl v0.6.2 |
| 3254 | 2026-07-18T16:40:44.112Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3255 | 2026-07-18T16:40:44.234Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3256 | 2026-07-18T16:40:44.399Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3257 | 2026-07-18T16:40:44.554Z | Compiling packed_struct_codegen v0.10.1 |
| 3258 | 2026-07-18T16:40:44.591Z | Checking libsw-core v0.3.2 |
| 3259 | 2026-07-18T16:40:44.649Z | Compiling bitfield-macros v0.19.4 |
| 3260 | 2026-07-18T16:40:44.736Z | Compiling indexmap v1.9.3 |
| 3261 | 2026-07-18T16:40:44.865Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3262 | 2026-07-18T16:40:44.939Z | Checking nodrop v0.1.14 |
| 3263 | 2026-07-18T16:40:44.976Z | Checking libsw v3.5.0 |
| 3264 | 2026-07-18T16:40:45.025Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3265 | 2026-07-18T16:40:45.039Z | Checking array-init v0.0.4 |
| 3266 | 2026-07-18T16:40:45.127Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3267 | 2026-07-18T16:40:45.307Z | Checking smallvec v0.6.14 |
| 3268 | 2026-07-18T16:40:45.336Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3269 | 2026-07-18T16:40:45.386Z | Checking bitfield v0.19.4 |
| 3270 | 2026-07-18T16:40:45.574Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3271 | 2026-07-18T16:40:45.651Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3272 | 2026-07-18T16:40:45.698Z | Checking base64 v0.21.7 |
| 3273 | 2026-07-18T16:40:45.738Z | Checking linear-map v1.2.0 |
| 3274 | 2026-07-18T16:40:45.752Z | Checking smawk v0.3.2 |
| 3275 | 2026-07-18T16:40:45.880Z | Checking tagptr v0.2.0 |
| 3276 | 2026-07-18T16:40:45.906Z | Checking unicode-linebreak v0.1.5 |
| 3277 | 2026-07-18T16:40:45.931Z | Checking hashbrown v0.12.3 |
| 3278 | 2026-07-18T16:40:46.019Z | Checking moka v0.12.13 |
| 3279 | 2026-07-18T16:40:46.042Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3280 | 2026-07-18T16:40:46.117Z | Checking textwrap v0.16.2 |
| 3281 | 2026-07-18T16:40:46.121Z | Checking ron v0.8.1 |
| 3282 | 2026-07-18T16:40:46.336Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3283 | 2026-07-18T16:40:46.507Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3284 | 2026-07-18T16:40:46.649Z | Checking serde-hex v0.1.0 |
| 3285 | 2026-07-18T16:40:46.663Z | Checking steno v0.4.1 |
| 3286 | 2026-07-18T16:40:46.676Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3287 | 2026-07-18T16:40:46.689Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3288 | 2026-07-18T16:40:46.832Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3289 | 2026-07-18T16:40:47.324Z | Checking hashbrown v0.13.2 |
| 3290 | 2026-07-18T16:40:47.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3291 | 2026-07-18T16:40:47.402Z | Checking crc-any v2.5.0 |
| 3292 | 2026-07-18T16:40:47.572Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3293 | 2026-07-18T16:40:47.585Z | Checking hickory-resolver v0.25.2 |
| 3294 | 2026-07-18T16:40:47.654Z | Checking sha1 v0.10.6 |
| 3295 | 2026-07-18T16:40:47.734Z | Checking utf-8 v0.7.6 |
| 3296 | 2026-07-18T16:40:47.748Z | Checking object v0.30.4 |
| 3297 | 2026-07-18T16:40:47.821Z | Checking half v1.8.3 |
| 3298 | 2026-07-18T16:40:47.868Z | Checking path-slash v0.1.5 |
| 3299 | 2026-07-18T16:40:47.976Z | Checking void v1.0.2 |
| 3300 | 2026-07-18T16:40:48.020Z | Checking serde_cbor v0.11.2 |
| 3301 | 2026-07-18T16:40:48.084Z | Checking lzss v0.8.2 |
| 3302 | 2026-07-18T16:40:48.142Z | Checking tungstenite v0.23.0 |
| 3303 | 2026-07-18T16:40:48.297Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3304 | 2026-07-18T16:40:48.377Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3305 | 2026-07-18T16:40:48.400Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3306 | 2026-07-18T16:40:48.414Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3307 | 2026-07-18T16:40:48.417Z | Compiling typify-macro v0.6.2 |
| 3308 | 2026-07-18T16:40:48.473Z | Checking nix v0.27.1 |
| 3309 | 2026-07-18T16:40:48.553Z | Checking kstat-rs v0.2.4 |
| 3310 | 2026-07-18T16:40:48.568Z | Checking fxhash v0.2.1 |
| 3311 | 2026-07-18T16:40:48.647Z | Checking serde_bytes v0.11.19 |
| 3312 | 2026-07-18T16:40:48.686Z | Checking tokio-tungstenite v0.23.1 |
| 3313 | 2026-07-18T16:40:48.709Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3314 | 2026-07-18T16:40:48.741Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3315 | 2026-07-18T16:40:48.823Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3316 | 2026-07-18T16:40:48.953Z | Checking signal-hook-tokio v0.3.1 |
| 3317 | 2026-07-18T16:40:49.718Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3318 | 2026-07-18T16:40:49.832Z | Compiling typify v0.6.2 |
| 3319 | 2026-07-18T16:40:49.914Z | Compiling progenitor-impl v0.14.0 |
| 3320 | 2026-07-18T16:40:50.623Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3321 | 2026-07-18T16:40:50.925Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3322 | 2026-07-18T16:40:51.340Z | Compiling progenitor-macro v0.14.0 |
| 3323 | 2026-07-18T16:40:53.654Z | Checking progenitor v0.14.0 |
| 3324 | 2026-07-18T16:40:53.766Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3325 | 2026-07-18T16:40:53.771Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3326 | 2026-07-18T16:40:56.452Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3327 | 2026-07-18T16:41:04.768Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3328 | 2026-07-18T16:41:11.354Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3329 | 2026-07-18T16:41:12.722Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3330 | 2026-07-18T16:41:13.220Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3331 | 2026-07-18T16:41:15.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s |
| 3332 | 2026-07-18T16:41:15.484Z | |
| 3333 | 2026-07-18T16:41:15.484Z | info: running `cargo check --bins` on gateway-api (135/301) |
| 3334 | 2026-07-18T16:41:15.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2026-07-18T16:41:15.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2026-07-18T16:41:15.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3337 | 2026-07-18T16:41:15.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3338 | 2026-07-18T16:41:16.030Z | |
| 3339 | 2026-07-18T16:41:16.030Z | info: running `cargo check --bins` on ipcc (136/301) |
| 3340 | 2026-07-18T16:41:16.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2026-07-18T16:41:16.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2026-07-18T16:41:16.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3343 | 2026-07-18T16:41:16.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3344 | 2026-07-18T16:41:16.582Z | |
| 3345 | 2026-07-18T16:41:16.582Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301) |
| 3346 | 2026-07-18T16:41:17.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3347 | 2026-07-18T16:41:17.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3348 | 2026-07-18T16:41:17.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3349 | 2026-07-18T16:41:17.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3350 | 2026-07-18T16:41:17.114Z | |
| 3351 | 2026-07-18T16:41:17.114Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301) |
| 3352 | 2026-07-18T16:41:17.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-07-18T16:41:17.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-07-18T16:41:17.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3355 | 2026-07-18T16:41:17.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3356 | 2026-07-18T16:41:17.681Z | |
| 3357 | 2026-07-18T16:41:17.681Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301) |
| 3358 | 2026-07-18T16:41:18.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3359 | 2026-07-18T16:41:18.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3360 | 2026-07-18T16:41:18.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3361 | 2026-07-18T16:41:18.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3362 | 2026-07-18T16:41:18.231Z | |
| 3363 | 2026-07-18T16:41:18.231Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301) |
| 3364 | 2026-07-18T16:41:18.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2026-07-18T16:41:18.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2026-07-18T16:41:18.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2026-07-18T16:41:18.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3368 | 2026-07-18T16:41:18.780Z | |
| 3369 | 2026-07-18T16:41:18.781Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301) |
| 3370 | 2026-07-18T16:41:19.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2026-07-18T16:41:19.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2026-07-18T16:41:19.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3373 | 2026-07-18T16:41:19.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3374 | 2026-07-18T16:41:19.325Z | |
| 3375 | 2026-07-18T16:41:19.325Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301) |
| 3376 | 2026-07-18T16:41:19.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3377 | 2026-07-18T16:41:19.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3378 | 2026-07-18T16:41:19.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3379 | 2026-07-18T16:41:19.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3380 | 2026-07-18T16:41:19.884Z | |
| 3381 | 2026-07-18T16:41:19.884Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301) |
| 3382 | 2026-07-18T16:41:20.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-07-18T16:41:20.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-07-18T16:41:20.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-07-18T16:41:20.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3386 | 2026-07-18T16:41:20.421Z | |
| 3387 | 2026-07-18T16:41:20.422Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301) |
| 3388 | 2026-07-18T16:41:20.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-07-18T16:41:20.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-07-18T16:41:20.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-07-18T16:41:20.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3392 | 2026-07-18T16:41:20.961Z | |
| 3393 | 2026-07-18T16:41:20.961Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301) |
| 3394 | 2026-07-18T16:41:21.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-07-18T16:41:21.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-07-18T16:41:21.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-07-18T16:41:21.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3398 | 2026-07-18T16:41:21.508Z | |
| 3399 | 2026-07-18T16:41:21.508Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301) |
| 3400 | 2026-07-18T16:41:21.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-07-18T16:41:21.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-07-18T16:41:21.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-07-18T16:41:21.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3404 | 2026-07-18T16:41:22.055Z | |
| 3405 | 2026-07-18T16:41:22.055Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301) |
| 3406 | 2026-07-18T16:41:22.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-07-18T16:41:22.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-07-18T16:41:22.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-07-18T16:41:22.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3410 | 2026-07-18T16:41:22.605Z | |
| 3411 | 2026-07-18T16:41:22.606Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301) |
| 3412 | 2026-07-18T16:41:23.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-07-18T16:41:23.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-07-18T16:41:23.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-07-18T16:41:23.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3416 | 2026-07-18T16:41:23.147Z | |
| 3417 | 2026-07-18T16:41:23.147Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301) |
| 3418 | 2026-07-18T16:41:23.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-07-18T16:41:23.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-07-18T16:41:23.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-07-18T16:41:23.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3422 | 2026-07-18T16:41:23.702Z | |
| 3423 | 2026-07-18T16:41:23.702Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301) |
| 3424 | 2026-07-18T16:41:24.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-07-18T16:41:24.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-07-18T16:41:24.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3427 | 2026-07-18T16:41:24.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3428 | 2026-07-18T16:41:24.265Z | |
| 3429 | 2026-07-18T16:41:24.265Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301) |
| 3430 | 2026-07-18T16:41:24.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3431 | 2026-07-18T16:41:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3432 | 2026-07-18T16:41:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3433 | 2026-07-18T16:41:24.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3434 | 2026-07-18T16:41:24.824Z | |
| 3435 | 2026-07-18T16:41:24.824Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301) |
| 3436 | 2026-07-18T16:41:25.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3437 | 2026-07-18T16:41:25.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3438 | 2026-07-18T16:41:25.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3439 | 2026-07-18T16:41:25.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3440 | 2026-07-18T16:41:25.382Z | |
| 3441 | 2026-07-18T16:41:25.383Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301) |
| 3442 | 2026-07-18T16:41:25.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3443 | 2026-07-18T16:41:25.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3444 | 2026-07-18T16:41:25.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3445 | 2026-07-18T16:41:25.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3446 | 2026-07-18T16:41:25.942Z | |
| 3447 | 2026-07-18T16:41:25.942Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301) |
| 3448 | 2026-07-18T16:41:26.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3449 | 2026-07-18T16:41:26.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3450 | 2026-07-18T16:41:26.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3451 | 2026-07-18T16:41:26.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3452 | 2026-07-18T16:41:26.505Z | |
| 3453 | 2026-07-18T16:41:26.506Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301) |
| 3454 | 2026-07-18T16:41:26.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3455 | 2026-07-18T16:41:26.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3456 | 2026-07-18T16:41:26.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3457 | 2026-07-18T16:41:26.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3458 | 2026-07-18T16:41:27.067Z | |
| 3459 | 2026-07-18T16:41:27.067Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301) |
| 3460 | 2026-07-18T16:41:27.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3461 | 2026-07-18T16:41:27.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3462 | 2026-07-18T16:41:27.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3463 | 2026-07-18T16:41:27.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3464 | 2026-07-18T16:41:27.622Z | |
| 3465 | 2026-07-18T16:41:27.622Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301) |
| 3466 | 2026-07-18T16:41:28.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3467 | 2026-07-18T16:41:28.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3468 | 2026-07-18T16:41:28.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3469 | 2026-07-18T16:41:28.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3470 | 2026-07-18T16:41:28.178Z | |
| 3471 | 2026-07-18T16:41:28.179Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301) |
| 3472 | 2026-07-18T16:41:28.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3473 | 2026-07-18T16:41:28.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3474 | 2026-07-18T16:41:28.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3475 | 2026-07-18T16:41:28.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3476 | 2026-07-18T16:41:28.739Z | |
| 3477 | 2026-07-18T16:41:28.739Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301) |
| 3478 | 2026-07-18T16:41:29.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3479 | 2026-07-18T16:41:29.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3480 | 2026-07-18T16:41:29.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3481 | 2026-07-18T16:41:29.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3482 | 2026-07-18T16:41:29.286Z | |
| 3483 | 2026-07-18T16:41:29.286Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301) |
| 3484 | 2026-07-18T16:41:29.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3485 | 2026-07-18T16:41:29.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3486 | 2026-07-18T16:41:29.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3487 | 2026-07-18T16:41:29.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3488 | 2026-07-18T16:41:29.823Z | |
| 3489 | 2026-07-18T16:41:29.823Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301) |
| 3490 | 2026-07-18T16:41:30.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3491 | 2026-07-18T16:41:30.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3492 | 2026-07-18T16:41:30.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3493 | 2026-07-18T16:41:30.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3494 | 2026-07-18T16:41:30.361Z | |
| 3495 | 2026-07-18T16:41:30.361Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301) |
| 3496 | 2026-07-18T16:41:30.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3497 | 2026-07-18T16:41:30.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3498 | 2026-07-18T16:41:30.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3499 | 2026-07-18T16:41:30.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3500 | 2026-07-18T16:41:30.902Z | |
| 3501 | 2026-07-18T16:41:30.902Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301) |
| 3502 | 2026-07-18T16:41:31.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-07-18T16:41:31.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-07-18T16:41:31.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-07-18T16:41:31.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3506 | 2026-07-18T16:41:31.448Z | |
| 3507 | 2026-07-18T16:41:31.448Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301) |
| 3508 | 2026-07-18T16:41:31.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-07-18T16:41:31.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-07-18T16:41:31.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-07-18T16:41:31.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3512 | 2026-07-18T16:41:31.999Z | |
| 3513 | 2026-07-18T16:41:31.999Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301) |
| 3514 | 2026-07-18T16:41:32.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-07-18T16:41:32.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-07-18T16:41:32.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-07-18T16:41:32.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3518 | 2026-07-18T16:41:32.537Z | |
| 3519 | 2026-07-18T16:41:32.537Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301) |
| 3520 | 2026-07-18T16:41:32.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-07-18T16:41:32.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-07-18T16:41:32.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-07-18T16:41:32.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3524 | 2026-07-18T16:41:33.076Z | |
| 3525 | 2026-07-18T16:41:33.076Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301) |
| 3526 | 2026-07-18T16:41:33.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-07-18T16:41:33.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-07-18T16:41:33.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-07-18T16:41:33.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3530 | 2026-07-18T16:41:33.637Z | |
| 3531 | 2026-07-18T16:41:33.637Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301) |
| 3532 | 2026-07-18T16:41:34.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-07-18T16:41:34.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-07-18T16:41:34.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-07-18T16:41:34.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3536 | 2026-07-18T16:41:34.199Z | |
| 3537 | 2026-07-18T16:41:34.199Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301) |
| 3538 | 2026-07-18T16:41:34.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-07-18T16:41:34.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-07-18T16:41:34.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-07-18T16:41:34.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3542 | 2026-07-18T16:41:34.761Z | |
| 3543 | 2026-07-18T16:41:34.761Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301) |
| 3544 | 2026-07-18T16:41:35.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-07-18T16:41:35.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-07-18T16:41:35.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-07-18T16:41:35.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3548 | 2026-07-18T16:41:35.323Z | |
| 3549 | 2026-07-18T16:41:35.323Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301) |
| 3550 | 2026-07-18T16:41:35.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-07-18T16:41:35.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-07-18T16:41:35.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-07-18T16:41:35.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3554 | 2026-07-18T16:41:35.884Z | |
| 3555 | 2026-07-18T16:41:35.884Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301) |
| 3556 | 2026-07-18T16:41:36.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-07-18T16:41:36.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-07-18T16:41:36.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-07-18T16:41:36.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3560 | 2026-07-18T16:41:36.442Z | |
| 3561 | 2026-07-18T16:41:36.442Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301) |
| 3562 | 2026-07-18T16:41:36.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-07-18T16:41:36.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-07-18T16:41:36.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-07-18T16:41:36.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3566 | 2026-07-18T16:41:37.147Z | |
| 3567 | 2026-07-18T16:41:37.147Z | info: running `cargo check --bins` on oximeter-producer (174/301) |
| 3568 | 2026-07-18T16:41:37.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-07-18T16:41:37.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-07-18T16:41:37.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-07-18T16:41:37.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3572 | 2026-07-18T16:41:37.582Z | |
| 3573 | 2026-07-18T16:41:37.582Z | info: running `cargo check --bins` on internal-dns-resolver (175/301) |
| 3574 | 2026-07-18T16:41:38.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-07-18T16:41:38.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-07-18T16:41:38.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-07-18T16:41:38.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3578 | 2026-07-18T16:41:38.156Z | |
| 3579 | 2026-07-18T16:41:38.157Z | info: running `cargo check --bins` on dns-server (176/301) |
| 3580 | 2026-07-18T16:41:38.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-07-18T16:41:38.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-07-18T16:41:38.737Z | Compiling parking_lot_core v0.8.6 |
| 3583 | 2026-07-18T16:41:38.740Z | Compiling git-stub v1.0.0 |
| 3584 | 2026-07-18T16:41:38.741Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3585 | 2026-07-18T16:41:38.843Z | Checking prefix-trie v0.7.0 |
| 3586 | 2026-07-18T16:41:38.967Z | Compiling git-stub-vcs v0.1.0 |
| 3587 | 2026-07-18T16:41:39.146Z | Checking hickory-server v0.25.2 |
| 3588 | 2026-07-18T16:41:39.250Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3589 | 2026-07-18T16:41:39.259Z | Checking parking_lot v0.11.2 |
| 3590 | 2026-07-18T16:41:39.309Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3591 | 2026-07-18T16:41:39.312Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3592 | 2026-07-18T16:41:39.621Z | Checking sled v0.34.7 |
| 3593 | 2026-07-18T16:41:41.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 3594 | 2026-07-18T16:41:41.533Z | |
| 3595 | 2026-07-18T16:41:41.533Z | info: running `cargo check --bins` on dns-server-api (177/301) |
| 3596 | 2026-07-18T16:41:41.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3597 | 2026-07-18T16:41:41.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3598 | 2026-07-18T16:41:41.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3599 | 2026-07-18T16:41:41.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3600 | 2026-07-18T16:41:42.034Z | |
| 3601 | 2026-07-18T16:41:42.034Z | info: running `cargo check --bins` on oximeter-producer-api (178/301) |
| 3602 | 2026-07-18T16:41:42.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3603 | 2026-07-18T16:41:42.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3604 | 2026-07-18T16:41:42.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3605 | 2026-07-18T16:41:42.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3606 | 2026-07-18T16:41:42.571Z | |
| 3607 | 2026-07-18T16:41:42.572Z | info: running `cargo check --bins` on sp-sim (179/301) |
| 3608 | 2026-07-18T16:41:43.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3609 | 2026-07-18T16:41:43.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3610 | 2026-07-18T16:41:43.274Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3611 | 2026-07-18T16:41:45.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 3612 | 2026-07-18T16:41:45.187Z | |
| 3613 | 2026-07-18T16:41:45.188Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301) |
| 3614 | 2026-07-18T16:41:45.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-07-18T16:41:45.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-07-18T16:41:45.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-07-18T16:41:45.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3618 | 2026-07-18T16:41:45.783Z | |
| 3619 | 2026-07-18T16:41:45.783Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301) |
| 3620 | 2026-07-18T16:41:46.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-07-18T16:41:46.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-07-18T16:41:46.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-07-18T16:41:46.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3624 | 2026-07-18T16:41:46.380Z | |
| 3625 | 2026-07-18T16:41:46.380Z | info: running `cargo check --bins` on db-macros (182/301) |
| 3626 | 2026-07-18T16:41:46.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-07-18T16:41:46.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-07-18T16:41:46.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-07-18T16:41:46.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3630 | 2026-07-18T16:41:46.910Z | |
| 3631 | 2026-07-18T16:41:46.910Z | info: running `cargo check --bins` on nexus-macros-common (183/301) |
| 3632 | 2026-07-18T16:41:47.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-07-18T16:41:47.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-07-18T16:41:47.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-07-18T16:41:47.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3636 | 2026-07-18T16:41:47.431Z | |
| 3637 | 2026-07-18T16:41:47.431Z | info: running `cargo check --bins` on nexus-auth (184/301) |
| 3638 | 2026-07-18T16:41:47.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-07-18T16:41:47.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-07-18T16:41:47.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-07-18T16:41:47.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3642 | 2026-07-18T16:41:48.019Z | |
| 3643 | 2026-07-18T16:41:48.019Z | info: running `cargo check --bins` on authz-macros (185/301) |
| 3644 | 2026-07-18T16:41:48.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-07-18T16:41:48.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-07-18T16:41:48.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-07-18T16:41:48.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3648 | 2026-07-18T16:41:48.551Z | |
| 3649 | 2026-07-18T16:41:48.551Z | info: running `cargo check --bins` on nexus-db-fixed-data (186/301) |
| 3650 | 2026-07-18T16:41:49.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-07-18T16:41:49.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-07-18T16:41:49.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-07-18T16:41:49.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3654 | 2026-07-18T16:41:49.136Z | |
| 3655 | 2026-07-18T16:41:49.136Z | info: running `cargo check --bins` on nexus-db-model (187/301) |
| 3656 | 2026-07-18T16:41:49.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-07-18T16:41:49.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-07-18T16:41:49.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-07-18T16:41:49.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3660 | 2026-07-18T16:41:49.715Z | |
| 3661 | 2026-07-18T16:41:49.715Z | info: running `cargo check --bins` on nexus-db-schema (188/301) |
| 3662 | 2026-07-18T16:41:50.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-07-18T16:41:50.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-07-18T16:41:50.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-07-18T16:41:50.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3666 | 2026-07-18T16:41:50.247Z | |
| 3667 | 2026-07-18T16:41:50.247Z | info: running `cargo check --bins` on omicron-rpaths (189/301) |
| 3668 | 2026-07-18T16:41:50.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-07-18T16:41:50.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-07-18T16:41:50.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-07-18T16:41:50.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3672 | 2026-07-18T16:41:50.777Z | |
| 3673 | 2026-07-18T16:41:50.777Z | info: running `cargo check --bins` on nexus-defaults (190/301) |
| 3674 | 2026-07-18T16:41:51.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-07-18T16:41:51.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-07-18T16:41:51.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-07-18T16:41:51.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3678 | 2026-07-18T16:41:51.323Z | |
| 3679 | 2026-07-18T16:41:51.323Z | info: running `cargo check --bins` on omicron-cockroach-metrics (191/301) |
| 3680 | 2026-07-18T16:41:51.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-07-18T16:41:51.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-07-18T16:41:51.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-07-18T16:41:51.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3684 | 2026-07-18T16:41:51.859Z | |
| 3685 | 2026-07-18T16:41:51.859Z | info: running `cargo check --bins` on parallel-task-set (192/301) |
| 3686 | 2026-07-18T16:41:52.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-07-18T16:41:52.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-07-18T16:41:52.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-07-18T16:41:52.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3690 | 2026-07-18T16:41:52.390Z | |
| 3691 | 2026-07-18T16:41:52.390Z | info: running `cargo check --bins` on omicron-git-version (193/301) |
| 3692 | 2026-07-18T16:41:52.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-07-18T16:41:52.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-07-18T16:41:52.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-07-18T16:41:52.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3696 | 2026-07-18T16:41:52.920Z | |
| 3697 | 2026-07-18T16:41:52.920Z | info: running `cargo check --bins` on nexus-db-errors (194/301) |
| 3698 | 2026-07-18T16:41:53.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-07-18T16:41:53.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-07-18T16:41:53.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-07-18T16:41:53.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3702 | 2026-07-18T16:41:53.518Z | |
| 3703 | 2026-07-18T16:41:53.518Z | info: running `cargo check --bins` on nexus-db-lookup (195/301) |
| 3704 | 2026-07-18T16:41:54.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-07-18T16:41:54.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-07-18T16:41:54.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-07-18T16:41:54.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3708 | 2026-07-18T16:41:54.118Z | |
| 3709 | 2026-07-18T16:41:54.118Z | info: running `cargo check --bins` on nexus-inventory (196/301) |
| 3710 | 2026-07-18T16:41:54.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-07-18T16:41:54.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-07-18T16:41:54.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-07-18T16:41:54.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3714 | 2026-07-18T16:41:54.710Z | |
| 3715 | 2026-07-18T16:41:54.710Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301) |
| 3716 | 2026-07-18T16:41:55.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-07-18T16:41:55.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-07-18T16:41:55.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-07-18T16:41:55.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3720 | 2026-07-18T16:41:55.276Z | |
| 3721 | 2026-07-18T16:41:55.276Z | info: running `cargo check --bins --no-default-features` on sled-storage (198/301) |
| 3722 | 2026-07-18T16:41:55.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-07-18T16:41:55.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-07-18T16:41:55.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-07-18T16:41:55.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3726 | 2026-07-18T16:41:55.826Z | |
| 3727 | 2026-07-18T16:41:55.826Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301) |
| 3728 | 2026-07-18T16:41:56.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-07-18T16:41:56.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-07-18T16:41:56.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-07-18T16:41:56.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3732 | 2026-07-18T16:41:56.383Z | |
| 3733 | 2026-07-18T16:41:56.383Z | info: running `cargo check --bins` on key-manager (200/301) |
| 3734 | 2026-07-18T16:41:56.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-07-18T16:41:56.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-07-18T16:41:56.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-07-18T16:41:56.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3738 | 2026-07-18T16:41:56.920Z | |
| 3739 | 2026-07-18T16:41:56.920Z | info: running `cargo check --bins --no-default-features` on sled-hardware (201/301) |
| 3740 | 2026-07-18T16:41:57.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-07-18T16:41:57.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-07-18T16:41:57.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-07-18T16:41:57.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3744 | 2026-07-18T16:41:57.472Z | |
| 3745 | 2026-07-18T16:41:57.473Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301) |
| 3746 | 2026-07-18T16:41:57.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-07-18T16:41:57.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-07-18T16:41:57.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-07-18T16:41:57.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3750 | 2026-07-18T16:41:58.030Z | |
| 3751 | 2026-07-18T16:41:58.030Z | info: running `cargo check --bins` on typed-rng (203/301) |
| 3752 | 2026-07-18T16:41:58.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-07-18T16:41:58.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-07-18T16:41:58.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-07-18T16:41:58.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3756 | 2026-07-18T16:41:58.556Z | |
| 3757 | 2026-07-18T16:41:58.556Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301) |
| 3758 | 2026-07-18T16:41:59.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-07-18T16:41:59.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-07-18T16:41:59.353Z | Compiling libefi-sys v0.1.0 |
| 3761 | 2026-07-18T16:41:59.356Z | Compiling bitfield-struct v0.6.2 |
| 3762 | 2026-07-18T16:41:59.494Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3763 | 2026-07-18T16:41:59.502Z | Compiling xshell-macros v0.2.7 |
| 3764 | 2026-07-18T16:41:59.511Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3765 | 2026-07-18T16:41:59.523Z | Compiling salty v0.3.0 |
| 3766 | 2026-07-18T16:41:59.537Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3767 | 2026-07-18T16:41:59.552Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3768 | 2026-07-18T16:41:59.565Z | Checking rfc6979 v0.4.0 |
| 3769 | 2026-07-18T16:41:59.676Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3770 | 2026-07-18T16:41:59.691Z | Checking ecdsa v0.16.9 |
| 3771 | 2026-07-18T16:41:59.821Z | Checking primeorder v0.13.6 |
| 3772 | 2026-07-18T16:41:59.844Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3773 | 2026-07-18T16:41:59.862Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3774 | 2026-07-18T16:41:59.884Z | Checking xshell v0.2.7 |
| 3775 | 2026-07-18T16:42:00.006Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3776 | 2026-07-18T16:42:00.037Z | Checking tungstenite v0.21.0 |
| 3777 | 2026-07-18T16:42:00.037Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3778 | 2026-07-18T16:42:00.066Z | Checking p384 v0.13.1 |
| 3779 | 2026-07-18T16:42:00.079Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3780 | 2026-07-18T16:42:00.107Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3781 | 2026-07-18T16:42:00.184Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3782 | 2026-07-18T16:42:00.229Z | Compiling num-derive v0.3.3 |
| 3783 | 2026-07-18T16:42:00.242Z | Compiling proc-macro-error2 v2.0.1 |
| 3784 | 2026-07-18T16:42:00.350Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3785 | 2026-07-18T16:42:00.473Z | Checking tokio-tungstenite v0.21.0 |
| 3786 | 2026-07-18T16:42:00.476Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-07-18T16:42:00.538Z | Checking papergrid v0.17.0 |
| 3788 | 2026-07-18T16:42:00.552Z | Compiling tabled_derive v0.11.0 |
| 3789 | 2026-07-18T16:42:00.566Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3790 | 2026-07-18T16:42:00.581Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3791 | 2026-07-18T16:42:00.665Z | Compiling progenitor-impl v0.13.0 |
| 3792 | 2026-07-18T16:42:00.754Z | Checking testing_table v0.3.0 |
| 3793 | 2026-07-18T16:42:00.847Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3794 | 2026-07-18T16:42:00.851Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3795 | 2026-07-18T16:42:00.876Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3796 | 2026-07-18T16:42:01.069Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3797 | 2026-07-18T16:42:01.084Z | Checking corncobs v0.1.4 |
| 3798 | 2026-07-18T16:42:01.130Z | Checking libscf-sys v1.1.0 |
| 3799 | 2026-07-18T16:42:01.210Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3800 | 2026-07-18T16:42:01.265Z | Compiling unicase v2.9.0 |
| 3801 | 2026-07-18T16:42:01.318Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3802 | 2026-07-18T16:42:01.333Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3803 | 2026-07-18T16:42:01.452Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3804 | 2026-07-18T16:42:01.467Z | Compiling mime_guess v2.0.5 |
| 3805 | 2026-07-18T16:42:01.482Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3806 | 2026-07-18T16:42:01.523Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3807 | 2026-07-18T16:42:01.612Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3808 | 2026-07-18T16:42:01.708Z | Checking tabled v0.20.0 |
| 3809 | 2026-07-18T16:42:01.776Z | Checking progenitor-client v0.13.0 |
| 3810 | 2026-07-18T16:42:02.015Z | Checking secrecy v0.8.0 |
| 3811 | 2026-07-18T16:42:02.030Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3812 | 2026-07-18T16:42:02.092Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3813 | 2026-07-18T16:42:02.163Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3814 | 2026-07-18T16:42:02.280Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3815 | 2026-07-18T16:42:02.470Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3816 | 2026-07-18T16:42:02.485Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3817 | 2026-07-18T16:42:02.555Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3818 | 2026-07-18T16:42:02.622Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3819 | 2026-07-18T16:42:02.702Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3820 | 2026-07-18T16:42:02.744Z | Checking filetime v0.2.27 |
| 3821 | 2026-07-18T16:42:02.884Z | Checking xattr v1.6.1 |
| 3822 | 2026-07-18T16:42:02.992Z | Checking http-range v0.1.5 |
| 3823 | 2026-07-18T16:42:03.012Z | Checking crc8 v0.1.1 |
| 3824 | 2026-07-18T16:42:03.109Z | Checking tar v0.4.46 |
| 3825 | 2026-07-18T16:42:03.125Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3826 | 2026-07-18T16:42:03.257Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3827 | 2026-07-18T16:42:03.273Z | Compiling progenitor-macro v0.13.0 |
| 3828 | 2026-07-18T16:42:03.313Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3829 | 2026-07-18T16:42:03.330Z | Checking illumos-nvpair v0.3.0 |
| 3830 | 2026-07-18T16:42:03.484Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3831 | 2026-07-18T16:42:03.487Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3832 | 2026-07-18T16:42:03.513Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3833 | 2026-07-18T16:42:03.783Z | Checking atty v0.2.14 |
| 3834 | 2026-07-18T16:42:03.868Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3835 | 2026-07-18T16:42:03.882Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3836 | 2026-07-18T16:42:03.897Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3837 | 2026-07-18T16:42:04.092Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3838 | 2026-07-18T16:42:04.123Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3839 | 2026-07-18T16:42:04.205Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3840 | 2026-07-18T16:42:04.221Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3841 | 2026-07-18T16:42:04.249Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3842 | 2026-07-18T16:42:04.420Z | Checking hyper-staticfile v0.10.1 |
| 3843 | 2026-07-18T16:42:04.456Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3844 | 2026-07-18T16:42:04.474Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3845 | 2026-07-18T16:42:04.713Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3846 | 2026-07-18T16:42:04.730Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3847 | 2026-07-18T16:42:04.989Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3848 | 2026-07-18T16:42:05.023Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3849 | 2026-07-18T16:42:05.271Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3850 | 2026-07-18T16:42:05.550Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3851 | 2026-07-18T16:42:06.319Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3852 | 2026-07-18T16:42:06.798Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3853 | 2026-07-18T16:42:07.204Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3854 | 2026-07-18T16:42:07.335Z | Checking progenitor v0.13.0 |
| 3855 | 2026-07-18T16:42:07.468Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3856 | 2026-07-18T16:42:09.501Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3857 | 2026-07-18T16:42:12.779Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3858 | 2026-07-18T16:42:23.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.22s |
| 3859 | 2026-07-18T16:42:23.987Z | |
| 3860 | 2026-07-18T16:42:23.987Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301) |
| 3861 | 2026-07-18T16:42:24.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-07-18T16:42:24.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-07-18T16:42:24.729Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3864 | 2026-07-18T16:42:35.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s |
| 3865 | 2026-07-18T16:42:35.771Z | |
| 3866 | 2026-07-18T16:42:35.771Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301) |
| 3867 | 2026-07-18T16:42:36.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3868 | 2026-07-18T16:42:36.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3869 | 2026-07-18T16:42:36.506Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3870 | 2026-07-18T16:42:47.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s |
| 3871 | 2026-07-18T16:42:47.481Z | |
| 3872 | 2026-07-18T16:42:47.481Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301) |
| 3873 | 2026-07-18T16:42:47.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3874 | 2026-07-18T16:42:47.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3875 | 2026-07-18T16:42:48.208Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3876 | 2026-07-18T16:42:58.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3877 | 2026-07-18T16:42:59.131Z | |
| 3878 | 2026-07-18T16:42:59.131Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301) |
| 3879 | 2026-07-18T16:42:59.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3880 | 2026-07-18T16:42:59.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3881 | 2026-07-18T16:42:59.864Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3882 | 2026-07-18T16:43:10.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s |
| 3883 | 2026-07-18T16:43:10.931Z | |
| 3884 | 2026-07-18T16:43:10.931Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301) |
| 3885 | 2026-07-18T16:43:11.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3886 | 2026-07-18T16:43:11.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3887 | 2026-07-18T16:43:11.658Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3888 | 2026-07-18T16:43:22.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3889 | 2026-07-18T16:43:22.593Z | |
| 3890 | 2026-07-18T16:43:22.593Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301) |
| 3891 | 2026-07-18T16:43:23.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3892 | 2026-07-18T16:43:23.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3893 | 2026-07-18T16:43:23.327Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3894 | 2026-07-18T16:43:34.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3895 | 2026-07-18T16:43:34.294Z | |
| 3896 | 2026-07-18T16:43:34.294Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301) |
| 3897 | 2026-07-18T16:43:34.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3898 | 2026-07-18T16:43:34.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3899 | 2026-07-18T16:43:35.018Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3900 | 2026-07-18T16:43:45.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3901 | 2026-07-18T16:43:45.974Z | |
| 3902 | 2026-07-18T16:43:45.974Z | info: running `cargo check --bins` on bootstrap-agent-api (212/301) |
| 3903 | 2026-07-18T16:43:46.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3904 | 2026-07-18T16:43:46.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3905 | 2026-07-18T16:43:46.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3906 | 2026-07-18T16:43:46.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3907 | 2026-07-18T16:43:46.511Z | |
| 3908 | 2026-07-18T16:43:46.511Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301) |
| 3909 | 2026-07-18T16:43:46.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3910 | 2026-07-18T16:43:46.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3911 | 2026-07-18T16:43:46.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3912 | 2026-07-18T16:43:46.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3913 | 2026-07-18T16:43:47.051Z | |
| 3914 | 2026-07-18T16:43:47.051Z | info: running `cargo check --bins` on range-requests (214/301) |
| 3915 | 2026-07-18T16:43:47.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3916 | 2026-07-18T16:43:47.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3917 | 2026-07-18T16:43:47.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3918 | 2026-07-18T16:43:47.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3919 | 2026-07-18T16:43:47.579Z | |
| 3920 | 2026-07-18T16:43:47.579Z | info: running `cargo check --bins` on repo-depot-api (215/301) |
| 3921 | 2026-07-18T16:43:48.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3922 | 2026-07-18T16:43:48.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3923 | 2026-07-18T16:43:48.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3924 | 2026-07-18T16:43:48.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 3925 | 2026-07-18T16:43:48.108Z | |
| 3926 | 2026-07-18T16:43:48.108Z | info: running `cargo check --bins` on sled-agent-api (216/301) |
| 3927 | 2026-07-18T16:43:48.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3928 | 2026-07-18T16:43:48.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3929 | 2026-07-18T16:43:48.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3930 | 2026-07-18T16:43:48.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3931 | 2026-07-18T16:43:48.666Z | |
| 3932 | 2026-07-18T16:43:48.666Z | info: running `cargo check --bins` on sled-diagnostics (217/301) |
| 3933 | 2026-07-18T16:43:49.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3934 | 2026-07-18T16:43:49.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3935 | 2026-07-18T16:43:49.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3936 | 2026-07-18T16:43:49.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3937 | 2026-07-18T16:43:49.223Z | |
| 3938 | 2026-07-18T16:43:49.223Z | info: running `cargo check --bins` on zfs-test-harness (218/301) |
| 3939 | 2026-07-18T16:43:49.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3940 | 2026-07-18T16:43:49.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3941 | 2026-07-18T16:43:49.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3942 | 2026-07-18T16:43:49.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3943 | 2026-07-18T16:43:49.783Z | |
| 3944 | 2026-07-18T16:43:49.783Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301) |
| 3945 | 2026-07-18T16:43:50.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3946 | 2026-07-18T16:43:50.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3947 | 2026-07-18T16:43:50.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3948 | 2026-07-18T16:43:50.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3949 | 2026-07-18T16:43:50.338Z | |
| 3950 | 2026-07-18T16:43:50.338Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301) |
| 3951 | 2026-07-18T16:43:50.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3952 | 2026-07-18T16:43:50.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3953 | 2026-07-18T16:43:50.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3954 | 2026-07-18T16:43:50.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3955 | 2026-07-18T16:43:50.892Z | |
| 3956 | 2026-07-18T16:43:50.892Z | info: running `cargo check --bins` on sled-agent-early-networking (221/301) |
| 3957 | 2026-07-18T16:43:51.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3958 | 2026-07-18T16:43:51.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3959 | 2026-07-18T16:43:51.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3960 | 2026-07-18T16:43:51.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3961 | 2026-07-18T16:43:51.449Z | |
| 3962 | 2026-07-18T16:43:51.449Z | info: running `cargo check --bins` on sled-agent-health-monitor (222/301) |
| 3963 | 2026-07-18T16:43:51.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3964 | 2026-07-18T16:43:51.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3965 | 2026-07-18T16:43:51.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3966 | 2026-07-18T16:43:51.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3967 | 2026-07-18T16:43:52.006Z | |
| 3968 | 2026-07-18T16:43:52.006Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301) |
| 3969 | 2026-07-18T16:43:52.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3970 | 2026-07-18T16:43:52.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3971 | 2026-07-18T16:43:52.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3972 | 2026-07-18T16:43:52.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3973 | 2026-07-18T16:43:52.573Z | |
| 3974 | 2026-07-18T16:43:52.573Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301) |
| 3975 | 2026-07-18T16:43:53.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3976 | 2026-07-18T16:43:53.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3977 | 2026-07-18T16:43:53.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3978 | 2026-07-18T16:43:53.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3979 | 2026-07-18T16:43:53.135Z | |
| 3980 | 2026-07-18T16:43:53.135Z | info: running `cargo check --bins` on sled-agent-resolvable-files (225/301) |
| 3981 | 2026-07-18T16:43:53.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-07-18T16:43:53.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-07-18T16:43:53.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3984 | 2026-07-18T16:43:53.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3985 | 2026-07-18T16:43:53.699Z | |
| 3986 | 2026-07-18T16:43:53.699Z | info: running `cargo check --bins` on sled-agent-rack-setup (226/301) |
| 3987 | 2026-07-18T16:43:54.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-07-18T16:43:54.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-07-18T16:43:54.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3990 | 2026-07-18T16:43:54.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3991 | 2026-07-18T16:43:54.288Z | |
| 3992 | 2026-07-18T16:43:54.288Z | info: running `cargo check --bins` on trust-quorum (227/301) |
| 3993 | 2026-07-18T16:43:54.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-07-18T16:43:54.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-07-18T16:43:54.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3996 | 2026-07-18T16:43:54.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3997 | 2026-07-18T16:43:54.845Z | |
| 3998 | 2026-07-18T16:43:54.845Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301) |
| 3999 | 2026-07-18T16:43:55.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4000 | 2026-07-18T16:43:55.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4001 | 2026-07-18T16:43:55.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4002 | 2026-07-18T16:43:55.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4003 | 2026-07-18T16:43:55.419Z | |
| 4004 | 2026-07-18T16:43:55.420Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (229/301) |
| 4005 | 2026-07-18T16:43:55.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-07-18T16:43:55.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-07-18T16:43:55.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4008 | 2026-07-18T16:43:55.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4009 | 2026-07-18T16:43:56.013Z | |
| 4010 | 2026-07-18T16:43:56.013Z | info: running `cargo check --bins` on update-common (230/301) |
| 4011 | 2026-07-18T16:43:56.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4012 | 2026-07-18T16:43:56.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4013 | 2026-07-18T16:43:56.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4014 | 2026-07-18T16:43:56.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4015 | 2026-07-18T16:43:56.564Z | |
| 4016 | 2026-07-18T16:43:56.564Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301) |
| 4017 | 2026-07-18T16:43:57.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4018 | 2026-07-18T16:43:57.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4019 | 2026-07-18T16:43:57.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4020 | 2026-07-18T16:43:57.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4021 | 2026-07-18T16:43:57.158Z | |
| 4022 | 2026-07-18T16:43:57.158Z | info: running `cargo check --bins` on omicron-deployment-graph (232/301) |
| 4023 | 2026-07-18T16:43:57.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4024 | 2026-07-18T16:43:57.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4025 | 2026-07-18T16:43:57.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4026 | 2026-07-18T16:43:57.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4027 | 2026-07-18T16:43:57.685Z | |
| 4028 | 2026-07-18T16:43:57.685Z | info: running `cargo check --bins` on reconfigurator-cli (233/301) |
| 4029 | 2026-07-18T16:43:58.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4030 | 2026-07-18T16:43:58.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4031 | 2026-07-18T16:43:58.419Z | Compiling fs-err v2.11.0 |
| 4032 | 2026-07-18T16:43:58.422Z | Checking ignore v0.4.25 |
| 4033 | 2026-07-18T16:43:58.422Z | Checking arc-swap v1.8.2 |
| 4034 | 2026-07-18T16:43:58.551Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4035 | 2026-07-18T16:43:58.551Z | Checking predicates-tree v1.0.13 |
| 4036 | 2026-07-18T16:43:58.555Z | Checking parse-size v1.1.0 |
| 4037 | 2026-07-18T16:43:58.579Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4038 | 2026-07-18T16:43:58.591Z | Checking rand_seeder v0.4.0 |
| 4039 | 2026-07-18T16:43:58.655Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4040 | 2026-07-18T16:43:58.676Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4041 | 2026-07-18T16:43:58.736Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4042 | 2026-07-18T16:43:58.751Z | Checking slog-scope v4.4.1 |
| 4043 | 2026-07-18T16:43:58.790Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4044 | 2026-07-18T16:43:58.864Z | Compiling petname v2.0.2 |
| 4045 | 2026-07-18T16:43:58.878Z | Checking slog-stdlog v4.1.1 |
| 4046 | 2026-07-18T16:43:58.894Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4047 | 2026-07-18T16:43:58.922Z | Checking globwalk v0.9.1 |
| 4048 | 2026-07-18T16:43:58.982Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4049 | 2026-07-18T16:43:58.995Z | Checking slog-envlogger v2.2.0 |
| 4050 | 2026-07-18T16:43:59.102Z | Checking camino-tempfile-ext v0.3.3 |
| 4051 | 2026-07-18T16:43:59.144Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4052 | 2026-07-18T16:43:59.192Z | Checking sapling-renderdag v0.1.0 |
| 4053 | 2026-07-18T16:43:59.297Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4054 | 2026-07-18T16:43:59.351Z | Checking subprocess v0.2.15 |
| 4055 | 2026-07-18T16:43:59.432Z | Checking sync-ptr v0.1.4 |
| 4056 | 2026-07-18T16:43:59.491Z | Checking colored v2.2.0 |
| 4057 | 2026-07-18T16:43:59.547Z | Checking assert_matches v1.5.0 |
| 4058 | 2026-07-18T16:43:59.628Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4059 | 2026-07-18T16:43:59.815Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4060 | 2026-07-18T16:43:59.815Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4061 | 2026-07-18T16:44:00.438Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4062 | 2026-07-18T16:44:01.740Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4063 | 2026-07-18T16:44:03.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s |
| 4064 | 2026-07-18T16:44:04.093Z | |
| 4065 | 2026-07-18T16:44:04.093Z | info: running `cargo check --bins` on omicron-repl-utils (234/301) |
| 4066 | 2026-07-18T16:44:04.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-07-18T16:44:04.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-07-18T16:44:04.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-07-18T16:44:04.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4070 | 2026-07-18T16:44:04.624Z | |
| 4071 | 2026-07-18T16:44:04.624Z | info: running `cargo check --bins` on transient-dns-server (235/301) |
| 4072 | 2026-07-18T16:44:05.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-07-18T16:44:05.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-07-18T16:44:05.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-07-18T16:44:05.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4076 | 2026-07-18T16:44:05.175Z | |
| 4077 | 2026-07-18T16:44:05.175Z | info: running `cargo check --bins` on nexus-test-interface (236/301) |
| 4078 | 2026-07-18T16:44:05.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-07-18T16:44:05.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-07-18T16:44:05.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-07-18T16:44:05.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4082 | 2026-07-18T16:44:05.773Z | |
| 4083 | 2026-07-18T16:44:05.773Z | info: running `cargo check --bins` on oximeter-collector (237/301) |
| 4084 | 2026-07-18T16:44:06.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-07-18T16:44:06.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-07-18T16:44:06.457Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4087 | 2026-07-18T16:44:06.458Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4088 | 2026-07-18T16:44:07.087Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4089 | 2026-07-18T16:44:08.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s |
| 4090 | 2026-07-18T16:44:08.860Z | |
| 4091 | 2026-07-18T16:44:08.860Z | info: running `cargo check --bins` on oximeter-api (238/301) |
| 4092 | 2026-07-18T16:44:09.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-07-18T16:44:09.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-07-18T16:44:09.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-07-18T16:44:09.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4096 | 2026-07-18T16:44:09.400Z | |
| 4097 | 2026-07-18T16:44:09.400Z | info: running `cargo check --bins` on cert-dev (239/301) |
| 4098 | 2026-07-18T16:44:09.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-07-18T16:44:09.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-07-18T16:44:09.955Z | Checking yasna v0.5.2 |
| 4101 | 2026-07-18T16:44:10.356Z | Checking rcgen v0.12.1 |
| 4102 | 2026-07-18T16:44:10.608Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4103 | 2026-07-18T16:44:10.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4104 | 2026-07-18T16:44:10.942Z | |
| 4105 | 2026-07-18T16:44:10.942Z | info: running `cargo check --bins` on clickana (240/301) |
| 4106 | 2026-07-18T16:44:11.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4107 | 2026-07-18T16:44:11.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4108 | 2026-07-18T16:44:11.541Z | Compiling darling_core v0.23.0 |
| 4109 | 2026-07-18T16:44:11.647Z | Compiling instability v0.3.11 |
| 4110 | 2026-07-18T16:44:11.651Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4111 | 2026-07-18T16:44:11.655Z | Checking castaway v0.2.4 |
| 4112 | 2026-07-18T16:44:11.660Z | Compiling indoc v2.0.7 |
| 4113 | 2026-07-18T16:44:11.673Z | Checking unicode-truncate v1.1.0 |
| 4114 | 2026-07-18T16:44:11.675Z | Checking lru v0.12.5 |
| 4115 | 2026-07-18T16:44:11.675Z | Checking cassowary v0.3.0 |
| 4116 | 2026-07-18T16:44:11.749Z | Checking compact_str v0.8.1 |
| 4117 | 2026-07-18T16:44:12.960Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4118 | 2026-07-18T16:44:13.071Z | Compiling darling_macro v0.23.0 |
| 4119 | 2026-07-18T16:44:13.134Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4120 | 2026-07-18T16:44:13.498Z | Compiling darling v0.23.0 |
| 4121 | 2026-07-18T16:44:14.129Z | Checking ratatui v0.29.0 |
| 4122 | 2026-07-18T16:44:15.192Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4123 | 2026-07-18T16:44:15.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 4124 | 2026-07-18T16:44:15.992Z | |
| 4125 | 2026-07-18T16:44:15.992Z | info: running `cargo check --bins` on clickhouse-cluster-dev (241/301) |
| 4126 | 2026-07-18T16:44:16.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-07-18T16:44:16.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-07-18T16:44:16.662Z | Checking headers-core v0.3.0 |
| 4129 | 2026-07-18T16:44:16.665Z | Checking port-file v0.1.0 |
| 4130 | 2026-07-18T16:44:16.665Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4131 | 2026-07-18T16:44:16.856Z | Checking headers v0.4.1 |
| 4132 | 2026-07-18T16:44:17.221Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4133 | 2026-07-18T16:44:18.137Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4134 | 2026-07-18T16:44:18.609Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4135 | 2026-07-18T16:44:19.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 4136 | 2026-07-18T16:44:19.193Z | |
| 4137 | 2026-07-18T16:44:19.193Z | info: running `cargo check --bins` on ch-dev (242/301) |
| 4138 | 2026-07-18T16:44:19.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-07-18T16:44:19.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-07-18T16:44:19.866Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4141 | 2026-07-18T16:44:20.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4142 | 2026-07-18T16:44:20.798Z | |
| 4143 | 2026-07-18T16:44:20.798Z | info: running `cargo check --bins` on dev-tools-common (243/301) |
| 4144 | 2026-07-18T16:44:21.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-07-18T16:44:21.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-07-18T16:44:21.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4147 | 2026-07-18T16:44:21.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4148 | 2026-07-18T16:44:21.207Z | |
| 4149 | 2026-07-18T16:44:21.207Z | info: running `cargo check --bins` on corpus-adjust (244/301) |
| 4150 | 2026-07-18T16:44:21.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2026-07-18T16:44:21.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2026-07-18T16:44:21.785Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4153 | 2026-07-18T16:44:22.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 4154 | 2026-07-18T16:44:22.298Z | |
| 4155 | 2026-07-18T16:44:22.298Z | info: running `cargo check --bins` on crdb-seed (245/301) |
| 4156 | 2026-07-18T16:44:22.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2026-07-18T16:44:22.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2026-07-18T16:44:22.975Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4159 | 2026-07-18T16:44:24.044Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4160 | 2026-07-18T16:44:24.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 4161 | 2026-07-18T16:44:24.560Z | |
| 4162 | 2026-07-18T16:44:24.560Z | info: running `cargo check --bins` on db-dev (246/301) |
| 4163 | 2026-07-18T16:44:25.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4164 | 2026-07-18T16:44:25.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4165 | 2026-07-18T16:44:25.233Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4166 | 2026-07-18T16:44:25.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4167 | 2026-07-18T16:44:26.173Z | |
| 4168 | 2026-07-18T16:44:26.173Z | info: running `cargo check --bins` on omicron-dev-lib (247/301) |
| 4169 | 2026-07-18T16:44:26.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4170 | 2026-07-18T16:44:26.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4171 | 2026-07-18T16:44:26.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4172 | 2026-07-18T16:44:26.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4173 | 2026-07-18T16:44:26.744Z | |
| 4174 | 2026-07-18T16:44:26.745Z | info: running `cargo check --bins` on xtask-downloader (248/301) |
| 4175 | 2026-07-18T16:44:27.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4176 | 2026-07-18T16:44:27.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4177 | 2026-07-18T16:44:27.306Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4178 | 2026-07-18T16:44:27.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 4179 | 2026-07-18T16:44:28.147Z | |
| 4180 | 2026-07-18T16:44:28.147Z | info: running `cargo check --bins` on omicron-dropshot-apis (249/301) |
| 4181 | 2026-07-18T16:44:28.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4182 | 2026-07-18T16:44:28.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4183 | 2026-07-18T16:44:28.842Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4184 | 2026-07-18T16:44:28.842Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4185 | 2026-07-18T16:44:28.845Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4186 | 2026-07-18T16:44:28.845Z | Checking git-stub v1.0.0 |
| 4187 | 2026-07-18T16:44:28.845Z | Compiling trait-variant v0.1.2 |
| 4188 | 2026-07-18T16:44:28.845Z | Checking is_ci v1.2.0 |
| 4189 | 2026-07-18T16:44:28.971Z | Checking maplit v1.0.2 |
| 4190 | 2026-07-18T16:44:29.008Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4191 | 2026-07-18T16:44:29.037Z | Checking supports-color v3.0.2 |
| 4192 | 2026-07-18T16:44:29.071Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4193 | 2026-07-18T16:44:29.125Z | Checking git-stub-vcs v0.1.0 |
| 4194 | 2026-07-18T16:44:29.159Z | Checking drift v0.2.0 |
| 4195 | 2026-07-18T16:44:29.238Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4196 | 2026-07-18T16:44:29.278Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4197 | 2026-07-18T16:44:29.320Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4198 | 2026-07-18T16:44:29.492Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4199 | 2026-07-18T16:44:29.501Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4200 | 2026-07-18T16:44:29.513Z | Checking dropshot-api-manager v0.7.2 |
| 4201 | 2026-07-18T16:44:29.527Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4202 | 2026-07-18T16:44:29.541Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4203 | 2026-07-18T16:44:29.715Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4204 | 2026-07-18T16:44:29.737Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4205 | 2026-07-18T16:44:30.228Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4206 | 2026-07-18T16:44:31.180Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4207 | 2026-07-18T16:44:32.178Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4208 | 2026-07-18T16:44:32.830Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4209 | 2026-07-18T16:44:33.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 4210 | 2026-07-18T16:44:33.446Z | |
| 4211 | 2026-07-18T16:44:33.446Z | info: running `cargo check --bins` on installinator-api (250/301) |
| 4212 | 2026-07-18T16:44:33.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-07-18T16:44:33.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-07-18T16:44:33.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2026-07-18T16:44:33.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4216 | 2026-07-18T16:44:33.984Z | |
| 4217 | 2026-07-18T16:44:33.984Z | info: running `cargo check --bins` on nexus-external-api (251/301) |
| 4218 | 2026-07-18T16:44:34.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-07-18T16:44:34.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-07-18T16:44:34.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-07-18T16:44:34.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4222 | 2026-07-18T16:44:34.567Z | |
| 4223 | 2026-07-18T16:44:34.567Z | info: running `cargo check --bins` on nexus-internal-api (252/301) |
| 4224 | 2026-07-18T16:44:35.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-07-18T16:44:35.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-07-18T16:44:35.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4227 | 2026-07-18T16:44:35.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4228 | 2026-07-18T16:44:35.136Z | |
| 4229 | 2026-07-18T16:44:35.136Z | info: running `cargo check --bins` on nexus-lockstep-api (253/301) |
| 4230 | 2026-07-18T16:44:35.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4231 | 2026-07-18T16:44:35.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4232 | 2026-07-18T16:44:35.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4233 | 2026-07-18T16:44:35.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4234 | 2026-07-18T16:44:35.707Z | |
| 4235 | 2026-07-18T16:44:35.707Z | info: running `cargo check --bins` on ntp-admin-api (254/301) |
| 4236 | 2026-07-18T16:44:36.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4237 | 2026-07-18T16:44:36.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4238 | 2026-07-18T16:44:36.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4239 | 2026-07-18T16:44:36.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4240 | 2026-07-18T16:44:36.244Z | |
| 4241 | 2026-07-18T16:44:36.244Z | info: running `cargo check --bins` on ntp-admin-types-versions (255/301) |
| 4242 | 2026-07-18T16:44:36.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-07-18T16:44:36.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-07-18T16:44:36.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4245 | 2026-07-18T16:44:36.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4246 | 2026-07-18T16:44:36.766Z | |
| 4247 | 2026-07-18T16:44:36.766Z | info: running `cargo check --bins` on wicketd-api (256/301) |
| 4248 | 2026-07-18T16:44:37.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4249 | 2026-07-18T16:44:37.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4250 | 2026-07-18T16:44:37.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4251 | 2026-07-18T16:44:37.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4252 | 2026-07-18T16:44:37.317Z | |
| 4253 | 2026-07-18T16:44:37.317Z | info: running `cargo check --bins` on omicron-ls-apis (257/301) |
| 4254 | 2026-07-18T16:44:37.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4255 | 2026-07-18T16:44:37.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4256 | 2026-07-18T16:44:37.878Z | Checking cargo-platform v0.3.2 |
| 4257 | 2026-07-18T16:44:37.881Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4258 | 2026-07-18T16:44:38.117Z | Checking cargo_metadata v0.23.1 |
| 4259 | 2026-07-18T16:44:38.711Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4260 | 2026-07-18T16:44:39.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
| 4261 | 2026-07-18T16:44:39.603Z | |
| 4262 | 2026-07-18T16:44:39.603Z | info: running `cargo check --bins` on mgs-dev (258/301) |
| 4263 | 2026-07-18T16:44:40.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-07-18T16:44:40.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-07-18T16:44:40.283Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4266 | 2026-07-18T16:44:40.886Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4267 | 2026-07-18T16:44:41.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 4268 | 2026-07-18T16:44:41.560Z | |
| 4269 | 2026-07-18T16:44:41.560Z | info: running `cargo check --bins` on omicron-omdb (259/301) |
| 4270 | 2026-07-18T16:44:42.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4271 | 2026-07-18T16:44:42.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4272 | 2026-07-18T16:44:42.499Z | Compiling vergen-lib v0.1.6 |
| 4273 | 2026-07-18T16:44:42.499Z | Compiling diesel_derives v2.3.7 |
| 4274 | 2026-07-18T16:44:42.499Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4275 | 2026-07-18T16:44:42.502Z | Compiling dsl_auto_type v0.2.0 |
| 4276 | 2026-07-18T16:44:42.502Z | Checking scheduled-thread-pool v0.2.7 |
| 4277 | 2026-07-18T16:44:42.502Z | Compiling vergen-gitcl v1.0.8 |
| 4278 | 2026-07-18T16:44:42.502Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4279 | 2026-07-18T16:44:42.502Z | Compiling dirs-sys-next v0.1.2 |
| 4280 | 2026-07-18T16:44:42.834Z | Compiling glob v0.3.3 |
| 4281 | 2026-07-18T16:44:42.866Z | Compiling crunchy v0.2.4 |
| 4282 | 2026-07-18T16:44:42.869Z | Checking r2d2 v0.8.10 |
| 4283 | 2026-07-18T16:44:42.934Z | Compiling dirs-next v2.0.0 |
| 4284 | 2026-07-18T16:44:42.950Z | Compiling tiny-keccak v2.0.2 |
| 4285 | 2026-07-18T16:44:43.052Z | Checking downcast-rs v2.0.2 |
| 4286 | 2026-07-18T16:44:43.068Z | Compiling term v0.7.0 |
| 4287 | 2026-07-18T16:44:43.203Z | Compiling bit-vec v0.6.3 |
| 4288 | 2026-07-18T16:44:43.224Z | Compiling clang-sys v1.8.1 |
| 4289 | 2026-07-18T16:44:43.273Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4290 | 2026-07-18T16:44:43.417Z | Compiling bit-set v0.5.3 |
| 4291 | 2026-07-18T16:44:43.476Z | Compiling ascii-canvas v3.0.0 |
| 4292 | 2026-07-18T16:44:43.587Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4293 | 2026-07-18T16:44:43.627Z | Compiling itertools v0.10.5 |
| 4294 | 2026-07-18T16:44:43.644Z | Compiling ena v0.14.4 |
| 4295 | 2026-07-18T16:44:43.663Z | Compiling libloading v0.8.9 |
| 4296 | 2026-07-18T16:44:43.712Z | Compiling bindgen v0.71.1 |
| 4297 | 2026-07-18T16:44:43.728Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4298 | 2026-07-18T16:44:43.744Z | Compiling diff v0.1.13 |
| 4299 | 2026-07-18T16:44:43.853Z | Compiling regex-syntax v0.6.29 |
| 4300 | 2026-07-18T16:44:44.026Z | Compiling cexpr v0.6.0 |
| 4301 | 2026-07-18T16:44:44.210Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4302 | 2026-07-18T16:44:44.363Z | Compiling rustc-hash v2.1.1 |
| 4303 | 2026-07-18T16:44:44.500Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4304 | 2026-07-18T16:44:44.596Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4305 | 2026-07-18T16:44:44.717Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4306 | 2026-07-18T16:44:44.736Z | Compiling libxml v0.3.3 |
| 4307 | 2026-07-18T16:44:44.904Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4308 | 2026-07-18T16:44:44.989Z | Compiling strum_macros v0.24.3 |
| 4309 | 2026-07-18T16:44:45.007Z | Compiling indoc v1.0.9 |
| 4310 | 2026-07-18T16:44:45.464Z | Compiling lalrpop v0.19.12 |
| 4311 | 2026-07-18T16:44:45.782Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4312 | 2026-07-18T16:44:45.945Z | Checking derive_builder v0.20.2 |
| 4313 | 2026-07-18T16:44:45.985Z | Compiling oso-derive v0.27.3 |
| 4314 | 2026-07-18T16:44:46.060Z | Checking quick-xml v0.37.5 |
| 4315 | 2026-07-18T16:44:46.365Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4316 | 2026-07-18T16:44:46.490Z | Checking openssl-probe v0.1.6 |
| 4317 | 2026-07-18T16:44:46.632Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4318 | 2026-07-18T16:44:46.932Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4319 | 2026-07-18T16:44:47.148Z | Checking bb8 v0.8.6 |
| 4320 | 2026-07-18T16:44:47.392Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4321 | 2026-07-18T16:44:47.437Z | Checking nonempty v0.12.0 |
| 4322 | 2026-07-18T16:44:47.518Z | Compiling libz-sys v1.1.24 |
| 4323 | 2026-07-18T16:44:47.624Z | Compiling strsim v0.10.0 |
| 4324 | 2026-07-18T16:44:47.644Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4325 | 2026-07-18T16:44:47.907Z | Compiling darling_core v0.13.4 |
| 4326 | 2026-07-18T16:44:47.959Z | Compiling vergen-git2 v9.1.0 |
| 4327 | 2026-07-18T16:44:48.112Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4328 | 2026-07-18T16:44:48.189Z | Compiling base64 v0.21.7 |
| 4329 | 2026-07-18T16:44:48.341Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4330 | 2026-07-18T16:44:48.513Z | Compiling ron v0.8.1 |
| 4331 | 2026-07-18T16:44:48.610Z | Checking diesel v2.3.7 |
| 4332 | 2026-07-18T16:44:49.329Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4333 | 2026-07-18T16:44:49.489Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4334 | 2026-07-18T16:44:49.560Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4335 | 2026-07-18T16:44:49.768Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4336 | 2026-07-18T16:44:49.812Z | Compiling darling_macro v0.13.4 |
| 4337 | 2026-07-18T16:44:49.972Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4338 | 2026-07-18T16:44:50.181Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4339 | 2026-07-18T16:44:50.308Z | Compiling darling v0.13.4 |
| 4340 | 2026-07-18T16:44:50.386Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4341 | 2026-07-18T16:44:50.403Z | Compiling serde_with_macros v1.5.2 |
| 4342 | 2026-07-18T16:44:50.593Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4343 | 2026-07-18T16:44:50.797Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4344 | 2026-07-18T16:44:50.877Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4345 | 2026-07-18T16:44:51.001Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4346 | 2026-07-18T16:44:51.258Z | Compiling serde_with v1.14.0 |
| 4347 | 2026-07-18T16:44:52.380Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4348 | 2026-07-18T16:44:52.552Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4349 | 2026-07-18T16:44:52.738Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4350 | 2026-07-18T16:44:53.380Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4351 | 2026-07-18T16:44:53.640Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4352 | 2026-07-18T16:44:53.997Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4353 | 2026-07-18T16:44:54.134Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4354 | 2026-07-18T16:44:54.290Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4355 | 2026-07-18T16:44:54.759Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4356 | 2026-07-18T16:44:55.109Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4357 | 2026-07-18T16:44:55.113Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4358 | 2026-07-18T16:44:55.144Z | Checking twox-hash v2.1.2 |
| 4359 | 2026-07-18T16:44:55.329Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4360 | 2026-07-18T16:44:55.464Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4361 | 2026-07-18T16:44:55.698Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4362 | 2026-07-18T16:44:56.027Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4363 | 2026-07-18T16:44:56.184Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4364 | 2026-07-18T16:44:57.365Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4365 | 2026-07-18T16:44:57.463Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4366 | 2026-07-18T16:44:57.492Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4367 | 2026-07-18T16:44:58.020Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4368 | 2026-07-18T16:44:58.174Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4369 | 2026-07-18T16:44:58.380Z | Checking console v0.16.2 |
| 4370 | 2026-07-18T16:44:58.688Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4371 | 2026-07-18T16:44:58.836Z | Checking fatfs v0.3.6 |
| 4372 | 2026-07-18T16:44:58.984Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4373 | 2026-07-18T16:44:59.306Z | Checking unit-prefix v0.5.2 |
| 4374 | 2026-07-18T16:44:59.445Z | Compiling seq-macro v0.3.6 |
| 4375 | 2026-07-18T16:44:59.970Z | Checking indicatif v0.18.4 |
| 4376 | 2026-07-18T16:45:00.363Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4377 | 2026-07-18T16:45:00.400Z | Checking support-bundle-viewer v0.1.2 |
| 4378 | 2026-07-18T16:45:00.563Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4379 | 2026-07-18T16:45:00.641Z | Checking multimap v0.10.1 |
| 4380 | 2026-07-18T16:45:05.442Z | Checking diesel-dtrace v0.5.0 |
| 4381 | 2026-07-18T16:45:05.698Z | Checking async-bb8-diesel v0.2.1 |
| 4382 | 2026-07-18T16:45:11.572Z | Compiling samael v0.0.19 |
| 4383 | 2026-07-18T16:45:14.988Z | Compiling git2 v0.20.4 |
| 4384 | 2026-07-18T16:45:16.150Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4385 | 2026-07-18T16:45:16.714Z | Compiling polar-core v0.27.3 |
| 4386 | 2026-07-18T16:45:17.450Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4387 | 2026-07-18T16:45:21.283Z | Checking oso v0.27.3 |
| 4388 | 2026-07-18T16:45:51.277Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4389 | 2026-07-18T16:47:04.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 4390 | 2026-07-18T16:47:04.728Z | |
| 4391 | 2026-07-18T16:47:04.728Z | info: running `cargo check --bins` on nexus-networking (260/301) |
| 4392 | 2026-07-18T16:47:05.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-07-18T16:47:05.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-07-18T16:47:05.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4395 | 2026-07-18T16:47:05.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4396 | 2026-07-18T16:47:05.371Z | |
| 4397 | 2026-07-18T16:47:05.371Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301) |
| 4398 | 2026-07-18T16:47:05.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4399 | 2026-07-18T16:47:05.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4400 | 2026-07-18T16:47:05.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4401 | 2026-07-18T16:47:05.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4402 | 2026-07-18T16:47:05.975Z | |
| 4403 | 2026-07-18T16:47:05.975Z | info: running `cargo check --bins` on nexus-saga-recovery (262/301) |
| 4404 | 2026-07-18T16:47:06.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-07-18T16:47:06.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-07-18T16:47:06.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4407 | 2026-07-18T16:47:06.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4408 | 2026-07-18T16:47:06.582Z | |
| 4409 | 2026-07-18T16:47:06.583Z | info: running `cargo check --bins` on nexus-test-utils-macros (263/301) |
| 4410 | 2026-07-18T16:47:07.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-07-18T16:47:07.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-07-18T16:47:07.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4413 | 2026-07-18T16:47:07.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4414 | 2026-07-18T16:47:07.116Z | |
| 4415 | 2026-07-18T16:47:07.116Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (264/301) |
| 4416 | 2026-07-18T16:47:07.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-07-18T16:47:07.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-07-18T16:47:07.908Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4419 | 2026-07-18T16:47:08.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4420 | 2026-07-18T16:47:08.837Z | |
| 4421 | 2026-07-18T16:47:08.837Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301) |
| 4422 | 2026-07-18T16:47:09.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-07-18T16:47:09.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-07-18T16:47:09.630Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4425 | 2026-07-18T16:47:47.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s |
| 4426 | 2026-07-18T16:47:47.729Z | |
| 4427 | 2026-07-18T16:47:47.729Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301) |
| 4428 | 2026-07-18T16:47:48.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-07-18T16:47:48.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-07-18T16:47:48.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4431 | 2026-07-18T16:47:48.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4432 | 2026-07-18T16:47:48.259Z | |
| 4433 | 2026-07-18T16:47:48.259Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301) |
| 4434 | 2026-07-18T16:47:48.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-07-18T16:47:48.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-07-18T16:47:48.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-07-18T16:47:48.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4438 | 2026-07-18T16:47:48.788Z | |
| 4439 | 2026-07-18T16:47:48.788Z | info: running `cargo check --bins --no-default-features` on nexus-fm (268/301) |
| 4440 | 2026-07-18T16:47:49.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-07-18T16:47:49.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-07-18T16:47:49.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4443 | 2026-07-18T16:47:49.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4444 | 2026-07-18T16:47:49.377Z | |
| 4445 | 2026-07-18T16:47:49.377Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301) |
| 4446 | 2026-07-18T16:47:49.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-07-18T16:47:49.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-07-18T16:47:49.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-07-18T16:47:49.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4450 | 2026-07-18T16:47:49.976Z | |
| 4451 | 2026-07-18T16:47:49.976Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (270/301) |
| 4452 | 2026-07-18T16:47:50.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-07-18T16:47:50.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-07-18T16:47:50.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-07-18T16:47:50.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4456 | 2026-07-18T16:47:50.572Z | |
| 4457 | 2026-07-18T16:47:50.572Z | info: running `cargo check --bins` on nexus-mgs-updates (271/301) |
| 4458 | 2026-07-18T16:47:51.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-07-18T16:47:51.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-07-18T16:47:51.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-07-18T16:47:51.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4462 | 2026-07-18T16:47:51.162Z | |
| 4463 | 2026-07-18T16:47:51.162Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (272/301) |
| 4464 | 2026-07-18T16:47:51.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-07-18T16:47:51.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-07-18T16:47:51.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4467 | 2026-07-18T16:47:51.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4468 | 2026-07-18T16:47:51.763Z | |
| 4469 | 2026-07-18T16:47:51.763Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301) |
| 4470 | 2026-07-18T16:47:52.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-07-18T16:47:52.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-07-18T16:47:52.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-07-18T16:47:52.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4474 | 2026-07-18T16:47:52.361Z | |
| 4475 | 2026-07-18T16:47:52.361Z | info: running `cargo check --bins` on nexus-switch-config (274/301) |
| 4476 | 2026-07-18T16:47:52.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-07-18T16:47:52.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-07-18T16:47:52.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-07-18T16:47:52.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4480 | 2026-07-18T16:47:52.943Z | |
| 4481 | 2026-07-18T16:47:52.943Z | info: running `cargo check --bins` on nexus-switch-config-preparation (275/301) |
| 4482 | 2026-07-18T16:47:53.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-07-18T16:47:53.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-07-18T16:47:53.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4485 | 2026-07-18T16:47:53.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4486 | 2026-07-18T16:47:53.546Z | |
| 4487 | 2026-07-18T16:47:53.546Z | info: running `cargo check --bins` on support-bundle-collection (276/301) |
| 4488 | 2026-07-18T16:47:54.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-07-18T16:47:54.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-07-18T16:47:54.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4491 | 2026-07-18T16:47:54.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4492 | 2026-07-18T16:47:54.146Z | |
| 4493 | 2026-07-18T16:47:54.146Z | info: running `cargo check --bins` on omicron-dev (277/301) |
| 4494 | 2026-07-18T16:47:54.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-07-18T16:47:54.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-07-18T16:47:55.004Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4497 | 2026-07-18T16:47:55.004Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4498 | 2026-07-18T16:47:55.186Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4499 | 2026-07-18T16:47:55.216Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4500 | 2026-07-18T16:47:55.236Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4501 | 2026-07-18T16:47:55.239Z | Checking diff v0.1.13 |
| 4502 | 2026-07-18T16:47:55.239Z | Checking yansi v1.0.1 |
| 4503 | 2026-07-18T16:47:55.281Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4504 | 2026-07-18T16:47:55.342Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4505 | 2026-07-18T16:47:55.499Z | Checking pretty_assertions v1.4.1 |
| 4506 | 2026-07-18T16:47:56.269Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4507 | 2026-07-18T16:47:56.300Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4508 | 2026-07-18T16:48:21.058Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4509 | 2026-07-18T16:48:21.061Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4510 | 2026-07-18T16:48:21.061Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4511 | 2026-07-18T16:48:21.061Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4512 | 2026-07-18T16:48:21.061Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4513 | 2026-07-18T16:48:21.061Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4514 | 2026-07-18T16:48:21.061Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4515 | 2026-07-18T16:48:21.867Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4516 | 2026-07-18T16:48:21.867Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4517 | 2026-07-18T16:48:23.067Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4518 | 2026-07-18T16:49:01.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4519 | 2026-07-18T16:49:01.291Z | |
| 4520 | 2026-07-18T16:49:01.291Z | info: running `cargo check --bins` on omicron-pins (278/301) |
| 4521 | 2026-07-18T16:49:01.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-07-18T16:49:01.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-07-18T16:49:01.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4524 | 2026-07-18T16:49:01.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4525 | 2026-07-18T16:49:01.818Z | |
| 4526 | 2026-07-18T16:49:01.818Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301) |
| 4527 | 2026-07-18T16:49:02.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-07-18T16:49:02.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-07-18T16:49:02.548Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4530 | 2026-07-18T16:49:02.669Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4531 | 2026-07-18T16:49:02.672Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4532 | 2026-07-18T16:49:29.722Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4533 | 2026-07-18T16:49:30.097Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4534 | 2026-07-18T16:49:31.830Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4535 | 2026-07-18T16:49:32.272Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4536 | 2026-07-18T16:49:35.373Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4537 | 2026-07-18T16:49:59.091Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4538 | 2026-07-18T16:49:59.795Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4539 | 2026-07-18T16:50:01.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.59s |
| 4540 | 2026-07-18T16:50:01.605Z | |
| 4541 | 2026-07-18T16:50:01.605Z | info: running `cargo check --bins` on reconfigurator-sp-updater (280/301) |
| 4542 | 2026-07-18T16:50:02.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4543 | 2026-07-18T16:50:02.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4544 | 2026-07-18T16:50:02.281Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4545 | 2026-07-18T16:50:02.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4546 | 2026-07-18T16:50:03.140Z | |
| 4547 | 2026-07-18T16:50:03.140Z | info: running `cargo check --bins` on omicron-releng (281/301) |
| 4548 | 2026-07-18T16:50:03.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4549 | 2026-07-18T16:50:03.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4550 | 2026-07-18T16:50:03.751Z | Compiling blake3 v1.8.5 |
| 4551 | 2026-07-18T16:50:03.754Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4552 | 2026-07-18T16:50:03.864Z | Checking constant_time_eq v0.4.2 |
| 4553 | 2026-07-18T16:50:03.867Z | Checking arrayref v0.3.9 |
| 4554 | 2026-07-18T16:50:03.867Z | Checking arrayvec v0.7.6 |
| 4555 | 2026-07-18T16:50:03.884Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4556 | 2026-07-18T16:50:03.887Z | Checking sha2 v0.11.0 |
| 4557 | 2026-07-18T16:50:03.887Z | Checking digest-io v0.1.0 |
| 4558 | 2026-07-18T16:50:03.927Z | Checking rawzip v0.4.4 |
| 4559 | 2026-07-18T16:50:03.981Z | Checking topological-sort v0.2.2 |
| 4560 | 2026-07-18T16:50:04.008Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4561 | 2026-07-18T16:50:04.045Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4562 | 2026-07-18T16:50:04.113Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4563 | 2026-07-18T16:50:04.209Z | Checking shell-words v1.1.1 |
| 4564 | 2026-07-18T16:50:04.349Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4565 | 2026-07-18T16:50:04.601Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4566 | 2026-07-18T16:50:04.835Z | Checking omicron-zone-package v0.12.3 |
| 4567 | 2026-07-18T16:50:05.660Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4568 | 2026-07-18T16:50:06.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 4569 | 2026-07-18T16:50:06.864Z | |
| 4570 | 2026-07-18T16:50:06.864Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (282/301) |
| 4571 | 2026-07-18T16:50:07.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-07-18T16:50:07.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-07-18T16:50:07.465Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4574 | 2026-07-18T16:50:07.787Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4575 | 2026-07-18T16:50:08.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 4576 | 2026-07-18T16:50:08.351Z | |
| 4577 | 2026-07-18T16:50:08.351Z | info: running `cargo check --bins` on schema (283/301) |
| 4578 | 2026-07-18T16:50:08.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4579 | 2026-07-18T16:50:08.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4580 | 2026-07-18T16:50:09.036Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4581 | 2026-07-18T16:50:09.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 4582 | 2026-07-18T16:50:09.919Z | |
| 4583 | 2026-07-18T16:50:09.920Z | info: running `cargo check --bins` on xtask (284/301) |
| 4584 | 2026-07-18T16:50:10.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4585 | 2026-07-18T16:50:10.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4586 | 2026-07-18T16:50:10.308Z | Checking serde_core v1.0.228 |
| 4587 | 2026-07-18T16:50:10.308Z | Checking libc v0.2.185 |
| 4588 | 2026-07-18T16:50:10.311Z | Checking bitflags v2.11.0 |
| 4589 | 2026-07-18T16:50:10.394Z | Checking scroll v0.12.0 |
| 4590 | 2026-07-18T16:50:10.397Z | Checking thiserror v1.0.69 |
| 4591 | 2026-07-18T16:50:10.403Z | Checking log v0.4.29 |
| 4592 | 2026-07-18T16:50:10.409Z | Checking zerocopy v0.7.35 |
| 4593 | 2026-07-18T16:50:10.412Z | Checking indexmap v2.14.0 |
| 4594 | 2026-07-18T16:50:10.477Z | Checking syn v2.0.117 |
| 4595 | 2026-07-18T16:50:10.525Z | Checking dtrace-parser v0.2.0 |
| 4596 | 2026-07-18T16:50:10.546Z | Checking once_cell v1.21.3 |
| 4597 | 2026-07-18T16:50:10.602Z | Checking goblin v0.8.2 |
| 4598 | 2026-07-18T16:50:10.664Z | Checking errno v0.3.14 |
| 4599 | 2026-07-18T16:50:10.718Z | Checking thread-id v4.2.2 |
| 4600 | 2026-07-18T16:50:10.749Z | Checking getrandom v0.4.1 |
| 4601 | 2026-07-18T16:50:10.780Z | Checking rustix v1.1.3 |
| 4602 | 2026-07-18T16:50:10.795Z | Checking memmap v0.7.0 |
| 4603 | 2026-07-18T16:50:10.877Z | Checking thiserror v2.0.18 |
| 4604 | 2026-07-18T16:50:10.890Z | Checking fs-err v3.3.0 |
| 4605 | 2026-07-18T16:50:10.919Z | Checking anyhow v1.0.102 |
| 4606 | 2026-07-18T16:50:10.944Z | Checking tabled v0.15.0 |
| 4607 | 2026-07-18T16:50:11.554Z | Checking terminal_size v0.4.3 |
| 4608 | 2026-07-18T16:50:11.554Z | Checking tempfile v3.25.0 |
| 4609 | 2026-07-18T16:50:11.665Z | Checking clap_builder v4.6.0 |
| 4610 | 2026-07-18T16:50:11.665Z | Checking textwrap v0.16.2 |
| 4611 | 2026-07-18T16:50:11.836Z | Checking serde v1.0.228 |
| 4612 | 2026-07-18T16:50:11.836Z | Checking serde_json v1.0.150 |
| 4613 | 2026-07-18T16:50:11.836Z | Checking camino v1.2.2 |
| 4614 | 2026-07-18T16:50:11.865Z | Checking semver v1.0.28 |
| 4615 | 2026-07-18T16:50:12.031Z | Checking cargo-platform v0.3.2 |
| 4616 | 2026-07-18T16:50:12.086Z | Checking camino-tempfile v1.4.1 |
| 4617 | 2026-07-18T16:50:12.241Z | Checking serde_spanned v0.6.9 |
| 4618 | 2026-07-18T16:50:12.241Z | Checking toml_datetime v0.6.11 |
| 4619 | 2026-07-18T16:50:12.241Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4620 | 2026-07-18T16:50:12.244Z | Checking macaddr v1.0.1 |
| 4621 | 2026-07-18T16:50:12.413Z | Checking toml_edit v0.22.27 |
| 4622 | 2026-07-18T16:50:12.424Z | Checking dof v0.3.0 |
| 4623 | 2026-07-18T16:50:12.426Z | Checking cargo_metadata v0.23.1 |
| 4624 | 2026-07-18T16:50:12.689Z | Checking usdt-impl v0.5.0 |
| 4625 | 2026-07-18T16:50:12.865Z | Checking clap v4.6.1 |
| 4626 | 2026-07-18T16:50:12.942Z | Checking usdt v0.5.0 |
| 4627 | 2026-07-18T16:50:13.382Z | Checking toml v0.8.23 |
| 4628 | 2026-07-18T16:50:13.639Z | Checking cargo_toml v0.21.0 |
| 4629 | 2026-07-18T16:50:14.283Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4630 | 2026-07-18T16:50:14.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 4631 | 2026-07-18T16:50:14.776Z | |
| 4632 | 2026-07-18T16:50:14.776Z | info: running `cargo check --bins` on dnsadm (285/301) |
| 4633 | 2026-07-18T16:50:15.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4634 | 2026-07-18T16:50:15.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4635 | 2026-07-18T16:50:15.366Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4636 | 2026-07-18T16:50:15.834Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4637 | 2026-07-18T16:50:16.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4638 | 2026-07-18T16:50:16.386Z | |
| 4639 | 2026-07-18T16:50:16.386Z | info: running `cargo check --bins` on end-to-end-tests (286/301) |
| 4640 | 2026-07-18T16:50:16.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4641 | 2026-07-18T16:50:16.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4642 | 2026-07-18T16:50:17.152Z | Checking cpubits v0.1.1 |
| 4643 | 2026-07-18T16:50:17.156Z | Checking pem-rfc7468 v1.0.0 |
| 4644 | 2026-07-18T16:50:17.293Z | Checking hmac v0.13.0 |
| 4645 | 2026-07-18T16:50:17.293Z | Checking universal-hash v0.6.1 |
| 4646 | 2026-07-18T16:50:17.318Z | Checking ctr v0.10.1 |
| 4647 | 2026-07-18T16:50:17.318Z | Checking aead v0.6.1 |
| 4648 | 2026-07-18T16:50:17.346Z | Checking aes v0.9.1 |
| 4649 | 2026-07-18T16:50:17.346Z | Checking crypto-bigint v0.7.5 |
| 4650 | 2026-07-18T16:50:17.374Z | Checking salsa20 v0.11.0 |
| 4651 | 2026-07-18T16:50:17.415Z | Checking polyval v0.7.1 |
| 4652 | 2026-07-18T16:50:17.428Z | Checking der v0.8.0 |
| 4653 | 2026-07-18T16:50:17.442Z | Checking pbkdf2 v0.13.0 |
| 4654 | 2026-07-18T16:50:17.460Z | Checking cbc v0.2.1 |
| 4655 | 2026-07-18T16:50:17.511Z | Checking ff v0.14.0 |
| 4656 | 2026-07-18T16:50:17.514Z | Checking signature v3.0.0 |
| 4657 | 2026-07-18T16:50:17.553Z | Checking scrypt v0.12.0 |
| 4658 | 2026-07-18T16:50:17.581Z | Checking ghash v0.6.0 |
| 4659 | 2026-07-18T16:50:17.597Z | Checking base16ct v1.0.0 |
| 4660 | 2026-07-18T16:50:17.651Z | Checking group v0.14.0 |
| 4661 | 2026-07-18T16:50:17.682Z | Checking hkdf v0.13.0 |
| 4662 | 2026-07-18T16:50:17.704Z | Checking rfc6979 v0.5.0 |
| 4663 | 2026-07-18T16:50:17.723Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4664 | 2026-07-18T16:50:17.743Z | Checking poly1305 v0.9.0 |
| 4665 | 2026-07-18T16:50:17.759Z | Checking aes-gcm v0.11.0 |
| 4666 | 2026-07-18T16:50:17.795Z | Checking blowfish v0.10.0 |
| 4667 | 2026-07-18T16:50:17.809Z | Checking blake2 v0.11.0-rc.6 |
| 4668 | 2026-07-18T16:50:17.837Z | Checking keccak v0.2.0 |
| 4669 | 2026-07-18T16:50:17.911Z | Checking fiat-crypto v0.3.0 |
| 4670 | 2026-07-18T16:50:17.941Z | Checking bcrypt-pbkdf v0.11.0 |
| 4671 | 2026-07-18T16:50:17.994Z | Checking sha3 v0.11.0 |
| 4672 | 2026-07-18T16:50:18.011Z | Checking kem v0.3.0 |
| 4673 | 2026-07-18T16:50:18.062Z | Checking argon2 v0.6.0-rc.8 |
| 4674 | 2026-07-18T16:50:18.092Z | Checking module-lattice v0.2.3 |
| 4675 | 2026-07-18T16:50:18.125Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4676 | 2026-07-18T16:50:18.217Z | Checking spki v0.8.0 |
| 4677 | 2026-07-18T16:50:18.304Z | Checking sec1 v0.8.1 |
| 4678 | 2026-07-18T16:50:18.324Z | Checking internal-russh-num-bigint v0.5.0 |
| 4679 | 2026-07-18T16:50:18.343Z | Checking ml-kem v0.3.2 |
| 4680 | 2026-07-18T16:50:18.369Z | Checking num-bigint v0.4.6 |
| 4681 | 2026-07-18T16:50:18.390Z | Checking pkcs5 v0.8.1 |
| 4682 | 2026-07-18T16:50:18.511Z | Checking pkcs1 v0.8.0-rc.4 |
| 4683 | 2026-07-18T16:50:18.681Z | Checking pkcs8 v0.11.0 |
| 4684 | 2026-07-18T16:50:18.717Z | Checking generic-array v1.4.3 |
| 4685 | 2026-07-18T16:50:18.884Z | Checking ed25519 v3.0.0 |
| 4686 | 2026-07-18T16:50:18.976Z | Compiling enum_dispatch v0.3.13 |
| 4687 | 2026-07-18T16:50:19.082Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4688 | 2026-07-18T16:50:19.119Z | Checking russh-util v0.52.0 |
| 4689 | 2026-07-18T16:50:19.142Z | Compiling delegate v0.13.5 |
| 4690 | 2026-07-18T16:50:19.178Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4691 | 2026-07-18T16:50:19.247Z | Checking md5 v0.8.0 |
| 4692 | 2026-07-18T16:50:19.298Z | Checking hex-literal v1.1.0 |
| 4693 | 2026-07-18T16:50:19.337Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4694 | 2026-07-18T16:50:19.418Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4695 | 2026-07-18T16:50:19.422Z | Checking socket2 v0.5.10 |
| 4696 | 2026-07-18T16:50:19.594Z | Checking internet-checksum v0.2.1 |
| 4697 | 2026-07-18T16:50:19.611Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4698 | 2026-07-18T16:50:19.629Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4699 | 2026-07-18T16:50:19.665Z | Checking primefield v0.14.0 |
| 4700 | 2026-07-18T16:50:19.713Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4701 | 2026-07-18T16:50:19.869Z | Checking crypto-primes v0.7.2 |
| 4702 | 2026-07-18T16:50:19.939Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4703 | 2026-07-18T16:50:19.954Z | Checking russh-cryptovec v0.61.0 |
| 4704 | 2026-07-18T16:50:20.092Z | Checking ecdsa v0.17.0-rc.18 |
| 4705 | 2026-07-18T16:50:20.092Z | Checking primeorder v0.14.0-rc.10 |
| 4706 | 2026-07-18T16:50:20.453Z | Checking p521 v0.14.0-rc.10 |
| 4707 | 2026-07-18T16:50:20.453Z | Checking p256 v0.14.0-rc.10 |
| 4708 | 2026-07-18T16:50:20.818Z | Checking rsa v0.10.0-rc.18 |
| 4709 | 2026-07-18T16:50:22.750Z | Checking p384 v0.14.0-rc.10 |
| 4710 | 2026-07-18T16:50:24.642Z | Checking ssh-key v0.7.0-rc.10 |
| 4711 | 2026-07-18T16:50:25.419Z | Checking russh v0.61.2 |
| 4712 | 2026-07-18T16:50:37.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.24s |
| 4713 | 2026-07-18T16:50:37.836Z | |
| 4714 | 2026-07-18T16:50:37.836Z | info: running `cargo check --bins` on gateway-cli (287/301) |
| 4715 | 2026-07-18T16:50:38.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4716 | 2026-07-18T16:50:38.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4717 | 2026-07-18T16:50:38.432Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4718 | 2026-07-18T16:50:38.540Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4719 | 2026-07-18T16:50:38.548Z | Checking termios v0.3.3 |
| 4720 | 2026-07-18T16:50:39.749Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4721 | 2026-07-18T16:50:39.895Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4722 | 2026-07-18T16:50:41.538Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4723 | 2026-07-18T16:50:42.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 4724 | 2026-07-18T16:50:42.268Z | |
| 4725 | 2026-07-18T16:50:42.269Z | info: running `cargo check --bins --no-default-features` on installinator (288/301) |
| 4726 | 2026-07-18T16:50:42.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4727 | 2026-07-18T16:50:42.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4728 | 2026-07-18T16:50:42.927Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4729 | 2026-07-18T16:50:42.930Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4730 | 2026-07-18T16:50:43.041Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4731 | 2026-07-18T16:50:43.049Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4732 | 2026-07-18T16:50:43.062Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4733 | 2026-07-18T16:50:43.065Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4734 | 2026-07-18T16:50:43.822Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4735 | 2026-07-18T16:50:44.137Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4736 | 2026-07-18T16:50:44.141Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4737 | 2026-07-18T16:50:44.772Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4738 | 2026-07-18T16:50:46.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 4739 | 2026-07-18T16:50:46.571Z | |
| 4740 | 2026-07-18T16:50:46.571Z | info: running `cargo check --bins` on internal-dns-cli (289/301) |
| 4741 | 2026-07-18T16:50:47.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4742 | 2026-07-18T16:50:47.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4743 | 2026-07-18T16:50:47.158Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4744 | 2026-07-18T16:50:47.609Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4745 | 2026-07-18T16:50:47.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4746 | 2026-07-18T16:50:48.085Z | |
| 4747 | 2026-07-18T16:50:48.085Z | info: running `cargo check --bins` on omicron-live-tests (290/301) |
| 4748 | 2026-07-18T16:50:48.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-07-18T16:50:48.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-07-18T16:50:48.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-07-18T16:50:48.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4752 | 2026-07-18T16:50:48.608Z | |
| 4753 | 2026-07-18T16:50:48.608Z | info: running `cargo check --bins` on live-tests-macros (291/301) |
| 4754 | 2026-07-18T16:50:49.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-07-18T16:50:49.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-07-18T16:50:49.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-07-18T16:50:49.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4758 | 2026-07-18T16:50:49.135Z | |
| 4759 | 2026-07-18T16:50:49.135Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301) |
| 4760 | 2026-07-18T16:50:49.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-07-18T16:50:49.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-07-18T16:50:49.835Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4763 | 2026-07-18T16:50:50.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4764 | 2026-07-18T16:50:50.614Z | |
| 4765 | 2026-07-18T16:50:50.614Z | info: running `cargo check --bins` on omicron-ntp-admin (293/301) |
| 4766 | 2026-07-18T16:50:51.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4767 | 2026-07-18T16:50:51.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4768 | 2026-07-18T16:50:51.211Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4769 | 2026-07-18T16:50:51.215Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4770 | 2026-07-18T16:50:51.485Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4771 | 2026-07-18T16:50:51.485Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4772 | 2026-07-18T16:50:52.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4773 | 2026-07-18T16:50:52.462Z | |
| 4774 | 2026-07-18T16:50:52.462Z | info: running `cargo check --bins` on ntp-admin-types (294/301) |
| 4775 | 2026-07-18T16:50:52.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4776 | 2026-07-18T16:50:52.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4777 | 2026-07-18T16:50:52.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4778 | 2026-07-18T16:50:52.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4779 | 2026-07-18T16:50:52.987Z | |
| 4780 | 2026-07-18T16:50:52.987Z | info: running `cargo check --bins` on omicron-package (295/301) |
| 4781 | 2026-07-18T16:50:53.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4782 | 2026-07-18T16:50:53.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4783 | 2026-07-18T16:50:53.620Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4784 | 2026-07-18T16:50:54.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4785 | 2026-07-18T16:50:54.856Z | |
| 4786 | 2026-07-18T16:50:54.856Z | info: running `cargo check --bins` on tqdb (296/301) |
| 4787 | 2026-07-18T16:50:55.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4788 | 2026-07-18T16:50:55.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4789 | 2026-07-18T16:50:55.589Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4790 | 2026-07-18T16:50:55.938Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4791 | 2026-07-18T16:50:56.450Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4792 | 2026-07-18T16:50:56.454Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4793 | 2026-07-18T16:51:02.538Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4794 | 2026-07-18T16:51:02.542Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4795 | 2026-07-18T16:51:03.105Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4796 | 2026-07-18T16:51:03.105Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4797 | 2026-07-18T16:51:03.108Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4798 | 2026-07-18T16:51:03.108Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4799 | 2026-07-18T16:51:03.886Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4800 | 2026-07-18T16:51:04.874Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4801 | 2026-07-18T16:51:05.683Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4802 | 2026-07-18T16:51:06.287Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4803 | 2026-07-18T16:51:11.131Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4804 | 2026-07-18T16:51:17.794Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4805 | 2026-07-18T16:51:17.798Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4806 | 2026-07-18T16:51:17.798Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4807 | 2026-07-18T16:51:17.798Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4808 | 2026-07-18T16:51:19.301Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4809 | 2026-07-18T16:51:20.629Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4810 | 2026-07-18T16:51:21.287Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4811 | 2026-07-18T16:51:22.509Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4812 | 2026-07-18T16:51:23.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.18s |
| 4813 | 2026-07-18T16:51:23.241Z | |
| 4814 | 2026-07-18T16:51:23.241Z | info: running `cargo check --bins` on wicket-dbg (297/301) |
| 4815 | 2026-07-18T16:51:23.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4816 | 2026-07-18T16:51:23.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4817 | 2026-07-18T16:51:23.902Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4818 | 2026-07-18T16:51:24.017Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4819 | 2026-07-18T16:51:24.025Z | Checking rtoolbox v0.0.3 |
| 4820 | 2026-07-18T16:51:24.032Z | Checking tui-tree-widget v0.23.1 |
| 4821 | 2026-07-18T16:51:24.130Z | Checking rpassword v7.4.0 |
| 4822 | 2026-07-18T16:51:24.516Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4823 | 2026-07-18T16:51:24.692Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4824 | 2026-07-18T16:51:25.646Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4825 | 2026-07-18T16:51:28.741Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4826 | 2026-07-18T16:51:30.628Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4827 | 2026-07-18T16:51:31.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.27s |
| 4828 | 2026-07-18T16:51:31.705Z | |
| 4829 | 2026-07-18T16:51:31.705Z | info: running `cargo check --bins` on wicket (298/301) |
| 4830 | 2026-07-18T16:51:32.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4831 | 2026-07-18T16:51:32.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4832 | 2026-07-18T16:51:32.346Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4833 | 2026-07-18T16:51:32.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 4834 | 2026-07-18T16:51:32.878Z | |
| 4835 | 2026-07-18T16:51:32.878Z | info: running `cargo check --bins` on wicketd (299/301) |
| 4836 | 2026-07-18T16:51:33.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4837 | 2026-07-18T16:51:33.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4838 | 2026-07-18T16:51:33.544Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4839 | 2026-07-18T16:51:33.547Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4840 | 2026-07-18T16:51:33.547Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4841 | 2026-07-18T16:51:33.547Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4842 | 2026-07-18T16:51:34.424Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4843 | 2026-07-18T16:51:34.978Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4844 | 2026-07-18T16:51:38.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 4845 | 2026-07-18T16:51:38.191Z | |
| 4846 | 2026-07-18T16:51:38.191Z | info: running `cargo check --bins` on omicron-workspace-hack (300/301) |
| 4847 | 2026-07-18T16:51:38.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4848 | 2026-07-18T16:51:38.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4849 | 2026-07-18T16:51:38.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4850 | 2026-07-18T16:51:38.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 4851 | 2026-07-18T16:51:38.721Z | |
| 4852 | 2026-07-18T16:51:38.721Z | info: running `cargo check --bins` on zone-setup (301/301) |
| 4853 | 2026-07-18T16:51:39.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4854 | 2026-07-18T16:51:39.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4855 | 2026-07-18T16:51:39.345Z | Checking uzers v0.12.2 |
| 4856 | 2026-07-18T16:51:39.615Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4857 | 2026-07-18T16:51:40.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 4858 | 2026-07-18T16:51:40.544Z | |
| 4859 | 2026-07-18T16:51:40.544Z | real 13:56.577299981 |
| 4860 | 2026-07-18T16:51:40.544Z | user 21:08.602549443 |
| 4861 | 2026-07-18T16:51:40.544Z | sys 4:14.613497670 |
| 4862 | 2026-07-18T16:51:40.544Z | trap 0.333195663 |
| 4863 | 2026-07-18T16:51:40.544Z | tflt 0.720884754 |
| 4864 | 2026-07-18T16:51:40.544Z | dflt 1.057442905 |
| 4865 | 2026-07-18T16:51:40.544Z | kflt 0.005132462 |
| 4866 | 2026-07-18T16:51:40.544Z | lock 1:19:30.006937531 |
| 4867 | 2026-07-18T16:51:40.544Z | slp 1:41:09.959635723 |
| 4868 | 2026-07-18T16:51:40.544Z | lat 56.695690546 |
| 4869 | 2026-07-18T16:51:40.544Z | stop 3:34.589028374 |
| 4870 | 2026-07-18T16:51:40.548Z | process exited: duration 957775 ms, exit code 0 |
| |
| 4871 | 2026-07-18T16:51:40.556Z | found 0 output files |