|
|
|
| 1 | 2026-08-29T21:04:58.137Z | job assigned to worker 01M17NCFBY9P79KHXWSP16473Q [factory aws, i-067fc9e45f57c97f3] (queued for 54 s) |
| |
| 2 | 2026-08-29T21:05:05.032Z | starting task 0: "setup" |
| 3 | 2026-08-29T21:05:05.037Z | ++ uname -s |
| 4 | 2026-08-29T21:05:05.037Z | + kern=SunOS |
| 5 | 2026-08-29T21:05:05.037Z | + build_user=build |
| 6 | 2026-08-29T21:05:05.037Z | + build_uid=12345 |
| 7 | 2026-08-29T21:05:05.037Z | + work_dir=/work |
| 8 | 2026-08-29T21:05:05.037Z | + input_dir=/input |
| 9 | 2026-08-29T21:05:05.037Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-29T21:05:05.037Z | + case "$kern" in |
| 11 | 2026-08-29T21:05:05.037Z | + groupadd -g 12345 build |
| 12 | 2026-08-29T21:05:05.040Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-29T21:05:07.045Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-29T21:05:07.137Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-29T21:05:07.140Z | + home_fs=zfs |
| 16 | 2026-08-29T21:05:07.140Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-29T21:05:07.140Z | + mkdir -p /home/build |
| 18 | 2026-08-29T21:05:07.140Z | + chown build:build /home/build /work |
| 19 | 2026-08-29T21:05:09.143Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-29T21:05:09.147Z | process exited: duration 4113 ms, exit code 0 |
| |
| 21 | 2026-08-29T21:05:09.157Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-29T21:05:09.162Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-29T21:05:09.162Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-29T21:05:09.162Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-29T21:05:09.162Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-29T21:05:09.162Z | * rust toolchain profile = "default" |
| 27 | 2026-08-29T21:05:09.162Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-29T21:05:09.173Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-29T21:05:09.173Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-29T21:05:09.272Z | info: downloading installer |
| 31 | 2026-08-29T21:05:10.627Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-29T21:05:10.627Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-29T21:05:10.627Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-29T21:05:10.627Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-29T21:05:10.642Z | info: profile set to default |
| 36 | 2026-08-29T21:05:10.642Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-29T21:05:10.646Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-29T21:05:10.773Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-29T21:05:10.776Z | info: downloading 6 components |
| 40 | 2026-08-29T21:05:25.076Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-29T21:05:25.076Z | |
| 42 | 2026-08-29T21:05:25.103Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-29T21:05:25.103Z | |
| 44 | 2026-08-29T21:05:25.104Z | |
| 45 | 2026-08-29T21:05:25.104Z | Rust is installed now. Great! |
| 46 | 2026-08-29T21:05:25.104Z | |
| 47 | 2026-08-29T21:05:25.110Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-29T21:05:25.110Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-29T21:05:25.110Z | |
| 50 | 2026-08-29T21:05:25.110Z | To configure your current shell, you need to source |
| 51 | 2026-08-29T21:05:25.110Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-29T21:05:25.110Z | |
| 53 | 2026-08-29T21:05:25.110Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-29T21:05:25.110Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-29T21:05:25.110Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-29T21:05:25.110Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-29T21:05:25.110Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-29T21:05:25.111Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-29T21:05:25.111Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-29T21:05:25.111Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-29T21:05:25.111Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-29T21:05:25.206Z | + rustup --version |
| 63 | 2026-08-29T21:05:25.215Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-29T21:05:25.218Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-29T21:05:25.236Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-29T21:05:25.239Z | + cargo --version |
| 67 | 2026-08-29T21:05:25.253Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-29T21:05:25.256Z | + rustc --version |
| 69 | 2026-08-29T21:05:25.275Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-29T21:05:25.278Z | process exited: duration 16120 ms, exit code 0 |
| |
| 71 | 2026-08-29T21:05:25.284Z | starting task 2: "authentication" |
| 72 | 2026-08-29T21:05:25.300Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-29T21:05:25.316Z | starting task 3: "clone repository" |
| 74 | 2026-08-29T21:05:25.323Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-29T21:05:25.323Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-29T21:05:25.352Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-29T21:05:38.216Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-29T21:05:38.216Z | + git fetch origin 1cb7ef2815f22fdc98e64c4762eee266ca31f829 |
| 79 | 2026-08-29T21:05:38.555Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-29T21:05:38.555Z | * branch 1cb7ef2815f22fdc98e64c4762eee266ca31f829 -> FETCH_HEAD |
| 81 | 2026-08-29T21:05:38.567Z | + [[ -n nexus-tunnel ]] |
| 82 | 2026-08-29T21:05:38.570Z | ++ git branch --show-current |
| 83 | 2026-08-29T21:05:38.570Z | + current=main |
| 84 | 2026-08-29T21:05:38.570Z | + [[ main != nexus-tunnel ]] |
| 85 | 2026-08-29T21:05:38.570Z | + git branch -f nexus-tunnel 1cb7ef2815f22fdc98e64c4762eee266ca31f829 |
| 86 | 2026-08-29T21:05:38.573Z | + git checkout -f nexus-tunnel |
| 87 | 2026-08-29T21:05:38.836Z | Switched to branch 'nexus-tunnel' |
| 88 | 2026-08-29T21:05:38.839Z | + git reset --hard 1cb7ef2815f22fdc98e64c4762eee266ca31f829 |
| 89 | 2026-08-29T21:05:38.854Z | HEAD is now at 1cb7ef281 Advance sush to sled health |
| 90 | 2026-08-29T21:05:38.857Z | process exited: duration 13544 ms, exit code 0 |
| |
| 91 | 2026-08-29T21:05:38.863Z | starting task 4: "build" |
| 92 | 2026-08-29T21:05:38.866Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-29T21:05:38.866Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-29T21:05:38.866Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-29T21:05:38.870Z | +++ uname -s |
| 96 | 2026-08-29T21:05:38.870Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-29T21:05:38.870Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-29T21:05:38.872Z | + cargo --version |
| 99 | 2026-08-29T21:05:38.879Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-29T21:05:38.881Z | + rustc --version |
| 101 | 2026-08-29T21:05:38.901Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-29T21:05:38.903Z | + source ./env.sh |
| 103 | 2026-08-29T21:05:38.904Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-29T21:05:38.904Z | ++ set -o xtrace |
| 105 | 2026-08-29T21:05:38.906Z | ++++ dirname ./env.sh |
| 106 | 2026-08-29T21:05:38.906Z | +++ readlink -f . |
| 107 | 2026-08-29T21:05:38.909Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-29T21:05:38.909Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-29T21:05:38.909Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-29T21:05:38.909Z | ++ 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 |
| 111 | 2026-08-29T21:05:38.909Z | ++ 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 |
| 112 | 2026-08-29T21:05:38.909Z | ++ 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 |
| 113 | 2026-08-29T21:05:38.909Z | ++ 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 |
| 114 | 2026-08-29T21:05:38.909Z | ++ 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 |
| 115 | 2026-08-29T21:05:38.910Z | ++ 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 |
| 116 | 2026-08-29T21:05:38.910Z | ++ 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 |
| 117 | 2026-08-29T21:05:38.910Z | ++ 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 |
| 118 | 2026-08-29T21:05:38.910Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-29T21:05:38.910Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-29T21:05:38.910Z | + 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 |
| 121 | 2026-08-29T21:05:38.910Z | + 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 |
| 122 | 2026-08-29T21:05:38.910Z | + banner prerequisites |
| 123 | 2026-08-29T21:05:38.913Z | |
| 124 | 2026-08-29T21:05:38.913Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-29T21:05:38.913Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-29T21:05:38.913Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-29T21:05:38.913Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-29T21:05:38.913Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-29T21:05:38.913Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-29T21:05:38.913Z | |
| 131 | 2026-08-29T21:05:38.913Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-29T21:05:40.884Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-29T21:05:41.292Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-29T21:05:43.679Z | Planning: Solver setup ... Done (2.258s) |
| 135 | 2026-08-29T21:05:43.742Z | Planning: Running solver ... Done (0.062s) |
| 136 | 2026-08-29T21:05:43.789Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-29T21:05:43.803Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-29T21:05:43.820Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-29T21:05:43.834Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-29T21:05:43.837Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-29T21:05:44.062Z | Planning: Checking for conflicting actions ... Done (0.227s) |
| 142 | 2026-08-29T21:05:44.066Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-29T21:05:44.860Z | Planning: Evaluating mediators ... Done (0.797s) |
| 144 | 2026-08-29T21:05:44.864Z | Planning: Planning completed in 3.53 seconds |
| 145 | 2026-08-29T21:05:44.869Z | Packages to install: 2 |
| 146 | 2026-08-29T21:05:44.869Z | Estimated space available: 156.00 GB |
| 147 | 2026-08-29T21:05:44.872Z | Estimated space to be consumed: 83.65 MB |
| 148 | 2026-08-29T21:05:44.872Z | Create boot environment: No |
| 149 | 2026-08-29T21:05:44.872Z | Create backup boot environment: No |
| 150 | 2026-08-29T21:05:44.872Z | Rebuild boot archive: No |
| 151 | 2026-08-29T21:05:44.872Z | |
| 152 | 2026-08-29T21:05:44.872Z | Changed packages: |
| 153 | 2026-08-29T21:05:44.872Z | helios |
| 154 | 2026-08-29T21:05:44.872Z | developer/build-essential |
| 155 | 2026-08-29T21:05:44.872Z | None -> 11-3.0 |
| 156 | 2026-08-29T21:05:44.872Z | library/libxmlsec1 |
| 157 | 2026-08-29T21:05:44.872Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-29T21:05:44.894Z | |
| 159 | 2026-08-29T21:05:44.894Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-29T21:05:44.961Z | Download: Completed 1.28 MB in 0.07 seconds (19.1M/s) |
| 161 | 2026-08-29T21:05:45.009Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-29T21:05:45.047Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-29T21:05:45.083Z | Finalize: Updating package state database ... Done (0.036s) |
| 164 | 2026-08-29T21:05:45.086Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-29T21:05:45.175Z | Finalize: Updating image state ... Done (0.092s) |
| 166 | 2026-08-29T21:05:47.650Z | Finalize: Creating fast lookup database ... Done (2.419s) |
| 167 | 2026-08-29T21:05:47.718Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-29T21:05:47.721Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-29T21:05:47.808Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-29T21:05:48.180Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-29T21:05:48.289Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-29T21:05:48.292Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-29T21:05:48.447Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-29T21:05:48.451Z | Planning: Planning completed in 0.27 seconds |
| 175 | 2026-08-29T21:05:48.470Z | Mediators to change: 2 |
| 176 | 2026-08-29T21:05:48.470Z | Create boot environment: No |
| 177 | 2026-08-29T21:05:48.470Z | Create backup boot environment: No |
| 178 | 2026-08-29T21:05:48.508Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-29T21:05:48.508Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-29T21:05:48.563Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-29T21:05:50.530Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-29T21:05:50.591Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-29T21:05:50.594Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-29T21:05:50.653Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-29T21:05:50.942Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-29T21:05:51.052Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-29T21:05:51.057Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-29T21:05:51.209Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-29T21:05:51.217Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-08-29T21:05:51.233Z | Mediators to change: 1 |
| 191 | 2026-08-29T21:05:51.233Z | Create boot environment: No |
| 192 | 2026-08-29T21:05:51.233Z | Create backup boot environment: No |
| 193 | 2026-08-29T21:05:51.275Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-29T21:05:51.275Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-29T21:05:51.332Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-29T21:05:53.302Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-29T21:05:53.361Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-29T21:05:53.364Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-29T21:05:53.431Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-29T21:05:53.742Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-29T21:05:53.742Z | apache system 2.4 system |
| 202 | 2026-08-29T21:05:53.742Z | clang system 15 system |
| 203 | 2026-08-29T21:05:53.742Z | csh system system illumos |
| 204 | 2026-08-29T21:05:53.742Z | ctags system system illumos |
| 205 | 2026-08-29T21:05:53.742Z | file vendor vendor darwinsys |
| 206 | 2026-08-29T21:05:53.742Z | file system system illumos |
| 207 | 2026-08-29T21:05:53.742Z | gcc vendor 14 vendor |
| 208 | 2026-08-29T21:05:53.742Z | gcc system 13 system |
| 209 | 2026-08-29T21:05:53.742Z | gcc system 10 system |
| 210 | 2026-08-29T21:05:53.742Z | go system 1.25 system |
| 211 | 2026-08-29T21:05:53.742Z | llvm system 15 system |
| 212 | 2026-08-29T21:05:53.742Z | mariadb system 11.4 system |
| 213 | 2026-08-29T21:05:53.742Z | mta vendor vendor dma |
| 214 | 2026-08-29T21:05:53.742Z | openjdk system 17 system |
| 215 | 2026-08-29T21:05:53.742Z | openjdk system 11 system |
| 216 | 2026-08-29T21:05:53.742Z | openssl vendor 3 vendor |
| 217 | 2026-08-29T21:05:53.742Z | perl system 5.40 system |
| 218 | 2026-08-29T21:05:53.742Z | postgresql system 18 system |
| 219 | 2026-08-29T21:05:53.742Z | postgresql system 17 system |
| 220 | 2026-08-29T21:05:53.743Z | python vendor 3 vendor |
| 221 | 2026-08-29T21:05:53.743Z | python system 2 system |
| 222 | 2026-08-29T21:05:53.743Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-29T21:05:53.743Z | ruby system 3.4 system |
| 224 | 2026-08-29T21:05:53.743Z | ruby system 3.0 system |
| 225 | 2026-08-29T21:05:53.743Z | words vendor vendor american-english |
| 226 | 2026-08-29T21:05:53.743Z | words system system australian-english |
| 227 | 2026-08-29T21:05:53.743Z | words system system british-english |
| 228 | 2026-08-29T21:05:53.743Z | words system system canadian-english |
| 229 | 2026-08-29T21:05:53.743Z | words system system french |
| 230 | 2026-08-29T21:05:53.743Z | words system system italian |
| 231 | 2026-08-29T21:05:53.743Z | words system system ngerman |
| 232 | 2026-08-29T21:05:53.743Z | words system system ogerman |
| 233 | 2026-08-29T21:05:53.743Z | words system system spanish |
| 234 | 2026-08-29T21:05:53.995Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-29T21:05:53.995Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-29T21:05:54.496Z | FMRI IFO |
| 237 | 2026-08-29T21:05:54.496Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-29T21:05:54.496Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-29T21:05:54.496Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-29T21:05:54.496Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-29T21:05:54.496Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-29T21:05:54.496Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-29T21:05:54.496Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-29T21:05:54.496Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-29T21:05:54.496Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-29T21:05:54.851Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-29T21:05:55.172Z | Updating crates.io index |
| 248 | 2026-08-29T21:05:55.175Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-29T21:05:55.479Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-29T21:05:55.861Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 251 | 2026-08-29T21:05:56.166Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-08-29T21:05:57.238Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-08-29T21:05:57.792Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-29T21:05:59.406Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-29T21:06:00.443Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-29T21:06:00.723Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-08-29T21:06:01.074Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-29T21:06:02.551Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-29T21:06:02.836Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-29T21:06:03.303Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-29T21:06:03.568Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-08-29T21:06:03.815Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-08-29T21:06:04.064Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-08-29T21:06:04.326Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-08-29T21:06:04.592Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-08-29T21:06:04.891Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-29T21:06:05.257Z | Updating git repository `https://github.com/oxidecomputer/sush` |
| 268 | 2026-08-29T21:06:05.830Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 269 | 2026-08-29T21:06:06.420Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 270 | 2026-08-29T21:06:06.702Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 271 | 2026-08-29T21:06:07.260Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 272 | 2026-08-29T21:06:07.580Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 273 | 2026-08-29T21:06:07.842Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 274 | 2026-08-29T21:06:08.292Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 275 | 2026-08-29T21:06:08.559Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 276 | 2026-08-29T21:06:08.846Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 277 | 2026-08-29T21:06:09.214Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2026-08-29T21:06:09.460Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-08-29T21:06:09.764Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-08-29T21:06:10.139Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 281 | 2026-08-29T21:06:10.856Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 282 | 2026-08-29T21:06:11.101Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 283 | 2026-08-29T21:06:11.360Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 284 | 2026-08-29T21:06:21.795Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 285 | 2026-08-29T21:06:22.112Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 286 | 2026-08-29T21:06:22.446Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-08-29T21:06:22.747Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 288 | 2026-08-29T21:06:23.057Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 289 | 2026-08-29T21:06:23.356Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 290 | 2026-08-29T21:06:23.663Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 291 | 2026-08-29T21:06:23.936Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 292 | 2026-08-29T21:06:26.616Z | Downloading crates ... |
| 293 | 2026-08-29T21:06:26.670Z | Downloaded cargo-platform v0.3.2 |
| 294 | 2026-08-29T21:06:26.680Z | Downloaded dof v0.3.0 |
| 295 | 2026-08-29T21:06:26.683Z | Downloaded fnv v1.0.7 |
| 296 | 2026-08-29T21:06:26.683Z | Downloaded itoa v1.0.17 |
| 297 | 2026-08-29T21:06:26.687Z | Downloaded zerocopy-derive v0.7.35 |
| 298 | 2026-08-29T21:06:26.690Z | Downloaded anstream v1.0.0 |
| 299 | 2026-08-29T21:06:26.694Z | Downloaded pest_derive v2.8.6 |
| 300 | 2026-08-29T21:06:26.694Z | Downloaded anstyle-parse v1.0.0 |
| 301 | 2026-08-29T21:06:26.694Z | Downloaded clap_derive v4.6.1 |
| 302 | 2026-08-29T21:06:26.697Z | Downloaded smawk v0.3.2 |
| 303 | 2026-08-29T21:06:26.701Z | Downloaded unicode-ident v1.0.24 |
| 304 | 2026-08-29T21:06:26.702Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-08-29T21:06:26.706Z | Downloaded block-buffer v0.10.4 |
| 306 | 2026-08-29T21:06:26.706Z | Downloaded equivalent v1.0.2 |
| 307 | 2026-08-29T21:06:26.706Z | Downloaded heck v0.4.1 |
| 308 | 2026-08-29T21:06:26.706Z | Downloaded zerocopy v0.7.35 |
| 309 | 2026-08-29T21:06:26.711Z | Downloaded zmij v1.0.21 |
| 310 | 2026-08-29T21:06:26.714Z | Downloaded colorchoice v1.0.4 |
| 311 | 2026-08-29T21:06:26.714Z | Downloaded fastrand v2.3.0 |
| 312 | 2026-08-29T21:06:26.714Z | Downloaded is_terminal_polyfill v1.70.2 |
| 313 | 2026-08-29T21:06:26.714Z | Downloaded heck v0.5.0 |
| 314 | 2026-08-29T21:06:26.726Z | Downloaded clap_lex v1.0.0 |
| 315 | 2026-08-29T21:06:26.730Z | Downloaded cfg-if v1.0.4 |
| 316 | 2026-08-29T21:06:26.740Z | Downloaded usdt-attr-macro v0.5.0 |
| 317 | 2026-08-29T21:06:26.745Z | Downloaded crypto-common v0.1.7 |
| 318 | 2026-08-29T21:06:26.748Z | Downloaded errno v0.3.14 |
| 319 | 2026-08-29T21:06:26.751Z | Downloaded usdt v0.5.0 |
| 320 | 2026-08-29T21:06:26.751Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-08-29T21:06:26.759Z | Downloaded byteorder v1.5.0 |
| 322 | 2026-08-29T21:06:26.764Z | Downloaded anstyle v1.0.14 |
| 323 | 2026-08-29T21:06:26.764Z | Downloaded digest v0.10.7 |
| 324 | 2026-08-29T21:06:26.764Z | Downloaded cargo_toml v0.21.0 |
| 325 | 2026-08-29T21:06:26.764Z | Downloaded terminal_size v0.4.3 |
| 326 | 2026-08-29T21:06:26.769Z | Downloaded version_check v0.9.5 |
| 327 | 2026-08-29T21:06:26.769Z | Downloaded thread-id v4.2.2 |
| 328 | 2026-08-29T21:06:26.769Z | Downloaded unicode-linebreak v0.1.5 |
| 329 | 2026-08-29T21:06:26.773Z | Downloaded pretty-hex v0.4.1 |
| 330 | 2026-08-29T21:06:26.779Z | Downloaded plain v0.2.3 |
| 331 | 2026-08-29T21:06:26.779Z | Downloaded serde_spanned v0.6.9 |
| 332 | 2026-08-29T21:06:26.782Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2026-08-29T21:06:26.786Z | Downloaded scroll_derive v0.12.1 |
| 334 | 2026-08-29T21:06:26.786Z | Downloaded swrite v0.1.0 |
| 335 | 2026-08-29T21:06:26.792Z | Downloaded toml_datetime v0.6.11 |
| 336 | 2026-08-29T21:06:26.798Z | Downloaded tabled_derive v0.7.0 |
| 337 | 2026-08-29T21:06:26.801Z | Downloaded cpufeatures v0.2.17 |
| 338 | 2026-08-29T21:06:26.802Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2026-08-29T21:06:26.802Z | Downloaded autocfg v1.5.0 |
| 340 | 2026-08-29T21:06:26.807Z | Downloaded memmap v0.7.0 |
| 341 | 2026-08-29T21:06:26.810Z | Downloaded bytecount v0.6.9 |
| 342 | 2026-08-29T21:06:26.810Z | Downloaded thiserror v2.0.18 |
| 343 | 2026-08-29T21:06:26.813Z | Downloaded usdt-macro v0.5.0 |
| 344 | 2026-08-29T21:06:26.816Z | Downloaded thiserror-impl v2.0.18 |
| 345 | 2026-08-29T21:06:26.825Z | Downloaded utf8parse v0.2.2 |
| 346 | 2026-08-29T21:06:26.829Z | Downloaded macaddr v1.0.1 |
| 347 | 2026-08-29T21:06:26.835Z | Downloaded thiserror-impl v1.0.69 |
| 348 | 2026-08-29T21:06:26.838Z | Downloaded toml_write v0.1.2 |
| 349 | 2026-08-29T21:06:26.838Z | Downloaded cargo_metadata v0.23.1 |
| 350 | 2026-08-29T21:06:26.838Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2026-08-29T21:06:26.838Z | Downloaded camino-tempfile v1.4.1 |
| 352 | 2026-08-29T21:06:26.842Z | Downloaded scroll v0.12.0 |
| 353 | 2026-08-29T21:06:26.842Z | Downloaded strsim v0.11.1 |
| 354 | 2026-08-29T21:06:26.845Z | Downloaded quote v1.0.45 |
| 355 | 2026-08-29T21:06:26.848Z | Downloaded serde_tokenstream v0.2.3 |
| 356 | 2026-08-29T21:06:26.848Z | Downloaded thiserror v1.0.69 |
| 357 | 2026-08-29T21:06:26.851Z | Downloaded fs-err v3.3.0 |
| 358 | 2026-08-29T21:06:26.854Z | Downloaded bitflags v2.11.0 |
| 359 | 2026-08-29T21:06:26.867Z | Downloaded toml v0.8.23 |
| 360 | 2026-08-29T21:06:26.872Z | Downloaded anyhow v1.0.104 |
| 361 | 2026-08-29T21:06:26.872Z | Downloaded camino v1.2.5 |
| 362 | 2026-08-29T21:06:26.872Z | Downloaded tempfile v3.27.0 |
| 363 | 2026-08-29T21:06:26.875Z | Downloaded log v0.4.33 |
| 364 | 2026-08-29T21:06:26.875Z | Downloaded getrandom v0.4.3 |
| 365 | 2026-08-29T21:06:26.875Z | Downloaded proc-macro-error v1.0.4 |
| 366 | 2026-08-29T21:06:26.882Z | Downloaded once_cell v1.21.3 |
| 367 | 2026-08-29T21:06:26.890Z | Downloaded semver v1.0.28 |
| 368 | 2026-08-29T21:06:26.893Z | Downloaded sha2 v0.10.9 |
| 369 | 2026-08-29T21:06:26.893Z | Downloaded clap v4.6.1 |
| 370 | 2026-08-29T21:06:26.902Z | Downloaded textwrap v0.16.2 |
| 371 | 2026-08-29T21:06:26.905Z | Downloaded ucd-trie v0.1.7 |
| 372 | 2026-08-29T21:06:26.905Z | Downloaded papergrid v0.11.0 |
| 373 | 2026-08-29T21:06:26.905Z | Downloaded pest_generator v2.8.6 |
| 374 | 2026-08-29T21:06:26.918Z | Downloaded serde_core v1.0.228 |
| 375 | 2026-08-29T21:06:26.934Z | Downloaded pest_meta v2.8.6 |
| 376 | 2026-08-29T21:06:26.937Z | Downloaded serde_derive v1.0.228 |
| 377 | 2026-08-29T21:06:26.944Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-08-29T21:06:26.947Z | Downloaded proc-macro2 v1.0.106 |
| 379 | 2026-08-29T21:06:26.961Z | Downloaded memchr v2.8.0 |
| 380 | 2026-08-29T21:06:26.970Z | Downloaded indexmap v2.14.0 |
| 381 | 2026-08-29T21:06:26.974Z | Downloaded serde v1.0.228 |
| 382 | 2026-08-29T21:06:26.977Z | Downloaded typenum v1.20.1 |
| 383 | 2026-08-29T21:06:26.986Z | Downloaded pest v2.8.6 |
| 384 | 2026-08-29T21:06:27.001Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-08-29T21:06:27.030Z | Downloaded serde_json v1.0.151 |
| 386 | 2026-08-29T21:06:27.050Z | Downloaded clap_builder v4.6.0 |
| 387 | 2026-08-29T21:06:27.053Z | Downloaded winnow v0.7.14 |
| 388 | 2026-08-29T21:06:27.059Z | Downloaded goblin v0.8.2 |
| 389 | 2026-08-29T21:06:27.063Z | Downloaded tabled v0.15.0 |
| 390 | 2026-08-29T21:06:27.084Z | Downloaded syn v1.0.109 |
| 391 | 2026-08-29T21:06:27.102Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-08-29T21:06:27.106Z | Downloaded unicode-width v0.2.0 |
| 393 | 2026-08-29T21:06:27.109Z | Downloaded syn v2.0.117 |
| 394 | 2026-08-29T21:06:27.128Z | Downloaded rustix v1.1.4 |
| 395 | 2026-08-29T21:06:27.153Z | Downloaded libc v0.2.185 |
| 396 | 2026-08-29T21:06:27.215Z | Compiling proc-macro2 v1.0.106 |
| 397 | 2026-08-29T21:06:27.215Z | Compiling quote v1.0.45 |
| 398 | 2026-08-29T21:06:27.215Z | Compiling unicode-ident v1.0.24 |
| 399 | 2026-08-29T21:06:27.215Z | Compiling serde_core v1.0.228 |
| 400 | 2026-08-29T21:06:27.215Z | Compiling libc v0.2.185 |
| 401 | 2026-08-29T21:06:27.218Z | Compiling version_check v0.9.5 |
| 402 | 2026-08-29T21:06:27.218Z | Compiling memchr v2.8.0 |
| 403 | 2026-08-29T21:06:27.218Z | Compiling serde v1.0.228 |
| 404 | 2026-08-29T21:06:27.575Z | Compiling zmij v1.0.21 |
| 405 | 2026-08-29T21:06:27.732Z | Compiling itoa v1.0.17 |
| 406 | 2026-08-29T21:06:27.824Z | Compiling thiserror v1.0.69 |
| 407 | 2026-08-29T21:06:27.840Z | Compiling ucd-trie v0.1.7 |
| 408 | 2026-08-29T21:06:28.086Z | Compiling pest v2.8.6 |
| 409 | 2026-08-29T21:06:28.191Z | Compiling rustix v1.1.4 |
| 410 | 2026-08-29T21:06:28.223Z | Compiling byteorder v1.5.0 |
| 411 | 2026-08-29T21:06:28.296Z | Compiling errno v0.3.14 |
| 412 | 2026-08-29T21:06:28.491Z | Compiling serde_json v1.0.151 |
| 413 | 2026-08-29T21:06:28.494Z | Compiling bitflags v2.11.0 |
| 414 | 2026-08-29T21:06:28.682Z | Compiling syn v2.0.117 |
| 415 | 2026-08-29T21:06:28.761Z | Compiling thread-id v4.2.2 |
| 416 | 2026-08-29T21:06:28.792Z | Compiling proc-macro-error-attr v1.0.4 |
| 417 | 2026-08-29T21:06:28.860Z | Compiling usdt-impl v0.5.0 |
| 418 | 2026-08-29T21:06:28.943Z | Compiling syn v1.0.109 |
| 419 | 2026-08-29T21:06:28.975Z | Compiling camino v1.2.5 |
| 420 | 2026-08-29T21:06:29.174Z | Compiling pest_meta v2.8.6 |
| 421 | 2026-08-29T21:06:29.346Z | Compiling proc-macro-error v1.0.4 |
| 422 | 2026-08-29T21:06:29.362Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-08-29T21:06:29.377Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-29T21:06:29.496Z | Compiling plain v0.2.3 |
| 425 | 2026-08-29T21:06:29.532Z | Compiling equivalent v1.0.2 |
| 426 | 2026-08-29T21:06:29.631Z | Compiling log v0.4.33 |
| 427 | 2026-08-29T21:06:29.752Z | Compiling getrandom v0.4.3 |
| 428 | 2026-08-29T21:06:29.818Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-08-29T21:06:29.887Z | Compiling indexmap v2.14.0 |
| 430 | 2026-08-29T21:06:30.128Z | Compiling anstyle-parse v1.0.0 |
| 431 | 2026-08-29T21:06:30.502Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-08-29T21:06:30.538Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-08-29T21:06:30.555Z | Compiling toml_write v0.1.2 |
| 434 | 2026-08-29T21:06:30.602Z | Compiling anstyle v1.0.14 |
| 435 | 2026-08-29T21:06:30.621Z | Compiling anstyle-query v1.1.5 |
| 436 | 2026-08-29T21:06:30.624Z | Compiling thiserror v2.0.18 |
| 437 | 2026-08-29T21:06:30.748Z | Compiling autocfg v1.5.0 |
| 438 | 2026-08-29T21:06:30.748Z | Compiling colorchoice v1.0.4 |
| 439 | 2026-08-29T21:06:30.803Z | Compiling winnow v0.7.14 |
| 440 | 2026-08-29T21:06:30.827Z | Compiling pretty-hex v0.4.1 |
| 441 | 2026-08-29T21:06:30.881Z | Compiling anstream v1.0.0 |
| 442 | 2026-08-29T21:06:30.950Z | Compiling pest_generator v2.8.6 |
| 443 | 2026-08-29T21:06:31.168Z | Compiling fs-err v3.3.0 |
| 444 | 2026-08-29T21:06:31.200Z | Compiling once_cell v1.21.3 |
| 445 | 2026-08-29T21:06:31.235Z | Compiling bytecount v0.6.9 |
| 446 | 2026-08-29T21:06:31.270Z | Compiling clap_lex v1.0.0 |
| 447 | 2026-08-29T21:06:31.370Z | Compiling fnv v1.0.7 |
| 448 | 2026-08-29T21:06:31.386Z | Compiling heck v0.4.1 |
| 449 | 2026-08-29T21:06:31.475Z | Compiling anyhow v1.0.104 |
| 450 | 2026-08-29T21:06:31.501Z | Compiling strsim v0.11.1 |
| 451 | 2026-08-29T21:06:31.607Z | Compiling fastrand v2.3.0 |
| 452 | 2026-08-29T21:06:31.625Z | Compiling heck v0.5.0 |
| 453 | 2026-08-29T21:06:31.716Z | Compiling unicode-width v0.1.14 |
| 454 | 2026-08-29T21:06:31.843Z | Compiling tempfile v3.27.0 |
| 455 | 2026-08-29T21:06:31.860Z | Compiling clap_builder v4.6.0 |
| 456 | 2026-08-29T21:06:31.978Z | Compiling papergrid v0.11.0 |
| 457 | 2026-08-29T21:06:31.996Z | Compiling semver v1.0.28 |
| 458 | 2026-08-29T21:06:31.999Z | Compiling cargo-platform v0.3.2 |
| 459 | 2026-08-29T21:06:32.216Z | Compiling memmap v0.7.0 |
| 460 | 2026-08-29T21:06:32.269Z | Compiling unicode-width v0.2.0 |
| 461 | 2026-08-29T21:06:32.272Z | Compiling smawk v0.3.2 |
| 462 | 2026-08-29T21:06:32.302Z | Compiling tabled_derive v0.7.0 |
| 463 | 2026-08-29T21:06:32.332Z | Compiling unicode-linebreak v0.1.5 |
| 464 | 2026-08-29T21:06:32.394Z | Compiling camino-tempfile v1.4.1 |
| 465 | 2026-08-29T21:06:32.542Z | Compiling textwrap v0.16.2 |
| 466 | 2026-08-29T21:06:32.567Z | Compiling serde_derive v1.0.228 |
| 467 | 2026-08-29T21:06:32.583Z | Compiling thiserror-impl v1.0.69 |
| 468 | 2026-08-29T21:06:32.622Z | Compiling zerocopy-derive v0.7.35 |
| 469 | 2026-08-29T21:06:32.774Z | Compiling pest_derive v2.8.6 |
| 470 | 2026-08-29T21:06:32.993Z | Compiling scroll_derive v0.12.1 |
| 471 | 2026-08-29T21:06:33.190Z | Compiling thiserror-impl v2.0.18 |
| 472 | 2026-08-29T21:06:33.222Z | Compiling clap_derive v4.6.1 |
| 473 | 2026-08-29T21:06:33.384Z | Compiling tabled v0.15.0 |
| 474 | 2026-08-29T21:06:33.509Z | Compiling zerocopy v0.7.35 |
| 475 | 2026-08-29T21:06:33.705Z | Compiling scroll v0.12.0 |
| 476 | 2026-08-29T21:06:33.965Z | Compiling dtrace-parser v0.2.0 |
| 477 | 2026-08-29T21:06:33.982Z | Compiling goblin v0.8.2 |
| 478 | 2026-08-29T21:06:34.372Z | Compiling swrite v0.1.0 |
| 479 | 2026-08-29T21:06:34.948Z | Compiling clap v4.6.1 |
| 480 | 2026-08-29T21:06:35.600Z | Compiling dof v0.3.0 |
| 481 | 2026-08-29T21:06:35.600Z | Compiling serde_tokenstream v0.2.3 |
| 482 | 2026-08-29T21:06:35.616Z | Compiling toml_datetime v0.6.11 |
| 483 | 2026-08-29T21:06:35.632Z | Compiling serde_spanned v0.6.9 |
| 484 | 2026-08-29T21:06:35.635Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 485 | 2026-08-29T21:06:35.677Z | Compiling macaddr v1.0.1 |
| 486 | 2026-08-29T21:06:35.678Z | Compiling cargo_metadata v0.23.1 |
| 487 | 2026-08-29T21:06:35.898Z | Compiling toml_edit v0.22.27 |
| 488 | 2026-08-29T21:06:36.301Z | Compiling usdt-attr-macro v0.5.0 |
| 489 | 2026-08-29T21:06:36.335Z | Compiling usdt-macro v0.5.0 |
| 490 | 2026-08-29T21:06:36.954Z | Compiling usdt v0.5.0 |
| 491 | 2026-08-29T21:06:37.208Z | Compiling toml v0.8.23 |
| 492 | 2026-08-29T21:06:37.531Z | Compiling cargo_toml v0.21.0 |
| 493 | 2026-08-29T21:06:38.793Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 494 | 2026-08-29T21:06:40.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.15s |
| 495 | 2026-08-29T21:06:41.031Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 496 | 2026-08-29T21:06:41.555Z | Downloading crates ... |
| 497 | 2026-08-29T21:06:41.602Z | Downloaded aead v0.5.2 |
| 498 | 2026-08-29T21:06:41.608Z | Downloaded aead v0.6.1 |
| 499 | 2026-08-29T21:06:41.612Z | Downloaded addr2line v0.25.1 |
| 500 | 2026-08-29T21:06:41.615Z | Downloaded adler2 v2.0.1 |
| 501 | 2026-08-29T21:06:41.618Z | Downloaded array-init v0.0.4 |
| 502 | 2026-08-29T21:06:41.618Z | Downloaded bcs v0.1.6 |
| 503 | 2026-08-29T21:06:41.618Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2026-08-29T21:06:41.626Z | Downloaded backtrace v0.3.76 |
| 505 | 2026-08-29T21:06:41.629Z | Downloaded bit-set v0.8.0 |
| 506 | 2026-08-29T21:06:41.632Z | Downloaded futures-task v0.3.32 |
| 507 | 2026-08-29T21:06:41.633Z | Downloaded bb8 v0.8.6 |
| 508 | 2026-08-29T21:06:41.633Z | Downloaded env_logger v0.11.11 |
| 509 | 2026-08-29T21:06:41.636Z | Downloaded base16ct v1.0.0 |
| 510 | 2026-08-29T21:06:41.636Z | Downloaded elliptic-curve v0.14.1 |
| 511 | 2026-08-29T21:06:41.640Z | Downloaded foreign-types-macros v0.2.3 |
| 512 | 2026-08-29T21:06:41.640Z | Downloaded hubpack v0.1.2 |
| 513 | 2026-08-29T21:06:41.643Z | Downloaded async-stream v0.3.6 |
| 514 | 2026-08-29T21:06:41.643Z | Downloaded async-stream-impl v0.3.6 |
| 515 | 2026-08-29T21:06:41.643Z | Downloaded const-oid v0.9.6 |
| 516 | 2026-08-29T21:06:41.645Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 517 | 2026-08-29T21:06:41.650Z | Downloaded anstyle-parse v0.2.7 |
| 518 | 2026-08-29T21:06:41.650Z | Downloaded http-body v1.0.1 |
| 519 | 2026-08-29T21:06:41.652Z | Downloaded bitfield-struct v0.6.2 |
| 520 | 2026-08-29T21:06:41.652Z | Downloaded ghash v0.6.0 |
| 521 | 2026-08-29T21:06:41.652Z | Downloaded git-stub v1.0.0 |
| 522 | 2026-08-29T21:06:41.652Z | Downloaded atty v0.2.14 |
| 523 | 2026-08-29T21:06:41.657Z | Downloaded fs_extra v1.3.0 |
| 524 | 2026-08-29T21:06:41.657Z | Downloaded argon2 v0.5.3 |
| 525 | 2026-08-29T21:06:41.661Z | Downloaded enum-as-inner v0.6.1 |
| 526 | 2026-08-29T21:06:41.661Z | Downloaded flate2 v1.1.9 |
| 527 | 2026-08-29T21:06:41.661Z | Downloaded float-ord v0.3.2 |
| 528 | 2026-08-29T21:06:41.661Z | Downloaded anstream v0.6.21 |
| 529 | 2026-08-29T21:06:41.664Z | Downloaded bit-vec v0.6.3 |
| 530 | 2026-08-29T21:06:41.664Z | Downloaded backtrace-ext v0.2.1 |
| 531 | 2026-08-29T21:06:41.664Z | Downloaded ciborium-io v0.2.2 |
| 532 | 2026-08-29T21:06:41.667Z | Downloaded async-recursion v1.1.1 |
| 533 | 2026-08-29T21:06:41.667Z | Downloaded bitfield v0.19.4 |
| 534 | 2026-08-29T21:06:41.670Z | Downloaded futures-macro v0.3.32 |
| 535 | 2026-08-29T21:06:41.670Z | Downloaded backoff v0.4.0 |
| 536 | 2026-08-29T21:06:41.673Z | Downloaded assert_matches v1.5.0 |
| 537 | 2026-08-29T21:06:41.673Z | Downloaded async-compression v0.4.41 |
| 538 | 2026-08-29T21:06:41.676Z | Downloaded foreign-types v0.5.0 |
| 539 | 2026-08-29T21:06:41.679Z | Downloaded fixedbitset v0.5.7 |
| 540 | 2026-08-29T21:06:41.679Z | Downloaded find-msvc-tools v0.1.9 |
| 541 | 2026-08-29T21:06:41.679Z | Downloaded atomic-waker v1.1.2 |
| 542 | 2026-08-29T21:06:41.681Z | Downloaded ciborium-ll v0.2.2 |
| 543 | 2026-08-29T21:06:41.681Z | Downloaded ascii-canvas v3.0.0 |
| 544 | 2026-08-29T21:06:41.682Z | Downloaded fixedbitset v0.4.2 |
| 545 | 2026-08-29T21:06:41.682Z | Downloaded foreign-types v0.3.2 |
| 546 | 2026-08-29T21:06:41.684Z | Downloaded futures-core v0.3.32 |
| 547 | 2026-08-29T21:06:41.684Z | Downloaded half v2.7.1 |
| 548 | 2026-08-29T21:06:41.685Z | Downloaded erased-serde v0.3.31 |
| 549 | 2026-08-29T21:06:41.687Z | Downloaded foldhash v0.1.5 |
| 550 | 2026-08-29T21:06:41.687Z | Downloaded futures-executor v0.3.32 |
| 551 | 2026-08-29T21:06:41.688Z | Downloaded float-cmp v0.10.0 |
| 552 | 2026-08-29T21:06:41.688Z | Downloaded bitfield-macros v0.19.4 |
| 553 | 2026-08-29T21:06:41.692Z | Downloaded env_filter v2.0.0 |
| 554 | 2026-08-29T21:06:41.692Z | Downloaded heapless v0.8.0 |
| 555 | 2026-08-29T21:06:41.698Z | Downloaded foldhash v0.2.0 |
| 556 | 2026-08-29T21:06:41.698Z | Downloaded fs-err v2.11.0 |
| 557 | 2026-08-29T21:06:41.698Z | Downloaded funty v2.0.0 |
| 558 | 2026-08-29T21:06:41.698Z | Downloaded foreign-types-shared v0.3.1 |
| 559 | 2026-08-29T21:06:41.698Z | Downloaded headers-core v0.3.0 |
| 560 | 2026-08-29T21:06:41.701Z | Downloaded endian-type v0.1.2 |
| 561 | 2026-08-29T21:06:41.701Z | Downloaded fxhash v0.2.1 |
| 562 | 2026-08-29T21:06:41.701Z | Downloaded bit-set v0.5.3 |
| 563 | 2026-08-29T21:06:41.701Z | Downloaded form_urlencoded v1.2.2 |
| 564 | 2026-08-29T21:06:41.701Z | Downloaded futures-io v0.3.32 |
| 565 | 2026-08-29T21:06:41.701Z | Downloaded fd-lock v4.0.4 |
| 566 | 2026-08-29T21:06:41.704Z | Downloaded cfg_aliases v0.2.1 |
| 567 | 2026-08-29T21:06:41.707Z | Downloaded embedded-io v0.6.1 |
| 568 | 2026-08-29T21:06:41.707Z | Downloaded hash32 v0.3.1 |
| 569 | 2026-08-29T21:06:41.709Z | Downloaded block-padding v0.4.2 |
| 570 | 2026-08-29T21:06:41.709Z | Downloaded fatfs v0.3.6 |
| 571 | 2026-08-29T21:06:41.712Z | Downloaded flagset v0.4.7 |
| 572 | 2026-08-29T21:06:41.716Z | Downloaded hash32 v0.2.1 |
| 573 | 2026-08-29T21:06:41.719Z | Downloaded cobs v0.3.0 |
| 574 | 2026-08-29T21:06:41.720Z | Downloaded castaway v0.2.4 |
| 575 | 2026-08-29T21:06:41.720Z | Downloaded home v0.5.12 |
| 576 | 2026-08-29T21:06:41.720Z | Downloaded hostname v0.3.1 |
| 577 | 2026-08-29T21:06:41.724Z | Downloaded httpdate v1.0.3 |
| 578 | 2026-08-29T21:06:41.724Z | Downloaded block-buffer v0.12.1 |
| 579 | 2026-08-29T21:06:41.728Z | Downloaded gethostname v0.5.0 |
| 580 | 2026-08-29T21:06:41.728Z | Downloaded futures-sink v0.3.32 |
| 581 | 2026-08-29T21:06:41.731Z | Downloaded globwalk v0.9.1 |
| 582 | 2026-08-29T21:06:41.731Z | Downloaded arrayvec v0.7.6 |
| 583 | 2026-08-29T21:06:41.731Z | Downloaded num_threads v0.1.7 |
| 584 | 2026-08-29T21:06:41.734Z | Downloaded http-range-header v0.4.2 |
| 585 | 2026-08-29T21:06:41.737Z | Downloaded hex v0.4.3 |
| 586 | 2026-08-29T21:06:41.737Z | Downloaded http-range v0.1.5 |
| 587 | 2026-08-29T21:06:41.737Z | Downloaded newtype-uuid-macros v0.1.0 |
| 588 | 2026-08-29T21:06:41.740Z | Downloaded nonempty v0.12.0 |
| 589 | 2026-08-29T21:06:41.740Z | Downloaded num-conv v0.2.0 |
| 590 | 2026-08-29T21:06:41.740Z | Downloaded aes-gcm v0.11.0 |
| 591 | 2026-08-29T21:06:41.743Z | Downloaded foreign-types-shared v0.1.1 |
| 592 | 2026-08-29T21:06:41.743Z | Downloaded base16ct v0.2.0 |
| 593 | 2026-08-29T21:06:41.743Z | Downloaded hostname v0.4.2 |
| 594 | 2026-08-29T21:06:41.743Z | Downloaded oxide-generation-macros v0.2.0 |
| 595 | 2026-08-29T21:06:41.747Z | Downloaded ahash v0.8.12 |
| 596 | 2026-08-29T21:06:41.747Z | Downloaded base64ct v1.8.3 |
| 597 | 2026-08-29T21:06:41.749Z | Downloaded bit-vec v0.8.0 |
| 598 | 2026-08-29T21:06:41.749Z | Downloaded compression-core v0.4.31 |
| 599 | 2026-08-29T21:06:41.753Z | Downloaded packed_struct_codegen v0.10.1 |
| 600 | 2026-08-29T21:06:41.757Z | Downloaded hex-literal v1.1.0 |
| 601 | 2026-08-29T21:06:41.757Z | Downloaded openssl-macros v0.1.1 |
| 602 | 2026-08-29T21:06:41.760Z | Downloaded psl-types v2.0.11 |
| 603 | 2026-08-29T21:06:41.765Z | Downloaded precomputed-hash v0.1.1 |
| 604 | 2026-08-29T21:06:41.768Z | Downloaded sha1 v0.10.6 |
| 605 | 2026-08-29T21:06:41.771Z | Downloaded arrayref v0.3.9 |
| 606 | 2026-08-29T21:06:41.771Z | Downloaded cipher v0.4.4 |
| 607 | 2026-08-29T21:06:41.771Z | Downloaded cfg_aliases v0.1.1 |
| 608 | 2026-08-29T21:06:41.774Z | Downloaded ff v0.13.1 |
| 609 | 2026-08-29T21:06:41.774Z | Downloaded enum_dispatch v0.3.13 |
| 610 | 2026-08-29T21:06:41.777Z | Downloaded compression-codecs v0.4.37 |
| 611 | 2026-08-29T21:06:41.777Z | Downloaded buf-list v1.1.2 |
| 612 | 2026-08-29T21:06:41.780Z | Downloaded cassowary v0.3.0 |
| 613 | 2026-08-29T21:06:41.780Z | Downloaded cexpr v0.6.0 |
| 614 | 2026-08-29T21:06:41.780Z | Downloaded chacha20 v0.9.1 |
| 615 | 2026-08-29T21:06:41.783Z | Downloaded cmake v0.1.57 |
| 616 | 2026-08-29T21:06:41.783Z | Downloaded highway v1.3.0 |
| 617 | 2026-08-29T21:06:41.783Z | Downloaded phc v0.6.1 |
| 618 | 2026-08-29T21:06:41.786Z | Downloaded bytesize v2.7.0 |
| 619 | 2026-08-29T21:06:41.786Z | Downloaded ff v0.14.0 |
| 620 | 2026-08-29T21:06:41.786Z | Downloaded cmov v0.5.4 |
| 621 | 2026-08-29T21:06:41.789Z | Downloaded bitflags v1.3.2 |
| 622 | 2026-08-29T21:06:41.789Z | Downloaded embedded-io v0.4.0 |
| 623 | 2026-08-29T21:06:41.792Z | Downloaded fallible-iterator v0.2.0 |
| 624 | 2026-08-29T21:06:41.792Z | Downloaded filetime v0.2.27 |
| 625 | 2026-08-29T21:06:41.792Z | Downloaded globset v0.4.18 |
| 626 | 2026-08-29T21:06:41.792Z | Downloaded blowfish v0.10.0 |
| 627 | 2026-08-29T21:06:41.795Z | Downloaded ena v0.14.4 |
| 628 | 2026-08-29T21:06:41.795Z | Downloaded camino-tempfile-ext v0.3.3 |
| 629 | 2026-08-29T21:06:41.795Z | Downloaded cipher v0.5.2 |
| 630 | 2026-08-29T21:06:41.798Z | Downloaded rtoolbox v0.0.3 |
| 631 | 2026-08-29T21:06:41.798Z | Downloaded serde_urlencoded v0.7.1 |
| 632 | 2026-08-29T21:06:41.798Z | Downloaded rand_chacha v0.3.1 |
| 633 | 2026-08-29T21:06:41.798Z | Downloaded blake2 v0.10.6 |
| 634 | 2026-08-29T21:06:41.801Z | Downloaded argon2 v0.6.0-rc.8 |
| 635 | 2026-08-29T21:06:41.801Z | Downloaded seq-macro v0.3.6 |
| 636 | 2026-08-29T21:06:41.804Z | Downloaded serde-big-array v0.5.1 |
| 637 | 2026-08-29T21:06:41.804Z | Downloaded arc-swap v1.8.2 |
| 638 | 2026-08-29T21:06:41.804Z | Downloaded slog-envlogger v2.2.0 |
| 639 | 2026-08-29T21:06:41.808Z | Downloaded http-body-util v0.1.3 |
| 640 | 2026-08-29T21:06:41.808Z | Downloaded futures-channel v0.3.32 |
| 641 | 2026-08-29T21:06:41.808Z | Downloaded half v1.8.3 |
| 642 | 2026-08-29T21:06:41.811Z | Downloaded rfc6979 v0.4.0 |
| 643 | 2026-08-29T21:06:41.811Z | Downloaded backon v1.6.0 |
| 644 | 2026-08-29T21:06:41.811Z | Downloaded colored v3.1.1 |
| 645 | 2026-08-29T21:06:41.814Z | Downloaded bs58 v0.5.1 |
| 646 | 2026-08-29T21:06:41.814Z | Downloaded native-tls v0.2.18 |
| 647 | 2026-08-29T21:06:41.817Z | Downloaded cbc v0.2.1 |
| 648 | 2026-08-29T21:06:41.817Z | Downloaded signal-hook-tokio v0.3.1 |
| 649 | 2026-08-29T21:06:41.817Z | Downloaded num-primitive v0.2.1 |
| 650 | 2026-08-29T21:06:41.820Z | Downloaded sqlparser_derive v0.5.0 |
| 651 | 2026-08-29T21:06:41.820Z | Downloaded paste v1.0.15 |
| 652 | 2026-08-29T21:06:41.820Z | Downloaded peg-macros v0.8.5 |
| 653 | 2026-08-29T21:06:41.820Z | Downloaded packed_struct v0.10.1 |
| 654 | 2026-08-29T21:06:41.822Z | Downloaded primeorder v0.14.0 |
| 655 | 2026-08-29T21:06:41.822Z | Downloaded primeorder v0.13.6 |
| 656 | 2026-08-29T21:06:41.822Z | Downloaded progenitor-client v0.13.0 |
| 657 | 2026-08-29T21:06:41.826Z | Downloaded psm v0.1.30 |
| 658 | 2026-08-29T21:06:41.826Z | Downloaded git-stub-vcs v0.1.0 |
| 659 | 2026-08-29T21:06:41.829Z | Downloaded parse-display-derive v0.10.0 |
| 660 | 2026-08-29T21:06:41.829Z | Downloaded pem-rfc7468 v0.7.0 |
| 661 | 2026-08-29T21:06:41.829Z | Downloaded phf v0.12.1 |
| 662 | 2026-08-29T21:06:41.830Z | Downloaded structmeta-derive v0.3.0 |
| 663 | 2026-08-29T21:06:41.833Z | Downloaded ppv-lite86 v0.2.21 |
| 664 | 2026-08-29T21:06:41.833Z | Downloaded rpassword v7.5.4 |
| 665 | 2026-08-29T21:06:41.833Z | Downloaded tap v1.0.1 |
| 666 | 2026-08-29T21:06:41.836Z | Downloaded async-bb8-diesel v0.2.1 |
| 667 | 2026-08-29T21:06:41.836Z | Downloaded base64 v0.22.1 |
| 668 | 2026-08-29T21:06:41.839Z | Downloaded async-trait v0.1.89 |
| 669 | 2026-08-29T21:06:41.839Z | Downloaded colored v2.2.0 |
| 670 | 2026-08-29T21:06:41.842Z | Downloaded console v0.15.11 |
| 671 | 2026-08-29T21:06:41.842Z | Downloaded typify-macro v0.6.2 |
| 672 | 2026-08-29T21:06:41.847Z | Downloaded chacha20 v0.10.0 |
| 673 | 2026-08-29T21:06:41.847Z | Downloaded ciborium v0.2.2 |
| 674 | 2026-08-29T21:06:41.847Z | Downloaded blake2 v0.11.0-rc.6 |
| 675 | 2026-08-29T21:06:41.851Z | Downloaded clang-sys v1.8.1 |
| 676 | 2026-08-29T21:06:41.851Z | Downloaded hmac v0.12.1 |
| 677 | 2026-08-29T21:06:41.851Z | Downloaded byte-wrapper v0.1.0 |
| 678 | 2026-08-29T21:06:41.851Z | Downloaded bzip2 v0.6.1 |
| 679 | 2026-08-29T21:06:41.851Z | Downloaded hmac v0.13.0 |
| 680 | 2026-08-29T21:06:41.855Z | Downloaded rand_chacha v0.9.0 |
| 681 | 2026-08-29T21:06:41.855Z | Downloaded console v0.16.2 |
| 682 | 2026-08-29T21:06:41.855Z | Downloaded httparse v1.10.1 |
| 683 | 2026-08-29T21:06:41.858Z | Downloaded group v0.13.0 |
| 684 | 2026-08-29T21:06:41.858Z | Downloaded usdt-macro v0.6.0 |
| 685 | 2026-08-29T21:06:41.864Z | Downloaded group v0.14.0 |
| 686 | 2026-08-29T21:06:41.864Z | Downloaded sec1 v0.7.3 |
| 687 | 2026-08-29T21:06:41.868Z | Downloaded serde-hex v0.1.0 |
| 688 | 2026-08-29T21:06:41.868Z | Downloaded futures v0.3.32 |
| 689 | 2026-08-29T21:06:41.868Z | Downloaded scopeguard v1.2.0 |
| 690 | 2026-08-29T21:06:41.868Z | Downloaded signal-hook-registry v1.4.8 |
| 691 | 2026-08-29T21:06:41.868Z | Downloaded slog-term v2.9.2 |
| 692 | 2026-08-29T21:06:41.871Z | Downloaded zerofrom-derive v0.1.6 |
| 693 | 2026-08-29T21:06:41.871Z | Downloaded glob v0.3.3 |
| 694 | 2026-08-29T21:06:41.871Z | Downloaded num-modular v0.6.5 |
| 695 | 2026-08-29T21:06:41.875Z | Downloaded ssh-encoding v0.3.0 |
| 696 | 2026-08-29T21:06:41.880Z | Downloaded strum_macros v0.26.4 |
| 697 | 2026-08-29T21:06:41.880Z | Downloaded spki v0.8.0 |
| 698 | 2026-08-29T21:06:41.884Z | Downloaded stringprep v0.1.5 |
| 699 | 2026-08-29T21:06:41.884Z | Downloaded zone v0.3.1 |
| 700 | 2026-08-29T21:06:41.884Z | Downloaded darling_macro v0.23.0 |
| 701 | 2026-08-29T21:06:41.884Z | Downloaded zone_cfg_derive v0.3.1 |
| 702 | 2026-08-29T21:06:41.888Z | Downloaded stacker v0.1.23 |
| 703 | 2026-08-29T21:06:41.893Z | Downloaded strum_macros v0.24.3 |
| 704 | 2026-08-29T21:06:41.893Z | Downloaded debug-ignore v1.0.5 |
| 705 | 2026-08-29T21:06:41.893Z | Downloaded postgres-types v0.2.12 |
| 706 | 2026-08-29T21:06:41.897Z | Downloaded difflib v0.4.0 |
| 707 | 2026-08-29T21:06:41.897Z | Downloaded dirs-sys-next v0.1.2 |
| 708 | 2026-08-29T21:06:41.897Z | Downloaded dof v0.4.0 |
| 709 | 2026-08-29T21:06:41.897Z | Downloaded ident_case v1.0.1 |
| 710 | 2026-08-29T21:06:41.897Z | Downloaded termios v0.3.3 |
| 711 | 2026-08-29T21:06:41.897Z | Downloaded allocator-api2 v0.2.21 |
| 712 | 2026-08-29T21:06:41.901Z | Downloaded tls_codec_derive v0.4.2 |
| 713 | 2026-08-29T21:06:41.901Z | Downloaded tokio-native-tls v0.3.1 |
| 714 | 2026-08-29T21:06:41.901Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 715 | 2026-08-29T21:06:41.905Z | Downloaded tui-tree-widget v0.23.1 |
| 716 | 2026-08-29T21:06:41.905Z | Downloaded cancel-safe-futures v0.1.5 |
| 717 | 2026-08-29T21:06:41.905Z | Downloaded hyper-tls v0.6.0 |
| 718 | 2026-08-29T21:06:41.910Z | Downloaded rustversion v1.0.22 |
| 719 | 2026-08-29T21:06:41.913Z | Downloaded generic-array v1.4.3 |
| 720 | 2026-08-29T21:06:41.916Z | Downloaded inout v0.2.2 |
| 721 | 2026-08-29T21:06:41.916Z | Downloaded is-terminal v0.4.17 |
| 722 | 2026-08-29T21:06:41.920Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-08-29T21:06:41.923Z | Downloaded bzip2 v0.4.4 |
| 724 | 2026-08-29T21:06:41.926Z | Downloaded managed v0.8.0 |
| 725 | 2026-08-29T21:06:41.926Z | Downloaded getrandom v0.2.17 |
| 726 | 2026-08-29T21:06:41.926Z | Downloaded lzss v0.8.2 |
| 727 | 2026-08-29T21:06:41.929Z | Downloaded vsss-rs v3.3.4 |
| 728 | 2026-08-29T21:06:41.929Z | Downloaded wyz v0.5.1 |
| 729 | 2026-08-29T21:06:41.932Z | Downloaded jiff-static v0.2.34 |
| 730 | 2026-08-29T21:06:41.932Z | Downloaded getrandom v0.3.4 |
| 731 | 2026-08-29T21:06:41.934Z | Downloaded libscf-sys v1.2.0 |
| 732 | 2026-08-29T21:06:41.934Z | Downloaded oxide-update-engine-types v0.1.2 |
| 733 | 2026-08-29T21:06:41.934Z | Downloaded uzers v0.12.2 |
| 734 | 2026-08-29T21:06:41.937Z | Downloaded kstat-rs v0.2.5 |
| 735 | 2026-08-29T21:06:41.937Z | Downloaded vergen-gitcl v1.0.8 |
| 736 | 2026-08-29T21:06:41.937Z | Downloaded walkdir v2.5.0 |
| 737 | 2026-08-29T21:06:41.940Z | Downloaded newtype_derive v0.1.6 |
| 738 | 2026-08-29T21:06:41.940Z | Downloaded num-derive v0.4.2 |
| 739 | 2026-08-29T21:06:41.940Z | Downloaded opaque-debug v0.3.1 |
| 740 | 2026-08-29T21:06:41.940Z | Downloaded phf_shared v0.11.3 |
| 741 | 2026-08-29T21:06:41.940Z | Downloaded base64 v0.21.7 |
| 742 | 2026-08-29T21:06:41.943Z | Downloaded writeable v0.6.2 |
| 743 | 2026-08-29T21:06:41.946Z | Downloaded omicron-zone-package v0.12.3 |
| 744 | 2026-08-29T21:06:41.946Z | Downloaded pkcs5 v0.8.1 |
| 745 | 2026-08-29T21:06:41.949Z | Downloaded polyval v0.7.1 |
| 746 | 2026-08-29T21:06:41.952Z | Downloaded progenitor-impl v0.14.0 |
| 747 | 2026-08-29T21:06:41.952Z | Downloaded defmt-macros v1.0.1 |
| 748 | 2026-08-29T21:06:41.952Z | Downloaded crossbeam-deque v0.8.6 |
| 749 | 2026-08-29T21:06:41.955Z | Downloaded darling v0.13.4 |
| 750 | 2026-08-29T21:06:41.955Z | Downloaded zerovec-derive v0.11.2 |
| 751 | 2026-08-29T21:06:41.955Z | Downloaded ctutils v0.4.2 |
| 752 | 2026-08-29T21:06:41.958Z | Downloaded der_derive v0.7.3 |
| 753 | 2026-08-29T21:06:41.958Z | Downloaded deranged v0.5.8 |
| 754 | 2026-08-29T21:06:41.958Z | Downloaded ecdsa v0.16.9 |
| 755 | 2026-08-29T21:06:41.961Z | Downloaded daft-derive v0.1.8 |
| 756 | 2026-08-29T21:06:41.963Z | Downloaded openssl-probe v0.2.1 |
| 757 | 2026-08-29T21:06:41.963Z | Downloaded parse-size v1.1.0 |
| 758 | 2026-08-29T21:06:41.964Z | Downloaded chumsky v0.9.3 |
| 759 | 2026-08-29T21:06:41.966Z | Downloaded indoc v2.0.7 |
| 760 | 2026-08-29T21:06:41.966Z | Downloaded pwd v1.4.0 |
| 761 | 2026-08-29T21:06:41.969Z | Downloaded term v1.2.1 |
| 762 | 2026-08-29T21:06:41.969Z | Downloaded tinystr v0.8.2 |
| 763 | 2026-08-29T21:06:41.972Z | Downloaded twox-hash v2.1.2 |
| 764 | 2026-08-29T21:06:41.972Z | Downloaded diesel-dtrace v0.5.0 |
| 765 | 2026-08-29T21:06:41.972Z | Downloaded ed25519 v3.0.0 |
| 766 | 2026-08-29T21:06:41.975Z | Downloaded humantime v2.3.0 |
| 767 | 2026-08-29T21:06:41.975Z | Downloaded compact_str v0.8.1 |
| 768 | 2026-08-29T21:06:41.977Z | Downloaded hyper-staticfile v0.10.1 |
| 769 | 2026-08-29T21:06:41.977Z | Downloaded hashbrown v0.15.5 |
| 770 | 2026-08-29T21:06:41.980Z | Downloaded rustls-platform-verifier v0.6.2 |
| 771 | 2026-08-29T21:06:41.983Z | Downloaded progenitor-macro v0.13.0 |
| 772 | 2026-08-29T21:06:41.983Z | Downloaded flume v0.11.1 |
| 773 | 2026-08-29T21:06:41.985Z | Downloaded unicode-properties v0.1.4 |
| 774 | 2026-08-29T21:06:41.985Z | Downloaded rand_xorshift v0.4.0 |
| 775 | 2026-08-29T21:06:41.988Z | Downloaded recursive v0.1.1 |
| 776 | 2026-08-29T21:06:41.988Z | Downloaded slog v2.8.2 |
| 777 | 2026-08-29T21:06:41.991Z | Downloaded rustc_version v0.1.7 |
| 778 | 2026-08-29T21:06:41.991Z | Downloaded scroll_derive v0.13.1 |
| 779 | 2026-08-29T21:06:41.991Z | Downloaded russh-cryptovec v0.62.0 |
| 780 | 2026-08-29T21:06:41.991Z | Downloaded lru v0.18.3 |
| 781 | 2026-08-29T21:06:41.994Z | Downloaded ar_archive_writer v0.5.1 |
| 782 | 2026-08-29T21:06:41.994Z | Downloaded libsw v3.5.0 |
| 783 | 2026-08-29T21:06:41.994Z | Downloaded num-iter v0.1.45 |
| 784 | 2026-08-29T21:06:41.997Z | Downloaded yoke v0.8.1 |
| 785 | 2026-08-29T21:06:41.997Z | Downloaded nibble_vec v0.1.0 |
| 786 | 2026-08-29T21:06:41.997Z | Downloaded module-lattice v0.2.3 |
| 787 | 2026-08-29T21:06:42.000Z | Downloaded nu-ansi-term v0.50.3 |
| 788 | 2026-08-29T21:06:42.000Z | Downloaded secrecy v0.10.3 |
| 789 | 2026-08-29T21:06:42.003Z | Downloaded serde_plain v1.0.2 |
| 790 | 2026-08-29T21:06:42.003Z | Downloaded semver v0.1.20 |
| 791 | 2026-08-29T21:06:42.003Z | Downloaded sigpipe v0.1.3 |
| 792 | 2026-08-29T21:06:42.003Z | Downloaded signature v3.0.0 |
| 793 | 2026-08-29T21:06:42.003Z | Downloaded schemars v0.8.22 |
| 794 | 2026-08-29T21:06:42.009Z | Downloaded slog-bunyan v2.5.0 |
| 795 | 2026-08-29T21:06:42.012Z | Downloaded num-integer v0.1.46 |
| 796 | 2026-08-29T21:06:42.012Z | Downloaded password-hash v0.5.0 |
| 797 | 2026-08-29T21:06:42.012Z | Downloaded zstd-safe v7.2.4 |
| 798 | 2026-08-29T21:06:42.015Z | Downloaded oso v0.27.3 |
| 799 | 2026-08-29T21:06:42.015Z | Downloaded crc32fast v1.5.0 |
| 800 | 2026-08-29T21:06:42.018Z | Downloaded darling v0.20.11 |
| 801 | 2026-08-29T21:06:42.021Z | Downloaded pem-rfc7468 v1.0.0 |
| 802 | 2026-08-29T21:06:42.022Z | Downloaded poly1305 v0.8.0 |
| 803 | 2026-08-29T21:06:42.022Z | Downloaded zstd v0.13.3 |
| 804 | 2026-08-29T21:06:42.025Z | Downloaded oxide-update-engine v0.1.2 |
| 805 | 2026-08-29T21:06:42.025Z | Downloaded phf v0.13.1 |
| 806 | 2026-08-29T21:06:42.025Z | Downloaded chacha20poly1305 v0.10.1 |
| 807 | 2026-08-29T21:06:42.025Z | Downloaded rayon-core v1.13.0 |
| 808 | 2026-08-29T21:06:42.028Z | Downloaded bumpalo v3.20.2 |
| 809 | 2026-08-29T21:06:42.031Z | Downloaded predicates v3.1.4 |
| 810 | 2026-08-29T21:06:42.031Z | Downloaded ed25519-dalek v2.2.0 |
| 811 | 2026-08-29T21:06:42.034Z | Downloaded take_mut v0.2.2 |
| 812 | 2026-08-29T21:06:42.034Z | Downloaded tokio-test v0.4.5 |
| 813 | 2026-08-29T21:06:42.037Z | Downloaded universal-hash v0.6.1 |
| 814 | 2026-08-29T21:06:42.038Z | Downloaded supports-hyperlinks v3.2.0 |
| 815 | 2026-08-29T21:06:42.038Z | Downloaded time-core v0.1.8 |
| 816 | 2026-08-29T21:06:42.042Z | Downloaded rand_core v0.9.5 |
| 817 | 2026-08-29T21:06:42.045Z | Downloaded unicode-truncate v1.1.0 |
| 818 | 2026-08-29T21:06:42.046Z | Downloaded hickory-resolver v0.24.4 |
| 819 | 2026-08-29T21:06:42.048Z | Downloaded headers v0.4.1 |
| 820 | 2026-08-29T21:06:42.051Z | Downloaded universal-hash v0.5.1 |
| 821 | 2026-08-29T21:06:42.054Z | Downloaded void v1.0.2 |
| 822 | 2026-08-29T21:06:42.054Z | Downloaded yoke-derive v0.8.1 |
| 823 | 2026-08-29T21:06:42.054Z | Downloaded zerofrom v0.1.6 |
| 824 | 2026-08-29T21:06:42.054Z | Downloaded wnaf v0.14.0 |
| 825 | 2026-08-29T21:06:42.054Z | Downloaded crypto-common v0.2.2 |
| 826 | 2026-08-29T21:06:42.058Z | Downloaded heapless v0.7.17 |
| 827 | 2026-08-29T21:06:42.058Z | Downloaded hickory-server v0.25.2 |
| 828 | 2026-08-29T21:06:42.061Z | Downloaded rustls-native-certs v0.8.3 |
| 829 | 2026-08-29T21:06:42.061Z | Downloaded sha1 v0.11.0 |
| 830 | 2026-08-29T21:06:42.064Z | Downloaded scuffle v0.1.0 |
| 831 | 2026-08-29T21:06:42.067Z | Downloaded shlex v1.3.0 |
| 832 | 2026-08-29T21:06:42.069Z | Downloaded cpubits v0.1.1 |
| 833 | 2026-08-29T21:06:42.069Z | Downloaded http v1.4.2 |
| 834 | 2026-08-29T21:06:42.073Z | Downloaded serde_with_macros v1.5.2 |
| 835 | 2026-08-29T21:06:42.073Z | Downloaded darling_macro v0.20.11 |
| 836 | 2026-08-29T21:06:42.073Z | Downloaded darling_macro v0.13.4 |
| 837 | 2026-08-29T21:06:42.073Z | Downloaded parking_lot v0.12.5 |
| 838 | 2026-08-29T21:06:42.076Z | Downloaded dunce v1.0.5 |
| 839 | 2026-08-29T21:06:42.076Z | Downloaded digest-io v0.1.0 |
| 840 | 2026-08-29T21:06:42.079Z | Downloaded zopfli v0.8.3 |
| 841 | 2026-08-29T21:06:42.084Z | Downloaded hkdf v0.12.4 |
| 842 | 2026-08-29T21:06:42.087Z | Downloaded oxide-update-engine-display v0.1.2 |
| 843 | 2026-08-29T21:06:42.089Z | Downloaded postcard v1.1.3 |
| 844 | 2026-08-29T21:06:42.090Z | Downloaded string_cache v0.8.9 |
| 845 | 2026-08-29T21:06:42.090Z | Downloaded idna_adapter v1.2.1 |
| 846 | 2026-08-29T21:06:42.105Z | Downloaded cc v1.2.56 |
| 847 | 2026-08-29T21:06:42.113Z | Downloaded indexmap v1.9.3 |
| 848 | 2026-08-29T21:06:42.117Z | Downloaded synstructure v0.13.2 |
| 849 | 2026-08-29T21:06:42.117Z | Downloaded match_cfg v0.1.0 |
| 850 | 2026-08-29T21:06:42.117Z | Downloaded thread_local v1.1.9 |
| 851 | 2026-08-29T21:06:42.117Z | Downloaded tokio-dtrace v0.1.1 |
| 852 | 2026-08-29T21:06:42.120Z | Downloaded tokio-tungstenite v0.21.0 |
| 853 | 2026-08-29T21:06:42.120Z | Downloaded nodrop v0.1.14 |
| 854 | 2026-08-29T21:06:42.120Z | Downloaded rsa v0.9.10 |
| 855 | 2026-08-29T21:06:42.123Z | Downloaded expectorate v1.2.0 |
| 856 | 2026-08-29T21:06:42.123Z | Downloaded hickory-resolver v0.25.2 |
| 857 | 2026-08-29T21:06:42.126Z | Downloaded bytes v1.11.1 |
| 858 | 2026-08-29T21:06:42.129Z | Downloaded aes v0.9.1 |
| 859 | 2026-08-29T21:06:42.132Z | Downloaded newline-converter v0.3.0 |
| 860 | 2026-08-29T21:06:42.132Z | Downloaded potential_utf v0.1.4 |
| 861 | 2026-08-29T21:06:42.132Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 862 | 2026-08-29T21:06:42.132Z | Downloaded corncobs v0.1.4 |
| 863 | 2026-08-29T21:06:42.132Z | Downloaded spin v0.9.8 |
| 864 | 2026-08-29T21:06:42.137Z | Downloaded slog-dtrace v0.3.0 |
| 865 | 2026-08-29T21:06:42.141Z | Downloaded constant_time_eq v0.4.2 |
| 866 | 2026-08-29T21:06:42.141Z | Downloaded ctr v0.10.1 |
| 867 | 2026-08-29T21:06:42.141Z | Downloaded daft v0.1.8 |
| 868 | 2026-08-29T21:06:42.144Z | Downloaded delegate v0.13.5 |
| 869 | 2026-08-29T21:06:42.147Z | Downloaded digest v0.11.3 |
| 870 | 2026-08-29T21:06:42.149Z | Downloaded either v1.15.0 |
| 871 | 2026-08-29T21:06:42.153Z | Downloaded ingot v0.2.1 |
| 872 | 2026-08-29T21:06:42.153Z | Downloaded ipnetwork v0.21.1 |
| 873 | 2026-08-29T21:06:42.157Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 874 | 2026-08-29T21:06:42.157Z | Downloaded linked-hash-map v0.5.6 |
| 875 | 2026-08-29T21:06:42.157Z | Downloaded same-file v1.0.6 |
| 876 | 2026-08-29T21:06:42.157Z | Downloaded signature v2.2.0 |
| 877 | 2026-08-29T21:06:42.157Z | Downloaded jobserver v0.1.34 |
| 878 | 2026-08-29T21:06:42.160Z | Downloaded linear-map v1.2.0 |
| 879 | 2026-08-29T21:06:42.160Z | Downloaded secrecy v0.8.0 |
| 880 | 2026-08-29T21:06:42.160Z | Downloaded serde_bytes v0.11.19 |
| 881 | 2026-08-29T21:06:42.160Z | Downloaded signal-hook-mio v0.2.5 |
| 882 | 2026-08-29T21:06:42.163Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 883 | 2026-08-29T21:06:42.163Z | Downloaded url v2.5.8 |
| 884 | 2026-08-29T21:06:42.165Z | Downloaded icu_normalizer v2.1.1 |
| 885 | 2026-08-29T21:06:42.168Z | Downloaded hashbrown v0.13.2 |
| 886 | 2026-08-29T21:06:42.168Z | Downloaded tokio-stream v0.1.18 |
| 887 | 2026-08-29T21:06:42.171Z | Downloaded utf-8 v0.7.6 |
| 888 | 2026-08-29T21:06:42.171Z | Downloaded libsw-core v0.3.2 |
| 889 | 2026-08-29T21:06:42.174Z | Downloaded subtle v2.6.1 |
| 890 | 2026-08-29T21:06:42.174Z | Downloaded prefix-trie v0.7.0 |
| 891 | 2026-08-29T21:06:42.177Z | Downloaded strsim v0.10.0 |
| 892 | 2026-08-29T21:06:42.177Z | Downloaded thread-id v5.1.0 |
| 893 | 2026-08-29T21:06:42.177Z | Downloaded mime_guess v2.0.5 |
| 894 | 2026-08-29T21:06:42.180Z | Downloaded num_enum_derive v0.7.6 |
| 895 | 2026-08-29T21:06:42.183Z | Downloaded pbkdf2 v0.13.0 |
| 896 | 2026-08-29T21:06:42.183Z | Downloaded phf_shared v0.13.1 |
| 897 | 2026-08-29T21:06:42.186Z | Downloaded oxnet v0.1.6 |
| 898 | 2026-08-29T21:06:42.186Z | Downloaded testing_table v0.3.0 |
| 899 | 2026-08-29T21:06:42.186Z | Downloaded topological-sort v0.2.2 |
| 900 | 2026-08-29T21:06:42.186Z | Downloaded usdt v0.6.0 |
| 901 | 2026-08-29T21:06:42.189Z | Downloaded cookie_store v0.22.1 |
| 902 | 2026-08-29T21:06:42.192Z | Downloaded owo-colors v4.3.0 |
| 903 | 2026-08-29T21:06:42.192Z | Downloaded primefield v0.14.0 |
| 904 | 2026-08-29T21:06:42.196Z | Downloaded peg v0.8.5 |
| 905 | 2026-08-29T21:06:42.196Z | Downloaded pin-project-lite v0.2.17 |
| 906 | 2026-08-29T21:06:42.200Z | Downloaded unarray v0.1.4 |
| 907 | 2026-08-29T21:06:42.203Z | Downloaded progenitor-extras v0.2.0 |
| 908 | 2026-08-29T21:06:42.203Z | Downloaded ryu v1.0.23 |
| 909 | 2026-08-29T21:06:42.206Z | Downloaded rand_seeder v0.4.0 |
| 910 | 2026-08-29T21:06:42.206Z | Downloaded xshell-macros v0.2.7 |
| 911 | 2026-08-29T21:06:42.206Z | Downloaded rlimit v0.10.2 |
| 912 | 2026-08-29T21:06:42.213Z | Downloaded openssl-sys v0.9.117 |
| 913 | 2026-08-29T21:06:42.216Z | Downloaded iana-time-zone v0.1.65 |
| 914 | 2026-08-29T21:06:42.219Z | Downloaded rusty-fork v0.3.1 |
| 915 | 2026-08-29T21:06:42.219Z | Downloaded ingot-macros v0.2.0 |
| 916 | 2026-08-29T21:06:42.219Z | Downloaded schemars_derive v0.8.22 |
| 917 | 2026-08-29T21:06:42.223Z | Downloaded crc8 v0.1.1 |
| 918 | 2026-08-29T21:06:42.223Z | Downloaded xattr v1.6.1 |
| 919 | 2026-08-29T21:06:42.223Z | Downloaded cpufeatures v0.3.0 |
| 920 | 2026-08-29T21:06:42.226Z | Downloaded hashbrown v0.12.3 |
| 921 | 2026-08-29T21:06:42.229Z | Downloaded prettyplease v0.2.37 |
| 922 | 2026-08-29T21:06:42.232Z | Downloaded time-macros v0.2.27 |
| 923 | 2026-08-29T21:06:42.232Z | Downloaded rustls-webpki v0.103.13 |
| 924 | 2026-08-29T21:06:42.236Z | Downloaded derive_more v2.1.1 |
| 925 | 2026-08-29T21:06:42.240Z | Downloaded rsa v0.10.0-rc.18 |
| 926 | 2026-08-29T21:06:42.243Z | Downloaded pretty_assertions v1.4.1 |
| 927 | 2026-08-29T21:06:42.246Z | Downloaded knus-derive v3.4.0 |
| 928 | 2026-08-29T21:06:42.246Z | Downloaded memmap2 v0.9.10 |
| 929 | 2026-08-29T21:06:42.246Z | Downloaded document-features v0.2.12 |
| 930 | 2026-08-29T21:06:42.246Z | Downloaded support-bundle-viewer v0.1.2 |
| 931 | 2026-08-29T21:06:42.246Z | Downloaded indent_write v2.2.0 |
| 932 | 2026-08-29T21:06:42.249Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 933 | 2026-08-29T21:06:42.249Z | Downloaded multer v3.1.0 |
| 934 | 2026-08-29T21:06:42.249Z | Downloaded unicode-segmentation v1.12.0 |
| 935 | 2026-08-29T21:06:42.252Z | Downloaded strum_macros v0.27.2 |
| 936 | 2026-08-29T21:06:42.254Z | Downloaded vte v0.14.1 |
| 937 | 2026-08-29T21:06:42.254Z | Downloaded lru v0.12.5 |
| 938 | 2026-08-29T21:06:42.257Z | Downloaded tokio-tungstenite v0.23.1 |
| 939 | 2026-08-29T21:06:42.260Z | Downloaded parking_lot_core v0.9.12 |
| 940 | 2026-08-29T21:06:42.263Z | Downloaded snafu v0.8.9 |
| 941 | 2026-08-29T21:06:42.266Z | Downloaded poly1305 v0.9.0 |
| 942 | 2026-08-29T21:06:42.266Z | Downloaded schemars v0.9.0 |
| 943 | 2026-08-29T21:06:42.272Z | Downloaded quinn-udp v0.5.14 |
| 944 | 2026-08-29T21:06:42.275Z | Downloaded vergen-lib v9.1.0 |
| 945 | 2026-08-29T21:06:42.275Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 946 | 2026-08-29T21:06:42.275Z | Downloaded lazy_static v1.5.0 |
| 947 | 2026-08-29T21:06:42.275Z | Downloaded peg-runtime v0.8.5 |
| 948 | 2026-08-29T21:06:42.278Z | Downloaded lru-cache v0.1.2 |
| 949 | 2026-08-29T21:06:42.278Z | Downloaded normalize-line-endings v0.3.0 |
| 950 | 2026-08-29T21:06:42.278Z | Downloaded olpc-cjson v0.1.4 |
| 951 | 2026-08-29T21:06:42.278Z | Downloaded openssl-probe v0.1.6 |
| 952 | 2026-08-29T21:06:42.278Z | Downloaded quick-error v1.2.3 |
| 953 | 2026-08-29T21:06:42.278Z | Downloaded radium v0.7.0 |
| 954 | 2026-08-29T21:06:42.281Z | Downloaded icu_properties v2.1.2 |
| 955 | 2026-08-29T21:06:42.284Z | Downloaded xshell v0.2.7 |
| 956 | 2026-08-29T21:06:42.284Z | Downloaded predicates-core v1.0.10 |
| 957 | 2026-08-29T21:06:42.284Z | Downloaded dropshot_endpoint v0.17.1 |
| 958 | 2026-08-29T21:06:42.288Z | Downloaded smallvec v0.6.14 |
| 959 | 2026-08-29T21:06:42.291Z | Downloaded tokio-postgres v0.7.16 |
| 960 | 2026-08-29T21:06:42.294Z | Downloaded vergen-lib v0.1.6 |
| 961 | 2026-08-29T21:06:42.298Z | Downloaded rfc6979 v0.6.0 |
| 962 | 2026-08-29T21:06:42.300Z | Downloaded tungstenite v0.28.0 |
| 963 | 2026-08-29T21:06:42.300Z | Downloaded aho-corasick v1.1.4 |
| 964 | 2026-08-29T21:06:42.303Z | Downloaded subprocess v0.2.15 |
| 965 | 2026-08-29T21:06:42.306Z | Downloaded num-traits v0.2.19 |
| 966 | 2026-08-29T21:06:42.309Z | Downloaded toml_edit v0.19.15 |
| 967 | 2026-08-29T21:06:42.315Z | Downloaded quinn v0.11.11 |
| 968 | 2026-08-29T21:06:42.317Z | Downloaded tracing-core v0.1.36 |
| 969 | 2026-08-29T21:06:42.320Z | Downloaded tungstenite v0.23.0 |
| 970 | 2026-08-29T21:06:42.320Z | Downloaded zerotrie v0.2.3 |
| 971 | 2026-08-29T21:06:42.323Z | Downloaded rand v0.8.6 |
| 972 | 2026-08-29T21:06:42.323Z | Downloaded rustc-hash v2.1.1 |
| 973 | 2026-08-29T21:06:42.326Z | Downloaded hashbrown v0.14.5 |
| 974 | 2026-08-29T21:06:42.329Z | Downloaded tracing-attributes v0.1.31 |
| 975 | 2026-08-29T21:06:42.329Z | Downloaded tagptr v0.2.0 |
| 976 | 2026-08-29T21:06:42.329Z | Downloaded tinyvec_macros v0.1.1 |
| 977 | 2026-08-29T21:06:42.329Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 978 | 2026-08-29T21:06:42.332Z | Downloaded sponge-cursor v0.1.0 |
| 979 | 2026-08-29T21:06:42.332Z | Downloaded ssh-encoding v0.2.0 |
| 980 | 2026-08-29T21:06:42.332Z | Downloaded stable_deref_trait v1.2.1 |
| 981 | 2026-08-29T21:06:42.332Z | Downloaded p256 v0.13.2 |
| 982 | 2026-08-29T21:06:42.335Z | Downloaded nanorand v0.7.0 |
| 983 | 2026-08-29T21:06:42.337Z | Downloaded num_enum v0.7.6 |
| 984 | 2026-08-29T21:06:42.340Z | Downloaded wait-timeout v0.2.1 |
| 985 | 2026-08-29T21:06:42.340Z | Downloaded utf8_iter v1.0.4 |
| 986 | 2026-08-29T21:06:42.340Z | Downloaded libloading v0.8.9 |
| 987 | 2026-08-29T21:06:42.343Z | Downloaded derive_more v0.99.20 |
| 988 | 2026-08-29T21:06:42.347Z | Downloaded pkcs8 v0.10.2 |
| 989 | 2026-08-29T21:06:42.352Z | Downloaded parking_lot_core v0.8.6 |
| 990 | 2026-08-29T21:06:42.355Z | Downloaded nom v8.0.0 |
| 991 | 2026-08-29T21:06:42.358Z | Downloaded crossbeam-utils v0.8.21 |
| 992 | 2026-08-29T21:06:42.358Z | Downloaded proc-macro-error2 v2.0.1 |
| 993 | 2026-08-29T21:06:42.361Z | Downloaded progenitor v0.13.0 |
| 994 | 2026-08-29T21:06:42.364Z | Downloaded scroll v0.13.0 |
| 995 | 2026-08-29T21:06:42.367Z | Downloaded reedline v0.40.0 |
| 996 | 2026-08-29T21:06:42.370Z | Downloaded tar v0.4.46 |
| 997 | 2026-08-29T21:06:42.372Z | Downloaded dsl_auto_type v0.2.0 |
| 998 | 2026-08-29T21:06:42.372Z | Downloaded dashu-base v0.5.1 |
| 999 | 2026-08-29T21:06:42.375Z | Downloaded rustc-demangle v0.1.27 |
| 1000 | 2026-08-29T21:06:42.376Z | Downloaded knus v3.4.0 |
| 1001 | 2026-08-29T21:06:42.378Z | Downloaded signal-hook v0.3.18 |
| 1002 | 2026-08-29T21:06:42.379Z | Downloaded socket2 v0.5.10 |
| 1003 | 2026-08-29T21:06:42.381Z | Downloaded is_ci v1.2.0 |
| 1004 | 2026-08-29T21:06:42.381Z | Downloaded instability v0.3.11 |
| 1005 | 2026-08-29T21:06:42.381Z | Downloaded hybrid-array v0.4.13 |
| 1006 | 2026-08-29T21:06:42.384Z | Downloaded display-error-chain v0.2.2 |
| 1007 | 2026-08-29T21:06:42.384Z | Downloaded maybe-uninit v2.0.0 |
| 1008 | 2026-08-29T21:06:42.384Z | Downloaded defmt v1.0.1 |
| 1009 | 2026-08-29T21:06:42.387Z | Downloaded serde_derive_internals v0.29.1 |
| 1010 | 2026-08-29T21:06:42.390Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1011 | 2026-08-29T21:06:42.390Z | Downloaded supports-unicode v3.0.0 |
| 1012 | 2026-08-29T21:06:42.390Z | Downloaded diff v0.1.13 |
| 1013 | 2026-08-29T21:06:42.393Z | Downloaded unicode-normalization v0.1.25 |
| 1014 | 2026-08-29T21:06:42.396Z | Downloaded path-slash v0.1.5 |
| 1015 | 2026-08-29T21:06:42.396Z | Downloaded phf_shared v0.12.1 |
| 1016 | 2026-08-29T21:06:42.399Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1017 | 2026-08-29T21:06:42.399Z | Downloaded multimap v0.10.1 |
| 1018 | 2026-08-29T21:06:42.402Z | Downloaded num v0.4.3 |
| 1019 | 2026-08-29T21:06:42.402Z | Downloaded minimal-lexical v0.2.1 |
| 1020 | 2026-08-29T21:06:42.408Z | Downloaded litemap v0.8.1 |
| 1021 | 2026-08-29T21:06:42.413Z | Downloaded predicates-tree v1.0.13 |
| 1022 | 2026-08-29T21:06:42.416Z | Downloaded powerfmt v0.2.0 |
| 1023 | 2026-08-29T21:06:42.420Z | Downloaded der v0.7.10 |
| 1024 | 2026-08-29T21:06:42.420Z | Downloaded russh-util v0.52.0 |
| 1025 | 2026-08-29T21:06:42.420Z | Downloaded darling_core v0.20.11 |
| 1026 | 2026-08-29T21:06:42.423Z | Downloaded steno v0.4.1 |
| 1027 | 2026-08-29T21:06:42.427Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1028 | 2026-08-29T21:06:42.427Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1029 | 2026-08-29T21:06:42.431Z | Downloaded uuid v1.23.4 |
| 1030 | 2026-08-29T21:06:42.431Z | Downloaded ssh-cipher v0.2.0 |
| 1031 | 2026-08-29T21:06:42.435Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-08-29T21:06:42.435Z | Downloaded hashbrown v0.16.1 |
| 1033 | 2026-08-29T21:06:42.438Z | Downloaded socket2 v0.6.3 |
| 1034 | 2026-08-29T21:06:42.438Z | Downloaded critical-section v1.2.0 |
| 1035 | 2026-08-29T21:06:42.438Z | Downloaded derive-ex v0.1.8 |
| 1036 | 2026-08-29T21:06:42.438Z | Downloaded shell-words v1.1.1 |
| 1037 | 2026-08-29T21:06:42.438Z | Downloaded termtree v0.5.1 |
| 1038 | 2026-08-29T21:06:42.443Z | Downloaded data-encoding v2.10.0 |
| 1039 | 2026-08-29T21:06:42.443Z | Downloaded ed25519 v2.2.3 |
| 1040 | 2026-08-29T21:06:42.448Z | Downloaded icu_provider v2.1.1 |
| 1041 | 2026-08-29T21:06:42.448Z | Downloaded serde_with_macros v3.21.0 |
| 1042 | 2026-08-29T21:06:42.448Z | Downloaded tough v0.22.0 |
| 1043 | 2026-08-29T21:06:42.452Z | Downloaded serde_tokenstream v0.3.0 |
| 1044 | 2026-08-29T21:06:42.452Z | Downloaded darling_core v0.13.4 |
| 1045 | 2026-08-29T21:06:42.452Z | Downloaded keccak v0.2.0 |
| 1046 | 2026-08-29T21:06:42.456Z | Downloaded waitgroup v0.1.2 |
| 1047 | 2026-08-29T21:06:42.456Z | Downloaded usdt-attr-macro v0.6.0 |
| 1048 | 2026-08-29T21:06:42.456Z | Downloaded libefi-sys v0.1.0 |
| 1049 | 2026-08-29T21:06:42.456Z | Downloaded crc v3.4.0 |
| 1050 | 2026-08-29T21:06:42.456Z | Downloaded crunchy v0.2.4 |
| 1051 | 2026-08-29T21:06:42.456Z | Downloaded num-rational v0.4.2 |
| 1052 | 2026-08-29T21:06:42.456Z | Downloaded smallvec v1.15.1 |
| 1053 | 2026-08-29T21:06:42.459Z | Downloaded derive-where v1.6.0 |
| 1054 | 2026-08-29T21:06:42.459Z | Downloaded hkdf v0.13.0 |
| 1055 | 2026-08-29T21:06:42.463Z | Downloaded miette-derive v7.6.0 |
| 1056 | 2026-08-29T21:06:42.463Z | Downloaded reqwest v0.12.28 |
| 1057 | 2026-08-29T21:06:42.463Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1058 | 2026-08-29T21:06:42.466Z | Downloaded p384 v0.13.1 |
| 1059 | 2026-08-29T21:06:42.469Z | Downloaded miette v7.6.0 |
| 1060 | 2026-08-29T21:06:42.471Z | Downloaded winnow v0.5.40 |
| 1061 | 2026-08-29T21:06:42.474Z | Downloaded publicsuffix v2.3.0 |
| 1062 | 2026-08-29T21:06:42.477Z | Downloaded proc-macro-crate v1.3.1 |
| 1063 | 2026-08-29T21:06:42.477Z | Downloaded r2d2 v0.8.10 |
| 1064 | 2026-08-29T21:06:42.477Z | Downloaded rustyline v14.0.0 |
| 1065 | 2026-08-29T21:06:42.480Z | Downloaded yansi v1.0.1 |
| 1066 | 2026-08-29T21:06:42.484Z | Downloaded dyn-clone v1.0.20 |
| 1067 | 2026-08-29T21:06:42.484Z | Downloaded maplit v1.0.2 |
| 1068 | 2026-08-29T21:06:42.484Z | Downloaded memoffset v0.9.1 |
| 1069 | 2026-08-29T21:06:42.484Z | Downloaded pkg-config v0.3.32 |
| 1070 | 2026-08-29T21:06:42.484Z | Downloaded rustls-pemfile v2.2.0 |
| 1071 | 2026-08-29T21:06:42.486Z | Downloaded pkcs1 v0.7.5 |
| 1072 | 2026-08-29T21:06:42.486Z | Downloaded crossbeam-epoch v0.9.18 |
| 1073 | 2026-08-29T21:06:42.489Z | Downloaded tokio-util v0.7.18 |
| 1074 | 2026-08-29T21:06:42.492Z | Downloaded cookie v0.18.1 |
| 1075 | 2026-08-29T21:06:42.495Z | Downloaded des v0.9.0 |
| 1076 | 2026-08-29T21:06:42.495Z | Downloaded serde_path_to_error v0.1.20 |
| 1077 | 2026-08-29T21:06:42.495Z | Downloaded slog-stdlog v4.1.1 |
| 1078 | 2026-08-29T21:06:42.498Z | Downloaded ssh-cipher v0.3.0 |
| 1079 | 2026-08-29T21:06:42.498Z | Downloaded rand_pcg v0.10.2 |
| 1080 | 2026-08-29T21:06:42.498Z | Downloaded crossterm v0.29.0 |
| 1081 | 2026-08-29T21:06:42.502Z | Downloaded rustc_version v0.4.1 |
| 1082 | 2026-08-29T21:06:42.505Z | Downloaded parse-display v0.10.0 |
| 1083 | 2026-08-29T21:06:42.505Z | Downloaded sapling-renderdag v0.1.0 |
| 1084 | 2026-08-29T21:06:42.505Z | Downloaded tls_codec v0.4.2 |
| 1085 | 2026-08-29T21:06:42.505Z | Downloaded tokio-tungstenite v0.28.0 |
| 1086 | 2026-08-29T21:06:42.505Z | Downloaded ssh-key v0.6.7 |
| 1087 | 2026-08-29T21:06:42.510Z | Downloaded similar v2.7.0 |
| 1088 | 2026-08-29T21:06:42.513Z | Downloaded supports-color v3.0.2 |
| 1089 | 2026-08-29T21:06:42.516Z | Downloaded h2 v0.4.15 |
| 1090 | 2026-08-29T21:06:42.521Z | Downloaded tinyvec v1.11.0 |
| 1091 | 2026-08-29T21:06:42.524Z | Downloaded try-lock v0.2.5 |
| 1092 | 2026-08-29T21:06:42.527Z | Downloaded miniz_oxide v0.8.9 |
| 1093 | 2026-08-29T21:06:42.527Z | Downloaded siphasher v1.0.2 |
| 1094 | 2026-08-29T21:06:42.527Z | Downloaded strum v0.27.2 |
| 1095 | 2026-08-29T21:06:42.532Z | Downloaded convert_case v0.4.0 |
| 1096 | 2026-08-29T21:06:42.534Z | Downloaded displaydoc v0.2.5 |
| 1097 | 2026-08-29T21:06:42.534Z | Downloaded unicode_categories v0.1.1 |
| 1098 | 2026-08-29T21:06:42.537Z | Downloaded illumos-nvpair v0.3.0 |
| 1099 | 2026-08-29T21:06:42.537Z | Downloaded instant v0.1.13 |
| 1100 | 2026-08-29T21:06:42.538Z | Downloaded jiff-core v0.1.0 |
| 1101 | 2026-08-29T21:06:42.541Z | Downloaded unsafe-libyaml v0.2.11 |
| 1102 | 2026-08-29T21:06:42.543Z | Downloaded kem v0.3.0 |
| 1103 | 2026-08-29T21:06:42.547Z | Downloaded ingot-types v0.2.0 |
| 1104 | 2026-08-29T21:06:42.547Z | Downloaded diesel_derives v2.3.7 |
| 1105 | 2026-08-29T21:06:42.550Z | Downloaded ed25519-dalek v3.0.0 |
| 1106 | 2026-08-29T21:06:42.553Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1107 | 2026-08-29T21:06:42.553Z | Downloaded defmt-parser v1.0.0 |
| 1108 | 2026-08-29T21:06:42.553Z | Downloaded downcast-rs v2.0.2 |
| 1109 | 2026-08-29T21:06:42.553Z | Downloaded newtype-uuid v1.3.2 |
| 1110 | 2026-08-29T21:06:42.553Z | Downloaded serde_cbor v0.11.2 |
| 1111 | 2026-08-29T21:06:42.556Z | Downloaded slog-async v2.8.0 |
| 1112 | 2026-08-29T21:06:42.556Z | Downloaded defmt v0.3.100 |
| 1113 | 2026-08-29T21:06:42.556Z | Downloaded hubpack_derive v0.1.1 |
| 1114 | 2026-08-29T21:06:42.556Z | Downloaded md-5 v0.10.6 |
| 1115 | 2026-08-29T21:06:42.559Z | Downloaded md5 v0.8.0 |
| 1116 | 2026-08-29T21:06:42.559Z | Downloaded oso-derive v0.27.3 |
| 1117 | 2026-08-29T21:06:42.559Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1118 | 2026-08-29T21:06:42.559Z | Downloaded num-complex v0.4.6 |
| 1119 | 2026-08-29T21:06:42.567Z | Downloaded nom v7.1.3 |
| 1120 | 2026-08-29T21:06:42.571Z | Downloaded proc-macro-crate v3.4.0 |
| 1121 | 2026-08-29T21:06:42.574Z | Downloaded untrusted v0.9.0 |
| 1122 | 2026-08-29T21:06:42.578Z | Downloaded futures-util v0.3.32 |
| 1123 | 2026-08-29T21:06:42.585Z | Downloaded zeroize v1.9.0 |
| 1124 | 2026-08-29T21:06:42.587Z | Downloaded icu_collections v2.1.1 |
| 1125 | 2026-08-29T21:06:42.590Z | Downloaded itertools v0.13.0 |
| 1126 | 2026-08-29T21:06:42.593Z | Downloaded idna v1.1.0 |
| 1127 | 2026-08-29T21:06:42.596Z | Downloaded elliptic-curve v0.13.8 |
| 1128 | 2026-08-29T21:06:42.596Z | Downloaded yasna v0.5.2 |
| 1129 | 2026-08-29T21:06:42.599Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1130 | 2026-08-29T21:06:42.599Z | Downloaded progenitor-client v0.14.0 |
| 1131 | 2026-08-29T21:06:42.601Z | Downloaded unicode-bidi v0.3.18 |
| 1132 | 2026-08-29T21:06:42.601Z | Downloaded darling v0.23.0 |
| 1133 | 2026-08-29T21:06:42.604Z | Downloaded derive_builder_macro v0.20.2 |
| 1134 | 2026-08-29T21:06:42.604Z | Downloaded convert_case v0.10.0 |
| 1135 | 2026-08-29T21:06:42.604Z | Downloaded whoami v2.1.0 |
| 1136 | 2026-08-29T21:06:42.607Z | Downloaded smf v0.2.3 |
| 1137 | 2026-08-29T21:06:42.607Z | Downloaded thiserror-no-std v2.0.2 |
| 1138 | 2026-08-29T21:06:42.611Z | Downloaded percent-encoding v2.3.2 |
| 1139 | 2026-08-29T21:06:42.611Z | Downloaded ref-cast v1.0.25 |
| 1140 | 2026-08-29T21:06:42.611Z | Downloaded untrusted v0.7.1 |
| 1141 | 2026-08-29T21:06:42.611Z | Downloaded sync_wrapper v1.0.2 |
| 1142 | 2026-08-29T21:06:42.611Z | Downloaded static_assertions v1.1.0 |
| 1143 | 2026-08-29T21:06:42.614Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1144 | 2026-08-29T21:06:42.614Z | Downloaded const_format v0.2.35 |
| 1145 | 2026-08-29T21:06:42.614Z | Downloaded rand v0.10.1 |
| 1146 | 2026-08-29T21:06:42.616Z | Downloaded zip v0.6.6 |
| 1147 | 2026-08-29T21:06:42.619Z | Downloaded hyper-rustls v0.27.7 |
| 1148 | 2026-08-29T21:06:42.622Z | Downloaded postgres-protocol v0.6.10 |
| 1149 | 2026-08-29T21:06:42.626Z | Downloaded keccak v0.1.6 |
| 1150 | 2026-08-29T21:06:42.626Z | Downloaded cstr-argument v0.1.2 |
| 1151 | 2026-08-29T21:06:42.626Z | Downloaded rand_core v0.10.0 |
| 1152 | 2026-08-29T21:06:42.628Z | Downloaded scrypt v0.12.0 |
| 1153 | 2026-08-29T21:06:42.629Z | Downloaded zeroize_derive v1.5.0 |
| 1154 | 2026-08-29T21:06:42.629Z | Downloaded derive_more-impl v2.1.1 |
| 1155 | 2026-08-29T21:06:42.631Z | Downloaded resolv-conf v0.7.6 |
| 1156 | 2026-08-29T21:06:42.634Z | Downloaded sqlformat v0.3.5 |
| 1157 | 2026-08-29T21:06:42.634Z | Downloaded dropshot-api-manager v0.8.0 |
| 1158 | 2026-08-29T21:06:42.637Z | Downloaded samael v0.0.19 |
| 1159 | 2026-08-29T21:06:42.640Z | Downloaded tiny-keccak v2.0.2 |
| 1160 | 2026-08-29T21:06:42.643Z | Downloaded tungstenite v0.21.0 |
| 1161 | 2026-08-29T21:06:42.643Z | Downloaded typify v0.6.2 |
| 1162 | 2026-08-29T21:06:42.647Z | Downloaded serdect v0.4.3 |
| 1163 | 2026-08-29T21:06:42.647Z | Downloaded whoami v1.6.1 |
| 1164 | 2026-08-29T21:06:42.647Z | Downloaded lru-slab v0.1.2 |
| 1165 | 2026-08-29T21:06:42.651Z | Downloaded darling_core v0.21.3 |
| 1166 | 2026-08-29T21:06:42.651Z | Downloaded p384 v0.14.0 |
| 1167 | 2026-08-29T21:06:42.653Z | Downloaded regex v1.12.3 |
| 1168 | 2026-08-29T21:06:42.653Z | Downloaded serde_with v1.14.0 |
| 1169 | 2026-08-29T21:06:42.656Z | Downloaded const-oid v0.10.2 |
| 1170 | 2026-08-29T21:06:42.659Z | Downloaded ref-cast-impl v1.0.25 |
| 1171 | 2026-08-29T21:06:42.659Z | Downloaded unicase v2.9.0 |
| 1172 | 2026-08-29T21:06:42.659Z | Downloaded reqwest v0.13.2 |
| 1173 | 2026-08-29T21:06:42.662Z | Downloaded zerovec v0.11.5 |
| 1174 | 2026-08-29T21:06:42.665Z | Downloaded zerocopy v0.6.6 |
| 1175 | 2026-08-29T21:06:42.667Z | Downloaded mime v0.3.17 |
| 1176 | 2026-08-29T21:06:42.667Z | Downloaded oxide-generation v0.1.3 |
| 1177 | 2026-08-29T21:06:42.667Z | Downloaded password-hash v0.6.1 |
| 1178 | 2026-08-29T21:06:42.670Z | Downloaded pem v3.0.6 |
| 1179 | 2026-08-29T21:06:42.670Z | Downloaded simd-adler32 v0.3.8 |
| 1180 | 2026-08-29T21:06:42.670Z | Downloaded slab v0.4.12 |
| 1181 | 2026-08-29T21:06:42.670Z | Downloaded sec1 v0.8.1 |
| 1182 | 2026-08-29T21:06:42.673Z | Downloaded serde_spanned v1.1.1 |
| 1183 | 2026-08-29T21:06:42.673Z | Downloaded structmeta v0.3.0 |
| 1184 | 2026-08-29T21:06:42.673Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1185 | 2026-08-29T21:06:42.673Z | Downloaded unit-prefix v0.5.2 |
| 1186 | 2026-08-29T21:06:42.676Z | Downloaded sha3 v0.12.0 |
| 1187 | 2026-08-29T21:06:42.679Z | Downloaded libm v0.2.16 |
| 1188 | 2026-08-29T21:06:42.682Z | Downloaded bitvec v1.0.1 |
| 1189 | 2026-08-29T21:06:42.690Z | Downloaded vergen v9.1.0 |
| 1190 | 2026-08-29T21:06:42.692Z | Downloaded iri-string v0.7.10 |
| 1191 | 2026-08-29T21:06:42.695Z | Downloaded pin-project v1.1.11 |
| 1192 | 2026-08-29T21:06:42.700Z | Downloaded parking_lot v0.11.2 |
| 1193 | 2026-08-29T21:06:42.703Z | Downloaded tower-layer v0.3.3 |
| 1194 | 2026-08-29T21:06:42.703Z | Downloaded tower-service v0.3.3 |
| 1195 | 2026-08-29T21:06:42.703Z | Downloaded progenitor-macro v0.14.0 |
| 1196 | 2026-08-29T21:06:42.703Z | Downloaded darling_macro v0.21.3 |
| 1197 | 2026-08-29T21:06:42.703Z | Downloaded lalrpop-util v0.19.12 |
| 1198 | 2026-08-29T21:06:42.707Z | Downloaded want v0.3.1 |
| 1199 | 2026-08-29T21:06:42.707Z | Downloaded derive_builder_core v0.20.2 |
| 1200 | 2026-08-29T21:06:42.707Z | Downloaded tower-http v0.6.8 |
| 1201 | 2026-08-29T21:06:42.710Z | Downloaded rand v0.9.2 |
| 1202 | 2026-08-29T21:06:42.713Z | Downloaded crossbeam-channel v0.5.15 |
| 1203 | 2026-08-29T21:06:42.716Z | Downloaded new_debug_unreachable v1.0.6 |
| 1204 | 2026-08-29T21:06:42.716Z | Downloaded sha2 v0.11.0 |
| 1205 | 2026-08-29T21:06:42.716Z | Downloaded dtrace-parser v0.3.0 |
| 1206 | 2026-08-29T21:06:42.716Z | Downloaded csv-core v0.1.13 |
| 1207 | 2026-08-29T21:06:42.719Z | Downloaded git2 v0.20.4 |
| 1208 | 2026-08-29T21:06:42.722Z | Downloaded lock_api v0.4.14 |
| 1209 | 2026-08-29T21:06:42.722Z | Downloaded blake3 v1.8.5 |
| 1210 | 2026-08-29T21:06:42.730Z | Downloaded derive_builder v0.20.2 |
| 1211 | 2026-08-29T21:06:42.732Z | Downloaded port-file v0.1.0 |
| 1212 | 2026-08-29T21:06:42.732Z | Downloaded trait-variant v0.1.2 |
| 1213 | 2026-08-29T21:06:42.732Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1214 | 2026-08-29T21:06:42.732Z | Downloaded tabwriter v1.4.1 |
| 1215 | 2026-08-29T21:06:42.735Z | Downloaded snafu-derive v0.8.9 |
| 1216 | 2026-08-29T21:06:42.735Z | Downloaded crc-catalog v2.4.0 |
| 1217 | 2026-08-29T21:06:42.735Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1218 | 2026-08-29T21:06:42.735Z | Downloaded darling_core v0.23.0 |
| 1219 | 2026-08-29T21:06:42.738Z | Downloaded ipnet v2.12.0 |
| 1220 | 2026-08-29T21:06:42.742Z | Downloaded dirs-next v2.0.0 |
| 1221 | 2026-08-29T21:06:42.742Z | Downloaded num_enum_derive v0.5.11 |
| 1222 | 2026-08-29T21:06:42.742Z | Downloaded indoc v1.0.9 |
| 1223 | 2026-08-29T21:06:42.742Z | Downloaded strum v0.26.3 |
| 1224 | 2026-08-29T21:06:42.746Z | Downloaded const_format_proc_macros v0.2.34 |
| 1225 | 2026-08-29T21:06:42.746Z | Downloaded serde_repr v0.1.20 |
| 1226 | 2026-08-29T21:06:42.746Z | Downloaded crossterm v0.28.1 |
| 1227 | 2026-08-29T21:06:42.750Z | Downloaded typed-path v0.9.3 |
| 1228 | 2026-08-29T21:06:42.755Z | Downloaded itertools v0.10.5 |
| 1229 | 2026-08-29T21:06:42.760Z | Downloaded rcgen v0.12.1 |
| 1230 | 2026-08-29T21:06:42.760Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1231 | 2026-08-29T21:06:42.764Z | Downloaded ignore v0.4.25 |
| 1232 | 2026-08-29T21:06:42.764Z | Downloaded spki v0.7.3 |
| 1233 | 2026-08-29T21:06:42.767Z | Downloaded tokio-macros v2.7.0 |
| 1234 | 2026-08-29T21:06:42.767Z | Downloaded toml v0.7.8 |
| 1235 | 2026-08-29T21:06:42.767Z | Downloaded unicode-xid v0.2.6 |
| 1236 | 2026-08-29T21:06:42.769Z | Downloaded pin-project-internal v1.1.11 |
| 1237 | 2026-08-29T21:06:42.769Z | Downloaded petname v2.0.2 |
| 1238 | 2026-08-29T21:06:42.772Z | Downloaded pkcs8 v0.11.0 |
| 1239 | 2026-08-29T21:06:42.775Z | Downloaded salsa20 v0.11.0 |
| 1240 | 2026-08-29T21:06:42.775Z | Downloaded ron v0.8.1 |
| 1241 | 2026-08-29T21:06:42.778Z | Downloaded bindgen v0.71.1 |
| 1242 | 2026-08-29T21:06:42.781Z | Downloaded ecdsa v0.17.0 |
| 1243 | 2026-08-29T21:06:42.784Z | Downloaded tokio-rustls v0.26.4 |
| 1244 | 2026-08-29T21:06:42.784Z | Downloaded inout v0.1.4 |
| 1245 | 2026-08-29T21:06:42.789Z | Downloaded progenitor v0.14.0 |
| 1246 | 2026-08-29T21:06:42.789Z | Downloaded rand_core v0.6.4 |
| 1247 | 2026-08-29T21:06:42.789Z | Downloaded chrono v0.4.45 |
| 1248 | 2026-08-29T21:06:42.791Z | Downloaded p256 v0.14.0 |
| 1249 | 2026-08-29T21:06:42.794Z | Downloaded slog-scope v4.4.1 |
| 1250 | 2026-08-29T21:06:42.794Z | Downloaded x509-cert v0.2.5 |
| 1251 | 2026-08-29T21:06:42.797Z | Downloaded ml-kem v0.3.2 |
| 1252 | 2026-08-29T21:06:42.799Z | Downloaded crc-any v2.5.0 |
| 1253 | 2026-08-29T21:06:42.799Z | Downloaded drift v0.2.0 |
| 1254 | 2026-08-29T21:06:42.805Z | Downloaded num_enum v0.5.11 |
| 1255 | 2026-08-29T21:06:42.809Z | Downloaded slog-json v2.6.1 |
| 1256 | 2026-08-29T21:06:42.809Z | Downloaded usdt-impl v0.6.0 |
| 1257 | 2026-08-29T21:06:42.813Z | Downloaded vergen-git2 v9.1.0 |
| 1258 | 2026-08-29T21:06:42.813Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1259 | 2026-08-29T21:06:42.816Z | Downloaded goblin v0.10.5 |
| 1260 | 2026-08-29T21:06:42.820Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-08-29T21:06:42.822Z | Downloaded term v0.7.0 |
| 1262 | 2026-08-29T21:06:42.825Z | Downloaded itertools v0.12.1 |
| 1263 | 2026-08-29T21:06:42.828Z | Downloaded test-strategy v0.4.5 |
| 1264 | 2026-08-29T21:06:42.831Z | Downloaded rustls-pki-types v1.14.0 |
| 1265 | 2026-08-29T21:06:42.831Z | Downloaded litrs v1.0.0 |
| 1266 | 2026-08-29T21:06:42.835Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1267 | 2026-08-29T21:06:42.835Z | Downloaded quinn-proto v0.11.16 |
| 1268 | 2026-08-29T21:06:42.838Z | Downloaded aws-lc-rs v1.16.3 |
| 1269 | 2026-08-29T21:06:42.843Z | Downloaded darling v0.21.3 |
| 1270 | 2026-08-29T21:06:42.846Z | Downloaded papergrid v0.18.0 |
| 1271 | 2026-08-29T21:06:42.849Z | Downloaded lalrpop v0.19.12 |
| 1272 | 2026-08-29T21:06:42.855Z | Downloaded rayon v1.11.0 |
| 1273 | 2026-08-29T21:06:42.864Z | Downloaded tabled v0.21.0 |
| 1274 | 2026-08-29T21:06:42.871Z | Downloaded rawzip v0.4.4 |
| 1275 | 2026-08-29T21:06:42.875Z | Downloaded num-bigint v0.4.6 |
| 1276 | 2026-08-29T21:06:42.877Z | Downloaded tower v0.5.3 |
| 1277 | 2026-08-29T21:06:42.884Z | Downloaded icu_locale_core v2.1.1 |
| 1278 | 2026-08-29T21:06:42.887Z | Downloaded zerocopy-derive v0.8.55 |
| 1279 | 2026-08-29T21:06:42.892Z | Downloaded winnow v1.0.3 |
| 1280 | 2026-08-29T21:06:42.900Z | Downloaded qorb v0.4.1 |
| 1281 | 2026-08-29T21:06:42.904Z | Downloaded moka v0.12.13 |
| 1282 | 2026-08-29T21:06:42.907Z | Downloaded smoltcp v0.9.1 |
| 1283 | 2026-08-29T21:06:42.912Z | Downloaded winnow v0.6.26 |
| 1284 | 2026-08-29T21:06:42.917Z | Downloaded indicatif v0.18.4 |
| 1285 | 2026-08-29T21:06:42.920Z | Downloaded hyper-util v0.1.20 |
| 1286 | 2026-08-29T21:06:42.923Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1287 | 2026-08-29T21:06:42.926Z | Downloaded gimli v0.32.3 |
| 1288 | 2026-08-29T21:06:42.930Z | Downloaded progenitor-impl v0.13.0 |
| 1289 | 2026-08-29T21:06:42.933Z | Downloaded der v0.8.0 |
| 1290 | 2026-08-29T21:06:42.936Z | Downloaded icu_normalizer_data v2.1.1 |
| 1291 | 2026-08-29T21:06:42.936Z | Downloaded crypto-bigint v0.5.5 |
| 1292 | 2026-08-29T21:06:42.939Z | Downloaded serde_with v3.21.0 |
| 1293 | 2026-08-29T21:06:42.947Z | Downloaded icu_properties_data v2.1.2 |
| 1294 | 2026-08-29T21:06:42.954Z | Downloaded schemars v1.2.1 |
| 1295 | 2026-08-29T21:06:42.962Z | Downloaded p521 v0.14.0 |
| 1296 | 2026-08-29T21:06:42.965Z | Downloaded polar-core v0.27.3 |
| 1297 | 2026-08-29T21:06:42.969Z | Downloaded syn v3.0.3 |
| 1298 | 2026-08-29T21:06:42.976Z | Downloaded smoltcp v0.11.0 |
| 1299 | 2026-08-29T21:06:42.984Z | Downloaded vcpkg v0.2.15 |
| 1300 | 2026-08-29T21:06:43.008Z | Downloaded crypto-bigint v0.7.5 |
| 1301 | 2026-08-29T21:06:43.018Z | Downloaded zip v4.6.1 |
| 1302 | 2026-08-29T21:06:43.022Z | Downloaded iddqd v0.4.2 |
| 1303 | 2026-08-29T21:06:43.026Z | Downloaded num-bigint-dig v0.8.6 |
| 1304 | 2026-08-29T21:06:43.028Z | Downloaded portable-atomic v1.13.1 |
| 1305 | 2026-08-29T21:06:43.034Z | Downloaded itertools v0.14.0 |
| 1306 | 2026-08-29T21:06:43.037Z | Downloaded mio v1.2.0 |
| 1307 | 2026-08-29T21:06:43.040Z | Downloaded libxml v0.3.3 |
| 1308 | 2026-08-29T21:06:43.044Z | Downloaded hickory-proto v0.24.4 |
| 1309 | 2026-08-29T21:06:43.053Z | Downloaded crypto-primes v0.7.2 |
| 1310 | 2026-08-29T21:06:43.056Z | Downloaded time v0.3.47 |
| 1311 | 2026-08-29T21:06:43.064Z | Downloaded regex-syntax v0.6.29 |
| 1312 | 2026-08-29T21:06:43.068Z | Downloaded nix v0.28.0 |
| 1313 | 2026-08-29T21:06:43.076Z | Downloaded zlib-rs v0.6.2 |
| 1314 | 2026-08-29T21:06:43.079Z | Downloaded salty v0.3.0 |
| 1315 | 2026-08-29T21:06:43.082Z | Downloaded p521 v0.13.3 |
| 1316 | 2026-08-29T21:06:43.085Z | Downloaded hyper v1.10.1 |
| 1317 | 2026-08-29T21:06:43.089Z | Downloaded quick-xml v0.37.5 |
| 1318 | 2026-08-29T21:06:43.093Z | Downloaded hickory-proto v0.25.2 |
| 1319 | 2026-08-29T21:06:43.102Z | Downloaded bstr v1.12.1 |
| 1320 | 2026-08-29T21:06:43.107Z | Downloaded proptest v1.11.0 |
| 1321 | 2026-08-29T21:06:43.113Z | Downloaded itertools v0.15.0 |
| 1322 | 2026-08-29T21:06:43.117Z | Downloaded dashu-int v0.5.1 |
| 1323 | 2026-08-29T21:06:43.123Z | Downloaded dropshot v0.17.1 |
| 1324 | 2026-08-29T21:06:43.137Z | Downloaded rustix v0.38.44 |
| 1325 | 2026-08-29T21:06:43.150Z | Downloaded zerocopy v0.8.55 |
| 1326 | 2026-08-29T21:06:43.162Z | Downloaded curve25519-dalek v4.1.3 |
| 1327 | 2026-08-29T21:06:43.167Z | Downloaded nix v0.27.1 |
| 1328 | 2026-08-29T21:06:43.173Z | Downloaded tracing v0.1.44 |
| 1329 | 2026-08-29T21:06:43.186Z | Downloaded sqlparser v0.61.0 |
| 1330 | 2026-08-29T21:06:43.192Z | Downloaded zerocopy-derive v0.6.6 |
| 1331 | 2026-08-29T21:06:43.199Z | Downloaded sha3 v0.11.0 |
| 1332 | 2026-08-29T21:06:43.201Z | Downloaded ratatui v0.29.0 |
| 1333 | 2026-08-29T21:06:43.212Z | Downloaded typify-impl v0.6.2 |
| 1334 | 2026-08-29T21:06:43.221Z | Downloaded sled v0.34.7 |
| 1335 | 2026-08-29T21:06:43.227Z | Downloaded diesel v2.3.7 |
| 1336 | 2026-08-29T21:06:43.238Z | Downloaded openssl v0.10.80 |
| 1337 | 2026-08-29T21:06:43.244Z | Downloaded object v0.30.4 |
| 1338 | 2026-08-29T21:06:43.250Z | Downloaded regress v0.11.1 |
| 1339 | 2026-08-29T21:06:43.254Z | Downloaded encoding_rs v0.8.35 |
| 1340 | 2026-08-29T21:06:43.267Z | Downloaded russh v0.62.4 |
| 1341 | 2026-08-29T21:06:43.272Z | Downloaded openapiv3 v2.2.0 |
| 1342 | 2026-08-29T21:06:43.279Z | Downloaded nix v0.31.2 |
| 1343 | 2026-08-29T21:06:43.285Z | Downloaded curve25519-dalek v5.0.0 |
| 1344 | 2026-08-29T21:06:43.291Z | Downloaded object v0.37.3 |
| 1345 | 2026-08-29T21:06:43.298Z | Downloaded regress v0.10.5 |
| 1346 | 2026-08-29T21:06:43.323Z | Downloaded regex-syntax v0.8.10 |
| 1347 | 2026-08-29T21:06:43.342Z | Downloaded rustls v0.23.41 |
| 1348 | 2026-08-29T21:06:43.411Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1349 | 2026-08-29T21:06:43.498Z | Downloaded regex-automata v0.4.14 |
| 1350 | 2026-08-29T21:06:43.521Z | Downloaded chrono-tz v0.10.4 |
| 1351 | 2026-08-29T21:06:43.576Z | Downloaded jiff v0.2.34 |
| 1352 | 2026-08-29T21:06:43.599Z | Downloaded petgraph v0.6.5 |
| 1353 | 2026-08-29T21:06:43.609Z | Downloaded csv v1.4.0 |
| 1354 | 2026-08-29T21:06:43.620Z | Downloaded petgraph v0.8.3 |
| 1355 | 2026-08-29T21:06:43.632Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1356 | 2026-08-29T21:06:43.666Z | Downloaded libz-sys v1.1.24 |
| 1357 | 2026-08-29T21:06:43.677Z | Downloaded sha3 v0.10.8 |
| 1358 | 2026-08-29T21:06:43.688Z | Downloaded tokio v1.52.1 |
| 1359 | 2026-08-29T21:06:43.787Z | Downloaded ring v0.17.14 |
| 1360 | 2026-08-29T21:06:43.871Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1361 | 2026-08-29T21:06:44.368Z | Downloaded dsi-bitstream v0.10.1 |
| 1362 | 2026-08-29T21:06:44.566Z | Downloaded aws-lc-sys v0.40.0 |
| 1363 | 2026-08-29T21:06:44.829Z | Compiling serde_core v1.0.228 |
| 1364 | 2026-08-29T21:06:44.829Z | Compiling libc v0.2.185 |
| 1365 | 2026-08-29T21:06:44.833Z | Compiling serde v1.0.228 |
| 1366 | 2026-08-29T21:06:44.833Z | Compiling smallvec v1.15.1 |
| 1367 | 2026-08-29T21:06:44.834Z | Compiling log v0.4.33 |
| 1368 | 2026-08-29T21:06:44.991Z | Compiling subtle v2.6.1 |
| 1369 | 2026-08-29T21:06:45.010Z | Compiling syn v2.0.117 |
| 1370 | 2026-08-29T21:06:45.020Z | Compiling zerocopy v0.8.55 |
| 1371 | 2026-08-29T21:06:45.180Z | Compiling typenum v1.20.1 |
| 1372 | 2026-08-29T21:06:45.195Z | Compiling find-msvc-tools v0.1.9 |
| 1373 | 2026-08-29T21:06:45.209Z | Compiling shlex v1.3.0 |
| 1374 | 2026-08-29T21:06:45.310Z | Compiling scopeguard v1.2.0 |
| 1375 | 2026-08-29T21:06:45.407Z | Compiling lock_api v0.4.14 |
| 1376 | 2026-08-29T21:06:45.422Z | Compiling portable-atomic v1.13.1 |
| 1377 | 2026-08-29T21:06:45.462Z | Compiling critical-section v1.2.0 |
| 1378 | 2026-08-29T21:06:45.484Z | Compiling stable_deref_trait v1.2.1 |
| 1379 | 2026-08-29T21:06:45.560Z | Compiling generic-array v0.14.7 |
| 1380 | 2026-08-29T21:06:45.573Z | Compiling const-oid v0.9.6 |
| 1381 | 2026-08-29T21:06:45.660Z | Compiling serde_json v1.0.151 |
| 1382 | 2026-08-29T21:06:45.806Z | Compiling errno v0.3.14 |
| 1383 | 2026-08-29T21:06:45.854Z | Compiling jobserver v0.1.34 |
| 1384 | 2026-08-29T21:06:45.872Z | Compiling getrandom v0.2.17 |
| 1385 | 2026-08-29T21:06:45.991Z | Compiling libm v0.2.16 |
| 1386 | 2026-08-29T21:06:46.010Z | Compiling rand_core v0.6.4 |
| 1387 | 2026-08-29T21:06:46.104Z | Compiling cc v1.2.56 |
| 1388 | 2026-08-29T21:06:46.234Z | Compiling num-traits v0.2.19 |
| 1389 | 2026-08-29T21:06:46.295Z | Compiling allocator-api2 v0.2.21 |
| 1390 | 2026-08-29T21:06:46.326Z | Compiling percent-encoding v2.3.2 |
| 1391 | 2026-08-29T21:06:46.424Z | Compiling once_cell v1.21.3 |
| 1392 | 2026-08-29T21:06:46.516Z | Compiling parking_lot_core v0.9.12 |
| 1393 | 2026-08-29T21:06:46.628Z | Compiling litemap v0.8.1 |
| 1394 | 2026-08-29T21:06:46.642Z | Compiling pin-project-lite v0.2.17 |
| 1395 | 2026-08-29T21:06:46.657Z | Compiling writeable v0.6.2 |
| 1396 | 2026-08-29T21:06:46.744Z | Compiling icu_normalizer_data v2.1.1 |
| 1397 | 2026-08-29T21:06:46.778Z | Compiling getrandom v0.4.3 |
| 1398 | 2026-08-29T21:06:46.822Z | Compiling icu_properties_data v2.1.2 |
| 1399 | 2026-08-29T21:06:46.854Z | Compiling getrandom v0.3.4 |
| 1400 | 2026-08-29T21:06:47.033Z | Compiling signal-hook-registry v1.4.8 |
| 1401 | 2026-08-29T21:06:47.128Z | Compiling bitflags v2.11.0 |
| 1402 | 2026-08-29T21:06:47.305Z | Compiling semver v1.0.28 |
| 1403 | 2026-08-29T21:06:47.372Z | Compiling rustix v1.1.4 |
| 1404 | 2026-08-29T21:06:47.437Z | Compiling rand_core v0.10.0 |
| 1405 | 2026-08-29T21:06:47.614Z | Compiling parking_lot v0.12.5 |
| 1406 | 2026-08-29T21:06:47.789Z | Compiling mio v1.2.0 |
| 1407 | 2026-08-29T21:06:47.804Z | Compiling futures-core v0.3.32 |
| 1408 | 2026-08-29T21:06:47.819Z | Compiling pkg-config v0.3.32 |
| 1409 | 2026-08-29T21:06:47.844Z | Compiling synstructure v0.13.2 |
| 1410 | 2026-08-29T21:06:47.954Z | Compiling socket2 v0.6.3 |
| 1411 | 2026-08-29T21:06:47.975Z | Compiling utf8_iter v1.0.4 |
| 1412 | 2026-08-29T21:06:48.124Z | Compiling base64ct v1.8.3 |
| 1413 | 2026-08-29T21:06:48.245Z | Compiling form_urlencoded v1.2.2 |
| 1414 | 2026-08-29T21:06:48.306Z | Compiling flagset v0.4.7 |
| 1415 | 2026-08-29T21:06:48.343Z | Compiling foldhash v0.2.0 |
| 1416 | 2026-08-29T21:06:48.346Z | Compiling futures-sink v0.3.32 |
| 1417 | 2026-08-29T21:06:48.427Z | Compiling pem-rfc7468 v0.7.0 |
| 1418 | 2026-08-29T21:06:48.479Z | Compiling rustversion v1.0.22 |
| 1419 | 2026-08-29T21:06:48.493Z | Compiling slab v0.4.12 |
| 1420 | 2026-08-29T21:06:48.508Z | Compiling futures-channel v0.3.32 |
| 1421 | 2026-08-29T21:06:48.522Z | Compiling futures-task v0.3.32 |
| 1422 | 2026-08-29T21:06:48.635Z | Compiling hashbrown v0.17.0 |
| 1423 | 2026-08-29T21:06:48.671Z | Compiling futures-io v0.3.32 |
| 1424 | 2026-08-29T21:06:48.693Z | Compiling base64 v0.22.1 |
| 1425 | 2026-08-29T21:06:48.737Z | Compiling iana-time-zone v0.1.65 |
| 1426 | 2026-08-29T21:06:48.751Z | Compiling cpufeatures v0.2.17 |
| 1427 | 2026-08-29T21:06:48.830Z | Compiling ident_case v1.0.1 |
| 1428 | 2026-08-29T21:06:48.833Z | Compiling uuid v1.23.4 |
| 1429 | 2026-08-29T21:06:48.939Z | Compiling simd-adler32 v0.3.8 |
| 1430 | 2026-08-29T21:06:48.959Z | Compiling rustc_version v0.4.1 |
| 1431 | 2026-08-29T21:06:49.022Z | Compiling terminal_size v0.4.3 |
| 1432 | 2026-08-29T21:06:49.164Z | Compiling adler2 v2.0.1 |
| 1433 | 2026-08-29T21:06:49.190Z | Compiling indexmap v2.14.0 |
| 1434 | 2026-08-29T21:06:49.249Z | Compiling syn v1.0.109 |
| 1435 | 2026-08-29T21:06:49.277Z | Compiling miniz_oxide v0.8.9 |
| 1436 | 2026-08-29T21:06:49.294Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-08-29T21:06:49.311Z | Compiling cmake v0.1.57 |
| 1438 | 2026-08-29T21:06:49.448Z | Compiling spin v0.9.8 |
| 1439 | 2026-08-29T21:06:49.531Z | Compiling ahash v0.8.12 |
| 1440 | 2026-08-29T21:06:49.569Z | Compiling serde_derive v1.0.228 |
| 1441 | 2026-08-29T21:06:49.602Z | Compiling zeroize_derive v1.5.0 |
| 1442 | 2026-08-29T21:06:49.655Z | Compiling zerocopy-derive v0.8.55 |
| 1443 | 2026-08-29T21:06:49.705Z | Compiling zerofrom-derive v0.1.6 |
| 1444 | 2026-08-29T21:06:49.733Z | Compiling yoke-derive v0.8.1 |
| 1445 | 2026-08-29T21:06:49.853Z | Compiling zerovec-derive v0.11.2 |
| 1446 | 2026-08-29T21:06:49.888Z | Compiling displaydoc v0.2.5 |
| 1447 | 2026-08-29T21:06:50.181Z | Compiling thiserror-impl v2.0.18 |
| 1448 | 2026-08-29T21:06:50.260Z | Compiling tokio-macros v2.7.0 |
| 1449 | 2026-08-29T21:06:50.640Z | Compiling der_derive v0.7.3 |
| 1450 | 2026-08-29T21:06:50.933Z | Compiling futures-macro v0.3.32 |
| 1451 | 2026-08-29T21:06:50.970Z | Compiling thiserror-impl v1.0.69 |
| 1452 | 2026-08-29T21:06:50.992Z | Compiling dyn-clone v1.0.20 |
| 1453 | 2026-08-29T21:06:51.113Z | Compiling zerofrom v0.1.6 |
| 1454 | 2026-08-29T21:06:51.130Z | Compiling fs_extra v1.3.0 |
| 1455 | 2026-08-29T21:06:51.239Z | Compiling yoke v0.8.1 |
| 1456 | 2026-08-29T21:06:51.392Z | Compiling zerovec v0.11.5 |
| 1457 | 2026-08-29T21:06:51.422Z | Compiling zerotrie v0.2.3 |
| 1458 | 2026-08-29T21:06:51.516Z | Compiling thiserror v2.0.18 |
| 1459 | 2026-08-29T21:06:51.611Z | Compiling dunce v1.0.5 |
| 1460 | 2026-08-29T21:06:51.626Z | Compiling schemars v0.8.22 |
| 1461 | 2026-08-29T21:06:51.710Z | Compiling aws-lc-sys v0.40.0 |
| 1462 | 2026-08-29T21:06:51.725Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-08-29T21:06:51.739Z | Compiling futures-util v0.3.32 |
| 1464 | 2026-08-29T21:06:51.839Z | Compiling tinystr v0.8.2 |
| 1465 | 2026-08-29T21:06:51.897Z | Compiling potential_utf v0.1.4 |
| 1466 | 2026-08-29T21:06:52.042Z | Compiling icu_locale_core v2.1.1 |
| 1467 | 2026-08-29T21:06:52.060Z | Compiling icu_collections v2.1.1 |
| 1468 | 2026-08-29T21:06:52.210Z | Compiling thiserror v1.0.69 |
| 1469 | 2026-08-29T21:06:52.543Z | Compiling tracing-attributes v0.1.31 |
| 1470 | 2026-08-29T21:06:52.926Z | Compiling icu_provider v2.1.1 |
| 1471 | 2026-08-29T21:06:52.956Z | Compiling zeroize v1.9.0 |
| 1472 | 2026-08-29T21:06:53.031Z | Compiling bytes v1.11.1 |
| 1473 | 2026-08-29T21:06:53.216Z | Compiling icu_properties v2.1.2 |
| 1474 | 2026-08-29T21:06:53.699Z | Compiling icu_normalizer v2.1.1 |
| 1475 | 2026-08-29T21:06:53.812Z | Compiling crypto-common v0.1.7 |
| 1476 | 2026-08-29T21:06:53.903Z | Compiling block-buffer v0.10.4 |
| 1477 | 2026-08-29T21:06:53.966Z | Compiling tokio v1.52.1 |
| 1478 | 2026-08-29T21:06:54.023Z | Compiling ppv-lite86 v0.2.21 |
| 1479 | 2026-08-29T21:06:54.084Z | Compiling digest v0.10.7 |
| 1480 | 2026-08-29T21:06:54.200Z | Compiling idna_adapter v1.2.1 |
| 1481 | 2026-08-29T21:06:54.247Z | Compiling der v0.7.10 |
| 1482 | 2026-08-29T21:06:54.336Z | Compiling idna v1.1.0 |
| 1483 | 2026-08-29T21:06:54.339Z | Compiling chrono v0.4.45 |
| 1484 | 2026-08-29T21:06:54.365Z | Compiling ipnet v2.12.0 |
| 1485 | 2026-08-29T21:06:54.378Z | Compiling rand_chacha v0.3.1 |
| 1486 | 2026-08-29T21:06:54.859Z | Compiling url v2.5.8 |
| 1487 | 2026-08-29T21:06:54.984Z | Compiling hmac v0.12.1 |
| 1488 | 2026-08-29T21:06:55.151Z | Compiling spki v0.7.3 |
| 1489 | 2026-08-29T21:06:55.167Z | Compiling sha2 v0.10.9 |
| 1490 | 2026-08-29T21:06:55.363Z | Compiling pkcs8 v0.10.2 |
| 1491 | 2026-08-29T21:06:55.460Z | Compiling rand v0.8.6 |
| 1492 | 2026-08-29T21:06:55.624Z | Compiling signature v2.2.0 |
| 1493 | 2026-08-29T21:06:55.659Z | Compiling hex v0.4.3 |
| 1494 | 2026-08-29T21:06:55.735Z | Compiling rand_core v0.9.5 |
| 1495 | 2026-08-29T21:06:55.813Z | Compiling tracing-core v0.1.36 |
| 1496 | 2026-08-29T21:06:55.927Z | Compiling regex-syntax v0.8.10 |
| 1497 | 2026-08-29T21:06:56.010Z | Compiling clap_builder v4.6.0 |
| 1498 | 2026-08-29T21:06:56.271Z | Compiling tracing v0.1.44 |
| 1499 | 2026-08-29T21:06:56.287Z | Compiling pest_generator v2.8.6 |
| 1500 | 2026-08-29T21:06:56.539Z | Compiling clap_derive v4.6.1 |
| 1501 | 2026-08-29T21:06:56.700Z | Compiling tinyvec_macros v0.1.1 |
| 1502 | 2026-08-29T21:06:56.773Z | Compiling tinyvec v1.11.0 |
| 1503 | 2026-08-29T21:06:56.974Z | Compiling pest_derive v2.8.6 |
| 1504 | 2026-08-29T21:06:57.114Z | Compiling rand_chacha v0.9.0 |
| 1505 | 2026-08-29T21:06:57.418Z | Compiling http v1.4.2 |
| 1506 | 2026-08-29T21:06:57.654Z | Compiling num-integer v0.1.46 |
| 1507 | 2026-08-29T21:06:57.806Z | Compiling tokio-util v0.7.18 |
| 1508 | 2026-08-29T21:06:57.980Z | Compiling num-bigint-dig v0.8.6 |
| 1509 | 2026-08-29T21:06:58.180Z | Compiling aws-lc-rs v1.16.3 |
| 1510 | 2026-08-29T21:06:58.203Z | Compiling anyhow v1.0.104 |
| 1511 | 2026-08-29T21:06:58.257Z | Compiling clap v4.6.1 |
| 1512 | 2026-08-29T21:06:58.314Z | Compiling vcpkg v0.2.15 |
| 1513 | 2026-08-29T21:06:58.338Z | Compiling object v0.37.3 |
| 1514 | 2026-08-29T21:06:58.475Z | Compiling tempfile v3.27.0 |
| 1515 | 2026-08-29T21:06:58.697Z | Compiling num-iter v0.1.45 |
| 1516 | 2026-08-29T21:06:58.762Z | Compiling rand v0.9.2 |
| 1517 | 2026-08-29T21:06:58.820Z | Compiling rustls-pki-types v1.14.0 |
| 1518 | 2026-08-29T21:06:58.841Z | Compiling lazy_static v1.5.0 |
| 1519 | 2026-08-29T21:06:58.870Z | Compiling ff v0.13.1 |
| 1520 | 2026-08-29T21:06:58.936Z | Compiling gimli v0.32.3 |
| 1521 | 2026-08-29T21:06:58.976Z | Compiling base16ct v0.2.0 |
| 1522 | 2026-08-29T21:06:59.006Z | Compiling group v0.13.0 |
| 1523 | 2026-08-29T21:06:59.029Z | Compiling openssl-sys v0.9.117 |
| 1524 | 2026-08-29T21:06:59.149Z | Compiling sec1 v0.7.3 |
| 1525 | 2026-08-29T21:06:59.513Z | Compiling http-body v1.0.1 |
| 1526 | 2026-08-29T21:06:59.610Z | Compiling pkcs1 v0.7.5 |
| 1527 | 2026-08-29T21:06:59.624Z | Compiling x509-cert v0.2.5 |
| 1528 | 2026-08-29T21:06:59.664Z | Compiling hkdf v0.12.4 |
| 1529 | 2026-08-29T21:06:59.680Z | Compiling crypto-bigint v0.5.5 |
| 1530 | 2026-08-29T21:06:59.828Z | Compiling crossbeam-utils v0.8.21 |
| 1531 | 2026-08-29T21:06:59.985Z | Compiling crc32fast v1.5.0 |
| 1532 | 2026-08-29T21:07:00.107Z | Compiling untrusted v0.7.1 |
| 1533 | 2026-08-29T21:07:00.230Z | Compiling rustc-demangle v0.1.27 |
| 1534 | 2026-08-29T21:07:00.245Z | Compiling owo-colors v4.3.0 |
| 1535 | 2026-08-29T21:07:00.545Z | Compiling openssl-probe v0.2.1 |
| 1536 | 2026-08-29T21:07:00.605Z | Compiling addr2line v0.25.1 |
| 1537 | 2026-08-29T21:07:00.717Z | Compiling cmov v0.5.4 |
| 1538 | 2026-08-29T21:07:00.810Z | Compiling httparse v1.10.1 |
| 1539 | 2026-08-29T21:07:00.919Z | Compiling ctutils v0.4.2 |
| 1540 | 2026-08-29T21:07:00.935Z | Compiling elliptic-curve v0.13.8 |
| 1541 | 2026-08-29T21:07:01.193Z | Compiling rsa v0.9.10 |
| 1542 | 2026-08-29T21:07:01.225Z | Compiling camino v1.2.5 |
| 1543 | 2026-08-29T21:07:01.228Z | Compiling scroll_derive v0.12.1 |
| 1544 | 2026-08-29T21:07:01.329Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-08-29T21:07:01.601Z | Compiling curve25519-dalek v4.1.3 |
| 1546 | 2026-08-29T21:07:01.742Z | Compiling darling_core v0.23.0 |
| 1547 | 2026-08-29T21:07:01.889Z | Compiling backtrace v0.3.76 |
| 1548 | 2026-08-29T21:07:01.925Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1549 | 2026-08-29T21:07:02.142Z | Compiling aho-corasick v1.1.4 |
| 1550 | 2026-08-29T21:07:02.309Z | Compiling untrusted v0.9.0 |
| 1551 | 2026-08-29T21:07:02.326Z | Compiling rustls v0.23.41 |
| 1552 | 2026-08-29T21:07:02.430Z | Compiling tower-service v0.3.3 |
| 1553 | 2026-08-29T21:07:02.493Z | Compiling is_ci v1.2.0 |
| 1554 | 2026-08-29T21:07:02.569Z | Compiling atomic-waker v1.1.2 |
| 1555 | 2026-08-29T21:07:02.628Z | Compiling try-lock v0.2.5 |
| 1556 | 2026-08-29T21:07:02.652Z | Compiling radium v0.7.0 |
| 1557 | 2026-08-29T21:07:02.738Z | Compiling tower-layer v0.3.3 |
| 1558 | 2026-08-29T21:07:02.911Z | Compiling textwrap v0.16.2 |
| 1559 | 2026-08-29T21:07:02.928Z | Compiling regex-automata v0.4.14 |
| 1560 | 2026-08-29T21:07:03.023Z | Compiling want v0.3.1 |
| 1561 | 2026-08-29T21:07:03.190Z | Compiling h2 v0.4.15 |
| 1562 | 2026-08-29T21:07:03.356Z | Compiling supports-color v3.0.2 |
| 1563 | 2026-08-29T21:07:03.530Z | Compiling proc-macro-error2 v2.0.1 |
| 1564 | 2026-08-29T21:07:03.844Z | Compiling backtrace-ext v0.2.1 |
| 1565 | 2026-08-29T21:07:03.934Z | Compiling scroll v0.12.0 |
| 1566 | 2026-08-29T21:07:04.234Z | Compiling darling_macro v0.23.0 |
| 1567 | 2026-08-29T21:07:04.383Z | Compiling hybrid-array v0.4.13 |
| 1568 | 2026-08-29T21:07:04.514Z | Compiling hashbrown v0.14.5 |
| 1569 | 2026-08-29T21:07:04.645Z | Compiling rfc6979 v0.4.0 |
| 1570 | 2026-08-29T21:07:04.721Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-08-29T21:07:04.770Z | Compiling serde_tokenstream v0.2.3 |
| 1572 | 2026-08-29T21:07:04.901Z | Compiling serde_spanned v0.6.9 |
| 1573 | 2026-08-29T21:07:04.967Z | Compiling zerocopy-derive v0.7.35 |
| 1574 | 2026-08-29T21:07:05.042Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1575 | 2026-08-29T21:07:05.058Z | Compiling scroll_derive v0.13.1 |
| 1576 | 2026-08-29T21:07:05.077Z | Compiling miette-derive v7.6.0 |
| 1577 | 2026-08-29T21:07:05.139Z | Compiling slog v2.8.2 |
| 1578 | 2026-08-29T21:07:05.323Z | Compiling darling_core v0.20.11 |
| 1579 | 2026-08-29T21:07:05.669Z | Compiling time-core v0.1.8 |
| 1580 | 2026-08-29T21:07:05.820Z | Compiling num-conv v0.2.0 |
| 1581 | 2026-08-29T21:07:05.824Z | Compiling supports-unicode v3.0.0 |
| 1582 | 2026-08-29T21:07:05.849Z | Compiling tap v1.0.1 |
| 1583 | 2026-08-29T21:07:05.951Z | Compiling keccak v0.1.6 |
| 1584 | 2026-08-29T21:07:05.965Z | Compiling maybe-uninit v2.0.0 |
| 1585 | 2026-08-29T21:07:05.978Z | Compiling powerfmt v0.2.0 |
| 1586 | 2026-08-29T21:07:06.182Z | Compiling httpdate v1.0.3 |
| 1587 | 2026-08-29T21:07:06.203Z | Compiling supports-hyperlinks v3.2.0 |
| 1588 | 2026-08-29T21:07:06.230Z | Compiling openssl v0.10.80 |
| 1589 | 2026-08-29T21:07:06.352Z | Compiling foreign-types-shared v0.1.1 |
| 1590 | 2026-08-29T21:07:06.409Z | Compiling hyper v1.10.1 |
| 1591 | 2026-08-29T21:07:06.439Z | Compiling foreign-types v0.3.2 |
| 1592 | 2026-08-29T21:07:06.473Z | Compiling miette v7.6.0 |
| 1593 | 2026-08-29T21:07:06.558Z | Compiling deranged v0.5.8 |
| 1594 | 2026-08-29T21:07:06.671Z | Compiling sha3 v0.10.8 |
| 1595 | 2026-08-29T21:07:06.993Z | Compiling time-macros v0.2.27 |
| 1596 | 2026-08-29T21:07:07.128Z | Compiling wyz v0.5.1 |
| 1597 | 2026-08-29T21:07:07.318Z | Compiling scroll v0.13.0 |
| 1598 | 2026-08-29T21:07:07.333Z | Compiling zerocopy v0.7.35 |
| 1599 | 2026-08-29T21:07:07.556Z | Compiling darling_macro v0.20.11 |
| 1600 | 2026-08-29T21:07:07.605Z | Compiling chumsky v0.9.3 |
| 1601 | 2026-08-29T21:07:07.620Z | Compiling ecdsa v0.16.9 |
| 1602 | 2026-08-29T21:07:07.876Z | Compiling darling v0.23.0 |
| 1603 | 2026-08-29T21:07:07.961Z | Compiling goblin v0.8.2 |
| 1604 | 2026-08-29T21:07:07.975Z | Compiling knus-derive v3.4.0 |
| 1605 | 2026-08-29T21:07:08.023Z | Compiling primeorder v0.13.6 |
| 1606 | 2026-08-29T21:07:08.195Z | Compiling unicode-normalization v0.1.25 |
| 1607 | 2026-08-29T21:07:08.270Z | Compiling hubpack_derive v0.1.1 |
| 1608 | 2026-08-29T21:07:08.446Z | Compiling ed25519 v2.2.3 |
| 1609 | 2026-08-29T21:07:08.709Z | Compiling half v2.7.1 |
| 1610 | 2026-08-29T21:07:08.770Z | Compiling erased-serde v0.3.31 |
| 1611 | 2026-08-29T21:07:08.833Z | Compiling openssl-macros v0.1.1 |
| 1612 | 2026-08-29T21:07:09.008Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1613 | 2026-08-29T21:07:09.241Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1614 | 2026-08-29T21:07:09.267Z | Compiling wait-timeout v0.2.1 |
| 1615 | 2026-08-29T21:07:09.285Z | Compiling env_filter v2.0.0 |
| 1616 | 2026-08-29T21:07:09.340Z | Compiling num_threads v0.1.7 |
| 1617 | 2026-08-29T21:07:09.443Z | Compiling quick-error v1.2.3 |
| 1618 | 2026-08-29T21:07:09.468Z | Compiling packed_struct v0.10.1 |
| 1619 | 2026-08-29T21:07:09.532Z | Compiling ciborium-io v0.2.2 |
| 1620 | 2026-08-29T21:07:09.549Z | Compiling funty v2.0.0 |
| 1621 | 2026-08-29T21:07:09.576Z | Compiling native-tls v0.2.18 |
| 1622 | 2026-08-29T21:07:09.622Z | Compiling bit-vec v0.8.0 |
| 1623 | 2026-08-29T21:07:09.723Z | Compiling ciborium-ll v0.2.2 |
| 1624 | 2026-08-29T21:07:09.794Z | Compiling rusty-fork v0.3.1 |
| 1625 | 2026-08-29T21:07:09.849Z | Compiling bit-set v0.8.0 |
| 1626 | 2026-08-29T21:07:09.928Z | Compiling bitvec v1.0.1 |
| 1627 | 2026-08-29T21:07:10.011Z | Compiling knus v3.4.0 |
| 1628 | 2026-08-29T21:07:10.094Z | Compiling env_logger v0.11.11 |
| 1629 | 2026-08-29T21:07:10.110Z | Compiling time v0.3.47 |
| 1630 | 2026-08-29T21:07:10.433Z | Compiling dof v0.3.0 |
| 1631 | 2026-08-29T21:07:11.309Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-08-29T21:07:11.350Z | Compiling ed25519-dalek v2.2.0 |
| 1633 | 2026-08-29T21:07:11.443Z | Compiling p384 v0.13.1 |
| 1634 | 2026-08-29T21:07:11.493Z | Compiling darling v0.20.11 |
| 1635 | 2026-08-29T21:07:11.514Z | Compiling serde_with_macros v3.21.0 |
| 1636 | 2026-08-29T21:07:11.572Z | Compiling goblin v0.10.5 |
| 1637 | 2026-08-29T21:07:11.630Z | Compiling hyper-util v0.1.20 |
| 1638 | 2026-08-29T21:07:11.929Z | Compiling dtrace-parser v0.2.0 |
| 1639 | 2026-08-29T21:07:11.968Z | Compiling packed_struct_codegen v0.10.1 |
| 1640 | 2026-08-29T21:07:12.623Z | Compiling rand_xorshift v0.4.0 |
| 1641 | 2026-08-29T21:07:12.653Z | Compiling sha1 v0.10.6 |
| 1642 | 2026-08-29T21:07:12.795Z | Compiling bitfield-macros v0.19.4 |
| 1643 | 2026-08-29T21:07:12.874Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-08-29T21:07:13.012Z | Compiling zerocopy-derive v0.6.6 |
| 1645 | 2026-08-29T21:07:13.332Z | Compiling sync_wrapper v1.0.2 |
| 1646 | 2026-08-29T21:07:13.473Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-08-29T21:07:13.522Z | Compiling indexmap v1.9.3 |
| 1648 | 2026-08-29T21:07:13.559Z | Compiling unarray v0.1.4 |
| 1649 | 2026-08-29T21:07:13.671Z | Compiling nodrop v0.1.14 |
| 1650 | 2026-08-29T21:07:13.707Z | Compiling crc-catalog v2.4.0 |
| 1651 | 2026-08-29T21:07:13.765Z | Compiling unicode-segmentation v1.12.0 |
| 1652 | 2026-08-29T21:07:13.800Z | Compiling zlib-rs v0.6.2 |
| 1653 | 2026-08-29T21:07:13.827Z | Compiling siphasher v1.0.2 |
| 1654 | 2026-08-29T21:07:13.878Z | Compiling paste v1.0.15 |
| 1655 | 2026-08-29T21:07:14.012Z | Compiling usdt-impl v0.6.0 |
| 1656 | 2026-08-29T21:07:14.137Z | Compiling salty v0.3.0 |
| 1657 | 2026-08-29T21:07:14.198Z | Compiling zerocopy v0.6.6 |
| 1658 | 2026-08-29T21:07:14.233Z | Compiling crc v3.4.0 |
| 1659 | 2026-08-29T21:07:14.377Z | Compiling dof v0.4.0 |
| 1660 | 2026-08-29T21:07:14.423Z | Compiling array-init v0.0.4 |
| 1661 | 2026-08-29T21:07:14.540Z | Compiling proptest v1.11.0 |
| 1662 | 2026-08-29T21:07:14.617Z | Compiling strum v0.26.3 |
| 1663 | 2026-08-29T21:07:14.744Z | Compiling usdt-impl v0.5.0 |
| 1664 | 2026-08-29T21:07:14.762Z | Compiling bitfield v0.19.4 |
| 1665 | 2026-08-29T21:07:15.046Z | Compiling tower v0.5.3 |
| 1666 | 2026-08-29T21:07:15.522Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1667 | 2026-08-29T21:07:15.604Z | Compiling serde_with v3.21.0 |
| 1668 | 2026-08-29T21:07:15.774Z | Compiling smallvec v0.6.14 |
| 1669 | 2026-08-29T21:07:15.973Z | Compiling derive_builder_core v0.20.2 |
| 1670 | 2026-08-29T21:07:16.234Z | Compiling ciborium v0.2.2 |
| 1671 | 2026-08-29T21:07:16.762Z | Compiling flate2 v1.1.9 |
| 1672 | 2026-08-29T21:07:16.779Z | Compiling http-body-util v0.1.3 |
| 1673 | 2026-08-29T21:07:16.783Z | Compiling dtrace-parser v0.3.0 |
| 1674 | 2026-08-29T21:07:16.983Z | Compiling ipnetwork v0.21.1 |
| 1675 | 2026-08-29T21:07:17.021Z | Compiling enum-as-inner v0.6.1 |
| 1676 | 2026-08-29T21:07:17.152Z | Compiling structmeta-derive v0.3.0 |
| 1677 | 2026-08-29T21:07:17.344Z | Compiling heapless v0.7.17 |
| 1678 | 2026-08-29T21:07:17.365Z | Compiling thread-id v5.1.0 |
| 1679 | 2026-08-29T21:07:17.452Z | Compiling syn v3.0.3 |
| 1680 | 2026-08-29T21:07:17.509Z | Compiling cookie v0.18.1 |
| 1681 | 2026-08-29T21:07:17.512Z | Compiling zstd-safe v7.2.4 |
| 1682 | 2026-08-29T21:07:17.577Z | Compiling base64 v0.21.7 |
| 1683 | 2026-08-29T21:07:17.702Z | Compiling unicode-bidi v0.3.18 |
| 1684 | 2026-08-29T21:07:17.705Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 1685 | 2026-08-29T21:07:17.890Z | Compiling winnow v0.5.40 |
| 1686 | 2026-08-29T21:07:17.906Z | Compiling signal-hook v0.3.18 |
| 1687 | 2026-08-29T21:07:18.076Z | Compiling ryu v1.0.23 |
| 1688 | 2026-08-29T21:07:18.206Z | Compiling iri-string v0.7.10 |
| 1689 | 2026-08-29T21:07:18.231Z | Compiling rayon-core v1.13.0 |
| 1690 | 2026-08-29T21:07:18.256Z | Compiling data-encoding v2.10.0 |
| 1691 | 2026-08-29T21:07:18.466Z | Compiling hashbrown v0.12.3 |
| 1692 | 2026-08-29T21:07:18.945Z | Compiling unicode-properties v0.1.4 |
| 1693 | 2026-08-29T21:07:19.030Z | Compiling static_assertions v1.1.0 |
| 1694 | 2026-08-29T21:07:19.164Z | Compiling stringprep v0.1.5 |
| 1695 | 2026-08-29T21:07:19.357Z | Compiling toml_edit v0.19.15 |
| 1696 | 2026-08-29T21:07:19.472Z | Compiling tower-http v0.6.8 |
| 1697 | 2026-08-29T21:07:19.623Z | Compiling structmeta v0.3.0 |
| 1698 | 2026-08-29T21:07:19.764Z | Compiling serde_urlencoded v0.7.1 |
| 1699 | 2026-08-29T21:07:19.881Z | Compiling ron v0.8.1 |
| 1700 | 2026-08-29T21:07:20.022Z | Compiling oxnet v0.1.6 |
| 1701 | 2026-08-29T21:07:20.147Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1702 | 2026-08-29T21:07:20.450Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1703 | 2026-08-29T21:07:20.571Z | Compiling newtype-uuid v1.3.2 |
| 1704 | 2026-08-29T21:07:20.787Z | Compiling derive_builder_macro v0.20.2 |
| 1705 | 2026-08-29T21:07:20.895Z | Compiling daft-derive v0.1.8 |
| 1706 | 2026-08-29T21:07:20.910Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1707 | 2026-08-29T21:07:21.100Z | Compiling bzip2 v0.4.4 |
| 1708 | 2026-08-29T21:07:21.308Z | Compiling serde-hex v0.1.0 |
| 1709 | 2026-08-29T21:07:21.385Z | Compiling tokio-native-tls v0.3.1 |
| 1710 | 2026-08-29T21:07:21.563Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1711 | 2026-08-29T21:07:21.950Z | Compiling bstr v1.12.1 |
| 1712 | 2026-08-29T21:07:21.986Z | Compiling block-buffer v0.12.1 |
| 1713 | 2026-08-29T21:07:22.188Z | Compiling block-padding v0.4.2 |
| 1714 | 2026-08-29T21:07:22.205Z | Compiling crypto-common v0.2.2 |
| 1715 | 2026-08-29T21:07:22.240Z | Compiling crossbeam-epoch v0.9.18 |
| 1716 | 2026-08-29T21:07:22.355Z | Compiling rustls-native-certs v0.8.3 |
| 1717 | 2026-08-29T21:07:22.565Z | Compiling hashbrown v0.13.2 |
| 1718 | 2026-08-29T21:07:22.591Z | Compiling md-5 v0.10.6 |
| 1719 | 2026-08-29T21:07:22.643Z | Compiling futures-executor v0.3.32 |
| 1720 | 2026-08-29T21:07:22.754Z | Compiling serde-big-array v0.5.1 |
| 1721 | 2026-08-29T21:07:22.895Z | Compiling pin-project-internal v1.1.11 |
| 1722 | 2026-08-29T21:07:22.898Z | Compiling vergen-lib v9.1.0 |
| 1723 | 2026-08-29T21:07:23.011Z | Compiling hash32 v0.2.1 |
| 1724 | 2026-08-29T21:07:23.038Z | Compiling memoffset v0.9.1 |
| 1725 | 2026-08-29T21:07:23.090Z | Compiling thread_local v1.1.9 |
| 1726 | 2026-08-29T21:07:23.204Z | Compiling encoding_rs v0.8.35 |
| 1727 | 2026-08-29T21:07:23.232Z | Compiling litrs v1.0.0 |
| 1728 | 2026-08-29T21:07:23.348Z | Compiling smoltcp v0.9.1 |
| 1729 | 2026-08-29T21:07:23.683Z | Compiling psl-types v2.0.11 |
| 1730 | 2026-08-29T21:07:23.756Z | Compiling linked-hash-map v0.5.6 |
| 1731 | 2026-08-29T21:07:23.812Z | Compiling crc-any v2.5.0 |
| 1732 | 2026-08-29T21:07:23.952Z | Compiling slog-async v2.8.0 |
| 1733 | 2026-08-29T21:07:23.991Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 1734 | 2026-08-29T21:07:24.048Z | Compiling mime v0.3.17 |
| 1735 | 2026-08-29T21:07:24.063Z | Compiling ref-cast v1.0.25 |
| 1736 | 2026-08-29T21:07:24.171Z | Compiling cfg_aliases v0.2.1 |
| 1737 | 2026-08-29T21:07:24.214Z | Compiling fallible-iterator v0.2.0 |
| 1738 | 2026-08-29T21:07:24.248Z | Compiling rustix v0.38.44 |
| 1739 | 2026-08-29T21:07:24.307Z | Compiling nix v0.31.2 |
| 1740 | 2026-08-29T21:07:24.457Z | Compiling toml_edit v0.22.27 |
| 1741 | 2026-08-29T21:07:24.535Z | Compiling postgres-protocol v0.6.10 |
| 1742 | 2026-08-29T21:07:24.687Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1743 | 2026-08-29T21:07:24.704Z | Compiling pin-project v1.1.11 |
| 1744 | 2026-08-29T21:07:24.764Z | Compiling lru-cache v0.1.2 |
| 1745 | 2026-08-29T21:07:24.802Z | Compiling publicsuffix v2.3.0 |
| 1746 | 2026-08-29T21:07:24.908Z | Compiling document-features v0.2.12 |
| 1747 | 2026-08-29T21:07:25.120Z | Compiling object v0.30.4 |
| 1748 | 2026-08-29T21:07:25.451Z | Compiling futures v0.3.32 |
| 1749 | 2026-08-29T21:07:25.472Z | Compiling crossbeam-deque v0.8.6 |
| 1750 | 2026-08-29T21:07:25.540Z | Compiling inout v0.2.2 |
| 1751 | 2026-08-29T21:07:25.568Z | Compiling daft v0.1.8 |
| 1752 | 2026-08-29T21:07:25.568Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1753 | 2026-08-29T21:07:25.662Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1754 | 2026-08-29T21:07:25.707Z | Compiling hyper-tls v0.6.0 |
| 1755 | 2026-08-29T21:07:25.930Z | Compiling derive_builder v0.20.2 |
| 1756 | 2026-08-29T21:07:25.951Z | Compiling zip v0.6.6 |
| 1757 | 2026-08-29T21:07:26.043Z | Compiling toml v0.7.8 |
| 1758 | 2026-08-29T21:07:26.512Z | Compiling derive-ex v0.1.8 |
| 1759 | 2026-08-29T21:07:26.571Z | Compiling hickory-proto v0.24.4 |
| 1760 | 2026-08-29T21:07:26.635Z | Compiling usdt-macro v0.5.0 |
| 1761 | 2026-08-29T21:07:26.647Z | Compiling usdt-attr-macro v0.5.0 |
| 1762 | 2026-08-29T21:07:27.174Z | Compiling convert_case v0.10.0 |
| 1763 | 2026-08-29T21:07:27.363Z | Compiling phf_shared v0.13.1 |
| 1764 | 2026-08-29T21:07:27.428Z | Compiling regex v1.12.3 |
| 1765 | 2026-08-29T21:07:27.479Z | Compiling crossbeam-channel v0.5.15 |
| 1766 | 2026-08-29T21:07:27.607Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1767 | 2026-08-29T21:07:27.808Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1768 | 2026-08-29T21:07:27.855Z | Compiling snafu-derive v0.8.9 |
| 1769 | 2026-08-29T21:07:27.944Z | Compiling strum_macros v0.27.2 |
| 1770 | 2026-08-29T21:07:27.973Z | Compiling ref-cast-impl v1.0.25 |
| 1771 | 2026-08-29T21:07:28.119Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1772 | 2026-08-29T21:07:28.159Z | Compiling vergen v9.1.0 |
| 1773 | 2026-08-29T21:07:28.338Z | Compiling blake3 v1.8.5 |
| 1774 | 2026-08-29T21:07:28.541Z | Compiling cargo-platform v0.3.2 |
| 1775 | 2026-08-29T21:07:28.569Z | Compiling memmap v0.7.0 |
| 1776 | 2026-08-29T21:07:28.724Z | Compiling is-terminal v0.4.17 |
| 1777 | 2026-08-29T21:07:28.753Z | Compiling memmap2 v0.9.10 |
| 1778 | 2026-08-29T21:07:28.820Z | Compiling fs-err v3.3.0 |
| 1779 | 2026-08-29T21:07:28.834Z | Compiling bitflags v1.3.2 |
| 1780 | 2026-08-29T21:07:28.914Z | Compiling libbz2-rs-sys v0.2.2 |
| 1781 | 2026-08-29T21:07:28.971Z | Compiling corncobs v0.1.4 |
| 1782 | 2026-08-29T21:07:29.019Z | Compiling path-slash v0.1.5 |
| 1783 | 2026-08-29T21:07:29.146Z | Compiling resolv-conf v0.7.6 |
| 1784 | 2026-08-29T21:07:29.161Z | Compiling take_mut v0.2.2 |
| 1785 | 2026-08-29T21:07:29.275Z | Compiling term v1.2.1 |
| 1786 | 2026-08-29T21:07:29.498Z | Compiling cpufeatures v0.3.0 |
| 1787 | 2026-08-29T21:07:29.581Z | Compiling jiff-core v0.1.0 |
| 1788 | 2026-08-29T21:07:29.616Z | Compiling either v1.15.0 |
| 1789 | 2026-08-29T21:07:29.783Z | Compiling managed v0.8.0 |
| 1790 | 2026-08-29T21:07:29.811Z | Compiling same-file v1.0.6 |
| 1791 | 2026-08-29T21:07:29.830Z | Compiling bumpalo v3.20.2 |
| 1792 | 2026-08-29T21:07:29.861Z | Compiling foldhash v0.1.5 |
| 1793 | 2026-08-29T21:07:29.968Z | Compiling strum v0.27.2 |
| 1794 | 2026-08-29T21:07:30.002Z | Compiling hashbrown v0.15.5 |
| 1795 | 2026-08-29T21:07:30.029Z | Compiling walkdir v2.5.0 |
| 1796 | 2026-08-29T21:07:30.085Z | Compiling zopfli v0.8.3 |
| 1797 | 2026-08-29T21:07:30.099Z | Compiling snafu v0.8.9 |
| 1798 | 2026-08-29T21:07:30.339Z | Compiling jiff v0.2.34 |
| 1799 | 2026-08-29T21:07:30.453Z | Compiling slog-term v2.9.2 |
| 1800 | 2026-08-29T21:07:30.550Z | Compiling hickory-resolver v0.24.4 |
| 1801 | 2026-08-29T21:07:30.649Z | Compiling bzip2 v0.6.1 |
| 1802 | 2026-08-29T21:07:30.768Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1803 | 2026-08-29T21:07:30.851Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1804 | 2026-08-29T21:07:31.222Z | Compiling cargo_metadata v0.23.1 |
| 1805 | 2026-08-29T21:07:31.239Z | Compiling usdt v0.5.0 |
| 1806 | 2026-08-29T21:07:31.491Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1807 | 2026-08-29T21:07:31.652Z | Compiling test-strategy v0.4.5 |
| 1808 | 2026-08-29T21:07:31.714Z | Compiling phf v0.13.1 |
| 1809 | 2026-08-29T21:07:31.880Z | Compiling derive_more-impl v2.1.1 |
| 1810 | 2026-08-29T21:07:32.170Z | Compiling signal-hook-mio v0.2.5 |
| 1811 | 2026-08-29T21:07:32.293Z | Compiling cookie_store v0.22.1 |
| 1812 | 2026-08-29T21:07:32.943Z | Compiling zstd v0.13.3 |
| 1813 | 2026-08-29T21:07:33.026Z | Compiling reqwest v0.12.28 |
| 1814 | 2026-08-29T21:07:33.079Z | Compiling toml v0.8.23 |
| 1815 | 2026-08-29T21:07:33.113Z | Compiling cipher v0.5.2 |
| 1816 | 2026-08-29T21:07:33.560Z | Compiling postgres-types v0.2.12 |
| 1817 | 2026-08-29T21:07:33.876Z | Compiling globset v0.4.18 |
| 1818 | 2026-08-29T21:07:33.895Z | Compiling usdt-macro v0.6.0 |
| 1819 | 2026-08-29T21:07:33.925Z | Compiling usdt-attr-macro v0.6.0 |
| 1820 | 2026-08-29T21:07:33.945Z | Compiling phf_shared v0.11.3 |
| 1821 | 2026-08-29T21:07:34.126Z | Compiling olpc-cjson v0.1.4 |
| 1822 | 2026-08-29T21:07:34.140Z | Compiling tokio-stream v0.1.18 |
| 1823 | 2026-08-29T21:07:34.289Z | Compiling byte-wrapper v0.1.0 |
| 1824 | 2026-08-29T21:07:34.552Z | Compiling inout v0.1.4 |
| 1825 | 2026-08-29T21:07:34.601Z | Compiling secrecy v0.8.0 |
| 1826 | 2026-08-29T21:07:34.626Z | Compiling serde_plain v1.0.2 |
| 1827 | 2026-08-29T21:07:34.650Z | Compiling derive-where v1.6.0 |
| 1828 | 2026-08-29T21:07:34.717Z | Compiling serde_repr v0.1.20 |
| 1829 | 2026-08-29T21:07:34.734Z | Compiling async-recursion v1.1.1 |
| 1830 | 2026-08-29T21:07:34.748Z | Compiling pem v3.0.6 |
| 1831 | 2026-08-29T21:07:34.821Z | Compiling hashbrown v0.16.1 |
| 1832 | 2026-08-29T21:07:34.947Z | Compiling float-cmp v0.10.0 |
| 1833 | 2026-08-29T21:07:35.074Z | Compiling winnow v1.0.3 |
| 1834 | 2026-08-29T21:07:35.098Z | Compiling whoami v2.1.0 |
| 1835 | 2026-08-29T21:07:35.247Z | Compiling debug-ignore v1.0.5 |
| 1836 | 2026-08-29T21:07:35.356Z | Compiling fixedbitset v0.5.7 |
| 1837 | 2026-08-29T21:07:35.371Z | Compiling typed-path v0.9.3 |
| 1838 | 2026-08-29T21:07:35.419Z | Compiling difflib v0.4.0 |
| 1839 | 2026-08-29T21:07:35.475Z | Compiling constant_time_eq v0.4.2 |
| 1840 | 2026-08-29T21:07:35.659Z | Compiling const-oid v0.10.2 |
| 1841 | 2026-08-29T21:07:35.702Z | Compiling arrayvec v0.7.6 |
| 1842 | 2026-08-29T21:07:35.867Z | Compiling fixedbitset v0.4.2 |
| 1843 | 2026-08-29T21:07:35.906Z | Compiling arrayref v0.3.9 |
| 1844 | 2026-08-29T21:07:35.948Z | Compiling predicates-core v1.0.10 |
| 1845 | 2026-08-29T21:07:35.963Z | Compiling normalize-line-endings v0.3.0 |
| 1846 | 2026-08-29T21:07:35.979Z | Compiling new_debug_unreachable v1.0.6 |
| 1847 | 2026-08-29T21:07:36.052Z | Compiling precomputed-hash v0.1.1 |
| 1848 | 2026-08-29T21:07:36.067Z | Compiling predicates v3.1.4 |
| 1849 | 2026-08-29T21:07:36.082Z | Compiling petgraph v0.6.5 |
| 1850 | 2026-08-29T21:07:36.118Z | Compiling string_cache v0.8.9 |
| 1851 | 2026-08-29T21:07:36.148Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1852 | 2026-08-29T21:07:36.343Z | Compiling qorb v0.4.1 |
| 1853 | 2026-08-29T21:07:36.569Z | Compiling digest v0.11.3 |
| 1854 | 2026-08-29T21:07:36.645Z | Compiling petgraph v0.8.3 |
| 1855 | 2026-08-29T21:07:36.691Z | Compiling iddqd v0.4.2 |
| 1856 | 2026-08-29T21:07:36.762Z | Compiling tokio-postgres v0.7.16 |
| 1857 | 2026-08-29T21:07:36.789Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1858 | 2026-08-29T21:07:36.805Z | Compiling usdt v0.6.0 |
| 1859 | 2026-08-29T21:07:37.061Z | Compiling crossterm v0.28.1 |
| 1860 | 2026-08-29T21:07:37.544Z | Compiling cipher v0.4.4 |
| 1861 | 2026-08-29T21:07:37.799Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1862 | 2026-08-29T21:07:38.277Z | Compiling chacha20 v0.10.0 |
| 1863 | 2026-08-29T21:07:38.334Z | Compiling zip v4.6.1 |
| 1864 | 2026-08-29T21:07:38.647Z | Compiling derive_more v2.1.1 |
| 1865 | 2026-08-29T21:07:39.000Z | Compiling itertools v0.15.0 |
| 1866 | 2026-08-29T21:07:39.133Z | Compiling itertools v0.13.0 |
| 1867 | 2026-08-29T21:07:39.163Z | Compiling similar v2.7.0 |
| 1868 | 2026-08-29T21:07:39.305Z | Compiling hickory-proto v0.25.2 |
| 1869 | 2026-08-29T21:07:39.327Z | Compiling heck v0.4.1 |
| 1870 | 2026-08-29T21:07:39.551Z | Compiling buf-list v1.1.2 |
| 1871 | 2026-08-29T21:07:39.628Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1872 | 2026-08-29T21:07:39.682Z | Compiling openapiv3 v2.2.0 |
| 1873 | 2026-08-29T21:07:39.820Z | Compiling lalrpop-util v0.19.12 |
| 1874 | 2026-08-29T21:07:39.929Z | Compiling peg-runtime v0.8.5 |
| 1875 | 2026-08-29T21:07:40.009Z | Compiling filetime v0.2.27 |
| 1876 | 2026-08-29T21:07:40.024Z | Compiling xattr v1.6.1 |
| 1877 | 2026-08-29T21:07:40.182Z | Compiling tar v0.4.46 |
| 1878 | 2026-08-29T21:07:40.186Z | Compiling camino-tempfile v1.4.1 |
| 1879 | 2026-08-29T21:07:46.493Z | Compiling rustls-webpki v0.103.13 |
| 1880 | 2026-08-29T21:07:49.182Z | Compiling tokio-rustls v0.26.4 |
| 1881 | 2026-08-29T21:07:49.182Z | Compiling rustls-platform-verifier v0.6.2 |
| 1882 | 2026-08-29T21:07:49.182Z | Compiling tough v0.22.0 |
| 1883 | 2026-08-29T21:07:49.386Z | Compiling hyper-rustls v0.27.7 |
| 1884 | 2026-08-29T21:07:49.586Z | Compiling reqwest v0.13.2 |
| 1885 | 2026-08-29T21:07:51.821Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1886 | 2026-08-29T21:07:52.033Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1887 | 2026-08-29T21:07:54.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 1888 | 2026-08-29T21:07:54.997Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1889 | 2026-08-29T21:07:54.998Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1890 | 2026-08-29T21:07:55.123Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1891 | 2026-08-29T21:07:55.193Z | Aug 29 21:07:54.358 INFO Starting download, target: Cockroach |
| 1892 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Starting download, target: DendriteStub |
| 1893 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Starting download, target: MaghemiteMgd |
| 1894 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Starting download, target: Clickhouse |
| 1895 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Starting download, target: Console |
| 1896 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Starting download, target: MaghemiteDdmd |
| 1897 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Starting download, target: TransceiverControl |
| 1898 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1899 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1900 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1901 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1902 | 2026-08-29T21:07:55.241Z | Aug 29 21:07:54.358 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1903 | 2026-08-29T21:07:55.242Z | Aug 29 21:07:54.358 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1904 | 2026-08-29T21:07:55.242Z | Aug 29 21:07:54.358 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1905 | 2026-08-29T21:07:57.206Z | Aug 29 21:07:56.386 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1906 | 2026-08-29T21:07:57.459Z | Aug 29 21:07:56.624 INFO Download complete, target: Console |
| 1907 | 2026-08-29T21:07:57.473Z | Aug 29 21:07:56.647 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1908 | 2026-08-29T21:07:57.522Z | Aug 29 21:07:56.694 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1909 | 2026-08-29T21:07:57.734Z | Aug 29 21:07:56.905 INFO Download complete, target: TransceiverControl |
| 1910 | 2026-08-29T21:07:59.984Z | Aug 29 21:07:59.163 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1911 | 2026-08-29T21:08:00.008Z | Aug 29 21:07:59.188 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1912 | 2026-08-29T21:08:00.509Z | Aug 29 21:07:59.689 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1913 | 2026-08-29T21:08:00.659Z | Aug 29 21:07:59.842 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1914 | 2026-08-29T21:08:00.659Z | Aug 29 21:07:59.842 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1915 | 2026-08-29T21:08:01.881Z | Aug 29 21:08:01.064 INFO Download complete, target: MaghemiteDdmd |
| 1916 | 2026-08-29T21:08:02.512Z | Aug 29 21:08:01.695 INFO Download complete, target: DendriteStub |
| 1917 | 2026-08-29T21:08:03.047Z | Aug 29 21:08:02.230 INFO Download complete, target: MaghemiteMgd |
| 1918 | 2026-08-29T21:08:04.346Z | Aug 29 21:08:03.529 INFO Checking that binary works, target: Clickhouse |
| 1919 | 2026-08-29T21:08:04.452Z | Aug 29 21:08:03.635 INFO Download complete, target: Clickhouse |
| 1920 | 2026-08-29T21:08:05.401Z | Aug 29 21:08:04.583 INFO Checking that binary works, target: Cockroach |
| 1921 | 2026-08-29T21:08:05.512Z | Aug 29 21:08:04.695 INFO Download complete, target: Cockroach |
| 1922 | 2026-08-29T21:08:05.527Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1923 | 2026-08-29T21:08:05.531Z | |
| 1924 | 2026-08-29T21:08:05.532Z | real 2:26.613418377 |
| 1925 | 2026-08-29T21:08:05.532Z | user 7:52.071370869 |
| 1926 | 2026-08-29T21:08:05.532Z | sys 1:35.268184477 |
| 1927 | 2026-08-29T21:08:05.532Z | trap 0.261461628 |
| 1928 | 2026-08-29T21:08:05.532Z | tflt 0.563771281 |
| 1929 | 2026-08-29T21:08:05.532Z | dflt 0.920428233 |
| 1930 | 2026-08-29T21:08:05.532Z | kflt 0.026964715 |
| 1931 | 2026-08-29T21:08:05.532Z | lock 29:37.027346960 |
| 1932 | 2026-08-29T21:08:05.532Z | slp 23:58.259783557 |
| 1933 | 2026-08-29T21:08:05.532Z | lat 55.767686401 |
| 1934 | 2026-08-29T21:08:05.532Z | stop 2:57.792033518 |
| 1935 | 2026-08-29T21:08:05.532Z | + banner hack-check |
| 1936 | 2026-08-29T21:08:05.532Z | |
| 1937 | 2026-08-29T21:08:05.532Z | # # ## #### # # #### # # ###### #### # # |
| 1938 | 2026-08-29T21:08:05.532Z | # # # # # # # # # # # # # # # # # |
| 1939 | 2026-08-29T21:08:05.532Z | ###### # # # #### ##### # ###### ##### # #### |
| 1940 | 2026-08-29T21:08:05.532Z | # # ###### # # # # # # # # # # |
| 1941 | 2026-08-29T21:08:05.532Z | # # # # # # # # # # # # # # # # # |
| 1942 | 2026-08-29T21:08:05.532Z | # # # # #### # # #### # # ###### #### # # |
| 1943 | 2026-08-29T21:08:05.532Z | |
| 1944 | 2026-08-29T21:08:05.532Z | + export CARGO_INCREMENTAL=0 |
| 1945 | 2026-08-29T21:08:05.532Z | + CARGO_INCREMENTAL=0 |
| 1946 | 2026-08-29T21:08:05.532Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1947 | 2026-08-29T21:08:06.027Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1948 | 2026-08-29T21:08:06.314Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1949 | 2026-08-29T21:08:08.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1950 | 2026-08-29T21:08:08.174Z | Running `target/debug/xtask check-features --ci` |
| 1951 | 2026-08-29T21:08:08.201Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1952 | 2026-08-29T21:08:08.201Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1953 | 2026-08-29T21:08:08.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1954 | 2026-08-29T21:08:08.665Z | Running `target/debug/xtask download cargo-hack` |
| 1955 | 2026-08-29T21:08:09.489Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1956 | 2026-08-29T21:08:09.802Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1957 | 2026-08-29T21:08:12.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
| 1958 | 2026-08-29T21:08:12.407Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1959 | 2026-08-29T21:08:12.407Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1960 | 2026-08-29T21:08:12.572Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1961 | 2026-08-29T21:08:12.618Z | Aug 29 21:08:11.802 INFO Starting download, target: CargoHack |
| 1962 | 2026-08-29T21:08:12.622Z | Aug 29 21:08:11.802 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1963 | 2026-08-29T21:08:13.062Z | Aug 29 21:08:12.245 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1964 | 2026-08-29T21:08:13.110Z | Aug 29 21:08:12.293 INFO Download complete, target: CargoHack |
| 1965 | 2026-08-29T21:08:13.113Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1966 | 2026-08-29T21:08:13.127Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1967 | 2026-08-29T21:08:13.288Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1968 | 2026-08-29T21:08:13.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1969 | 2026-08-29T21:08:13.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1970 | 2026-08-29T21:08:13.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1971 | 2026-08-29T21:08:13.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1972 | 2026-08-29T21:08:13.872Z | |
| 1973 | 2026-08-29T21:08:13.872Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1974 | 2026-08-29T21:08:14.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1975 | 2026-08-29T21:08:14.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1976 | 2026-08-29T21:08:14.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1977 | 2026-08-29T21:08:14.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1978 | 2026-08-29T21:08:14.461Z | |
| 1979 | 2026-08-29T21:08:14.461Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1980 | 2026-08-29T21:08:14.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1981 | 2026-08-29T21:08:14.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1982 | 2026-08-29T21:08:14.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1983 | 2026-08-29T21:08:14.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1984 | 2026-08-29T21:08:15.043Z | |
| 1985 | 2026-08-29T21:08:15.043Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1986 | 2026-08-29T21:08:15.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1987 | 2026-08-29T21:08:15.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1988 | 2026-08-29T21:08:15.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1989 | 2026-08-29T21:08:15.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1990 | 2026-08-29T21:08:15.626Z | |
| 1991 | 2026-08-29T21:08:15.626Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1992 | 2026-08-29T21:08:16.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1993 | 2026-08-29T21:08:16.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1994 | 2026-08-29T21:08:16.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1995 | 2026-08-29T21:08:16.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1996 | 2026-08-29T21:08:16.211Z | |
| 1997 | 2026-08-29T21:08:16.211Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1998 | 2026-08-29T21:08:16.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1999 | 2026-08-29T21:08:16.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2000 | 2026-08-29T21:08:16.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2001 | 2026-08-29T21:08:16.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2002 | 2026-08-29T21:08:16.806Z | |
| 2003 | 2026-08-29T21:08:16.806Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 2004 | 2026-08-29T21:08:17.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2005 | 2026-08-29T21:08:17.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2006 | 2026-08-29T21:08:17.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2007 | 2026-08-29T21:08:17.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2008 | 2026-08-29T21:08:17.397Z | |
| 2009 | 2026-08-29T21:08:17.398Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 2010 | 2026-08-29T21:08:17.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2011 | 2026-08-29T21:08:17.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2012 | 2026-08-29T21:08:17.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2013 | 2026-08-29T21:08:17.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2014 | 2026-08-29T21:08:17.996Z | |
| 2015 | 2026-08-29T21:08:17.996Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/377) |
| 2016 | 2026-08-29T21:08:18.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2017 | 2026-08-29T21:08:18.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2018 | 2026-08-29T21:08:18.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2019 | 2026-08-29T21:08:18.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2020 | 2026-08-29T21:08:18.428Z | |
| 2021 | 2026-08-29T21:08:18.428Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/377) |
| 2022 | 2026-08-29T21:08:18.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2023 | 2026-08-29T21:08:18.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2024 | 2026-08-29T21:08:18.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2025 | 2026-08-29T21:08:18.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2026 | 2026-08-29T21:08:18.860Z | |
| 2027 | 2026-08-29T21:08:18.860Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/377) |
| 2028 | 2026-08-29T21:08:19.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2029 | 2026-08-29T21:08:19.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2030 | 2026-08-29T21:08:19.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2031 | 2026-08-29T21:08:19.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2032 | 2026-08-29T21:08:19.288Z | |
| 2033 | 2026-08-29T21:08:19.288Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/377) |
| 2034 | 2026-08-29T21:08:19.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2035 | 2026-08-29T21:08:19.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2036 | 2026-08-29T21:08:19.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2037 | 2026-08-29T21:08:19.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2038 | 2026-08-29T21:08:19.718Z | |
| 2039 | 2026-08-29T21:08:19.718Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/377) |
| 2040 | 2026-08-29T21:08:20.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2041 | 2026-08-29T21:08:20.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2042 | 2026-08-29T21:08:20.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2043 | 2026-08-29T21:08:20.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2044 | 2026-08-29T21:08:20.144Z | |
| 2045 | 2026-08-29T21:08:20.144Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/377) |
| 2046 | 2026-08-29T21:08:20.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2047 | 2026-08-29T21:08:20.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2048 | 2026-08-29T21:08:20.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2049 | 2026-08-29T21:08:20.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2050 | 2026-08-29T21:08:20.569Z | |
| 2051 | 2026-08-29T21:08:20.569Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/377) |
| 2052 | 2026-08-29T21:08:20.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2053 | 2026-08-29T21:08:20.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2054 | 2026-08-29T21:08:20.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2055 | 2026-08-29T21:08:20.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2056 | 2026-08-29T21:08:20.994Z | |
| 2057 | 2026-08-29T21:08:20.994Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/377) |
| 2058 | 2026-08-29T21:08:21.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2059 | 2026-08-29T21:08:21.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2060 | 2026-08-29T21:08:21.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2061 | 2026-08-29T21:08:21.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2062 | 2026-08-29T21:08:21.423Z | |
| 2063 | 2026-08-29T21:08:21.423Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/377) |
| 2064 | 2026-08-29T21:08:21.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2065 | 2026-08-29T21:08:21.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2066 | 2026-08-29T21:08:21.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2067 | 2026-08-29T21:08:21.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2068 | 2026-08-29T21:08:21.855Z | |
| 2069 | 2026-08-29T21:08:21.855Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/377) |
| 2070 | 2026-08-29T21:08:22.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2071 | 2026-08-29T21:08:22.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2072 | 2026-08-29T21:08:22.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2073 | 2026-08-29T21:08:22.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2074 | 2026-08-29T21:08:22.288Z | |
| 2075 | 2026-08-29T21:08:22.288Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/377) |
| 2076 | 2026-08-29T21:08:22.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2077 | 2026-08-29T21:08:22.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2078 | 2026-08-29T21:08:22.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2079 | 2026-08-29T21:08:22.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 2080 | 2026-08-29T21:08:22.723Z | |
| 2081 | 2026-08-29T21:08:22.723Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/377) |
| 2082 | 2026-08-29T21:08:23.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2083 | 2026-08-29T21:08:23.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2084 | 2026-08-29T21:08:23.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2085 | 2026-08-29T21:08:23.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2086 | 2026-08-29T21:08:23.156Z | |
| 2087 | 2026-08-29T21:08:23.156Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/377) |
| 2088 | 2026-08-29T21:08:23.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2089 | 2026-08-29T21:08:23.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2090 | 2026-08-29T21:08:23.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2091 | 2026-08-29T21:08:23.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2092 | 2026-08-29T21:08:23.585Z | |
| 2093 | 2026-08-29T21:08:23.585Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/377) |
| 2094 | 2026-08-29T21:08:23.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2095 | 2026-08-29T21:08:23.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2096 | 2026-08-29T21:08:23.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2097 | 2026-08-29T21:08:23.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2098 | 2026-08-29T21:08:24.016Z | |
| 2099 | 2026-08-29T21:08:24.017Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/377) |
| 2100 | 2026-08-29T21:08:24.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2101 | 2026-08-29T21:08:24.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2102 | 2026-08-29T21:08:24.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2103 | 2026-08-29T21:08:24.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2104 | 2026-08-29T21:08:24.443Z | |
| 2105 | 2026-08-29T21:08:24.443Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/377) |
| 2106 | 2026-08-29T21:08:24.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2107 | 2026-08-29T21:08:24.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2108 | 2026-08-29T21:08:24.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2109 | 2026-08-29T21:08:24.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2110 | 2026-08-29T21:08:24.872Z | |
| 2111 | 2026-08-29T21:08:24.872Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/377) |
| 2112 | 2026-08-29T21:08:25.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2113 | 2026-08-29T21:08:25.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2114 | 2026-08-29T21:08:25.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2115 | 2026-08-29T21:08:25.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2116 | 2026-08-29T21:08:25.302Z | |
| 2117 | 2026-08-29T21:08:25.302Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/377) |
| 2118 | 2026-08-29T21:08:25.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2119 | 2026-08-29T21:08:25.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2120 | 2026-08-29T21:08:25.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2121 | 2026-08-29T21:08:25.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2122 | 2026-08-29T21:08:25.726Z | |
| 2123 | 2026-08-29T21:08:25.726Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/377) |
| 2124 | 2026-08-29T21:08:26.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2125 | 2026-08-29T21:08:26.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2126 | 2026-08-29T21:08:26.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2127 | 2026-08-29T21:08:26.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2128 | 2026-08-29T21:08:26.149Z | |
| 2129 | 2026-08-29T21:08:26.149Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/377) |
| 2130 | 2026-08-29T21:08:26.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2131 | 2026-08-29T21:08:26.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2132 | 2026-08-29T21:08:26.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2133 | 2026-08-29T21:08:26.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2134 | 2026-08-29T21:08:26.574Z | |
| 2135 | 2026-08-29T21:08:26.574Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/377) |
| 2136 | 2026-08-29T21:08:26.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2026-08-29T21:08:26.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2026-08-29T21:08:26.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2026-08-29T21:08:26.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2140 | 2026-08-29T21:08:26.999Z | |
| 2141 | 2026-08-29T21:08:26.999Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/377) |
| 2142 | 2026-08-29T21:08:27.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2026-08-29T21:08:27.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2026-08-29T21:08:27.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2026-08-29T21:08:27.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2146 | 2026-08-29T21:08:27.421Z | |
| 2147 | 2026-08-29T21:08:27.421Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/377) |
| 2148 | 2026-08-29T21:08:27.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2026-08-29T21:08:27.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2026-08-29T21:08:27.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2026-08-29T21:08:27.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2152 | 2026-08-29T21:08:27.846Z | |
| 2153 | 2026-08-29T21:08:27.846Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/377) |
| 2154 | 2026-08-29T21:08:28.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2026-08-29T21:08:28.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2026-08-29T21:08:28.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2026-08-29T21:08:28.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2158 | 2026-08-29T21:08:28.273Z | |
| 2159 | 2026-08-29T21:08:28.273Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/377) |
| 2160 | 2026-08-29T21:08:28.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2026-08-29T21:08:28.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2026-08-29T21:08:28.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2163 | 2026-08-29T21:08:28.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2164 | 2026-08-29T21:08:28.699Z | |
| 2165 | 2026-08-29T21:08:28.699Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/377) |
| 2166 | 2026-08-29T21:08:29.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2167 | 2026-08-29T21:08:29.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2168 | 2026-08-29T21:08:29.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2169 | 2026-08-29T21:08:29.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2170 | 2026-08-29T21:08:29.125Z | |
| 2171 | 2026-08-29T21:08:29.125Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/377) |
| 2172 | 2026-08-29T21:08:29.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2173 | 2026-08-29T21:08:29.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2174 | 2026-08-29T21:08:29.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2175 | 2026-08-29T21:08:29.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2176 | 2026-08-29T21:08:29.554Z | |
| 2177 | 2026-08-29T21:08:29.554Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/377) |
| 2178 | 2026-08-29T21:08:29.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2179 | 2026-08-29T21:08:29.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2180 | 2026-08-29T21:08:29.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2181 | 2026-08-29T21:08:29.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2182 | 2026-08-29T21:08:29.983Z | |
| 2183 | 2026-08-29T21:08:29.983Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/377) |
| 2184 | 2026-08-29T21:08:30.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2185 | 2026-08-29T21:08:30.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2186 | 2026-08-29T21:08:30.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2187 | 2026-08-29T21:08:30.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2188 | 2026-08-29T21:08:30.414Z | |
| 2189 | 2026-08-29T21:08:30.414Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/377) |
| 2190 | 2026-08-29T21:08:30.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2191 | 2026-08-29T21:08:30.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2192 | 2026-08-29T21:08:30.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2193 | 2026-08-29T21:08:30.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2194 | 2026-08-29T21:08:30.846Z | |
| 2195 | 2026-08-29T21:08:30.846Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/377) |
| 2196 | 2026-08-29T21:08:31.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2197 | 2026-08-29T21:08:31.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2198 | 2026-08-29T21:08:31.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2199 | 2026-08-29T21:08:31.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2200 | 2026-08-29T21:08:31.276Z | |
| 2201 | 2026-08-29T21:08:31.276Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/377) |
| 2202 | 2026-08-29T21:08:31.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2203 | 2026-08-29T21:08:31.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2204 | 2026-08-29T21:08:31.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2205 | 2026-08-29T21:08:31.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2206 | 2026-08-29T21:08:31.704Z | |
| 2207 | 2026-08-29T21:08:31.704Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/377) |
| 2208 | 2026-08-29T21:08:32.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2209 | 2026-08-29T21:08:32.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2210 | 2026-08-29T21:08:32.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2211 | 2026-08-29T21:08:32.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2212 | 2026-08-29T21:08:32.131Z | |
| 2213 | 2026-08-29T21:08:32.131Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/377) |
| 2214 | 2026-08-29T21:08:32.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2215 | 2026-08-29T21:08:32.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2216 | 2026-08-29T21:08:32.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2217 | 2026-08-29T21:08:32.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2218 | 2026-08-29T21:08:32.557Z | |
| 2219 | 2026-08-29T21:08:32.557Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/377) |
| 2220 | 2026-08-29T21:08:32.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2026-08-29T21:08:32.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2026-08-29T21:08:32.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2223 | 2026-08-29T21:08:32.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2224 | 2026-08-29T21:08:32.985Z | |
| 2225 | 2026-08-29T21:08:32.985Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/377) |
| 2226 | 2026-08-29T21:08:33.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2026-08-29T21:08:33.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2026-08-29T21:08:33.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2026-08-29T21:08:33.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2230 | 2026-08-29T21:08:33.414Z | |
| 2231 | 2026-08-29T21:08:33.414Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/377) |
| 2232 | 2026-08-29T21:08:33.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2026-08-29T21:08:33.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2026-08-29T21:08:33.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2026-08-29T21:08:33.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2236 | 2026-08-29T21:08:33.841Z | |
| 2237 | 2026-08-29T21:08:33.841Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/377) |
| 2238 | 2026-08-29T21:08:34.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2026-08-29T21:08:34.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2026-08-29T21:08:34.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2026-08-29T21:08:34.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2242 | 2026-08-29T21:08:34.268Z | |
| 2243 | 2026-08-29T21:08:34.268Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/377) |
| 2244 | 2026-08-29T21:08:34.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2026-08-29T21:08:34.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2026-08-29T21:08:34.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2247 | 2026-08-29T21:08:34.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2248 | 2026-08-29T21:08:34.694Z | |
| 2249 | 2026-08-29T21:08:34.694Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/377) |
| 2250 | 2026-08-29T21:08:35.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2251 | 2026-08-29T21:08:35.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2252 | 2026-08-29T21:08:35.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2253 | 2026-08-29T21:08:35.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2254 | 2026-08-29T21:08:35.120Z | |
| 2255 | 2026-08-29T21:08:35.120Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/377) |
| 2256 | 2026-08-29T21:08:35.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2257 | 2026-08-29T21:08:35.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2258 | 2026-08-29T21:08:35.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2259 | 2026-08-29T21:08:35.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2260 | 2026-08-29T21:08:35.547Z | |
| 2261 | 2026-08-29T21:08:35.548Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/377) |
| 2262 | 2026-08-29T21:08:35.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2263 | 2026-08-29T21:08:35.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2264 | 2026-08-29T21:08:35.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2265 | 2026-08-29T21:08:35.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2266 | 2026-08-29T21:08:35.976Z | |
| 2267 | 2026-08-29T21:08:35.976Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/377) |
| 2268 | 2026-08-29T21:08:36.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2269 | 2026-08-29T21:08:36.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2270 | 2026-08-29T21:08:36.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2271 | 2026-08-29T21:08:36.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2272 | 2026-08-29T21:08:36.404Z | |
| 2273 | 2026-08-29T21:08:36.404Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/377) |
| 2274 | 2026-08-29T21:08:36.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2275 | 2026-08-29T21:08:36.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2276 | 2026-08-29T21:08:36.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2277 | 2026-08-29T21:08:36.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2278 | 2026-08-29T21:08:36.829Z | |
| 2279 | 2026-08-29T21:08:36.829Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/377) |
| 2280 | 2026-08-29T21:08:37.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2281 | 2026-08-29T21:08:37.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2282 | 2026-08-29T21:08:37.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2283 | 2026-08-29T21:08:37.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2284 | 2026-08-29T21:08:37.253Z | |
| 2285 | 2026-08-29T21:08:37.253Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/377) |
| 2286 | 2026-08-29T21:08:37.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2287 | 2026-08-29T21:08:37.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2288 | 2026-08-29T21:08:37.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2289 | 2026-08-29T21:08:37.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2290 | 2026-08-29T21:08:37.679Z | |
| 2291 | 2026-08-29T21:08:37.679Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/377) |
| 2292 | 2026-08-29T21:08:38.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2293 | 2026-08-29T21:08:38.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2294 | 2026-08-29T21:08:38.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2295 | 2026-08-29T21:08:38.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2296 | 2026-08-29T21:08:38.104Z | |
| 2297 | 2026-08-29T21:08:38.104Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/377) |
| 2298 | 2026-08-29T21:08:38.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2299 | 2026-08-29T21:08:38.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2300 | 2026-08-29T21:08:38.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2301 | 2026-08-29T21:08:38.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2302 | 2026-08-29T21:08:38.527Z | |
| 2303 | 2026-08-29T21:08:38.527Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/377) |
| 2304 | 2026-08-29T21:08:38.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2305 | 2026-08-29T21:08:38.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2306 | 2026-08-29T21:08:38.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2307 | 2026-08-29T21:08:38.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2308 | 2026-08-29T21:08:38.956Z | |
| 2309 | 2026-08-29T21:08:38.956Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/377) |
| 2310 | 2026-08-29T21:08:39.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2311 | 2026-08-29T21:08:39.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2312 | 2026-08-29T21:08:39.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2313 | 2026-08-29T21:08:39.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2314 | 2026-08-29T21:08:39.385Z | |
| 2315 | 2026-08-29T21:08:39.385Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/377) |
| 2316 | 2026-08-29T21:08:39.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2317 | 2026-08-29T21:08:39.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2318 | 2026-08-29T21:08:39.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2319 | 2026-08-29T21:08:39.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2320 | 2026-08-29T21:08:39.810Z | |
| 2321 | 2026-08-29T21:08:39.810Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/377) |
| 2322 | 2026-08-29T21:08:40.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2323 | 2026-08-29T21:08:40.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2324 | 2026-08-29T21:08:40.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2325 | 2026-08-29T21:08:40.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2326 | 2026-08-29T21:08:40.241Z | |
| 2327 | 2026-08-29T21:08:40.241Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/377) |
| 2328 | 2026-08-29T21:08:40.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2329 | 2026-08-29T21:08:40.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2330 | 2026-08-29T21:08:40.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2331 | 2026-08-29T21:08:40.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2332 | 2026-08-29T21:08:40.667Z | |
| 2333 | 2026-08-29T21:08:40.668Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/377) |
| 2334 | 2026-08-29T21:08:41.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2335 | 2026-08-29T21:08:41.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2336 | 2026-08-29T21:08:41.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2337 | 2026-08-29T21:08:41.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2338 | 2026-08-29T21:08:41.096Z | |
| 2339 | 2026-08-29T21:08:41.096Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/377) |
| 2340 | 2026-08-29T21:08:41.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2341 | 2026-08-29T21:08:41.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2342 | 2026-08-29T21:08:41.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2343 | 2026-08-29T21:08:41.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2344 | 2026-08-29T21:08:41.522Z | |
| 2345 | 2026-08-29T21:08:41.522Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/377) |
| 2346 | 2026-08-29T21:08:41.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2347 | 2026-08-29T21:08:41.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2348 | 2026-08-29T21:08:41.903Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2349 | 2026-08-29T21:08:41.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2350 | 2026-08-29T21:08:41.952Z | |
| 2351 | 2026-08-29T21:08:41.952Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/377) |
| 2352 | 2026-08-29T21:08:42.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2353 | 2026-08-29T21:08:42.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2354 | 2026-08-29T21:08:42.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2355 | 2026-08-29T21:08:42.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2356 | 2026-08-29T21:08:42.381Z | |
| 2357 | 2026-08-29T21:08:42.381Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/377) |
| 2358 | 2026-08-29T21:08:42.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2359 | 2026-08-29T21:08:42.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2360 | 2026-08-29T21:08:42.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2361 | 2026-08-29T21:08:42.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2362 | 2026-08-29T21:08:42.807Z | |
| 2363 | 2026-08-29T21:08:42.807Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/377) |
| 2364 | 2026-08-29T21:08:43.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2365 | 2026-08-29T21:08:43.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2366 | 2026-08-29T21:08:43.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2367 | 2026-08-29T21:08:43.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2368 | 2026-08-29T21:08:43.236Z | |
| 2369 | 2026-08-29T21:08:43.236Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/377) |
| 2370 | 2026-08-29T21:08:43.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2371 | 2026-08-29T21:08:43.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2372 | 2026-08-29T21:08:43.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2373 | 2026-08-29T21:08:43.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2374 | 2026-08-29T21:08:43.665Z | |
| 2375 | 2026-08-29T21:08:43.665Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/377) |
| 2376 | 2026-08-29T21:08:44.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2377 | 2026-08-29T21:08:44.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2378 | 2026-08-29T21:08:44.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2379 | 2026-08-29T21:08:44.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2380 | 2026-08-29T21:08:44.094Z | |
| 2381 | 2026-08-29T21:08:44.094Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/377) |
| 2382 | 2026-08-29T21:08:44.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2383 | 2026-08-29T21:08:44.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2384 | 2026-08-29T21:08:44.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2385 | 2026-08-29T21:08:44.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2386 | 2026-08-29T21:08:44.519Z | |
| 2387 | 2026-08-29T21:08:44.519Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/377) |
| 2388 | 2026-08-29T21:08:44.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2389 | 2026-08-29T21:08:44.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2390 | 2026-08-29T21:08:44.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2391 | 2026-08-29T21:08:44.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2392 | 2026-08-29T21:08:44.946Z | |
| 2393 | 2026-08-29T21:08:44.946Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/377) |
| 2394 | 2026-08-29T21:08:45.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2395 | 2026-08-29T21:08:45.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2396 | 2026-08-29T21:08:45.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2397 | 2026-08-29T21:08:45.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2398 | 2026-08-29T21:08:45.372Z | |
| 2399 | 2026-08-29T21:08:45.372Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/377) |
| 2400 | 2026-08-29T21:08:45.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2401 | 2026-08-29T21:08:45.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2402 | 2026-08-29T21:08:45.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2403 | 2026-08-29T21:08:45.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2404 | 2026-08-29T21:08:45.798Z | |
| 2405 | 2026-08-29T21:08:45.798Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/377) |
| 2406 | 2026-08-29T21:08:46.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2407 | 2026-08-29T21:08:46.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2408 | 2026-08-29T21:08:46.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2409 | 2026-08-29T21:08:46.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2410 | 2026-08-29T21:08:46.224Z | |
| 2411 | 2026-08-29T21:08:46.224Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/377) |
| 2412 | 2026-08-29T21:08:46.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2413 | 2026-08-29T21:08:46.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2414 | 2026-08-29T21:08:46.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2415 | 2026-08-29T21:08:46.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2416 | 2026-08-29T21:08:46.650Z | |
| 2417 | 2026-08-29T21:08:46.650Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/377) |
| 2418 | 2026-08-29T21:08:47.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2419 | 2026-08-29T21:08:47.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2420 | 2026-08-29T21:08:47.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2421 | 2026-08-29T21:08:47.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2422 | 2026-08-29T21:08:47.077Z | |
| 2423 | 2026-08-29T21:08:47.077Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/377) |
| 2424 | 2026-08-29T21:08:47.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2425 | 2026-08-29T21:08:47.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2426 | 2026-08-29T21:08:47.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2427 | 2026-08-29T21:08:47.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2428 | 2026-08-29T21:08:47.504Z | |
| 2429 | 2026-08-29T21:08:47.504Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/377) |
| 2430 | 2026-08-29T21:08:47.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2431 | 2026-08-29T21:08:47.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2432 | 2026-08-29T21:08:47.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2433 | 2026-08-29T21:08:47.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2434 | 2026-08-29T21:08:47.933Z | |
| 2435 | 2026-08-29T21:08:47.933Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/377) |
| 2436 | 2026-08-29T21:08:48.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2437 | 2026-08-29T21:08:48.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2438 | 2026-08-29T21:08:48.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2439 | 2026-08-29T21:08:48.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2440 | 2026-08-29T21:08:48.362Z | |
| 2441 | 2026-08-29T21:08:48.362Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/377) |
| 2442 | 2026-08-29T21:08:48.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2443 | 2026-08-29T21:08:48.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2444 | 2026-08-29T21:08:48.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2445 | 2026-08-29T21:08:48.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2446 | 2026-08-29T21:08:48.794Z | |
| 2447 | 2026-08-29T21:08:48.794Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/377) |
| 2448 | 2026-08-29T21:08:49.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2449 | 2026-08-29T21:08:49.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2450 | 2026-08-29T21:08:49.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2451 | 2026-08-29T21:08:49.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2452 | 2026-08-29T21:08:49.226Z | |
| 2453 | 2026-08-29T21:08:49.226Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/377) |
| 2454 | 2026-08-29T21:08:49.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2455 | 2026-08-29T21:08:49.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2456 | 2026-08-29T21:08:49.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2457 | 2026-08-29T21:08:49.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2458 | 2026-08-29T21:08:49.654Z | |
| 2459 | 2026-08-29T21:08:49.654Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/377) |
| 2460 | 2026-08-29T21:08:50.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2461 | 2026-08-29T21:08:50.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2462 | 2026-08-29T21:08:50.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2463 | 2026-08-29T21:08:50.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2464 | 2026-08-29T21:08:50.084Z | |
| 2465 | 2026-08-29T21:08:50.084Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/377) |
| 2466 | 2026-08-29T21:08:50.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2467 | 2026-08-29T21:08:50.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2468 | 2026-08-29T21:08:50.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2469 | 2026-08-29T21:08:50.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2470 | 2026-08-29T21:08:50.513Z | |
| 2471 | 2026-08-29T21:08:50.513Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/377) |
| 2472 | 2026-08-29T21:08:50.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2473 | 2026-08-29T21:08:50.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2474 | 2026-08-29T21:08:50.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2475 | 2026-08-29T21:08:50.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2476 | 2026-08-29T21:08:50.941Z | |
| 2477 | 2026-08-29T21:08:50.941Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/377) |
| 2478 | 2026-08-29T21:08:51.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2479 | 2026-08-29T21:08:51.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2480 | 2026-08-29T21:08:51.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2481 | 2026-08-29T21:08:51.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2482 | 2026-08-29T21:08:51.369Z | |
| 2483 | 2026-08-29T21:08:51.369Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/377) |
| 2484 | 2026-08-29T21:08:51.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2485 | 2026-08-29T21:08:51.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2486 | 2026-08-29T21:08:51.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2487 | 2026-08-29T21:08:51.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2488 | 2026-08-29T21:08:51.799Z | |
| 2489 | 2026-08-29T21:08:51.799Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/377) |
| 2490 | 2026-08-29T21:08:52.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2491 | 2026-08-29T21:08:52.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2492 | 2026-08-29T21:08:52.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2493 | 2026-08-29T21:08:52.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2494 | 2026-08-29T21:08:52.228Z | |
| 2495 | 2026-08-29T21:08:52.228Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/377) |
| 2496 | 2026-08-29T21:08:52.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2497 | 2026-08-29T21:08:52.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2498 | 2026-08-29T21:08:52.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2499 | 2026-08-29T21:08:52.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2500 | 2026-08-29T21:08:52.851Z | |
| 2501 | 2026-08-29T21:08:52.851Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/377) |
| 2502 | 2026-08-29T21:08:53.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2503 | 2026-08-29T21:08:53.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2504 | 2026-08-29T21:08:53.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2505 | 2026-08-29T21:08:53.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2506 | 2026-08-29T21:08:53.482Z | |
| 2507 | 2026-08-29T21:08:53.482Z | info: running `cargo check --bins` on nexus-config (91/377) |
| 2508 | 2026-08-29T21:08:54.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2509 | 2026-08-29T21:08:54.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2510 | 2026-08-29T21:08:54.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2511 | 2026-08-29T21:08:54.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2512 | 2026-08-29T21:08:54.104Z | |
| 2513 | 2026-08-29T21:08:54.105Z | info: running `cargo check --bins` on nexus-types (92/377) |
| 2514 | 2026-08-29T21:08:54.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2515 | 2026-08-29T21:08:54.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2516 | 2026-08-29T21:08:54.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2517 | 2026-08-29T21:08:54.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2518 | 2026-08-29T21:08:54.728Z | |
| 2519 | 2026-08-29T21:08:54.728Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/377) |
| 2520 | 2026-08-29T21:08:55.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2521 | 2026-08-29T21:08:55.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2522 | 2026-08-29T21:08:55.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2523 | 2026-08-29T21:08:55.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2524 | 2026-08-29T21:08:55.329Z | |
| 2525 | 2026-08-29T21:08:55.329Z | info: running `cargo check --bins` on omicron-passwords (94/377) |
| 2526 | 2026-08-29T21:08:55.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2527 | 2026-08-29T21:08:55.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2528 | 2026-08-29T21:08:55.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2529 | 2026-08-29T21:08:55.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2530 | 2026-08-29T21:08:55.913Z | |
| 2531 | 2026-08-29T21:08:55.913Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/377) |
| 2532 | 2026-08-29T21:08:56.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2533 | 2026-08-29T21:08:56.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2534 | 2026-08-29T21:08:56.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2535 | 2026-08-29T21:08:56.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2536 | 2026-08-29T21:08:56.513Z | |
| 2537 | 2026-08-29T21:08:56.513Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/377) |
| 2538 | 2026-08-29T21:08:57.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2539 | 2026-08-29T21:08:57.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2540 | 2026-08-29T21:08:57.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2541 | 2026-08-29T21:08:57.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2542 | 2026-08-29T21:08:57.113Z | |
| 2543 | 2026-08-29T21:08:57.113Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/377) |
| 2544 | 2026-08-29T21:08:57.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2545 | 2026-08-29T21:08:57.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2546 | 2026-08-29T21:08:57.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2547 | 2026-08-29T21:08:57.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2548 | 2026-08-29T21:08:57.708Z | |
| 2549 | 2026-08-29T21:08:57.708Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/377) |
| 2550 | 2026-08-29T21:08:58.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2551 | 2026-08-29T21:08:58.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2552 | 2026-08-29T21:08:58.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2553 | 2026-08-29T21:08:58.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2554 | 2026-08-29T21:08:58.308Z | |
| 2555 | 2026-08-29T21:08:58.308Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/377) |
| 2556 | 2026-08-29T21:08:58.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2557 | 2026-08-29T21:08:58.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2558 | 2026-08-29T21:08:58.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2559 | 2026-08-29T21:08:58.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2560 | 2026-08-29T21:08:58.894Z | |
| 2561 | 2026-08-29T21:08:58.894Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/377) |
| 2562 | 2026-08-29T21:08:59.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2563 | 2026-08-29T21:08:59.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2564 | 2026-08-29T21:08:59.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2565 | 2026-08-29T21:08:59.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2566 | 2026-08-29T21:08:59.481Z | |
| 2567 | 2026-08-29T21:08:59.482Z | info: running `cargo check --bins --no-default-features` on gfss (101/377) |
| 2568 | 2026-08-29T21:08:59.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2569 | 2026-08-29T21:08:59.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2570 | 2026-08-29T21:08:59.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2571 | 2026-08-29T21:08:59.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2572 | 2026-08-29T21:09:00.068Z | |
| 2573 | 2026-08-29T21:09:00.068Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/377) |
| 2574 | 2026-08-29T21:09:00.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2575 | 2026-08-29T21:09:00.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2576 | 2026-08-29T21:09:00.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2577 | 2026-08-29T21:09:00.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2578 | 2026-08-29T21:09:00.649Z | |
| 2579 | 2026-08-29T21:09:00.649Z | info: running `cargo check --bins` on trust-quorum-types (103/377) |
| 2580 | 2026-08-29T21:09:01.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2581 | 2026-08-29T21:09:01.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2582 | 2026-08-29T21:09:01.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2583 | 2026-08-29T21:09:01.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2584 | 2026-08-29T21:09:01.232Z | |
| 2585 | 2026-08-29T21:09:01.232Z | info: running `cargo check --bins` on wicketd-commission-types (104/377) |
| 2586 | 2026-08-29T21:09:01.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2587 | 2026-08-29T21:09:01.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2588 | 2026-08-29T21:09:01.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2589 | 2026-08-29T21:09:01.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2590 | 2026-08-29T21:09:01.839Z | |
| 2591 | 2026-08-29T21:09:01.839Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/377) |
| 2592 | 2026-08-29T21:09:02.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2593 | 2026-08-29T21:09:02.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2594 | 2026-08-29T21:09:02.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2595 | 2026-08-29T21:09:02.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2596 | 2026-08-29T21:09:02.441Z | |
| 2597 | 2026-08-29T21:09:02.441Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/377) |
| 2598 | 2026-08-29T21:09:02.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2599 | 2026-08-29T21:09:02.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2600 | 2026-08-29T21:09:02.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2601 | 2026-08-29T21:09:02.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2602 | 2026-08-29T21:09:03.032Z | |
| 2603 | 2026-08-29T21:09:03.032Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/377) |
| 2604 | 2026-08-29T21:09:03.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2605 | 2026-08-29T21:09:03.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2606 | 2026-08-29T21:09:03.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2607 | 2026-08-29T21:09:03.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2608 | 2026-08-29T21:09:03.619Z | |
| 2609 | 2026-08-29T21:09:03.619Z | info: running `cargo check --bins` on clickhouse-admin-types (108/377) |
| 2610 | 2026-08-29T21:09:04.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2611 | 2026-08-29T21:09:04.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2612 | 2026-08-29T21:09:04.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2613 | 2026-08-29T21:09:04.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2614 | 2026-08-29T21:09:04.217Z | |
| 2615 | 2026-08-29T21:09:04.217Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/377) |
| 2616 | 2026-08-29T21:09:04.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2617 | 2026-08-29T21:09:04.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2618 | 2026-08-29T21:09:04.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2619 | 2026-08-29T21:09:04.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2620 | 2026-08-29T21:09:04.816Z | |
| 2621 | 2026-08-29T21:09:04.816Z | info: running `cargo check --bins` on cockroach-admin-types (110/377) |
| 2622 | 2026-08-29T21:09:05.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2623 | 2026-08-29T21:09:05.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2624 | 2026-08-29T21:09:05.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2625 | 2026-08-29T21:09:05.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2626 | 2026-08-29T21:09:05.400Z | |
| 2627 | 2026-08-29T21:09:05.401Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/377) |
| 2628 | 2026-08-29T21:09:05.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-08-29T21:09:05.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-08-29T21:09:05.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-08-29T21:09:05.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2632 | 2026-08-29T21:09:05.986Z | |
| 2633 | 2026-08-29T21:09:05.986Z | info: running `cargo check --bins` on ereport-types (112/377) |
| 2634 | 2026-08-29T21:09:06.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-08-29T21:09:06.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-08-29T21:09:06.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-08-29T21:09:06.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2638 | 2026-08-29T21:09:06.577Z | |
| 2639 | 2026-08-29T21:09:06.577Z | info: running `cargo check --bins` on gateway-client (113/377) |
| 2640 | 2026-08-29T21:09:07.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-08-29T21:09:07.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-08-29T21:09:07.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-08-29T21:09:07.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2644 | 2026-08-29T21:09:07.170Z | |
| 2645 | 2026-08-29T21:09:07.171Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/377) |
| 2646 | 2026-08-29T21:09:07.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-08-29T21:09:07.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-08-29T21:09:07.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-08-29T21:09:07.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2650 | 2026-08-29T21:09:07.762Z | |
| 2651 | 2026-08-29T21:09:07.762Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/377) |
| 2652 | 2026-08-29T21:09:08.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-08-29T21:09:08.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-08-29T21:09:08.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-08-29T21:09:08.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2656 | 2026-08-29T21:09:08.353Z | |
| 2657 | 2026-08-29T21:09:08.353Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/377) |
| 2658 | 2026-08-29T21:09:08.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-08-29T21:09:08.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-08-29T21:09:08.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-08-29T21:09:08.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2662 | 2026-08-29T21:09:08.967Z | |
| 2663 | 2026-08-29T21:09:08.967Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/377) |
| 2664 | 2026-08-29T21:09:09.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-08-29T21:09:09.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-08-29T21:09:09.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-08-29T21:09:09.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2668 | 2026-08-29T21:09:09.583Z | |
| 2669 | 2026-08-29T21:09:09.583Z | info: running `cargo check --bins` on key-manager-types (118/377) |
| 2670 | 2026-08-29T21:09:10.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-08-29T21:09:10.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-08-29T21:09:10.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2673 | 2026-08-29T21:09:10.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2674 | 2026-08-29T21:09:10.172Z | |
| 2675 | 2026-08-29T21:09:10.172Z | info: running `cargo check --bins` on oxlog (119/377) |
| 2676 | 2026-08-29T21:09:10.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2677 | 2026-08-29T21:09:10.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2678 | 2026-08-29T21:09:10.818Z | Checking cfg-if v1.0.4 |
| 2679 | 2026-08-29T21:09:10.926Z | Checking serde_core v1.0.228 |
| 2680 | 2026-08-29T21:09:10.926Z | Checking libc v0.2.185 |
| 2681 | 2026-08-29T21:09:10.938Z | Checking memchr v2.8.0 |
| 2682 | 2026-08-29T21:09:10.949Z | Checking smallvec v1.15.1 |
| 2683 | 2026-08-29T21:09:10.949Z | Checking log v0.4.33 |
| 2684 | 2026-08-29T21:09:10.971Z | Checking subtle v2.6.1 |
| 2685 | 2026-08-29T21:09:10.983Z | Checking itoa v1.0.17 |
| 2686 | 2026-08-29T21:09:10.993Z | Checking typenum v1.20.1 |
| 2687 | 2026-08-29T21:09:11.111Z | Checking scopeguard v1.2.0 |
| 2688 | 2026-08-29T21:09:11.111Z | Checking stable_deref_trait v1.2.1 |
| 2689 | 2026-08-29T21:09:11.136Z | Checking zerocopy v0.8.55 |
| 2690 | 2026-08-29T21:09:11.148Z | Checking zerofrom v0.1.6 |
| 2691 | 2026-08-29T21:09:11.181Z | Checking const-oid v0.9.6 |
| 2692 | 2026-08-29T21:09:11.219Z | Checking lock_api v0.4.14 |
| 2693 | 2026-08-29T21:09:11.256Z | Checking yoke v0.8.1 |
| 2694 | 2026-08-29T21:09:11.301Z | Checking portable-atomic v1.13.1 |
| 2695 | 2026-08-29T21:09:11.322Z | Checking errno v0.3.14 |
| 2696 | 2026-08-29T21:09:11.411Z | Checking getrandom v0.2.17 |
| 2697 | 2026-08-29T21:09:11.414Z | Checking zerovec v0.11.5 |
| 2698 | 2026-08-29T21:09:11.435Z | Checking critical-section v1.2.0 |
| 2699 | 2026-08-29T21:09:11.526Z | Checking zmij v1.0.21 |
| 2700 | 2026-08-29T21:09:11.556Z | Checking rand_core v0.6.4 |
| 2701 | 2026-08-29T21:09:11.693Z | Checking once_cell v1.21.3 |
| 2702 | 2026-08-29T21:09:11.725Z | Checking writeable v0.6.2 |
| 2703 | 2026-08-29T21:09:11.737Z | Checking pin-project-lite v0.2.17 |
| 2704 | 2026-08-29T21:09:11.741Z | Checking percent-encoding v2.3.2 |
| 2705 | 2026-08-29T21:09:11.825Z | Checking litemap v0.8.1 |
| 2706 | 2026-08-29T21:09:11.845Z | Checking tinystr v0.8.2 |
| 2707 | 2026-08-29T21:09:11.846Z | Checking potential_utf v0.1.4 |
| 2708 | 2026-08-29T21:09:11.871Z | Checking zerotrie v0.2.3 |
| 2709 | 2026-08-29T21:09:11.883Z | Checking libm v0.2.16 |
| 2710 | 2026-08-29T21:09:11.898Z | Checking signal-hook-registry v1.4.8 |
| 2711 | 2026-08-29T21:09:11.981Z | Checking icu_collections v2.1.1 |
| 2712 | 2026-08-29T21:09:11.995Z | Checking parking_lot_core v0.9.12 |
| 2713 | 2026-08-29T21:09:12.018Z | Checking icu_locale_core v2.1.1 |
| 2714 | 2026-08-29T21:09:12.057Z | Checking mio v1.2.0 |
| 2715 | 2026-08-29T21:09:12.105Z | Checking icu_normalizer_data v2.1.1 |
| 2716 | 2026-08-29T21:09:12.175Z | Checking icu_properties_data v2.1.2 |
| 2717 | 2026-08-29T21:09:12.189Z | Checking parking_lot v0.12.5 |
| 2718 | 2026-08-29T21:09:12.293Z | Checking rand_core v0.10.0 |
| 2719 | 2026-08-29T21:09:12.311Z | Checking futures-core v0.3.32 |
| 2720 | 2026-08-29T21:09:12.339Z | Checking socket2 v0.6.3 |
| 2721 | 2026-08-29T21:09:12.381Z | Checking equivalent v1.0.2 |
| 2722 | 2026-08-29T21:09:12.421Z | Checking serde v1.0.228 |
| 2723 | 2026-08-29T21:09:12.434Z | Checking bitflags v2.11.0 |
| 2724 | 2026-08-29T21:09:12.437Z | Checking serde_json v1.0.151 |
| 2725 | 2026-08-29T21:09:12.460Z | Checking getrandom v0.4.3 |
| 2726 | 2026-08-29T21:09:12.567Z | Checking allocator-api2 v0.2.21 |
| 2727 | 2026-08-29T21:09:12.581Z | Checking icu_provider v2.1.1 |
| 2728 | 2026-08-29T21:09:12.595Z | Checking utf8_iter v1.0.4 |
| 2729 | 2026-08-29T21:09:12.599Z | Checking num-traits v0.2.19 |
| 2730 | 2026-08-29T21:09:12.602Z | Checking form_urlencoded v1.2.2 |
| 2731 | 2026-08-29T21:09:12.751Z | Checking foldhash v0.2.0 |
| 2732 | 2026-08-29T21:09:12.769Z | Checking futures-sink v0.3.32 |
| 2733 | 2026-08-29T21:09:12.821Z | Checking zeroize v1.9.0 |
| 2734 | 2026-08-29T21:09:12.839Z | Checking bytes v1.11.1 |
| 2735 | 2026-08-29T21:09:12.843Z | Checking icu_normalizer v2.1.1 |
| 2736 | 2026-08-29T21:09:12.865Z | Checking icu_properties v2.1.2 |
| 2737 | 2026-08-29T21:09:12.901Z | Checking base64ct v1.8.3 |
| 2738 | 2026-08-29T21:09:12.986Z | Checking generic-array v0.14.7 |
| 2739 | 2026-08-29T21:09:13.109Z | Checking byteorder v1.5.0 |
| 2740 | 2026-08-29T21:09:13.126Z | Checking pem-rfc7468 v0.7.0 |
| 2741 | 2026-08-29T21:09:13.142Z | Checking hashbrown v0.17.0 |
| 2742 | 2026-08-29T21:09:13.155Z | Checking futures-channel v0.3.32 |
| 2743 | 2026-08-29T21:09:13.270Z | Checking tokio v1.52.1 |
| 2744 | 2026-08-29T21:09:13.284Z | Checking rustix v1.1.4 |
| 2745 | 2026-08-29T21:09:13.304Z | Checking flagset v0.4.7 |
| 2746 | 2026-08-29T21:09:13.339Z | Checking futures-task v0.3.32 |
| 2747 | 2026-08-29T21:09:13.423Z | Checking futures-io v0.3.32 |
| 2748 | 2026-08-29T21:09:13.438Z | Checking crypto-common v0.1.7 |
| 2749 | 2026-08-29T21:09:13.472Z | Checking block-buffer v0.10.4 |
| 2750 | 2026-08-29T21:09:13.531Z | Checking slab v0.4.12 |
| 2751 | 2026-08-29T21:09:13.562Z | Checking der v0.7.10 |
| 2752 | 2026-08-29T21:09:13.611Z | Checking digest v0.10.7 |
| 2753 | 2026-08-29T21:09:13.652Z | Checking indexmap v2.14.0 |
| 2754 | 2026-08-29T21:09:13.670Z | Checking idna_adapter v1.2.1 |
| 2755 | 2026-08-29T21:09:13.685Z | Checking futures-util v0.3.32 |
| 2756 | 2026-08-29T21:09:13.788Z | Checking idna v1.1.0 |
| 2757 | 2026-08-29T21:09:13.808Z | Checking getrandom v0.3.4 |
| 2758 | 2026-08-29T21:09:13.886Z | Checking ppv-lite86 v0.2.21 |
| 2759 | 2026-08-29T21:09:13.954Z | Checking iana-time-zone v0.1.65 |
| 2760 | 2026-08-29T21:09:14.035Z | Checking url v2.5.8 |
| 2761 | 2026-08-29T21:09:14.065Z | Checking chrono v0.4.45 |
| 2762 | 2026-08-29T21:09:14.183Z | Checking uuid v1.23.4 |
| 2763 | 2026-08-29T21:09:14.215Z | Checking thiserror v2.0.18 |
| 2764 | 2026-08-29T21:09:14.298Z | Checking fnv v1.0.7 |
| 2765 | 2026-08-29T21:09:14.316Z | Checking dyn-clone v1.0.20 |
| 2766 | 2026-08-29T21:09:14.332Z | Checking spki v0.7.3 |
| 2767 | 2026-08-29T21:09:14.394Z | Checking rand_core v0.9.5 |
| 2768 | 2026-08-29T21:09:14.416Z | Checking semver v1.0.28 |
| 2769 | 2026-08-29T21:09:14.475Z | Checking tracing-core v0.1.36 |
| 2770 | 2026-08-29T21:09:14.499Z | Checking pkcs8 v0.10.2 |
| 2771 | 2026-08-29T21:09:14.503Z | Checking thiserror v1.0.69 |
| 2772 | 2026-08-29T21:09:14.566Z | Checking cpufeatures v0.2.17 |
| 2773 | 2026-08-29T21:09:14.605Z | Checking anstyle v1.0.14 |
| 2774 | 2026-08-29T21:09:14.622Z | Checking utf8parse v0.2.2 |
| 2775 | 2026-08-29T21:09:14.636Z | Checking terminal_size v0.4.3 |
| 2776 | 2026-08-29T21:09:14.653Z | Checking regex-syntax v0.8.10 |
| 2777 | 2026-08-29T21:09:14.716Z | Checking anstyle-parse v1.0.0 |
| 2778 | 2026-08-29T21:09:14.745Z | Checking tinyvec_macros v0.1.1 |
| 2779 | 2026-08-29T21:09:14.777Z | Checking tracing v0.1.44 |
| 2780 | 2026-08-29T21:09:14.790Z | Checking colorchoice v1.0.4 |
| 2781 | 2026-08-29T21:09:14.807Z | Checking base64 v0.22.1 |
| 2782 | 2026-08-29T21:09:14.864Z | Checking is_terminal_polyfill v1.70.2 |
| 2783 | 2026-08-29T21:09:14.886Z | Checking anstyle-query v1.1.5 |
| 2784 | 2026-08-29T21:09:14.918Z | Checking schemars v0.8.22 |
| 2785 | 2026-08-29T21:09:14.955Z | Checking tinyvec v1.11.0 |
| 2786 | 2026-08-29T21:09:14.972Z | Checking anstream v1.0.0 |
| 2787 | 2026-08-29T21:09:14.994Z | Checking sha2 v0.10.9 |
| 2788 | 2026-08-29T21:09:15.045Z | Checking rand_chacha v0.9.0 |
| 2789 | 2026-08-29T21:09:15.168Z | Checking hmac v0.12.1 |
| 2790 | 2026-08-29T21:09:15.243Z | Checking http v1.4.2 |
| 2791 | 2026-08-29T21:09:15.258Z | Checking rand v0.9.2 |
| 2792 | 2026-08-29T21:09:15.273Z | Checking signature v2.2.0 |
| 2793 | 2026-08-29T21:09:15.304Z | Checking rustls-pki-types v1.14.0 |
| 2794 | 2026-08-29T21:09:15.403Z | Checking hex v0.4.3 |
| 2795 | 2026-08-29T21:09:15.556Z | Checking ipnet v2.12.0 |
| 2796 | 2026-08-29T21:09:15.589Z | Checking simd-adler32 v0.3.8 |
| 2797 | 2026-08-29T21:09:15.616Z | Checking strsim v0.11.1 |
| 2798 | 2026-08-29T21:09:15.629Z | Checking clap_lex v1.0.0 |
| 2799 | 2026-08-29T21:09:15.720Z | Checking fastrand v2.3.0 |
| 2800 | 2026-08-29T21:09:15.757Z | Checking rand_chacha v0.3.1 |
| 2801 | 2026-08-29T21:09:15.774Z | Checking clap_builder v4.6.0 |
| 2802 | 2026-08-29T21:09:15.788Z | Checking aws-lc-sys v0.40.0 |
| 2803 | 2026-08-29T21:09:15.799Z | Checking http-body v1.0.1 |
| 2804 | 2026-08-29T21:09:15.811Z | Checking spin v0.9.8 |
| 2805 | 2026-08-29T21:09:15.896Z | Checking tempfile v3.27.0 |
| 2806 | 2026-08-29T21:09:15.928Z | Checking untrusted v0.7.1 |
| 2807 | 2026-08-29T21:09:15.942Z | Checking adler2 v2.0.1 |
| 2808 | 2026-08-29T21:09:15.962Z | Checking openssl-probe v0.2.1 |
| 2809 | 2026-08-29T21:09:15.991Z | Checking plain v0.2.3 |
| 2810 | 2026-08-29T21:09:16.035Z | Checking cmov v0.5.4 |
| 2811 | 2026-08-29T21:09:16.048Z | Checking miniz_oxide v0.8.9 |
| 2812 | 2026-08-29T21:09:16.066Z | Checking rand v0.8.6 |
| 2813 | 2026-08-29T21:09:16.087Z | Checking crossbeam-utils v0.8.21 |
| 2814 | 2026-08-29T21:09:16.101Z | Checking tower-service v0.3.3 |
| 2815 | 2026-08-29T21:09:16.188Z | Checking tower-layer v0.3.3 |
| 2816 | 2026-08-29T21:09:16.220Z | Checking ctutils v0.4.2 |
| 2817 | 2026-08-29T21:09:16.278Z | Checking aws-lc-rs v1.16.3 |
| 2818 | 2026-08-29T21:09:16.335Z | Checking untrusted v0.9.0 |
| 2819 | 2026-08-29T21:09:16.387Z | Checking ucd-trie v0.1.7 |
| 2820 | 2026-08-29T21:09:16.424Z | Checking atomic-waker v1.1.2 |
| 2821 | 2026-08-29T21:09:16.428Z | Checking unicode-ident v1.0.24 |
| 2822 | 2026-08-29T21:09:16.450Z | Checking try-lock v0.2.5 |
| 2823 | 2026-08-29T21:09:16.514Z | Checking pest v2.8.6 |
| 2824 | 2026-08-29T21:09:16.529Z | Checking tokio-util v0.7.18 |
| 2825 | 2026-08-29T21:09:16.529Z | Checking hybrid-array v0.4.13 |
| 2826 | 2026-08-29T21:09:16.553Z | Checking proc-macro2 v1.0.106 |
| 2827 | 2026-08-29T21:09:16.556Z | Checking want v0.3.1 |
| 2828 | 2026-08-29T21:09:16.579Z | Checking crc32fast v1.5.0 |
| 2829 | 2026-08-29T21:09:16.684Z | Checking httparse v1.10.1 |
| 2830 | 2026-08-29T21:09:16.719Z | Checking toml_datetime v0.6.11 |
| 2831 | 2026-08-29T21:09:16.854Z | Checking serde_spanned v0.6.9 |
| 2832 | 2026-08-29T21:09:16.891Z | Checking ff v0.13.1 |
| 2833 | 2026-08-29T21:09:16.904Z | Checking aho-corasick v1.1.4 |
| 2834 | 2026-08-29T21:09:16.976Z | Checking pretty-hex v0.4.1 |
| 2835 | 2026-08-29T21:09:17.008Z | Checking clap v4.6.1 |
| 2836 | 2026-08-29T21:09:17.021Z | Checking powerfmt v0.2.0 |
| 2837 | 2026-08-29T21:09:17.086Z | Checking tap v1.0.1 |
| 2838 | 2026-08-29T21:09:17.099Z | Checking foreign-types-shared v0.1.1 |
| 2839 | 2026-08-29T21:09:17.120Z | Checking rustls-webpki v0.103.13 |
| 2840 | 2026-08-29T21:09:17.138Z | Checking h2 v0.4.15 |
| 2841 | 2026-08-29T21:09:17.164Z | Checking base16ct v0.2.0 |
| 2842 | 2026-08-29T21:09:17.177Z | Checking httpdate v1.0.3 |
| 2843 | 2026-08-29T21:09:17.191Z | Checking wyz v0.5.1 |
| 2844 | 2026-08-29T21:09:17.258Z | Checking foreign-types v0.3.2 |
| 2845 | 2026-08-29T21:09:17.283Z | Checking sec1 v0.7.3 |
| 2846 | 2026-08-29T21:09:17.317Z | Checking deranged v0.5.8 |
| 2847 | 2026-08-29T21:09:17.330Z | Checking group v0.13.0 |
| 2848 | 2026-08-29T21:09:17.360Z | Checking quote v1.0.45 |
| 2849 | 2026-08-29T21:09:17.471Z | Checking hkdf v0.12.4 |
| 2850 | 2026-08-29T21:09:17.487Z | Checking unicode-normalization v0.1.25 |
| 2851 | 2026-08-29T21:09:17.521Z | Checking rustls v0.23.41 |
| 2852 | 2026-08-29T21:09:17.535Z | Checking x509-cert v0.2.5 |
| 2853 | 2026-08-29T21:09:17.561Z | Checking radium v0.7.0 |
| 2854 | 2026-08-29T21:09:17.580Z | Checking regex-automata v0.4.14 |
| 2855 | 2026-08-29T21:09:17.604Z | Checking half v2.7.1 |
| 2856 | 2026-08-29T21:09:17.733Z | Checking openssl-sys v0.9.117 |
| 2857 | 2026-08-29T21:09:17.859Z | Checking crypto-bigint v0.5.5 |
| 2858 | 2026-08-29T21:09:17.877Z | Checking num-integer v0.1.46 |
| 2859 | 2026-08-29T21:09:18.096Z | Checking erased-serde v0.3.31 |
| 2860 | 2026-08-29T21:09:18.109Z | Checking wait-timeout v0.2.1 |
| 2861 | 2026-08-29T21:09:18.184Z | Checking env_filter v2.0.0 |
| 2862 | 2026-08-29T21:09:18.229Z | Checking bit-vec v0.8.0 |
| 2863 | 2026-08-29T21:09:18.244Z | Checking num_threads v0.1.7 |
| 2864 | 2026-08-29T21:09:18.324Z | Checking time-core v0.1.8 |
| 2865 | 2026-08-29T21:09:18.324Z | Checking funty v2.0.0 |
| 2866 | 2026-08-29T21:09:18.420Z | Checking num-conv v0.2.0 |
| 2867 | 2026-08-29T21:09:18.473Z | Checking quick-error v1.2.3 |
| 2868 | 2026-08-29T21:09:18.473Z | Checking ciborium-io v0.2.2 |
| 2869 | 2026-08-29T21:09:18.530Z | Checking time v0.3.47 |
| 2870 | 2026-08-29T21:09:18.568Z | Checking rusty-fork v0.3.1 |
| 2871 | 2026-08-29T21:09:18.568Z | Checking ciborium-ll v0.2.2 |
| 2872 | 2026-08-29T21:09:18.631Z | Checking bitvec v1.0.1 |
| 2873 | 2026-08-29T21:09:18.739Z | Checking slog v2.8.2 |
| 2874 | 2026-08-29T21:09:18.752Z | Checking bit-set v0.8.0 |
| 2875 | 2026-08-29T21:09:18.765Z | Checking elliptic-curve v0.13.8 |
| 2876 | 2026-08-29T21:09:18.913Z | Checking env_logger v0.11.11 |
| 2877 | 2026-08-29T21:09:19.029Z | Checking openssl v0.10.80 |
| 2878 | 2026-08-29T21:09:19.078Z | Checking num-iter v0.1.45 |
| 2879 | 2026-08-29T21:09:19.107Z | Checking syn v2.0.117 |
| 2880 | 2026-08-29T21:09:19.191Z | Checking lazy_static v1.5.0 |
| 2881 | 2026-08-29T21:09:19.283Z | Checking rand_xorshift v0.4.0 |
| 2882 | 2026-08-29T21:09:19.404Z | Checking hubpack v0.1.2 |
| 2883 | 2026-08-29T21:09:19.422Z | Checking maybe-uninit v2.0.0 |
| 2884 | 2026-08-29T21:09:19.489Z | Checking scroll v0.12.0 |
| 2885 | 2026-08-29T21:09:19.570Z | Checking sync_wrapper v1.0.2 |
| 2886 | 2026-08-29T21:09:19.675Z | Checking zlib-rs v0.6.2 |
| 2887 | 2026-08-29T21:09:19.689Z | Checking siphasher v1.0.2 |
| 2888 | 2026-08-29T21:09:19.717Z | Checking unarray v0.1.4 |
| 2889 | 2026-08-29T21:09:19.777Z | Checking crc-catalog v2.4.0 |
| 2890 | 2026-08-29T21:09:19.816Z | Checking nodrop v0.1.14 |
| 2891 | 2026-08-29T21:09:19.841Z | Checking proptest v1.11.0 |
| 2892 | 2026-08-29T21:09:19.865Z | Checking crc v3.4.0 |
| 2893 | 2026-08-29T21:09:19.900Z | Checking array-init v0.0.4 |
| 2894 | 2026-08-29T21:09:19.969Z | Checking hyper v1.10.1 |
| 2895 | 2026-08-29T21:09:19.984Z | Checking packed_struct v0.10.1 |
| 2896 | 2026-08-29T21:09:20.030Z | Checking goblin v0.8.2 |
| 2897 | 2026-08-29T21:09:20.187Z | Checking tower v0.5.3 |
| 2898 | 2026-08-29T21:09:20.543Z | Checking flate2 v1.1.9 |
| 2899 | 2026-08-29T21:09:20.568Z | Checking smallvec v0.6.14 |
| 2900 | 2026-08-29T21:09:20.752Z | Checking num-bigint-dig v0.8.6 |
| 2901 | 2026-08-29T21:09:20.834Z | Checking ciborium v0.2.2 |
| 2902 | 2026-08-29T21:09:20.883Z | Checking hyper-util v0.1.20 |
| 2903 | 2026-08-29T21:09:21.023Z | Checking crossbeam-epoch v0.9.18 |
| 2904 | 2026-08-29T21:09:21.036Z | Checking native-tls v0.2.18 |
| 2905 | 2026-08-29T21:09:21.214Z | Checking http-body-util v0.1.3 |
| 2906 | 2026-08-29T21:09:21.241Z | Checking serde_with v3.21.0 |
| 2907 | 2026-08-29T21:09:21.254Z | Checking ipnetwork v0.21.1 |
| 2908 | 2026-08-29T21:09:21.374Z | Checking rfc6979 v0.4.0 |
| 2909 | 2026-08-29T21:09:21.429Z | Checking bitfield v0.19.4 |
| 2910 | 2026-08-29T21:09:21.465Z | Checking zerocopy v0.6.6 |
| 2911 | 2026-08-29T21:09:21.492Z | Checking strum v0.26.3 |
| 2912 | 2026-08-29T21:09:21.556Z | Checking pkcs1 v0.7.5 |
| 2913 | 2026-08-29T21:09:21.600Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2914 | 2026-08-29T21:09:21.614Z | Checking zerocopy v0.7.35 |
| 2915 | 2026-08-29T21:09:21.681Z | Checking scroll v0.13.0 |
| 2916 | 2026-08-29T21:09:21.695Z | Checking ahash v0.8.12 |
| 2917 | 2026-08-29T21:09:21.758Z | Checking iri-string v0.7.10 |
| 2918 | 2026-08-29T21:09:21.758Z | Checking keccak v0.1.6 |
| 2919 | 2026-08-29T21:09:21.886Z | Checking unicode-properties v0.1.4 |
| 2920 | 2026-08-29T21:09:21.900Z | Checking data-encoding v2.10.0 |
| 2921 | 2026-08-29T21:09:21.911Z | Checking gimli v0.32.3 |
| 2922 | 2026-08-29T21:09:21.934Z | Checking ryu v1.0.23 |
| 2923 | 2026-08-29T21:09:22.067Z | Checking winnow v0.5.40 |
| 2924 | 2026-08-29T21:09:22.081Z | Checking base64 v0.21.7 |
| 2925 | 2026-08-29T21:09:22.096Z | Checking unicode-bidi v0.3.18 |
| 2926 | 2026-08-29T21:09:22.146Z | Checking static_assertions v1.1.0 |
| 2927 | 2026-08-29T21:09:22.166Z | Checking hashbrown v0.12.3 |
| 2928 | 2026-08-29T21:09:22.216Z | Checking dof v0.3.0 |
| 2929 | 2026-08-29T21:09:22.313Z | Checking ron v0.8.1 |
| 2930 | 2026-08-29T21:09:22.384Z | Checking stringprep v0.1.5 |
| 2931 | 2026-08-29T21:09:22.495Z | Checking serde_urlencoded v0.7.1 |
| 2932 | 2026-08-29T21:09:22.536Z | Checking sha3 v0.10.8 |
| 2933 | 2026-08-29T21:09:22.567Z | Checking indexmap v1.9.3 |
| 2934 | 2026-08-29T21:09:22.703Z | Checking goblin v0.10.5 |
| 2935 | 2026-08-29T21:09:22.737Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2936 | 2026-08-29T21:09:22.750Z | Checking hashbrown v0.13.2 |
| 2937 | 2026-08-29T21:09:22.777Z | Checking tower-http v0.6.8 |
| 2938 | 2026-08-29T21:09:22.828Z | Checking rsa v0.9.10 |
| 2939 | 2026-08-29T21:09:22.892Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2940 | 2026-08-29T21:09:23.043Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2941 | 2026-08-29T21:09:23.056Z | Checking bzip2 v0.4.4 |
| 2942 | 2026-08-29T21:09:23.162Z | Checking newtype-uuid v1.3.2 |
| 2943 | 2026-08-29T21:09:23.211Z | Checking toml_edit v0.19.15 |
| 2944 | 2026-08-29T21:09:23.224Z | Checking ecdsa v0.16.9 |
| 2945 | 2026-08-29T21:09:23.290Z | Checking oxnet v0.1.6 |
| 2946 | 2026-08-29T21:09:23.351Z | Checking crossbeam-deque v0.8.6 |
| 2947 | 2026-08-29T21:09:23.367Z | Checking tokio-native-tls v0.3.1 |
| 2948 | 2026-08-29T21:09:23.436Z | Checking addr2line v0.25.1 |
| 2949 | 2026-08-29T21:09:23.520Z | Checking serde-hex v0.1.0 |
| 2950 | 2026-08-29T21:09:23.535Z | Checking tokio-rustls v0.26.4 |
| 2951 | 2026-08-29T21:09:23.547Z | Checking bstr v1.12.1 |
| 2952 | 2026-08-29T21:09:23.561Z | Checking primeorder v0.13.6 |
| 2953 | 2026-08-29T21:09:23.696Z | Checking dtrace-parser v0.2.0 |
| 2954 | 2026-08-29T21:09:23.761Z | Checking block-buffer v0.12.1 |
| 2955 | 2026-08-29T21:09:23.800Z | Checking crypto-common v0.2.2 |
| 2956 | 2026-08-29T21:09:23.931Z | Checking block-padding v0.4.2 |
| 2957 | 2026-08-29T21:09:23.944Z | Checking rustls-native-certs v0.8.3 |
| 2958 | 2026-08-29T21:09:23.957Z | Checking futures-executor v0.3.32 |
| 2959 | 2026-08-29T21:09:24.072Z | Checking ed25519 v2.2.3 |
| 2960 | 2026-08-29T21:09:24.075Z | Checking salty v0.3.0 |
| 2961 | 2026-08-29T21:09:24.100Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2962 | 2026-08-29T21:09:24.211Z | Checking curve25519-dalek v4.1.3 |
| 2963 | 2026-08-29T21:09:24.260Z | Checking object v0.37.3 |
| 2964 | 2026-08-29T21:09:24.273Z | Checking md-5 v0.10.6 |
| 2965 | 2026-08-29T21:09:24.347Z | Checking hash32 v0.2.1 |
| 2966 | 2026-08-29T21:09:24.409Z | Checking serde-big-array v0.5.1 |
| 2967 | 2026-08-29T21:09:24.422Z | Checking thread-id v4.2.2 |
| 2968 | 2026-08-29T21:09:24.498Z | Checking encoding_rs v0.8.35 |
| 2969 | 2026-08-29T21:09:24.512Z | Checking thread_local v1.1.9 |
| 2970 | 2026-08-29T21:09:24.537Z | Checking mime v0.3.17 |
| 2971 | 2026-08-29T21:09:24.672Z | Checking fallible-iterator v0.2.0 |
| 2972 | 2026-08-29T21:09:24.713Z | Checking crc-any v2.5.0 |
| 2973 | 2026-08-29T21:09:24.884Z | Checking toml_write v0.1.2 |
| 2974 | 2026-08-29T21:09:24.949Z | Checking winnow v0.7.14 |
| 2975 | 2026-08-29T21:09:24.971Z | Checking either v1.15.0 |
| 2976 | 2026-08-29T21:09:25.018Z | Checking psl-types v2.0.11 |
| 2977 | 2026-08-29T21:09:25.040Z | Checking linked-hash-map v0.5.6 |
| 2978 | 2026-08-29T21:09:25.055Z | Checking rustc-demangle v0.1.27 |
| 2979 | 2026-08-29T21:09:25.130Z | Checking publicsuffix v2.3.0 |
| 2980 | 2026-08-29T21:09:25.154Z | Checking dof v0.4.0 |
| 2981 | 2026-08-29T21:09:25.205Z | Checking lru-cache v0.1.2 |
| 2982 | 2026-08-29T21:09:25.274Z | Checking ed25519-dalek v2.2.0 |
| 2983 | 2026-08-29T21:09:25.288Z | Checking postgres-protocol v0.6.10 |
| 2984 | 2026-08-29T21:09:25.319Z | Checking heapless v0.7.17 |
| 2985 | 2026-08-29T21:09:25.441Z | Checking usdt-impl v0.5.0 |
| 2986 | 2026-08-29T21:09:25.508Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2987 | 2026-08-29T21:09:25.604Z | Checking toml v0.7.8 |
| 2988 | 2026-08-29T21:09:25.718Z | Checking zstd-safe v7.2.4 |
| 2989 | 2026-08-29T21:09:25.731Z | Checking futures v0.3.32 |
| 2990 | 2026-08-29T21:09:25.780Z | Checking inout v0.2.2 |
| 2991 | 2026-08-29T21:09:25.804Z | Checking p384 v0.13.1 |
| 2992 | 2026-08-29T21:09:25.883Z | Checking daft v0.1.8 |
| 2993 | 2026-08-29T21:09:25.897Z | Checking rayon-core v1.13.0 |
| 2994 | 2026-08-29T21:09:25.911Z | Checking hyper-tls v0.6.0 |
| 2995 | 2026-08-29T21:09:25.931Z | Checking zip v0.6.6 |
| 2996 | 2026-08-29T21:09:26.076Z | Checking object v0.30.4 |
| 2997 | 2026-08-29T21:09:26.098Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2998 | 2026-08-29T21:09:26.119Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2999 | 2026-08-29T21:09:26.133Z | Checking toml_edit v0.22.27 |
| 3000 | 2026-08-29T21:09:26.212Z | Checking hickory-proto v0.24.4 |
| 3001 | 2026-08-29T21:09:26.226Z | Checking phf_shared v0.13.1 |
| 3002 | 2026-08-29T21:09:26.251Z | Checking cookie v0.18.1 |
| 3003 | 2026-08-29T21:09:26.274Z | Checking dtrace-parser v0.3.0 |
| 3004 | 2026-08-29T21:09:26.417Z | Checking crossbeam-channel v0.5.15 |
| 3005 | 2026-08-29T21:09:26.479Z | Checking pin-project v1.1.11 |
| 3006 | 2026-08-29T21:09:26.504Z | Checking signal-hook v0.3.18 |
| 3007 | 2026-08-29T21:09:26.566Z | Checking backtrace v0.3.76 |
| 3008 | 2026-08-29T21:09:26.578Z | Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3009 | 2026-08-29T21:09:26.688Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3010 | 2026-08-29T21:09:26.702Z | Checking thread-id v5.1.0 |
| 3011 | 2026-08-29T21:09:26.737Z | Checking is-terminal v0.4.17 |
| 3012 | 2026-08-29T21:09:26.774Z | Checking memmap2 v0.9.10 |
| 3013 | 2026-08-29T21:09:26.824Z | Checking memmap v0.7.0 |
| 3014 | 2026-08-29T21:09:26.851Z | Checking same-file v1.0.6 |
| 3015 | 2026-08-29T21:09:26.870Z | Checking bitflags v1.3.2 |
| 3016 | 2026-08-29T21:09:26.930Z | Checking unicode-width v0.2.0 |
| 3017 | 2026-08-29T21:09:26.943Z | Checking is_ci v1.2.0 |
| 3018 | 2026-08-29T21:09:26.955Z | Checking bumpalo v3.20.2 |
| 3019 | 2026-08-29T21:09:26.967Z | Checking foldhash v0.1.5 |
| 3020 | 2026-08-29T21:09:27.034Z | Checking corncobs v0.1.4 |
| 3021 | 2026-08-29T21:09:27.056Z | Checking jiff-core v0.1.0 |
| 3022 | 2026-08-29T21:09:27.093Z | Checking take_mut v0.2.2 |
| 3023 | 2026-08-29T21:09:27.145Z | Checking managed v0.8.0 |
| 3024 | 2026-08-29T21:09:27.157Z | Checking smawk v0.3.2 |
| 3025 | 2026-08-29T21:09:27.170Z | Checking resolv-conf v0.7.6 |
| 3026 | 2026-08-29T21:09:27.190Z | Checking libbz2-rs-sys v0.2.2 |
| 3027 | 2026-08-29T21:09:27.208Z | Checking path-slash v0.1.5 |
| 3028 | 2026-08-29T21:09:27.274Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3029 | 2026-08-29T21:09:27.305Z | Checking term v1.2.1 |
| 3030 | 2026-08-29T21:09:27.326Z | Checking unicode-linebreak v0.1.5 |
| 3031 | 2026-08-29T21:09:27.339Z | Checking cpufeatures v0.3.0 |
| 3032 | 2026-08-29T21:09:27.409Z | Checking smoltcp v0.9.1 |
| 3033 | 2026-08-29T21:09:27.463Z | Checking toml v0.8.23 |
| 3034 | 2026-08-29T21:09:27.527Z | Checking slog-term v2.9.2 |
| 3035 | 2026-08-29T21:09:27.530Z | Checking textwrap v0.16.2 |
| 3036 | 2026-08-29T21:09:27.575Z | Checking bzip2 v0.6.1 |
| 3037 | 2026-08-29T21:09:27.733Z | Checking slog-async v2.8.0 |
| 3038 | 2026-08-29T21:09:27.736Z | Checking jiff v0.2.34 |
| 3039 | 2026-08-29T21:09:27.736Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3040 | 2026-08-29T21:09:27.777Z | Checking zopfli v0.8.3 |
| 3041 | 2026-08-29T21:09:27.789Z | Checking hashbrown v0.15.5 |
| 3042 | 2026-08-29T21:09:27.906Z | Checking supports-color v3.0.2 |
| 3043 | 2026-08-29T21:09:27.997Z | Checking walkdir v2.5.0 |
| 3044 | 2026-08-29T21:09:28.000Z | Checking usdt v0.5.0 |
| 3045 | 2026-08-29T21:09:28.023Z | Checking hickory-resolver v0.24.4 |
| 3046 | 2026-08-29T21:09:28.037Z | Checking backtrace-ext v0.2.1 |
| 3047 | 2026-08-29T21:09:28.097Z | Checking usdt-impl v0.6.0 |
| 3048 | 2026-08-29T21:09:28.140Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3049 | 2026-08-29T21:09:28.154Z | Checking signal-hook-mio v0.2.5 |
| 3050 | 2026-08-29T21:09:28.168Z | Checking snafu v0.8.9 |
| 3051 | 2026-08-29T21:09:28.182Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3052 | 2026-08-29T21:09:28.253Z | Checking cookie_store v0.22.1 |
| 3053 | 2026-08-29T21:09:28.266Z | Checking phf v0.13.1 |
| 3054 | 2026-08-29T21:09:28.376Z | Checking reqwest v0.12.28 |
| 3055 | 2026-08-29T21:09:28.401Z | Checking cipher v0.5.2 |
| 3056 | 2026-08-29T21:09:28.414Z | Checking zstd v0.13.3 |
| 3057 | 2026-08-29T21:09:28.511Z | Checking postgres-types v0.2.12 |
| 3058 | 2026-08-29T21:09:28.582Z | Checking hyper-rustls v0.27.7 |
| 3059 | 2026-08-29T21:09:28.595Z | Checking rustls-platform-verifier v0.6.2 |
| 3060 | 2026-08-29T21:09:28.609Z | Checking globset v0.4.18 |
| 3061 | 2026-08-29T21:09:28.639Z | Checking phf_shared v0.11.3 |
| 3062 | 2026-08-29T21:09:28.733Z | Checking regex v1.12.3 |
| 3063 | 2026-08-29T21:09:28.757Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3064 | 2026-08-29T21:09:28.778Z | Checking ref-cast v1.0.25 |
| 3065 | 2026-08-29T21:09:28.791Z | Checking strum v0.27.2 |
| 3066 | 2026-08-29T21:09:28.820Z | Checking olpc-cjson v0.1.4 |
| 3067 | 2026-08-29T21:09:28.866Z | Checking memoffset v0.9.1 |
| 3068 | 2026-08-29T21:09:28.879Z | Checking rustix v0.38.44 |
| 3069 | 2026-08-29T21:09:28.893Z | Checking libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3070 | 2026-08-29T21:09:28.896Z | Checking tokio-stream v0.1.18 |
| 3071 | 2026-08-29T21:09:28.943Z | Checking byte-wrapper v0.1.0 |
| 3072 | 2026-08-29T21:09:28.957Z | Checking pem v3.0.6 |
| 3073 | 2026-08-29T21:09:29.024Z | Checking camino v1.2.5 |
| 3074 | 2026-08-29T21:09:29.038Z | Checking owo-colors v4.3.0 |
| 3075 | 2026-08-29T21:09:29.113Z | Checking anyhow v1.0.104 |
| 3076 | 2026-08-29T21:09:29.136Z | Checking inout v0.1.4 |
| 3077 | 2026-08-29T21:09:29.151Z | Checking float-cmp v0.10.0 |
| 3078 | 2026-08-29T21:09:29.271Z | Checking secrecy v0.8.0 |
| 3079 | 2026-08-29T21:09:29.274Z | Checking hashbrown v0.16.1 |
| 3080 | 2026-08-29T21:09:29.274Z | Checking serde_plain v1.0.2 |
| 3081 | 2026-08-29T21:09:29.310Z | Checking arrayref v0.3.9 |
| 3082 | 2026-08-29T21:09:29.322Z | Checking typed-path v0.9.3 |
| 3083 | 2026-08-29T21:09:29.374Z | Checking arrayvec v0.7.6 |
| 3084 | 2026-08-29T21:09:29.390Z | Checking unicode-width v0.1.14 |
| 3085 | 2026-08-29T21:09:29.437Z | Checking const-oid v0.10.2 |
| 3086 | 2026-08-29T21:09:29.550Z | Checking new_debug_unreachable v1.0.6 |
| 3087 | 2026-08-29T21:09:29.592Z | Checking difflib v0.4.0 |
| 3088 | 2026-08-29T21:09:29.602Z | Checking fixedbitset v0.4.2 |
| 3089 | 2026-08-29T21:09:29.615Z | Checking winnow v1.0.3 |
| 3090 | 2026-08-29T21:09:29.629Z | Checking precomputed-hash v0.1.1 |
| 3091 | 2026-08-29T21:09:29.664Z | Checking constant_time_eq v0.4.2 |
| 3092 | 2026-08-29T21:09:29.667Z | Checking debug-ignore v1.0.5 |
| 3093 | 2026-08-29T21:09:29.710Z | Checking supports-hyperlinks v3.2.0 |
| 3094 | 2026-08-29T21:09:29.739Z | Checking normalize-line-endings v0.3.0 |
| 3095 | 2026-08-29T21:09:29.756Z | Checking fixedbitset v0.5.7 |
| 3096 | 2026-08-29T21:09:29.759Z | Checking whoami v2.1.0 |
| 3097 | 2026-08-29T21:09:29.781Z | Checking predicates-core v1.0.10 |
| 3098 | 2026-08-29T21:09:29.800Z | Checking unicode-segmentation v1.12.0 |
| 3099 | 2026-08-29T21:09:29.813Z | Checking supports-unicode v3.0.0 |
| 3100 | 2026-08-29T21:09:29.826Z | Checking blake3 v1.8.5 |
| 3101 | 2026-08-29T21:09:29.895Z | Checking predicates v3.1.4 |
| 3102 | 2026-08-29T21:09:29.915Z | Checking miette v7.6.0 |
| 3103 | 2026-08-29T21:09:29.948Z | Checking petgraph v0.8.3 |
| 3104 | 2026-08-29T21:09:29.951Z | Checking tokio-postgres v0.7.16 |
| 3105 | 2026-08-29T21:09:30.091Z | Checking tough v0.22.0 |
| 3106 | 2026-08-29T21:09:30.105Z | Checking similar v2.7.0 |
| 3107 | 2026-08-29T21:09:30.108Z | Checking iddqd v0.4.2 |
| 3108 | 2026-08-29T21:09:30.192Z | Checking qorb v0.4.1 |
| 3109 | 2026-08-29T21:09:30.425Z | Checking petgraph v0.6.5 |
| 3110 | 2026-08-29T21:09:30.455Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 3111 | 2026-08-29T21:09:30.481Z | Checking string_cache v0.8.9 |
| 3112 | 2026-08-29T21:09:30.647Z | Checking zip v4.6.1 |
| 3113 | 2026-08-29T21:09:30.780Z | Checking crossterm v0.28.1 |
| 3114 | 2026-08-29T21:09:31.019Z | Checking digest v0.11.3 |
| 3115 | 2026-08-29T21:09:31.202Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 3116 | 2026-08-29T21:09:31.216Z | Checking cipher v0.4.4 |
| 3117 | 2026-08-29T21:09:31.228Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3118 | 2026-08-29T21:09:31.351Z | Checking nix v0.31.2 |
| 3119 | 2026-08-29T21:09:31.411Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3120 | 2026-08-29T21:09:31.474Z | Checking reqwest v0.13.2 |
| 3121 | 2026-08-29T21:09:31.513Z | Checking chacha20 v0.10.0 |
| 3122 | 2026-08-29T21:09:31.667Z | Checking usdt v0.6.0 |
| 3123 | 2026-08-29T21:09:31.781Z | Checking itertools v0.15.0 |
| 3124 | 2026-08-29T21:09:31.805Z | Checking itertools v0.13.0 |
| 3125 | 2026-08-29T21:09:31.835Z | Checking hickory-proto v0.25.2 |
| 3126 | 2026-08-29T21:09:31.884Z | Checking derive_more v2.1.1 |
| 3127 | 2026-08-29T21:09:31.983Z | Checking fs-err v3.3.0 |
| 3128 | 2026-08-29T21:09:32.096Z | Checking buf-list v1.1.2 |
| 3129 | 2026-08-29T21:09:32.275Z | Checking openapiv3 v2.2.0 |
| 3130 | 2026-08-29T21:09:32.288Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3131 | 2026-08-29T21:09:32.345Z | Checking lalrpop-util v0.19.12 |
| 3132 | 2026-08-29T21:09:32.505Z | Checking peg-runtime v0.8.5 |
| 3133 | 2026-08-29T21:09:32.531Z | Checking illumos-nvpair v0.3.0 |
| 3134 | 2026-08-29T21:09:32.550Z | Checking rayon v1.11.0 |
| 3135 | 2026-08-29T21:09:32.644Z | Checking sigpipe v0.1.3 |
| 3136 | 2026-08-29T21:09:32.679Z | Checking glob v0.3.3 |
| 3137 | 2026-08-29T21:09:34.368Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3138 | 2026-08-29T21:09:34.429Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3139 | 2026-08-29T21:09:34.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.53s |
| 3140 | 2026-08-29T21:09:34.719Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3141 | 2026-08-29T21:09:34.719Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3142 | 2026-08-29T21:09:34.878Z | |
| 3143 | 2026-08-29T21:09:34.878Z | info: running `cargo check --bins` on internal-dns-types (120/377) |
| 3144 | 2026-08-29T21:09:35.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-08-29T21:09:35.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-08-29T21:09:35.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-08-29T21:09:35.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3148 | 2026-08-29T21:09:35.475Z | |
| 3149 | 2026-08-29T21:09:35.475Z | info: running `cargo check --bins` on internal-dns-types-versions (121/377) |
| 3150 | 2026-08-29T21:09:35.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-08-29T21:09:35.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-08-29T21:09:35.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-08-29T21:09:35.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3154 | 2026-08-29T21:09:36.067Z | |
| 3155 | 2026-08-29T21:09:36.067Z | info: running `cargo check --bins` on nexus-types-versions (122/377) |
| 3156 | 2026-08-29T21:09:36.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-08-29T21:09:36.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-08-29T21:09:36.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-08-29T21:09:36.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3160 | 2026-08-29T21:09:36.678Z | |
| 3161 | 2026-08-29T21:09:36.678Z | info: running `cargo check --bins` on oxql-types (123/377) |
| 3162 | 2026-08-29T21:09:37.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-08-29T21:09:37.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-08-29T21:09:37.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-08-29T21:09:37.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3166 | 2026-08-29T21:09:37.272Z | |
| 3167 | 2026-08-29T21:09:37.272Z | info: running `cargo check --bins` on oximeter-types (124/377) |
| 3168 | 2026-08-29T21:09:37.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-08-29T21:09:37.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-08-29T21:09:37.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-08-29T21:09:37.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3172 | 2026-08-29T21:09:37.867Z | |
| 3173 | 2026-08-29T21:09:37.867Z | info: running `cargo check --bins` on oximeter-types-versions (125/377) |
| 3174 | 2026-08-29T21:09:38.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-08-29T21:09:38.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-08-29T21:09:38.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-08-29T21:09:38.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3178 | 2026-08-29T21:09:38.461Z | |
| 3179 | 2026-08-29T21:09:38.461Z | info: running `cargo check --bins` on oximeter-macro-impl (126/377) |
| 3180 | 2026-08-29T21:09:38.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-08-29T21:09:38.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-08-29T21:09:38.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-08-29T21:09:38.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3184 | 2026-08-29T21:09:39.043Z | |
| 3185 | 2026-08-29T21:09:39.043Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3186 | 2026-08-29T21:09:39.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-08-29T21:09:39.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-08-29T21:09:39.757Z | Compiling multer v3.1.0 |
| 3189 | 2026-08-29T21:09:39.873Z | Compiling async-stream-impl v0.3.6 |
| 3190 | 2026-08-29T21:09:39.885Z | Compiling serde_tokenstream v0.3.0 |
| 3191 | 2026-08-29T21:09:39.895Z | Compiling dropshot v0.17.1 |
| 3192 | 2026-08-29T21:09:39.904Z | Compiling parse-display-derive v0.10.0 |
| 3193 | 2026-08-29T21:09:39.915Z | Compiling dropshot_endpoint v0.17.1 |
| 3194 | 2026-08-29T21:09:39.920Z | Compiling newtype-uuid-macros v0.1.0 |
| 3195 | 2026-08-29T21:09:39.946Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3196 | 2026-08-29T21:09:40.088Z | Checking compression-core v0.4.31 |
| 3197 | 2026-08-29T21:09:40.111Z | Checking match_cfg v0.1.0 |
| 3198 | 2026-08-29T21:09:40.178Z | Compiling oxide-generation-macros v0.2.0 |
| 3199 | 2026-08-29T21:09:40.203Z | Checking hostname v0.3.1 |
| 3200 | 2026-08-29T21:09:40.247Z | Checking compression-codecs v0.4.37 |
| 3201 | 2026-08-29T21:09:40.300Z | Checking atomicwrites v0.4.4 |
| 3202 | 2026-08-29T21:09:40.347Z | Checking slog-json v2.6.1 |
| 3203 | 2026-08-29T21:09:40.412Z | Checking serde_spanned v1.1.1 |
| 3204 | 2026-08-29T21:09:40.442Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3205 | 2026-08-29T21:09:40.446Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3206 | 2026-08-29T21:09:40.500Z | Checking slog-bunyan v2.5.0 |
| 3207 | 2026-08-29T21:09:40.539Z | Checking async-stream v0.3.6 |
| 3208 | 2026-08-29T21:09:40.611Z | Checking async-compression v0.4.41 |
| 3209 | 2026-08-29T21:09:40.624Z | Checking progenitor-client v0.14.0 |
| 3210 | 2026-08-29T21:09:40.627Z | Checking toml v1.1.2+spec-1.1.0 |
| 3211 | 2026-08-29T21:09:40.665Z | Checking sha1 v0.11.0 |
| 3212 | 2026-08-29T21:09:40.851Z | Checking oxide-generation v0.1.3 |
| 3213 | 2026-08-29T21:09:40.867Z | Checking waitgroup v0.1.2 |
| 3214 | 2026-08-29T21:09:40.867Z | Checking rustls-pemfile v2.2.0 |
| 3215 | 2026-08-29T21:09:40.896Z | Checking backon v1.6.0 |
| 3216 | 2026-08-29T21:09:40.910Z | Checking serde_path_to_error v0.1.20 |
| 3217 | 2026-08-29T21:09:40.964Z | Checking hostname v0.4.2 |
| 3218 | 2026-08-29T21:09:41.020Z | Checking instant v0.1.13 |
| 3219 | 2026-08-29T21:09:41.080Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3220 | 2026-08-29T21:09:41.102Z | Checking backoff v0.4.0 |
| 3221 | 2026-08-29T21:09:41.189Z | Checking progenitor-extras v0.2.0 |
| 3222 | 2026-08-29T21:09:41.203Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3223 | 2026-08-29T21:09:41.257Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3224 | 2026-08-29T21:09:41.269Z | Checking regress v0.10.5 |
| 3225 | 2026-08-29T21:09:41.282Z | Checking itertools v0.14.0 |
| 3226 | 2026-08-29T21:09:41.418Z | Checking macaddr v1.0.1 |
| 3227 | 2026-08-29T21:09:41.549Z | Checking parse-display v0.10.0 |
| 3228 | 2026-08-29T21:09:41.608Z | Checking humantime v2.3.0 |
| 3229 | 2026-08-29T21:09:42.414Z | Compiling prettyplease v0.2.37 |
| 3230 | 2026-08-29T21:09:42.676Z | Checking num-rational v0.4.2 |
| 3231 | 2026-08-29T21:09:42.953Z | Checking num-complex v0.4.6 |
| 3232 | 2026-08-29T21:09:43.412Z | Compiling num v0.4.3 |
| 3233 | 2026-08-29T21:09:43.505Z | Checking float-ord v0.3.2 |
| 3234 | 2026-08-29T21:09:43.559Z | Compiling convert_case v0.4.0 |
| 3235 | 2026-08-29T21:09:43.587Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3236 | 2026-08-29T21:09:43.603Z | Checking newline-converter v0.3.0 |
| 3237 | 2026-08-29T21:09:43.625Z | Checking console v0.15.11 |
| 3238 | 2026-08-29T21:09:43.709Z | Compiling minimal-lexical v0.2.1 |
| 3239 | 2026-08-29T21:09:43.903Z | Checking expectorate v1.2.0 |
| 3240 | 2026-08-29T21:09:43.954Z | Compiling derive_more v0.99.20 |
| 3241 | 2026-08-29T21:09:43.999Z | Compiling nom v7.1.3 |
| 3242 | 2026-08-29T21:09:44.140Z | Checking camino-tempfile v1.4.1 |
| 3243 | 2026-08-29T21:09:44.298Z | Checking phf_shared v0.12.1 |
| 3244 | 2026-08-29T21:09:44.439Z | Compiling slog-dtrace v0.3.0 |
| 3245 | 2026-08-29T21:09:44.549Z | Compiling unicode-xid v0.2.6 |
| 3246 | 2026-08-29T21:09:44.631Z | Checking heck v0.5.0 |
| 3247 | 2026-08-29T21:09:44.677Z | Compiling chrono-tz v0.10.4 |
| 3248 | 2026-08-29T21:09:44.751Z | Compiling const_format_proc_macros v0.2.34 |
| 3249 | 2026-08-29T21:09:44.813Z | Checking phf v0.12.1 |
| 3250 | 2026-08-29T21:09:44.874Z | Checking tokio-dtrace v0.1.1 |
| 3251 | 2026-08-29T21:09:44.953Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3252 | 2026-08-29T21:09:45.062Z | Checking highway v1.3.0 |
| 3253 | 2026-08-29T21:09:45.340Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3254 | 2026-08-29T21:09:45.472Z | Checking oxide-tokio-rt v0.1.4 |
| 3255 | 2026-08-29T21:09:45.549Z | Checking const_format v0.2.35 |
| 3256 | 2026-08-29T21:09:45.825Z | Checking gethostname v0.5.0 |
| 3257 | 2026-08-29T21:09:45.912Z | Checking bcs v0.1.6 |
| 3258 | 2026-08-29T21:09:46.019Z | Checking termtree v0.5.1 |
| 3259 | 2026-08-29T21:09:46.355Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3260 | 2026-08-29T21:09:46.514Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3261 | 2026-08-29T21:09:46.567Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3262 | 2026-08-29T21:09:47.837Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3263 | 2026-08-29T21:09:47.933Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3264 | 2026-08-29T21:09:48.097Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3265 | 2026-08-29T21:09:48.100Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3266 | 2026-08-29T21:09:51.091Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3267 | 2026-08-29T21:09:54.223Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3268 | 2026-08-29T21:09:56.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.40s |
| 3269 | 2026-08-29T21:09:56.454Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3270 | 2026-08-29T21:09:56.454Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3271 | 2026-08-29T21:09:56.625Z | |
| 3272 | 2026-08-29T21:09:56.625Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3273 | 2026-08-29T21:09:57.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3274 | 2026-08-29T21:09:57.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3275 | 2026-08-29T21:09:57.326Z | Compiling ar_archive_writer v0.5.1 |
| 3276 | 2026-08-29T21:09:57.438Z | Compiling stacker v0.1.23 |
| 3277 | 2026-08-29T21:09:57.442Z | Compiling cfg_aliases v0.1.1 |
| 3278 | 2026-08-29T21:09:57.448Z | Compiling proc-macro-error v1.0.4 |
| 3279 | 2026-08-29T21:09:57.453Z | Checking fd-lock v4.0.4 |
| 3280 | 2026-08-29T21:09:57.456Z | Checking nibble_vec v0.1.0 |
| 3281 | 2026-08-29T21:09:57.456Z | Checking vte v0.14.1 |
| 3282 | 2026-08-29T21:09:57.456Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3283 | 2026-08-29T21:09:57.492Z | Compiling nix v0.28.0 |
| 3284 | 2026-08-29T21:09:57.555Z | Checking bytecount v0.6.9 |
| 3285 | 2026-08-29T21:09:57.569Z | Checking endian-type v0.1.2 |
| 3286 | 2026-08-29T21:09:57.620Z | Checking strip-ansi-escapes v0.2.1 |
| 3287 | 2026-08-29T21:09:57.655Z | Checking papergrid v0.11.0 |
| 3288 | 2026-08-29T21:09:57.685Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3289 | 2026-08-29T21:09:57.697Z | Checking radix_trie v0.2.1 |
| 3290 | 2026-08-29T21:09:57.718Z | Compiling peg-macros v0.8.5 |
| 3291 | 2026-08-29T21:09:57.731Z | Compiling tabled_derive v0.7.0 |
| 3292 | 2026-08-29T21:09:57.861Z | Checking winnow v0.6.26 |
| 3293 | 2026-08-29T21:09:57.901Z | Compiling sqlparser_derive v0.5.0 |
| 3294 | 2026-08-29T21:09:58.149Z | Checking unicode_categories v0.1.1 |
| 3295 | 2026-08-29T21:09:58.230Z | Compiling psm v0.1.30 |
| 3296 | 2026-08-29T21:09:58.251Z | Checking home v0.5.12 |
| 3297 | 2026-08-29T21:09:58.299Z | Checking nu-ansi-term v0.50.3 |
| 3298 | 2026-08-29T21:09:58.408Z | Checking crossterm v0.29.0 |
| 3299 | 2026-08-29T21:09:58.502Z | Checking reedline v0.40.0 |
| 3300 | 2026-08-29T21:09:58.648Z | Checking display-error-chain v0.2.2 |
| 3301 | 2026-08-29T21:09:58.689Z | Checking tabled v0.15.0 |
| 3302 | 2026-08-29T21:09:58.752Z | Checking rustyline v14.0.0 |
| 3303 | 2026-08-29T21:09:58.993Z | Checking recursive v0.1.1 |
| 3304 | 2026-08-29T21:09:59.006Z | Checking sqlformat v0.3.5 |
| 3305 | 2026-08-29T21:09:59.050Z | Checking peg v0.8.5 |
| 3306 | 2026-08-29T21:09:59.080Z | Checking sqlparser v0.61.0 |
| 3307 | 2026-08-29T21:10:10.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s |
| 3308 | 2026-08-29T21:10:10.278Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3309 | 2026-08-29T21:10:10.278Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3310 | 2026-08-29T21:10:10.439Z | |
| 3311 | 2026-08-29T21:10:10.439Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3312 | 2026-08-29T21:10:10.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3313 | 2026-08-29T21:10:10.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3314 | 2026-08-29T21:10:11.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3315 | 2026-08-29T21:10:14.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3316 | 2026-08-29T21:10:14.643Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3317 | 2026-08-29T21:10:14.643Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3318 | 2026-08-29T21:10:14.825Z | |
| 3319 | 2026-08-29T21:10:14.825Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3320 | 2026-08-29T21:10:15.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2026-08-29T21:10:15.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2026-08-29T21:10:15.519Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3323 | 2026-08-29T21:10:18.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3324 | 2026-08-29T21:10:18.059Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3325 | 2026-08-29T21:10:18.059Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3326 | 2026-08-29T21:10:18.236Z | |
| 3327 | 2026-08-29T21:10:18.236Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3328 | 2026-08-29T21:10:18.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2026-08-29T21:10:18.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2026-08-29T21:10:18.934Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3331 | 2026-08-29T21:10:22.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 3332 | 2026-08-29T21:10:22.237Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3333 | 2026-08-29T21:10:22.237Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3334 | 2026-08-29T21:10:22.413Z | |
| 3335 | 2026-08-29T21:10:22.413Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3336 | 2026-08-29T21:10:22.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-08-29T21:10:22.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-08-29T21:10:23.116Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3339 | 2026-08-29T21:10:26.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 3340 | 2026-08-29T21:10:26.503Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3341 | 2026-08-29T21:10:26.503Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3342 | 2026-08-29T21:10:26.687Z | |
| 3343 | 2026-08-29T21:10:26.688Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3344 | 2026-08-29T21:10:27.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-08-29T21:10:27.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-08-29T21:10:27.379Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3347 | 2026-08-29T21:10:30.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 3348 | 2026-08-29T21:10:30.075Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3349 | 2026-08-29T21:10:30.076Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3350 | 2026-08-29T21:10:30.249Z | |
| 3351 | 2026-08-29T21:10:30.249Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3352 | 2026-08-29T21:10:30.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3353 | 2026-08-29T21:10:30.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3354 | 2026-08-29T21:10:30.949Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3355 | 2026-08-29T21:10:33.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
| 3356 | 2026-08-29T21:10:33.646Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3357 | 2026-08-29T21:10:33.646Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3358 | 2026-08-29T21:10:33.825Z | |
| 3359 | 2026-08-29T21:10:33.825Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3360 | 2026-08-29T21:10:34.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-08-29T21:10:34.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-08-29T21:10:34.530Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3363 | 2026-08-29T21:10:38.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 3364 | 2026-08-29T21:10:38.023Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3365 | 2026-08-29T21:10:38.023Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3366 | 2026-08-29T21:10:38.202Z | |
| 3367 | 2026-08-29T21:10:38.202Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3368 | 2026-08-29T21:10:38.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-08-29T21:10:38.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-08-29T21:10:38.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-08-29T21:10:38.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3372 | 2026-08-29T21:10:38.802Z | |
| 3373 | 2026-08-29T21:10:38.802Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3374 | 2026-08-29T21:10:39.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-08-29T21:10:39.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-08-29T21:10:39.469Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3377 | 2026-08-29T21:10:39.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 3378 | 2026-08-29T21:10:39.855Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3379 | 2026-08-29T21:10:39.855Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3380 | 2026-08-29T21:10:40.037Z | |
| 3381 | 2026-08-29T21:10:40.037Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3382 | 2026-08-29T21:10:40.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3383 | 2026-08-29T21:10:40.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3384 | 2026-08-29T21:10:40.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3385 | 2026-08-29T21:10:40.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3386 | 2026-08-29T21:10:40.634Z | |
| 3387 | 2026-08-29T21:10:40.634Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3388 | 2026-08-29T21:10:41.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2026-08-29T21:10:41.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2026-08-29T21:10:41.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2026-08-29T21:10:41.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3392 | 2026-08-29T21:10:41.272Z | |
| 3393 | 2026-08-29T21:10:41.272Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3394 | 2026-08-29T21:10:41.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2026-08-29T21:10:41.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2026-08-29T21:10:41.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3397 | 2026-08-29T21:10:41.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3398 | 2026-08-29T21:10:41.880Z | |
| 3399 | 2026-08-29T21:10:41.880Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3400 | 2026-08-29T21:10:42.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3401 | 2026-08-29T21:10:42.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3402 | 2026-08-29T21:10:42.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3403 | 2026-08-29T21:10:42.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3404 | 2026-08-29T21:10:42.486Z | |
| 3405 | 2026-08-29T21:10:42.486Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3406 | 2026-08-29T21:10:42.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3407 | 2026-08-29T21:10:43.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3408 | 2026-08-29T21:10:43.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3409 | 2026-08-29T21:10:43.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3410 | 2026-08-29T21:10:43.094Z | |
| 3411 | 2026-08-29T21:10:43.094Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3412 | 2026-08-29T21:10:43.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3413 | 2026-08-29T21:10:43.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3414 | 2026-08-29T21:10:43.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3415 | 2026-08-29T21:10:43.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3416 | 2026-08-29T21:10:43.699Z | |
| 3417 | 2026-08-29T21:10:43.699Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3418 | 2026-08-29T21:10:44.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3419 | 2026-08-29T21:10:44.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3420 | 2026-08-29T21:10:44.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3421 | 2026-08-29T21:10:44.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3422 | 2026-08-29T21:10:44.292Z | |
| 3423 | 2026-08-29T21:10:44.292Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3424 | 2026-08-29T21:10:44.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3425 | 2026-08-29T21:10:44.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3426 | 2026-08-29T21:10:45.149Z | Compiling crucible-workspace-hack v0.1.0 |
| 3427 | 2026-08-29T21:10:45.149Z | Compiling regress v0.11.1 |
| 3428 | 2026-08-29T21:10:45.149Z | Checking secrecy v0.10.3 |
| 3429 | 2026-08-29T21:10:45.152Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3430 | 2026-08-29T21:10:45.152Z | Checking universal-hash v0.5.1 |
| 3431 | 2026-08-29T21:10:45.152Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3432 | 2026-08-29T21:10:45.152Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3433 | 2026-08-29T21:10:45.152Z | Checking opaque-debug v0.3.1 |
| 3434 | 2026-08-29T21:10:45.375Z | Checking chacha20 v0.9.1 |
| 3435 | 2026-08-29T21:10:45.417Z | Checking poly1305 v0.8.0 |
| 3436 | 2026-08-29T21:10:45.441Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3437 | 2026-08-29T21:10:45.568Z | Checking password-hash v0.5.0 |
| 3438 | 2026-08-29T21:10:45.586Z | Checking blake2 v0.10.6 |
| 3439 | 2026-08-29T21:10:45.610Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3440 | 2026-08-29T21:10:45.678Z | Checking aead v0.5.2 |
| 3441 | 2026-08-29T21:10:45.721Z | Checking indent_write v2.2.0 |
| 3442 | 2026-08-29T21:10:45.788Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3443 | 2026-08-29T21:10:45.826Z | Checking chacha20poly1305 v0.10.1 |
| 3444 | 2026-08-29T21:10:45.829Z | Checking argon2 v0.5.3 |
| 3445 | 2026-08-29T21:10:45.856Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3446 | 2026-08-29T21:10:45.954Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3447 | 2026-08-29T21:10:46.009Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3448 | 2026-08-29T21:10:46.032Z | Compiling unsafe-libyaml v0.2.11 |
| 3449 | 2026-08-29T21:10:46.180Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3450 | 2026-08-29T21:10:46.390Z | Compiling heapless v0.8.0 |
| 3451 | 2026-08-29T21:10:46.429Z | Checking thiserror-no-std v2.0.2 |
| 3452 | 2026-08-29T21:10:46.469Z | Compiling ingot-macros v0.2.0 |
| 3453 | 2026-08-29T21:10:46.520Z | Checking vsss-rs v3.3.4 |
| 3454 | 2026-08-29T21:10:46.669Z | Compiling serde_yaml v0.9.34+deprecated |
| 3455 | 2026-08-29T21:10:46.771Z | Compiling proc-macro-crate v3.4.0 |
| 3456 | 2026-08-29T21:10:46.984Z | Compiling typify-impl v0.6.2 |
| 3457 | 2026-08-29T21:10:47.295Z | Compiling num_enum_derive v0.7.6 |
| 3458 | 2026-08-29T21:10:47.618Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3459 | 2026-08-29T21:10:47.668Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3460 | 2026-08-29T21:10:47.948Z | Checking hash32 v0.3.1 |
| 3461 | 2026-08-29T21:10:48.081Z | Compiling smoltcp v0.11.0 |
| 3462 | 2026-08-29T21:10:48.097Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3463 | 2026-08-29T21:10:48.328Z | Checking tabwriter v1.4.1 |
| 3464 | 2026-08-29T21:10:48.342Z | Checking num_enum v0.7.6 |
| 3465 | 2026-08-29T21:10:48.436Z | Checking cobs v0.3.0 |
| 3466 | 2026-08-29T21:10:48.456Z | Checking swrite v0.1.0 |
| 3467 | 2026-08-29T21:10:48.471Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3468 | 2026-08-29T21:10:48.488Z | Compiling proc-macro-crate v1.3.1 |
| 3469 | 2026-08-29T21:10:48.548Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3470 | 2026-08-29T21:10:48.579Z | Checking postcard v1.1.3 |
| 3471 | 2026-08-29T21:10:48.670Z | Compiling foreign-types-macros v0.2.3 |
| 3472 | 2026-08-29T21:10:48.746Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3473 | 2026-08-29T21:10:48.763Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3474 | 2026-08-29T21:10:48.894Z | Checking colored v3.1.1 |
| 3475 | 2026-08-29T21:10:48.910Z | Checking foreign-types-shared v0.3.1 |
| 3476 | 2026-08-29T21:10:49.001Z | Compiling num_enum_derive v0.5.11 |
| 3477 | 2026-08-29T21:10:49.133Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3478 | 2026-08-29T21:10:49.211Z | Checking cstr-argument v0.1.2 |
| 3479 | 2026-08-29T21:10:49.280Z | Checking foreign-types v0.5.0 |
| 3480 | 2026-08-29T21:10:49.296Z | Checking ingot-types v0.2.0 |
| 3481 | 2026-08-29T21:10:49.338Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3482 | 2026-08-29T21:10:49.362Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3483 | 2026-08-29T21:10:49.569Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3484 | 2026-08-29T21:10:49.589Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3485 | 2026-08-29T21:10:49.664Z | Checking ingot v0.2.1 |
| 3486 | 2026-08-29T21:10:49.680Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3487 | 2026-08-29T21:10:49.745Z | Checking rand v0.10.1 |
| 3488 | 2026-08-29T21:10:49.760Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3489 | 2026-08-29T21:10:49.791Z | Compiling zone_cfg_derive v0.3.1 |
| 3490 | 2026-08-29T21:10:49.845Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3491 | 2026-08-29T21:10:49.966Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3492 | 2026-08-29T21:10:50.052Z | Checking num_enum v0.5.11 |
| 3493 | 2026-08-29T21:10:50.081Z | Checking itertools v0.12.1 |
| 3494 | 2026-08-29T21:10:50.171Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3495 | 2026-08-29T21:10:50.352Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3496 | 2026-08-29T21:10:50.447Z | Compiling num-derive v0.4.2 |
| 3497 | 2026-08-29T21:10:50.526Z | Compiling semver v0.1.20 |
| 3498 | 2026-08-29T21:10:50.820Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3499 | 2026-08-29T21:10:51.028Z | Compiling rustc_version v0.1.7 |
| 3500 | 2026-08-29T21:10:51.065Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3501 | 2026-08-29T21:10:51.096Z | Checking zone v0.3.1 |
| 3502 | 2026-08-29T21:10:51.254Z | Checking smf v0.2.3 |
| 3503 | 2026-08-29T21:10:51.284Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3504 | 2026-08-29T21:10:51.353Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3505 | 2026-08-29T21:10:51.379Z | Checking csv-core v0.1.13 |
| 3506 | 2026-08-29T21:10:51.465Z | Checking nom v8.0.0 |
| 3507 | 2026-08-29T21:10:51.492Z | Checking whoami v1.6.1 |
| 3508 | 2026-08-29T21:10:51.509Z | Compiling newtype_derive v0.1.6 |
| 3509 | 2026-08-29T21:10:51.525Z | Compiling typify-macro v0.6.2 |
| 3510 | 2026-08-29T21:10:51.550Z | Checking csv v1.4.0 |
| 3511 | 2026-08-29T21:10:51.569Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3512 | 2026-08-29T21:10:51.662Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3513 | 2026-08-29T21:10:51.689Z | Compiling cancel-safe-futures v0.1.5 |
| 3514 | 2026-08-29T21:10:51.757Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3515 | 2026-08-29T21:10:51.832Z | Compiling libefi-sys v0.1.0 |
| 3516 | 2026-08-29T21:10:51.908Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3517 | 2026-08-29T21:10:52.073Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3518 | 2026-08-29T21:10:52.110Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3519 | 2026-08-29T21:10:52.169Z | Checking oxide-update-engine-types v0.1.2 |
| 3520 | 2026-08-29T21:10:52.309Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3521 | 2026-08-29T21:10:52.327Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3522 | 2026-08-29T21:10:52.372Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3523 | 2026-08-29T21:10:52.500Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3524 | 2026-08-29T21:10:52.518Z | Compiling bitfield-struct v0.6.2 |
| 3525 | 2026-08-29T21:10:52.676Z | Checking linear-map v1.2.0 |
| 3526 | 2026-08-29T21:10:52.851Z | Checking steno v0.4.1 |
| 3527 | 2026-08-29T21:10:53.074Z | Checking oxide-update-engine v0.1.2 |
| 3528 | 2026-08-29T21:10:53.161Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3529 | 2026-08-29T21:10:53.176Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3530 | 2026-08-29T21:10:53.254Z | Compiling typify v0.6.2 |
| 3531 | 2026-08-29T21:10:53.369Z | Compiling progenitor-impl v0.14.0 |
| 3532 | 2026-08-29T21:10:53.399Z | Checking sha1 v0.10.6 |
| 3533 | 2026-08-29T21:10:53.415Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3534 | 2026-08-29T21:10:53.418Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3535 | 2026-08-29T21:10:53.495Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3536 | 2026-08-29T21:10:53.566Z | Checking utf-8 v0.7.6 |
| 3537 | 2026-08-29T21:10:53.582Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3538 | 2026-08-29T21:10:53.627Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3539 | 2026-08-29T21:10:53.704Z | Checking tungstenite v0.21.0 |
| 3540 | 2026-08-29T21:10:53.781Z | Checking ignore v0.4.25 |
| 3541 | 2026-08-29T21:10:53.818Z | Checking anstyle-parse v0.2.7 |
| 3542 | 2026-08-29T21:10:53.911Z | Compiling xshell-macros v0.2.7 |
| 3543 | 2026-08-29T21:10:54.030Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3544 | 2026-08-29T21:10:54.166Z | Checking tokio-tungstenite v0.21.0 |
| 3545 | 2026-08-29T21:10:54.245Z | Checking anstream v0.6.21 |
| 3546 | 2026-08-29T21:10:54.260Z | Checking globwalk v0.9.1 |
| 3547 | 2026-08-29T21:10:54.294Z | Checking xshell v0.2.7 |
| 3548 | 2026-08-29T21:10:54.398Z | Checking predicates-tree v1.0.13 |
| 3549 | 2026-08-29T21:10:54.438Z | Checking filetime v0.2.27 |
| 3550 | 2026-08-29T21:10:54.454Z | Checking tagptr v0.2.0 |
| 3551 | 2026-08-29T21:10:54.454Z | Checking xattr v1.6.1 |
| 3552 | 2026-08-29T21:10:54.487Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3553 | 2026-08-29T21:10:54.509Z | Checking camino-tempfile-ext v0.3.3 |
| 3554 | 2026-08-29T21:10:54.575Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3555 | 2026-08-29T21:10:54.596Z | Checking tar v0.4.46 |
| 3556 | 2026-08-29T21:10:54.599Z | Checking moka v0.12.13 |
| 3557 | 2026-08-29T21:10:54.666Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3558 | 2026-08-29T21:10:54.705Z | Checking rand_seeder v0.4.0 |
| 3559 | 2026-08-29T21:10:54.722Z | Checking half v1.8.3 |
| 3560 | 2026-08-29T21:10:54.814Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3561 | 2026-08-29T21:10:54.854Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3562 | 2026-08-29T21:10:54.921Z | Checking serde_cbor v0.11.2 |
| 3563 | 2026-08-29T21:10:54.985Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3564 | 2026-08-29T21:10:55.165Z | Checking sha2 v0.11.0 |
| 3565 | 2026-08-29T21:10:55.242Z | Checking digest-io v0.1.0 |
| 3566 | 2026-08-29T21:10:55.273Z | Checking hickory-resolver v0.25.2 |
| 3567 | 2026-08-29T21:10:55.311Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3568 | 2026-08-29T21:10:55.377Z | Compiling petname v2.0.2 |
| 3569 | 2026-08-29T21:10:55.829Z | Checking rawzip v0.4.4 |
| 3570 | 2026-08-29T21:10:55.854Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3571 | 2026-08-29T21:10:55.975Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3572 | 2026-08-29T21:10:56.002Z | Compiling progenitor-macro v0.14.0 |
| 3573 | 2026-08-29T21:10:56.259Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3574 | 2026-08-29T21:10:56.273Z | Checking sapling-renderdag v0.1.0 |
| 3575 | 2026-08-29T21:10:56.433Z | Checking subprocess v0.2.15 |
| 3576 | 2026-08-29T21:10:56.449Z | Checking sync-ptr v0.1.4 |
| 3577 | 2026-08-29T21:10:56.509Z | Checking colored v2.2.0 |
| 3578 | 2026-08-29T21:10:56.564Z | Checking assert_matches v1.5.0 |
| 3579 | 2026-08-29T21:10:56.706Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3580 | 2026-08-29T21:10:56.732Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3581 | 2026-08-29T21:10:57.289Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3582 | 2026-08-29T21:10:57.326Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3583 | 2026-08-29T21:10:57.471Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3584 | 2026-08-29T21:10:57.936Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3585 | 2026-08-29T21:10:57.936Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3586 | 2026-08-29T21:10:58.694Z | Checking progenitor v0.14.0 |
| 3587 | 2026-08-29T21:10:58.850Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3588 | 2026-08-29T21:10:58.853Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3589 | 2026-08-29T21:10:58.853Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3590 | 2026-08-29T21:10:58.853Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3591 | 2026-08-29T21:10:58.853Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3592 | 2026-08-29T21:10:58.853Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3593 | 2026-08-29T21:10:59.230Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3594 | 2026-08-29T21:10:59.394Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3595 | 2026-08-29T21:10:59.516Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3596 | 2026-08-29T21:10:59.642Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3597 | 2026-08-29T21:10:59.807Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3598 | 2026-08-29T21:10:59.945Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3599 | 2026-08-29T21:11:00.619Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3600 | 2026-08-29T21:11:00.714Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3601 | 2026-08-29T21:11:01.379Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3602 | 2026-08-29T21:11:01.869Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3603 | 2026-08-29T21:11:10.436Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3604 | 2026-08-29T21:11:17.661Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3605 | 2026-08-29T21:11:17.664Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3606 | 2026-08-29T21:11:17.664Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3607 | 2026-08-29T21:11:19.141Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3608 | 2026-08-29T21:11:20.430Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3609 | 2026-08-29T21:11:22.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.37s |
| 3610 | 2026-08-29T21:11:22.679Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3611 | 2026-08-29T21:11:22.679Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3612 | 2026-08-29T21:11:22.887Z | |
| 3613 | 2026-08-29T21:11:22.887Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3614 | 2026-08-29T21:11:23.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3615 | 2026-08-29T21:11:23.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3616 | 2026-08-29T21:11:23.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3617 | 2026-08-29T21:11:23.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3618 | 2026-08-29T21:11:23.519Z | |
| 3619 | 2026-08-29T21:11:23.519Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3620 | 2026-08-29T21:11:24.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3621 | 2026-08-29T21:11:24.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3622 | 2026-08-29T21:11:24.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3623 | 2026-08-29T21:11:24.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3624 | 2026-08-29T21:11:24.120Z | |
| 3625 | 2026-08-29T21:11:24.120Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3626 | 2026-08-29T21:11:24.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-08-29T21:11:24.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-08-29T21:11:24.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-08-29T21:11:24.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3630 | 2026-08-29T21:11:24.722Z | |
| 3631 | 2026-08-29T21:11:24.722Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3632 | 2026-08-29T21:11:25.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-08-29T21:11:25.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-08-29T21:11:25.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-08-29T21:11:25.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3636 | 2026-08-29T21:11:25.312Z | |
| 3637 | 2026-08-29T21:11:25.312Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3638 | 2026-08-29T21:11:25.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-08-29T21:11:25.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-08-29T21:11:25.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-08-29T21:11:25.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3642 | 2026-08-29T21:11:25.902Z | |
| 3643 | 2026-08-29T21:11:25.902Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3644 | 2026-08-29T21:11:26.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-08-29T21:11:26.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-08-29T21:11:26.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-08-29T21:11:26.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3648 | 2026-08-29T21:11:26.488Z | |
| 3649 | 2026-08-29T21:11:26.488Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3650 | 2026-08-29T21:11:26.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-08-29T21:11:26.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-08-29T21:11:26.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-08-29T21:11:26.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3654 | 2026-08-29T21:11:27.077Z | |
| 3655 | 2026-08-29T21:11:27.077Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3656 | 2026-08-29T21:11:27.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-08-29T21:11:27.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-08-29T21:11:27.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-08-29T21:11:27.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3660 | 2026-08-29T21:11:27.662Z | |
| 3661 | 2026-08-29T21:11:27.662Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3662 | 2026-08-29T21:11:28.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-08-29T21:11:28.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-08-29T21:11:28.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-08-29T21:11:28.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3666 | 2026-08-29T21:11:28.266Z | |
| 3667 | 2026-08-29T21:11:28.266Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3668 | 2026-08-29T21:11:28.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-08-29T21:11:28.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-08-29T21:11:28.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-08-29T21:11:28.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3672 | 2026-08-29T21:11:28.877Z | |
| 3673 | 2026-08-29T21:11:28.877Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3674 | 2026-08-29T21:11:29.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-08-29T21:11:29.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-08-29T21:11:29.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-08-29T21:11:29.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3678 | 2026-08-29T21:11:29.483Z | |
| 3679 | 2026-08-29T21:11:29.483Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3680 | 2026-08-29T21:11:29.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-08-29T21:11:29.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-08-29T21:11:29.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-08-29T21:11:30.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3684 | 2026-08-29T21:11:30.090Z | |
| 3685 | 2026-08-29T21:11:30.090Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3686 | 2026-08-29T21:11:30.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-08-29T21:11:30.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-08-29T21:11:30.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-08-29T21:11:30.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3690 | 2026-08-29T21:11:30.690Z | |
| 3691 | 2026-08-29T21:11:30.690Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3692 | 2026-08-29T21:11:31.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-08-29T21:11:31.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-08-29T21:11:31.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-08-29T21:11:31.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3696 | 2026-08-29T21:11:31.301Z | |
| 3697 | 2026-08-29T21:11:31.302Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3698 | 2026-08-29T21:11:31.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-08-29T21:11:31.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-08-29T21:11:31.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-08-29T21:11:31.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3702 | 2026-08-29T21:11:31.913Z | |
| 3703 | 2026-08-29T21:11:31.913Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3704 | 2026-08-29T21:11:32.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-08-29T21:11:32.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-08-29T21:11:32.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-08-29T21:11:32.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3708 | 2026-08-29T21:11:32.497Z | |
| 3709 | 2026-08-29T21:11:32.497Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3710 | 2026-08-29T21:11:33.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-08-29T21:11:33.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-08-29T21:11:33.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-08-29T21:11:33.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3714 | 2026-08-29T21:11:33.143Z | |
| 3715 | 2026-08-29T21:11:33.143Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3716 | 2026-08-29T21:11:33.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-08-29T21:11:33.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-08-29T21:11:33.911Z | Checking void v1.0.2 |
| 3719 | 2026-08-29T21:11:33.912Z | Checking tungstenite v0.23.0 |
| 3720 | 2026-08-29T21:11:33.912Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3721 | 2026-08-29T21:11:33.915Z | Checking nix v0.27.1 |
| 3722 | 2026-08-29T21:11:33.915Z | Checking dropshot-api-manager-types v0.8.0 |
| 3723 | 2026-08-29T21:11:33.915Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3724 | 2026-08-29T21:11:33.915Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3725 | 2026-08-29T21:11:33.915Z | Checking kstat-rs v0.2.5 |
| 3726 | 2026-08-29T21:11:34.173Z | Checking fxhash v0.2.1 |
| 3727 | 2026-08-29T21:11:34.186Z | Checking lzss v0.8.2 |
| 3728 | 2026-08-29T21:11:34.201Z | Checking serde_bytes v0.11.19 |
| 3729 | 2026-08-29T21:11:34.207Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3730 | 2026-08-29T21:11:34.284Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3731 | 2026-08-29T21:11:34.322Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3732 | 2026-08-29T21:11:34.366Z | Checking signal-hook-tokio v0.3.1 |
| 3733 | 2026-08-29T21:11:34.423Z | Checking tokio-tungstenite v0.23.1 |
| 3734 | 2026-08-29T21:11:34.532Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3735 | 2026-08-29T21:11:35.580Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3736 | 2026-08-29T21:11:36.126Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3737 | 2026-08-29T21:11:38.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
| 3738 | 2026-08-29T21:11:38.268Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3739 | 2026-08-29T21:11:38.268Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3740 | 2026-08-29T21:11:38.450Z | |
| 3741 | 2026-08-29T21:11:38.450Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3742 | 2026-08-29T21:11:38.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-08-29T21:11:38.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-08-29T21:11:38.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3745 | 2026-08-29T21:11:38.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3746 | 2026-08-29T21:11:39.043Z | |
| 3747 | 2026-08-29T21:11:39.043Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3748 | 2026-08-29T21:11:39.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-08-29T21:11:39.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-08-29T21:11:39.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3751 | 2026-08-29T21:11:39.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3752 | 2026-08-29T21:11:39.626Z | |
| 3753 | 2026-08-29T21:11:39.626Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3754 | 2026-08-29T21:11:40.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-08-29T21:11:40.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-08-29T21:11:40.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3757 | 2026-08-29T21:11:40.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3758 | 2026-08-29T21:11:40.220Z | |
| 3759 | 2026-08-29T21:11:40.220Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3760 | 2026-08-29T21:11:40.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-08-29T21:11:40.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-08-29T21:11:40.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3763 | 2026-08-29T21:11:40.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3764 | 2026-08-29T21:11:40.839Z | |
| 3765 | 2026-08-29T21:11:40.839Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3766 | 2026-08-29T21:11:41.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-08-29T21:11:41.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-08-29T21:11:41.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-08-29T21:11:41.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3770 | 2026-08-29T21:11:41.438Z | |
| 3771 | 2026-08-29T21:11:41.439Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3772 | 2026-08-29T21:11:41.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-08-29T21:11:41.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-08-29T21:11:41.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-08-29T21:11:41.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3776 | 2026-08-29T21:11:42.037Z | |
| 3777 | 2026-08-29T21:11:42.038Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3778 | 2026-08-29T21:11:42.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-08-29T21:11:42.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-08-29T21:11:42.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-08-29T21:11:42.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3782 | 2026-08-29T21:11:42.635Z | |
| 3783 | 2026-08-29T21:11:42.636Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3784 | 2026-08-29T21:11:43.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-08-29T21:11:43.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-08-29T21:11:43.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-08-29T21:11:43.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3788 | 2026-08-29T21:11:43.247Z | |
| 3789 | 2026-08-29T21:11:43.247Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3790 | 2026-08-29T21:11:43.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-08-29T21:11:43.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-08-29T21:11:43.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-08-29T21:11:43.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3794 | 2026-08-29T21:11:43.844Z | |
| 3795 | 2026-08-29T21:11:43.844Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3796 | 2026-08-29T21:11:44.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-08-29T21:11:44.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-08-29T21:11:44.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-08-29T21:11:44.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-08-29T21:11:44.443Z | |
| 3801 | 2026-08-29T21:11:44.443Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3802 | 2026-08-29T21:11:44.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-08-29T21:11:44.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-08-29T21:11:44.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-08-29T21:11:44.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3806 | 2026-08-29T21:11:45.048Z | |
| 3807 | 2026-08-29T21:11:45.049Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3808 | 2026-08-29T21:11:45.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-08-29T21:11:45.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-08-29T21:11:45.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-08-29T21:11:45.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3812 | 2026-08-29T21:11:45.650Z | |
| 3813 | 2026-08-29T21:11:45.650Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3814 | 2026-08-29T21:11:46.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-08-29T21:11:46.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-08-29T21:11:46.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-08-29T21:11:46.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3818 | 2026-08-29T21:11:46.249Z | |
| 3819 | 2026-08-29T21:11:46.249Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3820 | 2026-08-29T21:11:46.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-08-29T21:11:46.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-08-29T21:11:46.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-08-29T21:11:46.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3824 | 2026-08-29T21:11:46.852Z | |
| 3825 | 2026-08-29T21:11:46.852Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3826 | 2026-08-29T21:11:47.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-08-29T21:11:47.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-08-29T21:11:47.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-08-29T21:11:47.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3830 | 2026-08-29T21:11:47.452Z | |
| 3831 | 2026-08-29T21:11:47.452Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3832 | 2026-08-29T21:11:47.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-08-29T21:11:47.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-08-29T21:11:47.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-08-29T21:11:47.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3836 | 2026-08-29T21:11:48.049Z | |
| 3837 | 2026-08-29T21:11:48.049Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3838 | 2026-08-29T21:11:48.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-08-29T21:11:48.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-08-29T21:11:48.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-08-29T21:11:48.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3842 | 2026-08-29T21:11:48.648Z | |
| 3843 | 2026-08-29T21:11:48.648Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3844 | 2026-08-29T21:11:49.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-08-29T21:11:49.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-08-29T21:11:49.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-08-29T21:11:49.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3848 | 2026-08-29T21:11:49.246Z | |
| 3849 | 2026-08-29T21:11:49.246Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3850 | 2026-08-29T21:11:49.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-08-29T21:11:49.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-08-29T21:11:49.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-08-29T21:11:49.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3854 | 2026-08-29T21:11:49.846Z | |
| 3855 | 2026-08-29T21:11:49.846Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3856 | 2026-08-29T21:11:50.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-08-29T21:11:50.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-08-29T21:11:50.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-08-29T21:11:50.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3860 | 2026-08-29T21:11:50.448Z | |
| 3861 | 2026-08-29T21:11:50.448Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3862 | 2026-08-29T21:11:50.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-08-29T21:11:50.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-08-29T21:11:50.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-08-29T21:11:50.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3866 | 2026-08-29T21:11:51.045Z | |
| 3867 | 2026-08-29T21:11:51.045Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3868 | 2026-08-29T21:11:51.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-08-29T21:11:51.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-08-29T21:11:51.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-08-29T21:11:51.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3872 | 2026-08-29T21:11:51.646Z | |
| 3873 | 2026-08-29T21:11:51.646Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3874 | 2026-08-29T21:11:52.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-08-29T21:11:52.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-08-29T21:11:52.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-08-29T21:11:52.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3878 | 2026-08-29T21:11:52.263Z | |
| 3879 | 2026-08-29T21:11:52.263Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3880 | 2026-08-29T21:11:52.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-08-29T21:11:52.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-08-29T21:11:52.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-08-29T21:11:52.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3884 | 2026-08-29T21:11:52.886Z | |
| 3885 | 2026-08-29T21:11:52.886Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3886 | 2026-08-29T21:11:53.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-08-29T21:11:53.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-08-29T21:11:53.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-08-29T21:11:53.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3890 | 2026-08-29T21:11:53.500Z | |
| 3891 | 2026-08-29T21:11:53.500Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3892 | 2026-08-29T21:11:54.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-08-29T21:11:54.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-08-29T21:11:54.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-08-29T21:11:54.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3896 | 2026-08-29T21:11:54.113Z | |
| 3897 | 2026-08-29T21:11:54.113Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3898 | 2026-08-29T21:11:54.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-08-29T21:11:54.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-08-29T21:11:54.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-08-29T21:11:54.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3902 | 2026-08-29T21:11:54.722Z | |
| 3903 | 2026-08-29T21:11:54.722Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3904 | 2026-08-29T21:11:55.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-08-29T21:11:55.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-08-29T21:11:55.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3907 | 2026-08-29T21:11:55.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3908 | 2026-08-29T21:11:55.328Z | |
| 3909 | 2026-08-29T21:11:55.328Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3910 | 2026-08-29T21:11:55.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-08-29T21:11:55.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-08-29T21:11:55.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3913 | 2026-08-29T21:11:55.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3914 | 2026-08-29T21:11:55.940Z | |
| 3915 | 2026-08-29T21:11:55.940Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3916 | 2026-08-29T21:11:56.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3917 | 2026-08-29T21:11:56.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3918 | 2026-08-29T21:11:56.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3919 | 2026-08-29T21:11:56.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3920 | 2026-08-29T21:11:56.548Z | |
| 3921 | 2026-08-29T21:11:56.548Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3922 | 2026-08-29T21:11:57.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3923 | 2026-08-29T21:11:57.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3924 | 2026-08-29T21:11:57.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3925 | 2026-08-29T21:11:57.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3926 | 2026-08-29T21:11:57.151Z | |
| 3927 | 2026-08-29T21:11:57.151Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3928 | 2026-08-29T21:11:57.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3929 | 2026-08-29T21:11:57.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3930 | 2026-08-29T21:11:57.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3931 | 2026-08-29T21:11:57.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3932 | 2026-08-29T21:11:57.759Z | |
| 3933 | 2026-08-29T21:11:57.759Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3934 | 2026-08-29T21:11:58.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3935 | 2026-08-29T21:11:58.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3936 | 2026-08-29T21:11:58.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3937 | 2026-08-29T21:11:58.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3938 | 2026-08-29T21:11:58.371Z | |
| 3939 | 2026-08-29T21:11:58.371Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3940 | 2026-08-29T21:11:58.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3941 | 2026-08-29T21:11:58.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3942 | 2026-08-29T21:11:58.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3943 | 2026-08-29T21:11:58.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3944 | 2026-08-29T21:11:58.984Z | |
| 3945 | 2026-08-29T21:11:58.984Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3946 | 2026-08-29T21:11:59.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3947 | 2026-08-29T21:11:59.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3948 | 2026-08-29T21:11:59.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3949 | 2026-08-29T21:11:59.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3950 | 2026-08-29T21:11:59.600Z | |
| 3951 | 2026-08-29T21:11:59.600Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3952 | 2026-08-29T21:12:00.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3953 | 2026-08-29T21:12:00.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3954 | 2026-08-29T21:12:00.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3955 | 2026-08-29T21:12:00.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3956 | 2026-08-29T21:12:00.216Z | |
| 3957 | 2026-08-29T21:12:00.216Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3958 | 2026-08-29T21:12:00.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3959 | 2026-08-29T21:12:00.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3960 | 2026-08-29T21:12:00.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3961 | 2026-08-29T21:12:00.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3962 | 2026-08-29T21:12:00.825Z | |
| 3963 | 2026-08-29T21:12:00.825Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3964 | 2026-08-29T21:12:01.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3965 | 2026-08-29T21:12:01.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3966 | 2026-08-29T21:12:01.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3967 | 2026-08-29T21:12:01.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3968 | 2026-08-29T21:12:01.437Z | |
| 3969 | 2026-08-29T21:12:01.437Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3970 | 2026-08-29T21:12:01.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3971 | 2026-08-29T21:12:01.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3972 | 2026-08-29T21:12:01.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3973 | 2026-08-29T21:12:01.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3974 | 2026-08-29T21:12:02.044Z | |
| 3975 | 2026-08-29T21:12:02.044Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3976 | 2026-08-29T21:12:02.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3977 | 2026-08-29T21:12:02.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3978 | 2026-08-29T21:12:02.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3979 | 2026-08-29T21:12:02.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3980 | 2026-08-29T21:12:02.658Z | |
| 3981 | 2026-08-29T21:12:02.658Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3982 | 2026-08-29T21:12:03.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3983 | 2026-08-29T21:12:03.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3984 | 2026-08-29T21:12:03.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3985 | 2026-08-29T21:12:03.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3986 | 2026-08-29T21:12:03.254Z | |
| 3987 | 2026-08-29T21:12:03.254Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3988 | 2026-08-29T21:12:03.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3989 | 2026-08-29T21:12:03.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3990 | 2026-08-29T21:12:03.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3991 | 2026-08-29T21:12:03.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3992 | 2026-08-29T21:12:03.852Z | |
| 3993 | 2026-08-29T21:12:03.852Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3994 | 2026-08-29T21:12:04.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-08-29T21:12:04.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-08-29T21:12:04.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3997 | 2026-08-29T21:12:04.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3998 | 2026-08-29T21:12:04.440Z | |
| 3999 | 2026-08-29T21:12:04.440Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 4000 | 2026-08-29T21:12:04.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-08-29T21:12:04.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-08-29T21:12:04.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4003 | 2026-08-29T21:12:04.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4004 | 2026-08-29T21:12:05.032Z | |
| 4005 | 2026-08-29T21:12:05.032Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 4006 | 2026-08-29T21:12:05.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4007 | 2026-08-29T21:12:05.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4008 | 2026-08-29T21:12:05.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4009 | 2026-08-29T21:12:05.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4010 | 2026-08-29T21:12:05.623Z | |
| 4011 | 2026-08-29T21:12:05.624Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 4012 | 2026-08-29T21:12:06.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-08-29T21:12:06.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-08-29T21:12:06.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4015 | 2026-08-29T21:12:06.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4016 | 2026-08-29T21:12:06.224Z | |
| 4017 | 2026-08-29T21:12:06.224Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 4018 | 2026-08-29T21:12:06.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-08-29T21:12:06.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-08-29T21:12:06.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-08-29T21:12:06.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4022 | 2026-08-29T21:12:06.821Z | |
| 4023 | 2026-08-29T21:12:06.821Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 4024 | 2026-08-29T21:12:07.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-08-29T21:12:07.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-08-29T21:12:07.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-08-29T21:12:07.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4028 | 2026-08-29T21:12:07.415Z | |
| 4029 | 2026-08-29T21:12:07.415Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 4030 | 2026-08-29T21:12:07.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-08-29T21:12:07.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-08-29T21:12:07.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4033 | 2026-08-29T21:12:07.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4034 | 2026-08-29T21:12:08.013Z | |
| 4035 | 2026-08-29T21:12:08.013Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 4036 | 2026-08-29T21:12:08.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4037 | 2026-08-29T21:12:08.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4038 | 2026-08-29T21:12:08.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4039 | 2026-08-29T21:12:08.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4040 | 2026-08-29T21:12:08.607Z | |
| 4041 | 2026-08-29T21:12:08.607Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 4042 | 2026-08-29T21:12:09.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4043 | 2026-08-29T21:12:09.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4044 | 2026-08-29T21:12:09.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4045 | 2026-08-29T21:12:09.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4046 | 2026-08-29T21:12:09.205Z | |
| 4047 | 2026-08-29T21:12:09.205Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 4048 | 2026-08-29T21:12:09.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4049 | 2026-08-29T21:12:09.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4050 | 2026-08-29T21:12:09.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4051 | 2026-08-29T21:12:09.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4052 | 2026-08-29T21:12:09.802Z | |
| 4053 | 2026-08-29T21:12:09.802Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 4054 | 2026-08-29T21:12:10.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4055 | 2026-08-29T21:12:10.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4056 | 2026-08-29T21:12:10.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4057 | 2026-08-29T21:12:10.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4058 | 2026-08-29T21:12:10.397Z | |
| 4059 | 2026-08-29T21:12:10.397Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 4060 | 2026-08-29T21:12:10.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4061 | 2026-08-29T21:12:10.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4062 | 2026-08-29T21:12:10.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4063 | 2026-08-29T21:12:10.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4064 | 2026-08-29T21:12:10.994Z | |
| 4065 | 2026-08-29T21:12:10.994Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 4066 | 2026-08-29T21:12:11.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4067 | 2026-08-29T21:12:11.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4068 | 2026-08-29T21:12:11.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4069 | 2026-08-29T21:12:11.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4070 | 2026-08-29T21:12:11.588Z | |
| 4071 | 2026-08-29T21:12:11.588Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 4072 | 2026-08-29T21:12:12.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4073 | 2026-08-29T21:12:12.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4074 | 2026-08-29T21:12:12.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4075 | 2026-08-29T21:12:12.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4076 | 2026-08-29T21:12:12.183Z | |
| 4077 | 2026-08-29T21:12:12.183Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 4078 | 2026-08-29T21:12:12.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-29T21:12:12.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-29T21:12:12.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-29T21:12:12.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4082 | 2026-08-29T21:12:12.794Z | |
| 4083 | 2026-08-29T21:12:12.794Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 4084 | 2026-08-29T21:12:13.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-29T21:12:13.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-29T21:12:13.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-29T21:12:13.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4088 | 2026-08-29T21:12:13.409Z | |
| 4089 | 2026-08-29T21:12:13.409Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 4090 | 2026-08-29T21:12:13.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-29T21:12:13.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-29T21:12:13.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-29T21:12:13.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4094 | 2026-08-29T21:12:14.023Z | |
| 4095 | 2026-08-29T21:12:14.023Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 4096 | 2026-08-29T21:12:14.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-29T21:12:14.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-29T21:12:14.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-08-29T21:12:14.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4100 | 2026-08-29T21:12:14.634Z | |
| 4101 | 2026-08-29T21:12:14.634Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 4102 | 2026-08-29T21:12:15.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-29T21:12:15.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-29T21:12:15.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4105 | 2026-08-29T21:12:15.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4106 | 2026-08-29T21:12:15.246Z | |
| 4107 | 2026-08-29T21:12:15.246Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 4108 | 2026-08-29T21:12:15.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4109 | 2026-08-29T21:12:15.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4110 | 2026-08-29T21:12:15.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4111 | 2026-08-29T21:12:15.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4112 | 2026-08-29T21:12:15.856Z | |
| 4113 | 2026-08-29T21:12:15.856Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 4114 | 2026-08-29T21:12:16.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4115 | 2026-08-29T21:12:16.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4116 | 2026-08-29T21:12:16.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4117 | 2026-08-29T21:12:16.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4118 | 2026-08-29T21:12:16.470Z | |
| 4119 | 2026-08-29T21:12:16.470Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4120 | 2026-08-29T21:12:16.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4121 | 2026-08-29T21:12:16.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4122 | 2026-08-29T21:12:16.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4123 | 2026-08-29T21:12:16.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4124 | 2026-08-29T21:12:17.084Z | |
| 4125 | 2026-08-29T21:12:17.084Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4126 | 2026-08-29T21:12:17.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-08-29T21:12:17.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-08-29T21:12:17.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4129 | 2026-08-29T21:12:17.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4130 | 2026-08-29T21:12:17.693Z | |
| 4131 | 2026-08-29T21:12:17.693Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4132 | 2026-08-29T21:12:18.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4133 | 2026-08-29T21:12:18.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4134 | 2026-08-29T21:12:18.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4135 | 2026-08-29T21:12:18.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4136 | 2026-08-29T21:12:18.301Z | |
| 4137 | 2026-08-29T21:12:18.301Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4138 | 2026-08-29T21:12:18.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-08-29T21:12:18.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-08-29T21:12:18.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4141 | 2026-08-29T21:12:18.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4142 | 2026-08-29T21:12:18.913Z | |
| 4143 | 2026-08-29T21:12:18.913Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4144 | 2026-08-29T21:12:19.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-08-29T21:12:19.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-08-29T21:12:19.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4147 | 2026-08-29T21:12:19.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4148 | 2026-08-29T21:12:19.523Z | |
| 4149 | 2026-08-29T21:12:19.523Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4150 | 2026-08-29T21:12:20.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2026-08-29T21:12:20.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2026-08-29T21:12:20.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4153 | 2026-08-29T21:12:20.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4154 | 2026-08-29T21:12:20.137Z | |
| 4155 | 2026-08-29T21:12:20.137Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4156 | 2026-08-29T21:12:20.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2026-08-29T21:12:20.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2026-08-29T21:12:20.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4159 | 2026-08-29T21:12:20.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4160 | 2026-08-29T21:12:20.748Z | |
| 4161 | 2026-08-29T21:12:20.748Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4162 | 2026-08-29T21:12:21.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4163 | 2026-08-29T21:12:21.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4164 | 2026-08-29T21:12:21.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4165 | 2026-08-29T21:12:21.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4166 | 2026-08-29T21:12:21.356Z | |
| 4167 | 2026-08-29T21:12:21.356Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4168 | 2026-08-29T21:12:21.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4169 | 2026-08-29T21:12:21.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4170 | 2026-08-29T21:12:21.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4171 | 2026-08-29T21:12:21.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4172 | 2026-08-29T21:12:21.982Z | |
| 4173 | 2026-08-29T21:12:21.982Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4174 | 2026-08-29T21:12:22.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4175 | 2026-08-29T21:12:22.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4176 | 2026-08-29T21:12:22.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4177 | 2026-08-29T21:12:22.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4178 | 2026-08-29T21:12:22.580Z | |
| 4179 | 2026-08-29T21:12:22.580Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4180 | 2026-08-29T21:12:23.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4181 | 2026-08-29T21:12:23.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4182 | 2026-08-29T21:12:23.261Z | Compiling parking_lot_core v0.8.6 |
| 4183 | 2026-08-29T21:12:23.372Z | Compiling git-stub v1.0.0 |
| 4184 | 2026-08-29T21:12:23.380Z | Checking prefix-trie v0.7.0 |
| 4185 | 2026-08-29T21:12:23.387Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4186 | 2026-08-29T21:12:23.495Z | Compiling git-stub-vcs v0.1.0 |
| 4187 | 2026-08-29T21:12:23.654Z | Checking hickory-server v0.25.2 |
| 4188 | 2026-08-29T21:12:23.754Z | Checking parking_lot v0.11.2 |
| 4189 | 2026-08-29T21:12:23.798Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4190 | 2026-08-29T21:12:23.923Z | Checking sled v0.34.7 |
| 4191 | 2026-08-29T21:12:25.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 4192 | 2026-08-29T21:12:25.870Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4193 | 2026-08-29T21:12:25.870Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4194 | 2026-08-29T21:12:26.045Z | |
| 4195 | 2026-08-29T21:12:26.045Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4196 | 2026-08-29T21:12:26.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-08-29T21:12:26.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-08-29T21:12:26.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-08-29T21:12:26.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4200 | 2026-08-29T21:12:26.642Z | |
| 4201 | 2026-08-29T21:12:26.643Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4202 | 2026-08-29T21:12:27.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-08-29T21:12:27.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-08-29T21:12:27.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-08-29T21:12:27.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4206 | 2026-08-29T21:12:27.273Z | |
| 4207 | 2026-08-29T21:12:27.273Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4208 | 2026-08-29T21:12:27.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-08-29T21:12:27.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-08-29T21:12:27.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-08-29T21:12:27.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4212 | 2026-08-29T21:12:27.880Z | |
| 4213 | 2026-08-29T21:12:27.880Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4214 | 2026-08-29T21:12:28.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-08-29T21:12:28.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-08-29T21:12:28.620Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4217 | 2026-08-29T21:12:29.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4218 | 2026-08-29T21:12:29.146Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4219 | 2026-08-29T21:12:29.147Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4220 | 2026-08-29T21:12:29.351Z | |
| 4221 | 2026-08-29T21:12:29.351Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4222 | 2026-08-29T21:12:29.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4223 | 2026-08-29T21:12:29.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4224 | 2026-08-29T21:12:30.211Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4225 | 2026-08-29T21:12:30.346Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4226 | 2026-08-29T21:12:30.349Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4227 | 2026-08-29T21:12:30.362Z | Compiling dashu-int v0.5.1 |
| 4228 | 2026-08-29T21:12:30.372Z | Checking libscf-sys v1.2.0 |
| 4229 | 2026-08-29T21:12:30.376Z | Checking ssh-encoding v0.2.0 |
| 4230 | 2026-08-29T21:12:30.376Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4231 | 2026-08-29T21:12:30.411Z | Compiling rlimit v0.10.2 |
| 4232 | 2026-08-29T21:12:30.486Z | Checking num-modular v0.6.5 |
| 4233 | 2026-08-29T21:12:30.506Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4234 | 2026-08-29T21:12:30.547Z | Checking dashu-base v0.5.1 |
| 4235 | 2026-08-29T21:12:30.576Z | Checking tungstenite v0.28.0 |
| 4236 | 2026-08-29T21:12:30.583Z | Checking ssh-cipher v0.2.0 |
| 4237 | 2026-08-29T21:12:30.628Z | Checking papergrid v0.18.0 |
| 4238 | 2026-08-29T21:12:30.709Z | Checking p256 v0.13.2 |
| 4239 | 2026-08-29T21:12:30.744Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4240 | 2026-08-29T21:12:30.780Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4241 | 2026-08-29T21:12:30.804Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4242 | 2026-08-29T21:12:30.952Z | Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 4243 | 2026-08-29T21:12:30.981Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4244 | 2026-08-29T21:12:31.025Z | Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 4245 | 2026-08-29T21:12:31.168Z | Checking num-primitive v0.2.1 |
| 4246 | 2026-08-29T21:12:31.200Z | Compiling unicase v2.9.0 |
| 4247 | 2026-08-29T21:12:31.390Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4248 | 2026-08-29T21:12:31.405Z | Compiling mime_guess v2.0.5 |
| 4249 | 2026-08-29T21:12:31.408Z | Checking tabled v0.21.0 |
| 4250 | 2026-08-29T21:12:31.539Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4251 | 2026-08-29T21:12:31.554Z | Checking tokio-tungstenite v0.28.0 |
| 4252 | 2026-08-29T21:12:31.569Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4253 | 2026-08-29T21:12:31.712Z | Checking dsi-bitstream v0.10.1 |
| 4254 | 2026-08-29T21:12:31.818Z | Checking ssh-key v0.6.7 |
| 4255 | 2026-08-29T21:12:31.956Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4256 | 2026-08-29T21:12:32.057Z | Checking bytesize v2.7.0 |
| 4257 | 2026-08-29T21:12:32.157Z | Checking http-range-header v0.4.2 |
| 4258 | 2026-08-29T21:12:32.221Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4259 | 2026-08-29T21:12:32.292Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4260 | 2026-08-29T21:12:32.357Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4261 | 2026-08-29T21:12:32.425Z | Checking http-range v0.1.5 |
| 4262 | 2026-08-29T21:12:32.539Z | Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 4263 | 2026-08-29T21:12:32.555Z | Checking crc8 v0.1.1 |
| 4264 | 2026-08-29T21:12:32.669Z | Compiling seq-macro v0.3.6 |
| 4265 | 2026-08-29T21:12:32.713Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4266 | 2026-08-29T21:12:32.892Z | Checking scuffle v0.1.0 |
| 4267 | 2026-08-29T21:12:33.126Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4268 | 2026-08-29T21:12:33.151Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4269 | 2026-08-29T21:12:33.151Z | Checking pwd v1.4.0 |
| 4270 | 2026-08-29T21:12:33.301Z | Checking lru v0.18.3 |
| 4271 | 2026-08-29T21:12:33.422Z | Checking sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 4272 | 2026-08-29T21:12:33.449Z | Checking nanorand v0.7.0 |
| 4273 | 2026-08-29T21:12:33.469Z | Checking hyper-staticfile v0.10.1 |
| 4274 | 2026-08-29T21:12:33.517Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4275 | 2026-08-29T21:12:33.536Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4276 | 2026-08-29T21:12:33.645Z | Checking flume v0.11.1 |
| 4277 | 2026-08-29T21:12:33.750Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4278 | 2026-08-29T21:12:33.888Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4279 | 2026-08-29T21:12:33.925Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4280 | 2026-08-29T21:12:33.940Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4281 | 2026-08-29T21:12:33.966Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4282 | 2026-08-29T21:12:34.184Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4283 | 2026-08-29T21:12:34.247Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4284 | 2026-08-29T21:12:34.330Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4285 | 2026-08-29T21:12:34.493Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4286 | 2026-08-29T21:12:34.563Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4287 | 2026-08-29T21:12:35.096Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4288 | 2026-08-29T21:12:35.514Z | Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 4289 | 2026-08-29T21:12:35.552Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4290 | 2026-08-29T21:12:36.627Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4291 | 2026-08-29T21:12:37.224Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4292 | 2026-08-29T21:12:38.497Z | Checking sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 4293 | 2026-08-29T21:12:38.765Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4294 | 2026-08-29T21:12:39.314Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4295 | 2026-08-29T21:12:50.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.43s |
| 4296 | 2026-08-29T21:12:50.798Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4297 | 2026-08-29T21:12:50.798Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4298 | 2026-08-29T21:12:51.017Z | |
| 4299 | 2026-08-29T21:12:51.017Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4300 | 2026-08-29T21:12:51.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-08-29T21:12:51.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-08-29T21:12:51.828Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4303 | 2026-08-29T21:13:02.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s |
| 4304 | 2026-08-29T21:13:02.217Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4305 | 2026-08-29T21:13:02.217Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4306 | 2026-08-29T21:13:02.424Z | |
| 4307 | 2026-08-29T21:13:02.424Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4308 | 2026-08-29T21:13:02.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4309 | 2026-08-29T21:13:02.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4310 | 2026-08-29T21:13:03.225Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4311 | 2026-08-29T21:13:13.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s |
| 4312 | 2026-08-29T21:13:13.619Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4313 | 2026-08-29T21:13:13.619Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4314 | 2026-08-29T21:13:13.822Z | |
| 4315 | 2026-08-29T21:13:13.822Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4316 | 2026-08-29T21:13:14.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4317 | 2026-08-29T21:13:14.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4318 | 2026-08-29T21:13:14.618Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4319 | 2026-08-29T21:13:24.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s |
| 4320 | 2026-08-29T21:13:25.002Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4321 | 2026-08-29T21:13:25.002Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4322 | 2026-08-29T21:13:25.209Z | |
| 4323 | 2026-08-29T21:13:25.209Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4324 | 2026-08-29T21:13:25.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-08-29T21:13:25.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-08-29T21:13:26.025Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4327 | 2026-08-29T21:13:36.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s |
| 4328 | 2026-08-29T21:13:36.441Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4329 | 2026-08-29T21:13:36.441Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4330 | 2026-08-29T21:13:36.647Z | |
| 4331 | 2026-08-29T21:13:36.647Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4332 | 2026-08-29T21:13:37.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4333 | 2026-08-29T21:13:37.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4334 | 2026-08-29T21:13:37.459Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4335 | 2026-08-29T21:13:47.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s |
| 4336 | 2026-08-29T21:13:47.823Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4337 | 2026-08-29T21:13:47.823Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4338 | 2026-08-29T21:13:48.029Z | |
| 4339 | 2026-08-29T21:13:48.029Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4340 | 2026-08-29T21:13:48.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-08-29T21:13:48.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-08-29T21:13:48.841Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4343 | 2026-08-29T21:13:59.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s |
| 4344 | 2026-08-29T21:13:59.298Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4345 | 2026-08-29T21:13:59.299Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4346 | 2026-08-29T21:13:59.501Z | |
| 4347 | 2026-08-29T21:13:59.501Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4348 | 2026-08-29T21:14:00.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4349 | 2026-08-29T21:14:00.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4350 | 2026-08-29T21:14:00.316Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4351 | 2026-08-29T21:14:10.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s |
| 4352 | 2026-08-29T21:14:10.719Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4353 | 2026-08-29T21:14:10.719Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4354 | 2026-08-29T21:14:10.925Z | |
| 4355 | 2026-08-29T21:14:10.925Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4356 | 2026-08-29T21:14:11.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4357 | 2026-08-29T21:14:11.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4358 | 2026-08-29T21:14:11.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4359 | 2026-08-29T21:14:11.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4360 | 2026-08-29T21:14:11.534Z | |
| 4361 | 2026-08-29T21:14:11.534Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4362 | 2026-08-29T21:14:12.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4363 | 2026-08-29T21:14:12.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4364 | 2026-08-29T21:14:12.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4365 | 2026-08-29T21:14:12.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4366 | 2026-08-29T21:14:12.144Z | |
| 4367 | 2026-08-29T21:14:12.145Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4368 | 2026-08-29T21:14:12.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4369 | 2026-08-29T21:14:12.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4370 | 2026-08-29T21:14:12.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4371 | 2026-08-29T21:14:12.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4372 | 2026-08-29T21:14:12.736Z | |
| 4373 | 2026-08-29T21:14:12.736Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4374 | 2026-08-29T21:14:13.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4375 | 2026-08-29T21:14:13.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4376 | 2026-08-29T21:14:13.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4377 | 2026-08-29T21:14:13.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4378 | 2026-08-29T21:14:13.366Z | |
| 4379 | 2026-08-29T21:14:13.366Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4380 | 2026-08-29T21:14:13.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4381 | 2026-08-29T21:14:13.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4382 | 2026-08-29T21:14:13.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4383 | 2026-08-29T21:14:13.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4384 | 2026-08-29T21:14:13.971Z | |
| 4385 | 2026-08-29T21:14:13.971Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4386 | 2026-08-29T21:14:14.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4387 | 2026-08-29T21:14:14.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4388 | 2026-08-29T21:14:14.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4389 | 2026-08-29T21:14:14.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4390 | 2026-08-29T21:14:14.567Z | |
| 4391 | 2026-08-29T21:14:14.567Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4392 | 2026-08-29T21:14:15.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-08-29T21:14:15.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-08-29T21:14:15.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4395 | 2026-08-29T21:14:15.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4396 | 2026-08-29T21:14:15.175Z | |
| 4397 | 2026-08-29T21:14:15.175Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4398 | 2026-08-29T21:14:15.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4399 | 2026-08-29T21:14:15.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4400 | 2026-08-29T21:14:15.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4401 | 2026-08-29T21:14:15.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4402 | 2026-08-29T21:14:15.762Z | |
| 4403 | 2026-08-29T21:14:15.762Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4404 | 2026-08-29T21:14:16.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-08-29T21:14:16.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-08-29T21:14:16.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4407 | 2026-08-29T21:14:16.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4408 | 2026-08-29T21:14:16.383Z | |
| 4409 | 2026-08-29T21:14:16.383Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4410 | 2026-08-29T21:14:16.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-08-29T21:14:16.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-08-29T21:14:16.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4413 | 2026-08-29T21:14:16.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4414 | 2026-08-29T21:14:17.004Z | |
| 4415 | 2026-08-29T21:14:17.004Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4416 | 2026-08-29T21:14:17.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4417 | 2026-08-29T21:14:17.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4418 | 2026-08-29T21:14:17.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4419 | 2026-08-29T21:14:17.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4420 | 2026-08-29T21:14:17.627Z | |
| 4421 | 2026-08-29T21:14:17.627Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4422 | 2026-08-29T21:14:18.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4423 | 2026-08-29T21:14:18.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4424 | 2026-08-29T21:14:18.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4425 | 2026-08-29T21:14:18.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4426 | 2026-08-29T21:14:18.254Z | |
| 4427 | 2026-08-29T21:14:18.254Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4428 | 2026-08-29T21:14:18.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4429 | 2026-08-29T21:14:18.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4430 | 2026-08-29T21:14:18.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4431 | 2026-08-29T21:14:18.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4432 | 2026-08-29T21:14:18.881Z | |
| 4433 | 2026-08-29T21:14:18.881Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4434 | 2026-08-29T21:14:19.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4435 | 2026-08-29T21:14:19.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4436 | 2026-08-29T21:14:19.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4437 | 2026-08-29T21:14:19.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4438 | 2026-08-29T21:14:19.508Z | |
| 4439 | 2026-08-29T21:14:19.509Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4440 | 2026-08-29T21:14:20.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-08-29T21:14:20.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-08-29T21:14:20.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4443 | 2026-08-29T21:14:20.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4444 | 2026-08-29T21:14:20.139Z | |
| 4445 | 2026-08-29T21:14:20.139Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4446 | 2026-08-29T21:14:20.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4447 | 2026-08-29T21:14:20.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4448 | 2026-08-29T21:14:20.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4449 | 2026-08-29T21:14:20.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4450 | 2026-08-29T21:14:20.760Z | |
| 4451 | 2026-08-29T21:14:20.760Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4452 | 2026-08-29T21:14:21.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4453 | 2026-08-29T21:14:21.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4454 | 2026-08-29T21:14:21.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4455 | 2026-08-29T21:14:21.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4456 | 2026-08-29T21:14:21.389Z | |
| 4457 | 2026-08-29T21:14:21.389Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4458 | 2026-08-29T21:14:21.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-08-29T21:14:21.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-08-29T21:14:21.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4461 | 2026-08-29T21:14:21.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4462 | 2026-08-29T21:14:22.019Z | |
| 4463 | 2026-08-29T21:14:22.019Z | info: running `cargo check --bins` on sled-agent-health-monitor (268/377) |
| 4464 | 2026-08-29T21:14:22.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-08-29T21:14:22.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-08-29T21:14:22.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4467 | 2026-08-29T21:14:22.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4468 | 2026-08-29T21:14:22.643Z | |
| 4469 | 2026-08-29T21:14:22.644Z | info: running `cargo check --bins` on sled-agent-multirack-join (269/377) |
| 4470 | 2026-08-29T21:14:23.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-08-29T21:14:23.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-08-29T21:14:23.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-08-29T21:14:23.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4474 | 2026-08-29T21:14:23.269Z | |
| 4475 | 2026-08-29T21:14:23.269Z | info: running `cargo check --bins` on sled-agent-rack-setup (270/377) |
| 4476 | 2026-08-29T21:14:23.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-08-29T21:14:23.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-08-29T21:14:23.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4479 | 2026-08-29T21:14:23.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4480 | 2026-08-29T21:14:23.912Z | |
| 4481 | 2026-08-29T21:14:23.912Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (271/377) |
| 4482 | 2026-08-29T21:14:24.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4483 | 2026-08-29T21:14:24.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4484 | 2026-08-29T21:14:24.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4485 | 2026-08-29T21:14:24.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4486 | 2026-08-29T21:14:24.550Z | |
| 4487 | 2026-08-29T21:14:24.550Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (272/377) |
| 4488 | 2026-08-29T21:14:25.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4489 | 2026-08-29T21:14:25.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4490 | 2026-08-29T21:14:25.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4491 | 2026-08-29T21:14:25.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4492 | 2026-08-29T21:14:25.202Z | |
| 4493 | 2026-08-29T21:14:25.202Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (273/377) |
| 4494 | 2026-08-29T21:14:25.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4495 | 2026-08-29T21:14:25.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4496 | 2026-08-29T21:14:25.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4497 | 2026-08-29T21:14:25.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4498 | 2026-08-29T21:14:25.850Z | |
| 4499 | 2026-08-29T21:14:25.851Z | info: running `cargo check --bins` on omicron-deployment-graph (274/377) |
| 4500 | 2026-08-29T21:14:26.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4501 | 2026-08-29T21:14:26.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4502 | 2026-08-29T21:14:26.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4503 | 2026-08-29T21:14:26.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4504 | 2026-08-29T21:14:26.442Z | |
| 4505 | 2026-08-29T21:14:26.442Z | info: running `cargo check --bins` on transient-dns-server (275/377) |
| 4506 | 2026-08-29T21:14:26.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-08-29T21:14:26.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-08-29T21:14:26.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4509 | 2026-08-29T21:14:26.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4510 | 2026-08-29T21:14:27.059Z | |
| 4511 | 2026-08-29T21:14:27.059Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/377) |
| 4512 | 2026-08-29T21:14:27.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4513 | 2026-08-29T21:14:27.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4514 | 2026-08-29T21:14:27.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4515 | 2026-08-29T21:14:27.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4516 | 2026-08-29T21:14:27.677Z | |
| 4517 | 2026-08-29T21:14:27.677Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/377) |
| 4518 | 2026-08-29T21:14:28.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4519 | 2026-08-29T21:14:28.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4520 | 2026-08-29T21:14:28.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4521 | 2026-08-29T21:14:28.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4522 | 2026-08-29T21:14:28.299Z | |
| 4523 | 2026-08-29T21:14:28.299Z | info: running `cargo check --bins` on omicron-rpaths (278/377) |
| 4524 | 2026-08-29T21:14:28.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4525 | 2026-08-29T21:14:28.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4526 | 2026-08-29T21:14:28.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4527 | 2026-08-29T21:14:28.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4528 | 2026-08-29T21:14:28.887Z | |
| 4529 | 2026-08-29T21:14:28.887Z | info: running `cargo check --bins` on omicron-repl-utils (279/377) |
| 4530 | 2026-08-29T21:14:29.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4531 | 2026-08-29T21:14:29.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4532 | 2026-08-29T21:14:29.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4533 | 2026-08-29T21:14:29.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4534 | 2026-08-29T21:14:29.483Z | |
| 4535 | 2026-08-29T21:14:29.483Z | info: running `cargo check --bins` on omicron-clickhouse-admin (280/377) |
| 4536 | 2026-08-29T21:14:30.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4537 | 2026-08-29T21:14:30.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4538 | 2026-08-29T21:14:30.226Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4539 | 2026-08-29T21:14:30.639Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4540 | 2026-08-29T21:14:31.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
| 4541 | 2026-08-29T21:14:31.834Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4542 | 2026-08-29T21:14:31.834Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4543 | 2026-08-29T21:14:32.019Z | |
| 4544 | 2026-08-29T21:14:32.019Z | info: running `cargo check --bins` on clickhouse-admin-api (281/377) |
| 4545 | 2026-08-29T21:14:32.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4546 | 2026-08-29T21:14:32.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4547 | 2026-08-29T21:14:32.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4548 | 2026-08-29T21:14:32.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4549 | 2026-08-29T21:14:32.630Z | |
| 4550 | 2026-08-29T21:14:32.630Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (282/377) |
| 4551 | 2026-08-29T21:14:33.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-08-29T21:14:33.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-08-29T21:14:33.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4554 | 2026-08-29T21:14:33.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4555 | 2026-08-29T21:14:33.230Z | |
| 4556 | 2026-08-29T21:14:33.230Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/377) |
| 4557 | 2026-08-29T21:14:33.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-08-29T21:14:33.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-08-29T21:14:33.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4560 | 2026-08-29T21:14:33.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4561 | 2026-08-29T21:14:33.838Z | |
| 4562 | 2026-08-29T21:14:33.838Z | info: running `cargo check --bins` on clickhouse-admin-single-client (284/377) |
| 4563 | 2026-08-29T21:14:34.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4564 | 2026-08-29T21:14:34.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4565 | 2026-08-29T21:14:34.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4566 | 2026-08-29T21:14:34.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4567 | 2026-08-29T21:14:34.453Z | |
| 4568 | 2026-08-29T21:14:34.453Z | info: running `cargo check --bins` on installinator-client (285/377) |
| 4569 | 2026-08-29T21:14:34.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4570 | 2026-08-29T21:14:34.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4571 | 2026-08-29T21:14:34.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4572 | 2026-08-29T21:14:34.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4573 | 2026-08-29T21:14:35.051Z | |
| 4574 | 2026-08-29T21:14:35.051Z | info: running `cargo check --bins` on oxide-client (286/377) |
| 4575 | 2026-08-29T21:14:35.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4576 | 2026-08-29T21:14:35.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4577 | 2026-08-29T21:14:35.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4578 | 2026-08-29T21:14:35.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4579 | 2026-08-29T21:14:35.653Z | |
| 4580 | 2026-08-29T21:14:35.653Z | info: running `cargo check --bins` on oximeter-client (287/377) |
| 4581 | 2026-08-29T21:14:36.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4582 | 2026-08-29T21:14:36.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4583 | 2026-08-29T21:14:36.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4584 | 2026-08-29T21:14:36.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4585 | 2026-08-29T21:14:36.269Z | |
| 4586 | 2026-08-29T21:14:36.269Z | info: running `cargo check --bins` on wicketd-client (288/377) |
| 4587 | 2026-08-29T21:14:36.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4588 | 2026-08-29T21:14:36.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4589 | 2026-08-29T21:14:36.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4590 | 2026-08-29T21:14:36.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4591 | 2026-08-29T21:14:36.902Z | |
| 4592 | 2026-08-29T21:14:36.902Z | info: running `cargo check --bins` on wicket-common (289/377) |
| 4593 | 2026-08-29T21:14:37.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4594 | 2026-08-29T21:14:37.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4595 | 2026-08-29T21:14:37.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4596 | 2026-08-29T21:14:37.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4597 | 2026-08-29T21:14:37.521Z | |
| 4598 | 2026-08-29T21:14:37.521Z | info: running `cargo check --bins` on wicketd-commission-client (290/377) |
| 4599 | 2026-08-29T21:14:38.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4600 | 2026-08-29T21:14:38.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4601 | 2026-08-29T21:14:38.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4602 | 2026-08-29T21:14:38.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4603 | 2026-08-29T21:14:38.136Z | |
| 4604 | 2026-08-29T21:14:38.136Z | info: running `cargo check --bins` on omicron-cockroach-admin (291/377) |
| 4605 | 2026-08-29T21:14:38.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4606 | 2026-08-29T21:14:38.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4607 | 2026-08-29T21:14:38.851Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4608 | 2026-08-29T21:14:38.962Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4609 | 2026-08-29T21:14:40.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 4610 | 2026-08-29T21:14:40.038Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4611 | 2026-08-29T21:14:40.038Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4612 | 2026-08-29T21:14:40.223Z | |
| 4613 | 2026-08-29T21:14:40.223Z | info: running `cargo check --bins` on cockroach-admin-api (292/377) |
| 4614 | 2026-08-29T21:14:40.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4615 | 2026-08-29T21:14:40.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4616 | 2026-08-29T21:14:40.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4617 | 2026-08-29T21:14:40.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4618 | 2026-08-29T21:14:40.825Z | |
| 4619 | 2026-08-29T21:14:40.825Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (293/377) |
| 4620 | 2026-08-29T21:14:41.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4621 | 2026-08-29T21:14:41.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4622 | 2026-08-29T21:14:41.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4623 | 2026-08-29T21:14:41.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4624 | 2026-08-29T21:14:41.513Z | |
| 4625 | 2026-08-29T21:14:41.513Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/377) |
| 4626 | 2026-08-29T21:14:42.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4627 | 2026-08-29T21:14:42.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4628 | 2026-08-29T21:14:42.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4629 | 2026-08-29T21:14:42.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4630 | 2026-08-29T21:14:42.180Z | |
| 4631 | 2026-08-29T21:14:42.180Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (295/377) |
| 4632 | 2026-08-29T21:14:42.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4633 | 2026-08-29T21:14:42.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4634 | 2026-08-29T21:14:42.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4635 | 2026-08-29T21:14:42.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4636 | 2026-08-29T21:14:42.821Z | |
| 4637 | 2026-08-29T21:14:42.821Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/377) |
| 4638 | 2026-08-29T21:14:43.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4639 | 2026-08-29T21:14:43.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4640 | 2026-08-29T21:14:43.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4641 | 2026-08-29T21:14:43.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4642 | 2026-08-29T21:14:43.460Z | |
| 4643 | 2026-08-29T21:14:43.460Z | info: running `cargo check --bins` on db-macros (297/377) |
| 4644 | 2026-08-29T21:14:43.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4645 | 2026-08-29T21:14:43.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4646 | 2026-08-29T21:14:43.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4647 | 2026-08-29T21:14:43.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4648 | 2026-08-29T21:14:44.044Z | |
| 4649 | 2026-08-29T21:14:44.045Z | info: running `cargo check --bins` on nexus-macros-common (298/377) |
| 4650 | 2026-08-29T21:14:44.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4651 | 2026-08-29T21:14:44.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4652 | 2026-08-29T21:14:44.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4653 | 2026-08-29T21:14:44.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4654 | 2026-08-29T21:14:44.624Z | |
| 4655 | 2026-08-29T21:14:44.624Z | info: running `cargo check --bins` on nexus-auth (299/377) |
| 4656 | 2026-08-29T21:14:45.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4657 | 2026-08-29T21:14:45.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4658 | 2026-08-29T21:14:45.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4659 | 2026-08-29T21:14:45.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4660 | 2026-08-29T21:14:45.270Z | |
| 4661 | 2026-08-29T21:14:45.270Z | info: running `cargo check --bins` on authz-macros (300/377) |
| 4662 | 2026-08-29T21:14:45.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4663 | 2026-08-29T21:14:45.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4664 | 2026-08-29T21:14:45.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4665 | 2026-08-29T21:14:45.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4666 | 2026-08-29T21:14:45.859Z | |
| 4667 | 2026-08-29T21:14:45.859Z | info: running `cargo check --bins` on nexus-db-fixed-data (301/377) |
| 4668 | 2026-08-29T21:14:46.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4669 | 2026-08-29T21:14:46.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4670 | 2026-08-29T21:14:46.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4671 | 2026-08-29T21:14:46.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4672 | 2026-08-29T21:14:46.493Z | |
| 4673 | 2026-08-29T21:14:46.493Z | info: running `cargo check --bins` on nexus-db-model (302/377) |
| 4674 | 2026-08-29T21:14:47.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-08-29T21:14:47.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-08-29T21:14:47.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4677 | 2026-08-29T21:14:47.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4678 | 2026-08-29T21:14:47.127Z | |
| 4679 | 2026-08-29T21:14:47.127Z | info: running `cargo check --bins` on nexus-db-schema (303/377) |
| 4680 | 2026-08-29T21:14:47.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-29T21:14:47.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-29T21:14:47.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4683 | 2026-08-29T21:14:47.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4684 | 2026-08-29T21:14:47.712Z | |
| 4685 | 2026-08-29T21:14:47.713Z | info: running `cargo check --bins` on nexus-defaults (304/377) |
| 4686 | 2026-08-29T21:14:48.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-29T21:14:48.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-29T21:14:48.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4689 | 2026-08-29T21:14:48.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4690 | 2026-08-29T21:14:48.316Z | |
| 4691 | 2026-08-29T21:14:48.317Z | info: running `cargo check --bins` on omicron-git-version (305/377) |
| 4692 | 2026-08-29T21:14:48.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4693 | 2026-08-29T21:14:48.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4694 | 2026-08-29T21:14:48.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4695 | 2026-08-29T21:14:48.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4696 | 2026-08-29T21:14:48.903Z | |
| 4697 | 2026-08-29T21:14:48.903Z | info: running `cargo check --bins` on nexus-db-errors (306/377) |
| 4698 | 2026-08-29T21:14:49.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4699 | 2026-08-29T21:14:49.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4700 | 2026-08-29T21:14:49.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4701 | 2026-08-29T21:14:49.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4702 | 2026-08-29T21:14:49.540Z | |
| 4703 | 2026-08-29T21:14:49.541Z | info: running `cargo check --bins` on nexus-db-lookup (307/377) |
| 4704 | 2026-08-29T21:14:50.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4705 | 2026-08-29T21:14:50.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4706 | 2026-08-29T21:14:50.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4707 | 2026-08-29T21:14:50.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4708 | 2026-08-29T21:14:50.180Z | |
| 4709 | 2026-08-29T21:14:50.180Z | info: running `cargo check --bins` on nexus-test-interface (308/377) |
| 4710 | 2026-08-29T21:14:50.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4711 | 2026-08-29T21:14:50.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4712 | 2026-08-29T21:14:50.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4713 | 2026-08-29T21:14:50.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4714 | 2026-08-29T21:14:50.823Z | |
| 4715 | 2026-08-29T21:14:50.823Z | info: running `cargo check --bins` on oximeter-collector (309/377) |
| 4716 | 2026-08-29T21:14:51.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4717 | 2026-08-29T21:14:51.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4718 | 2026-08-29T21:14:51.562Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4719 | 2026-08-29T21:14:51.562Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4720 | 2026-08-29T21:14:52.228Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4721 | 2026-08-29T21:14:53.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 4722 | 2026-08-29T21:14:53.934Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4723 | 2026-08-29T21:14:53.934Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4724 | 2026-08-29T21:14:54.130Z | |
| 4725 | 2026-08-29T21:14:54.130Z | info: running `cargo check --bins` on oximeter-api (310/377) |
| 4726 | 2026-08-29T21:14:54.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4727 | 2026-08-29T21:14:54.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4728 | 2026-08-29T21:14:54.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4729 | 2026-08-29T21:14:54.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4730 | 2026-08-29T21:14:54.724Z | |
| 4731 | 2026-08-29T21:14:54.724Z | info: running `cargo check --bins` on cert-dev (311/377) |
| 4732 | 2026-08-29T21:14:55.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4733 | 2026-08-29T21:14:55.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4734 | 2026-08-29T21:14:55.371Z | Checking yasna v0.5.2 |
| 4735 | 2026-08-29T21:14:55.769Z | Checking rcgen v0.12.1 |
| 4736 | 2026-08-29T21:14:56.018Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4737 | 2026-08-29T21:14:56.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4738 | 2026-08-29T21:14:56.206Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4739 | 2026-08-29T21:14:56.206Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4740 | 2026-08-29T21:14:56.368Z | |
| 4741 | 2026-08-29T21:14:56.368Z | info: running `cargo check --bins` on clickana (312/377) |
| 4742 | 2026-08-29T21:14:56.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-29T21:14:56.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-29T21:14:57.040Z | Compiling instability v0.3.11 |
| 4745 | 2026-08-29T21:14:57.043Z | Checking castaway v0.2.4 |
| 4746 | 2026-08-29T21:14:57.043Z | Compiling indoc v2.0.7 |
| 4747 | 2026-08-29T21:14:57.161Z | Checking unicode-truncate v1.1.0 |
| 4748 | 2026-08-29T21:14:57.164Z | Checking lru v0.12.5 |
| 4749 | 2026-08-29T21:14:57.175Z | Checking cassowary v0.3.0 |
| 4750 | 2026-08-29T21:14:57.238Z | Checking compact_str v0.8.1 |
| 4751 | 2026-08-29T21:14:58.020Z | Checking ratatui v0.29.0 |
| 4752 | 2026-08-29T21:14:59.068Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4753 | 2026-08-29T21:14:59.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s |
| 4754 | 2026-08-29T21:14:59.792Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4755 | 2026-08-29T21:14:59.792Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4756 | 2026-08-29T21:14:59.971Z | |
| 4757 | 2026-08-29T21:14:59.971Z | info: running `cargo check --bins` on clickhouse-cluster-dev (313/377) |
| 4758 | 2026-08-29T21:15:00.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4759 | 2026-08-29T21:15:00.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4760 | 2026-08-29T21:15:00.708Z | Checking headers-core v0.3.0 |
| 4761 | 2026-08-29T21:15:00.711Z | Checking port-file v0.1.0 |
| 4762 | 2026-08-29T21:15:00.711Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4763 | 2026-08-29T21:15:00.903Z | Checking headers v0.4.1 |
| 4764 | 2026-08-29T21:15:01.267Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4765 | 2026-08-29T21:15:02.252Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4766 | 2026-08-29T21:15:02.769Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4767 | 2026-08-29T21:15:03.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4768 | 2026-08-29T21:15:03.214Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4769 | 2026-08-29T21:15:03.214Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4770 | 2026-08-29T21:15:03.403Z | |
| 4771 | 2026-08-29T21:15:03.404Z | info: running `cargo check --bins` on ch-dev (314/377) |
| 4772 | 2026-08-29T21:15:03.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4773 | 2026-08-29T21:15:03.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4774 | 2026-08-29T21:15:04.149Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4775 | 2026-08-29T21:15:04.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4776 | 2026-08-29T21:15:04.914Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4777 | 2026-08-29T21:15:04.914Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4778 | 2026-08-29T21:15:05.109Z | |
| 4779 | 2026-08-29T21:15:05.109Z | info: running `cargo check --bins` on dev-tools-common (315/377) |
| 4780 | 2026-08-29T21:15:05.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4781 | 2026-08-29T21:15:05.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4782 | 2026-08-29T21:15:05.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4783 | 2026-08-29T21:15:05.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 4784 | 2026-08-29T21:15:05.531Z | |
| 4785 | 2026-08-29T21:15:05.531Z | info: running `cargo check --bins` on corpus-adjust (316/377) |
| 4786 | 2026-08-29T21:15:06.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4787 | 2026-08-29T21:15:06.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4788 | 2026-08-29T21:15:06.185Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4789 | 2026-08-29T21:15:06.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 4790 | 2026-08-29T21:15:06.568Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4791 | 2026-08-29T21:15:06.568Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4792 | 2026-08-29T21:15:06.734Z | |
| 4793 | 2026-08-29T21:15:06.734Z | info: running `cargo check --bins` on crdb-seed (317/377) |
| 4794 | 2026-08-29T21:15:07.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4795 | 2026-08-29T21:15:07.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4796 | 2026-08-29T21:15:07.471Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4797 | 2026-08-29T21:15:08.577Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4798 | 2026-08-29T21:15:08.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
| 4799 | 2026-08-29T21:15:08.939Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4800 | 2026-08-29T21:15:08.939Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4801 | 2026-08-29T21:15:09.133Z | |
| 4802 | 2026-08-29T21:15:09.133Z | info: running `cargo check --bins` on db-dev (318/377) |
| 4803 | 2026-08-29T21:15:09.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4804 | 2026-08-29T21:15:09.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4805 | 2026-08-29T21:15:09.873Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4806 | 2026-08-29T21:15:10.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
| 4807 | 2026-08-29T21:15:10.639Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4808 | 2026-08-29T21:15:10.639Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4809 | 2026-08-29T21:15:10.830Z | |
| 4810 | 2026-08-29T21:15:10.830Z | info: running `cargo check --bins` on omicron-dev-lib (319/377) |
| 4811 | 2026-08-29T21:15:11.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4812 | 2026-08-29T21:15:11.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4813 | 2026-08-29T21:15:11.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4814 | 2026-08-29T21:15:11.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4815 | 2026-08-29T21:15:11.466Z | |
| 4816 | 2026-08-29T21:15:11.466Z | info: running `cargo check --bins` on xtask-downloader (320/377) |
| 4817 | 2026-08-29T21:15:11.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4818 | 2026-08-29T21:15:11.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4819 | 2026-08-29T21:15:12.118Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4820 | 2026-08-29T21:15:12.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4821 | 2026-08-29T21:15:12.808Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4822 | 2026-08-29T21:15:12.808Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4823 | 2026-08-29T21:15:12.979Z | |
| 4824 | 2026-08-29T21:15:12.979Z | info: running `cargo check --bins` on omicron-dropshot-apis (321/377) |
| 4825 | 2026-08-29T21:15:13.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4826 | 2026-08-29T21:15:13.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4827 | 2026-08-29T21:15:13.749Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4828 | 2026-08-29T21:15:13.749Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4829 | 2026-08-29T21:15:13.752Z | Checking git-stub v1.0.0 |
| 4830 | 2026-08-29T21:15:13.752Z | Compiling trait-variant v0.1.2 |
| 4831 | 2026-08-29T21:15:13.752Z | Checking maplit v1.0.2 |
| 4832 | 2026-08-29T21:15:13.906Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4833 | 2026-08-29T21:15:13.910Z | Checking drift v0.2.0 |
| 4834 | 2026-08-29T21:15:13.910Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4835 | 2026-08-29T21:15:13.944Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4836 | 2026-08-29T21:15:14.043Z | Checking git-stub-vcs v0.1.0 |
| 4837 | 2026-08-29T21:15:14.076Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4838 | 2026-08-29T21:15:14.102Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4839 | 2026-08-29T21:15:14.233Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4840 | 2026-08-29T21:15:14.252Z | Checking dropshot-api-manager v0.8.0 |
| 4841 | 2026-08-29T21:15:14.268Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4842 | 2026-08-29T21:15:14.400Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4843 | 2026-08-29T21:15:14.598Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4844 | 2026-08-29T21:15:15.102Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4845 | 2026-08-29T21:15:16.029Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4846 | 2026-08-29T21:15:17.032Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4847 | 2026-08-29T21:15:17.857Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4848 | 2026-08-29T21:15:18.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
| 4849 | 2026-08-29T21:15:18.315Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4850 | 2026-08-29T21:15:18.315Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4851 | 2026-08-29T21:15:18.507Z | |
| 4852 | 2026-08-29T21:15:18.507Z | info: running `cargo check --bins` on installinator-api (322/377) |
| 4853 | 2026-08-29T21:15:19.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4854 | 2026-08-29T21:15:19.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4855 | 2026-08-29T21:15:19.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4856 | 2026-08-29T21:15:19.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4857 | 2026-08-29T21:15:19.102Z | |
| 4858 | 2026-08-29T21:15:19.102Z | info: running `cargo check --bins` on nexus-external-api (323/377) |
| 4859 | 2026-08-29T21:15:19.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4860 | 2026-08-29T21:15:19.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4861 | 2026-08-29T21:15:19.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4862 | 2026-08-29T21:15:19.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4863 | 2026-08-29T21:15:19.723Z | |
| 4864 | 2026-08-29T21:15:19.723Z | info: running `cargo check --bins` on nexus-internal-api (324/377) |
| 4865 | 2026-08-29T21:15:20.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4866 | 2026-08-29T21:15:20.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4867 | 2026-08-29T21:15:20.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4868 | 2026-08-29T21:15:20.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4869 | 2026-08-29T21:15:20.350Z | |
| 4870 | 2026-08-29T21:15:20.350Z | info: running `cargo check --bins` on nexus-lockstep-api (325/377) |
| 4871 | 2026-08-29T21:15:20.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4872 | 2026-08-29T21:15:20.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4873 | 2026-08-29T21:15:20.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4874 | 2026-08-29T21:15:20.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4875 | 2026-08-29T21:15:20.973Z | |
| 4876 | 2026-08-29T21:15:20.973Z | info: running `cargo check --bins` on ntp-admin-api (326/377) |
| 4877 | 2026-08-29T21:15:21.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4878 | 2026-08-29T21:15:21.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4879 | 2026-08-29T21:15:21.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4880 | 2026-08-29T21:15:21.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4881 | 2026-08-29T21:15:21.565Z | |
| 4882 | 2026-08-29T21:15:21.566Z | info: running `cargo check --bins` on ntp-admin-types-versions (327/377) |
| 4883 | 2026-08-29T21:15:22.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4884 | 2026-08-29T21:15:22.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4885 | 2026-08-29T21:15:22.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4886 | 2026-08-29T21:15:22.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4887 | 2026-08-29T21:15:22.147Z | |
| 4888 | 2026-08-29T21:15:22.147Z | info: running `cargo check --bins` on wicketd-api (328/377) |
| 4889 | 2026-08-29T21:15:22.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4890 | 2026-08-29T21:15:22.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4891 | 2026-08-29T21:15:22.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4892 | 2026-08-29T21:15:22.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4893 | 2026-08-29T21:15:22.755Z | |
| 4894 | 2026-08-29T21:15:22.755Z | info: running `cargo check --bins` on wicketd-commission-api (329/377) |
| 4895 | 2026-08-29T21:15:23.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4896 | 2026-08-29T21:15:23.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4897 | 2026-08-29T21:15:23.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4898 | 2026-08-29T21:15:23.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4899 | 2026-08-29T21:15:23.355Z | |
| 4900 | 2026-08-29T21:15:23.355Z | info: running `cargo check --bins` on omicron-ls-apis (330/377) |
| 4901 | 2026-08-29T21:15:23.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4902 | 2026-08-29T21:15:23.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4903 | 2026-08-29T21:15:24.009Z | Checking cargo-platform v0.3.2 |
| 4904 | 2026-08-29T21:15:24.009Z | Checking topological-sort v0.2.2 |
| 4905 | 2026-08-29T21:15:24.012Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4906 | 2026-08-29T21:15:24.219Z | Checking omicron-zone-package v0.12.3 |
| 4907 | 2026-08-29T21:15:24.251Z | Checking cargo_metadata v0.23.1 |
| 4908 | 2026-08-29T21:15:24.962Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4909 | 2026-08-29T21:15:25.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
| 4910 | 2026-08-29T21:15:25.790Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4911 | 2026-08-29T21:15:25.790Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4912 | 2026-08-29T21:15:25.968Z | |
| 4913 | 2026-08-29T21:15:25.969Z | info: running `cargo check --bins` on mgs-dev (331/377) |
| 4914 | 2026-08-29T21:15:26.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4915 | 2026-08-29T21:15:26.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4916 | 2026-08-29T21:15:26.714Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4917 | 2026-08-29T21:15:27.352Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4918 | 2026-08-29T21:15:27.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4919 | 2026-08-29T21:15:27.864Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4920 | 2026-08-29T21:15:27.864Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4921 | 2026-08-29T21:15:28.061Z | |
| 4922 | 2026-08-29T21:15:28.061Z | info: running `cargo check --bins` on omicron-omdb (332/377) |
| 4923 | 2026-08-29T21:15:28.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4924 | 2026-08-29T21:15:28.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4925 | 2026-08-29T21:15:29.082Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4926 | 2026-08-29T21:15:29.082Z | Compiling darling_core v0.21.3 |
| 4927 | 2026-08-29T21:15:29.082Z | Compiling vergen-lib v0.1.6 |
| 4928 | 2026-08-29T21:15:29.086Z | Compiling diesel_derives v2.3.7 |
| 4929 | 2026-08-29T21:15:29.086Z | Checking scheduled-thread-pool v0.2.7 |
| 4930 | 2026-08-29T21:15:29.086Z | Compiling vergen-gitcl v1.0.8 |
| 4931 | 2026-08-29T21:15:29.086Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4932 | 2026-08-29T21:15:29.086Z | Compiling dirs-sys-next v0.1.2 |
| 4933 | 2026-08-29T21:15:29.370Z | Compiling crunchy v0.2.4 |
| 4934 | 2026-08-29T21:15:29.409Z | Compiling glob v0.3.3 |
| 4935 | 2026-08-29T21:15:29.442Z | Checking r2d2 v0.8.10 |
| 4936 | 2026-08-29T21:15:29.491Z | Compiling dirs-next v2.0.0 |
| 4937 | 2026-08-29T21:15:29.507Z | Compiling tiny-keccak v2.0.2 |
| 4938 | 2026-08-29T21:15:29.608Z | Checking downcast-rs v2.0.2 |
| 4939 | 2026-08-29T21:15:29.639Z | Compiling term v0.7.0 |
| 4940 | 2026-08-29T21:15:29.730Z | Compiling bit-vec v0.6.3 |
| 4941 | 2026-08-29T21:15:29.782Z | Compiling clang-sys v1.8.1 |
| 4942 | 2026-08-29T21:15:29.877Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4943 | 2026-08-29T21:15:29.952Z | Compiling bit-set v0.5.3 |
| 4944 | 2026-08-29T21:15:30.067Z | Compiling ascii-canvas v3.0.0 |
| 4945 | 2026-08-29T21:15:30.115Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4946 | 2026-08-29T21:15:30.157Z | Compiling itertools v0.10.5 |
| 4947 | 2026-08-29T21:15:30.174Z | Compiling ena v0.14.4 |
| 4948 | 2026-08-29T21:15:30.190Z | Compiling libloading v0.8.9 |
| 4949 | 2026-08-29T21:15:30.262Z | Compiling diff v0.1.13 |
| 4950 | 2026-08-29T21:15:30.279Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4951 | 2026-08-29T21:15:30.303Z | Compiling bindgen v0.71.1 |
| 4952 | 2026-08-29T21:15:30.382Z | Compiling regex-syntax v0.6.29 |
| 4953 | 2026-08-29T21:15:30.539Z | Compiling cexpr v0.6.0 |
| 4954 | 2026-08-29T21:15:30.695Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4955 | 2026-08-29T21:15:30.881Z | Compiling rustc-hash v2.1.1 |
| 4956 | 2026-08-29T21:15:31.016Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4957 | 2026-08-29T21:15:31.090Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4958 | 2026-08-29T21:15:31.212Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4959 | 2026-08-29T21:15:31.215Z | Compiling libxml v0.3.3 |
| 4960 | 2026-08-29T21:15:31.368Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4961 | 2026-08-29T21:15:31.478Z | Compiling strum_macros v0.24.3 |
| 4962 | 2026-08-29T21:15:31.501Z | Compiling indoc v1.0.9 |
| 4963 | 2026-08-29T21:15:31.790Z | Compiling darling_macro v0.21.3 |
| 4964 | 2026-08-29T21:15:31.933Z | Compiling lalrpop v0.19.12 |
| 4965 | 2026-08-29T21:15:32.299Z | Compiling darling v0.21.3 |
| 4966 | 2026-08-29T21:15:32.349Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4967 | 2026-08-29T21:15:32.390Z | Compiling dsl_auto_type v0.2.0 |
| 4968 | 2026-08-29T21:15:32.424Z | Checking derive_builder v0.20.2 |
| 4969 | 2026-08-29T21:15:32.531Z | Compiling oso-derive v0.27.3 |
| 4970 | 2026-08-29T21:15:32.549Z | Checking quick-xml v0.37.5 |
| 4971 | 2026-08-29T21:15:32.804Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4972 | 2026-08-29T21:15:33.037Z | Checking openssl-probe v0.1.6 |
| 4973 | 2026-08-29T21:15:33.177Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4974 | 2026-08-29T21:15:33.428Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4975 | 2026-08-29T21:15:33.621Z | Checking bb8 v0.8.6 |
| 4976 | 2026-08-29T21:15:33.954Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4977 | 2026-08-29T21:15:33.989Z | Checking nonempty v0.12.0 |
| 4978 | 2026-08-29T21:15:34.011Z | Compiling libz-sys v1.1.24 |
| 4979 | 2026-08-29T21:15:34.162Z | Compiling strsim v0.10.0 |
| 4980 | 2026-08-29T21:15:34.183Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4981 | 2026-08-29T21:15:34.341Z | Compiling darling_core v0.13.4 |
| 4982 | 2026-08-29T21:15:34.495Z | Compiling progenitor-impl v0.13.0 |
| 4983 | 2026-08-29T21:15:34.578Z | Compiling vergen-git2 v9.1.0 |
| 4984 | 2026-08-29T21:15:35.696Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4985 | 2026-08-29T21:15:35.884Z | Checking progenitor-client v0.13.0 |
| 4986 | 2026-08-29T21:15:36.163Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4987 | 2026-08-29T21:15:36.213Z | Compiling darling_macro v0.13.4 |
| 4988 | 2026-08-29T21:15:36.693Z | Compiling darling v0.13.4 |
| 4989 | 2026-08-29T21:15:36.789Z | Compiling serde_with_macros v1.5.2 |
| 4990 | 2026-08-29T21:15:37.083Z | Compiling progenitor-macro v0.13.0 |
| 4991 | 2026-08-29T21:15:37.125Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4992 | 2026-08-29T21:15:37.341Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4993 | 2026-08-29T21:15:37.533Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4994 | 2026-08-29T21:15:37.622Z | Compiling serde_with v1.14.0 |
| 4995 | 2026-08-29T21:15:37.722Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4996 | 2026-08-29T21:15:37.909Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4997 | 2026-08-29T21:15:38.097Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4998 | 2026-08-29T21:15:38.248Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4999 | 2026-08-29T21:15:38.266Z | Checking diesel v2.3.7 |
| 5000 | 2026-08-29T21:15:38.283Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 5001 | 2026-08-29T21:15:38.740Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 5002 | 2026-08-29T21:15:40.029Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5003 | 2026-08-29T21:15:40.126Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 5004 | 2026-08-29T21:15:40.321Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5005 | 2026-08-29T21:15:40.508Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5006 | 2026-08-29T21:15:40.696Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 5007 | 2026-08-29T21:15:40.940Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5008 | 2026-08-29T21:15:40.957Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5009 | 2026-08-29T21:15:41.622Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5010 | 2026-08-29T21:15:41.769Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 5011 | 2026-08-29T21:15:42.124Z | Checking progenitor v0.13.0 |
| 5012 | 2026-08-29T21:15:42.193Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5013 | 2026-08-29T21:15:42.263Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 5014 | 2026-08-29T21:15:42.281Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 5015 | 2026-08-29T21:15:42.300Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5016 | 2026-08-29T21:15:42.482Z | Checking twox-hash v2.1.2 |
| 5017 | 2026-08-29T21:15:42.560Z | Checking libsw-core v0.3.2 |
| 5018 | 2026-08-29T21:15:42.715Z | Checking atty v0.2.14 |
| 5019 | 2026-08-29T21:15:42.777Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5020 | 2026-08-29T21:15:42.815Z | Checking libsw v3.5.0 |
| 5021 | 2026-08-29T21:15:42.833Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 5022 | 2026-08-29T21:15:42.994Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5023 | 2026-08-29T21:15:44.662Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 5024 | 2026-08-29T21:15:44.926Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 5025 | 2026-08-29T21:15:45.385Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 5026 | 2026-08-29T21:15:45.649Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 5027 | 2026-08-29T21:15:46.615Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 5028 | 2026-08-29T21:15:46.805Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 5029 | 2026-08-29T21:15:46.951Z | Checking fatfs v0.3.6 |
| 5030 | 2026-08-29T21:15:47.412Z | Checking console v0.16.2 |
| 5031 | 2026-08-29T21:15:47.728Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 5032 | 2026-08-29T21:15:48.641Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5033 | 2026-08-29T21:15:48.661Z | Checking unit-prefix v0.5.2 |
| 5034 | 2026-08-29T21:15:48.792Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5035 | 2026-08-29T21:15:48.811Z | Checking indicatif v0.18.4 |
| 5036 | 2026-08-29T21:15:49.091Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5037 | 2026-08-29T21:15:49.197Z | Checking oxide-update-engine-display v0.1.2 |
| 5038 | 2026-08-29T21:15:49.500Z | Checking support-bundle-viewer v0.1.2 |
| 5039 | 2026-08-29T21:15:49.741Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 5040 | 2026-08-29T21:15:49.759Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 5041 | 2026-08-29T21:15:50.074Z | Checking multimap v0.10.1 |
| 5042 | 2026-08-29T21:15:54.108Z | Checking diesel-dtrace v0.5.0 |
| 5043 | 2026-08-29T21:15:54.364Z | Checking async-bb8-diesel v0.2.1 |
| 5044 | 2026-08-29T21:15:59.455Z | Compiling samael v0.0.19 |
| 5045 | 2026-08-29T21:16:02.345Z | Compiling git2 v0.20.4 |
| 5046 | 2026-08-29T21:16:03.633Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 5047 | 2026-08-29T21:16:04.971Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 5048 | 2026-08-29T21:16:05.354Z | Compiling polar-core v0.27.3 |
| 5049 | 2026-08-29T21:16:09.969Z | Checking oso v0.27.3 |
| 5050 | 2026-08-29T21:16:40.973Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5051 | 2026-08-29T21:17:56.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 5052 | 2026-08-29T21:17:56.347Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5053 | 2026-08-29T21:17:56.347Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5054 | 2026-08-29T21:17:56.572Z | |
| 5055 | 2026-08-29T21:17:56.572Z | info: running `cargo check --bins` on nexus-networking (333/377) |
| 5056 | 2026-08-29T21:17:57.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5057 | 2026-08-29T21:17:57.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5058 | 2026-08-29T21:17:57.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5059 | 2026-08-29T21:17:57.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 5060 | 2026-08-29T21:17:57.270Z | |
| 5061 | 2026-08-29T21:17:57.271Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (334/377) |
| 5062 | 2026-08-29T21:17:57.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5063 | 2026-08-29T21:17:57.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5064 | 2026-08-29T21:17:57.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5065 | 2026-08-29T21:17:57.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5066 | 2026-08-29T21:17:57.922Z | |
| 5067 | 2026-08-29T21:17:57.922Z | info: running `cargo check --bins` on nexus-saga-recovery (335/377) |
| 5068 | 2026-08-29T21:17:58.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5069 | 2026-08-29T21:17:58.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5070 | 2026-08-29T21:17:58.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5071 | 2026-08-29T21:17:58.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5072 | 2026-08-29T21:17:58.559Z | |
| 5073 | 2026-08-29T21:17:58.559Z | info: running `cargo check --bins` on nexus-test-utils-macros (336/377) |
| 5074 | 2026-08-29T21:17:59.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5075 | 2026-08-29T21:17:59.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5076 | 2026-08-29T21:17:59.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5077 | 2026-08-29T21:17:59.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5078 | 2026-08-29T21:17:59.147Z | |
| 5079 | 2026-08-29T21:17:59.147Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (337/377) |
| 5080 | 2026-08-29T21:17:59.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5081 | 2026-08-29T21:17:59.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5082 | 2026-08-29T21:18:00.011Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5083 | 2026-08-29T21:18:00.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 5084 | 2026-08-29T21:18:00.810Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5085 | 2026-08-29T21:18:00.810Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5086 | 2026-08-29T21:18:01.024Z | |
| 5087 | 2026-08-29T21:18:01.024Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/377) |
| 5088 | 2026-08-29T21:18:01.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5089 | 2026-08-29T21:18:01.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5090 | 2026-08-29T21:18:01.880Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5091 | 2026-08-29T21:18:40.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.95s |
| 5092 | 2026-08-29T21:18:40.985Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5093 | 2026-08-29T21:18:40.985Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5094 | 2026-08-29T21:18:41.202Z | |
| 5095 | 2026-08-29T21:18:41.202Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/377) |
| 5096 | 2026-08-29T21:18:41.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5097 | 2026-08-29T21:18:41.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5098 | 2026-08-29T21:18:41.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5099 | 2026-08-29T21:18:41.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5100 | 2026-08-29T21:18:41.798Z | |
| 5101 | 2026-08-29T21:18:41.798Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/377) |
| 5102 | 2026-08-29T21:18:42.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5103 | 2026-08-29T21:18:42.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5104 | 2026-08-29T21:18:42.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5105 | 2026-08-29T21:18:42.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5106 | 2026-08-29T21:18:42.398Z | |
| 5107 | 2026-08-29T21:18:42.398Z | info: running `cargo check --bins --no-default-features` on nexus-fm (341/377) |
| 5108 | 2026-08-29T21:18:42.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5109 | 2026-08-29T21:18:42.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5110 | 2026-08-29T21:18:42.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5111 | 2026-08-29T21:18:42.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5112 | 2026-08-29T21:18:43.044Z | |
| 5113 | 2026-08-29T21:18:43.044Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/377) |
| 5114 | 2026-08-29T21:18:43.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5115 | 2026-08-29T21:18:43.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5116 | 2026-08-29T21:18:43.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5117 | 2026-08-29T21:18:43.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5118 | 2026-08-29T21:18:43.697Z | |
| 5119 | 2026-08-29T21:18:43.697Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (343/377) |
| 5120 | 2026-08-29T21:18:44.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5121 | 2026-08-29T21:18:44.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5122 | 2026-08-29T21:18:44.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5123 | 2026-08-29T21:18:44.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5124 | 2026-08-29T21:18:44.356Z | |
| 5125 | 2026-08-29T21:18:44.356Z | info: running `cargo check --bins` on nexus-mgs-updates (344/377) |
| 5126 | 2026-08-29T21:18:44.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5127 | 2026-08-29T21:18:44.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5128 | 2026-08-29T21:18:44.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5129 | 2026-08-29T21:18:44.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5130 | 2026-08-29T21:18:44.999Z | |
| 5131 | 2026-08-29T21:18:44.999Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (345/377) |
| 5132 | 2026-08-29T21:18:45.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5133 | 2026-08-29T21:18:45.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5134 | 2026-08-29T21:18:45.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5135 | 2026-08-29T21:18:45.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 5136 | 2026-08-29T21:18:45.650Z | |
| 5137 | 2026-08-29T21:18:45.650Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/377) |
| 5138 | 2026-08-29T21:18:46.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5139 | 2026-08-29T21:18:46.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5140 | 2026-08-29T21:18:46.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5141 | 2026-08-29T21:18:46.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5142 | 2026-08-29T21:18:46.298Z | |
| 5143 | 2026-08-29T21:18:46.298Z | info: running `cargo check --bins` on nexus-switch-config (347/377) |
| 5144 | 2026-08-29T21:18:46.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5145 | 2026-08-29T21:18:46.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5146 | 2026-08-29T21:18:46.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5147 | 2026-08-29T21:18:46.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5148 | 2026-08-29T21:18:46.938Z | |
| 5149 | 2026-08-29T21:18:46.938Z | info: running `cargo check --bins` on nexus-switch-config-preparation (348/377) |
| 5150 | 2026-08-29T21:18:47.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5151 | 2026-08-29T21:18:47.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5152 | 2026-08-29T21:18:47.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5153 | 2026-08-29T21:18:47.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5154 | 2026-08-29T21:18:47.587Z | |
| 5155 | 2026-08-29T21:18:47.588Z | info: running `cargo check --bins` on support-bundle-collection (349/377) |
| 5156 | 2026-08-29T21:18:48.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5157 | 2026-08-29T21:18:48.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5158 | 2026-08-29T21:18:48.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5159 | 2026-08-29T21:18:48.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5160 | 2026-08-29T21:18:48.232Z | |
| 5161 | 2026-08-29T21:18:48.232Z | info: running `cargo check --bins` on omicron-dev (350/377) |
| 5162 | 2026-08-29T21:18:48.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5163 | 2026-08-29T21:18:48.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5164 | 2026-08-29T21:18:49.170Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5165 | 2026-08-29T21:18:49.174Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5166 | 2026-08-29T21:18:49.366Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5167 | 2026-08-29T21:18:49.395Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5168 | 2026-08-29T21:18:49.412Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5169 | 2026-08-29T21:18:49.427Z | Checking yansi v1.0.1 |
| 5170 | 2026-08-29T21:18:49.430Z | Checking diff v0.1.13 |
| 5171 | 2026-08-29T21:18:49.430Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5172 | 2026-08-29T21:18:49.495Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5173 | 2026-08-29T21:18:49.690Z | Checking pretty_assertions v1.4.1 |
| 5174 | 2026-08-29T21:18:50.453Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5175 | 2026-08-29T21:18:50.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5176 | 2026-08-29T21:19:15.613Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5177 | 2026-08-29T21:19:15.616Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5178 | 2026-08-29T21:19:15.616Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5179 | 2026-08-29T21:19:15.616Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5180 | 2026-08-29T21:19:15.616Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5181 | 2026-08-29T21:19:15.616Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5182 | 2026-08-29T21:19:15.616Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5183 | 2026-08-29T21:19:16.497Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5184 | 2026-08-29T21:19:16.497Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5185 | 2026-08-29T21:19:17.790Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5186 | 2026-08-29T21:19:56.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5187 | 2026-08-29T21:19:56.582Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5188 | 2026-08-29T21:19:56.582Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5189 | 2026-08-29T21:19:56.796Z | |
| 5190 | 2026-08-29T21:19:56.796Z | info: running `cargo check --bins` on oximeter-load-test (351/377) |
| 5191 | 2026-08-29T21:19:57.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5192 | 2026-08-29T21:19:57.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5193 | 2026-08-29T21:19:57.548Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5194 | 2026-08-29T21:19:58.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 5195 | 2026-08-29T21:19:58.195Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5196 | 2026-08-29T21:19:58.195Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5197 | 2026-08-29T21:19:58.384Z | |
| 5198 | 2026-08-29T21:19:58.384Z | info: running `cargo check --bins` on omicron-pins (352/377) |
| 5199 | 2026-08-29T21:19:58.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5200 | 2026-08-29T21:19:58.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5201 | 2026-08-29T21:19:58.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5202 | 2026-08-29T21:19:58.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5203 | 2026-08-29T21:19:58.975Z | |
| 5204 | 2026-08-29T21:19:58.975Z | info: running `cargo check --bins` on rack-init-config (353/377) |
| 5205 | 2026-08-29T21:19:59.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5206 | 2026-08-29T21:19:59.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5207 | 2026-08-29T21:19:59.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5208 | 2026-08-29T21:19:59.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5209 | 2026-08-29T21:19:59.586Z | |
| 5210 | 2026-08-29T21:19:59.586Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/377) |
| 5211 | 2026-08-29T21:20:00.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5212 | 2026-08-29T21:20:00.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5213 | 2026-08-29T21:20:00.395Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5214 | 2026-08-29T21:20:00.519Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5215 | 2026-08-29T21:20:00.526Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5216 | 2026-08-29T21:20:27.699Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5217 | 2026-08-29T21:20:28.107Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5218 | 2026-08-29T21:20:29.883Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5219 | 2026-08-29T21:20:30.368Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5220 | 2026-08-29T21:20:33.527Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5221 | 2026-08-29T21:20:57.579Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5222 | 2026-08-29T21:20:58.338Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5223 | 2026-08-29T21:21:00.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5224 | 2026-08-29T21:21:00.095Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5225 | 2026-08-29T21:21:00.095Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5226 | 2026-08-29T21:21:00.293Z | |
| 5227 | 2026-08-29T21:21:00.294Z | info: running `cargo check --bins` on reconfigurator-sp-updater (355/377) |
| 5228 | 2026-08-29T21:21:00.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5229 | 2026-08-29T21:21:00.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5230 | 2026-08-29T21:21:01.032Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5231 | 2026-08-29T21:21:01.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 5232 | 2026-08-29T21:21:01.746Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5233 | 2026-08-29T21:21:01.746Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5234 | 2026-08-29T21:21:01.932Z | |
| 5235 | 2026-08-29T21:21:01.933Z | info: running `cargo check --bins` on omicron-releng (356/377) |
| 5236 | 2026-08-29T21:21:02.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5237 | 2026-08-29T21:21:02.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5238 | 2026-08-29T21:21:02.590Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5239 | 2026-08-29T21:21:02.593Z | Compiling fs-err v2.11.0 |
| 5240 | 2026-08-29T21:21:02.710Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5241 | 2026-08-29T21:21:02.720Z | Checking parse-size v1.1.0 |
| 5242 | 2026-08-29T21:21:02.728Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5243 | 2026-08-29T21:21:02.730Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5244 | 2026-08-29T21:21:02.731Z | Checking shell-words v1.1.1 |
| 5245 | 2026-08-29T21:21:02.821Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5246 | 2026-08-29T21:21:03.149Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5247 | 2026-08-29T21:21:03.329Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5248 | 2026-08-29T21:21:04.007Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5249 | 2026-08-29T21:21:04.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 5250 | 2026-08-29T21:21:04.974Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5251 | 2026-08-29T21:21:04.974Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5252 | 2026-08-29T21:21:05.143Z | |
| 5253 | 2026-08-29T21:21:05.143Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (357/377) |
| 5254 | 2026-08-29T21:21:05.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5255 | 2026-08-29T21:21:05.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5256 | 2026-08-29T21:21:05.812Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5257 | 2026-08-29T21:21:06.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 5258 | 2026-08-29T21:21:06.323Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5259 | 2026-08-29T21:21:06.323Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5260 | 2026-08-29T21:21:06.493Z | |
| 5261 | 2026-08-29T21:21:06.493Z | info: running `cargo check --bins` on schema (358/377) |
| 5262 | 2026-08-29T21:21:07.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5263 | 2026-08-29T21:21:07.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5264 | 2026-08-29T21:21:07.249Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5265 | 2026-08-29T21:21:07.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 5266 | 2026-08-29T21:21:07.965Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5267 | 2026-08-29T21:21:07.965Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5268 | 2026-08-29T21:21:08.161Z | |
| 5269 | 2026-08-29T21:21:08.161Z | info: running `cargo check --bins` on xtask (359/377) |
| 5270 | 2026-08-29T21:21:08.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5271 | 2026-08-29T21:21:08.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5272 | 2026-08-29T21:21:08.574Z | Checking serde_core v1.0.228 |
| 5273 | 2026-08-29T21:21:08.574Z | Checking libc v0.2.185 |
| 5274 | 2026-08-29T21:21:08.653Z | Checking bitflags v2.11.0 |
| 5275 | 2026-08-29T21:21:08.659Z | Checking scroll v0.12.0 |
| 5276 | 2026-08-29T21:21:08.662Z | Checking thiserror v1.0.69 |
| 5277 | 2026-08-29T21:21:08.672Z | Checking hashbrown v0.17.0 |
| 5278 | 2026-08-29T21:21:08.675Z | Checking log v0.4.33 |
| 5279 | 2026-08-29T21:21:08.686Z | Checking zerocopy v0.7.35 |
| 5280 | 2026-08-29T21:21:08.756Z | Checking syn v2.0.117 |
| 5281 | 2026-08-29T21:21:08.796Z | Checking dtrace-parser v0.2.0 |
| 5282 | 2026-08-29T21:21:08.821Z | Checking once_cell v1.21.3 |
| 5283 | 2026-08-29T21:21:08.873Z | Checking goblin v0.8.2 |
| 5284 | 2026-08-29T21:21:08.932Z | Checking errno v0.3.14 |
| 5285 | 2026-08-29T21:21:08.996Z | Checking thread-id v4.2.2 |
| 5286 | 2026-08-29T21:21:09.025Z | Checking getrandom v0.4.3 |
| 5287 | 2026-08-29T21:21:09.048Z | Checking rustix v1.1.4 |
| 5288 | 2026-08-29T21:21:09.075Z | Checking memmap v0.7.0 |
| 5289 | 2026-08-29T21:21:09.128Z | Checking indexmap v2.14.0 |
| 5290 | 2026-08-29T21:21:09.155Z | Checking thiserror v2.0.18 |
| 5291 | 2026-08-29T21:21:09.175Z | Checking fs-err v3.3.0 |
| 5292 | 2026-08-29T21:21:09.201Z | Checking anyhow v1.0.104 |
| 5293 | 2026-08-29T21:21:09.252Z | Checking tabled v0.15.0 |
| 5294 | 2026-08-29T21:21:09.829Z | Checking terminal_size v0.4.3 |
| 5295 | 2026-08-29T21:21:09.829Z | Checking tempfile v3.27.0 |
| 5296 | 2026-08-29T21:21:09.942Z | Checking clap_builder v4.6.0 |
| 5297 | 2026-08-29T21:21:09.945Z | Checking textwrap v0.16.2 |
| 5298 | 2026-08-29T21:21:10.101Z | Checking serde v1.0.228 |
| 5299 | 2026-08-29T21:21:10.104Z | Checking serde_json v1.0.151 |
| 5300 | 2026-08-29T21:21:10.104Z | Checking camino v1.2.5 |
| 5301 | 2026-08-29T21:21:10.153Z | Checking semver v1.0.28 |
| 5302 | 2026-08-29T21:21:10.343Z | Checking cargo-platform v0.3.2 |
| 5303 | 2026-08-29T21:21:10.363Z | Checking camino-tempfile v1.4.1 |
| 5304 | 2026-08-29T21:21:10.507Z | Checking toml_datetime v0.6.11 |
| 5305 | 2026-08-29T21:21:10.507Z | Checking serde_spanned v0.6.9 |
| 5306 | 2026-08-29T21:21:10.526Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5307 | 2026-08-29T21:21:10.537Z | Checking macaddr v1.0.1 |
| 5308 | 2026-08-29T21:21:10.678Z | Checking toml_edit v0.22.27 |
| 5309 | 2026-08-29T21:21:10.707Z | Checking cargo_metadata v0.23.1 |
| 5310 | 2026-08-29T21:21:10.718Z | Checking dof v0.3.0 |
| 5311 | 2026-08-29T21:21:10.976Z | Checking usdt-impl v0.5.0 |
| 5312 | 2026-08-29T21:21:11.118Z | Checking clap v4.6.1 |
| 5313 | 2026-08-29T21:21:11.236Z | Checking usdt v0.5.0 |
| 5314 | 2026-08-29T21:21:11.646Z | Checking toml v0.8.23 |
| 5315 | 2026-08-29T21:21:11.908Z | Checking cargo_toml v0.21.0 |
| 5316 | 2026-08-29T21:21:12.560Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5317 | 2026-08-29T21:21:12.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 5318 | 2026-08-29T21:21:13.056Z | |
| 5319 | 2026-08-29T21:21:13.056Z | info: running `cargo check --bins` on dnsadm (360/377) |
| 5320 | 2026-08-29T21:21:13.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5321 | 2026-08-29T21:21:13.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5322 | 2026-08-29T21:21:13.728Z | Checking arc-swap v1.8.2 |
| 5323 | 2026-08-29T21:21:14.011Z | Checking slog-scope v4.4.1 |
| 5324 | 2026-08-29T21:21:14.125Z | Checking slog-stdlog v4.1.1 |
| 5325 | 2026-08-29T21:21:14.225Z | Checking slog-envlogger v2.2.0 |
| 5326 | 2026-08-29T21:21:14.346Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5327 | 2026-08-29T21:21:14.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 5328 | 2026-08-29T21:21:14.800Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5329 | 2026-08-29T21:21:14.800Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5330 | 2026-08-29T21:21:14.963Z | |
| 5331 | 2026-08-29T21:21:14.963Z | info: running `cargo check --bins` on end-to-end-tests (361/377) |
| 5332 | 2026-08-29T21:21:15.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5333 | 2026-08-29T21:21:15.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5334 | 2026-08-29T21:21:15.806Z | Checking cpubits v0.1.1 |
| 5335 | 2026-08-29T21:21:15.810Z | Checking pem-rfc7468 v1.0.0 |
| 5336 | 2026-08-29T21:21:15.946Z | Checking hmac v0.13.0 |
| 5337 | 2026-08-29T21:21:15.949Z | Checking universal-hash v0.6.1 |
| 5338 | 2026-08-29T21:21:15.968Z | Checking ctr v0.10.1 |
| 5339 | 2026-08-29T21:21:15.968Z | Checking aead v0.6.1 |
| 5340 | 2026-08-29T21:21:15.996Z | Checking crypto-bigint v0.7.5 |
| 5341 | 2026-08-29T21:21:15.996Z | Checking aes v0.9.1 |
| 5342 | 2026-08-29T21:21:16.025Z | Checking salsa20 v0.11.0 |
| 5343 | 2026-08-29T21:21:16.086Z | Checking polyval v0.7.1 |
| 5344 | 2026-08-29T21:21:16.089Z | Checking der v0.8.0 |
| 5345 | 2026-08-29T21:21:16.114Z | Checking pbkdf2 v0.13.0 |
| 5346 | 2026-08-29T21:21:16.131Z | Checking cbc v0.2.1 |
| 5347 | 2026-08-29T21:21:16.153Z | Checking ff v0.14.0 |
| 5348 | 2026-08-29T21:21:16.210Z | Checking signature v3.0.0 |
| 5349 | 2026-08-29T21:21:16.230Z | Checking scrypt v0.12.0 |
| 5350 | 2026-08-29T21:21:16.254Z | Checking ghash v0.6.0 |
| 5351 | 2026-08-29T21:21:16.269Z | Checking base16ct v1.0.0 |
| 5352 | 2026-08-29T21:21:16.284Z | Checking group v0.14.0 |
| 5353 | 2026-08-29T21:21:16.362Z | Checking hkdf v0.13.0 |
| 5354 | 2026-08-29T21:21:16.382Z | Compiling curve25519-dalek v5.0.0 |
| 5355 | 2026-08-29T21:21:16.398Z | Checking aes-gcm v0.11.0 |
| 5356 | 2026-08-29T21:21:16.415Z | Checking keccak v0.2.0 |
| 5357 | 2026-08-29T21:21:16.430Z | Checking wnaf v0.14.0 |
| 5358 | 2026-08-29T21:21:16.445Z | Checking poly1305 v0.9.0 |
| 5359 | 2026-08-29T21:21:16.498Z | Checking blowfish v0.10.0 |
| 5360 | 2026-08-29T21:21:16.560Z | Checking blake2 v0.11.0-rc.6 |
| 5361 | 2026-08-29T21:21:16.577Z | Checking sha3 v0.11.0 |
| 5362 | 2026-08-29T21:21:16.601Z | Checking kem v0.3.0 |
| 5363 | 2026-08-29T21:21:16.652Z | Checking bcrypt-pbkdf v0.11.0 |
| 5364 | 2026-08-29T21:21:16.711Z | Checking module-lattice v0.2.3 |
| 5365 | 2026-08-29T21:21:16.726Z | Checking sponge-cursor v0.1.0 |
| 5366 | 2026-08-29T21:21:16.812Z | Checking argon2 v0.6.0-rc.8 |
| 5367 | 2026-08-29T21:21:16.830Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5368 | 2026-08-29T21:21:16.860Z | Checking sha3 v0.12.0 |
| 5369 | 2026-08-29T21:21:16.886Z | Checking spki v0.8.0 |
| 5370 | 2026-08-29T21:21:16.913Z | Checking sec1 v0.8.1 |
| 5371 | 2026-08-29T21:21:16.929Z | Checking ml-kem v0.3.2 |
| 5372 | 2026-08-29T21:21:17.017Z | Checking internal-russh-num-bigint v0.5.0 |
| 5373 | 2026-08-29T21:21:17.060Z | Checking num-bigint v0.4.6 |
| 5374 | 2026-08-29T21:21:17.078Z | Checking pkcs5 v0.8.1 |
| 5375 | 2026-08-29T21:21:17.128Z | Checking pkcs1 v0.8.0-rc.4 |
| 5376 | 2026-08-29T21:21:17.131Z | Checking russh-util v0.52.0 |
| 5377 | 2026-08-29T21:21:17.270Z | Checking generic-array v1.4.3 |
| 5378 | 2026-08-29T21:21:17.348Z | Compiling enum_dispatch v0.3.13 |
| 5379 | 2026-08-29T21:21:17.377Z | Checking pkcs8 v0.11.0 |
| 5380 | 2026-08-29T21:21:17.581Z | Checking ed25519 v3.0.0 |
| 5381 | 2026-08-29T21:21:17.667Z | Compiling delegate v0.13.5 |
| 5382 | 2026-08-29T21:21:17.696Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5383 | 2026-08-29T21:21:17.712Z | Checking md5 v0.8.0 |
| 5384 | 2026-08-29T21:21:17.786Z | Checking ed25519-dalek v3.0.0 |
| 5385 | 2026-08-29T21:21:17.871Z | Checking hex-literal v1.1.0 |
| 5386 | 2026-08-29T21:21:17.908Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5387 | 2026-08-29T21:21:17.974Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5388 | 2026-08-29T21:21:17.989Z | Checking socket2 v0.5.10 |
| 5389 | 2026-08-29T21:21:18.014Z | Checking internet-checksum v0.2.1 |
| 5390 | 2026-08-29T21:21:18.104Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5391 | 2026-08-29T21:21:18.204Z | Checking elliptic-curve v0.14.1 |
| 5392 | 2026-08-29T21:21:18.207Z | Checking primefield v0.14.0 |
| 5393 | 2026-08-29T21:21:18.219Z | Checking rfc6979 v0.6.0 |
| 5394 | 2026-08-29T21:21:18.249Z | Checking ssh-encoding v0.3.0 |
| 5395 | 2026-08-29T21:21:18.294Z | Checking crypto-primes v0.7.2 |
| 5396 | 2026-08-29T21:21:18.468Z | Checking ssh-cipher v0.3.0 |
| 5397 | 2026-08-29T21:21:18.471Z | Checking russh-cryptovec v0.62.0 |
| 5398 | 2026-08-29T21:21:18.596Z | Checking primeorder v0.14.0 |
| 5399 | 2026-08-29T21:21:18.600Z | Checking ecdsa v0.17.0 |
| 5400 | 2026-08-29T21:21:18.971Z | Checking p256 v0.14.0 |
| 5401 | 2026-08-29T21:21:18.974Z | Checking p521 v0.14.0 |
| 5402 | 2026-08-29T21:21:18.974Z | Checking p384 v0.14.0 |
| 5403 | 2026-08-29T21:21:19.226Z | Checking rsa v0.10.0-rc.18 |
| 5404 | 2026-08-29T21:21:21.790Z | Checking ssh-key v0.7.0-rc.11 |
| 5405 | 2026-08-29T21:21:22.554Z | Checking russh v0.62.4 |
| 5406 | 2026-08-29T21:21:36.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.38s |
| 5407 | 2026-08-29T21:21:36.355Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5408 | 2026-08-29T21:21:36.355Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5409 | 2026-08-29T21:21:36.561Z | |
| 5410 | 2026-08-29T21:21:36.561Z | info: running `cargo check --bins` on gateway-cli (362/377) |
| 5411 | 2026-08-29T21:21:37.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5412 | 2026-08-29T21:21:37.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5413 | 2026-08-29T21:21:37.234Z | Checking termios v0.3.3 |
| 5414 | 2026-08-29T21:21:37.435Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5415 | 2026-08-29T21:21:38.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 5416 | 2026-08-29T21:21:38.041Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5417 | 2026-08-29T21:21:38.041Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5418 | 2026-08-29T21:21:38.217Z | |
| 5419 | 2026-08-29T21:21:38.217Z | info: running `cargo check --bins --no-default-features` on installinator (363/377) |
| 5420 | 2026-08-29T21:21:38.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5421 | 2026-08-29T21:21:38.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5422 | 2026-08-29T21:21:38.933Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5423 | 2026-08-29T21:21:39.626Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5424 | 2026-08-29T21:21:41.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 5425 | 2026-08-29T21:21:41.234Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5426 | 2026-08-29T21:21:41.234Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5427 | 2026-08-29T21:21:41.427Z | |
| 5428 | 2026-08-29T21:21:41.427Z | info: running `cargo check --bins` on internal-dns-cli (364/377) |
| 5429 | 2026-08-29T21:21:41.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5430 | 2026-08-29T21:21:41.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5431 | 2026-08-29T21:21:42.100Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5432 | 2026-08-29T21:21:42.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 5433 | 2026-08-29T21:21:42.543Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5434 | 2026-08-29T21:21:42.543Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5435 | 2026-08-29T21:21:42.720Z | |
| 5436 | 2026-08-29T21:21:42.720Z | info: running `cargo check --bins` on omicron-live-tests (365/377) |
| 5437 | 2026-08-29T21:21:43.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5438 | 2026-08-29T21:21:43.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5439 | 2026-08-29T21:21:43.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5440 | 2026-08-29T21:21:43.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5441 | 2026-08-29T21:21:43.312Z | |
| 5442 | 2026-08-29T21:21:43.312Z | info: running `cargo check --bins` on live-tests-macros (366/377) |
| 5443 | 2026-08-29T21:21:43.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5444 | 2026-08-29T21:21:43.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5445 | 2026-08-29T21:21:43.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5446 | 2026-08-29T21:21:43.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 5447 | 2026-08-29T21:21:43.902Z | |
| 5448 | 2026-08-29T21:21:43.902Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/377) |
| 5449 | 2026-08-29T21:21:44.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5450 | 2026-08-29T21:21:44.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5451 | 2026-08-29T21:21:44.675Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5452 | 2026-08-29T21:21:45.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 5453 | 2026-08-29T21:21:45.274Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5454 | 2026-08-29T21:21:45.274Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5455 | 2026-08-29T21:21:45.477Z | |
| 5456 | 2026-08-29T21:21:45.477Z | info: running `cargo check --bins` on omicron-ntp-admin (368/377) |
| 5457 | 2026-08-29T21:21:45.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5458 | 2026-08-29T21:21:45.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5459 | 2026-08-29T21:21:46.159Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5460 | 2026-08-29T21:21:46.269Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5461 | 2026-08-29T21:21:47.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 5462 | 2026-08-29T21:21:47.116Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5463 | 2026-08-29T21:21:47.116Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5464 | 2026-08-29T21:21:47.296Z | |
| 5465 | 2026-08-29T21:21:47.296Z | info: running `cargo check --bins` on ntp-admin-types (369/377) |
| 5466 | 2026-08-29T21:21:47.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5467 | 2026-08-29T21:21:47.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5468 | 2026-08-29T21:21:47.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5469 | 2026-08-29T21:21:47.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5470 | 2026-08-29T21:21:47.892Z | |
| 5471 | 2026-08-29T21:21:47.892Z | info: running `cargo check --bins` on omicron-package (370/377) |
| 5472 | 2026-08-29T21:21:48.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5473 | 2026-08-29T21:21:48.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5474 | 2026-08-29T21:21:48.605Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5475 | 2026-08-29T21:21:49.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
| 5476 | 2026-08-29T21:21:49.718Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5477 | 2026-08-29T21:21:49.718Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5478 | 2026-08-29T21:21:49.899Z | |
| 5479 | 2026-08-29T21:21:49.899Z | info: running `cargo check --bins` on sush-proxy (371/377) |
| 5480 | 2026-08-29T21:21:50.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5481 | 2026-08-29T21:21:50.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5482 | 2026-08-29T21:21:50.591Z | Checking sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 5483 | 2026-08-29T21:21:51.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 5484 | 2026-08-29T21:21:51.495Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5485 | 2026-08-29T21:21:51.495Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5486 | 2026-08-29T21:21:51.681Z | |
| 5487 | 2026-08-29T21:21:51.681Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5488 | 2026-08-29T21:21:52.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5489 | 2026-08-29T21:21:52.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5490 | 2026-08-29T21:21:52.493Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5491 | 2026-08-29T21:21:52.856Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5492 | 2026-08-29T21:21:53.363Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5493 | 2026-08-29T21:21:53.363Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5494 | 2026-08-29T21:22:00.341Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5495 | 2026-08-29T21:22:00.341Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5496 | 2026-08-29T21:22:00.344Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5497 | 2026-08-29T21:22:00.969Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5498 | 2026-08-29T21:22:00.974Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5499 | 2026-08-29T21:22:00.974Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5500 | 2026-08-29T21:22:00.974Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5501 | 2026-08-29T21:22:01.753Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5502 | 2026-08-29T21:22:02.355Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5503 | 2026-08-29T21:22:02.593Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5504 | 2026-08-29T21:22:02.819Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5505 | 2026-08-29T21:22:03.692Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5506 | 2026-08-29T21:22:04.350Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5507 | 2026-08-29T21:22:09.224Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5508 | 2026-08-29T21:22:16.519Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5509 | 2026-08-29T21:22:16.522Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5510 | 2026-08-29T21:22:16.522Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5511 | 2026-08-29T21:22:16.522Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5512 | 2026-08-29T21:22:18.044Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5513 | 2026-08-29T21:22:19.328Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5514 | 2026-08-29T21:22:20.016Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5515 | 2026-08-29T21:22:21.298Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5516 | 2026-08-29T21:22:21.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.17s |
| 5517 | 2026-08-29T21:22:21.862Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5518 | 2026-08-29T21:22:21.862Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5519 | 2026-08-29T21:22:22.065Z | |
| 5520 | 2026-08-29T21:22:22.065Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5521 | 2026-08-29T21:22:22.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5522 | 2026-08-29T21:22:22.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5523 | 2026-08-29T21:22:22.817Z | Checking rtoolbox v0.0.3 |
| 5524 | 2026-08-29T21:22:22.820Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5525 | 2026-08-29T21:22:22.820Z | Checking tui-tree-widget v0.23.1 |
| 5526 | 2026-08-29T21:22:22.940Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5527 | 2026-08-29T21:22:23.038Z | Checking rpassword v7.5.4 |
| 5528 | 2026-08-29T21:22:25.878Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5529 | 2026-08-29T21:22:27.746Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5530 | 2026-08-29T21:22:28.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
| 5531 | 2026-08-29T21:22:28.698Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5532 | 2026-08-29T21:22:28.698Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5533 | 2026-08-29T21:22:28.890Z | |
| 5534 | 2026-08-29T21:22:28.890Z | info: running `cargo check --bins` on wicket (374/377) |
| 5535 | 2026-08-29T21:22:29.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5536 | 2026-08-29T21:22:29.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5537 | 2026-08-29T21:22:29.614Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5538 | 2026-08-29T21:22:29.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 5539 | 2026-08-29T21:22:29.993Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5540 | 2026-08-29T21:22:29.993Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5541 | 2026-08-29T21:22:30.180Z | |
| 5542 | 2026-08-29T21:22:30.181Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5543 | 2026-08-29T21:22:30.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5544 | 2026-08-29T21:22:30.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5545 | 2026-08-29T21:22:30.914Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5546 | 2026-08-29T21:22:34.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
| 5547 | 2026-08-29T21:22:34.461Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5548 | 2026-08-29T21:22:34.461Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5549 | 2026-08-29T21:22:34.652Z | |
| 5550 | 2026-08-29T21:22:34.652Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5551 | 2026-08-29T21:22:35.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5552 | 2026-08-29T21:22:35.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5553 | 2026-08-29T21:22:35.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5554 | 2026-08-29T21:22:35.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5555 | 2026-08-29T21:22:35.243Z | |
| 5556 | 2026-08-29T21:22:35.243Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5557 | 2026-08-29T21:22:35.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5558 | 2026-08-29T21:22:35.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5559 | 2026-08-29T21:22:35.943Z | Checking uzers v0.12.2 |
| 5560 | 2026-08-29T21:22:36.216Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5561 | 2026-08-29T21:22:37.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
| 5562 | 2026-08-29T21:22:37.013Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5563 | 2026-08-29T21:22:37.013Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5564 | 2026-08-29T21:22:37.225Z | |
| 5565 | 2026-08-29T21:22:37.225Z | real 14:31.688462737 |
| 5566 | 2026-08-29T21:22:37.225Z | user 21:37.018266777 |
| 5567 | 2026-08-29T21:22:37.225Z | sys 4:30.764649124 |
| 5568 | 2026-08-29T21:22:37.225Z | trap 0.328560112 |
| 5569 | 2026-08-29T21:22:37.225Z | tflt 0.552691973 |
| 5570 | 2026-08-29T21:22:37.225Z | dflt 0.899995751 |
| 5571 | 2026-08-29T21:22:37.225Z | kflt 0.004978182 |
| 5572 | 2026-08-29T21:22:37.225Z | lock 1:29:34.879281876 |
| 5573 | 2026-08-29T21:22:37.228Z | slp 1:42:47.842351517 |
| 5574 | 2026-08-29T21:22:37.228Z | lat 1:03.284115919 |
| 5575 | 2026-08-29T21:22:37.228Z | stop 4:23.748361154 |
| 5576 | 2026-08-29T21:22:37.228Z | process exited: duration 1018356 ms, exit code 0 |
| |
| 5577 | 2026-08-29T21:22:37.234Z | found 0 output files |