|
|
|
| 1 | 2026-07-20T03:10:29.131Z | job assigned to worker 01KXYR0HEYZ1DHB7726PE8Z90X [factory aws, i-04916ea5e22463f39] (queued for 47 s) |
| |
| 2 | 2026-07-20T03:10:35.832Z | starting task 0: "setup" |
| 3 | 2026-07-20T03:10:35.836Z | ++ uname -s |
| 4 | 2026-07-20T03:10:35.838Z | + kern=SunOS |
| 5 | 2026-07-20T03:10:35.838Z | + build_user=build |
| 6 | 2026-07-20T03:10:35.838Z | + build_uid=12345 |
| 7 | 2026-07-20T03:10:35.839Z | + work_dir=/work |
| 8 | 2026-07-20T03:10:35.839Z | + input_dir=/input |
| 9 | 2026-07-20T03:10:35.839Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T03:10:35.839Z | + case "$kern" in |
| 11 | 2026-07-20T03:10:35.839Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T03:10:35.841Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T03:10:37.845Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T03:10:37.961Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T03:10:37.964Z | + home_fs=zfs |
| 16 | 2026-07-20T03:10:37.964Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T03:10:37.964Z | + mkdir -p /home/build |
| 18 | 2026-07-20T03:10:37.964Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T03:10:39.963Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T03:10:39.966Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-07-20T03:10:39.972Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T03:10:39.976Z | * rust toolchain channel = "1.96.1" |
| 23 | 2026-07-20T03:10:39.976Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 24 | 2026-07-20T03:10:39.976Z | * rust toolchain profile = "default" |
| 25 | 2026-07-20T03:10:39.976Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-20T03:10:39.976Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-20T03:10:39.976Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T03:10:39.979Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T03:10:39.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T03:10:40.081Z | info: downloading installer |
| 31 | 2026-07-20T03:10:41.503Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T03:10:41.503Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T03:10:41.503Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T03:10:41.503Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T03:10:41.516Z | info: profile set to default |
| 36 | 2026-07-20T03:10:41.516Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T03:10:41.519Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T03:10:41.662Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T03:10:41.665Z | info: downloading 6 components |
| 40 | 2026-07-20T03:10:56.590Z | |
| 41 | 2026-07-20T03:10:56.590Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-20T03:10:56.624Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T03:10:56.624Z | |
| 44 | 2026-07-20T03:10:56.628Z | |
| 45 | 2026-07-20T03:10:56.628Z | Rust is installed now. Great! |
| 46 | 2026-07-20T03:10:56.628Z | |
| 47 | 2026-07-20T03:10:56.628Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T03:10:56.628Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T03:10:56.628Z | |
| 50 | 2026-07-20T03:10:56.628Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T03:10:56.628Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T03:10:56.628Z | |
| 53 | 2026-07-20T03:10:56.628Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T03:10:56.628Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T03:10:56.628Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T03:10:56.628Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T03:10:56.628Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T03:10:56.628Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T03:10:56.628Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T03:10:56.628Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T03:10:56.628Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T03:10:56.725Z | + rustup --version |
| 63 | 2026-07-20T03:10:56.734Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T03:10:56.738Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T03:10:56.756Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T03:10:56.760Z | + cargo --version |
| 67 | 2026-07-20T03:10:56.774Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T03:10:56.777Z | + rustc --version |
| 69 | 2026-07-20T03:10:56.796Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T03:10:56.799Z | process exited: duration 16826 ms, exit code 0 |
| |
| 71 | 2026-07-20T03:10:56.805Z | starting task 2: "authentication" |
| 72 | 2026-07-20T03:10:56.822Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T03:10:56.828Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T03:10:56.832Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-20T03:10:56.835Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-20T03:10:56.863Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-20T03:11:07.964Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-20T03:11:07.964Z | + git fetch origin fdfc38c50cb14e5479cda55715ce20f848ec5af7 |
| 79 | 2026-07-20T03:11:08.261Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-20T03:11:08.261Z | * branch fdfc38c50cb14e5479cda55715ce20f848ec5af7 -> FETCH_HEAD |
| 81 | 2026-07-20T03:11:08.272Z | + [[ -n '' ]] |
| 82 | 2026-07-20T03:11:08.272Z | + git reset --hard fdfc38c50cb14e5479cda55715ce20f848ec5af7 |
| 83 | 2026-07-20T03:11:08.525Z | HEAD is now at fdfc38c50 [spr] initial version |
| 84 | 2026-07-20T03:11:08.528Z | process exited: duration 11698 ms, exit code 0 |
| |
| 85 | 2026-07-20T03:11:08.533Z | starting task 4: "build" |
| 86 | 2026-07-20T03:11:08.537Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-20T03:11:08.540Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-20T03:11:08.540Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-20T03:11:08.540Z | +++ uname -s |
| 90 | 2026-07-20T03:11:08.540Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-20T03:11:08.540Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-20T03:11:08.543Z | + cargo --version |
| 93 | 2026-07-20T03:11:08.551Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-20T03:11:08.553Z | + rustc --version |
| 95 | 2026-07-20T03:11:08.573Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-20T03:11:08.577Z | + source ./env.sh |
| 97 | 2026-07-20T03:11:08.577Z | ++ OLD_SHELL_OPTS=ehxB |
| 98 | 2026-07-20T03:11:08.577Z | ++ set -o xtrace |
| 99 | 2026-07-20T03:11:08.580Z | ++++ dirname ./env.sh |
| 100 | 2026-07-20T03:11:08.580Z | +++ readlink -f . |
| 101 | 2026-07-20T03:11:08.582Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 102 | 2026-07-20T03:11:08.582Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-20T03:11:08.582Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-20T03:11:08.583Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-20T03:11:08.583Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-20T03:11:08.583Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-20T03:11:08.583Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-20T03:11:08.583Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-07-20T03:11:08.583Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-07-20T03:11:08.583Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-07-20T03:11:08.583Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-07-20T03:11:08.583Z | ++ case $OLD_SHELL_OPTS in |
| 113 | 2026-07-20T03:11:08.583Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 114 | 2026-07-20T03:11:08.583Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 115 | 2026-07-20T03:11:08.583Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-07-20T03:11:08.583Z | + banner prerequisites |
| 117 | 2026-07-20T03:11:08.586Z | |
| 118 | 2026-07-20T03:11:08.586Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 119 | 2026-07-20T03:11:08.586Z | # # # # # # # # # # # # # # # |
| 120 | 2026-07-20T03:11:08.586Z | # # # # ##### # # ##### # # # # # #### # |
| 121 | 2026-07-20T03:11:08.586Z | ##### ##### # ##### # # # # # # # # # |
| 122 | 2026-07-20T03:11:08.586Z | # # # # # # # # # # # # # # # |
| 123 | 2026-07-20T03:11:08.586Z | # # # ###### # # ###### ### # #### # #### # |
| 124 | 2026-07-20T03:11:08.586Z | |
| 125 | 2026-07-20T03:11:08.586Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 126 | 2026-07-20T03:11:10.616Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-07-20T03:11:10.892Z | Startup: Caching catalogs ... Done |
| 128 | 2026-07-20T03:11:11.639Z | Planning: Solver setup ... Done (0.790s) |
| 129 | 2026-07-20T03:11:11.713Z | Planning: Running solver ... Done (0.037s) |
| 130 | 2026-07-20T03:11:11.725Z | Planning: Finding local manifests ... Done (0.003s) |
| 131 | 2026-07-20T03:11:11.725Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-07-20T03:11:11.725Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-07-20T03:11:11.734Z | Planning: Package planning ... Done (0.013s) |
| 134 | 2026-07-20T03:11:11.734Z | Planning: Merging actions ... Done (0.001s) |
| 135 | 2026-07-20T03:11:11.966Z | Planning: Checking for conflicting actions ... Done (0.206s) |
| 136 | 2026-07-20T03:11:11.979Z | Planning: Consolidating action changes ... Done (0.001s) |
| 137 | 2026-07-20T03:11:12.752Z | Planning: Evaluating mediators ... Done (0.790s) |
| 138 | 2026-07-20T03:11:12.762Z | Planning: Planning completed in 1.93 seconds |
| 139 | 2026-07-20T03:11:12.762Z | Packages to install: 2 |
| 140 | 2026-07-20T03:11:12.762Z | Estimated space available: 156.06 GB |
| 141 | 2026-07-20T03:11:12.762Z | Estimated space to be consumed: 43.83 MB |
| 142 | 2026-07-20T03:11:12.762Z | Create boot environment: No |
| 143 | 2026-07-20T03:11:12.762Z | Create backup boot environment: No |
| 144 | 2026-07-20T03:11:12.762Z | Rebuild boot archive: No |
| 145 | 2026-07-20T03:11:12.762Z | |
| 146 | 2026-07-20T03:11:12.762Z | Changed packages: |
| 147 | 2026-07-20T03:11:12.762Z | helios |
| 148 | 2026-07-20T03:11:12.762Z | developer/build-essential |
| 149 | 2026-07-20T03:11:12.762Z | None -> 11-3.0 |
| 150 | 2026-07-20T03:11:12.763Z | library/libxmlsec1 |
| 151 | 2026-07-20T03:11:12.763Z | None -> 1.2.35-3.0 |
| 152 | 2026-07-20T03:11:12.763Z | |
| 153 | 2026-07-20T03:11:12.763Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 154 | 2026-07-20T03:11:13.265Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 155 | 2026-07-20T03:11:13.335Z | Actions: 1/268 actions (Installing new actions) |
| 156 | 2026-07-20T03:11:13.374Z | Actions: Completed 268 actions in 0.04 seconds. |
| 157 | 2026-07-20T03:11:13.392Z | Finalize: Updating package state database ... Done (0.018s) |
| 158 | 2026-07-20T03:11:13.395Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-07-20T03:11:13.438Z | Finalize: Updating image state ... Done (0.045s) |
| 160 | 2026-07-20T03:11:15.887Z | Finalize: Creating fast lookup database ... Done (2.408s) |
| 161 | 2026-07-20T03:11:15.951Z | Finalize: Reading search index ... Done (0.012s) |
| 162 | 2026-07-20T03:11:15.954Z | Finalize: Updating search index ... Done (0.000s) |
| 163 | 2026-07-20T03:11:16.060Z | Finalize: Updating package cache ... Done (0.000s) |
| 164 | 2026-07-20T03:11:16.401Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2026-07-20T03:11:16.519Z | Planning: Checking for conflicting actions ... Done |
| 166 | 2026-07-20T03:11:16.533Z | Planning: Consolidating action changes ... Done |
| 167 | 2026-07-20T03:11:16.663Z | Planning: Evaluating mediators ... Done |
| 168 | 2026-07-20T03:11:16.666Z | Planning: Planning completed in 0.27 seconds |
| 169 | 2026-07-20T03:11:16.701Z | Mediators to change: 2 |
| 170 | 2026-07-20T03:11:16.705Z | Create boot environment: No |
| 171 | 2026-07-20T03:11:16.706Z | Create backup boot environment: No |
| 172 | 2026-07-20T03:11:16.755Z | Finalize: Updating package state database ... Done |
| 173 | 2026-07-20T03:11:16.758Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-20T03:11:16.781Z | Finalize: Updating image state ... Done |
| 175 | 2026-07-20T03:11:18.754Z | Finalize: Creating fast lookup database ... Done |
| 176 | 2026-07-20T03:11:18.816Z | Finalize: Reading search index ... Done |
| 177 | 2026-07-20T03:11:18.819Z | Finalize: Updating search index ... Done |
| 178 | 2026-07-20T03:11:18.906Z | Finalize: Updating package cache ... Done |
| 179 | 2026-07-20T03:11:19.192Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-07-20T03:11:19.300Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-07-20T03:11:19.304Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-07-20T03:11:19.459Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-07-20T03:11:19.463Z | Planning: Planning completed in 0.27 seconds |
| 184 | 2026-07-20T03:11:19.483Z | Mediators to change: 1 |
| 185 | 2026-07-20T03:11:19.483Z | Create boot environment: No |
| 186 | 2026-07-20T03:11:19.486Z | Create backup boot environment: No |
| 187 | 2026-07-20T03:11:19.535Z | Finalize: Updating package state database ... Done |
| 188 | 2026-07-20T03:11:19.537Z | Finalize: Updating package cache ... Done |
| 189 | 2026-07-20T03:11:19.561Z | Finalize: Updating image state ... Done |
| 190 | 2026-07-20T03:11:21.539Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-07-20T03:11:21.601Z | Finalize: Reading search index ... Done |
| 192 | 2026-07-20T03:11:21.604Z | Finalize: Updating search index ... Done |
| 193 | 2026-07-20T03:11:21.676Z | Finalize: Updating package cache ... Done |
| 194 | 2026-07-20T03:11:21.992Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-07-20T03:11:21.992Z | apache system 2.4 system |
| 196 | 2026-07-20T03:11:21.992Z | clang system 15 system |
| 197 | 2026-07-20T03:11:21.992Z | csh system system illumos |
| 198 | 2026-07-20T03:11:21.992Z | ctags system system illumos |
| 199 | 2026-07-20T03:11:21.992Z | file vendor vendor darwinsys |
| 200 | 2026-07-20T03:11:21.992Z | file system system illumos |
| 201 | 2026-07-20T03:11:21.992Z | gcc vendor 14 vendor |
| 202 | 2026-07-20T03:11:21.992Z | gcc system 13 system |
| 203 | 2026-07-20T03:11:21.992Z | gcc system 10 system |
| 204 | 2026-07-20T03:11:21.992Z | go system 1.25 system |
| 205 | 2026-07-20T03:11:21.992Z | llvm system 15 system |
| 206 | 2026-07-20T03:11:21.992Z | mariadb system 11.4 system |
| 207 | 2026-07-20T03:11:21.992Z | mta vendor vendor dma |
| 208 | 2026-07-20T03:11:21.992Z | openjdk system 17 system |
| 209 | 2026-07-20T03:11:21.992Z | openjdk system 11 system |
| 210 | 2026-07-20T03:11:21.992Z | openssl vendor 3 vendor |
| 211 | 2026-07-20T03:11:21.992Z | perl system 5.40 system |
| 212 | 2026-07-20T03:11:21.992Z | postgresql system 18 system |
| 213 | 2026-07-20T03:11:21.992Z | postgresql system 17 system |
| 214 | 2026-07-20T03:11:21.992Z | python vendor 3 vendor |
| 215 | 2026-07-20T03:11:21.992Z | python system 2 system |
| 216 | 2026-07-20T03:11:21.992Z | python3 vendor 3.13 vendor |
| 217 | 2026-07-20T03:11:21.992Z | ruby system 3.4 system |
| 218 | 2026-07-20T03:11:21.992Z | ruby system 3.0 system |
| 219 | 2026-07-20T03:11:21.992Z | words vendor vendor american-english |
| 220 | 2026-07-20T03:11:21.992Z | words system system australian-english |
| 221 | 2026-07-20T03:11:21.992Z | words system system british-english |
| 222 | 2026-07-20T03:11:21.992Z | words system system canadian-english |
| 223 | 2026-07-20T03:11:21.992Z | words system system french |
| 224 | 2026-07-20T03:11:21.992Z | words system system italian |
| 225 | 2026-07-20T03:11:21.993Z | words system system ngerman |
| 226 | 2026-07-20T03:11:21.993Z | words system system ogerman |
| 227 | 2026-07-20T03:11:21.993Z | words system system spanish |
| 228 | 2026-07-20T03:11:22.247Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-07-20T03:11:22.247Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 230 | 2026-07-20T03:11:22.597Z | FMRI IFO |
| 231 | 2026-07-20T03:11:22.597Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 232 | 2026-07-20T03:11:22.597Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 233 | 2026-07-20T03:11:22.598Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 234 | 2026-07-20T03:11:22.598Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 235 | 2026-07-20T03:11:22.598Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 236 | 2026-07-20T03:11:22.598Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 237 | 2026-07-20T03:11:22.598Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 238 | 2026-07-20T03:11:22.598Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 239 | 2026-07-20T03:11:22.598Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 240 | 2026-07-20T03:11:22.886Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 241 | 2026-07-20T03:11:23.193Z | Updating crates.io index |
| 242 | 2026-07-20T03:11:23.220Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-07-20T03:11:23.455Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-07-20T03:11:23.745Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-07-20T03:11:24.666Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-07-20T03:11:25.128Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-07-20T03:11:26.745Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-07-20T03:11:27.507Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-07-20T03:11:27.748Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 250 | 2026-07-20T03:11:28.050Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 251 | 2026-07-20T03:11:29.343Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 252 | 2026-07-20T03:11:29.588Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 253 | 2026-07-20T03:11:29.851Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 254 | 2026-07-20T03:11:30.108Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 255 | 2026-07-20T03:11:30.514Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 256 | 2026-07-20T03:11:30.982Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 257 | 2026-07-20T03:11:31.218Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-07-20T03:11:31.434Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-07-20T03:11:31.694Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-07-20T03:11:31.994Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-07-20T03:11:32.202Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-07-20T03:11:32.423Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-07-20T03:11:32.638Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-07-20T03:11:32.950Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-07-20T03:11:33.274Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 266 | 2026-07-20T03:11:33.490Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-07-20T03:11:33.880Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-07-20T03:11:34.104Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2026-07-20T03:11:34.455Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-07-20T03:11:34.754Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-07-20T03:11:34.981Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-07-20T03:11:35.192Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-07-20T03:11:35.490Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-07-20T03:11:35.856Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-07-20T03:11:36.070Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-07-20T03:11:36.301Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-07-20T03:11:36.560Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-07-20T03:11:36.808Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-07-20T03:11:37.245Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-07-20T03:11:37.463Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-07-20T03:11:37.719Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-07-20T03:11:37.955Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-07-20T03:11:41.187Z | Downloading crates ... |
| 284 | 2026-07-20T03:11:41.261Z | Downloaded swrite v0.1.0 |
| 285 | 2026-07-20T03:11:41.263Z | Downloaded pest v2.8.6 |
| 286 | 2026-07-20T03:11:41.275Z | Downloaded zerocopy v0.7.35 |
| 287 | 2026-07-20T03:11:41.283Z | Downloaded toml_write v0.1.2 |
| 288 | 2026-07-20T03:11:41.285Z | Downloaded zmij v1.0.21 |
| 289 | 2026-07-20T03:11:41.286Z | Downloaded zerocopy-derive v0.7.35 |
| 290 | 2026-07-20T03:11:41.288Z | Downloaded macaddr v1.0.1 |
| 291 | 2026-07-20T03:11:41.288Z | Downloaded clap_lex v1.0.0 |
| 292 | 2026-07-20T03:11:41.291Z | Downloaded heck v0.5.0 |
| 293 | 2026-07-20T03:11:41.291Z | Downloaded dtrace-parser v0.2.0 |
| 294 | 2026-07-20T03:11:41.291Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-07-20T03:11:41.294Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-07-20T03:11:41.296Z | Downloaded camino-tempfile v1.4.1 |
| 297 | 2026-07-20T03:11:41.299Z | Downloaded anstyle-parse v1.0.0 |
| 298 | 2026-07-20T03:11:41.299Z | Downloaded fs-err v3.3.0 |
| 299 | 2026-07-20T03:11:41.299Z | Downloaded anstyle v1.0.14 |
| 300 | 2026-07-20T03:11:41.305Z | Downloaded fnv v1.0.7 |
| 301 | 2026-07-20T03:11:41.315Z | Downloaded cargo-platform v0.3.2 |
| 302 | 2026-07-20T03:11:41.317Z | Downloaded is_terminal_polyfill v1.70.2 |
| 303 | 2026-07-20T03:11:41.322Z | Downloaded anstream v1.0.0 |
| 304 | 2026-07-20T03:11:41.325Z | Downloaded anyhow v1.0.102 |
| 305 | 2026-07-20T03:11:41.333Z | Downloaded errno v0.3.14 |
| 306 | 2026-07-20T03:11:41.335Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-07-20T03:11:41.350Z | Downloaded heck v0.4.1 |
| 308 | 2026-07-20T03:11:41.361Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-07-20T03:11:41.369Z | Downloaded block-buffer v0.10.4 |
| 310 | 2026-07-20T03:11:41.378Z | Downloaded dof v0.3.0 |
| 311 | 2026-07-20T03:11:41.381Z | Downloaded tabled_derive v0.7.0 |
| 312 | 2026-07-20T03:11:41.381Z | Downloaded toml_datetime v0.6.11 |
| 313 | 2026-07-20T03:11:41.384Z | Downloaded proc-macro-error-attr v1.0.4 |
| 314 | 2026-07-20T03:11:41.387Z | Downloaded serde_spanned v0.6.9 |
| 315 | 2026-07-20T03:11:41.387Z | Downloaded colorchoice v1.0.4 |
| 316 | 2026-07-20T03:11:41.390Z | Downloaded smawk v0.3.2 |
| 317 | 2026-07-20T03:11:41.393Z | Downloaded scroll_derive v0.12.1 |
| 318 | 2026-07-20T03:11:41.396Z | Downloaded pretty-hex v0.4.1 |
| 319 | 2026-07-20T03:11:41.399Z | Downloaded getrandom v0.4.1 |
| 320 | 2026-07-20T03:11:41.405Z | Downloaded utf8parse v0.2.2 |
| 321 | 2026-07-20T03:11:41.408Z | Downloaded usdt-attr-macro v0.5.0 |
| 322 | 2026-07-20T03:11:41.408Z | Downloaded thread-id v4.2.2 |
| 323 | 2026-07-20T03:11:41.408Z | Downloaded strsim v0.11.1 |
| 324 | 2026-07-20T03:11:41.412Z | Downloaded version_check v0.9.5 |
| 325 | 2026-07-20T03:11:41.414Z | Downloaded unicode-linebreak v0.1.5 |
| 326 | 2026-07-20T03:11:41.414Z | Downloaded usdt-macro v0.5.0 |
| 327 | 2026-07-20T03:11:41.414Z | Downloaded itoa v1.0.17 |
| 328 | 2026-07-20T03:11:41.417Z | Downloaded plain v0.2.3 |
| 329 | 2026-07-20T03:11:41.420Z | Downloaded anstyle-query v1.1.5 |
| 330 | 2026-07-20T03:11:41.428Z | Downloaded clap_derive v4.6.1 |
| 331 | 2026-07-20T03:11:41.431Z | Downloaded usdt v0.5.0 |
| 332 | 2026-07-20T03:11:41.434Z | Downloaded terminal_size v0.4.3 |
| 333 | 2026-07-20T03:11:41.434Z | Downloaded papergrid v0.11.0 |
| 334 | 2026-07-20T03:11:41.437Z | Downloaded byteorder v1.5.0 |
| 335 | 2026-07-20T03:11:41.439Z | Downloaded crypto-common v0.1.7 |
| 336 | 2026-07-20T03:11:41.439Z | Downloaded bytecount v0.6.9 |
| 337 | 2026-07-20T03:11:41.442Z | Downloaded cargo_toml v0.21.0 |
| 338 | 2026-07-20T03:11:41.442Z | Downloaded proc-macro-error v1.0.4 |
| 339 | 2026-07-20T03:11:41.449Z | Downloaded serde_tokenstream v0.2.3 |
| 340 | 2026-07-20T03:11:41.452Z | Downloaded thiserror-impl v2.0.18 |
| 341 | 2026-07-20T03:11:41.452Z | Downloaded generic-array v0.14.7 |
| 342 | 2026-07-20T03:11:41.452Z | Downloaded digest v0.10.7 |
| 343 | 2026-07-20T03:11:41.452Z | Downloaded usdt-impl v0.5.0 |
| 344 | 2026-07-20T03:11:41.452Z | Downloaded thiserror v1.0.69 |
| 345 | 2026-07-20T03:11:41.454Z | Downloaded scroll v0.12.0 |
| 346 | 2026-07-20T03:11:41.463Z | Downloaded log v0.4.29 |
| 347 | 2026-07-20T03:11:41.465Z | Downloaded bitflags v2.11.0 |
| 348 | 2026-07-20T03:11:41.468Z | Downloaded memmap v0.7.0 |
| 349 | 2026-07-20T03:11:41.471Z | Downloaded thiserror-impl v1.0.69 |
| 350 | 2026-07-20T03:11:41.471Z | Downloaded thiserror v2.0.18 |
| 351 | 2026-07-20T03:11:41.475Z | Downloaded quote v1.0.45 |
| 352 | 2026-07-20T03:11:41.477Z | Downloaded pest_generator v2.8.6 |
| 353 | 2026-07-20T03:11:41.477Z | Downloaded once_cell v1.21.3 |
| 354 | 2026-07-20T03:11:41.477Z | Downloaded pest_derive v2.8.6 |
| 355 | 2026-07-20T03:11:41.481Z | Downloaded sha2 v0.10.9 |
| 356 | 2026-07-20T03:11:41.484Z | Downloaded autocfg v1.5.0 |
| 357 | 2026-07-20T03:11:41.487Z | Downloaded cargo_metadata v0.23.1 |
| 358 | 2026-07-20T03:11:41.492Z | Downloaded camino v1.2.2 |
| 359 | 2026-07-20T03:11:41.494Z | Downloaded ucd-trie v0.1.7 |
| 360 | 2026-07-20T03:11:41.494Z | Downloaded tempfile v3.25.0 |
| 361 | 2026-07-20T03:11:41.509Z | Downloaded toml v0.8.23 |
| 362 | 2026-07-20T03:11:41.520Z | Downloaded memchr v2.8.0 |
| 363 | 2026-07-20T03:11:41.523Z | Downloaded clap v4.6.1 |
| 364 | 2026-07-20T03:11:41.526Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-07-20T03:11:41.529Z | Downloaded textwrap v0.16.2 |
| 366 | 2026-07-20T03:11:41.532Z | Downloaded semver v1.0.28 |
| 367 | 2026-07-20T03:11:41.535Z | Downloaded serde_derive v1.0.228 |
| 368 | 2026-07-20T03:11:41.537Z | Downloaded indexmap v2.14.0 |
| 369 | 2026-07-20T03:11:41.540Z | Downloaded pest_meta v2.8.6 |
| 370 | 2026-07-20T03:11:41.543Z | Downloaded winnow v0.7.14 |
| 371 | 2026-07-20T03:11:41.548Z | Downloaded toml_edit v0.22.27 |
| 372 | 2026-07-20T03:11:41.553Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-07-20T03:11:41.569Z | Downloaded serde v1.0.228 |
| 374 | 2026-07-20T03:11:41.571Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-07-20T03:11:41.586Z | Downloaded typenum v1.20.1 |
| 376 | 2026-07-20T03:11:41.607Z | Downloaded tabled v0.15.0 |
| 377 | 2026-07-20T03:11:41.615Z | Downloaded hashbrown v0.17.0 |
| 378 | 2026-07-20T03:11:41.618Z | Downloaded clap_builder v4.6.0 |
| 379 | 2026-07-20T03:11:41.626Z | Downloaded serde_json v1.0.150 |
| 380 | 2026-07-20T03:11:41.632Z | Downloaded goblin v0.8.2 |
| 381 | 2026-07-20T03:11:41.676Z | Downloaded syn v1.0.109 |
| 382 | 2026-07-20T03:11:41.688Z | Downloaded unicode-width v0.2.0 |
| 383 | 2026-07-20T03:11:41.691Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-07-20T03:11:41.697Z | Downloaded syn v2.0.117 |
| 385 | 2026-07-20T03:11:41.714Z | Downloaded rustix v1.1.3 |
| 386 | 2026-07-20T03:11:41.745Z | Downloaded libc v0.2.185 |
| 387 | 2026-07-20T03:11:41.809Z | Compiling proc-macro2 v1.0.106 |
| 388 | 2026-07-20T03:11:41.809Z | Compiling unicode-ident v1.0.24 |
| 389 | 2026-07-20T03:11:41.813Z | Compiling quote v1.0.45 |
| 390 | 2026-07-20T03:11:41.813Z | Compiling serde_core v1.0.228 |
| 391 | 2026-07-20T03:11:41.813Z | Compiling libc v0.2.185 |
| 392 | 2026-07-20T03:11:41.813Z | Compiling version_check v0.9.5 |
| 393 | 2026-07-20T03:11:41.813Z | Compiling memchr v2.8.0 |
| 394 | 2026-07-20T03:11:41.813Z | Compiling serde v1.0.228 |
| 395 | 2026-07-20T03:11:42.132Z | Compiling zmij v1.0.21 |
| 396 | 2026-07-20T03:11:42.415Z | Compiling ucd-trie v0.1.7 |
| 397 | 2026-07-20T03:11:42.418Z | Compiling itoa v1.0.17 |
| 398 | 2026-07-20T03:11:42.610Z | Compiling thiserror v1.0.69 |
| 399 | 2026-07-20T03:11:42.666Z | Compiling pest v2.8.6 |
| 400 | 2026-07-20T03:11:42.684Z | Compiling rustix v1.1.3 |
| 401 | 2026-07-20T03:11:42.801Z | Compiling byteorder v1.5.0 |
| 402 | 2026-07-20T03:11:43.044Z | Compiling errno v0.3.14 |
| 403 | 2026-07-20T03:11:43.198Z | Compiling serde_json v1.0.150 |
| 404 | 2026-07-20T03:11:43.266Z | Compiling syn v2.0.117 |
| 405 | 2026-07-20T03:11:43.311Z | Compiling bitflags v2.11.0 |
| 406 | 2026-07-20T03:11:43.349Z | Compiling thread-id v4.2.2 |
| 407 | 2026-07-20T03:11:43.430Z | Compiling proc-macro-error-attr v1.0.4 |
| 408 | 2026-07-20T03:11:43.453Z | Compiling usdt-impl v0.5.0 |
| 409 | 2026-07-20T03:11:43.581Z | Compiling syn v1.0.109 |
| 410 | 2026-07-20T03:11:43.635Z | Compiling camino v1.2.2 |
| 411 | 2026-07-20T03:11:43.794Z | Compiling pest_meta v2.8.6 |
| 412 | 2026-07-20T03:11:43.994Z | Compiling proc-macro-error v1.0.4 |
| 413 | 2026-07-20T03:11:44.011Z | Compiling plain v0.2.3 |
| 414 | 2026-07-20T03:11:44.028Z | Compiling hashbrown v0.17.0 |
| 415 | 2026-07-20T03:11:44.126Z | Compiling log v0.4.29 |
| 416 | 2026-07-20T03:11:44.318Z | Compiling getrandom v0.4.1 |
| 417 | 2026-07-20T03:11:44.344Z | Compiling equivalent v1.0.2 |
| 418 | 2026-07-20T03:11:44.439Z | Compiling utf8parse v0.2.2 |
| 419 | 2026-07-20T03:11:44.586Z | Compiling anstyle-parse v1.0.0 |
| 420 | 2026-07-20T03:11:44.661Z | Compiling indexmap v2.14.0 |
| 421 | 2026-07-20T03:11:44.715Z | Compiling terminal_size v0.4.3 |
| 422 | 2026-07-20T03:11:45.229Z | Compiling anstyle v1.0.14 |
| 423 | 2026-07-20T03:11:45.276Z | Compiling anstyle-query v1.1.5 |
| 424 | 2026-07-20T03:11:45.293Z | Compiling pretty-hex v0.4.1 |
| 425 | 2026-07-20T03:11:45.384Z | Compiling autocfg v1.5.0 |
| 426 | 2026-07-20T03:11:45.402Z | Compiling toml_write v0.1.2 |
| 427 | 2026-07-20T03:11:45.434Z | Compiling is_terminal_polyfill v1.70.2 |
| 428 | 2026-07-20T03:11:45.436Z | Compiling cfg-if v1.0.4 |
| 429 | 2026-07-20T03:11:45.469Z | Compiling thiserror v2.0.18 |
| 430 | 2026-07-20T03:11:45.529Z | Compiling pest_generator v2.8.6 |
| 431 | 2026-07-20T03:11:45.546Z | Compiling winnow v0.7.14 |
| 432 | 2026-07-20T03:11:45.589Z | Compiling colorchoice v1.0.4 |
| 433 | 2026-07-20T03:11:45.713Z | Compiling anstream v1.0.0 |
| 434 | 2026-07-20T03:11:45.817Z | Compiling fs-err v3.3.0 |
| 435 | 2026-07-20T03:11:45.905Z | Compiling heck v0.5.0 |
| 436 | 2026-07-20T03:11:46.041Z | Compiling bytecount v0.6.9 |
| 437 | 2026-07-20T03:11:46.044Z | Compiling fastrand v2.3.0 |
| 438 | 2026-07-20T03:11:46.150Z | Compiling strsim v0.11.1 |
| 439 | 2026-07-20T03:11:46.186Z | Compiling fnv v1.0.7 |
| 440 | 2026-07-20T03:11:46.258Z | Compiling clap_lex v1.0.0 |
| 441 | 2026-07-20T03:11:46.293Z | Compiling heck v0.4.1 |
| 442 | 2026-07-20T03:11:46.332Z | Compiling once_cell v1.21.3 |
| 443 | 2026-07-20T03:11:46.349Z | Compiling unicode-width v0.1.14 |
| 444 | 2026-07-20T03:11:46.491Z | Compiling anyhow v1.0.102 |
| 445 | 2026-07-20T03:11:46.511Z | Compiling clap_builder v4.6.0 |
| 446 | 2026-07-20T03:11:46.527Z | Compiling tempfile v3.25.0 |
| 447 | 2026-07-20T03:11:46.661Z | Compiling papergrid v0.11.0 |
| 448 | 2026-07-20T03:11:46.691Z | Compiling semver v1.0.28 |
| 449 | 2026-07-20T03:11:46.961Z | Compiling cargo-platform v0.3.2 |
| 450 | 2026-07-20T03:11:46.985Z | Compiling tabled_derive v0.7.0 |
| 451 | 2026-07-20T03:11:47.046Z | Compiling memmap v0.7.0 |
| 452 | 2026-07-20T03:11:47.073Z | Compiling smawk v0.3.2 |
| 453 | 2026-07-20T03:11:47.132Z | Compiling unicode-linebreak v0.1.5 |
| 454 | 2026-07-20T03:11:47.217Z | Compiling unicode-width v0.2.0 |
| 455 | 2026-07-20T03:11:47.257Z | Compiling camino-tempfile v1.4.1 |
| 456 | 2026-07-20T03:11:47.271Z | Compiling serde_derive v1.0.228 |
| 457 | 2026-07-20T03:11:47.394Z | Compiling thiserror-impl v1.0.69 |
| 458 | 2026-07-20T03:11:47.509Z | Compiling zerocopy-derive v0.7.35 |
| 459 | 2026-07-20T03:11:47.528Z | Compiling pest_derive v2.8.6 |
| 460 | 2026-07-20T03:11:47.636Z | Compiling scroll_derive v0.12.1 |
| 461 | 2026-07-20T03:11:47.944Z | Compiling thiserror-impl v2.0.18 |
| 462 | 2026-07-20T03:11:48.010Z | Compiling clap_derive v4.6.1 |
| 463 | 2026-07-20T03:11:48.168Z | Compiling tabled v0.15.0 |
| 464 | 2026-07-20T03:11:48.328Z | Compiling scroll v0.12.0 |
| 465 | 2026-07-20T03:11:48.411Z | Compiling zerocopy v0.7.35 |
| 466 | 2026-07-20T03:11:48.623Z | Compiling goblin v0.8.2 |
| 467 | 2026-07-20T03:11:48.834Z | Compiling dtrace-parser v0.2.0 |
| 468 | 2026-07-20T03:11:48.980Z | Compiling textwrap v0.16.2 |
| 469 | 2026-07-20T03:11:49.456Z | Compiling swrite v0.1.0 |
| 470 | 2026-07-20T03:11:49.814Z | Compiling clap v4.6.1 |
| 471 | 2026-07-20T03:11:50.499Z | Compiling serde_spanned v0.6.9 |
| 472 | 2026-07-20T03:11:50.499Z | Compiling toml_datetime v0.6.11 |
| 473 | 2026-07-20T03:11:50.500Z | Compiling macaddr v1.0.1 |
| 474 | 2026-07-20T03:11:50.506Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 475 | 2026-07-20T03:11:50.506Z | Compiling cargo_metadata v0.23.1 |
| 476 | 2026-07-20T03:11:50.583Z | Compiling dof v0.3.0 |
| 477 | 2026-07-20T03:11:50.600Z | Compiling serde_tokenstream v0.2.3 |
| 478 | 2026-07-20T03:11:50.722Z | Compiling toml_edit v0.22.27 |
| 479 | 2026-07-20T03:11:51.369Z | Compiling usdt-attr-macro v0.5.0 |
| 480 | 2026-07-20T03:11:51.372Z | Compiling usdt-macro v0.5.0 |
| 481 | 2026-07-20T03:11:52.031Z | Compiling usdt v0.5.0 |
| 482 | 2026-07-20T03:11:52.091Z | Compiling toml v0.8.23 |
| 483 | 2026-07-20T03:11:52.433Z | Compiling cargo_toml v0.21.0 |
| 484 | 2026-07-20T03:11:53.721Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 485 | 2026-07-20T03:11:55.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s |
| 486 | 2026-07-20T03:11:55.921Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 487 | 2026-07-20T03:11:56.428Z | Downloading crates ... |
| 488 | 2026-07-20T03:11:56.525Z | Downloaded bitfield-struct v0.6.2 |
| 489 | 2026-07-20T03:11:56.529Z | Downloaded adler2 v2.0.1 |
| 490 | 2026-07-20T03:11:56.545Z | Downloaded blake2 v0.10.6 |
| 491 | 2026-07-20T03:11:56.548Z | Downloaded aes v0.9.1 |
| 492 | 2026-07-20T03:11:56.548Z | Downloaded defmt v0.3.100 |
| 493 | 2026-07-20T03:11:56.548Z | Downloaded bzip2 v0.6.1 |
| 494 | 2026-07-20T03:11:56.551Z | Downloaded block-buffer v0.12.1 |
| 495 | 2026-07-20T03:11:56.551Z | Downloaded crypto-common v0.2.2 |
| 496 | 2026-07-20T03:11:56.554Z | Downloaded base64 v0.22.1 |
| 497 | 2026-07-20T03:11:56.557Z | Downloaded async-trait v0.1.89 |
| 498 | 2026-07-20T03:11:56.557Z | Downloaded darling_macro v0.13.4 |
| 499 | 2026-07-20T03:11:56.560Z | Downloaded convert_case v0.4.0 |
| 500 | 2026-07-20T03:11:56.560Z | Downloaded assert_matches v1.5.0 |
| 501 | 2026-07-20T03:11:56.560Z | Downloaded base16ct v1.0.0 |
| 502 | 2026-07-20T03:11:56.563Z | Downloaded arc-swap v1.8.2 |
| 503 | 2026-07-20T03:11:56.565Z | Downloaded crc32fast v1.5.0 |
| 504 | 2026-07-20T03:11:56.565Z | Downloaded bit-vec v0.8.0 |
| 505 | 2026-07-20T03:11:56.568Z | Downloaded arrayvec v0.7.6 |
| 506 | 2026-07-20T03:11:56.568Z | Downloaded anstyle-parse v0.2.7 |
| 507 | 2026-07-20T03:11:56.570Z | Downloaded async-bb8-diesel v0.2.1 |
| 508 | 2026-07-20T03:11:56.573Z | Downloaded base16ct v0.2.0 |
| 509 | 2026-07-20T03:11:56.573Z | Downloaded atomic-waker v1.1.2 |
| 510 | 2026-07-20T03:11:56.573Z | Downloaded array-init v0.0.4 |
| 511 | 2026-07-20T03:11:56.576Z | Downloaded argon2 v0.6.0-rc.8 |
| 512 | 2026-07-20T03:11:56.579Z | Downloaded async-stream v0.3.6 |
| 513 | 2026-07-20T03:11:56.582Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 514 | 2026-07-20T03:11:56.582Z | Downloaded bit-vec v0.6.3 |
| 515 | 2026-07-20T03:11:56.582Z | Downloaded arrayref v0.3.9 |
| 516 | 2026-07-20T03:11:56.585Z | Downloaded bb8 v0.8.6 |
| 517 | 2026-07-20T03:11:56.585Z | Downloaded async-recursion v1.1.1 |
| 518 | 2026-07-20T03:11:56.588Z | Downloaded dtrace-parser v0.3.0 |
| 519 | 2026-07-20T03:11:56.591Z | Downloaded cstr-argument v0.1.2 |
| 520 | 2026-07-20T03:11:56.591Z | Downloaded crc8 v0.1.1 |
| 521 | 2026-07-20T03:11:56.594Z | Downloaded bit-set v0.8.0 |
| 522 | 2026-07-20T03:11:56.594Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 523 | 2026-07-20T03:11:56.596Z | Downloaded bit-set v0.5.3 |
| 524 | 2026-07-20T03:11:56.599Z | Downloaded atty v0.2.14 |
| 525 | 2026-07-20T03:11:56.602Z | Downloaded debug-ignore v1.0.5 |
| 526 | 2026-07-20T03:11:56.602Z | Downloaded darling_macro v0.23.0 |
| 527 | 2026-07-20T03:11:56.605Z | Downloaded crunchy v0.2.4 |
| 528 | 2026-07-20T03:11:56.605Z | Downloaded bitflags v1.3.2 |
| 529 | 2026-07-20T03:11:56.605Z | Downloaded ascii-canvas v3.0.0 |
| 530 | 2026-07-20T03:11:56.608Z | Downloaded async-stream-impl v0.3.6 |
| 531 | 2026-07-20T03:11:56.608Z | Downloaded atomicwrites v0.4.4 |
| 532 | 2026-07-20T03:11:56.608Z | Downloaded aead v0.5.2 |
| 533 | 2026-07-20T03:11:56.613Z | Downloaded crc v3.4.0 |
| 534 | 2026-07-20T03:11:56.616Z | Downloaded darling_macro v0.21.3 |
| 535 | 2026-07-20T03:11:56.616Z | Downloaded compression-core v0.4.31 |
| 536 | 2026-07-20T03:11:56.616Z | Downloaded ciborium-io v0.2.2 |
| 537 | 2026-07-20T03:11:56.616Z | Downloaded block-padding v0.4.2 |
| 538 | 2026-07-20T03:11:56.620Z | Downloaded darling_macro v0.20.11 |
| 539 | 2026-07-20T03:11:56.620Z | Downloaded crucible-workspace-hack v0.1.0 |
| 540 | 2026-07-20T03:11:56.620Z | Downloaded crc-catalog v2.4.0 |
| 541 | 2026-07-20T03:11:56.623Z | Downloaded dirs-sys-next v0.1.2 |
| 542 | 2026-07-20T03:11:56.626Z | Downloaded allocator-api2 v0.2.21 |
| 543 | 2026-07-20T03:11:56.626Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 544 | 2026-07-20T03:11:56.628Z | Downloaded cobs v0.3.0 |
| 545 | 2026-07-20T03:11:56.629Z | Downloaded cfg_aliases v0.1.1 |
| 546 | 2026-07-20T03:11:56.631Z | Downloaded bitfield-macros v0.19.4 |
| 547 | 2026-07-20T03:11:56.631Z | Downloaded bcs v0.1.6 |
| 548 | 2026-07-20T03:11:56.634Z | Downloaded embedded-io v0.4.0 |
| 549 | 2026-07-20T03:11:56.637Z | Downloaded dirs-next v2.0.0 |
| 550 | 2026-07-20T03:11:56.637Z | Downloaded ciborium-ll v0.2.2 |
| 551 | 2026-07-20T03:11:56.637Z | Downloaded cfg_aliases v0.2.1 |
| 552 | 2026-07-20T03:11:56.640Z | Downloaded castaway v0.2.4 |
| 553 | 2026-07-20T03:11:56.640Z | Downloaded derive_builder_macro v0.20.2 |
| 554 | 2026-07-20T03:11:56.640Z | Downloaded cpubits v0.1.1 |
| 555 | 2026-07-20T03:11:56.642Z | Downloaded dsl_auto_type v0.2.0 |
| 556 | 2026-07-20T03:11:56.642Z | Downloaded document-features v0.2.12 |
| 557 | 2026-07-20T03:11:56.648Z | Downloaded defmt-parser v1.0.0 |
| 558 | 2026-07-20T03:11:56.655Z | Downloaded dyn-clone v1.0.20 |
| 559 | 2026-07-20T03:11:56.657Z | Downloaded dof v0.4.0 |
| 560 | 2026-07-20T03:11:56.660Z | Downloaded downcast-rs v2.0.2 |
| 561 | 2026-07-20T03:11:56.660Z | Downloaded env_filter v1.0.0 |
| 562 | 2026-07-20T03:11:56.660Z | Downloaded enum-as-inner v0.6.1 |
| 563 | 2026-07-20T03:11:56.663Z | Downloaded fd-lock v4.0.4 |
| 564 | 2026-07-20T03:11:56.667Z | Downloaded dunce v1.0.5 |
| 565 | 2026-07-20T03:11:56.672Z | Downloaded base64ct v1.8.3 |
| 566 | 2026-07-20T03:11:56.675Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 567 | 2026-07-20T03:11:56.675Z | Downloaded bs58 v0.5.1 |
| 568 | 2026-07-20T03:11:56.675Z | Downloaded backoff v0.4.0 |
| 569 | 2026-07-20T03:11:56.677Z | Downloaded argon2 v0.5.3 |
| 570 | 2026-07-20T03:11:56.677Z | Downloaded embedded-io v0.6.1 |
| 571 | 2026-07-20T03:11:56.680Z | Downloaded either v1.15.0 |
| 572 | 2026-07-20T03:11:56.680Z | Downloaded csv-core v0.1.13 |
| 573 | 2026-07-20T03:11:56.680Z | Downloaded critical-section v1.2.0 |
| 574 | 2026-07-20T03:11:56.683Z | Downloaded diesel-dtrace v0.5.0 |
| 575 | 2026-07-20T03:11:56.683Z | Downloaded float-cmp v0.10.0 |
| 576 | 2026-07-20T03:11:56.686Z | Downloaded cpufeatures v0.3.0 |
| 577 | 2026-07-20T03:11:56.686Z | Downloaded ahash v0.8.12 |
| 578 | 2026-07-20T03:11:56.689Z | Downloaded endian-type v0.1.2 |
| 579 | 2026-07-20T03:11:56.689Z | Downloaded display-error-chain v0.2.2 |
| 580 | 2026-07-20T03:11:56.689Z | Downloaded daft-derive v0.1.7 |
| 581 | 2026-07-20T03:11:56.692Z | Downloaded digest v0.11.3 |
| 582 | 2026-07-20T03:11:56.694Z | Downloaded foreign-types v0.5.0 |
| 583 | 2026-07-20T03:11:56.694Z | Downloaded futures-sink v0.3.32 |
| 584 | 2026-07-20T03:11:56.694Z | Downloaded futures-macro v0.3.32 |
| 585 | 2026-07-20T03:11:56.697Z | Downloaded futures-io v0.3.32 |
| 586 | 2026-07-20T03:11:56.697Z | Downloaded foreign-types-shared v0.3.1 |
| 587 | 2026-07-20T03:11:56.697Z | Downloaded foreign-types-shared v0.1.1 |
| 588 | 2026-07-20T03:11:56.697Z | Downloaded foreign-types-macros v0.2.3 |
| 589 | 2026-07-20T03:11:56.699Z | Downloaded foreign-types v0.3.2 |
| 590 | 2026-07-20T03:11:56.699Z | Downloaded ctutils v0.4.2 |
| 591 | 2026-07-20T03:11:56.702Z | Downloaded ghash v0.6.0 |
| 592 | 2026-07-20T03:11:56.702Z | Downloaded globwalk v0.9.1 |
| 593 | 2026-07-20T03:11:56.705Z | Downloaded funty v2.0.0 |
| 594 | 2026-07-20T03:11:56.705Z | Downloaded digest-io v0.1.0 |
| 595 | 2026-07-20T03:11:56.705Z | Downloaded delegate v0.13.5 |
| 596 | 2026-07-20T03:11:56.707Z | Downloaded defmt-macros v1.0.1 |
| 597 | 2026-07-20T03:11:56.710Z | Downloaded constant_time_eq v0.4.2 |
| 598 | 2026-07-20T03:11:56.710Z | Downloaded derive_builder_core v0.20.2 |
| 599 | 2026-07-20T03:11:56.712Z | Downloaded anstream v0.6.21 |
| 600 | 2026-07-20T03:11:56.712Z | Downloaded convert_case v0.10.0 |
| 601 | 2026-07-20T03:11:56.715Z | Downloaded cmake v0.1.57 |
| 602 | 2026-07-20T03:11:56.715Z | Downloaded camino-tempfile-ext v0.3.3 |
| 603 | 2026-07-20T03:11:56.718Z | Downloaded difflib v0.4.0 |
| 604 | 2026-07-20T03:11:56.718Z | Downloaded ed25519 v2.2.3 |
| 605 | 2026-07-20T03:11:56.721Z | Downloaded displaydoc v0.2.5 |
| 606 | 2026-07-20T03:11:56.721Z | Downloaded aead v0.6.1 |
| 607 | 2026-07-20T03:11:56.723Z | Downloaded cipher v0.5.2 |
| 608 | 2026-07-20T03:11:56.723Z | Downloaded deranged v0.5.8 |
| 609 | 2026-07-20T03:11:56.726Z | Downloaded filetime v0.2.27 |
| 610 | 2026-07-20T03:11:56.726Z | Downloaded enum_dispatch v0.3.13 |
| 611 | 2026-07-20T03:11:56.729Z | Downloaded futures-task v0.3.32 |
| 612 | 2026-07-20T03:11:56.731Z | Downloaded float-ord v0.3.2 |
| 613 | 2026-07-20T03:11:56.732Z | Downloaded const_format_proc_macros v0.2.34 |
| 614 | 2026-07-20T03:11:56.732Z | Downloaded ed25519 v3.0.0 |
| 615 | 2026-07-20T03:11:56.734Z | Downloaded gethostname v0.5.0 |
| 616 | 2026-07-20T03:11:56.734Z | Downloaded darling v0.13.4 |
| 617 | 2026-07-20T03:11:56.737Z | Downloaded env_logger v0.11.9 |
| 618 | 2026-07-20T03:11:56.737Z | Downloaded der_derive v0.7.3 |
| 619 | 2026-07-20T03:11:56.739Z | Downloaded cmov v0.5.4 |
| 620 | 2026-07-20T03:11:56.739Z | Downloaded derive_builder v0.20.2 |
| 621 | 2026-07-20T03:11:56.742Z | Downloaded erased-serde v0.3.31 |
| 622 | 2026-07-20T03:11:56.745Z | Downloaded fixedbitset v0.4.2 |
| 623 | 2026-07-20T03:11:56.747Z | Downloaded console v0.15.11 |
| 624 | 2026-07-20T03:11:56.747Z | Downloaded ena v0.14.4 |
| 625 | 2026-07-20T03:11:56.750Z | Downloaded fallible-iterator v0.2.0 |
| 626 | 2026-07-20T03:11:56.750Z | Downloaded ciborium v0.2.2 |
| 627 | 2026-07-20T03:11:56.752Z | Downloaded darling v0.23.0 |
| 628 | 2026-07-20T03:11:56.755Z | Downloaded hash32 v0.3.1 |
| 629 | 2026-07-20T03:11:56.755Z | Downloaded hash32 v0.2.1 |
| 630 | 2026-07-20T03:11:56.757Z | Downloaded ff v0.13.1 |
| 631 | 2026-07-20T03:11:56.757Z | Downloaded git-stub v1.0.0 |
| 632 | 2026-07-20T03:11:56.760Z | Downloaded fixedbitset v0.5.7 |
| 633 | 2026-07-20T03:11:56.760Z | Downloaded ff v0.14.0 |
| 634 | 2026-07-20T03:11:56.764Z | Downloaded hex-literal v1.1.0 |
| 635 | 2026-07-20T03:11:56.764Z | Downloaded hex v0.4.3 |
| 636 | 2026-07-20T03:11:56.766Z | Downloaded headers-core v0.3.0 |
| 637 | 2026-07-20T03:11:56.767Z | Downloaded foldhash v0.1.5 |
| 638 | 2026-07-20T03:11:56.767Z | Downloaded find-msvc-tools v0.1.9 |
| 639 | 2026-07-20T03:11:56.770Z | Downloaded foldhash v0.2.0 |
| 640 | 2026-07-20T03:11:56.770Z | Downloaded futures-executor v0.3.32 |
| 641 | 2026-07-20T03:11:56.770Z | Downloaded const-oid v0.9.6 |
| 642 | 2026-07-20T03:11:56.772Z | Downloaded crossterm v0.29.0 |
| 643 | 2026-07-20T03:11:56.776Z | Downloaded ecdsa v0.17.0-rc.18 |
| 644 | 2026-07-20T03:11:56.781Z | Downloaded ecdsa v0.16.9 |
| 645 | 2026-07-20T03:11:56.783Z | Downloaded console v0.16.2 |
| 646 | 2026-07-20T03:11:56.783Z | Downloaded cipher v0.4.4 |
| 647 | 2026-07-20T03:11:56.783Z | Downloaded chacha20 v0.10.0 |
| 648 | 2026-07-20T03:11:56.783Z | Downloaded fs_extra v1.3.0 |
| 649 | 2026-07-20T03:11:56.788Z | Downloaded blake2 v0.11.0-rc.6 |
| 650 | 2026-07-20T03:11:56.791Z | Downloaded cbc v0.2.1 |
| 651 | 2026-07-20T03:11:56.791Z | Downloaded hostname v0.3.1 |
| 652 | 2026-07-20T03:11:56.791Z | Downloaded http-range v0.1.5 |
| 653 | 2026-07-20T03:11:56.791Z | Downloaded hubpack_derive v0.1.1 |
| 654 | 2026-07-20T03:11:56.794Z | Downloaded httpdate v1.0.3 |
| 655 | 2026-07-20T03:11:56.794Z | Downloaded hostname v0.4.2 |
| 656 | 2026-07-20T03:11:56.794Z | Downloaded hubpack v0.1.2 |
| 657 | 2026-07-20T03:11:56.796Z | Downloaded group v0.13.0 |
| 658 | 2026-07-20T03:11:56.796Z | Downloaded clang-sys v1.8.1 |
| 659 | 2026-07-20T03:11:56.799Z | Downloaded home v0.5.12 |
| 660 | 2026-07-20T03:11:56.799Z | Downloaded globset v0.4.18 |
| 661 | 2026-07-20T03:11:56.802Z | Downloaded backon v1.6.0 |
| 662 | 2026-07-20T03:11:56.802Z | Downloaded glob v0.3.3 |
| 663 | 2026-07-20T03:11:56.804Z | Downloaded crossbeam-epoch v0.9.18 |
| 664 | 2026-07-20T03:11:56.804Z | Downloaded compact_str v0.8.1 |
| 665 | 2026-07-20T03:11:56.807Z | Downloaded colored v3.1.1 |
| 666 | 2026-07-20T03:11:56.809Z | Downloaded diff v0.1.13 |
| 667 | 2026-07-20T03:11:56.813Z | Downloaded cookie_store v0.22.1 |
| 668 | 2026-07-20T03:11:56.813Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 669 | 2026-07-20T03:11:56.813Z | Downloaded group v0.14.0 |
| 670 | 2026-07-20T03:11:56.816Z | Downloaded bitfield v0.19.4 |
| 671 | 2026-07-20T03:11:56.816Z | Downloaded ctr v0.10.1 |
| 672 | 2026-07-20T03:11:56.816Z | Downloaded crossbeam-utils v0.8.21 |
| 673 | 2026-07-20T03:11:56.830Z | Downloaded darling v0.20.11 |
| 674 | 2026-07-20T03:11:56.830Z | Downloaded fs-err v2.11.0 |
| 675 | 2026-07-20T03:11:56.830Z | Downloaded cookie v0.18.1 |
| 676 | 2026-07-20T03:11:56.830Z | Downloaded indoc v1.0.9 |
| 677 | 2026-07-20T03:11:56.830Z | Downloaded illumos-nvpair v0.3.0 |
| 678 | 2026-07-20T03:11:56.830Z | Downloaded is-terminal v0.4.17 |
| 679 | 2026-07-20T03:11:56.830Z | Downloaded instant v0.1.13 |
| 680 | 2026-07-20T03:11:56.830Z | Downloaded byte-wrapper v0.1.0 |
| 681 | 2026-07-20T03:11:56.830Z | Downloaded compression-codecs v0.4.37 |
| 682 | 2026-07-20T03:11:56.835Z | Downloaded chacha20 v0.9.1 |
| 683 | 2026-07-20T03:11:56.835Z | Downloaded idna_adapter v1.2.1 |
| 684 | 2026-07-20T03:11:56.835Z | Downloaded kstat-rs v0.2.4 |
| 685 | 2026-07-20T03:11:56.835Z | Downloaded ident_case v1.0.1 |
| 686 | 2026-07-20T03:11:56.838Z | Downloaded kem v0.3.0 |
| 687 | 2026-07-20T03:11:56.838Z | Downloaded cexpr v0.6.0 |
| 688 | 2026-07-20T03:11:56.838Z | Downloaded cassowary v0.3.0 |
| 689 | 2026-07-20T03:11:56.840Z | Downloaded inout v0.1.4 |
| 690 | 2026-07-20T03:11:56.840Z | Downloaded derive-ex v0.1.8 |
| 691 | 2026-07-20T03:11:56.840Z | Downloaded inout v0.2.2 |
| 692 | 2026-07-20T03:11:56.843Z | Downloaded defmt v1.0.1 |
| 693 | 2026-07-20T03:11:56.843Z | Downloaded blowfish v0.10.0 |
| 694 | 2026-07-20T03:11:56.846Z | Downloaded instability v0.3.11 |
| 695 | 2026-07-20T03:11:56.846Z | Downloaded data-encoding v2.10.0 |
| 696 | 2026-07-20T03:11:56.849Z | Downloaded const-oid v0.10.2 |
| 697 | 2026-07-20T03:11:56.849Z | Downloaded colored v2.2.0 |
| 698 | 2026-07-20T03:11:56.852Z | Downloaded is_ci v1.2.0 |
| 699 | 2026-07-20T03:11:56.852Z | Downloaded bzip2 v0.4.4 |
| 700 | 2026-07-20T03:11:56.854Z | Downloaded lalrpop-util v0.19.12 |
| 701 | 2026-07-20T03:11:56.855Z | Downloaded http-body v1.0.1 |
| 702 | 2026-07-20T03:11:56.855Z | Downloaded getrandom v0.2.17 |
| 703 | 2026-07-20T03:11:56.857Z | Downloaded lazy_static v1.5.0 |
| 704 | 2026-07-20T03:11:56.857Z | Downloaded crc-any v2.5.0 |
| 705 | 2026-07-20T03:11:56.860Z | Downloaded http-body-util v0.1.3 |
| 706 | 2026-07-20T03:11:56.860Z | Downloaded git-stub-vcs v0.1.0 |
| 707 | 2026-07-20T03:11:56.862Z | Downloaded libscf-sys v1.1.0 |
| 708 | 2026-07-20T03:11:56.862Z | Downloaded cancel-safe-futures v0.1.5 |
| 709 | 2026-07-20T03:11:56.865Z | Downloaded futures-channel v0.3.32 |
| 710 | 2026-07-20T03:11:56.869Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 711 | 2026-07-20T03:11:56.871Z | Downloaded match_cfg v0.1.0 |
| 712 | 2026-07-20T03:11:56.871Z | Downloaded drift v0.2.0 |
| 713 | 2026-07-20T03:11:56.876Z | Downloaded maplit v1.0.2 |
| 714 | 2026-07-20T03:11:56.878Z | Downloaded managed v0.8.0 |
| 715 | 2026-07-20T03:11:56.879Z | Downloaded lru-cache v0.1.2 |
| 716 | 2026-07-20T03:11:56.881Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 717 | 2026-07-20T03:11:56.883Z | Downloaded mime v0.3.17 |
| 718 | 2026-07-20T03:11:56.883Z | Downloaded memoffset v0.9.1 |
| 719 | 2026-07-20T03:11:56.884Z | Downloaded md5 v0.8.0 |
| 720 | 2026-07-20T03:11:56.886Z | Downloaded lru v0.12.5 |
| 721 | 2026-07-20T03:11:56.886Z | Downloaded hyper-staticfile v0.10.1 |
| 722 | 2026-07-20T03:11:56.889Z | Downloaded lzss v0.8.2 |
| 723 | 2026-07-20T03:11:56.889Z | Downloaded half v1.8.3 |
| 724 | 2026-07-20T03:11:56.892Z | Downloaded darling_core v0.21.3 |
| 725 | 2026-07-20T03:11:56.895Z | Downloaded lru-slab v0.1.2 |
| 726 | 2026-07-20T03:11:56.895Z | Downloaded hyper-tls v0.6.0 |
| 727 | 2026-07-20T03:11:56.895Z | Downloaded derive_more v0.99.20 |
| 728 | 2026-07-20T03:11:56.897Z | Downloaded ipnetwork v0.21.1 |
| 729 | 2026-07-20T03:11:56.900Z | Downloaded ipnet v2.11.0 |
| 730 | 2026-07-20T03:11:56.900Z | Downloaded internet-checksum v0.2.1 |
| 731 | 2026-07-20T03:11:56.902Z | Downloaded jobserver v0.1.34 |
| 732 | 2026-07-20T03:11:56.902Z | Downloaded md-5 v0.10.6 |
| 733 | 2026-07-20T03:11:56.905Z | Downloaded multimap v0.10.1 |
| 734 | 2026-07-20T03:11:56.905Z | Downloaded maybe-uninit v2.0.0 |
| 735 | 2026-07-20T03:11:56.905Z | Downloaded newtype_derive v0.1.6 |
| 736 | 2026-07-20T03:11:56.907Z | Downloaded newline-converter v0.3.0 |
| 737 | 2026-07-20T03:11:56.907Z | Downloaded nibble_vec v0.1.0 |
| 738 | 2026-07-20T03:11:56.907Z | Downloaded futures v0.3.32 |
| 739 | 2026-07-20T03:11:56.910Z | Downloaded new_debug_unreachable v1.0.6 |
| 740 | 2026-07-20T03:11:56.913Z | Downloaded getrandom v0.3.4 |
| 741 | 2026-07-20T03:11:56.915Z | Downloaded humantime v2.3.0 |
| 742 | 2026-07-20T03:11:56.915Z | Downloaded ingot v0.1.1 |
| 743 | 2026-07-20T03:11:56.918Z | Downloaded indoc v2.0.7 |
| 744 | 2026-07-20T03:11:56.923Z | Downloaded const_format v0.2.35 |
| 745 | 2026-07-20T03:11:56.926Z | Downloaded nodrop v0.1.14 |
| 746 | 2026-07-20T03:11:56.926Z | Downloaded libloading v0.8.9 |
| 747 | 2026-07-20T03:11:56.926Z | Downloaded ingot-types v0.1.2 |
| 748 | 2026-07-20T03:11:56.926Z | Downloaded hybrid-array v0.4.13 |
| 749 | 2026-07-20T03:11:56.929Z | Downloaded linear-map v1.2.0 |
| 750 | 2026-07-20T03:11:56.929Z | Downloaded newtype-uuid-macros v0.1.0 |
| 751 | 2026-07-20T03:11:56.934Z | Downloaded keccak v0.2.0 |
| 752 | 2026-07-20T03:11:56.934Z | Downloaded keccak v0.1.6 |
| 753 | 2026-07-20T03:11:56.937Z | Downloaded libsw-core v0.3.2 |
| 754 | 2026-07-20T03:11:56.937Z | Downloaded dropshot_endpoint v0.17.1 |
| 755 | 2026-07-20T03:11:56.937Z | Downloaded darling_core v0.13.4 |
| 756 | 2026-07-20T03:11:56.940Z | Downloaded libsw v3.5.0 |
| 757 | 2026-07-20T03:11:56.943Z | Downloaded indent_write v2.2.0 |
| 758 | 2026-07-20T03:11:56.943Z | Downloaded generic-array v1.4.3 |
| 759 | 2026-07-20T03:11:56.943Z | Downloaded chacha20poly1305 v0.10.1 |
| 760 | 2026-07-20T03:11:56.945Z | Downloaded derive-where v1.6.0 |
| 761 | 2026-07-20T03:11:56.948Z | Downloaded mime_guess v2.0.5 |
| 762 | 2026-07-20T03:11:56.948Z | Downloaded darling_core v0.23.0 |
| 763 | 2026-07-20T03:11:56.951Z | Downloaded normalize-line-endings v0.3.0 |
| 764 | 2026-07-20T03:11:56.953Z | Downloaded num-derive v0.3.3 |
| 765 | 2026-07-20T03:11:56.954Z | Downloaded num_threads v0.1.7 |
| 766 | 2026-07-20T03:11:56.956Z | Downloaded num-derive v0.4.2 |
| 767 | 2026-07-20T03:11:56.956Z | Downloaded flume v0.11.1 |
| 768 | 2026-07-20T03:11:56.959Z | Downloaded num-iter v0.1.45 |
| 769 | 2026-07-20T03:11:56.961Z | Downloaded half v2.7.1 |
| 770 | 2026-07-20T03:11:56.961Z | Downloaded lock_api v0.4.14 |
| 771 | 2026-07-20T03:11:56.965Z | Downloaded iana-time-zone v0.1.65 |
| 772 | 2026-07-20T03:11:56.965Z | Downloaded hyper-rustls v0.27.7 |
| 773 | 2026-07-20T03:11:56.968Z | Downloaded elliptic-curve v0.13.8 |
| 774 | 2026-07-20T03:11:56.970Z | Downloaded newtype-uuid v1.3.2 |
| 775 | 2026-07-20T03:11:56.970Z | Downloaded num_enum_derive v0.5.11 |
| 776 | 2026-07-20T03:11:56.970Z | Downloaded opaque-debug v0.3.1 |
| 777 | 2026-07-20T03:11:56.973Z | Downloaded multer v3.1.0 |
| 778 | 2026-07-20T03:11:56.973Z | Downloaded openssl-macros v0.1.1 |
| 779 | 2026-07-20T03:11:56.975Z | Downloaded olpc-cjson v0.1.4 |
| 780 | 2026-07-20T03:11:56.975Z | Downloaded native-tls v0.2.18 |
| 781 | 2026-07-20T03:11:56.978Z | Downloaded openssl-probe v0.1.6 |
| 782 | 2026-07-20T03:11:56.978Z | Downloaded nanorand v0.7.0 |
| 783 | 2026-07-20T03:11:56.981Z | Downloaded openssl-probe v0.2.1 |
| 784 | 2026-07-20T03:11:56.981Z | Downloaded bumpalo v3.20.2 |
| 785 | 2026-07-20T03:11:56.983Z | Downloaded oso-derive v0.27.3 |
| 786 | 2026-07-20T03:11:56.997Z | Downloaded module-lattice v0.2.3 |
| 787 | 2026-07-20T03:11:57.000Z | Downloaded base64 v0.21.7 |
| 788 | 2026-07-20T03:11:57.005Z | Downloaded ar_archive_writer v0.5.1 |
| 789 | 2026-07-20T03:11:57.007Z | Downloaded litemap v0.8.1 |
| 790 | 2026-07-20T03:11:57.007Z | Downloaded packed_struct_codegen v0.10.1 |
| 791 | 2026-07-20T03:11:57.007Z | Downloaded num v0.4.3 |
| 792 | 2026-07-20T03:11:57.010Z | Downloaded nu-ansi-term v0.50.3 |
| 793 | 2026-07-20T03:11:57.010Z | Downloaded parse-size v1.1.0 |
| 794 | 2026-07-20T03:11:57.010Z | Downloaded parse-display v0.10.0 |
| 795 | 2026-07-20T03:11:57.013Z | Downloaded nonempty v0.12.0 |
| 796 | 2026-07-20T03:11:57.013Z | Downloaded path-slash v0.1.5 |
| 797 | 2026-07-20T03:11:57.015Z | Downloaded memmap2 v0.9.10 |
| 798 | 2026-07-20T03:11:57.015Z | Downloaded crossbeam-channel v0.5.15 |
| 799 | 2026-07-20T03:11:57.018Z | Downloaded ingot-macros v0.1.1 |
| 800 | 2026-07-20T03:11:57.020Z | Downloaded cc v1.2.56 |
| 801 | 2026-07-20T03:11:57.026Z | Downloaded peg-runtime v0.8.5 |
| 802 | 2026-07-20T03:11:57.026Z | Downloaded bytes v1.11.1 |
| 803 | 2026-07-20T03:11:57.029Z | Downloaded num-conv v0.2.0 |
| 804 | 2026-07-20T03:11:57.029Z | Downloaded httparse v1.10.1 |
| 805 | 2026-07-20T03:11:57.029Z | Downloaded ed25519-dalek v2.2.0 |
| 806 | 2026-07-20T03:11:57.029Z | Downloaded hmac v0.12.1 |
| 807 | 2026-07-20T03:11:57.032Z | Downloaded num-complex v0.4.6 |
| 808 | 2026-07-20T03:11:57.032Z | Downloaded hmac v0.13.0 |
| 809 | 2026-07-20T03:11:57.034Z | Downloaded heapless v0.8.0 |
| 810 | 2026-07-20T03:11:57.038Z | Downloaded phf_shared v0.11.3 |
| 811 | 2026-07-20T03:11:57.038Z | Downloaded percent-encoding v2.3.2 |
| 812 | 2026-07-20T03:11:57.038Z | Downloaded num_enum v0.7.6 |
| 813 | 2026-07-20T03:11:57.042Z | Downloaded phf_shared v0.12.1 |
| 814 | 2026-07-20T03:11:57.045Z | Downloaded phf_shared v0.13.1 |
| 815 | 2026-07-20T03:11:57.045Z | Downloaded litrs v1.0.0 |
| 816 | 2026-07-20T03:11:57.045Z | Downloaded derive_more-impl v2.1.1 |
| 817 | 2026-07-20T03:11:57.048Z | Downloaded libefi-sys v0.1.0 |
| 818 | 2026-07-20T03:11:57.051Z | Downloaded libbz2-rs-sys v0.2.2 |
| 819 | 2026-07-20T03:11:57.053Z | Downloaded num-integer v0.1.46 |
| 820 | 2026-07-20T03:11:57.053Z | Downloaded crypto-bigint v0.5.5 |
| 821 | 2026-07-20T03:11:57.056Z | Downloaded num_enum_derive v0.7.6 |
| 822 | 2026-07-20T03:11:57.059Z | Downloaded owo-colors v4.3.0 |
| 823 | 2026-07-20T03:11:57.059Z | Downloaded darling_core v0.20.11 |
| 824 | 2026-07-20T03:11:57.062Z | Downloaded highway v1.3.0 |
| 825 | 2026-07-20T03:11:57.065Z | Downloaded fatfs v0.3.6 |
| 826 | 2026-07-20T03:11:57.067Z | Downloaded potential_utf v0.1.4 |
| 827 | 2026-07-20T03:11:57.067Z | Downloaded parking_lot_core v0.8.6 |
| 828 | 2026-07-20T03:11:57.071Z | Downloaded oxide-tokio-rt v0.1.4 |
| 829 | 2026-07-20T03:11:57.071Z | Downloaded darling v0.21.3 |
| 830 | 2026-07-20T03:11:57.074Z | Downloaded icu_provider v2.1.1 |
| 831 | 2026-07-20T03:11:57.074Z | Downloaded heapless v0.7.17 |
| 832 | 2026-07-20T03:11:57.077Z | Downloaded oxnet v0.1.6 |
| 833 | 2026-07-20T03:11:57.080Z | Downloaded precomputed-hash v0.1.1 |
| 834 | 2026-07-20T03:11:57.080Z | Downloaded powerfmt v0.2.0 |
| 835 | 2026-07-20T03:11:57.080Z | Downloaded indexmap v1.9.3 |
| 836 | 2026-07-20T03:11:57.083Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-07-20T03:11:57.083Z | Downloaded predicates-core v1.0.10 |
| 838 | 2026-07-20T03:11:57.083Z | Downloaded headers v0.4.1 |
| 839 | 2026-07-20T03:11:57.086Z | Downloaded pem-rfc7468 v0.7.0 |
| 840 | 2026-07-20T03:11:57.089Z | Downloaded parse-display-derive v0.10.0 |
| 841 | 2026-07-20T03:11:57.089Z | Downloaded paste v1.0.15 |
| 842 | 2026-07-20T03:11:57.092Z | Downloaded pem v3.0.6 |
| 843 | 2026-07-20T03:11:57.092Z | Downloaded peg v0.8.5 |
| 844 | 2026-07-20T03:11:57.095Z | Downloaded phc v0.6.1 |
| 845 | 2026-07-20T03:11:57.098Z | Downloaded predicates-tree v1.0.13 |
| 846 | 2026-07-20T03:11:57.098Z | Downloaded progenitor-client v0.14.0 |
| 847 | 2026-07-20T03:11:57.098Z | Downloaded proc-macro-crate v3.4.0 |
| 848 | 2026-07-20T03:11:57.101Z | Downloaded phf v0.13.1 |
| 849 | 2026-07-20T03:11:57.101Z | Downloaded phf v0.12.1 |
| 850 | 2026-07-20T03:11:57.101Z | Downloaded peg-macros v0.8.5 |
| 851 | 2026-07-20T03:11:57.104Z | Downloaded pbkdf2 v0.13.0 |
| 852 | 2026-07-20T03:11:57.104Z | Downloaded password-hash v0.6.1 |
| 853 | 2026-07-20T03:11:57.104Z | Downloaded ml-kem v0.3.2 |
| 854 | 2026-07-20T03:11:57.107Z | Downloaded hickory-resolver v0.25.2 |
| 855 | 2026-07-20T03:11:57.110Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 856 | 2026-07-20T03:11:57.112Z | Downloaded derive_more v2.1.1 |
| 857 | 2026-07-20T03:11:57.116Z | Downloaded pin-project-lite v0.2.17 |
| 858 | 2026-07-20T03:11:57.123Z | Downloaded psl-types v2.0.11 |
| 859 | 2026-07-20T03:11:57.125Z | Downloaded pkg-config v0.3.32 |
| 860 | 2026-07-20T03:11:57.125Z | Downloaded progenitor-macro v0.13.0 |
| 861 | 2026-07-20T03:11:57.125Z | Downloaded radium v0.7.0 |
| 862 | 2026-07-20T03:11:57.126Z | Downloaded progenitor-macro v0.14.0 |
| 863 | 2026-07-20T03:11:57.126Z | Downloaded pem-rfc7468 v1.0.0 |
| 864 | 2026-07-20T03:11:57.126Z | Downloaded num-rational v0.4.2 |
| 865 | 2026-07-20T03:11:57.128Z | Downloaded pin-project-internal v1.1.11 |
| 866 | 2026-07-20T03:11:57.128Z | Downloaded password-hash v0.5.0 |
| 867 | 2026-07-20T03:11:57.131Z | Downloaded flate2 v1.1.9 |
| 868 | 2026-07-20T03:11:57.133Z | Downloaded der v0.7.10 |
| 869 | 2026-07-20T03:11:57.136Z | Downloaded hickory-resolver v0.24.4 |
| 870 | 2026-07-20T03:11:57.140Z | Downloaded diesel_derives v2.3.7 |
| 871 | 2026-07-20T03:11:57.142Z | Downloaded packed_struct v0.10.1 |
| 872 | 2026-07-20T03:11:57.145Z | Downloaded port-file v0.1.0 |
| 873 | 2026-07-20T03:11:57.145Z | Downloaded polyval v0.7.1 |
| 874 | 2026-07-20T03:11:57.147Z | Downloaded parking_lot v0.12.5 |
| 875 | 2026-07-20T03:11:57.150Z | Downloaded icu_normalizer_data v2.1.1 |
| 876 | 2026-07-20T03:11:57.152Z | Downloaded ignore v0.4.25 |
| 877 | 2026-07-20T03:11:57.152Z | Downloaded primeorder v0.14.0-rc.10 |
| 878 | 2026-07-20T03:11:57.155Z | Downloaded proc-macro-error2 v2.0.1 |
| 879 | 2026-07-20T03:11:57.158Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 880 | 2026-07-20T03:11:57.158Z | Downloaded parking_lot v0.11.2 |
| 881 | 2026-07-20T03:11:57.163Z | Downloaded icu_properties v2.1.2 |
| 882 | 2026-07-20T03:11:57.165Z | Downloaded icu_normalizer v2.1.1 |
| 883 | 2026-07-20T03:11:57.165Z | Downloaded predicates v3.1.4 |
| 884 | 2026-07-20T03:11:57.168Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 885 | 2026-07-20T03:11:57.168Z | Downloaded recursive v0.1.1 |
| 886 | 2026-07-20T03:11:57.168Z | Downloaded rand_chacha v0.3.1 |
| 887 | 2026-07-20T03:11:57.171Z | Downloaded hashbrown v0.12.3 |
| 888 | 2026-07-20T03:11:57.171Z | Downloaded pkcs1 v0.7.5 |
| 889 | 2026-07-20T03:11:57.174Z | Downloaded ref-cast v1.0.25 |
| 890 | 2026-07-20T03:11:57.176Z | Downloaded progenitor v0.14.0 |
| 891 | 2026-07-20T03:11:57.176Z | Downloaded der v0.8.0 |
| 892 | 2026-07-20T03:11:57.179Z | Downloaded pkcs8 v0.10.2 |
| 893 | 2026-07-20T03:11:57.182Z | Downloaded progenitor-client v0.13.0 |
| 894 | 2026-07-20T03:11:57.185Z | Downloaded quick-error v1.2.3 |
| 895 | 2026-07-20T03:11:57.185Z | Downloaded pkcs8 v0.11.0 |
| 896 | 2026-07-20T03:11:57.188Z | Downloaded rfc6979 v0.5.0 |
| 897 | 2026-07-20T03:11:57.188Z | Downloaded ref-cast-impl v1.0.25 |
| 898 | 2026-07-20T03:11:57.191Z | Downloaded omicron-zone-package v0.12.3 |
| 899 | 2026-07-20T03:11:57.191Z | Downloaded rfc6979 v0.4.0 |
| 900 | 2026-07-20T03:11:57.191Z | Downloaded psm v0.1.30 |
| 901 | 2026-07-20T03:11:57.193Z | Downloaded jiff-static v0.2.21 |
| 902 | 2026-07-20T03:11:57.196Z | Downloaded icu_collections v2.1.1 |
| 903 | 2026-07-20T03:11:57.199Z | Downloaded poly1305 v0.8.0 |
| 904 | 2026-07-20T03:11:57.202Z | Downloaded oso v0.27.3 |
| 905 | 2026-07-20T03:11:57.202Z | Downloaded progenitor v0.13.0 |
| 906 | 2026-07-20T03:11:57.205Z | Downloaded primeorder v0.13.6 |
| 907 | 2026-07-20T03:11:57.205Z | Downloaded r2d2 v0.8.10 |
| 908 | 2026-07-20T03:11:57.208Z | Downloaded postcard v1.1.3 |
| 909 | 2026-07-20T03:11:57.208Z | Downloaded poly1305 v0.9.0 |
| 910 | 2026-07-20T03:11:57.210Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 911 | 2026-07-20T03:11:57.213Z | Downloaded russh-util v0.52.0 |
| 912 | 2026-07-20T03:11:57.213Z | Downloaded russh-cryptovec v0.61.0 |
| 913 | 2026-07-20T03:11:57.216Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-07-20T03:11:57.216Z | Downloaded rustc-hash v2.1.1 |
| 915 | 2026-07-20T03:11:57.216Z | Downloaded rtoolbox v0.0.3 |
| 916 | 2026-07-20T03:11:57.218Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-07-20T03:11:57.218Z | Downloaded postgres-protocol v0.6.10 |
| 918 | 2026-07-20T03:11:57.221Z | Downloaded sapling-renderdag v0.1.0 |
| 919 | 2026-07-20T03:11:57.221Z | Downloaded same-file v1.0.6 |
| 920 | 2026-07-20T03:11:57.225Z | Downloaded num_enum v0.5.11 |
| 921 | 2026-07-20T03:11:57.228Z | Downloaded parking_lot_core v0.9.12 |
| 922 | 2026-07-20T03:11:57.228Z | Downloaded num-traits v0.2.19 |
| 923 | 2026-07-20T03:11:57.230Z | Downloaded rand_core v0.6.4 |
| 924 | 2026-07-20T03:11:57.230Z | Downloaded indicatif v0.18.4 |
| 925 | 2026-07-20T03:11:57.233Z | Downloaded rand_core v0.9.5 |
| 926 | 2026-07-20T03:11:57.233Z | Downloaded scopeguard v1.2.0 |
| 927 | 2026-07-20T03:11:57.233Z | Downloaded papergrid v0.17.0 |
| 928 | 2026-07-20T03:11:57.237Z | Downloaded aho-corasick v1.1.4 |
| 929 | 2026-07-20T03:11:57.239Z | Downloaded icu_locale_core v2.1.1 |
| 930 | 2026-07-20T03:11:57.243Z | Downloaded linked-hash-map v0.5.6 |
| 931 | 2026-07-20T03:11:57.245Z | Downloaded scheduled-thread-pool v0.2.7 |
| 932 | 2026-07-20T03:11:57.246Z | Downloaded primefield v0.14.0 |
| 933 | 2026-07-20T03:11:57.248Z | Downloaded rand_xorshift v0.4.0 |
| 934 | 2026-07-20T03:11:57.248Z | Downloaded rand_seeder v0.4.0 |
| 935 | 2026-07-20T03:11:57.248Z | Downloaded scroll_derive v0.13.1 |
| 936 | 2026-07-20T03:11:57.251Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 937 | 2026-07-20T03:11:57.253Z | Downloaded pin-project v1.1.11 |
| 938 | 2026-07-20T03:11:57.259Z | Downloaded hickory-server v0.25.2 |
| 939 | 2026-07-20T03:11:57.262Z | Downloaded rustc_version v0.4.1 |
| 940 | 2026-07-20T03:11:57.266Z | Downloaded crossterm v0.28.1 |
| 941 | 2026-07-20T03:11:57.269Z | Downloaded serde-big-array v0.5.1 |
| 942 | 2026-07-20T03:11:57.269Z | Downloaded seq-macro v0.3.6 |
| 943 | 2026-07-20T03:11:57.271Z | Downloaded serde_repr v0.1.20 |
| 944 | 2026-07-20T03:11:57.271Z | Downloaded semver v0.1.20 |
| 945 | 2026-07-20T03:11:57.271Z | Downloaded quinn-udp v0.5.14 |
| 946 | 2026-07-20T03:11:57.274Z | Downloaded serde_bytes v0.11.19 |
| 947 | 2026-07-20T03:11:57.274Z | Downloaded openssl-sys v0.9.115 |
| 948 | 2026-07-20T03:11:57.277Z | Downloaded pkcs5 v0.8.1 |
| 949 | 2026-07-20T03:11:57.279Z | Downloaded miniz_oxide v0.8.9 |
| 950 | 2026-07-20T03:11:57.283Z | Downloaded p256 v0.14.0-rc.10 |
| 951 | 2026-07-20T03:11:57.286Z | Downloaded rand_core v0.10.0 |
| 952 | 2026-07-20T03:11:57.286Z | Downloaded http v1.4.2 |
| 953 | 2026-07-20T03:11:57.289Z | Downloaded secrecy v0.10.3 |
| 954 | 2026-07-20T03:11:57.289Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-07-20T03:11:57.289Z | Downloaded resolv-conf v0.7.6 |
| 956 | 2026-07-20T03:11:57.292Z | Downloaded rpassword v7.5.4 |
| 957 | 2026-07-20T03:11:57.292Z | Downloaded serde_plain v1.0.2 |
| 958 | 2026-07-20T03:11:57.292Z | Downloaded serde_spanned v1.1.1 |
| 959 | 2026-07-20T03:11:57.295Z | Downloaded expectorate v1.2.0 |
| 960 | 2026-07-20T03:11:57.295Z | Downloaded rand_chacha v0.9.0 |
| 961 | 2026-07-20T03:11:57.297Z | Downloaded des v0.9.0 |
| 962 | 2026-07-20T03:11:57.297Z | Downloaded daft v0.1.7 |
| 963 | 2026-07-20T03:11:57.300Z | Downloaded signature v2.2.0 |
| 964 | 2026-07-20T03:11:57.300Z | Downloaded sha1 v0.11.0 |
| 965 | 2026-07-20T03:11:57.306Z | Downloaded sha1 v0.10.6 |
| 966 | 2026-07-20T03:11:57.306Z | Downloaded rusty-fork v0.3.1 |
| 967 | 2026-07-20T03:11:57.306Z | Downloaded rustversion v1.0.22 |
| 968 | 2026-07-20T03:11:57.310Z | Downloaded postgres-types v0.2.12 |
| 969 | 2026-07-20T03:11:57.310Z | Downloaded corncobs v0.1.4 |
| 970 | 2026-07-20T03:11:57.311Z | Downloaded fxhash v0.2.1 |
| 971 | 2026-07-20T03:11:57.313Z | Downloaded futures-core v0.3.32 |
| 972 | 2026-07-20T03:11:57.325Z | Downloaded signal-hook-mio v0.2.5 |
| 973 | 2026-07-20T03:11:57.325Z | Downloaded shell-words v1.1.1 |
| 974 | 2026-07-20T03:11:57.325Z | Downloaded form_urlencoded v1.2.2 |
| 975 | 2026-07-20T03:11:57.325Z | Downloaded flagset v0.4.7 |
| 976 | 2026-07-20T03:11:57.325Z | Downloaded signal-hook-tokio v0.3.1 |
| 977 | 2026-07-20T03:11:57.326Z | Downloaded p384 v0.14.0-rc.10 |
| 978 | 2026-07-20T03:11:57.326Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-07-20T03:11:57.326Z | Downloaded minimal-lexical v0.2.1 |
| 980 | 2026-07-20T03:11:57.326Z | Downloaded progenitor-extras v0.2.0 |
| 981 | 2026-07-20T03:11:57.330Z | Downloaded sigpipe v0.1.3 |
| 982 | 2026-07-20T03:11:57.330Z | Downloaded crossbeam-deque v0.8.6 |
| 983 | 2026-07-20T03:11:57.330Z | Downloaded dropshot-api-manager v0.7.2 |
| 984 | 2026-07-20T03:11:57.330Z | Downloaded slog-envlogger v2.2.0 |
| 985 | 2026-07-20T03:11:57.330Z | Downloaded scroll v0.13.0 |
| 986 | 2026-07-20T03:11:57.337Z | Downloaded schemars_derive v0.8.22 |
| 987 | 2026-07-20T03:11:57.337Z | Downloaded buf-list v1.1.2 |
| 988 | 2026-07-20T03:11:57.337Z | Downloaded progenitor-impl v0.14.0 |
| 989 | 2026-07-20T03:11:57.347Z | Downloaded async-compression v0.4.41 |
| 990 | 2026-07-20T03:11:57.347Z | Downloaded signature v3.0.0 |
| 991 | 2026-07-20T03:11:57.347Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2026-07-20T03:11:57.347Z | Downloaded serde-hex v0.1.0 |
| 993 | 2026-07-20T03:11:57.347Z | Downloaded scrypt v0.12.0 |
| 994 | 2026-07-20T03:11:57.356Z | Downloaded siphasher v1.0.2 |
| 995 | 2026-07-20T03:11:57.356Z | Downloaded slog-bunyan v2.5.0 |
| 996 | 2026-07-20T03:11:57.361Z | Downloaded sec1 v0.8.1 |
| 997 | 2026-07-20T03:11:57.362Z | Downloaded hyper-util v0.1.20 |
| 998 | 2026-07-20T03:11:57.362Z | Downloaded sec1 v0.7.3 |
| 999 | 2026-07-20T03:11:57.362Z | Downloaded rustls-pemfile v2.2.0 |
| 1000 | 2026-07-20T03:11:57.367Z | Downloaded rustls-native-certs v0.8.3 |
| 1001 | 2026-07-20T03:11:57.372Z | Downloaded rustls-pki-types v1.14.0 |
| 1002 | 2026-07-20T03:11:57.372Z | Downloaded serde_with_macros v1.5.2 |
| 1003 | 2026-07-20T03:11:57.378Z | Downloaded serde_urlencoded v0.7.1 |
| 1004 | 2026-07-20T03:11:57.378Z | Downloaded salsa20 v0.11.0 |
| 1005 | 2026-07-20T03:11:57.378Z | Downloaded serde_path_to_error v0.1.20 |
| 1006 | 2026-07-20T03:11:57.378Z | Downloaded aws-lc-rs v1.16.3 |
| 1007 | 2026-07-20T03:11:57.381Z | Downloaded serdect v0.4.3 |
| 1008 | 2026-07-20T03:11:57.381Z | Downloaded aes-gcm v0.11.0 |
| 1009 | 2026-07-20T03:11:57.385Z | Downloaded shlex v1.3.0 |
| 1010 | 2026-07-20T03:11:57.402Z | Downloaded hashbrown v0.13.2 |
| 1011 | 2026-07-20T03:11:57.403Z | Downloaded stable_deref_trait v1.2.1 |
| 1012 | 2026-07-20T03:11:57.403Z | Downloaded itertools v0.10.5 |
| 1013 | 2026-07-20T03:11:57.415Z | Downloaded pretty_assertions v1.4.1 |
| 1014 | 2026-07-20T03:11:57.415Z | Downloaded strum v0.27.2 |
| 1015 | 2026-07-20T03:11:57.415Z | Downloaded strum v0.26.3 |
| 1016 | 2026-07-20T03:11:57.415Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1017 | 2026-07-20T03:11:57.415Z | Downloaded progenitor-impl v0.13.0 |
| 1018 | 2026-07-20T03:11:57.416Z | Downloaded strsim v0.10.0 |
| 1019 | 2026-07-20T03:11:57.425Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-07-20T03:11:57.425Z | Downloaded structmeta-derive v0.3.0 |
| 1021 | 2026-07-20T03:11:57.425Z | Downloaded structmeta v0.3.0 |
| 1022 | 2026-07-20T03:11:57.425Z | Downloaded simd-adler32 v0.3.8 |
| 1023 | 2026-07-20T03:11:57.425Z | Downloaded slog-scope v4.4.1 |
| 1024 | 2026-07-20T03:11:57.437Z | Downloaded slog-term v2.9.2 |
| 1025 | 2026-07-20T03:11:57.437Z | Downloaded ron v0.8.1 |
| 1026 | 2026-07-20T03:11:57.437Z | Downloaded subtle v2.6.1 |
| 1027 | 2026-07-20T03:11:57.438Z | Downloaded tabwriter v1.4.1 |
| 1028 | 2026-07-20T03:11:57.438Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-07-20T03:11:57.438Z | Downloaded slog-stdlog v4.1.1 |
| 1030 | 2026-07-20T03:11:57.462Z | Downloaded tagptr v0.2.0 |
| 1031 | 2026-07-20T03:11:57.463Z | Downloaded tap v1.0.1 |
| 1032 | 2026-07-20T03:11:57.463Z | Downloaded take_mut v0.2.2 |
| 1033 | 2026-07-20T03:11:57.463Z | Downloaded sync-ptr v0.1.4 |
| 1034 | 2026-07-20T03:11:57.463Z | Downloaded tabled_derive v0.11.0 |
| 1035 | 2026-07-20T03:11:57.464Z | Downloaded smf v0.2.3 |
| 1036 | 2026-07-20T03:11:57.464Z | Downloaded slog-async v2.8.0 |
| 1037 | 2026-07-20T03:11:57.464Z | Downloaded smallvec v0.6.14 |
| 1038 | 2026-07-20T03:11:57.464Z | Downloaded slog-dtrace v0.3.0 |
| 1039 | 2026-07-20T03:11:57.464Z | Downloaded slab v0.4.12 |
| 1040 | 2026-07-20T03:11:57.465Z | Downloaded mio v1.2.0 |
| 1041 | 2026-07-20T03:11:57.496Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1042 | 2026-07-20T03:11:57.496Z | Downloaded serde_with_macros v3.21.0 |
| 1043 | 2026-07-20T03:11:57.496Z | Downloaded snafu-derive v0.8.9 |
| 1044 | 2026-07-20T03:11:57.496Z | Downloaded testing_table v0.3.0 |
| 1045 | 2026-07-20T03:11:57.496Z | Downloaded nom v7.1.3 |
| 1046 | 2026-07-20T03:11:57.496Z | Downloaded spki v0.8.0 |
| 1047 | 2026-07-20T03:11:57.496Z | Downloaded rcgen v0.12.1 |
| 1048 | 2026-07-20T03:11:57.496Z | Downloaded hashbrown v0.16.1 |
| 1049 | 2026-07-20T03:11:57.496Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1050 | 2026-07-20T03:11:57.496Z | Downloaded thread-id v5.1.0 |
| 1051 | 2026-07-20T03:11:57.496Z | Downloaded termtree v0.5.1 |
| 1052 | 2026-07-20T03:11:57.497Z | Downloaded sqlparser_derive v0.5.0 |
| 1053 | 2026-07-20T03:11:57.497Z | Downloaded sqlformat v0.3.5 |
| 1054 | 2026-07-20T03:11:57.497Z | Downloaded string_cache v0.8.9 |
| 1055 | 2026-07-20T03:11:57.497Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1056 | 2026-07-20T03:11:57.505Z | Downloaded stringprep v0.1.5 |
| 1057 | 2026-07-20T03:11:57.505Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-07-20T03:11:57.505Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1059 | 2026-07-20T03:11:57.505Z | Downloaded hashbrown v0.15.5 |
| 1060 | 2026-07-20T03:11:57.505Z | Downloaded sha2 v0.11.0 |
| 1061 | 2026-07-20T03:11:57.505Z | Downloaded tinyvec_macros v0.1.1 |
| 1062 | 2026-07-20T03:11:57.505Z | Downloaded num-bigint v0.4.6 |
| 1063 | 2026-07-20T03:11:57.506Z | Downloaded time-core v0.1.8 |
| 1064 | 2026-07-20T03:11:57.506Z | Downloaded strum_macros v0.26.4 |
| 1065 | 2026-07-20T03:11:57.506Z | Downloaded strum_macros v0.24.3 |
| 1066 | 2026-07-20T03:11:57.506Z | Downloaded rayon-core v1.13.0 |
| 1067 | 2026-07-20T03:11:57.506Z | Downloaded quinn v0.11.9 |
| 1068 | 2026-07-20T03:11:57.515Z | Downloaded support-bundle-viewer v0.1.2 |
| 1069 | 2026-07-20T03:11:57.516Z | Downloaded strum_macros v0.27.2 |
| 1070 | 2026-07-20T03:11:57.516Z | Downloaded qorb v0.4.1 |
| 1071 | 2026-07-20T03:11:57.516Z | Downloaded tokio-macros v2.7.0 |
| 1072 | 2026-07-20T03:11:57.516Z | Downloaded tokio-test v0.4.5 |
| 1073 | 2026-07-20T03:11:57.517Z | Downloaded smallvec v1.15.1 |
| 1074 | 2026-07-20T03:11:57.517Z | Downloaded serde_cbor v0.11.2 |
| 1075 | 2026-07-20T03:11:57.517Z | Downloaded sync_wrapper v1.0.2 |
| 1076 | 2026-07-20T03:11:57.517Z | Downloaded signal-hook-registry v1.4.8 |
| 1077 | 2026-07-20T03:11:57.535Z | Downloaded schemars v0.8.22 |
| 1078 | 2026-07-20T03:11:57.535Z | Downloaded synstructure v0.13.2 |
| 1079 | 2026-07-20T03:11:57.536Z | Downloaded rand v0.8.6 |
| 1080 | 2026-07-20T03:11:57.548Z | Downloaded publicsuffix v2.3.0 |
| 1081 | 2026-07-20T03:11:57.548Z | Downloaded spki v0.7.3 |
| 1082 | 2026-07-20T03:11:57.548Z | Downloaded ryu v1.0.23 |
| 1083 | 2026-07-20T03:11:57.548Z | Downloaded spin v0.9.8 |
| 1084 | 2026-07-20T03:11:57.548Z | Downloaded try-lock v0.2.5 |
| 1085 | 2026-07-20T03:11:57.549Z | Downloaded termios v0.3.3 |
| 1086 | 2026-07-20T03:11:57.549Z | Downloaded p521 v0.14.0-rc.10 |
| 1087 | 2026-07-20T03:11:57.561Z | Downloaded trait-variant v0.1.2 |
| 1088 | 2026-07-20T03:11:57.561Z | Downloaded idna v1.1.0 |
| 1089 | 2026-07-20T03:11:57.561Z | Downloaded prettyplease v0.2.37 |
| 1090 | 2026-07-20T03:11:57.561Z | Downloaded tower-layer v0.3.3 |
| 1091 | 2026-07-20T03:11:57.561Z | Downloaded itertools v0.12.1 |
| 1092 | 2026-07-20T03:11:57.561Z | Downloaded signal-hook v0.3.18 |
| 1093 | 2026-07-20T03:11:57.569Z | Downloaded hyper v1.10.1 |
| 1094 | 2026-07-20T03:11:57.570Z | Downloaded itertools v0.13.0 |
| 1095 | 2026-07-20T03:11:57.570Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-07-20T03:11:57.570Z | Downloaded tinystr v0.8.2 |
| 1097 | 2026-07-20T03:11:57.570Z | Downloaded thiserror-no-std v2.0.2 |
| 1098 | 2026-07-20T03:11:57.578Z | Downloaded tiny-keccak v2.0.2 |
| 1099 | 2026-07-20T03:11:57.578Z | Downloaded libxml v0.3.3 |
| 1100 | 2026-07-20T03:11:57.578Z | Downloaded unarray v0.1.4 |
| 1101 | 2026-07-20T03:11:57.578Z | Downloaded itertools v0.14.0 |
| 1102 | 2026-07-20T03:11:57.583Z | Downloaded tls_codec v0.4.2 |
| 1103 | 2026-07-20T03:11:57.583Z | Downloaded slog v2.8.2 |
| 1104 | 2026-07-20T03:11:57.583Z | Downloaded tokio-tungstenite v0.21.0 |
| 1105 | 2026-07-20T03:11:57.588Z | Downloaded unit-prefix v0.5.2 |
| 1106 | 2026-07-20T03:11:57.588Z | Downloaded tokio-tungstenite v0.23.1 |
| 1107 | 2026-07-20T03:11:57.588Z | Downloaded unicode-xid v0.2.6 |
| 1108 | 2026-07-20T03:11:57.588Z | Downloaded untrusted v0.9.0 |
| 1109 | 2026-07-20T03:11:57.588Z | Downloaded universal-hash v0.6.1 |
| 1110 | 2026-07-20T03:11:57.591Z | Downloaded tokio-native-tls v0.3.1 |
| 1111 | 2026-07-20T03:11:57.591Z | Downloaded usdt-attr-macro v0.6.0 |
| 1112 | 2026-07-20T03:11:57.591Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-07-20T03:11:57.591Z | Downloaded tokio-dtrace v0.1.1 |
| 1114 | 2026-07-20T03:11:57.591Z | Downloaded tls_codec_derive v0.4.2 |
| 1115 | 2026-07-20T03:11:57.594Z | Downloaded blake3 v1.8.5 |
| 1116 | 2026-07-20T03:11:57.598Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1117 | 2026-07-20T03:11:57.602Z | Downloaded rand v0.9.2 |
| 1118 | 2026-07-20T03:11:57.602Z | Downloaded rsa v0.9.10 |
| 1119 | 2026-07-20T03:11:57.605Z | Downloaded socket2 v0.6.3 |
| 1120 | 2026-07-20T03:11:57.610Z | Downloaded socket2 v0.5.10 |
| 1121 | 2026-07-20T03:11:57.610Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1122 | 2026-07-20T03:11:57.610Z | Downloaded untrusted v0.7.1 |
| 1123 | 2026-07-20T03:11:57.614Z | Downloaded usdt-macro v0.6.0 |
| 1124 | 2026-07-20T03:11:57.614Z | Downloaded topological-sort v0.2.2 |
| 1125 | 2026-07-20T03:11:57.614Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1126 | 2026-07-20T03:11:57.614Z | Downloaded term v1.2.1 |
| 1127 | 2026-07-20T03:11:57.617Z | Downloaded utf8_iter v1.0.4 |
| 1128 | 2026-07-20T03:11:57.617Z | Downloaded utf-8 v0.7.6 |
| 1129 | 2026-07-20T03:11:57.617Z | Downloaded schemars v1.2.1 |
| 1130 | 2026-07-20T03:11:57.622Z | Downloaded waitgroup v0.1.2 |
| 1131 | 2026-07-20T03:11:57.625Z | Downloaded num-bigint-dig v0.8.6 |
| 1132 | 2026-07-20T03:11:57.629Z | Downloaded void v1.0.2 |
| 1133 | 2026-07-20T03:11:57.629Z | Downloaded wait-timeout v0.2.1 |
| 1134 | 2026-07-20T03:11:57.629Z | Downloaded term v0.7.0 |
| 1135 | 2026-07-20T03:11:57.631Z | Downloaded static_assertions v1.1.0 |
| 1136 | 2026-07-20T03:11:57.631Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1137 | 2026-07-20T03:11:57.634Z | Downloaded time-macros v0.2.27 |
| 1138 | 2026-07-20T03:11:57.637Z | Downloaded thread_local v1.1.9 |
| 1139 | 2026-07-20T03:11:57.637Z | Downloaded samael v0.0.19 |
| 1140 | 2026-07-20T03:11:57.643Z | Downloaded typify-macro v0.6.2 |
| 1141 | 2026-07-20T03:11:57.653Z | Downloaded h2 v0.4.15 |
| 1142 | 2026-07-20T03:11:57.653Z | Downloaded nom v8.0.0 |
| 1143 | 2026-07-20T03:11:57.653Z | Downloaded tokio-rustls v0.26.4 |
| 1144 | 2026-07-20T03:11:57.663Z | Downloaded snafu v0.8.9 |
| 1145 | 2026-07-20T03:11:57.663Z | Downloaded unicode-truncate v1.1.0 |
| 1146 | 2026-07-20T03:11:57.663Z | Downloaded tui-tree-widget v0.23.1 |
| 1147 | 2026-07-20T03:11:57.663Z | Downloaded schemars v0.9.0 |
| 1148 | 2026-07-20T03:11:57.669Z | Downloaded xshell-macros v0.2.7 |
| 1149 | 2026-07-20T03:11:57.669Z | Downloaded xattr v1.6.1 |
| 1150 | 2026-07-20T03:11:57.669Z | Downloaded usdt-impl v0.6.0 |
| 1151 | 2026-07-20T03:11:57.669Z | Downloaded unicase v2.9.0 |
| 1152 | 2026-07-20T03:11:57.669Z | Downloaded yoke-derive v0.8.1 |
| 1153 | 2026-07-20T03:11:57.669Z | Downloaded subprocess v0.2.15 |
| 1154 | 2026-07-20T03:11:57.669Z | Downloaded rustls-webpki v0.103.13 |
| 1155 | 2026-07-20T03:11:57.675Z | Downloaded icu_properties_data v2.1.2 |
| 1156 | 2026-07-20T03:11:57.685Z | Downloaded hkdf v0.12.4 |
| 1157 | 2026-07-20T03:11:57.685Z | Downloaded similar v2.7.0 |
| 1158 | 2026-07-20T03:11:57.686Z | Downloaded zeroize_derive v1.4.3 |
| 1159 | 2026-07-20T03:11:57.686Z | Downloaded vergen-gitcl v1.0.8 |
| 1160 | 2026-07-20T03:11:57.686Z | Downloaded uzers v0.12.2 |
| 1161 | 2026-07-20T03:11:57.711Z | Downloaded zerofrom v0.1.6 |
| 1162 | 2026-07-20T03:11:57.712Z | Downloaded zerofrom-derive v0.1.6 |
| 1163 | 2026-07-20T03:11:57.712Z | Downloaded usdt v0.6.0 |
| 1164 | 2026-07-20T03:11:57.712Z | Downloaded tracing-attributes v0.1.31 |
| 1165 | 2026-07-20T03:11:57.712Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1166 | 2026-07-20T03:11:57.712Z | Downloaded test-strategy v0.4.5 |
| 1167 | 2026-07-20T03:11:57.712Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-07-20T03:11:57.712Z | Downloaded crypto-primes v0.7.2 |
| 1169 | 2026-07-20T03:11:57.722Z | Downloaded want v0.3.1 |
| 1170 | 2026-07-20T03:11:57.722Z | Downloaded vergen-lib v9.1.0 |
| 1171 | 2026-07-20T03:11:57.722Z | Downloaded zone v0.3.1 |
| 1172 | 2026-07-20T03:11:57.722Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-07-20T03:11:57.722Z | Downloaded twox-hash v2.1.2 |
| 1174 | 2026-07-20T03:11:57.722Z | Downloaded libm v0.2.16 |
| 1175 | 2026-07-20T03:11:57.723Z | Downloaded whoami v2.1.0 |
| 1176 | 2026-07-20T03:11:57.723Z | Downloaded iri-string v0.7.10 |
| 1177 | 2026-07-20T03:11:57.723Z | Downloaded futures-util v0.3.32 |
| 1178 | 2026-07-20T03:11:57.728Z | Downloaded walkdir v2.5.0 |
| 1179 | 2026-07-20T03:11:57.728Z | Downloaded yoke v0.8.1 |
| 1180 | 2026-07-20T03:11:57.729Z | Downloaded tokio-stream v0.1.18 |
| 1181 | 2026-07-20T03:11:57.729Z | Downloaded whoami v1.6.1 |
| 1182 | 2026-07-20T03:11:57.729Z | Downloaded tinyvec v1.10.0 |
| 1183 | 2026-07-20T03:11:57.729Z | Downloaded zone_cfg_derive v0.3.1 |
| 1184 | 2026-07-20T03:11:57.729Z | Downloaded toml v0.7.8 |
| 1185 | 2026-07-20T03:11:57.732Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-07-20T03:11:57.732Z | Downloaded unicode-properties v0.1.4 |
| 1187 | 2026-07-20T03:11:57.732Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-07-20T03:11:57.732Z | Downloaded bindgen v0.71.1 |
| 1189 | 2026-07-20T03:11:57.738Z | Downloaded rand v0.10.1 |
| 1190 | 2026-07-20T03:11:57.742Z | Downloaded vergen-git2 v9.1.0 |
| 1191 | 2026-07-20T03:11:57.742Z | Downloaded serde_with v1.14.0 |
| 1192 | 2026-07-20T03:11:57.745Z | Downloaded rustyline v14.0.0 |
| 1193 | 2026-07-20T03:11:57.748Z | Downloaded iddqd v0.4.2 |
| 1194 | 2026-07-20T03:11:57.752Z | Downloaded rsa v0.10.0-rc.18 |
| 1195 | 2026-07-20T03:11:57.756Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-07-20T03:11:57.761Z | Downloaded zerovec-derive v0.11.2 |
| 1197 | 2026-07-20T03:11:57.761Z | Downloaded vergen v9.1.0 |
| 1198 | 2026-07-20T03:11:57.761Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-07-20T03:11:57.767Z | Downloaded zstd v0.13.3 |
| 1200 | 2026-07-20T03:11:57.767Z | Downloaded wyz v0.5.1 |
| 1201 | 2026-07-20T03:11:57.767Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-07-20T03:11:57.770Z | Downloaded tar v0.4.46 |
| 1203 | 2026-07-20T03:11:57.770Z | Downloaded steno v0.4.1 |
| 1204 | 2026-07-20T03:11:57.770Z | Downloaded yasna v0.5.2 |
| 1205 | 2026-07-20T03:11:57.773Z | Downloaded writeable v0.6.2 |
| 1206 | 2026-07-20T03:11:57.773Z | Downloaded typify v0.6.2 |
| 1207 | 2026-07-20T03:11:57.776Z | Downloaded tungstenite v0.21.0 |
| 1208 | 2026-07-20T03:11:57.776Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-07-20T03:11:57.780Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1210 | 2026-07-20T03:11:57.784Z | Downloaded uuid v1.23.4 |
| 1211 | 2026-07-20T03:11:57.793Z | Downloaded chrono v0.4.45 |
| 1212 | 2026-07-20T03:11:57.799Z | Downloaded bitvec v1.0.1 |
| 1213 | 2026-07-20T03:11:57.805Z | Downloaded zerocopy v0.6.6 |
| 1214 | 2026-07-20T03:11:57.808Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1215 | 2026-07-20T03:11:57.812Z | Downloaded reedline v0.40.0 |
| 1216 | 2026-07-20T03:11:57.822Z | Downloaded vte v0.14.1 |
| 1217 | 2026-07-20T03:11:57.835Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-07-20T03:11:57.840Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-07-20T03:11:57.845Z | Downloaded hkdf v0.13.0 |
| 1220 | 2026-07-20T03:11:57.850Z | Downloaded zopfli v0.8.3 |
| 1221 | 2026-07-20T03:11:57.858Z | Downloaded git2 v0.20.4 |
| 1222 | 2026-07-20T03:11:57.863Z | Downloaded yansi v1.0.1 |
| 1223 | 2026-07-20T03:11:57.866Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-07-20T03:11:57.869Z | Downloaded regex v1.12.3 |
| 1225 | 2026-07-20T03:11:57.872Z | Downloaded rawzip v0.4.4 |
| 1226 | 2026-07-20T03:11:57.879Z | Downloaded reqwest v0.12.28 |
| 1227 | 2026-07-20T03:11:57.883Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-07-20T03:11:57.887Z | Downloaded lalrpop v0.19.12 |
| 1229 | 2026-07-20T03:11:57.891Z | Downloaded toml_edit v0.19.15 |
| 1230 | 2026-07-20T03:11:57.899Z | Downloaded zip v0.6.6 |
| 1231 | 2026-07-20T03:11:57.903Z | Downloaded moka v0.12.13 |
| 1232 | 2026-07-20T03:11:57.908Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1233 | 2026-07-20T03:11:57.912Z | Downloaded tower v0.5.3 |
| 1234 | 2026-07-20T03:11:57.918Z | Downloaded p384 v0.13.1 |
| 1235 | 2026-07-20T03:11:57.926Z | Downloaded zerotrie v0.2.3 |
| 1236 | 2026-07-20T03:11:57.926Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-07-20T03:11:57.930Z | Downloaded reqwest v0.13.2 |
| 1238 | 2026-07-20T03:11:57.935Z | Downloaded url v2.5.8 |
| 1239 | 2026-07-20T03:11:57.938Z | Downloaded quick-xml v0.37.5 |
| 1240 | 2026-07-20T03:11:57.951Z | Downloaded typed-path v0.9.3 |
| 1241 | 2026-07-20T03:11:57.954Z | Downloaded salty v0.3.0 |
| 1242 | 2026-07-20T03:11:57.961Z | Downloaded crypto-bigint v0.7.5 |
| 1243 | 2026-07-20T03:11:57.969Z | Downloaded unicode-segmentation v1.12.0 |
| 1244 | 2026-07-20T03:11:57.976Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-07-20T03:11:57.981Z | Downloaded tokio-util v0.7.18 |
| 1246 | 2026-07-20T03:11:57.981Z | Downloaded curve25519-dalek v4.1.3 |
| 1247 | 2026-07-20T03:11:57.984Z | Downloaded goblin v0.10.5 |
| 1248 | 2026-07-20T03:11:57.987Z | Downloaded rayon v1.11.0 |
| 1249 | 2026-07-20T03:11:57.992Z | Downloaded serde_with v3.21.0 |
| 1250 | 2026-07-20T03:11:57.999Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-07-20T03:11:58.003Z | Downloaded zerovec v0.11.5 |
| 1252 | 2026-07-20T03:11:58.007Z | Downloaded proptest v1.10.0 |
| 1253 | 2026-07-20T03:11:58.012Z | Downloaded tough v0.22.0 |
| 1254 | 2026-07-20T03:11:58.018Z | Downloaded zip v4.6.1 |
| 1255 | 2026-07-20T03:11:58.022Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1256 | 2026-07-20T03:11:58.025Z | Downloaded zerocopy-derive v0.8.40 |
| 1257 | 2026-07-20T03:11:58.030Z | Downloaded quinn-proto v0.11.13 |
| 1258 | 2026-07-20T03:11:58.034Z | Downloaded petname v2.0.2 |
| 1259 | 2026-07-20T03:11:58.039Z | Downloaded russh v0.61.2 |
| 1260 | 2026-07-20T03:11:58.044Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-07-20T03:11:58.062Z | Downloaded object v0.30.4 |
| 1262 | 2026-07-20T03:11:58.076Z | Downloaded nix v0.27.1 |
| 1263 | 2026-07-20T03:11:58.089Z | Downloaded openssl v0.10.79 |
| 1264 | 2026-07-20T03:11:58.095Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-07-20T03:11:58.095Z | Downloaded nix v0.28.0 |
| 1266 | 2026-07-20T03:11:58.095Z | Downloaded time v0.3.47 |
| 1267 | 2026-07-20T03:11:58.104Z | Downloaded dropshot v0.17.1 |
| 1268 | 2026-07-20T03:11:58.117Z | Downloaded winnow v0.5.40 |
| 1269 | 2026-07-20T03:11:58.126Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-07-20T03:11:58.126Z | Downloaded hickory-proto v0.24.4 |
| 1271 | 2026-07-20T03:11:58.136Z | Downloaded bstr v1.12.1 |
| 1272 | 2026-07-20T03:11:58.143Z | Downloaded nix v0.31.2 |
| 1273 | 2026-07-20T03:11:58.143Z | Downloaded diesel v2.3.7 |
| 1274 | 2026-07-20T03:11:58.155Z | Downloaded zerocopy v0.8.40 |
| 1275 | 2026-07-20T03:11:58.159Z | Downloaded tabled v0.20.0 |
| 1276 | 2026-07-20T03:11:58.174Z | Downloaded openapiv3 v2.2.0 |
| 1277 | 2026-07-20T03:11:58.179Z | Downloaded regex-syntax v0.8.10 |
| 1278 | 2026-07-20T03:11:58.187Z | Downloaded polar-core v0.27.3 |
| 1279 | 2026-07-20T03:11:58.187Z | Downloaded winnow v1.0.3 |
| 1280 | 2026-07-20T03:11:58.191Z | Downloaded winnow v0.6.26 |
| 1281 | 2026-07-20T03:11:58.196Z | Downloaded regress v0.10.5 |
| 1282 | 2026-07-20T03:11:58.206Z | Downloaded smoltcp v0.9.1 |
| 1283 | 2026-07-20T03:11:58.214Z | Downloaded vcpkg v0.2.15 |
| 1284 | 2026-07-20T03:11:58.229Z | Downloaded object v0.37.3 |
| 1285 | 2026-07-20T03:11:58.238Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-07-20T03:11:58.247Z | Downloaded typify-impl v0.6.2 |
| 1287 | 2026-07-20T03:11:58.253Z | Downloaded ratatui v0.29.0 |
| 1288 | 2026-07-20T03:11:58.263Z | Downloaded smoltcp v0.11.0 |
| 1289 | 2026-07-20T03:11:58.280Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-07-20T03:11:58.286Z | Downloaded regress v0.11.1 |
| 1291 | 2026-07-20T03:11:58.301Z | Downloaded petgraph v0.6.5 |
| 1292 | 2026-07-20T03:11:58.304Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-07-20T03:11:58.316Z | Downloaded rustls v0.23.41 |
| 1294 | 2026-07-20T03:11:58.340Z | Downloaded csv v1.4.0 |
| 1295 | 2026-07-20T03:11:58.352Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1296 | 2026-07-20T03:11:58.362Z | Downloaded tokio v1.52.1 |
| 1297 | 2026-07-20T03:11:58.413Z | Downloaded sqlparser v0.61.0 |
| 1298 | 2026-07-20T03:11:58.425Z | Downloaded fiat-crypto v0.3.0 |
| 1299 | 2026-07-20T03:11:58.442Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1300 | 2026-07-20T03:11:58.464Z | Downloaded sled v0.34.7 |
| 1301 | 2026-07-20T03:11:58.471Z | Downloaded tracing v0.1.44 |
| 1302 | 2026-07-20T03:11:58.481Z | Downloaded sha3 v0.11.0 |
| 1303 | 2026-07-20T03:11:58.504Z | Downloaded regex-automata v0.4.14 |
| 1304 | 2026-07-20T03:11:58.543Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-07-20T03:11:58.554Z | Downloaded jiff v0.2.21 |
| 1306 | 2026-07-20T03:11:58.587Z | Downloaded petgraph v0.8.3 |
| 1307 | 2026-07-20T03:11:58.600Z | Downloaded libz-sys v1.1.24 |
| 1308 | 2026-07-20T03:11:58.636Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-07-20T03:11:58.715Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-07-20T03:11:58.763Z | Downloaded ring v0.17.14 |
| 1311 | 2026-07-20T03:11:58.804Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-07-20T03:11:59.319Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-07-20T03:11:59.580Z | Compiling libc v0.2.185 |
| 1314 | 2026-07-20T03:11:59.580Z | Compiling serde_core v1.0.228 |
| 1315 | 2026-07-20T03:11:59.586Z | Compiling serde v1.0.228 |
| 1316 | 2026-07-20T03:11:59.587Z | Compiling log v0.4.29 |
| 1317 | 2026-07-20T03:11:59.587Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-07-20T03:11:59.723Z | Compiling shlex v1.3.0 |
| 1319 | 2026-07-20T03:11:59.729Z | Compiling find-msvc-tools v0.1.9 |
| 1320 | 2026-07-20T03:11:59.736Z | Compiling syn v2.0.117 |
| 1321 | 2026-07-20T03:11:59.920Z | Compiling subtle v2.6.1 |
| 1322 | 2026-07-20T03:11:59.934Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-07-20T03:11:59.938Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-07-20T03:12:00.020Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-07-20T03:12:00.034Z | Compiling typenum v1.20.1 |
| 1326 | 2026-07-20T03:12:00.060Z | Compiling serde_json v1.0.150 |
| 1327 | 2026-07-20T03:12:00.086Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-07-20T03:12:00.092Z | Compiling zerocopy v0.8.40 |
| 1329 | 2026-07-20T03:12:00.253Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-07-20T03:12:00.292Z | Compiling pin-project-lite v0.2.17 |
| 1331 | 2026-07-20T03:12:00.395Z | Compiling getrandom v0.4.1 |
| 1332 | 2026-07-20T03:12:00.533Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-07-20T03:12:00.546Z | Compiling libm v0.2.16 |
| 1334 | 2026-07-20T03:12:00.572Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-07-20T03:12:00.642Z | Compiling errno v0.3.14 |
| 1336 | 2026-07-20T03:12:00.793Z | Compiling cc v1.2.56 |
| 1337 | 2026-07-20T03:12:00.855Z | Compiling getrandom v0.2.17 |
| 1338 | 2026-07-20T03:12:00.870Z | Compiling critical-section v1.2.0 |
| 1339 | 2026-07-20T03:12:00.975Z | Compiling signal-hook-registry v1.4.8 |
| 1340 | 2026-07-20T03:12:00.994Z | Compiling rand_core v0.6.4 |
| 1341 | 2026-07-20T03:12:01.092Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-07-20T03:12:01.245Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-07-20T03:12:01.259Z | Compiling futures-core v0.3.32 |
| 1344 | 2026-07-20T03:12:01.292Z | Compiling rand_core v0.10.0 |
| 1345 | 2026-07-20T03:12:01.364Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-07-20T03:12:01.457Z | Compiling mio v1.2.0 |
| 1347 | 2026-07-20T03:12:01.470Z | Compiling generic-array v0.14.7 |
| 1348 | 2026-07-20T03:12:01.773Z | Compiling writeable v0.6.2 |
| 1349 | 2026-07-20T03:12:01.797Z | Compiling percent-encoding v2.3.2 |
| 1350 | 2026-07-20T03:12:01.816Z | Compiling litemap v0.8.1 |
| 1351 | 2026-07-20T03:12:01.998Z | Compiling bitflags v2.11.0 |
| 1352 | 2026-07-20T03:12:02.018Z | Compiling const-oid v0.9.6 |
| 1353 | 2026-07-20T03:12:02.031Z | Compiling semver v1.0.28 |
| 1354 | 2026-07-20T03:12:02.104Z | Compiling icu_normalizer_data v2.1.1 |
| 1355 | 2026-07-20T03:12:02.234Z | Compiling icu_properties_data v2.1.2 |
| 1356 | 2026-07-20T03:12:02.398Z | Compiling socket2 v0.6.3 |
| 1357 | 2026-07-20T03:12:02.582Z | Compiling futures-sink v0.3.32 |
| 1358 | 2026-07-20T03:12:02.617Z | Compiling futures-task v0.3.32 |
| 1359 | 2026-07-20T03:12:02.679Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-07-20T03:12:02.697Z | Compiling futures-channel v0.3.32 |
| 1361 | 2026-07-20T03:12:02.793Z | Compiling slab v0.4.12 |
| 1362 | 2026-07-20T03:12:02.796Z | Compiling futures-io v0.3.32 |
| 1363 | 2026-07-20T03:12:02.823Z | Compiling utf8_iter v1.0.4 |
| 1364 | 2026-07-20T03:12:02.929Z | Compiling indexmap v2.14.0 |
| 1365 | 2026-07-20T03:12:02.965Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-07-20T03:12:02.979Z | Compiling rustversion v1.0.22 |
| 1367 | 2026-07-20T03:12:02.982Z | Compiling getrandom v0.3.4 |
| 1368 | 2026-07-20T03:12:03.008Z | Compiling cmake v0.1.57 |
| 1369 | 2026-07-20T03:12:03.148Z | Compiling rustix v1.1.3 |
| 1370 | 2026-07-20T03:12:03.182Z | Compiling fs_extra v1.3.0 |
| 1371 | 2026-07-20T03:12:03.303Z | Compiling dunce v1.0.5 |
| 1372 | 2026-07-20T03:12:03.417Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-07-20T03:12:03.430Z | Compiling iana-time-zone v0.1.65 |
| 1374 | 2026-07-20T03:12:03.468Z | Compiling aws-lc-sys v0.40.0 |
| 1375 | 2026-07-20T03:12:03.538Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-07-20T03:12:03.610Z | Compiling uuid v1.23.4 |
| 1377 | 2026-07-20T03:12:03.639Z | Compiling base64 v0.22.1 |
| 1378 | 2026-07-20T03:12:03.977Z | Compiling rand_core v0.9.5 |
| 1379 | 2026-07-20T03:12:03.980Z | Compiling vcpkg v0.2.15 |
| 1380 | 2026-07-20T03:12:04.041Z | Compiling base64ct v1.8.3 |
| 1381 | 2026-07-20T03:12:04.273Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-07-20T03:12:04.352Z | Compiling pem-rfc7468 v0.7.0 |
| 1383 | 2026-07-20T03:12:04.369Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-07-20T03:12:04.459Z | Compiling serde_derive v1.0.228 |
| 1385 | 2026-07-20T03:12:04.621Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-07-20T03:12:04.678Z | Compiling zerofrom-derive v0.1.6 |
| 1387 | 2026-07-20T03:12:04.776Z | Compiling yoke-derive v0.8.1 |
| 1388 | 2026-07-20T03:12:04.953Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-07-20T03:12:04.993Z | Compiling zerocopy-derive v0.8.40 |
| 1390 | 2026-07-20T03:12:05.335Z | Compiling zeroize v1.8.2 |
| 1391 | 2026-07-20T03:12:05.563Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-07-20T03:12:06.040Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-07-20T03:12:06.168Z | Compiling zerofrom v0.1.6 |
| 1394 | 2026-07-20T03:12:06.183Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-07-20T03:12:06.302Z | Compiling yoke v0.8.1 |
| 1396 | 2026-07-20T03:12:06.369Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-07-20T03:12:06.500Z | Compiling zerovec v0.11.5 |
| 1398 | 2026-07-20T03:12:06.644Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-07-20T03:12:06.883Z | Compiling crypto-common v0.1.7 |
| 1400 | 2026-07-20T03:12:06.998Z | Compiling block-buffer v0.10.4 |
| 1401 | 2026-07-20T03:12:07.005Z | Compiling tracing-attributes v0.1.31 |
| 1402 | 2026-07-20T03:12:07.027Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-07-20T03:12:07.070Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-07-20T03:12:07.086Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-07-20T03:12:07.170Z | Compiling digest v0.10.7 |
| 1406 | 2026-07-20T03:12:07.239Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-07-20T03:12:07.243Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-07-20T03:12:07.433Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-07-20T03:12:07.757Z | Compiling thiserror-impl v2.0.18 |
| 1410 | 2026-07-20T03:12:08.151Z | Compiling bytes v1.11.1 |
| 1411 | 2026-07-20T03:12:08.166Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-07-20T03:12:08.407Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-07-20T03:12:08.442Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-07-20T03:12:08.472Z | Compiling chrono v0.4.45 |
| 1415 | 2026-07-20T03:12:08.789Z | Compiling tokio v1.52.1 |
| 1416 | 2026-07-20T03:12:08.986Z | Compiling http v1.4.2 |
| 1417 | 2026-07-20T03:12:09.155Z | Compiling aws-lc-rs v1.16.3 |
| 1418 | 2026-07-20T03:12:09.460Z | Compiling idna_adapter v1.2.1 |
| 1419 | 2026-07-20T03:12:09.478Z | Compiling flagset v0.4.7 |
| 1420 | 2026-07-20T03:12:09.509Z | Compiling thiserror v2.0.18 |
| 1421 | 2026-07-20T03:12:09.599Z | Compiling idna v1.1.0 |
| 1422 | 2026-07-20T03:12:09.614Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-07-20T03:12:09.626Z | Compiling der v0.7.10 |
| 1424 | 2026-07-20T03:12:09.709Z | Compiling http-body v1.0.1 |
| 1425 | 2026-07-20T03:12:09.869Z | Compiling tracing v0.1.44 |
| 1426 | 2026-07-20T03:12:09.902Z | Compiling url v2.5.8 |
| 1427 | 2026-07-20T03:12:09.930Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-07-20T03:12:10.010Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-07-20T03:12:10.135Z | Compiling serde_derive_internals v0.29.1 |
| 1430 | 2026-07-20T03:12:10.269Z | Compiling openssl-probe v0.2.1 |
| 1431 | 2026-07-20T03:12:10.449Z | Compiling cmov v0.5.4 |
| 1432 | 2026-07-20T03:12:10.464Z | Compiling schemars v0.8.22 |
| 1433 | 2026-07-20T03:12:10.622Z | Compiling dyn-clone v1.0.20 |
| 1434 | 2026-07-20T03:12:10.657Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-07-20T03:12:10.678Z | Compiling httparse v1.10.1 |
| 1436 | 2026-07-20T03:12:10.715Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-07-20T03:12:10.726Z | Compiling ctutils v0.4.2 |
| 1438 | 2026-07-20T03:12:10.755Z | Compiling spki v0.7.3 |
| 1439 | 2026-07-20T03:12:10.835Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-07-20T03:12:10.954Z | Compiling rand v0.9.2 |
| 1441 | 2026-07-20T03:12:10.954Z | Compiling aho-corasick v1.1.4 |
| 1442 | 2026-07-20T03:12:11.021Z | Compiling schemars_derive v0.8.22 |
| 1443 | 2026-07-20T03:12:11.052Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-07-20T03:12:11.070Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-07-20T03:12:11.164Z | Compiling untrusted v0.7.1 |
| 1446 | 2026-07-20T03:12:11.179Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-07-20T03:12:11.288Z | Compiling tower-layer v0.3.3 |
| 1448 | 2026-07-20T03:12:11.290Z | Compiling want v0.3.1 |
| 1449 | 2026-07-20T03:12:11.470Z | Compiling tempfile v3.25.0 |
| 1450 | 2026-07-20T03:12:11.522Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-07-20T03:12:11.771Z | Compiling hybrid-array v0.4.13 |
| 1452 | 2026-07-20T03:12:11.773Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-07-20T03:12:11.875Z | Compiling regex-automata v0.4.14 |
| 1454 | 2026-07-20T03:12:12.025Z | Compiling scroll_derive v0.13.1 |
| 1455 | 2026-07-20T03:12:12.276Z | Compiling darling_core v0.20.11 |
| 1456 | 2026-07-20T03:12:12.574Z | Compiling cpufeatures v0.2.17 |
| 1457 | 2026-07-20T03:12:12.649Z | Compiling tokio-util v0.7.18 |
| 1458 | 2026-07-20T03:12:12.688Z | Compiling openssl v0.10.79 |
| 1459 | 2026-07-20T03:12:12.850Z | Compiling rustls v0.23.41 |
| 1460 | 2026-07-20T03:12:12.938Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-07-20T03:12:13.038Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-07-20T03:12:13.129Z | Compiling untrusted v0.9.0 |
| 1463 | 2026-07-20T03:12:13.166Z | Compiling foreign-types v0.3.2 |
| 1464 | 2026-07-20T03:12:13.254Z | Compiling scroll v0.13.0 |
| 1465 | 2026-07-20T03:12:13.271Z | Compiling unicode-normalization v0.1.25 |
| 1466 | 2026-07-20T03:12:13.520Z | Compiling h2 v0.4.15 |
| 1467 | 2026-07-20T03:12:13.641Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-07-20T03:12:13.730Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-07-20T03:12:13.899Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-07-20T03:12:14.092Z | Compiling spin v0.9.8 |
| 1471 | 2026-07-20T03:12:14.135Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-07-20T03:12:14.295Z | Compiling num-conv v0.2.0 |
| 1473 | 2026-07-20T03:12:14.310Z | Compiling native-tls v0.2.18 |
| 1474 | 2026-07-20T03:12:14.420Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-07-20T03:12:14.424Z | Compiling time-core v0.1.8 |
| 1476 | 2026-07-20T03:12:14.559Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-07-20T03:12:14.571Z | Compiling deranged v0.5.8 |
| 1478 | 2026-07-20T03:12:14.584Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-07-20T03:12:15.042Z | Compiling darling v0.20.11 |
| 1480 | 2026-07-20T03:12:15.127Z | Compiling goblin v0.10.5 |
| 1481 | 2026-07-20T03:12:15.528Z | Compiling sha2 v0.10.9 |
| 1482 | 2026-07-20T03:12:15.658Z | Compiling hmac v0.12.1 |
| 1483 | 2026-07-20T03:12:15.816Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-07-20T03:12:15.925Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-07-20T03:12:15.986Z | Compiling quick-error v1.2.3 |
| 1486 | 2026-07-20T03:12:16.093Z | Compiling bit-vec v0.8.0 |
| 1487 | 2026-07-20T03:12:16.190Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-07-20T03:12:16.291Z | Compiling syn v1.0.109 |
| 1489 | 2026-07-20T03:12:16.327Z | Compiling siphasher v1.0.2 |
| 1490 | 2026-07-20T03:12:16.512Z | Compiling simd-adler32 v0.3.8 |
| 1491 | 2026-07-20T03:12:16.608Z | Compiling usdt-impl v0.6.0 |
| 1492 | 2026-07-20T03:12:16.787Z | Compiling hyper v1.10.1 |
| 1493 | 2026-07-20T03:12:16.865Z | Compiling crossbeam-utils v0.8.21 |
| 1494 | 2026-07-20T03:12:17.246Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-07-20T03:12:17.300Z | Compiling time v0.3.47 |
| 1496 | 2026-07-20T03:12:17.413Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-07-20T03:12:17.620Z | Compiling tower v0.5.3 |
| 1498 | 2026-07-20T03:12:17.736Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-07-20T03:12:17.943Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-07-20T03:12:18.109Z | Compiling dof v0.4.0 |
| 1501 | 2026-07-20T03:12:18.427Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-07-20T03:12:18.622Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-07-20T03:12:18.866Z | Compiling heapless v0.7.17 |
| 1504 | 2026-07-20T03:12:18.898Z | Compiling thiserror-impl v1.0.69 |
| 1505 | 2026-07-20T03:12:19.121Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-07-20T03:12:19.167Z | Compiling rand_xorshift v0.4.0 |
| 1507 | 2026-07-20T03:12:19.280Z | Compiling slog v2.8.2 |
| 1508 | 2026-07-20T03:12:19.331Z | Compiling darling_core v0.23.0 |
| 1509 | 2026-07-20T03:12:19.400Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1510 | 2026-07-20T03:12:19.477Z | Compiling thread-id v5.1.0 |
| 1511 | 2026-07-20T03:12:19.562Z | Compiling cookie v0.18.1 |
| 1512 | 2026-07-20T03:12:19.691Z | Compiling unicode-properties v0.1.4 |
| 1513 | 2026-07-20T03:12:19.708Z | Compiling iri-string v0.7.10 |
| 1514 | 2026-07-20T03:12:19.761Z | Compiling paste v1.0.15 |
| 1515 | 2026-07-20T03:12:19.787Z | Compiling unarray v0.1.4 |
| 1516 | 2026-07-20T03:12:19.897Z | Compiling ryu v1.0.23 |
| 1517 | 2026-07-20T03:12:19.897Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-07-20T03:12:20.029Z | Compiling signal-hook v0.3.18 |
| 1519 | 2026-07-20T03:12:20.044Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-07-20T03:12:20.089Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-07-20T03:12:20.172Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-07-20T03:12:20.218Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-07-20T03:12:20.429Z | Compiling stringprep v0.1.5 |
| 1524 | 2026-07-20T03:12:20.523Z | Compiling thiserror v1.0.69 |
| 1525 | 2026-07-20T03:12:20.609Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-07-20T03:12:20.630Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-07-20T03:12:20.633Z | Compiling proptest v1.10.0 |
| 1528 | 2026-07-20T03:12:20.850Z | Compiling tower-http v0.6.8 |
| 1529 | 2026-07-20T03:12:20.871Z | Compiling scroll v0.12.0 |
| 1530 | 2026-07-20T03:12:21.269Z | Compiling derive_builder_macro v0.20.2 |
| 1531 | 2026-07-20T03:12:21.298Z | Compiling camino v1.2.2 |
| 1532 | 2026-07-20T03:12:21.776Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2026-07-20T03:12:21.849Z | Compiling bstr v1.12.1 |
| 1534 | 2026-07-20T03:12:21.876Z | Compiling darling_macro v0.23.0 |
| 1535 | 2026-07-20T03:12:21.943Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-07-20T03:12:21.958Z | Compiling block-padding v0.4.2 |
| 1537 | 2026-07-20T03:12:22.120Z | Compiling block-buffer v0.12.1 |
| 1538 | 2026-07-20T03:12:22.209Z | Compiling crypto-common v0.2.2 |
| 1539 | 2026-07-20T03:12:22.324Z | Compiling rustls-native-certs v0.8.3 |
| 1540 | 2026-07-20T03:12:22.342Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-07-20T03:12:22.372Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-07-20T03:12:22.513Z | Compiling hex v0.4.3 |
| 1543 | 2026-07-20T03:12:22.618Z | Compiling serde_spanned v0.6.9 |
| 1544 | 2026-07-20T03:12:22.691Z | Compiling toml_datetime v0.6.11 |
| 1545 | 2026-07-20T03:12:22.768Z | Compiling erased-serde v0.3.31 |
| 1546 | 2026-07-20T03:12:22.793Z | Compiling md-5 v0.10.6 |
| 1547 | 2026-07-20T03:12:22.956Z | Compiling signature v2.2.0 |
| 1548 | 2026-07-20T03:12:22.960Z | Compiling curve25519-dalek v4.1.3 |
| 1549 | 2026-07-20T03:12:23.138Z | Compiling pin-project-internal v1.1.11 |
| 1550 | 2026-07-20T03:12:23.154Z | Compiling zerocopy-derive v0.7.35 |
| 1551 | 2026-07-20T03:12:23.260Z | Compiling async-trait v0.1.89 |
| 1552 | 2026-07-20T03:12:23.311Z | Compiling vergen-lib v9.1.0 |
| 1553 | 2026-07-20T03:12:23.507Z | Compiling hash32 v0.2.1 |
| 1554 | 2026-07-20T03:12:23.708Z | Compiling num-integer v0.1.46 |
| 1555 | 2026-07-20T03:12:23.965Z | Compiling memoffset v0.9.1 |
| 1556 | 2026-07-20T03:12:24.029Z | Compiling encoding_rs v0.8.35 |
| 1557 | 2026-07-20T03:12:24.032Z | Compiling smoltcp v0.9.1 |
| 1558 | 2026-07-20T03:12:24.177Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-07-20T03:12:24.253Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-07-20T03:12:24.290Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-07-20T03:12:24.392Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-07-20T03:12:24.457Z | Compiling rustix v0.38.44 |
| 1563 | 2026-07-20T03:12:24.491Z | Compiling litrs v1.0.0 |
| 1564 | 2026-07-20T03:12:24.608Z | Compiling cfg_aliases v0.2.1 |
| 1565 | 2026-07-20T03:12:24.690Z | Compiling psl-types v2.0.11 |
| 1566 | 2026-07-20T03:12:24.811Z | Compiling mime v0.3.17 |
| 1567 | 2026-07-20T03:12:24.909Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-07-20T03:12:25.004Z | Compiling document-features v0.2.12 |
| 1569 | 2026-07-20T03:12:25.072Z | Compiling nix v0.31.2 |
| 1570 | 2026-07-20T03:12:25.087Z | Compiling postgres-protocol v0.6.10 |
| 1571 | 2026-07-20T03:12:25.338Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2026-07-20T03:12:25.544Z | Compiling pin-project v1.1.11 |
| 1573 | 2026-07-20T03:12:25.617Z | Compiling zerocopy v0.7.35 |
| 1574 | 2026-07-20T03:12:25.639Z | Compiling num-iter v0.1.45 |
| 1575 | 2026-07-20T03:12:25.775Z | Compiling newtype-uuid v1.3.2 |
| 1576 | 2026-07-20T03:12:25.793Z | Compiling rand v0.8.6 |
| 1577 | 2026-07-20T03:12:26.101Z | Compiling darling v0.23.0 |
| 1578 | 2026-07-20T03:12:26.117Z | Compiling oxnet v0.1.6 |
| 1579 | 2026-07-20T03:12:26.148Z | Compiling inout v0.2.2 |
| 1580 | 2026-07-20T03:12:26.182Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-07-20T03:12:26.255Z | Compiling derive_builder v0.20.2 |
| 1582 | 2026-07-20T03:12:26.404Z | Compiling goblin v0.8.2 |
| 1583 | 2026-07-20T03:12:26.942Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-07-20T03:12:26.958Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-07-20T03:12:26.986Z | Compiling regex v1.12.3 |
| 1586 | 2026-07-20T03:12:27.047Z | Compiling anstyle-parse v0.2.7 |
| 1587 | 2026-07-20T03:12:27.122Z | Compiling futures-executor v0.3.32 |
| 1588 | 2026-07-20T03:12:27.190Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-07-20T03:12:27.235Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1590 | 2026-07-20T03:12:27.330Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-07-20T03:12:27.383Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-07-20T03:12:27.423Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-07-20T03:12:27.749Z | Compiling strum_macros v0.27.2 |
| 1594 | 2026-07-20T03:12:27.808Z | Compiling snafu-derive v0.8.9 |
| 1595 | 2026-07-20T03:12:27.899Z | Compiling vergen v9.1.0 |
| 1596 | 2026-07-20T03:12:27.913Z | Compiling cargo-platform v0.3.2 |
| 1597 | 2026-07-20T03:12:28.099Z | Compiling ff v0.13.1 |
| 1598 | 2026-07-20T03:12:28.178Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-07-20T03:12:28.192Z | Compiling ahash v0.8.12 |
| 1600 | 2026-07-20T03:12:28.239Z | Compiling foldhash v0.1.5 |
| 1601 | 2026-07-20T03:12:28.385Z | Compiling object v0.37.3 |
| 1602 | 2026-07-20T03:12:28.412Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-07-20T03:12:28.416Z | Compiling bumpalo v3.20.2 |
| 1604 | 2026-07-20T03:12:28.491Z | Compiling base16ct v0.2.0 |
| 1605 | 2026-07-20T03:12:28.668Z | Compiling unicode-segmentation v1.12.0 |
| 1606 | 2026-07-20T03:12:28.668Z | Compiling winnow v0.5.40 |
| 1607 | 2026-07-20T03:12:28.698Z | Compiling managed v0.8.0 |
| 1608 | 2026-07-20T03:12:28.914Z | Compiling libbz2-rs-sys v0.2.2 |
| 1609 | 2026-07-20T03:12:29.071Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-07-20T03:12:29.298Z | Compiling same-file v1.0.6 |
| 1611 | 2026-07-20T03:12:29.475Z | Compiling walkdir v2.5.0 |
| 1612 | 2026-07-20T03:12:29.610Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-07-20T03:12:29.741Z | Compiling snafu v0.8.9 |
| 1614 | 2026-07-20T03:12:29.760Z | Compiling strum v0.27.2 |
| 1615 | 2026-07-20T03:12:29.792Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-07-20T03:12:29.887Z | Compiling dof v0.3.0 |
| 1617 | 2026-07-20T03:12:29.973Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-07-20T03:12:30.110Z | Compiling zopfli v0.8.3 |
| 1619 | 2026-07-20T03:12:30.140Z | Compiling sec1 v0.7.3 |
| 1620 | 2026-07-20T03:12:30.385Z | Compiling clap_builder v4.6.0 |
| 1621 | 2026-07-20T03:12:30.569Z | Compiling hashbrown v0.15.5 |
| 1622 | 2026-07-20T03:12:30.601Z | Compiling group v0.13.0 |
| 1623 | 2026-07-20T03:12:30.627Z | Compiling daft v0.1.7 |
| 1624 | 2026-07-20T03:12:30.796Z | Compiling cargo_metadata v0.23.1 |
| 1625 | 2026-07-20T03:12:31.014Z | Compiling futures v0.3.32 |
| 1626 | 2026-07-20T03:12:31.106Z | Compiling anstream v0.6.21 |
| 1627 | 2026-07-20T03:12:31.129Z | Compiling phf v0.13.1 |
| 1628 | 2026-07-20T03:12:31.414Z | Compiling signal-hook-mio v0.2.5 |
| 1629 | 2026-07-20T03:12:31.770Z | Compiling cookie_store v0.22.1 |
| 1630 | 2026-07-20T03:12:31.932Z | Compiling zstd v0.13.3 |
| 1631 | 2026-07-20T03:12:32.208Z | Compiling reqwest v0.12.28 |
| 1632 | 2026-07-20T03:12:32.229Z | Compiling cipher v0.5.2 |
| 1633 | 2026-07-20T03:12:32.438Z | Compiling bzip2 v0.4.4 |
| 1634 | 2026-07-20T03:12:32.541Z | Compiling serde_with_macros v3.21.0 |
| 1635 | 2026-07-20T03:12:32.652Z | Compiling hubpack v0.1.2 |
| 1636 | 2026-07-20T03:12:32.817Z | Compiling postgres-types v0.2.12 |
| 1637 | 2026-07-20T03:12:33.376Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-07-20T03:12:33.459Z | Compiling usdt-macro v0.6.0 |
| 1639 | 2026-07-20T03:12:33.690Z | Compiling usdt-attr-macro v0.6.0 |
| 1640 | 2026-07-20T03:12:33.896Z | Compiling globset v0.4.18 |
| 1641 | 2026-07-20T03:12:33.981Z | Compiling dtrace-parser v0.2.0 |
| 1642 | 2026-07-20T03:12:34.224Z | Compiling phf_shared v0.11.3 |
| 1643 | 2026-07-20T03:12:34.285Z | Compiling hkdf v0.12.4 |
| 1644 | 2026-07-20T03:12:34.413Z | Compiling pkcs1 v0.7.5 |
| 1645 | 2026-07-20T03:12:34.456Z | Compiling olpc-cjson v0.1.4 |
| 1646 | 2026-07-20T03:12:34.498Z | Compiling serde-big-array v0.5.1 |
| 1647 | 2026-07-20T03:12:34.578Z | Compiling serde_plain v1.0.2 |
| 1648 | 2026-07-20T03:12:34.615Z | Compiling crypto-bigint v0.5.5 |
| 1649 | 2026-07-20T03:12:34.637Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-07-20T03:12:34.728Z | Compiling async-recursion v1.1.1 |
| 1651 | 2026-07-20T03:12:34.774Z | Compiling clap_derive v4.6.1 |
| 1652 | 2026-07-20T03:12:34.808Z | Compiling serde_repr v0.1.20 |
| 1653 | 2026-07-20T03:12:35.349Z | Compiling enum-as-inner v0.6.1 |
| 1654 | 2026-07-20T03:12:35.393Z | Compiling pem v3.0.6 |
| 1655 | 2026-07-20T03:12:35.718Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-07-20T03:12:35.869Z | Compiling memmap2 v0.9.10 |
| 1657 | 2026-07-20T03:12:35.869Z | Compiling thread-id v4.2.2 |
| 1658 | 2026-07-20T03:12:35.962Z | Compiling env_filter v1.0.0 |
| 1659 | 2026-07-20T03:12:35.978Z | Compiling predicates-core v1.0.10 |
| 1660 | 2026-07-20T03:12:36.082Z | Compiling difflib v0.4.0 |
| 1661 | 2026-07-20T03:12:36.153Z | Compiling data-encoding v2.10.0 |
| 1662 | 2026-07-20T03:12:36.275Z | Compiling const-oid v0.10.2 |
| 1663 | 2026-07-20T03:12:36.398Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-07-20T03:12:36.486Z | Compiling normalize-line-endings v0.3.0 |
| 1665 | 2026-07-20T03:12:36.490Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-07-20T03:12:36.551Z | Compiling keccak v0.1.6 |
| 1667 | 2026-07-20T03:12:36.581Z | Compiling jiff v0.2.21 |
| 1668 | 2026-07-20T03:12:36.685Z | Compiling new_debug_unreachable v1.0.6 |
| 1669 | 2026-07-20T03:12:36.733Z | Compiling typed-path v0.9.3 |
| 1670 | 2026-07-20T03:12:36.757Z | Compiling cpufeatures v0.3.0 |
| 1671 | 2026-07-20T03:12:36.836Z | Compiling winnow v1.0.3 |
| 1672 | 2026-07-20T03:12:36.850Z | Compiling static_assertions v1.1.0 |
| 1673 | 2026-07-20T03:12:36.876Z | Compiling whoami v2.1.0 |
| 1674 | 2026-07-20T03:12:36.921Z | Compiling either v1.15.0 |
| 1675 | 2026-07-20T03:12:37.035Z | Compiling fixedbitset v0.4.2 |
| 1676 | 2026-07-20T03:12:37.127Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1677 | 2026-07-20T03:12:37.177Z | Compiling itertools v0.13.0 |
| 1678 | 2026-07-20T03:12:37.247Z | Compiling petgraph v0.6.5 |
| 1679 | 2026-07-20T03:12:37.262Z | Compiling tokio-postgres v0.7.16 |
| 1680 | 2026-07-20T03:12:37.336Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-07-20T03:12:37.774Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1682 | 2026-07-20T03:12:37.973Z | Compiling chacha20 v0.10.0 |
| 1683 | 2026-07-20T03:12:38.353Z | Compiling petgraph v0.8.3 |
| 1684 | 2026-07-20T03:12:38.434Z | Compiling string_cache v0.8.9 |
| 1685 | 2026-07-20T03:12:38.662Z | Compiling sha3 v0.10.8 |
| 1686 | 2026-07-20T03:12:38.755Z | Compiling predicates v3.1.4 |
| 1687 | 2026-07-20T03:12:39.117Z | Compiling clap v4.6.1 |
| 1688 | 2026-07-20T03:12:39.202Z | Compiling zip v4.6.1 |
| 1689 | 2026-07-20T03:12:39.415Z | Compiling hickory-proto v0.25.2 |
| 1690 | 2026-07-20T03:12:39.454Z | Compiling digest v0.11.3 |
| 1691 | 2026-07-20T03:12:39.679Z | Compiling strum v0.26.3 |
| 1692 | 2026-07-20T03:12:39.811Z | Compiling env_logger v0.11.9 |
| 1693 | 2026-07-20T03:12:40.075Z | Compiling usdt v0.6.0 |
| 1694 | 2026-07-20T03:12:40.159Z | Compiling usdt-impl v0.5.0 |
| 1695 | 2026-07-20T03:12:40.177Z | Compiling elliptic-curve v0.13.8 |
| 1696 | 2026-07-20T03:12:40.313Z | Compiling rsa v0.9.10 |
| 1697 | 2026-07-20T03:12:40.351Z | Compiling crossterm v0.28.1 |
| 1698 | 2026-07-20T03:12:40.580Z | Compiling serde_with v3.21.0 |
| 1699 | 2026-07-20T03:12:40.613Z | Compiling ed25519-dalek v2.2.0 |
| 1700 | 2026-07-20T03:12:40.763Z | Compiling zip v0.6.6 |
| 1701 | 2026-07-20T03:12:41.340Z | Compiling toml v0.7.8 |
| 1702 | 2026-07-20T03:12:41.637Z | Compiling iddqd v0.4.2 |
| 1703 | 2026-07-20T03:12:42.243Z | Compiling similar v2.7.0 |
| 1704 | 2026-07-20T03:12:42.427Z | Compiling heck v0.4.1 |
| 1705 | 2026-07-20T03:12:42.499Z | Compiling byte-wrapper v0.1.0 |
| 1706 | 2026-07-20T03:12:42.653Z | Compiling crossbeam-epoch v0.9.18 |
| 1707 | 2026-07-20T03:12:42.832Z | Compiling tokio-stream v0.1.18 |
| 1708 | 2026-07-20T03:12:42.930Z | Compiling buf-list v1.1.2 |
| 1709 | 2026-07-20T03:12:42.987Z | Compiling x509-cert v0.2.5 |
| 1710 | 2026-07-20T03:12:43.118Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1711 | 2026-07-20T03:12:43.211Z | Compiling openapiv3 v2.2.0 |
| 1712 | 2026-07-20T03:12:43.294Z | Compiling lalrpop-util v0.19.12 |
| 1713 | 2026-07-20T03:12:43.422Z | Compiling peg-runtime v0.8.5 |
| 1714 | 2026-07-20T03:12:43.491Z | Compiling thread_local v1.1.9 |
| 1715 | 2026-07-20T03:12:43.661Z | Compiling slog-async v2.8.0 |
| 1716 | 2026-07-20T03:12:43.705Z | Compiling crossbeam-channel v0.5.15 |
| 1717 | 2026-07-20T03:12:43.744Z | Compiling filetime v0.2.27 |
| 1718 | 2026-07-20T03:12:43.921Z | Compiling is-terminal v0.4.17 |
| 1719 | 2026-07-20T03:12:43.993Z | Compiling take_mut v0.2.2 |
| 1720 | 2026-07-20T03:12:44.023Z | Compiling xattr v1.6.1 |
| 1721 | 2026-07-20T03:12:44.108Z | Compiling term v1.2.1 |
| 1722 | 2026-07-20T03:12:44.163Z | Compiling tar v0.4.46 |
| 1723 | 2026-07-20T03:12:44.194Z | Compiling camino-tempfile v1.4.1 |
| 1724 | 2026-07-20T03:12:44.425Z | Compiling slog-term v2.9.2 |
| 1725 | 2026-07-20T03:12:54.268Z | Compiling rustls-webpki v0.103.13 |
| 1726 | 2026-07-20T03:12:56.992Z | Compiling tokio-rustls v0.26.4 |
| 1727 | 2026-07-20T03:12:56.992Z | Compiling rustls-platform-verifier v0.6.2 |
| 1728 | 2026-07-20T03:12:56.992Z | Compiling tough v0.22.0 |
| 1729 | 2026-07-20T03:12:57.208Z | Compiling hyper-rustls v0.27.7 |
| 1730 | 2026-07-20T03:12:57.410Z | Compiling reqwest v0.13.2 |
| 1731 | 2026-07-20T03:12:59.647Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1732 | 2026-07-20T03:12:59.876Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1733 | 2026-07-20T03:13:02.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1734 | 2026-07-20T03:13:02.873Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1735 | 2026-07-20T03:13:02.927Z | Jul 20 03:13:01.763 INFO Starting download, target: Clickhouse |
| 1736 | 2026-07-20T03:13:02.927Z | Jul 20 03:13:01.764 INFO Starting download, target: DendriteStub |
| 1737 | 2026-07-20T03:13:02.927Z | Jul 20 03:13:01.764 INFO Starting download, target: Cockroach |
| 1738 | 2026-07-20T03:13:02.927Z | Jul 20 03:13:01.764 INFO Starting download, target: MaghemiteMgd |
| 1739 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Starting download, target: Console |
| 1740 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Starting download, target: MaghemiteDdmd |
| 1741 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Starting download, target: TransceiverControl |
| 1742 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1743 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1744 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1745 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1746 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1747 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1748 | 2026-07-20T03:13:02.932Z | Jul 20 03:13:01.764 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1749 | 2026-07-20T03:13:03.280Z | Jul 20 03:13:02.112 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1750 | 2026-07-20T03:13:03.518Z | Jul 20 03:13:02.331 INFO Download complete, target: TransceiverControl |
| 1751 | 2026-07-20T03:13:04.575Z | Jul 20 03:13:03.396 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1752 | 2026-07-20T03:13:04.623Z | Jul 20 03:13:03.449 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1753 | 2026-07-20T03:13:04.719Z | Jul 20 03:13:03.555 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1754 | 2026-07-20T03:13:04.763Z | Jul 20 03:13:03.597 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1755 | 2026-07-20T03:13:04.831Z | Jul 20 03:13:03.665 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1756 | 2026-07-20T03:13:04.976Z | Jul 20 03:13:03.813 INFO Download complete, target: Console |
| 1757 | 2026-07-20T03:13:05.047Z | Jul 20 03:13:03.884 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1758 | 2026-07-20T03:13:05.048Z | Jul 20 03:13:03.884 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1759 | 2026-07-20T03:13:06.789Z | Jul 20 03:13:05.586 INFO Download complete, target: MaghemiteDdmd |
| 1760 | 2026-07-20T03:13:07.117Z | Jul 20 03:13:05.945 INFO Download complete, target: DendriteStub |
| 1761 | 2026-07-20T03:13:07.433Z | Jul 20 03:13:06.260 INFO Download complete, target: MaghemiteMgd |
| 1762 | 2026-07-20T03:13:09.763Z | Jul 20 03:13:08.599 INFO Checking that binary works, target: Cockroach |
| 1763 | 2026-07-20T03:13:09.872Z | Jul 20 03:13:08.708 INFO Download complete, target: Cockroach |
| 1764 | 2026-07-20T03:13:11.676Z | Jul 20 03:13:10.486 INFO Checking that binary works, target: Clickhouse |
| 1765 | 2026-07-20T03:13:11.746Z | Jul 20 03:13:10.577 INFO Download complete, target: Clickhouse |
| 1766 | 2026-07-20T03:13:11.761Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1767 | 2026-07-20T03:13:11.771Z | |
| 1768 | 2026-07-20T03:13:11.771Z | real 2:03.171192897 |
| 1769 | 2026-07-20T03:13:11.771Z | user 6:44.686971406 |
| 1770 | 2026-07-20T03:13:11.771Z | sys 1:23.440727908 |
| 1771 | 2026-07-20T03:13:11.772Z | trap 0.246094800 |
| 1772 | 2026-07-20T03:13:11.772Z | tflt 0.459736447 |
| 1773 | 2026-07-20T03:13:11.772Z | dflt 0.807561851 |
| 1774 | 2026-07-20T03:13:11.772Z | kflt 0.021896052 |
| 1775 | 2026-07-20T03:13:11.772Z | lock 22:14.888765664 |
| 1776 | 2026-07-20T03:13:11.772Z | slp 20:27.958631986 |
| 1777 | 2026-07-20T03:13:11.772Z | lat 43.663537718 |
| 1778 | 2026-07-20T03:13:11.772Z | stop 2:00.325429091 |
| 1779 | 2026-07-20T03:13:11.772Z | + banner hack-check |
| 1780 | 2026-07-20T03:13:11.772Z | |
| 1781 | 2026-07-20T03:13:11.772Z | # # ## #### # # #### # # ###### #### # # |
| 1782 | 2026-07-20T03:13:11.772Z | # # # # # # # # # # # # # # # # # |
| 1783 | 2026-07-20T03:13:11.772Z | ###### # # # #### ##### # ###### ##### # #### |
| 1784 | 2026-07-20T03:13:11.772Z | # # ###### # # # # # # # # # # |
| 1785 | 2026-07-20T03:13:11.772Z | # # # # # # # # # # # # # # # # # |
| 1786 | 2026-07-20T03:13:11.772Z | # # # # #### # # #### # # ###### #### # # |
| 1787 | 2026-07-20T03:13:11.772Z | |
| 1788 | 2026-07-20T03:13:11.772Z | + export CARGO_INCREMENTAL=0 |
| 1789 | 2026-07-20T03:13:11.772Z | + CARGO_INCREMENTAL=0 |
| 1790 | 2026-07-20T03:13:11.772Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1791 | 2026-07-20T03:13:12.232Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1792 | 2026-07-20T03:13:12.522Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1793 | 2026-07-20T03:13:14.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 1794 | 2026-07-20T03:13:14.359Z | Running `target/debug/xtask check-features --ci` |
| 1795 | 2026-07-20T03:13:14.384Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1796 | 2026-07-20T03:13:14.389Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1797 | 2026-07-20T03:13:14.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1798 | 2026-07-20T03:13:14.826Z | Running `target/debug/xtask download cargo-hack` |
| 1799 | 2026-07-20T03:13:15.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1800 | 2026-07-20T03:13:15.902Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1801 | 2026-07-20T03:13:18.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
| 1802 | 2026-07-20T03:13:18.636Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1803 | 2026-07-20T03:13:18.673Z | Jul 20 03:13:17.510 INFO Starting download, target: CargoHack |
| 1804 | 2026-07-20T03:13:18.676Z | Jul 20 03:13:17.510 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1805 | 2026-07-20T03:13:19.037Z | Jul 20 03:13:17.874 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1806 | 2026-07-20T03:13:19.088Z | Jul 20 03:13:17.924 INFO Download complete, target: CargoHack |
| 1807 | 2026-07-20T03:13:19.090Z | running: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1808 | 2026-07-20T03:13:19.104Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1809 | 2026-07-20T03:13:19.268Z | info: running `cargo check --bins` on api_identity (1/301) |
| 1810 | 2026-07-20T03:13:19.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1811 | 2026-07-20T03:13:19.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1812 | 2026-07-20T03:13:19.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1813 | 2026-07-20T03:13:19.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1814 | 2026-07-20T03:13:19.804Z | |
| 1815 | 2026-07-20T03:13:19.804Z | info: running `cargo check --bins` on bootstore (2/301) |
| 1816 | 2026-07-20T03:13:20.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1817 | 2026-07-20T03:13:20.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1818 | 2026-07-20T03:13:20.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1819 | 2026-07-20T03:13:20.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1820 | 2026-07-20T03:13:20.336Z | |
| 1821 | 2026-07-20T03:13:20.336Z | info: running `cargo check --bins` on omicron-ledger (3/301) |
| 1822 | 2026-07-20T03:13:20.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1823 | 2026-07-20T03:13:20.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1824 | 2026-07-20T03:13:20.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1825 | 2026-07-20T03:13:20.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1826 | 2026-07-20T03:13:20.861Z | |
| 1827 | 2026-07-20T03:13:20.861Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301) |
| 1828 | 2026-07-20T03:13:21.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-07-20T03:13:21.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-07-20T03:13:21.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-07-20T03:13:21.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1832 | 2026-07-20T03:13:21.384Z | |
| 1833 | 2026-07-20T03:13:21.384Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301) |
| 1834 | 2026-07-20T03:13:21.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-07-20T03:13:21.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-07-20T03:13:21.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-07-20T03:13:21.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1838 | 2026-07-20T03:13:21.924Z | |
| 1839 | 2026-07-20T03:13:21.924Z | info: running `cargo check --bins` on omicron-certificates (6/301) |
| 1840 | 2026-07-20T03:13:22.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-07-20T03:13:22.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-07-20T03:13:22.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-07-20T03:13:22.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1844 | 2026-07-20T03:13:22.466Z | |
| 1845 | 2026-07-20T03:13:22.466Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/301) |
| 1846 | 2026-07-20T03:13:22.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-07-20T03:13:22.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-07-20T03:13:22.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-07-20T03:13:22.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1850 | 2026-07-20T03:13:23.006Z | |
| 1851 | 2026-07-20T03:13:23.006Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301) |
| 1852 | 2026-07-20T03:13:23.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-07-20T03:13:23.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-07-20T03:13:23.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-07-20T03:13:23.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1856 | 2026-07-20T03:13:23.545Z | |
| 1857 | 2026-07-20T03:13:23.545Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301) |
| 1858 | 2026-07-20T03:13:23.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-07-20T03:13:23.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-07-20T03:13:23.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-07-20T03:13:23.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1862 | 2026-07-20T03:13:23.956Z | |
| 1863 | 2026-07-20T03:13:23.956Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301) |
| 1864 | 2026-07-20T03:13:24.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-07-20T03:13:24.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-07-20T03:13:24.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-07-20T03:13:24.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1868 | 2026-07-20T03:13:24.364Z | |
| 1869 | 2026-07-20T03:13:24.364Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301) |
| 1870 | 2026-07-20T03:13:24.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-07-20T03:13:24.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-07-20T03:13:24.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-07-20T03:13:24.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1874 | 2026-07-20T03:13:24.767Z | |
| 1875 | 2026-07-20T03:13:24.767Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301) |
| 1876 | 2026-07-20T03:13:25.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-07-20T03:13:25.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-07-20T03:13:25.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-07-20T03:13:25.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1880 | 2026-07-20T03:13:25.173Z | |
| 1881 | 2026-07-20T03:13:25.173Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301) |
| 1882 | 2026-07-20T03:13:25.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-07-20T03:13:25.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-07-20T03:13:25.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-07-20T03:13:25.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1886 | 2026-07-20T03:13:25.576Z | |
| 1887 | 2026-07-20T03:13:25.576Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301) |
| 1888 | 2026-07-20T03:13:25.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-07-20T03:13:25.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-07-20T03:13:25.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-07-20T03:13:25.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1892 | 2026-07-20T03:13:25.981Z | |
| 1893 | 2026-07-20T03:13:25.981Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301) |
| 1894 | 2026-07-20T03:13:26.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-07-20T03:13:26.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-07-20T03:13:26.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-07-20T03:13:26.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1898 | 2026-07-20T03:13:26.396Z | |
| 1899 | 2026-07-20T03:13:26.396Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301) |
| 1900 | 2026-07-20T03:13:26.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-07-20T03:13:26.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-07-20T03:13:26.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-07-20T03:13:26.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1904 | 2026-07-20T03:13:26.809Z | |
| 1905 | 2026-07-20T03:13:26.810Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301) |
| 1906 | 2026-07-20T03:13:27.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-07-20T03:13:27.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-07-20T03:13:27.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-07-20T03:13:27.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1910 | 2026-07-20T03:13:27.219Z | |
| 1911 | 2026-07-20T03:13:27.219Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301) |
| 1912 | 2026-07-20T03:13:27.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-07-20T03:13:27.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-07-20T03:13:27.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-07-20T03:13:27.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1916 | 2026-07-20T03:13:27.635Z | |
| 1917 | 2026-07-20T03:13:27.635Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301) |
| 1918 | 2026-07-20T03:13:27.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-07-20T03:13:27.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-07-20T03:13:27.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-07-20T03:13:28.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1922 | 2026-07-20T03:13:28.049Z | |
| 1923 | 2026-07-20T03:13:28.049Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301) |
| 1924 | 2026-07-20T03:13:28.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-07-20T03:13:28.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-07-20T03:13:28.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-07-20T03:13:28.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1928 | 2026-07-20T03:13:28.459Z | |
| 1929 | 2026-07-20T03:13:28.459Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301) |
| 1930 | 2026-07-20T03:13:28.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-07-20T03:13:28.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-07-20T03:13:28.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-07-20T03:13:28.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1934 | 2026-07-20T03:13:28.874Z | |
| 1935 | 2026-07-20T03:13:28.874Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301) |
| 1936 | 2026-07-20T03:13:29.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-07-20T03:13:29.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-07-20T03:13:29.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-07-20T03:13:29.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1940 | 2026-07-20T03:13:29.286Z | |
| 1941 | 2026-07-20T03:13:29.286Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301) |
| 1942 | 2026-07-20T03:13:29.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-07-20T03:13:29.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-07-20T03:13:29.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-07-20T03:13:29.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1946 | 2026-07-20T03:13:29.701Z | |
| 1947 | 2026-07-20T03:13:29.702Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301) |
| 1948 | 2026-07-20T03:13:30.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-07-20T03:13:30.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-07-20T03:13:30.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-07-20T03:13:30.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1952 | 2026-07-20T03:13:30.108Z | |
| 1953 | 2026-07-20T03:13:30.108Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301) |
| 1954 | 2026-07-20T03:13:30.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-07-20T03:13:30.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-07-20T03:13:30.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-07-20T03:13:30.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1958 | 2026-07-20T03:13:30.522Z | |
| 1959 | 2026-07-20T03:13:30.522Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301) |
| 1960 | 2026-07-20T03:13:30.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-07-20T03:13:30.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-07-20T03:13:30.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-07-20T03:13:30.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1964 | 2026-07-20T03:13:30.939Z | |
| 1965 | 2026-07-20T03:13:30.939Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301) |
| 1966 | 2026-07-20T03:13:31.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-07-20T03:13:31.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-07-20T03:13:31.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-07-20T03:13:31.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1970 | 2026-07-20T03:13:31.342Z | |
| 1971 | 2026-07-20T03:13:31.342Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301) |
| 1972 | 2026-07-20T03:13:31.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-07-20T03:13:31.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-07-20T03:13:31.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-07-20T03:13:31.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1976 | 2026-07-20T03:13:31.748Z | |
| 1977 | 2026-07-20T03:13:31.748Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301) |
| 1978 | 2026-07-20T03:13:32.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-07-20T03:13:32.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-07-20T03:13:32.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-07-20T03:13:32.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1982 | 2026-07-20T03:13:32.153Z | |
| 1983 | 2026-07-20T03:13:32.153Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301) |
| 1984 | 2026-07-20T03:13:32.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-07-20T03:13:32.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-07-20T03:13:32.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-07-20T03:13:32.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1988 | 2026-07-20T03:13:32.563Z | |
| 1989 | 2026-07-20T03:13:32.563Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301) |
| 1990 | 2026-07-20T03:13:32.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-07-20T03:13:32.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-07-20T03:13:32.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-07-20T03:13:32.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1994 | 2026-07-20T03:13:32.965Z | |
| 1995 | 2026-07-20T03:13:32.965Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301) |
| 1996 | 2026-07-20T03:13:33.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-07-20T03:13:33.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-07-20T03:13:33.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-07-20T03:13:33.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2000 | 2026-07-20T03:13:33.371Z | |
| 2001 | 2026-07-20T03:13:33.371Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301) |
| 2002 | 2026-07-20T03:13:33.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-07-20T03:13:33.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-07-20T03:13:33.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-07-20T03:13:33.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2006 | 2026-07-20T03:13:33.776Z | |
| 2007 | 2026-07-20T03:13:33.776Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301) |
| 2008 | 2026-07-20T03:13:34.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-07-20T03:13:34.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-07-20T03:13:34.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-07-20T03:13:34.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2012 | 2026-07-20T03:13:34.186Z | |
| 2013 | 2026-07-20T03:13:34.186Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301) |
| 2014 | 2026-07-20T03:13:34.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-07-20T03:13:34.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-07-20T03:13:34.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-07-20T03:13:34.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2018 | 2026-07-20T03:13:34.589Z | |
| 2019 | 2026-07-20T03:13:34.589Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301) |
| 2020 | 2026-07-20T03:13:34.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-07-20T03:13:34.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-07-20T03:13:34.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-07-20T03:13:34.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2024 | 2026-07-20T03:13:34.996Z | |
| 2025 | 2026-07-20T03:13:34.996Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301) |
| 2026 | 2026-07-20T03:13:35.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-07-20T03:13:35.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-07-20T03:13:35.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-07-20T03:13:35.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2030 | 2026-07-20T03:13:35.404Z | |
| 2031 | 2026-07-20T03:13:35.404Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301) |
| 2032 | 2026-07-20T03:13:35.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-07-20T03:13:35.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-07-20T03:13:35.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-07-20T03:13:35.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2036 | 2026-07-20T03:13:35.812Z | |
| 2037 | 2026-07-20T03:13:35.812Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301) |
| 2038 | 2026-07-20T03:13:36.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-07-20T03:13:36.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-07-20T03:13:36.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-07-20T03:13:36.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2042 | 2026-07-20T03:13:36.222Z | |
| 2043 | 2026-07-20T03:13:36.222Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301) |
| 2044 | 2026-07-20T03:13:36.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-07-20T03:13:36.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-07-20T03:13:36.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-07-20T03:13:36.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2048 | 2026-07-20T03:13:36.633Z | |
| 2049 | 2026-07-20T03:13:36.633Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301) |
| 2050 | 2026-07-20T03:13:36.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-07-20T03:13:36.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-07-20T03:13:36.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-07-20T03:13:36.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2054 | 2026-07-20T03:13:37.042Z | |
| 2055 | 2026-07-20T03:13:37.043Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301) |
| 2056 | 2026-07-20T03:13:37.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-07-20T03:13:37.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-07-20T03:13:37.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-07-20T03:13:37.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2060 | 2026-07-20T03:13:37.453Z | |
| 2061 | 2026-07-20T03:13:37.453Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301) |
| 2062 | 2026-07-20T03:13:37.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-07-20T03:13:37.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-07-20T03:13:37.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-07-20T03:13:37.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2066 | 2026-07-20T03:13:37.864Z | |
| 2067 | 2026-07-20T03:13:37.864Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301) |
| 2068 | 2026-07-20T03:13:38.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-07-20T03:13:38.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-07-20T03:13:38.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-07-20T03:13:38.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2072 | 2026-07-20T03:13:38.279Z | |
| 2073 | 2026-07-20T03:13:38.279Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301) |
| 2074 | 2026-07-20T03:13:38.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-07-20T03:13:38.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-07-20T03:13:38.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-07-20T03:13:38.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2078 | 2026-07-20T03:13:38.694Z | |
| 2079 | 2026-07-20T03:13:38.694Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301) |
| 2080 | 2026-07-20T03:13:39.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-07-20T03:13:39.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-07-20T03:13:39.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-07-20T03:13:39.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2084 | 2026-07-20T03:13:39.103Z | |
| 2085 | 2026-07-20T03:13:39.103Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301) |
| 2086 | 2026-07-20T03:13:39.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-07-20T03:13:39.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-07-20T03:13:39.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-07-20T03:13:39.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2090 | 2026-07-20T03:13:39.513Z | |
| 2091 | 2026-07-20T03:13:39.513Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301) |
| 2092 | 2026-07-20T03:13:39.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-07-20T03:13:39.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-07-20T03:13:39.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-07-20T03:13:39.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2096 | 2026-07-20T03:13:39.927Z | |
| 2097 | 2026-07-20T03:13:39.927Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301) |
| 2098 | 2026-07-20T03:13:40.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-07-20T03:13:40.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-07-20T03:13:40.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-07-20T03:13:40.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2102 | 2026-07-20T03:13:40.513Z | |
| 2103 | 2026-07-20T03:13:40.513Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301) |
| 2104 | 2026-07-20T03:13:41.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-07-20T03:13:41.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-07-20T03:13:41.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-07-20T03:13:41.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2108 | 2026-07-20T03:13:41.098Z | |
| 2109 | 2026-07-20T03:13:41.098Z | info: running `cargo check --bins` on nexus-config (51/301) |
| 2110 | 2026-07-20T03:13:41.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-07-20T03:13:41.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-07-20T03:13:41.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-07-20T03:13:41.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2114 | 2026-07-20T03:13:41.678Z | |
| 2115 | 2026-07-20T03:13:41.678Z | info: running `cargo check --bins` on nexus-types (52/301) |
| 2116 | 2026-07-20T03:13:42.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-07-20T03:13:42.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-07-20T03:13:42.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-07-20T03:13:42.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2120 | 2026-07-20T03:13:42.254Z | |
| 2121 | 2026-07-20T03:13:42.254Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301) |
| 2122 | 2026-07-20T03:13:42.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-07-20T03:13:42.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-07-20T03:13:42.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-07-20T03:13:42.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2126 | 2026-07-20T03:13:42.798Z | |
| 2127 | 2026-07-20T03:13:42.798Z | info: running `cargo check --bins` on omicron-passwords (54/301) |
| 2128 | 2026-07-20T03:13:43.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-07-20T03:13:43.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-07-20T03:13:43.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-07-20T03:13:43.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2132 | 2026-07-20T03:13:43.328Z | |
| 2133 | 2026-07-20T03:13:43.328Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/301) |
| 2134 | 2026-07-20T03:13:43.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-07-20T03:13:43.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-07-20T03:13:43.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-07-20T03:13:43.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2138 | 2026-07-20T03:13:43.875Z | |
| 2139 | 2026-07-20T03:13:43.875Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301) |
| 2140 | 2026-07-20T03:13:44.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-07-20T03:13:44.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-07-20T03:13:44.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-07-20T03:13:44.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2144 | 2026-07-20T03:13:44.427Z | |
| 2145 | 2026-07-20T03:13:44.427Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301) |
| 2146 | 2026-07-20T03:13:44.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-07-20T03:13:44.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-07-20T03:13:44.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-07-20T03:13:44.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2150 | 2026-07-20T03:13:44.977Z | |
| 2151 | 2026-07-20T03:13:44.977Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301) |
| 2152 | 2026-07-20T03:13:45.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-07-20T03:13:45.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-07-20T03:13:45.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-07-20T03:13:45.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2156 | 2026-07-20T03:13:45.524Z | |
| 2157 | 2026-07-20T03:13:45.524Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301) |
| 2158 | 2026-07-20T03:13:45.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-07-20T03:13:45.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-07-20T03:13:45.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-07-20T03:13:45.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2162 | 2026-07-20T03:13:46.053Z | |
| 2163 | 2026-07-20T03:13:46.053Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301) |
| 2164 | 2026-07-20T03:13:46.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-07-20T03:13:46.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-07-20T03:13:46.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-07-20T03:13:46.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2168 | 2026-07-20T03:13:46.585Z | |
| 2169 | 2026-07-20T03:13:46.585Z | info: running `cargo check --bins --no-default-features` on gfss (61/301) |
| 2170 | 2026-07-20T03:13:47.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-07-20T03:13:47.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-07-20T03:13:47.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-07-20T03:13:47.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2174 | 2026-07-20T03:13:47.107Z | |
| 2175 | 2026-07-20T03:13:47.107Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301) |
| 2176 | 2026-07-20T03:13:47.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-07-20T03:13:47.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-07-20T03:13:47.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-07-20T03:13:47.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2180 | 2026-07-20T03:13:47.638Z | |
| 2181 | 2026-07-20T03:13:47.638Z | info: running `cargo check --bins` on clickhouse-admin-types (63/301) |
| 2182 | 2026-07-20T03:13:48.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-07-20T03:13:48.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-07-20T03:13:48.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-07-20T03:13:48.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2186 | 2026-07-20T03:13:48.183Z | |
| 2187 | 2026-07-20T03:13:48.183Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/301) |
| 2188 | 2026-07-20T03:13:48.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-07-20T03:13:48.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-07-20T03:13:48.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-07-20T03:13:48.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2192 | 2026-07-20T03:13:48.730Z | |
| 2193 | 2026-07-20T03:13:48.730Z | info: running `cargo check --bins` on cockroach-admin-types (65/301) |
| 2194 | 2026-07-20T03:13:49.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-07-20T03:13:49.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-07-20T03:13:49.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-07-20T03:13:49.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2198 | 2026-07-20T03:13:49.257Z | |
| 2199 | 2026-07-20T03:13:49.257Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/301) |
| 2200 | 2026-07-20T03:13:49.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-07-20T03:13:49.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-07-20T03:13:49.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-07-20T03:13:49.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2204 | 2026-07-20T03:13:49.789Z | |
| 2205 | 2026-07-20T03:13:49.789Z | info: running `cargo check --bins` on ereport-types (67/301) |
| 2206 | 2026-07-20T03:13:50.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-07-20T03:13:50.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-07-20T03:13:50.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-07-20T03:13:50.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2210 | 2026-07-20T03:13:50.321Z | |
| 2211 | 2026-07-20T03:13:50.321Z | info: running `cargo check --bins` on gateway-client (68/301) |
| 2212 | 2026-07-20T03:13:50.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-07-20T03:13:50.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-07-20T03:13:50.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-07-20T03:13:50.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2216 | 2026-07-20T03:13:50.858Z | |
| 2217 | 2026-07-20T03:13:50.858Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/301) |
| 2218 | 2026-07-20T03:13:51.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-07-20T03:13:51.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-07-20T03:13:51.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-07-20T03:13:51.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2222 | 2026-07-20T03:13:51.396Z | |
| 2223 | 2026-07-20T03:13:51.396Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301) |
| 2224 | 2026-07-20T03:13:51.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-07-20T03:13:51.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-07-20T03:13:51.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-07-20T03:13:51.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2228 | 2026-07-20T03:13:51.939Z | |
| 2229 | 2026-07-20T03:13:51.939Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301) |
| 2230 | 2026-07-20T03:13:52.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-07-20T03:13:52.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-07-20T03:13:52.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-07-20T03:13:52.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2234 | 2026-07-20T03:13:52.479Z | |
| 2235 | 2026-07-20T03:13:52.479Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301) |
| 2236 | 2026-07-20T03:13:52.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-07-20T03:13:52.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-07-20T03:13:52.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-07-20T03:13:52.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2240 | 2026-07-20T03:13:53.029Z | |
| 2241 | 2026-07-20T03:13:53.029Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/301) |
| 2242 | 2026-07-20T03:13:53.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-07-20T03:13:53.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-07-20T03:13:53.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-07-20T03:13:53.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2246 | 2026-07-20T03:13:53.568Z | |
| 2247 | 2026-07-20T03:13:53.568Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301) |
| 2248 | 2026-07-20T03:13:54.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-07-20T03:13:54.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-07-20T03:13:54.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-07-20T03:13:54.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2252 | 2026-07-20T03:13:54.121Z | |
| 2253 | 2026-07-20T03:13:54.121Z | info: running `cargo check --bins` on key-manager-types (75/301) |
| 2254 | 2026-07-20T03:13:54.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-07-20T03:13:54.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-07-20T03:13:54.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-07-20T03:13:54.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 2258 | 2026-07-20T03:13:54.651Z | |
| 2259 | 2026-07-20T03:13:54.651Z | info: running `cargo check --bins` on oxlog (76/301) |
| 2260 | 2026-07-20T03:13:55.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-07-20T03:13:55.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-07-20T03:13:55.222Z | Checking cfg-if v1.0.4 |
| 2263 | 2026-07-20T03:13:55.226Z | Checking libc v0.2.185 |
| 2264 | 2026-07-20T03:13:55.226Z | Checking serde_core v1.0.228 |
| 2265 | 2026-07-20T03:13:55.339Z | Checking memchr v2.8.0 |
| 2266 | 2026-07-20T03:13:55.342Z | Checking zeroize v1.8.2 |
| 2267 | 2026-07-20T03:13:55.354Z | Checking log v0.4.29 |
| 2268 | 2026-07-20T03:13:55.357Z | Checking smallvec v1.15.1 |
| 2269 | 2026-07-20T03:13:55.373Z | Checking subtle v2.6.1 |
| 2270 | 2026-07-20T03:13:55.385Z | Checking itoa v1.0.17 |
| 2271 | 2026-07-20T03:13:55.491Z | Checking scopeguard v1.2.0 |
| 2272 | 2026-07-20T03:13:55.514Z | Checking stable_deref_trait v1.2.1 |
| 2273 | 2026-07-20T03:13:55.526Z | Checking typenum v1.20.1 |
| 2274 | 2026-07-20T03:13:55.537Z | Checking zerofrom v0.1.6 |
| 2275 | 2026-07-20T03:13:55.550Z | Checking pin-project-lite v0.2.17 |
| 2276 | 2026-07-20T03:13:55.583Z | Checking lock_api v0.4.14 |
| 2277 | 2026-07-20T03:13:55.597Z | Checking portable-atomic v1.13.1 |
| 2278 | 2026-07-20T03:13:55.640Z | Checking futures-core v0.3.32 |
| 2279 | 2026-07-20T03:13:55.652Z | Checking yoke v0.8.1 |
| 2280 | 2026-07-20T03:13:55.709Z | Checking critical-section v1.2.0 |
| 2281 | 2026-07-20T03:13:55.744Z | Checking errno v0.3.14 |
| 2282 | 2026-07-20T03:13:55.767Z | Checking getrandom v0.2.17 |
| 2283 | 2026-07-20T03:13:55.785Z | Checking parking_lot_core v0.9.12 |
| 2284 | 2026-07-20T03:13:55.805Z | Checking mio v1.2.0 |
| 2285 | 2026-07-20T03:13:55.817Z | Checking zerovec v0.11.5 |
| 2286 | 2026-07-20T03:13:55.868Z | Checking signal-hook-registry v1.4.8 |
| 2287 | 2026-07-20T03:13:55.909Z | Checking rand_core v0.6.4 |
| 2288 | 2026-07-20T03:13:55.966Z | Checking parking_lot v0.12.5 |
| 2289 | 2026-07-20T03:13:56.002Z | Checking once_cell v1.21.3 |
| 2290 | 2026-07-20T03:13:56.028Z | Checking zerocopy v0.8.40 |
| 2291 | 2026-07-20T03:13:56.102Z | Checking zmij v1.0.21 |
| 2292 | 2026-07-20T03:13:56.109Z | Checking rand_core v0.10.0 |
| 2293 | 2026-07-20T03:13:56.150Z | Checking const-oid v0.9.6 |
| 2294 | 2026-07-20T03:13:56.177Z | Checking libm v0.2.16 |
| 2295 | 2026-07-20T03:13:56.231Z | Checking getrandom v0.4.1 |
| 2296 | 2026-07-20T03:13:56.255Z | Checking tinystr v0.8.2 |
| 2297 | 2026-07-20T03:13:56.280Z | Checking writeable v0.6.2 |
| 2298 | 2026-07-20T03:13:56.292Z | Checking litemap v0.8.1 |
| 2299 | 2026-07-20T03:13:56.376Z | Checking percent-encoding v2.3.2 |
| 2300 | 2026-07-20T03:13:56.430Z | Checking generic-array v0.14.7 |
| 2301 | 2026-07-20T03:13:56.443Z | Checking potential_utf v0.1.4 |
| 2302 | 2026-07-20T03:13:56.460Z | Checking icu_locale_core v2.1.1 |
| 2303 | 2026-07-20T03:13:56.522Z | Checking zerotrie v0.2.3 |
| 2304 | 2026-07-20T03:13:56.569Z | Checking socket2 v0.6.3 |
| 2305 | 2026-07-20T03:13:56.768Z | Checking equivalent v1.0.2 |
| 2306 | 2026-07-20T03:13:56.820Z | Checking icu_collections v2.1.1 |
| 2307 | 2026-07-20T03:13:56.833Z | Checking serde v1.0.228 |
| 2308 | 2026-07-20T03:13:56.850Z | Checking bitflags v2.11.0 |
| 2309 | 2026-07-20T03:13:56.853Z | Checking serde_json v1.0.150 |
| 2310 | 2026-07-20T03:13:56.893Z | Checking num-traits v0.2.19 |
| 2311 | 2026-07-20T03:13:56.909Z | Checking futures-sink v0.3.32 |
| 2312 | 2026-07-20T03:13:57.005Z | Checking futures-channel v0.3.32 |
| 2313 | 2026-07-20T03:13:57.017Z | Checking icu_normalizer_data v2.1.1 |
| 2314 | 2026-07-20T03:13:57.029Z | Checking icu_provider v2.1.1 |
| 2315 | 2026-07-20T03:13:57.086Z | Checking icu_properties_data v2.1.2 |
| 2316 | 2026-07-20T03:13:57.132Z | Checking slab v0.4.12 |
| 2317 | 2026-07-20T03:13:57.195Z | Checking futures-io v0.3.32 |
| 2318 | 2026-07-20T03:13:57.215Z | Checking futures-task v0.3.32 |
| 2319 | 2026-07-20T03:13:57.242Z | Checking bytes v1.11.1 |
| 2320 | 2026-07-20T03:13:57.261Z | Checking icu_properties v2.1.2 |
| 2321 | 2026-07-20T03:13:57.288Z | Checking icu_normalizer v2.1.1 |
| 2322 | 2026-07-20T03:13:57.310Z | Checking hashbrown v0.17.0 |
| 2323 | 2026-07-20T03:13:57.351Z | Checking futures-util v0.3.32 |
| 2324 | 2026-07-20T03:13:57.417Z | Checking crypto-common v0.1.7 |
| 2325 | 2026-07-20T03:13:57.534Z | Checking block-buffer v0.10.4 |
| 2326 | 2026-07-20T03:13:57.548Z | Checking utf8_iter v1.0.4 |
| 2327 | 2026-07-20T03:13:57.586Z | Checking form_urlencoded v1.2.2 |
| 2328 | 2026-07-20T03:13:57.665Z | Checking digest v0.10.7 |
| 2329 | 2026-07-20T03:13:57.678Z | Checking getrandom v0.3.4 |
| 2330 | 2026-07-20T03:13:57.690Z | Checking tokio v1.52.1 |
| 2331 | 2026-07-20T03:13:57.715Z | Checking fnv v1.0.7 |
| 2332 | 2026-07-20T03:13:57.782Z | Checking indexmap v2.14.0 |
| 2333 | 2026-07-20T03:13:57.807Z | Checking byteorder v1.5.0 |
| 2334 | 2026-07-20T03:13:57.820Z | Checking rand_core v0.9.5 |
| 2335 | 2026-07-20T03:13:57.860Z | Checking http v1.4.2 |
| 2336 | 2026-07-20T03:13:57.992Z | Checking uuid v1.23.4 |
| 2337 | 2026-07-20T03:13:58.007Z | Checking regex-syntax v0.8.10 |
| 2338 | 2026-07-20T03:13:58.075Z | Checking idna_adapter v1.2.1 |
| 2339 | 2026-07-20T03:13:58.192Z | Checking idna v1.1.0 |
| 2340 | 2026-07-20T03:13:58.307Z | Checking iana-time-zone v0.1.65 |
| 2341 | 2026-07-20T03:13:58.341Z | Checking base64ct v1.8.3 |
| 2342 | 2026-07-20T03:13:58.413Z | Checking base64 v0.22.1 |
| 2343 | 2026-07-20T03:13:58.428Z | Checking chrono v0.4.45 |
| 2344 | 2026-07-20T03:13:58.441Z | Checking url v2.5.8 |
| 2345 | 2026-07-20T03:13:58.578Z | Checking pem-rfc7468 v0.7.0 |
| 2346 | 2026-07-20T03:13:58.647Z | Checking rustix v1.1.3 |
| 2347 | 2026-07-20T03:13:58.747Z | Checking tracing-core v0.1.36 |
| 2348 | 2026-07-20T03:13:58.862Z | Checking ppv-lite86 v0.2.21 |
| 2349 | 2026-07-20T03:13:58.893Z | Checking flagset v0.4.7 |
| 2350 | 2026-07-20T03:13:59.019Z | Checking der v0.7.10 |
| 2351 | 2026-07-20T03:13:59.059Z | Checking tracing v0.1.44 |
| 2352 | 2026-07-20T03:13:59.163Z | Checking rand_chacha v0.9.0 |
| 2353 | 2026-07-20T03:13:59.267Z | Checking http-body v1.0.1 |
| 2354 | 2026-07-20T03:13:59.310Z | Checking rustls-pki-types v1.14.0 |
| 2355 | 2026-07-20T03:13:59.324Z | Checking cmov v0.5.4 |
| 2356 | 2026-07-20T03:13:59.350Z | Checking tinyvec_macros v0.1.1 |
| 2357 | 2026-07-20T03:13:59.364Z | Checking openssl-probe v0.2.1 |
| 2358 | 2026-07-20T03:13:59.398Z | Checking rand v0.9.2 |
| 2359 | 2026-07-20T03:13:59.416Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-07-20T03:13:59.467Z | Checking aws-lc-sys v0.40.0 |
| 2361 | 2026-07-20T03:13:59.502Z | Checking tower-service v0.3.3 |
| 2362 | 2026-07-20T03:13:59.516Z | Checking ctutils v0.4.2 |
| 2363 | 2026-07-20T03:13:59.594Z | Checking tower-layer v0.3.3 |
| 2364 | 2026-07-20T03:13:59.605Z | Checking try-lock v0.2.5 |
| 2365 | 2026-07-20T03:13:59.701Z | Checking atomic-waker v1.1.2 |
| 2366 | 2026-07-20T03:13:59.720Z | Checking untrusted v0.7.1 |
| 2367 | 2026-07-20T03:13:59.731Z | Checking dyn-clone v1.0.20 |
| 2368 | 2026-07-20T03:13:59.743Z | Checking hybrid-array v0.4.13 |
| 2369 | 2026-07-20T03:13:59.780Z | Checking spki v0.7.3 |
| 2370 | 2026-07-20T03:13:59.793Z | Checking want v0.3.1 |
| 2371 | 2026-07-20T03:13:59.827Z | Checking ipnet v2.11.0 |
| 2372 | 2026-07-20T03:13:59.840Z | Checking semver v1.0.28 |
| 2373 | 2026-07-20T03:13:59.875Z | Checking httparse v1.10.1 |
| 2374 | 2026-07-20T03:13:59.909Z | Checking aho-corasick v1.1.4 |
| 2375 | 2026-07-20T03:13:59.942Z | Checking fastrand v2.3.0 |
| 2376 | 2026-07-20T03:13:59.968Z | Checking aws-lc-rs v1.16.3 |
| 2377 | 2026-07-20T03:14:00.047Z | Checking httpdate v1.0.3 |
| 2378 | 2026-07-20T03:14:00.081Z | Checking untrusted v0.9.0 |
| 2379 | 2026-07-20T03:14:00.081Z | Checking utf8parse v0.2.2 |
| 2380 | 2026-07-20T03:14:00.120Z | Checking plain v0.2.3 |
| 2381 | 2026-07-20T03:14:00.187Z | Checking cpufeatures v0.2.17 |
| 2382 | 2026-07-20T03:14:00.200Z | Checking foreign-types-shared v0.1.1 |
| 2383 | 2026-07-20T03:14:00.214Z | Checking tempfile v3.25.0 |
| 2384 | 2026-07-20T03:14:00.227Z | Checking schemars v0.8.22 |
| 2385 | 2026-07-20T03:14:00.256Z | Checking pkcs8 v0.10.2 |
| 2386 | 2026-07-20T03:14:00.279Z | Checking foreign-types v0.3.2 |
| 2387 | 2026-07-20T03:14:00.348Z | Checking unicode-normalization v0.1.25 |
| 2388 | 2026-07-20T03:14:00.407Z | Checking openssl-sys v0.9.115 |
| 2389 | 2026-07-20T03:14:00.418Z | Checking spin v0.9.8 |
| 2390 | 2026-07-20T03:14:00.512Z | Checking ucd-trie v0.1.7 |
| 2391 | 2026-07-20T03:14:00.587Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-07-20T03:14:00.604Z | Checking anstyle v1.0.14 |
| 2393 | 2026-07-20T03:14:00.650Z | Checking unicode-ident v1.0.24 |
| 2394 | 2026-07-20T03:14:00.757Z | Checking proc-macro2 v1.0.106 |
| 2395 | 2026-07-20T03:14:00.760Z | Checking pest v2.8.6 |
| 2396 | 2026-07-20T03:14:00.783Z | Checking openssl v0.10.79 |
| 2397 | 2026-07-20T03:14:00.796Z | Checking sha2 v0.10.9 |
| 2398 | 2026-07-20T03:14:00.810Z | Checking rustls-webpki v0.103.13 |
| 2399 | 2026-07-20T03:14:00.885Z | Checking hmac v0.12.1 |
| 2400 | 2026-07-20T03:14:00.987Z | Checking tokio-util v0.7.18 |
| 2401 | 2026-07-20T03:14:01.022Z | Checking thiserror v2.0.18 |
| 2402 | 2026-07-20T03:14:01.069Z | Checking sync_wrapper v1.0.2 |
| 2403 | 2026-07-20T03:14:01.081Z | Checking wait-timeout v0.2.1 |
| 2404 | 2026-07-20T03:14:01.123Z | Checking siphasher v1.0.2 |
| 2405 | 2026-07-20T03:14:01.172Z | Checking is_terminal_polyfill v1.70.2 |
| 2406 | 2026-07-20T03:14:01.203Z | Checking simd-adler32 v0.3.8 |
| 2407 | 2026-07-20T03:14:01.232Z | Checking rustls v0.23.41 |
| 2408 | 2026-07-20T03:14:01.258Z | Checking anstyle-query v1.1.5 |
| 2409 | 2026-07-20T03:14:01.278Z | Checking quick-error v1.2.3 |
| 2410 | 2026-07-20T03:14:01.350Z | Checking colorchoice v1.0.4 |
| 2411 | 2026-07-20T03:14:01.374Z | Checking powerfmt v0.2.0 |
| 2412 | 2026-07-20T03:14:01.385Z | Checking bit-vec v0.8.0 |
| 2413 | 2026-07-20T03:14:01.450Z | Checking pretty-hex v0.4.1 |
| 2414 | 2026-07-20T03:14:01.533Z | Checking deranged v0.5.8 |
| 2415 | 2026-07-20T03:14:01.571Z | Checking rusty-fork v0.3.1 |
| 2416 | 2026-07-20T03:14:01.596Z | Checking bit-set v0.8.0 |
| 2417 | 2026-07-20T03:14:01.635Z | Checking h2 v0.4.15 |
| 2418 | 2026-07-20T03:14:01.745Z | Checking tower v0.5.3 |
| 2419 | 2026-07-20T03:14:01.759Z | Checking quote v1.0.45 |
| 2420 | 2026-07-20T03:14:01.884Z | Compiling newtype-uuid v1.3.2 |
| 2421 | 2026-07-20T03:14:01.931Z | Checking http-body-util v0.1.3 |
| 2422 | 2026-07-20T03:14:02.067Z | Checking crossbeam-utils v0.8.21 |
| 2423 | 2026-07-20T03:14:02.145Z | Checking rand_xorshift v0.4.0 |
| 2424 | 2026-07-20T03:14:02.158Z | Checking crc32fast v1.5.0 |
| 2425 | 2026-07-20T03:14:02.264Z | Checking scroll v0.13.0 |
| 2426 | 2026-07-20T03:14:02.297Z | Checking ryu v1.0.23 |
| 2427 | 2026-07-20T03:14:02.408Z | Checking num_threads v0.1.7 |
| 2428 | 2026-07-20T03:14:02.433Z | Checking unicode-bidi v0.3.18 |
| 2429 | 2026-07-20T03:14:02.484Z | Checking iri-string v0.7.10 |
| 2430 | 2026-07-20T03:14:02.498Z | Checking allocator-api2 v0.2.21 |
| 2431 | 2026-07-20T03:14:02.509Z | Checking unicode-properties v0.1.4 |
| 2432 | 2026-07-20T03:14:02.522Z | Checking num-conv v0.2.0 |
| 2433 | 2026-07-20T03:14:02.638Z | Checking unarray v0.1.4 |
| 2434 | 2026-07-20T03:14:02.695Z | Checking adler2 v2.0.1 |
| 2435 | 2026-07-20T03:14:02.731Z | Checking time-core v0.1.8 |
| 2436 | 2026-07-20T03:14:02.743Z | Checking proptest v1.10.0 |
| 2437 | 2026-07-20T03:14:02.781Z | Checking stringprep v0.1.5 |
| 2438 | 2026-07-20T03:14:02.800Z | Checking miniz_oxide v0.8.9 |
| 2439 | 2026-07-20T03:14:02.856Z | Checking native-tls v0.2.18 |
| 2440 | 2026-07-20T03:14:02.868Z | Checking time v0.3.47 |
| 2441 | 2026-07-20T03:14:02.931Z | Checking bstr v1.12.1 |
| 2442 | 2026-07-20T03:14:03.036Z | Checking tokio-native-tls v0.3.1 |
| 2443 | 2026-07-20T03:14:03.157Z | Checking goblin v0.10.5 |
| 2444 | 2026-07-20T03:14:03.199Z | Checking serde_urlencoded v0.7.1 |
| 2445 | 2026-07-20T03:14:03.333Z | Checking crossbeam-epoch v0.9.18 |
| 2446 | 2026-07-20T03:14:03.403Z | Compiling daft v0.1.7 |
| 2447 | 2026-07-20T03:14:03.513Z | Checking tower-http v0.6.8 |
| 2448 | 2026-07-20T03:14:03.546Z | Checking syn v2.0.117 |
| 2449 | 2026-07-20T03:14:03.563Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-07-20T03:14:03.691Z | Checking block-padding v0.4.2 |
| 2451 | 2026-07-20T03:14:03.783Z | Checking crypto-common v0.2.2 |
| 2452 | 2026-07-20T03:14:03.796Z | Checking block-buffer v0.12.1 |
| 2453 | 2026-07-20T03:14:03.828Z | Checking anstyle-parse v1.0.0 |
| 2454 | 2026-07-20T03:14:03.958Z | Checking rustls-native-certs v0.8.3 |
| 2455 | 2026-07-20T03:14:03.981Z | Checking rand_chacha v0.3.1 |
| 2456 | 2026-07-20T03:14:04.011Z | Checking thiserror v1.0.69 |
| 2457 | 2026-07-20T03:14:04.088Z | Checking scroll v0.12.0 |
| 2458 | 2026-07-20T03:14:04.109Z | Checking hash32 v0.2.1 |
| 2459 | 2026-07-20T03:14:04.191Z | Checking md-5 v0.10.6 |
| 2460 | 2026-07-20T03:14:04.268Z | Checking signature v2.2.0 |
| 2461 | 2026-07-20T03:14:04.316Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2462 | 2026-07-20T03:14:04.331Z | Checking num-integer v0.1.46 |
| 2463 | 2026-07-20T03:14:04.388Z | Checking toml_datetime v0.6.11 |
| 2464 | 2026-07-20T03:14:04.401Z | Checking serde_spanned v0.6.9 |
| 2465 | 2026-07-20T03:14:04.425Z | Checking hex v0.4.3 |
| 2466 | 2026-07-20T03:14:04.523Z | Checking encoding_rs v0.8.35 |
| 2467 | 2026-07-20T03:14:04.534Z | Checking hyper v1.10.1 |
| 2468 | 2026-07-20T03:14:04.554Z | Checking fallible-iterator v0.2.0 |
| 2469 | 2026-07-20T03:14:04.570Z | Checking mime v0.3.17 |
| 2470 | 2026-07-20T03:14:04.582Z | Checking psl-types v2.0.11 |
| 2471 | 2026-07-20T03:14:04.652Z | Checking zlib-rs v0.6.2 |
| 2472 | 2026-07-20T03:14:04.696Z | Checking publicsuffix v2.3.0 |
| 2473 | 2026-07-20T03:14:04.841Z | Checking postgres-protocol v0.6.10 |
| 2474 | 2026-07-20T03:14:04.857Z | Checking num-iter v0.1.45 |
| 2475 | 2026-07-20T03:14:04.898Z | Checking zstd-safe v7.2.4 |
| 2476 | 2026-07-20T03:14:04.969Z | Checking goblin v0.8.2 |
| 2477 | 2026-07-20T03:14:05.063Z | Checking heapless v0.7.17 |
| 2478 | 2026-07-20T03:14:05.157Z | Checking rand v0.8.6 |
| 2479 | 2026-07-20T03:14:05.468Z | Checking hyper-util v0.1.20 |
| 2480 | 2026-07-20T03:14:05.481Z | Checking cookie v0.18.1 |
| 2481 | 2026-07-20T03:14:05.495Z | Checking anstream v1.0.0 |
| 2482 | 2026-07-20T03:14:05.551Z | Checking flate2 v1.1.9 |
| 2483 | 2026-07-20T03:14:05.563Z | Checking dof v0.4.0 |
| 2484 | 2026-07-20T03:14:05.685Z | Checking inout v0.2.2 |
| 2485 | 2026-07-20T03:14:05.685Z | Checking oxnet v0.1.6 |
| 2486 | 2026-07-20T03:14:05.714Z | Compiling iddqd v0.4.2 |
| 2487 | 2026-07-20T03:14:05.847Z | Checking tokio-rustls v0.26.4 |
| 2488 | 2026-07-20T03:14:05.865Z | Checking dtrace-parser v0.3.0 |
| 2489 | 2026-07-20T03:14:05.880Z | Checking phf_shared v0.13.1 |
| 2490 | 2026-07-20T03:14:05.950Z | Checking lazy_static v1.5.0 |
| 2491 | 2026-07-20T03:14:06.041Z | Checking anstyle-parse v0.2.7 |
| 2492 | 2026-07-20T03:14:06.073Z | Checking zerocopy v0.7.35 |
| 2493 | 2026-07-20T03:14:06.076Z | Checking pin-project v1.1.11 |
| 2494 | 2026-07-20T03:14:06.107Z | Checking terminal_size v0.4.3 |
| 2495 | 2026-07-20T03:14:06.180Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2496 | 2026-07-20T03:14:06.193Z | Checking signal-hook v0.3.18 |
| 2497 | 2026-07-20T03:14:06.206Z | Checking futures-executor v0.3.32 |
| 2498 | 2026-07-20T03:14:06.224Z | Checking ff v0.13.1 |
| 2499 | 2026-07-20T03:14:06.263Z | Checking thread-id v5.1.0 |
| 2500 | 2026-07-20T03:14:06.344Z | Checking base16ct v0.2.0 |
| 2501 | 2026-07-20T03:14:06.357Z | Checking foldhash v0.1.5 |
| 2502 | 2026-07-20T03:14:06.358Z | Compiling rayon-core v1.13.0 |
| 2503 | 2026-07-20T03:14:06.382Z | Checking bitflags v1.3.2 |
| 2504 | 2026-07-20T03:14:06.452Z | Checking foldhash v0.2.0 |
| 2505 | 2026-07-20T03:14:06.468Z | Checking libbz2-rs-sys v0.2.2 |
| 2506 | 2026-07-20T03:14:06.501Z | Checking winnow v0.5.40 |
| 2507 | 2026-07-20T03:14:06.571Z | Checking bumpalo v3.20.2 |
| 2508 | 2026-07-20T03:14:06.592Z | Checking clap_lex v1.0.0 |
| 2509 | 2026-07-20T03:14:06.614Z | Checking either v1.15.0 |
| 2510 | 2026-07-20T03:14:06.751Z | Checking strsim v0.11.1 |
| 2511 | 2026-07-20T03:14:06.781Z | Checking same-file v1.0.6 |
| 2512 | 2026-07-20T03:14:06.802Z | Checking hyper-tls v0.6.0 |
| 2513 | 2026-07-20T03:14:06.814Z | Checking managed v0.8.0 |
| 2514 | 2026-07-20T03:14:06.889Z | Checking bzip2 v0.6.1 |
| 2515 | 2026-07-20T03:14:06.901Z | Checking walkdir v2.5.0 |
| 2516 | 2026-07-20T03:14:06.921Z | Checking clap_builder v4.6.0 |
| 2517 | 2026-07-20T03:14:06.956Z | Checking dof v0.3.0 |
| 2518 | 2026-07-20T03:14:06.981Z | Checking reqwest v0.12.28 |
| 2519 | 2026-07-20T03:14:07.009Z | Checking smoltcp v0.9.1 |
| 2520 | 2026-07-20T03:14:07.052Z | Checking hyper-rustls v0.27.7 |
| 2521 | 2026-07-20T03:14:07.065Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2522 | 2026-07-20T03:14:07.068Z | Checking zopfli v0.8.3 |
| 2523 | 2026-07-20T03:14:07.241Z | Checking hashbrown v0.16.1 |
| 2524 | 2026-07-20T03:14:07.284Z | Checking hashbrown v0.15.5 |
| 2525 | 2026-07-20T03:14:07.301Z | Checking sec1 v0.7.3 |
| 2526 | 2026-07-20T03:14:07.410Z | Checking signal-hook-mio v0.2.5 |
| 2527 | 2026-07-20T03:14:07.512Z | Checking futures v0.3.32 |
| 2528 | 2026-07-20T03:14:07.525Z | Checking group v0.13.0 |
| 2529 | 2026-07-20T03:14:07.593Z | Checking usdt-impl v0.6.0 |
| 2530 | 2026-07-20T03:14:07.631Z | Checking bzip2 v0.4.4 |
| 2531 | 2026-07-20T03:14:07.675Z | Checking anstream v0.6.21 |
| 2532 | 2026-07-20T03:14:07.738Z | Checking toml_edit v0.19.15 |
| 2533 | 2026-07-20T03:14:07.763Z | Checking snafu v0.8.9 |
| 2534 | 2026-07-20T03:14:07.766Z | Checking phf v0.13.1 |
| 2535 | 2026-07-20T03:14:07.787Z | Checking num-bigint-dig v0.8.6 |
| 2536 | 2026-07-20T03:14:07.876Z | Checking cipher v0.5.2 |
| 2537 | 2026-07-20T03:14:07.889Z | Checking cookie_store v0.22.1 |
| 2538 | 2026-07-20T03:14:07.924Z | Checking postgres-types v0.2.12 |
| 2539 | 2026-07-20T03:14:08.005Z | Checking zstd v0.13.3 |
| 2540 | 2026-07-20T03:14:08.042Z | Checking ed25519 v2.2.3 |
| 2541 | 2026-07-20T03:14:08.121Z | Checking dtrace-parser v0.2.0 |
| 2542 | 2026-07-20T03:14:08.202Z | Checking rustls-platform-verifier v0.6.2 |
| 2543 | 2026-07-20T03:14:08.228Z | Checking crossbeam-deque v0.8.6 |
| 2544 | 2026-07-20T03:14:08.231Z | Checking globset v0.4.18 |
| 2545 | 2026-07-20T03:14:08.243Z | Checking regex v1.12.3 |
| 2546 | 2026-07-20T03:14:08.246Z | Checking phf_shared v0.11.3 |
| 2547 | 2026-07-20T03:14:08.342Z | Checking hkdf v0.12.4 |
| 2548 | 2026-07-20T03:14:08.373Z | Checking olpc-cjson v0.1.4 |
| 2549 | 2026-07-20T03:14:08.412Z | Checking ref-cast v1.0.25 |
| 2550 | 2026-07-20T03:14:08.412Z | Checking curve25519-dalek v4.1.3 |
| 2551 | 2026-07-20T03:14:08.478Z | Checking strum v0.27.2 |
| 2552 | 2026-07-20T03:14:08.503Z | Checking pkcs1 v0.7.5 |
| 2553 | 2026-07-20T03:14:08.516Z | Checking hubpack v0.1.2 |
| 2554 | 2026-07-20T03:14:08.519Z | Checking memoffset v0.9.1 |
| 2555 | 2026-07-20T03:14:08.547Z | Checking rustix v0.38.44 |
| 2556 | 2026-07-20T03:14:08.589Z | Checking pem v3.0.6 |
| 2557 | 2026-07-20T03:14:08.605Z | Checking float-cmp v0.10.0 |
| 2558 | 2026-07-20T03:14:08.638Z | Checking serde-big-array v0.5.1 |
| 2559 | 2026-07-20T03:14:08.682Z | Checking serde_plain v1.0.2 |
| 2560 | 2026-07-20T03:14:08.715Z | Checking erased-serde v0.3.31 |
| 2561 | 2026-07-20T03:14:08.731Z | Checking crypto-bigint v0.5.5 |
| 2562 | 2026-07-20T03:14:08.748Z | Checking thread-id v4.2.2 |
| 2563 | 2026-07-20T03:14:08.774Z | Checking memmap2 v0.9.10 |
| 2564 | 2026-07-20T03:14:08.820Z | Checking env_filter v1.0.0 |
| 2565 | 2026-07-20T03:14:08.834Z | Checking static_assertions v1.1.0 |
| 2566 | 2026-07-20T03:14:08.834Z | Checking fixedbitset v0.4.2 |
| 2567 | 2026-07-20T03:14:08.914Z | Checking data-encoding v2.10.0 |
| 2568 | 2026-07-20T03:14:08.933Z | Checking cpufeatures v0.3.0 |
| 2569 | 2026-07-20T03:14:08.963Z | Checking normalize-line-endings v0.3.0 |
| 2570 | 2026-07-20T03:14:08.981Z | Checking winnow v0.7.14 |
| 2571 | 2026-07-20T03:14:09.003Z | Checking keccak v0.1.6 |
| 2572 | 2026-07-20T03:14:09.057Z | Checking const-oid v0.10.2 |
| 2573 | 2026-07-20T03:14:09.108Z | Checking fixedbitset v0.5.7 |
| 2574 | 2026-07-20T03:14:09.172Z | Checking jiff v0.2.21 |
| 2575 | 2026-07-20T03:14:09.190Z | Checking winnow v1.0.3 |
| 2576 | 2026-07-20T03:14:09.220Z | Checking unicode-segmentation v1.12.0 |
| 2577 | 2026-07-20T03:14:09.234Z | Checking new_debug_unreachable v1.0.6 |
| 2578 | 2026-07-20T03:14:09.301Z | Checking precomputed-hash v0.1.1 |
| 2579 | 2026-07-20T03:14:09.317Z | Checking whoami v2.1.0 |
| 2580 | 2026-07-20T03:14:09.375Z | Checking difflib v0.4.0 |
| 2581 | 2026-07-20T03:14:09.388Z | Checking typed-path v0.9.3 |
| 2582 | 2026-07-20T03:14:09.483Z | Checking predicates-core v1.0.10 |
| 2583 | 2026-07-20T03:14:09.510Z | Checking toml_write v0.1.2 |
| 2584 | 2026-07-20T03:14:09.544Z | Checking similar v2.7.0 |
| 2585 | 2026-07-20T03:14:09.560Z | Checking tokio-postgres v0.7.16 |
| 2586 | 2026-07-20T03:14:09.609Z | Checking predicates v3.1.4 |
| 2587 | 2026-07-20T03:14:09.662Z | Checking elliptic-curve v0.13.8 |
| 2588 | 2026-07-20T03:14:09.677Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2589 | 2026-07-20T03:14:09.920Z | Checking string_cache v0.8.9 |
| 2590 | 2026-07-20T03:14:09.943Z | Checking crossterm v0.28.1 |
| 2591 | 2026-07-20T03:14:09.978Z | Checking petgraph v0.8.3 |
| 2592 | 2026-07-20T03:14:10.011Z | Checking ed25519-dalek v2.2.0 |
| 2593 | 2026-07-20T03:14:10.092Z | Checking digest v0.11.3 |
| 2594 | 2026-07-20T03:14:10.234Z | Checking tough v0.22.0 |
| 2595 | 2026-07-20T03:14:10.243Z | Checking toml_edit v0.22.27 |
| 2596 | 2026-07-20T03:14:10.247Z | Checking hickory-proto v0.25.2 |
| 2597 | 2026-07-20T03:14:10.277Z | Checking sha3 v0.10.8 |
| 2598 | 2026-07-20T03:14:10.492Z | Checking slog v2.8.2 |
| 2599 | 2026-07-20T03:14:10.675Z | Checking chacha20 v0.10.0 |
| 2600 | 2026-07-20T03:14:10.762Z | Checking petgraph v0.6.5 |
| 2601 | 2026-07-20T03:14:10.891Z | Checking env_logger v0.11.9 |
| 2602 | 2026-07-20T03:14:10.933Z | Checking usdt v0.6.0 |
| 2603 | 2026-07-20T03:14:11.089Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2604 | 2026-07-20T03:14:11.106Z | Checking usdt-impl v0.5.0 |
| 2605 | 2026-07-20T03:14:11.362Z | Checking toml v0.7.8 |
| 2606 | 2026-07-20T03:14:11.394Z | Checking rsa v0.9.10 |
| 2607 | 2026-07-20T03:14:11.494Z | Checking zip v4.6.1 |
| 2608 | 2026-07-20T03:14:11.602Z | Checking nix v0.31.2 |
| 2609 | 2026-07-20T03:14:12.093Z | Checking reqwest v0.13.2 |
| 2610 | 2026-07-20T03:14:12.107Z | Checking clap v4.6.1 |
| 2611 | 2026-07-20T03:14:12.185Z | Checking zip v0.6.6 |
| 2612 | 2026-07-20T03:14:12.273Z | Checking itertools v0.13.0 |
| 2613 | 2026-07-20T03:14:12.359Z | Checking byte-wrapper v0.1.0 |
| 2614 | 2026-07-20T03:14:12.524Z | Checking serde_with v3.21.0 |
| 2615 | 2026-07-20T03:14:12.574Z | Checking strum v0.26.3 |
| 2616 | 2026-07-20T03:14:12.662Z | Checking fs-err v3.3.0 |
| 2617 | 2026-07-20T03:14:12.689Z | Checking ahash v0.8.12 |
| 2618 | 2026-07-20T03:14:12.846Z | Checking object v0.37.3 |
| 2619 | 2026-07-20T03:14:12.892Z | Checking tokio-stream v0.1.18 |
| 2620 | 2026-07-20T03:14:12.976Z | Checking buf-list v1.1.2 |
| 2621 | 2026-07-20T03:14:12.994Z | Checking camino v1.2.2 |
| 2622 | 2026-07-20T03:14:13.166Z | Checking anyhow v1.0.102 |
| 2623 | 2026-07-20T03:14:13.222Z | Checking x509-cert v0.2.5 |
| 2624 | 2026-07-20T03:14:13.254Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2625 | 2026-07-20T03:14:13.288Z | Checking openapiv3 v2.2.0 |
| 2626 | 2026-07-20T03:14:13.334Z | Checking peg-runtime v0.8.5 |
| 2627 | 2026-07-20T03:14:13.369Z | Checking lalrpop-util v0.19.12 |
| 2628 | 2026-07-20T03:14:13.482Z | Checking rayon v1.11.0 |
| 2629 | 2026-07-20T03:14:13.525Z | Checking sigpipe v0.1.3 |
| 2630 | 2026-07-20T03:14:13.539Z | Checking glob v0.3.3 |
| 2631 | 2026-07-20T03:14:15.132Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2632 | 2026-07-20T03:14:15.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s |
| 2633 | 2026-07-20T03:14:15.567Z | |
| 2634 | 2026-07-20T03:14:15.567Z | info: running `cargo check --bins` on internal-dns-types (77/301) |
| 2635 | 2026-07-20T03:14:16.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2026-07-20T03:14:16.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2026-07-20T03:14:16.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2026-07-20T03:14:16.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2639 | 2026-07-20T03:14:16.121Z | |
| 2640 | 2026-07-20T03:14:16.121Z | info: running `cargo check --bins` on internal-dns-types-versions (78/301) |
| 2641 | 2026-07-20T03:14:16.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2026-07-20T03:14:16.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2026-07-20T03:14:16.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2026-07-20T03:14:16.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2645 | 2026-07-20T03:14:16.679Z | |
| 2646 | 2026-07-20T03:14:16.679Z | info: running `cargo check --bins` on nexus-types-versions (79/301) |
| 2647 | 2026-07-20T03:14:17.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2026-07-20T03:14:17.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2026-07-20T03:14:17.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2026-07-20T03:14:17.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2651 | 2026-07-20T03:14:17.246Z | |
| 2652 | 2026-07-20T03:14:17.246Z | info: running `cargo check --bins` on oxql-types (80/301) |
| 2653 | 2026-07-20T03:14:17.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2026-07-20T03:14:17.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2026-07-20T03:14:17.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2026-07-20T03:14:17.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2657 | 2026-07-20T03:14:17.797Z | |
| 2658 | 2026-07-20T03:14:17.797Z | info: running `cargo check --bins` on oximeter-types (81/301) |
| 2659 | 2026-07-20T03:14:18.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2026-07-20T03:14:18.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2026-07-20T03:14:18.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2026-07-20T03:14:18.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2663 | 2026-07-20T03:14:18.354Z | |
| 2664 | 2026-07-20T03:14:18.354Z | info: running `cargo check --bins` on oximeter-types-versions (82/301) |
| 2665 | 2026-07-20T03:14:18.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2026-07-20T03:14:18.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2026-07-20T03:14:18.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2668 | 2026-07-20T03:14:18.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2669 | 2026-07-20T03:14:18.906Z | |
| 2670 | 2026-07-20T03:14:18.906Z | info: running `cargo check --bins` on oximeter-macro-impl (83/301) |
| 2671 | 2026-07-20T03:14:19.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2672 | 2026-07-20T03:14:19.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2673 | 2026-07-20T03:14:19.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2674 | 2026-07-20T03:14:19.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2675 | 2026-07-20T03:14:19.442Z | |
| 2676 | 2026-07-20T03:14:19.442Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/301) |
| 2677 | 2026-07-20T03:14:19.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2678 | 2026-07-20T03:14:19.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2679 | 2026-07-20T03:14:20.089Z | Compiling structmeta-derive v0.3.0 |
| 2680 | 2026-07-20T03:14:20.208Z | Compiling multer v3.1.0 |
| 2681 | 2026-07-20T03:14:20.219Z | Compiling async-stream-impl v0.3.6 |
| 2682 | 2026-07-20T03:14:20.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2683 | 2026-07-20T03:14:20.237Z | Compiling dropshot v0.17.1 |
| 2684 | 2026-07-20T03:14:20.251Z | Compiling newtype-uuid-macros v0.1.0 |
| 2685 | 2026-07-20T03:14:20.254Z | Compiling dropshot_endpoint v0.17.1 |
| 2686 | 2026-07-20T03:14:20.278Z | Checking newtype-uuid v1.3.2 |
| 2687 | 2026-07-20T03:14:20.452Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2688 | 2026-07-20T03:14:20.482Z | Checking daft v0.1.7 |
| 2689 | 2026-07-20T03:14:20.535Z | Checking thread_local v1.1.9 |
| 2690 | 2026-07-20T03:14:20.627Z | Checking match_cfg v0.1.0 |
| 2691 | 2026-07-20T03:14:20.698Z | Checking compression-core v0.4.31 |
| 2692 | 2026-07-20T03:14:20.713Z | Checking hostname v0.3.1 |
| 2693 | 2026-07-20T03:14:20.758Z | Checking iddqd v0.4.2 |
| 2694 | 2026-07-20T03:14:20.812Z | Checking crossbeam-channel v0.5.15 |
| 2695 | 2026-07-20T03:14:20.826Z | Checking compression-codecs v0.4.37 |
| 2696 | 2026-07-20T03:14:20.827Z | Checking atomicwrites v0.4.4 |
| 2697 | 2026-07-20T03:14:20.870Z | Checking slog-json v2.6.1 |
| 2698 | 2026-07-20T03:14:20.953Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2699 | 2026-07-20T03:14:21.007Z | Checking serde_spanned v1.1.1 |
| 2700 | 2026-07-20T03:14:21.032Z | Checking is-terminal v0.4.17 |
| 2701 | 2026-07-20T03:14:21.057Z | Checking debug-ignore v1.0.5 |
| 2702 | 2026-07-20T03:14:21.125Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2703 | 2026-07-20T03:14:21.139Z | Checking term v1.2.1 |
| 2704 | 2026-07-20T03:14:21.154Z | Checking take_mut v0.2.2 |
| 2705 | 2026-07-20T03:14:21.154Z | Checking slog-bunyan v2.5.0 |
| 2706 | 2026-07-20T03:14:21.157Z | Checking async-compression v0.4.41 |
| 2707 | 2026-07-20T03:14:21.261Z | Checking slog-async v2.8.0 |
| 2708 | 2026-07-20T03:14:21.283Z | Checking async-stream v0.3.6 |
| 2709 | 2026-07-20T03:14:21.300Z | Compiling structmeta v0.3.0 |
| 2710 | 2026-07-20T03:14:21.314Z | Checking toml v1.1.2+spec-1.1.0 |
| 2711 | 2026-07-20T03:14:21.369Z | Checking slog-term v2.9.2 |
| 2712 | 2026-07-20T03:14:21.411Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2713 | 2026-07-20T03:14:21.432Z | Checking progenitor-client v0.14.0 |
| 2714 | 2026-07-20T03:14:21.446Z | Checking sha1 v0.11.0 |
| 2715 | 2026-07-20T03:14:21.562Z | Compiling derive-ex v0.1.8 |
| 2716 | 2026-07-20T03:14:21.640Z | Compiling parse-display-derive v0.10.0 |
| 2717 | 2026-07-20T03:14:21.643Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2718 | 2026-07-20T03:14:21.687Z | Checking waitgroup v0.1.2 |
| 2719 | 2026-07-20T03:14:21.742Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2720 | 2026-07-20T03:14:21.779Z | Checking rustls-pemfile v2.2.0 |
| 2721 | 2026-07-20T03:14:21.792Z | Checking backon v1.6.0 |
| 2722 | 2026-07-20T03:14:21.795Z | Checking serde_path_to_error v0.1.20 |
| 2723 | 2026-07-20T03:14:21.822Z | Checking hostname v0.4.2 |
| 2724 | 2026-07-20T03:14:21.926Z | Checking instant v0.1.13 |
| 2725 | 2026-07-20T03:14:21.963Z | Checking progenitor-extras v0.2.0 |
| 2726 | 2026-07-20T03:14:22.024Z | Checking backoff v0.4.0 |
| 2727 | 2026-07-20T03:14:22.110Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2728 | 2026-07-20T03:14:22.145Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2729 | 2026-07-20T03:14:22.190Z | Checking itertools v0.14.0 |
| 2730 | 2026-07-20T03:14:22.203Z | Checking regress v0.10.5 |
| 2731 | 2026-07-20T03:14:22.330Z | Checking macaddr v1.0.1 |
| 2732 | 2026-07-20T03:14:22.673Z | Checking humantime v2.3.0 |
| 2733 | 2026-07-20T03:14:23.351Z | Compiling test-strategy v0.4.5 |
| 2734 | 2026-07-20T03:14:23.407Z | Checking parse-display v0.10.0 |
| 2735 | 2026-07-20T03:14:23.801Z | Compiling prettyplease v0.2.37 |
| 2736 | 2026-07-20T03:14:24.098Z | Checking num-rational v0.4.2 |
| 2737 | 2026-07-20T03:14:24.333Z | Checking num-complex v0.4.6 |
| 2738 | 2026-07-20T03:14:24.792Z | Compiling num v0.4.3 |
| 2739 | 2026-07-20T03:14:24.884Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2740 | 2026-07-20T03:14:24.908Z | Compiling usdt-attr-macro v0.5.0 |
| 2741 | 2026-07-20T03:14:24.941Z | Compiling usdt-macro v0.5.0 |
| 2742 | 2026-07-20T03:14:25.033Z | Checking memmap v0.7.0 |
| 2743 | 2026-07-20T03:14:25.175Z | Compiling float-ord v0.3.2 |
| 2744 | 2026-07-20T03:14:25.267Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2745 | 2026-07-20T03:14:25.405Z | Checking unicode-width v0.2.0 |
| 2746 | 2026-07-20T03:14:25.446Z | Compiling convert_case v0.4.0 |
| 2747 | 2026-07-20T03:14:25.669Z | Checking console v0.15.11 |
| 2748 | 2026-07-20T03:14:25.709Z | Checking newline-converter v0.3.0 |
| 2749 | 2026-07-20T03:14:25.723Z | Checking usdt v0.5.0 |
| 2750 | 2026-07-20T03:14:25.815Z | Compiling toml v0.8.23 |
| 2751 | 2026-07-20T03:14:25.845Z | Compiling derive_more v0.99.20 |
| 2752 | 2026-07-20T03:14:25.895Z | Compiling minimal-lexical v0.2.1 |
| 2753 | 2026-07-20T03:14:25.961Z | Checking linked-hash-map v0.5.6 |
| 2754 | 2026-07-20T03:14:26.143Z | Checking lru-cache v0.1.2 |
| 2755 | 2026-07-20T03:14:26.166Z | Compiling nom v7.1.3 |
| 2756 | 2026-07-20T03:14:26.272Z | Checking expectorate v1.2.0 |
| 2757 | 2026-07-20T03:14:26.720Z | Checking camino-tempfile v1.4.1 |
| 2758 | 2026-07-20T03:14:26.848Z | Checking hickory-proto v0.24.4 |
| 2759 | 2026-07-20T03:14:26.895Z | Checking phf_shared v0.12.1 |
| 2760 | 2026-07-20T03:14:26.970Z | Compiling slog-dtrace v0.3.0 |
| 2761 | 2026-07-20T03:14:27.044Z | Checking resolv-conf v0.7.6 |
| 2762 | 2026-07-20T03:14:27.246Z | Checking heck v0.5.0 |
| 2763 | 2026-07-20T03:14:27.379Z | Compiling unicode-xid v0.2.6 |
| 2764 | 2026-07-20T03:14:27.507Z | Compiling chrono-tz v0.10.4 |
| 2765 | 2026-07-20T03:14:27.521Z | Compiling const_format_proc_macros v0.2.34 |
| 2766 | 2026-07-20T03:14:27.674Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2767 | 2026-07-20T03:14:27.782Z | Checking phf v0.12.1 |
| 2768 | 2026-07-20T03:14:27.931Z | Checking tokio-dtrace v0.1.1 |
| 2769 | 2026-07-20T03:14:28.132Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2770 | 2026-07-20T03:14:28.186Z | Compiling derive-where v1.6.0 |
| 2771 | 2026-07-20T03:14:28.580Z | Checking highway v1.3.0 |
| 2772 | 2026-07-20T03:14:28.621Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2773 | 2026-07-20T03:14:28.694Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2774 | 2026-07-20T03:14:28.761Z | Checking hickory-resolver v0.24.4 |
| 2775 | 2026-07-20T03:14:28.818Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2776 | 2026-07-20T03:14:29.338Z | Checking const_format v0.2.35 |
| 2777 | 2026-07-20T03:14:29.567Z | Checking oxide-tokio-rt v0.1.4 |
| 2778 | 2026-07-20T03:14:29.580Z | Checking qorb v0.4.1 |
| 2779 | 2026-07-20T03:14:29.742Z | Checking gethostname v0.5.0 |
| 2780 | 2026-07-20T03:14:29.834Z | Checking bcs v0.1.6 |
| 2781 | 2026-07-20T03:14:29.855Z | Checking termtree v0.5.1 |
| 2782 | 2026-07-20T03:14:30.177Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2783 | 2026-07-20T03:14:30.217Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2784 | 2026-07-20T03:14:30.411Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2785 | 2026-07-20T03:14:30.414Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2786 | 2026-07-20T03:14:33.453Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2787 | 2026-07-20T03:14:36.006Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2788 | 2026-07-20T03:14:38.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.76s |
| 2789 | 2026-07-20T03:14:38.377Z | |
| 2790 | 2026-07-20T03:14:38.377Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301) |
| 2791 | 2026-07-20T03:14:38.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2026-07-20T03:14:38.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2026-07-20T03:14:39.028Z | Compiling ar_archive_writer v0.5.1 |
| 2794 | 2026-07-20T03:14:39.138Z | Compiling stacker v0.1.23 |
| 2795 | 2026-07-20T03:14:39.144Z | Compiling cfg_aliases v0.1.1 |
| 2796 | 2026-07-20T03:14:39.150Z | Compiling convert_case v0.10.0 |
| 2797 | 2026-07-20T03:14:39.155Z | Checking unicode-width v0.1.14 |
| 2798 | 2026-07-20T03:14:39.163Z | Compiling proc-macro-error v1.0.4 |
| 2799 | 2026-07-20T03:14:39.173Z | Checking fd-lock v4.0.4 |
| 2800 | 2026-07-20T03:14:39.176Z | Checking nibble_vec v0.1.0 |
| 2801 | 2026-07-20T03:14:39.196Z | Compiling nix v0.28.0 |
| 2802 | 2026-07-20T03:14:39.288Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2803 | 2026-07-20T03:14:39.301Z | Checking vte v0.14.1 |
| 2804 | 2026-07-20T03:14:39.404Z | Checking bytecount v0.6.9 |
| 2805 | 2026-07-20T03:14:39.421Z | Checking endian-type v0.1.2 |
| 2806 | 2026-07-20T03:14:39.464Z | Compiling derive_more-impl v2.1.1 |
| 2807 | 2026-07-20T03:14:39.467Z | Compiling tabled_derive v0.7.0 |
| 2808 | 2026-07-20T03:14:39.467Z | Checking strip-ansi-escapes v0.2.1 |
| 2809 | 2026-07-20T03:14:39.502Z | Checking papergrid v0.11.0 |
| 2810 | 2026-07-20T03:14:39.586Z | Checking radix_trie v0.2.1 |
| 2811 | 2026-07-20T03:14:39.598Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2812 | 2026-07-20T03:14:39.715Z | Compiling peg-macros v0.8.5 |
| 2813 | 2026-07-20T03:14:39.798Z | Checking winnow v0.6.26 |
| 2814 | 2026-07-20T03:14:39.995Z | Compiling psm v0.1.30 |
| 2815 | 2026-07-20T03:14:40.107Z | Compiling sqlparser_derive v0.5.0 |
| 2816 | 2026-07-20T03:14:40.137Z | Checking nu-ansi-term v0.50.3 |
| 2817 | 2026-07-20T03:14:40.318Z | Checking derive_more v2.1.1 |
| 2818 | 2026-07-20T03:14:40.349Z | Checking unicode_categories v0.1.1 |
| 2819 | 2026-07-20T03:14:40.395Z | Checking home v0.5.12 |
| 2820 | 2026-07-20T03:14:40.491Z | Checking tabled v0.15.0 |
| 2821 | 2026-07-20T03:14:40.504Z | Checking crossterm v0.29.0 |
| 2822 | 2026-07-20T03:14:40.515Z | Checking reedline v0.40.0 |
| 2823 | 2026-07-20T03:14:40.528Z | Checking rustyline v14.0.0 |
| 2824 | 2026-07-20T03:14:40.813Z | Checking recursive v0.1.1 |
| 2825 | 2026-07-20T03:14:40.906Z | Checking sqlparser v0.61.0 |
| 2826 | 2026-07-20T03:14:40.939Z | Checking display-error-chain v0.2.2 |
| 2827 | 2026-07-20T03:14:41.003Z | Checking sqlformat v0.3.5 |
| 2828 | 2026-07-20T03:14:41.145Z | Checking peg v0.8.5 |
| 2829 | 2026-07-20T03:14:52.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
| 2830 | 2026-07-20T03:14:52.587Z | |
| 2831 | 2026-07-20T03:14:52.587Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301) |
| 2832 | 2026-07-20T03:14:53.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-07-20T03:14:53.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-07-20T03:14:53.230Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2835 | 2026-07-20T03:14:56.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 2836 | 2026-07-20T03:14:56.970Z | |
| 2837 | 2026-07-20T03:14:56.970Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301) |
| 2838 | 2026-07-20T03:14:57.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-07-20T03:14:57.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-07-20T03:14:57.611Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2841 | 2026-07-20T03:15:00.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 2842 | 2026-07-20T03:15:00.321Z | |
| 2843 | 2026-07-20T03:15:00.321Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301) |
| 2844 | 2026-07-20T03:15:00.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-07-20T03:15:00.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-07-20T03:15:00.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2847 | 2026-07-20T03:15:04.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 2848 | 2026-07-20T03:15:04.519Z | |
| 2849 | 2026-07-20T03:15:04.519Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301) |
| 2850 | 2026-07-20T03:15:05.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-07-20T03:15:05.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-07-20T03:15:05.164Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2853 | 2026-07-20T03:15:08.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
| 2854 | 2026-07-20T03:15:08.752Z | |
| 2855 | 2026-07-20T03:15:08.752Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301) |
| 2856 | 2026-07-20T03:15:09.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-07-20T03:15:09.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-07-20T03:15:09.387Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2859 | 2026-07-20T03:15:12.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2860 | 2026-07-20T03:15:12.223Z | |
| 2861 | 2026-07-20T03:15:12.223Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301) |
| 2862 | 2026-07-20T03:15:12.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-07-20T03:15:12.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-07-20T03:15:12.859Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2865 | 2026-07-20T03:15:15.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 2866 | 2026-07-20T03:15:15.731Z | |
| 2867 | 2026-07-20T03:15:15.731Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301) |
| 2868 | 2026-07-20T03:15:16.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-07-20T03:15:16.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-07-20T03:15:16.372Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2871 | 2026-07-20T03:15:19.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 2872 | 2026-07-20T03:15:20.099Z | |
| 2873 | 2026-07-20T03:15:20.099Z | info: running `cargo check --bins` on oximeter (93/301) |
| 2874 | 2026-07-20T03:15:20.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2875 | 2026-07-20T03:15:20.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2876 | 2026-07-20T03:15:20.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2877 | 2026-07-20T03:15:20.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2878 | 2026-07-20T03:15:20.652Z | |
| 2879 | 2026-07-20T03:15:20.652Z | info: running `cargo check --bins` on oximeter-schema (94/301) |
| 2880 | 2026-07-20T03:15:21.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2881 | 2026-07-20T03:15:21.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2882 | 2026-07-20T03:15:21.252Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2883 | 2026-07-20T03:15:21.414Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2884 | 2026-07-20T03:15:21.417Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2885 | 2026-07-20T03:15:21.777Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2886 | 2026-07-20T03:15:24.425Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2887 | 2026-07-20T03:15:25.670Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2888 | 2026-07-20T03:15:25.882Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2889 | 2026-07-20T03:15:26.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s |
| 2890 | 2026-07-20T03:15:26.731Z | |
| 2891 | 2026-07-20T03:15:26.731Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/301) |
| 2892 | 2026-07-20T03:15:27.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2026-07-20T03:15:27.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2026-07-20T03:15:27.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2895 | 2026-07-20T03:15:27.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2896 | 2026-07-20T03:15:27.283Z | |
| 2897 | 2026-07-20T03:15:27.283Z | info: running `cargo check --bins` on oximeter-test-utils (96/301) |
| 2898 | 2026-07-20T03:15:27.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-07-20T03:15:27.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-07-20T03:15:27.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2901 | 2026-07-20T03:15:27.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2902 | 2026-07-20T03:15:27.877Z | |
| 2903 | 2026-07-20T03:15:27.877Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301) |
| 2904 | 2026-07-20T03:15:28.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-07-20T03:15:28.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-07-20T03:15:28.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2907 | 2026-07-20T03:15:28.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2908 | 2026-07-20T03:15:28.439Z | |
| 2909 | 2026-07-20T03:15:28.439Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301) |
| 2910 | 2026-07-20T03:15:28.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-07-20T03:15:28.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-07-20T03:15:28.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2913 | 2026-07-20T03:15:28.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2914 | 2026-07-20T03:15:29.002Z | |
| 2915 | 2026-07-20T03:15:29.002Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301) |
| 2916 | 2026-07-20T03:15:29.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-07-20T03:15:29.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-07-20T03:15:29.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2919 | 2026-07-20T03:15:29.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2920 | 2026-07-20T03:15:29.561Z | |
| 2921 | 2026-07-20T03:15:29.561Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301) |
| 2922 | 2026-07-20T03:15:30.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-07-20T03:15:30.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-07-20T03:15:30.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2925 | 2026-07-20T03:15:30.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2926 | 2026-07-20T03:15:30.115Z | |
| 2927 | 2026-07-20T03:15:30.115Z | info: running `cargo check --bins` on trust-quorum-types (101/301) |
| 2928 | 2026-07-20T03:15:30.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-07-20T03:15:30.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-07-20T03:15:30.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2026-07-20T03:15:30.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2932 | 2026-07-20T03:15:30.653Z | |
| 2933 | 2026-07-20T03:15:30.653Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/301) |
| 2934 | 2026-07-20T03:15:31.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-07-20T03:15:31.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-07-20T03:15:31.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2026-07-20T03:15:31.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2938 | 2026-07-20T03:15:31.213Z | |
| 2939 | 2026-07-20T03:15:31.213Z | info: running `cargo check --bins` on update-engine (103/301) |
| 2940 | 2026-07-20T03:15:31.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2026-07-20T03:15:31.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2026-07-20T03:15:31.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2026-07-20T03:15:31.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 2944 | 2026-07-20T03:15:31.754Z | |
| 2945 | 2026-07-20T03:15:31.754Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/301) |
| 2946 | 2026-07-20T03:15:32.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2026-07-20T03:15:32.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2026-07-20T03:15:32.440Z | Compiling darling_core v0.21.3 |
| 2949 | 2026-07-20T03:15:32.559Z | Compiling crucible-workspace-hack v0.1.0 |
| 2950 | 2026-07-20T03:15:32.565Z | Checking secrecy v0.10.3 |
| 2951 | 2026-07-20T03:15:32.571Z | Compiling heapless v0.8.0 |
| 2952 | 2026-07-20T03:15:32.575Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2953 | 2026-07-20T03:15:32.587Z | Checking hash32 v0.3.1 |
| 2954 | 2026-07-20T03:15:32.590Z | Checking inout v0.1.4 |
| 2955 | 2026-07-20T03:15:32.611Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2956 | 2026-07-20T03:15:32.668Z | Compiling smoltcp v0.11.0 |
| 2957 | 2026-07-20T03:15:32.709Z | Checking cobs v0.3.0 |
| 2958 | 2026-07-20T03:15:32.730Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2959 | 2026-07-20T03:15:32.816Z | Checking cipher v0.4.4 |
| 2960 | 2026-07-20T03:15:32.832Z | Checking universal-hash v0.5.1 |
| 2961 | 2026-07-20T03:15:32.860Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2962 | 2026-07-20T03:15:32.881Z | Checking half v2.7.1 |
| 2963 | 2026-07-20T03:15:32.953Z | Checking ciborium-io v0.2.2 |
| 2964 | 2026-07-20T03:15:33.015Z | Checking opaque-debug v0.3.1 |
| 2965 | 2026-07-20T03:15:33.054Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2966 | 2026-07-20T03:15:33.066Z | Checking chacha20 v0.9.1 |
| 2967 | 2026-07-20T03:15:33.086Z | Checking poly1305 v0.8.0 |
| 2968 | 2026-07-20T03:15:33.147Z | Checking ciborium-ll v0.2.2 |
| 2969 | 2026-07-20T03:15:33.263Z | Checking postcard v1.1.3 |
| 2970 | 2026-07-20T03:15:33.279Z | Compiling proc-macro-crate v3.4.0 |
| 2971 | 2026-07-20T03:15:33.327Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2972 | 2026-07-20T03:15:33.353Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2973 | 2026-07-20T03:15:33.560Z | Checking password-hash v0.5.0 |
| 2974 | 2026-07-20T03:15:33.622Z | Checking blake2 v0.10.6 |
| 2975 | 2026-07-20T03:15:33.742Z | Compiling proc-macro-crate v1.3.1 |
| 2976 | 2026-07-20T03:15:33.794Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2977 | 2026-07-20T03:15:33.808Z | Checking aead v0.5.2 |
| 2978 | 2026-07-20T03:15:33.841Z | Compiling num_enum_derive v0.7.6 |
| 2979 | 2026-07-20T03:15:33.867Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2980 | 2026-07-20T03:15:33.953Z | Compiling foreign-types-macros v0.2.3 |
| 2981 | 2026-07-20T03:15:34.034Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2982 | 2026-07-20T03:15:34.072Z | Checking thiserror-no-std v2.0.2 |
| 2983 | 2026-07-20T03:15:34.085Z | Checking foreign-types-shared v0.3.1 |
| 2984 | 2026-07-20T03:15:34.159Z | Compiling num_enum_derive v0.5.11 |
| 2985 | 2026-07-20T03:15:34.173Z | Checking vsss-rs v3.3.4 |
| 2986 | 2026-07-20T03:15:34.185Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2987 | 2026-07-20T03:15:34.326Z | Checking chacha20poly1305 v0.10.1 |
| 2988 | 2026-07-20T03:15:34.425Z | Checking argon2 v0.5.3 |
| 2989 | 2026-07-20T03:15:34.573Z | Checking foreign-types v0.5.0 |
| 2990 | 2026-07-20T03:15:34.654Z | Checking ciborium v0.2.2 |
| 2991 | 2026-07-20T03:15:34.790Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2992 | 2026-07-20T03:15:34.892Z | Checking tabwriter v1.4.1 |
| 2993 | 2026-07-20T03:15:34.940Z | Checking num_enum v0.7.6 |
| 2994 | 2026-07-20T03:15:35.043Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-07-20T03:15:35.060Z | Checking cstr-argument v0.1.2 |
| 2996 | 2026-07-20T03:15:35.083Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2997 | 2026-07-20T03:15:35.098Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2998 | 2026-07-20T03:15:35.160Z | Compiling darling_macro v0.21.3 |
| 2999 | 2026-07-20T03:15:35.184Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3000 | 2026-07-20T03:15:35.238Z | Checking num_enum v0.5.11 |
| 3001 | 2026-07-20T03:15:35.317Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3002 | 2026-07-20T03:15:35.331Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3003 | 2026-07-20T03:15:35.350Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3004 | 2026-07-20T03:15:35.364Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3005 | 2026-07-20T03:15:35.493Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3006 | 2026-07-20T03:15:35.523Z | Checking rand v0.10.1 |
| 3007 | 2026-07-20T03:15:35.553Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3008 | 2026-07-20T03:15:35.568Z | Checking colored v3.1.1 |
| 3009 | 2026-07-20T03:15:35.601Z | Checking indent_write v2.2.0 |
| 3010 | 2026-07-20T03:15:35.684Z | Compiling darling v0.21.3 |
| 3011 | 2026-07-20T03:15:35.708Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3012 | 2026-07-20T03:15:35.731Z | Compiling zone_cfg_derive v0.3.1 |
| 3013 | 2026-07-20T03:15:35.766Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3014 | 2026-07-20T03:15:35.780Z | Compiling ingot-macros v0.1.1 |
| 3015 | 2026-07-20T03:15:35.804Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3016 | 2026-07-20T03:15:35.915Z | Checking itertools v0.12.1 |
| 3017 | 2026-07-20T03:15:35.942Z | Compiling num-derive v0.4.2 |
| 3018 | 2026-07-20T03:15:35.957Z | Checking swrite v0.1.0 |
| 3019 | 2026-07-20T03:15:35.974Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3020 | 2026-07-20T03:15:36.049Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3021 | 2026-07-20T03:15:36.202Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3022 | 2026-07-20T03:15:36.376Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3023 | 2026-07-20T03:15:36.378Z | Checking dropshot-api-manager-types v0.7.2 |
| 3024 | 2026-07-20T03:15:36.416Z | Checking smf v0.2.3 |
| 3025 | 2026-07-20T03:15:36.493Z | Checking nanorand v0.7.0 |
| 3026 | 2026-07-20T03:15:36.571Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3027 | 2026-07-20T03:15:36.610Z | Checking whoami v1.6.1 |
| 3028 | 2026-07-20T03:15:36.704Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3029 | 2026-07-20T03:15:36.720Z | Checking flume v0.11.1 |
| 3030 | 2026-07-20T03:15:36.975Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3031 | 2026-07-20T03:15:36.992Z | Checking zone v0.3.1 |
| 3032 | 2026-07-20T03:15:38.075Z | Checking ingot-types v0.1.2 |
| 3033 | 2026-07-20T03:15:38.398Z | Checking ingot v0.1.1 |
| 3034 | 2026-07-20T03:15:39.821Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3035 | 2026-07-20T03:15:40.791Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3036 | 2026-07-20T03:15:41.695Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3037 | 2026-07-20T03:15:43.136Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3038 | 2026-07-20T03:15:45.228Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3039 | 2026-07-20T03:15:46.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s |
| 3040 | 2026-07-20T03:15:46.513Z | |
| 3041 | 2026-07-20T03:15:46.513Z | info: running `cargo check --bins` on clickhouse-admin-api (105/301) |
| 3042 | 2026-07-20T03:15:46.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-07-20T03:15:46.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-07-20T03:15:46.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-07-20T03:15:46.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3046 | 2026-07-20T03:15:47.063Z | |
| 3047 | 2026-07-20T03:15:47.063Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/301) |
| 3048 | 2026-07-20T03:15:47.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-07-20T03:15:47.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-07-20T03:15:47.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-07-20T03:15:47.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3052 | 2026-07-20T03:15:47.617Z | |
| 3053 | 2026-07-20T03:15:47.617Z | info: running `cargo check --bins` on bootstrap-agent-client (107/301) |
| 3054 | 2026-07-20T03:15:48.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-07-20T03:15:48.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-07-20T03:15:48.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-07-20T03:15:48.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3058 | 2026-07-20T03:15:48.176Z | |
| 3059 | 2026-07-20T03:15:48.176Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/301) |
| 3060 | 2026-07-20T03:15:48.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-07-20T03:15:48.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-07-20T03:15:48.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-07-20T03:15:48.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3064 | 2026-07-20T03:15:48.736Z | |
| 3065 | 2026-07-20T03:15:48.737Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/301) |
| 3066 | 2026-07-20T03:15:49.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-07-20T03:15:49.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-07-20T03:15:49.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-07-20T03:15:49.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3070 | 2026-07-20T03:15:49.293Z | |
| 3071 | 2026-07-20T03:15:49.293Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/301) |
| 3072 | 2026-07-20T03:15:49.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-07-20T03:15:49.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-07-20T03:15:49.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-07-20T03:15:49.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3076 | 2026-07-20T03:15:49.850Z | |
| 3077 | 2026-07-20T03:15:49.850Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/301) |
| 3078 | 2026-07-20T03:15:50.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-07-20T03:15:50.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-07-20T03:15:50.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-07-20T03:15:50.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3082 | 2026-07-20T03:15:50.412Z | |
| 3083 | 2026-07-20T03:15:50.412Z | info: running `cargo check --bins` on cockroach-admin-client (112/301) |
| 3084 | 2026-07-20T03:15:50.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-07-20T03:15:50.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-07-20T03:15:50.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-07-20T03:15:50.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3088 | 2026-07-20T03:15:50.962Z | |
| 3089 | 2026-07-20T03:15:50.962Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/301) |
| 3090 | 2026-07-20T03:15:51.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-07-20T03:15:51.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-07-20T03:15:51.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-07-20T03:15:51.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3094 | 2026-07-20T03:15:51.525Z | |
| 3095 | 2026-07-20T03:15:51.525Z | info: running `cargo check --bins` on dns-service-client (114/301) |
| 3096 | 2026-07-20T03:15:51.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-07-20T03:15:51.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-07-20T03:15:51.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-07-20T03:15:52.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3100 | 2026-07-20T03:15:52.085Z | |
| 3101 | 2026-07-20T03:15:52.085Z | info: running `cargo check --bins` on installinator-client (115/301) |
| 3102 | 2026-07-20T03:15:52.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-07-20T03:15:52.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-07-20T03:15:52.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-07-20T03:15:52.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3106 | 2026-07-20T03:15:52.644Z | |
| 3107 | 2026-07-20T03:15:52.644Z | info: running `cargo check --bins` on nexus-client (116/301) |
| 3108 | 2026-07-20T03:15:53.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-07-20T03:15:53.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-07-20T03:15:53.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-07-20T03:15:53.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3112 | 2026-07-20T03:15:53.238Z | |
| 3113 | 2026-07-20T03:15:53.238Z | info: running `cargo check --bins` on nexus-lockstep-client (117/301) |
| 3114 | 2026-07-20T03:15:53.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-07-20T03:15:53.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-07-20T03:15:53.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-07-20T03:15:53.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3118 | 2026-07-20T03:15:53.834Z | |
| 3119 | 2026-07-20T03:15:53.834Z | info: running `cargo check --bins` on ntp-admin-client (118/301) |
| 3120 | 2026-07-20T03:15:54.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-07-20T03:15:54.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-07-20T03:15:54.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-07-20T03:15:54.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3124 | 2026-07-20T03:15:54.380Z | |
| 3125 | 2026-07-20T03:15:54.380Z | info: running `cargo check --bins` on oxide-client (119/301) |
| 3126 | 2026-07-20T03:15:54.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-07-20T03:15:54.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-07-20T03:15:54.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-07-20T03:15:54.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3130 | 2026-07-20T03:15:54.929Z | |
| 3131 | 2026-07-20T03:15:54.929Z | info: running `cargo check --bins` on oximeter-client (120/301) |
| 3132 | 2026-07-20T03:15:55.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-07-20T03:15:55.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-07-20T03:15:55.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-07-20T03:15:55.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3136 | 2026-07-20T03:15:55.495Z | |
| 3137 | 2026-07-20T03:15:55.495Z | info: running `cargo check --bins` on repo-depot-client (121/301) |
| 3138 | 2026-07-20T03:15:55.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-07-20T03:15:55.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-07-20T03:15:55.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-07-20T03:15:55.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3142 | 2026-07-20T03:15:56.040Z | |
| 3143 | 2026-07-20T03:15:56.040Z | info: running `cargo check --bins` on sled-agent-client (122/301) |
| 3144 | 2026-07-20T03:15:56.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-07-20T03:15:56.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-07-20T03:15:56.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-07-20T03:15:56.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3148 | 2026-07-20T03:15:56.609Z | |
| 3149 | 2026-07-20T03:15:56.609Z | info: running `cargo check --bins` on wicketd-client (123/301) |
| 3150 | 2026-07-20T03:15:57.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-07-20T03:15:57.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-07-20T03:15:57.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-07-20T03:15:57.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3154 | 2026-07-20T03:15:57.195Z | |
| 3155 | 2026-07-20T03:15:57.195Z | info: running `cargo check --bins` on installinator-common (124/301) |
| 3156 | 2026-07-20T03:15:57.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-07-20T03:15:57.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-07-20T03:15:57.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-07-20T03:15:57.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3160 | 2026-07-20T03:15:57.771Z | |
| 3161 | 2026-07-20T03:15:57.771Z | info: running `cargo check --bins` on installinator-common-versions (125/301) |
| 3162 | 2026-07-20T03:15:58.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-07-20T03:15:58.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-07-20T03:15:58.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-07-20T03:15:58.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3166 | 2026-07-20T03:15:58.315Z | |
| 3167 | 2026-07-20T03:15:58.315Z | info: running `cargo check --bins` on wicket-common (126/301) |
| 3168 | 2026-07-20T03:15:58.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-07-20T03:15:58.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-07-20T03:15:58.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-07-20T03:15:58.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3172 | 2026-07-20T03:15:58.886Z | |
| 3173 | 2026-07-20T03:15:58.886Z | info: running `cargo check --bins` on wicketd-commission-types (127/301) |
| 3174 | 2026-07-20T03:15:59.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-07-20T03:15:59.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-07-20T03:15:59.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3177 | 2026-07-20T03:15:59.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3178 | 2026-07-20T03:15:59.442Z | |
| 3179 | 2026-07-20T03:15:59.442Z | info: running `cargo check --bins` on wicketd-commission-types-versions (128/301) |
| 3180 | 2026-07-20T03:15:59.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-07-20T03:15:59.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-07-20T03:15:59.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-07-20T03:15:59.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3184 | 2026-07-20T03:16:00.003Z | |
| 3185 | 2026-07-20T03:16:00.003Z | info: running `cargo check --bins` on omicron-cockroach-admin (129/301) |
| 3186 | 2026-07-20T03:16:00.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-07-20T03:16:00.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-07-20T03:16:00.659Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3189 | 2026-07-20T03:16:00.773Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3190 | 2026-07-20T03:16:00.780Z | Checking csv-core v0.1.13 |
| 3191 | 2026-07-20T03:16:00.786Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3192 | 2026-07-20T03:16:00.792Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3193 | 2026-07-20T03:16:00.801Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3194 | 2026-07-20T03:16:00.812Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3195 | 2026-07-20T03:16:00.823Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3196 | 2026-07-20T03:16:00.936Z | Checking csv v1.4.0 |
| 3197 | 2026-07-20T03:16:00.963Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3198 | 2026-07-20T03:16:00.966Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3199 | 2026-07-20T03:16:01.003Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3200 | 2026-07-20T03:16:01.033Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3201 | 2026-07-20T03:16:01.280Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3202 | 2026-07-20T03:16:01.658Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3203 | 2026-07-20T03:16:01.661Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3204 | 2026-07-20T03:16:01.983Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3205 | 2026-07-20T03:16:08.142Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3206 | 2026-07-20T03:16:08.682Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3207 | 2026-07-20T03:16:11.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s |
| 3208 | 2026-07-20T03:16:11.275Z | |
| 3209 | 2026-07-20T03:16:11.275Z | info: running `cargo check --bins` on cockroach-admin-api (130/301) |
| 3210 | 2026-07-20T03:16:11.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-07-20T03:16:11.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-07-20T03:16:11.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-07-20T03:16:11.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3214 | 2026-07-20T03:16:11.835Z | |
| 3215 | 2026-07-20T03:16:11.835Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (131/301) |
| 3216 | 2026-07-20T03:16:12.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-07-20T03:16:12.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-07-20T03:16:12.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-07-20T03:16:12.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3220 | 2026-07-20T03:16:12.480Z | |
| 3221 | 2026-07-20T03:16:12.480Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/301) |
| 3222 | 2026-07-20T03:16:13.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-07-20T03:16:13.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-07-20T03:16:13.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2026-07-20T03:16:13.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3226 | 2026-07-20T03:16:13.123Z | |
| 3227 | 2026-07-20T03:16:13.123Z | info: running `cargo check --bins` on gateway-test-utils (133/301) |
| 3228 | 2026-07-20T03:16:13.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2026-07-20T03:16:13.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2026-07-20T03:16:13.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2026-07-20T03:16:13.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3232 | 2026-07-20T03:16:13.730Z | |
| 3233 | 2026-07-20T03:16:13.730Z | info: running `cargo check --bins` on omicron-gateway (134/301) |
| 3234 | 2026-07-20T03:16:14.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2026-07-20T03:16:14.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2026-07-20T03:16:14.473Z | Compiling regress v0.11.1 |
| 3237 | 2026-07-20T03:16:14.619Z | Compiling unsafe-libyaml v0.2.11 |
| 3238 | 2026-07-20T03:16:14.631Z | Compiling radium v0.7.0 |
| 3239 | 2026-07-20T03:16:14.634Z | Compiling semver v0.1.20 |
| 3240 | 2026-07-20T03:16:14.652Z | Checking nom v8.0.0 |
| 3241 | 2026-07-20T03:16:14.652Z | Compiling maybe-uninit v2.0.0 |
| 3242 | 2026-07-20T03:16:14.654Z | Checking tap v1.0.1 |
| 3243 | 2026-07-20T03:16:14.781Z | Checking wyz v0.5.1 |
| 3244 | 2026-07-20T03:16:14.905Z | Compiling rustc_version v0.1.7 |
| 3245 | 2026-07-20T03:16:14.963Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3246 | 2026-07-20T03:16:14.996Z | Compiling zerocopy-derive v0.6.6 |
| 3247 | 2026-07-20T03:16:15.112Z | Compiling packed_struct v0.10.1 |
| 3248 | 2026-07-20T03:16:15.139Z | Compiling serde_yaml v0.9.34+deprecated |
| 3249 | 2026-07-20T03:16:15.366Z | Compiling newtype_derive v0.1.6 |
| 3250 | 2026-07-20T03:16:15.382Z | Compiling owo-colors v4.3.0 |
| 3251 | 2026-07-20T03:16:15.586Z | Checking crc-catalog v2.4.0 |
| 3252 | 2026-07-20T03:16:15.686Z | Compiling cancel-safe-futures v0.1.5 |
| 3253 | 2026-07-20T03:16:15.739Z | Checking funty v2.0.0 |
| 3254 | 2026-07-20T03:16:15.885Z | Checking zerocopy v0.6.6 |
| 3255 | 2026-07-20T03:16:15.981Z | Checking crc v3.4.0 |
| 3256 | 2026-07-20T03:16:16.065Z | Checking bitvec v1.0.1 |
| 3257 | 2026-07-20T03:16:16.142Z | Checking typify-impl v0.6.2 |
| 3258 | 2026-07-20T03:16:16.286Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3259 | 2026-07-20T03:16:16.529Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3260 | 2026-07-20T03:16:16.693Z | Compiling packed_struct_codegen v0.10.1 |
| 3261 | 2026-07-20T03:16:16.707Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3262 | 2026-07-20T03:16:16.867Z | Checking libsw-core v0.3.2 |
| 3263 | 2026-07-20T03:16:16.895Z | Compiling bitfield-macros v0.19.4 |
| 3264 | 2026-07-20T03:16:17.023Z | Compiling indexmap v1.9.3 |
| 3265 | 2026-07-20T03:16:17.245Z | Checking nodrop v0.1.14 |
| 3266 | 2026-07-20T03:16:17.345Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3267 | 2026-07-20T03:16:17.368Z | Checking array-init v0.0.4 |
| 3268 | 2026-07-20T03:16:17.438Z | Checking libsw v3.5.0 |
| 3269 | 2026-07-20T03:16:17.457Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3270 | 2026-07-20T03:16:17.595Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3271 | 2026-07-20T03:16:17.648Z | Checking bitfield v0.19.4 |
| 3272 | 2026-07-20T03:16:17.678Z | Checking smallvec v0.6.14 |
| 3273 | 2026-07-20T03:16:17.858Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3274 | 2026-07-20T03:16:17.922Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3275 | 2026-07-20T03:16:18.018Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3276 | 2026-07-20T03:16:18.049Z | Checking base64 v0.21.7 |
| 3277 | 2026-07-20T03:16:18.132Z | Checking smawk v0.3.2 |
| 3278 | 2026-07-20T03:16:18.266Z | Checking unicode-linebreak v0.1.5 |
| 3279 | 2026-07-20T03:16:18.282Z | Checking linear-map v1.2.0 |
| 3280 | 2026-07-20T03:16:18.296Z | Checking tagptr v0.2.0 |
| 3281 | 2026-07-20T03:16:18.436Z | Checking hashbrown v0.12.3 |
| 3282 | 2026-07-20T03:16:18.439Z | Checking moka v0.12.13 |
| 3283 | 2026-07-20T03:16:18.464Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3284 | 2026-07-20T03:16:18.486Z | Checking textwrap v0.16.2 |
| 3285 | 2026-07-20T03:16:18.508Z | Checking ron v0.8.1 |
| 3286 | 2026-07-20T03:16:18.715Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3287 | 2026-07-20T03:16:18.894Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3288 | 2026-07-20T03:16:18.909Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3289 | 2026-07-20T03:16:19.058Z | Checking serde-hex v0.1.0 |
| 3290 | 2026-07-20T03:16:19.129Z | Checking steno v0.4.1 |
| 3291 | 2026-07-20T03:16:19.211Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3292 | 2026-07-20T03:16:19.381Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3293 | 2026-07-20T03:16:19.738Z | Checking hashbrown v0.13.2 |
| 3294 | 2026-07-20T03:16:19.813Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3295 | 2026-07-20T03:16:19.982Z | Checking crc-any v2.5.0 |
| 3296 | 2026-07-20T03:16:20.059Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3297 | 2026-07-20T03:16:20.169Z | Checking hickory-resolver v0.25.2 |
| 3298 | 2026-07-20T03:16:20.185Z | Checking object v0.30.4 |
| 3299 | 2026-07-20T03:16:20.185Z | Checking sha1 v0.10.6 |
| 3300 | 2026-07-20T03:16:20.229Z | Checking path-slash v0.1.5 |
| 3301 | 2026-07-20T03:16:20.335Z | Checking utf-8 v0.7.6 |
| 3302 | 2026-07-20T03:16:20.364Z | Checking void v1.0.2 |
| 3303 | 2026-07-20T03:16:20.471Z | Checking half v1.8.3 |
| 3304 | 2026-07-20T03:16:20.472Z | Checking lzss v0.8.2 |
| 3305 | 2026-07-20T03:16:20.607Z | Checking tungstenite v0.23.0 |
| 3306 | 2026-07-20T03:16:20.675Z | Checking serde_cbor v0.11.2 |
| 3307 | 2026-07-20T03:16:20.816Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3308 | 2026-07-20T03:16:20.882Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3309 | 2026-07-20T03:16:20.899Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3310 | 2026-07-20T03:16:20.914Z | Compiling typify-macro v0.6.2 |
| 3311 | 2026-07-20T03:16:20.976Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3312 | 2026-07-20T03:16:20.991Z | Checking nix v0.27.1 |
| 3313 | 2026-07-20T03:16:21.034Z | Checking kstat-rs v0.2.4 |
| 3314 | 2026-07-20T03:16:21.079Z | Checking fxhash v0.2.1 |
| 3315 | 2026-07-20T03:16:21.200Z | Checking serde_bytes v0.11.19 |
| 3316 | 2026-07-20T03:16:21.215Z | Checking tokio-tungstenite v0.23.1 |
| 3317 | 2026-07-20T03:16:21.232Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3318 | 2026-07-20T03:16:21.323Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3319 | 2026-07-20T03:16:21.376Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3320 | 2026-07-20T03:16:21.484Z | Checking signal-hook-tokio v0.3.1 |
| 3321 | 2026-07-20T03:16:22.095Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3322 | 2026-07-20T03:16:22.397Z | Compiling typify v0.6.2 |
| 3323 | 2026-07-20T03:16:22.476Z | Compiling progenitor-impl v0.14.0 |
| 3324 | 2026-07-20T03:16:23.033Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3325 | 2026-07-20T03:16:23.347Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3326 | 2026-07-20T03:16:23.939Z | Compiling progenitor-macro v0.14.0 |
| 3327 | 2026-07-20T03:16:26.301Z | Checking progenitor v0.14.0 |
| 3328 | 2026-07-20T03:16:26.413Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3329 | 2026-07-20T03:16:26.416Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-07-20T03:16:29.169Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3331 | 2026-07-20T03:16:37.678Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3332 | 2026-07-20T03:16:44.540Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3333 | 2026-07-20T03:16:45.920Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3334 | 2026-07-20T03:16:46.422Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3335 | 2026-07-20T03:16:48.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.80s |
| 3336 | 2026-07-20T03:16:48.736Z | |
| 3337 | 2026-07-20T03:16:48.736Z | info: running `cargo check --bins` on gateway-api (135/301) |
| 3338 | 2026-07-20T03:16:49.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2026-07-20T03:16:49.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2026-07-20T03:16:49.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2026-07-20T03:16:49.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3342 | 2026-07-20T03:16:49.290Z | |
| 3343 | 2026-07-20T03:16:49.290Z | info: running `cargo check --bins` on ipcc (136/301) |
| 3344 | 2026-07-20T03:16:49.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-07-20T03:16:49.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-07-20T03:16:49.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2026-07-20T03:16:49.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3348 | 2026-07-20T03:16:49.847Z | |
| 3349 | 2026-07-20T03:16:49.847Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (137/301) |
| 3350 | 2026-07-20T03:16:50.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2026-07-20T03:16:50.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2026-07-20T03:16:50.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2026-07-20T03:16:50.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3354 | 2026-07-20T03:16:50.389Z | |
| 3355 | 2026-07-20T03:16:50.389Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/301) |
| 3356 | 2026-07-20T03:16:50.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2026-07-20T03:16:50.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2026-07-20T03:16:50.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2026-07-20T03:16:50.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3360 | 2026-07-20T03:16:50.970Z | |
| 3361 | 2026-07-20T03:16:50.970Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/301) |
| 3362 | 2026-07-20T03:16:51.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2026-07-20T03:16:51.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2026-07-20T03:16:51.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2026-07-20T03:16:51.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3366 | 2026-07-20T03:16:51.529Z | |
| 3367 | 2026-07-20T03:16:51.529Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/301) |
| 3368 | 2026-07-20T03:16:52.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-07-20T03:16:52.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-07-20T03:16:52.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-07-20T03:16:52.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3372 | 2026-07-20T03:16:52.093Z | |
| 3373 | 2026-07-20T03:16:52.094Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/301) |
| 3374 | 2026-07-20T03:16:52.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-07-20T03:16:52.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-07-20T03:16:52.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-07-20T03:16:52.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3378 | 2026-07-20T03:16:52.657Z | |
| 3379 | 2026-07-20T03:16:52.657Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/301) |
| 3380 | 2026-07-20T03:16:53.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-07-20T03:16:53.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-07-20T03:16:53.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-07-20T03:16:53.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3384 | 2026-07-20T03:16:53.230Z | |
| 3385 | 2026-07-20T03:16:53.230Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/301) |
| 3386 | 2026-07-20T03:16:53.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-07-20T03:16:53.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-07-20T03:16:53.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-07-20T03:16:53.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3390 | 2026-07-20T03:16:53.790Z | |
| 3391 | 2026-07-20T03:16:53.790Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/301) |
| 3392 | 2026-07-20T03:16:54.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-07-20T03:16:54.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-07-20T03:16:54.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-07-20T03:16:54.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3396 | 2026-07-20T03:16:54.354Z | |
| 3397 | 2026-07-20T03:16:54.354Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/301) |
| 3398 | 2026-07-20T03:16:54.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-07-20T03:16:54.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-07-20T03:16:54.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-07-20T03:16:54.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3402 | 2026-07-20T03:16:54.919Z | |
| 3403 | 2026-07-20T03:16:54.919Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/301) |
| 3404 | 2026-07-20T03:16:55.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-07-20T03:16:55.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-07-20T03:16:55.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-07-20T03:16:55.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3408 | 2026-07-20T03:16:55.482Z | |
| 3409 | 2026-07-20T03:16:55.482Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/301) |
| 3410 | 2026-07-20T03:16:55.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-07-20T03:16:55.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-07-20T03:16:55.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3413 | 2026-07-20T03:16:55.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3414 | 2026-07-20T03:16:56.049Z | |
| 3415 | 2026-07-20T03:16:56.049Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/301) |
| 3416 | 2026-07-20T03:16:56.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-07-20T03:16:56.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-07-20T03:16:56.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-07-20T03:16:56.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3420 | 2026-07-20T03:16:56.613Z | |
| 3421 | 2026-07-20T03:16:56.613Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/301) |
| 3422 | 2026-07-20T03:16:57.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-07-20T03:16:57.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-07-20T03:16:57.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-07-20T03:16:57.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3426 | 2026-07-20T03:16:57.189Z | |
| 3427 | 2026-07-20T03:16:57.189Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/301) |
| 3428 | 2026-07-20T03:16:57.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-07-20T03:16:57.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-07-20T03:16:57.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-07-20T03:16:57.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3432 | 2026-07-20T03:16:57.773Z | |
| 3433 | 2026-07-20T03:16:57.773Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/301) |
| 3434 | 2026-07-20T03:16:58.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-07-20T03:16:58.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-07-20T03:16:58.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3437 | 2026-07-20T03:16:58.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3438 | 2026-07-20T03:16:58.351Z | |
| 3439 | 2026-07-20T03:16:58.351Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/301) |
| 3440 | 2026-07-20T03:16:58.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-07-20T03:16:58.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-07-20T03:16:58.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-07-20T03:16:58.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3444 | 2026-07-20T03:16:58.925Z | |
| 3445 | 2026-07-20T03:16:58.925Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/301) |
| 3446 | 2026-07-20T03:16:59.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-07-20T03:16:59.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-07-20T03:16:59.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-07-20T03:16:59.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3450 | 2026-07-20T03:16:59.507Z | |
| 3451 | 2026-07-20T03:16:59.507Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/301) |
| 3452 | 2026-07-20T03:16:59.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-07-20T03:16:59.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-07-20T03:16:59.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3455 | 2026-07-20T03:16:59.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3456 | 2026-07-20T03:17:00.083Z | |
| 3457 | 2026-07-20T03:17:00.084Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/301) |
| 3458 | 2026-07-20T03:17:00.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-07-20T03:17:00.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-07-20T03:17:00.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-07-20T03:17:00.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3462 | 2026-07-20T03:17:00.662Z | |
| 3463 | 2026-07-20T03:17:00.662Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/301) |
| 3464 | 2026-07-20T03:17:01.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-07-20T03:17:01.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-07-20T03:17:01.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-07-20T03:17:01.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3468 | 2026-07-20T03:17:01.244Z | |
| 3469 | 2026-07-20T03:17:01.244Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/301) |
| 3470 | 2026-07-20T03:17:01.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-07-20T03:17:01.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-07-20T03:17:01.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-07-20T03:17:01.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3474 | 2026-07-20T03:17:01.829Z | |
| 3475 | 2026-07-20T03:17:01.829Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/301) |
| 3476 | 2026-07-20T03:17:02.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-07-20T03:17:02.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-07-20T03:17:02.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-07-20T03:17:02.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3480 | 2026-07-20T03:17:02.405Z | |
| 3481 | 2026-07-20T03:17:02.405Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/301) |
| 3482 | 2026-07-20T03:17:02.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-07-20T03:17:02.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-07-20T03:17:02.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-07-20T03:17:02.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3486 | 2026-07-20T03:17:02.961Z | |
| 3487 | 2026-07-20T03:17:02.961Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/301) |
| 3488 | 2026-07-20T03:17:03.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-07-20T03:17:03.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-07-20T03:17:03.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-07-20T03:17:03.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3492 | 2026-07-20T03:17:03.509Z | |
| 3493 | 2026-07-20T03:17:03.509Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/301) |
| 3494 | 2026-07-20T03:17:03.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-07-20T03:17:03.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-07-20T03:17:03.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-07-20T03:17:03.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3498 | 2026-07-20T03:17:04.064Z | |
| 3499 | 2026-07-20T03:17:04.064Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/301) |
| 3500 | 2026-07-20T03:17:04.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-07-20T03:17:04.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-07-20T03:17:04.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-07-20T03:17:04.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3504 | 2026-07-20T03:17:04.613Z | |
| 3505 | 2026-07-20T03:17:04.613Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/301) |
| 3506 | 2026-07-20T03:17:05.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-07-20T03:17:05.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-07-20T03:17:05.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-07-20T03:17:05.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3510 | 2026-07-20T03:17:05.167Z | |
| 3511 | 2026-07-20T03:17:05.167Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/301) |
| 3512 | 2026-07-20T03:17:05.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-07-20T03:17:05.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-07-20T03:17:05.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-07-20T03:17:05.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3516 | 2026-07-20T03:17:05.721Z | |
| 3517 | 2026-07-20T03:17:05.721Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/301) |
| 3518 | 2026-07-20T03:17:06.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-07-20T03:17:06.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-07-20T03:17:06.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-07-20T03:17:06.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3522 | 2026-07-20T03:17:06.270Z | |
| 3523 | 2026-07-20T03:17:06.271Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/301) |
| 3524 | 2026-07-20T03:17:06.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-07-20T03:17:06.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-07-20T03:17:06.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-07-20T03:17:06.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3528 | 2026-07-20T03:17:06.814Z | |
| 3529 | 2026-07-20T03:17:06.814Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/301) |
| 3530 | 2026-07-20T03:17:07.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-07-20T03:17:07.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-07-20T03:17:07.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-07-20T03:17:07.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3534 | 2026-07-20T03:17:07.387Z | |
| 3535 | 2026-07-20T03:17:07.387Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/301) |
| 3536 | 2026-07-20T03:17:07.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-07-20T03:17:07.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-07-20T03:17:07.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-07-20T03:17:07.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3540 | 2026-07-20T03:17:07.956Z | |
| 3541 | 2026-07-20T03:17:07.956Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/301) |
| 3542 | 2026-07-20T03:17:08.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-07-20T03:17:08.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-07-20T03:17:08.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-07-20T03:17:08.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3546 | 2026-07-20T03:17:08.524Z | |
| 3547 | 2026-07-20T03:17:08.524Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/301) |
| 3548 | 2026-07-20T03:17:09.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-07-20T03:17:09.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-07-20T03:17:09.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-07-20T03:17:09.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3552 | 2026-07-20T03:17:09.097Z | |
| 3553 | 2026-07-20T03:17:09.097Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/301) |
| 3554 | 2026-07-20T03:17:09.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-07-20T03:17:09.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-07-20T03:17:09.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3557 | 2026-07-20T03:17:09.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3558 | 2026-07-20T03:17:09.665Z | |
| 3559 | 2026-07-20T03:17:09.665Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/301) |
| 3560 | 2026-07-20T03:17:10.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3561 | 2026-07-20T03:17:10.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3562 | 2026-07-20T03:17:10.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3563 | 2026-07-20T03:17:10.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3564 | 2026-07-20T03:17:10.234Z | |
| 3565 | 2026-07-20T03:17:10.234Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/301) |
| 3566 | 2026-07-20T03:17:10.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3567 | 2026-07-20T03:17:10.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3568 | 2026-07-20T03:17:10.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3569 | 2026-07-20T03:17:10.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3570 | 2026-07-20T03:17:10.799Z | |
| 3571 | 2026-07-20T03:17:10.799Z | info: running `cargo check --bins` on oximeter-producer (174/301) |
| 3572 | 2026-07-20T03:17:11.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3573 | 2026-07-20T03:17:11.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3574 | 2026-07-20T03:17:11.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3575 | 2026-07-20T03:17:11.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3576 | 2026-07-20T03:17:11.389Z | |
| 3577 | 2026-07-20T03:17:11.389Z | info: running `cargo check --bins` on internal-dns-resolver (175/301) |
| 3578 | 2026-07-20T03:17:11.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3579 | 2026-07-20T03:17:11.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3580 | 2026-07-20T03:17:11.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3581 | 2026-07-20T03:17:11.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3582 | 2026-07-20T03:17:11.947Z | |
| 3583 | 2026-07-20T03:17:11.947Z | info: running `cargo check --bins` on dns-server (176/301) |
| 3584 | 2026-07-20T03:17:12.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3585 | 2026-07-20T03:17:12.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3586 | 2026-07-20T03:17:12.564Z | Compiling parking_lot_core v0.8.6 |
| 3587 | 2026-07-20T03:17:12.568Z | Compiling git-stub v1.0.0 |
| 3588 | 2026-07-20T03:17:12.568Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3589 | 2026-07-20T03:17:12.682Z | Checking prefix-trie v0.7.0 |
| 3590 | 2026-07-20T03:17:12.803Z | Compiling git-stub-vcs v0.1.0 |
| 3591 | 2026-07-20T03:17:12.965Z | Checking hickory-server v0.25.2 |
| 3592 | 2026-07-20T03:17:13.093Z | Checking parking_lot v0.11.2 |
| 3593 | 2026-07-20T03:17:13.096Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3594 | 2026-07-20T03:17:13.144Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3595 | 2026-07-20T03:17:13.144Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3596 | 2026-07-20T03:17:13.275Z | Checking sled v0.34.7 |
| 3597 | 2026-07-20T03:17:15.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 3598 | 2026-07-20T03:17:15.407Z | |
| 3599 | 2026-07-20T03:17:15.407Z | info: running `cargo check --bins` on dns-server-api (177/301) |
| 3600 | 2026-07-20T03:17:15.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-07-20T03:17:15.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-07-20T03:17:15.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-07-20T03:17:15.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3604 | 2026-07-20T03:17:15.957Z | |
| 3605 | 2026-07-20T03:17:15.957Z | info: running `cargo check --bins` on oximeter-producer-api (178/301) |
| 3606 | 2026-07-20T03:17:16.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-07-20T03:17:16.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-07-20T03:17:16.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-07-20T03:17:16.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3610 | 2026-07-20T03:17:16.508Z | |
| 3611 | 2026-07-20T03:17:16.508Z | info: running `cargo check --bins` on sp-sim (179/301) |
| 3612 | 2026-07-20T03:17:17.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-07-20T03:17:17.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-07-20T03:17:17.206Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3615 | 2026-07-20T03:17:18.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
| 3616 | 2026-07-20T03:17:19.186Z | |
| 3617 | 2026-07-20T03:17:19.186Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (180/301) |
| 3618 | 2026-07-20T03:17:19.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-07-20T03:17:19.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-07-20T03:17:19.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-07-20T03:17:19.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3622 | 2026-07-20T03:17:19.791Z | |
| 3623 | 2026-07-20T03:17:19.791Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/301) |
| 3624 | 2026-07-20T03:17:20.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-07-20T03:17:20.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-07-20T03:17:20.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-07-20T03:17:20.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3628 | 2026-07-20T03:17:20.403Z | |
| 3629 | 2026-07-20T03:17:20.404Z | info: running `cargo check --bins` on db-macros (182/301) |
| 3630 | 2026-07-20T03:17:20.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-07-20T03:17:20.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-07-20T03:17:20.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3633 | 2026-07-20T03:17:20.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3634 | 2026-07-20T03:17:20.946Z | |
| 3635 | 2026-07-20T03:17:20.946Z | info: running `cargo check --bins` on nexus-macros-common (183/301) |
| 3636 | 2026-07-20T03:17:21.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-07-20T03:17:21.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-07-20T03:17:21.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3639 | 2026-07-20T03:17:21.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3640 | 2026-07-20T03:17:21.489Z | |
| 3641 | 2026-07-20T03:17:21.489Z | info: running `cargo check --bins` on nexus-auth (184/301) |
| 3642 | 2026-07-20T03:17:21.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-07-20T03:17:21.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-07-20T03:17:21.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3645 | 2026-07-20T03:17:22.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3646 | 2026-07-20T03:17:22.095Z | |
| 3647 | 2026-07-20T03:17:22.095Z | info: running `cargo check --bins` on authz-macros (185/301) |
| 3648 | 2026-07-20T03:17:22.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-07-20T03:17:22.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-07-20T03:17:22.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3651 | 2026-07-20T03:17:22.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3652 | 2026-07-20T03:17:22.636Z | |
| 3653 | 2026-07-20T03:17:22.636Z | info: running `cargo check --bins` on nexus-db-fixed-data (186/301) |
| 3654 | 2026-07-20T03:17:23.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-07-20T03:17:23.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-07-20T03:17:23.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3657 | 2026-07-20T03:17:23.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3658 | 2026-07-20T03:17:23.233Z | |
| 3659 | 2026-07-20T03:17:23.233Z | info: running `cargo check --bins` on nexus-db-model (187/301) |
| 3660 | 2026-07-20T03:17:23.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-07-20T03:17:23.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-07-20T03:17:23.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3663 | 2026-07-20T03:17:23.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3664 | 2026-07-20T03:17:23.835Z | |
| 3665 | 2026-07-20T03:17:23.835Z | info: running `cargo check --bins` on nexus-db-schema (188/301) |
| 3666 | 2026-07-20T03:17:24.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-07-20T03:17:24.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-07-20T03:17:24.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3669 | 2026-07-20T03:17:24.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3670 | 2026-07-20T03:17:24.378Z | |
| 3671 | 2026-07-20T03:17:24.378Z | info: running `cargo check --bins` on omicron-rpaths (189/301) |
| 3672 | 2026-07-20T03:17:24.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-07-20T03:17:24.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-07-20T03:17:24.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3675 | 2026-07-20T03:17:24.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3676 | 2026-07-20T03:17:24.918Z | |
| 3677 | 2026-07-20T03:17:24.918Z | info: running `cargo check --bins` on nexus-defaults (190/301) |
| 3678 | 2026-07-20T03:17:25.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-07-20T03:17:25.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-07-20T03:17:25.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-07-20T03:17:25.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3682 | 2026-07-20T03:17:25.475Z | |
| 3683 | 2026-07-20T03:17:25.475Z | info: running `cargo check --bins` on omicron-cockroach-metrics (191/301) |
| 3684 | 2026-07-20T03:17:25.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-07-20T03:17:25.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-07-20T03:17:25.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-07-20T03:17:25.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3688 | 2026-07-20T03:17:26.020Z | |
| 3689 | 2026-07-20T03:17:26.020Z | info: running `cargo check --bins` on parallel-task-set (192/301) |
| 3690 | 2026-07-20T03:17:26.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-07-20T03:17:26.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-07-20T03:17:26.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-07-20T03:17:26.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3694 | 2026-07-20T03:17:26.567Z | |
| 3695 | 2026-07-20T03:17:26.567Z | info: running `cargo check --bins` on omicron-git-version (193/301) |
| 3696 | 2026-07-20T03:17:27.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-07-20T03:17:27.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-07-20T03:17:27.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-07-20T03:17:27.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3700 | 2026-07-20T03:17:27.116Z | |
| 3701 | 2026-07-20T03:17:27.116Z | info: running `cargo check --bins` on nexus-db-errors (194/301) |
| 3702 | 2026-07-20T03:17:27.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-07-20T03:17:27.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-07-20T03:17:27.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-07-20T03:17:27.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3706 | 2026-07-20T03:17:27.730Z | |
| 3707 | 2026-07-20T03:17:27.730Z | info: running `cargo check --bins` on nexus-db-lookup (195/301) |
| 3708 | 2026-07-20T03:17:28.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-07-20T03:17:28.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-07-20T03:17:28.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-07-20T03:17:28.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3712 | 2026-07-20T03:17:28.342Z | |
| 3713 | 2026-07-20T03:17:28.342Z | info: running `cargo check --bins` on nexus-inventory (196/301) |
| 3714 | 2026-07-20T03:17:28.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-07-20T03:17:28.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-07-20T03:17:28.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-07-20T03:17:28.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3718 | 2026-07-20T03:17:28.946Z | |
| 3719 | 2026-07-20T03:17:28.946Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/301) |
| 3720 | 2026-07-20T03:17:29.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-07-20T03:17:29.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-07-20T03:17:29.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-07-20T03:17:29.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3724 | 2026-07-20T03:17:29.527Z | |
| 3725 | 2026-07-20T03:17:29.527Z | info: running `cargo check --bins --no-default-features` on sled-storage (198/301) |
| 3726 | 2026-07-20T03:17:30.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-07-20T03:17:30.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-07-20T03:17:30.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-07-20T03:17:30.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3730 | 2026-07-20T03:17:30.105Z | |
| 3731 | 2026-07-20T03:17:30.106Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/301) |
| 3732 | 2026-07-20T03:17:30.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-07-20T03:17:30.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-07-20T03:17:30.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-07-20T03:17:30.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3736 | 2026-07-20T03:17:30.672Z | |
| 3737 | 2026-07-20T03:17:30.672Z | info: running `cargo check --bins` on key-manager (200/301) |
| 3738 | 2026-07-20T03:17:31.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-07-20T03:17:31.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-07-20T03:17:31.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-07-20T03:17:31.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3742 | 2026-07-20T03:17:31.223Z | |
| 3743 | 2026-07-20T03:17:31.223Z | info: running `cargo check --bins --no-default-features` on sled-hardware (201/301) |
| 3744 | 2026-07-20T03:17:31.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-07-20T03:17:31.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-07-20T03:17:31.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-07-20T03:17:31.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3748 | 2026-07-20T03:17:31.796Z | |
| 3749 | 2026-07-20T03:17:31.796Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/301) |
| 3750 | 2026-07-20T03:17:32.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-07-20T03:17:32.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-07-20T03:17:32.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-07-20T03:17:32.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3754 | 2026-07-20T03:17:32.372Z | |
| 3755 | 2026-07-20T03:17:32.372Z | info: running `cargo check --bins` on typed-rng (203/301) |
| 3756 | 2026-07-20T03:17:32.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-07-20T03:17:32.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-07-20T03:17:32.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-07-20T03:17:32.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 3760 | 2026-07-20T03:17:32.908Z | |
| 3761 | 2026-07-20T03:17:32.908Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/301) |
| 3762 | 2026-07-20T03:17:33.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-07-20T03:17:33.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-07-20T03:17:33.721Z | Compiling libefi-sys v0.1.0 |
| 3765 | 2026-07-20T03:17:33.724Z | Compiling bitfield-struct v0.6.2 |
| 3766 | 2026-07-20T03:17:33.865Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3767 | 2026-07-20T03:17:33.874Z | Compiling xshell-macros v0.2.7 |
| 3768 | 2026-07-20T03:17:33.882Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3769 | 2026-07-20T03:17:33.895Z | Compiling salty v0.3.0 |
| 3770 | 2026-07-20T03:17:33.909Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3771 | 2026-07-20T03:17:33.924Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3772 | 2026-07-20T03:17:33.937Z | Checking rfc6979 v0.4.0 |
| 3773 | 2026-07-20T03:17:34.052Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3774 | 2026-07-20T03:17:34.068Z | Checking ecdsa v0.16.9 |
| 3775 | 2026-07-20T03:17:34.205Z | Checking primeorder v0.13.6 |
| 3776 | 2026-07-20T03:17:34.225Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3777 | 2026-07-20T03:17:34.255Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3778 | 2026-07-20T03:17:34.270Z | Checking xshell v0.2.7 |
| 3779 | 2026-07-20T03:17:34.407Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3780 | 2026-07-20T03:17:34.423Z | Checking tungstenite v0.21.0 |
| 3781 | 2026-07-20T03:17:34.436Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3782 | 2026-07-20T03:17:34.450Z | Checking p384 v0.13.1 |
| 3783 | 2026-07-20T03:17:34.464Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3784 | 2026-07-20T03:17:34.495Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3785 | 2026-07-20T03:17:34.575Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3786 | 2026-07-20T03:17:34.633Z | Compiling num-derive v0.3.3 |
| 3787 | 2026-07-20T03:17:34.648Z | Compiling proc-macro-error2 v2.0.1 |
| 3788 | 2026-07-20T03:17:34.738Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3789 | 2026-07-20T03:17:34.855Z | Checking tokio-tungstenite v0.21.0 |
| 3790 | 2026-07-20T03:17:34.877Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3791 | 2026-07-20T03:17:34.941Z | Checking papergrid v0.17.0 |
| 3792 | 2026-07-20T03:17:34.958Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3793 | 2026-07-20T03:17:34.972Z | Compiling tabled_derive v0.11.0 |
| 3794 | 2026-07-20T03:17:34.987Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3795 | 2026-07-20T03:17:35.088Z | Compiling progenitor-impl v0.13.0 |
| 3796 | 2026-07-20T03:17:35.141Z | Checking testing_table v0.3.0 |
| 3797 | 2026-07-20T03:17:35.238Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3798 | 2026-07-20T03:17:35.255Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3799 | 2026-07-20T03:17:35.258Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3800 | 2026-07-20T03:17:35.472Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3801 | 2026-07-20T03:17:35.488Z | Compiling unicase v2.9.0 |
| 3802 | 2026-07-20T03:17:35.573Z | Checking libscf-sys v1.1.0 |
| 3803 | 2026-07-20T03:17:35.693Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3804 | 2026-07-20T03:17:35.693Z | Checking corncobs v0.1.4 |
| 3805 | 2026-07-20T03:17:35.723Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3806 | 2026-07-20T03:17:35.816Z | Compiling mime_guess v2.0.5 |
| 3807 | 2026-07-20T03:17:35.840Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3808 | 2026-07-20T03:17:35.916Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3809 | 2026-07-20T03:17:35.947Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3810 | 2026-07-20T03:17:35.966Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3811 | 2026-07-20T03:17:36.043Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3812 | 2026-07-20T03:17:36.175Z | Checking tabled v0.20.0 |
| 3813 | 2026-07-20T03:17:36.285Z | Checking progenitor-client v0.13.0 |
| 3814 | 2026-07-20T03:17:36.381Z | Checking secrecy v0.8.0 |
| 3815 | 2026-07-20T03:17:36.518Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3816 | 2026-07-20T03:17:36.555Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3817 | 2026-07-20T03:17:36.635Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3818 | 2026-07-20T03:17:36.922Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3819 | 2026-07-20T03:17:36.938Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3820 | 2026-07-20T03:17:36.997Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3821 | 2026-07-20T03:17:37.061Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3822 | 2026-07-20T03:17:37.122Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3823 | 2026-07-20T03:17:37.165Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3824 | 2026-07-20T03:17:37.279Z | Checking filetime v0.2.27 |
| 3825 | 2026-07-20T03:17:37.341Z | Checking crc8 v0.1.1 |
| 3826 | 2026-07-20T03:17:37.425Z | Checking xattr v1.6.1 |
| 3827 | 2026-07-20T03:17:37.521Z | Checking http-range v0.1.5 |
| 3828 | 2026-07-20T03:17:37.562Z | Checking tar v0.4.46 |
| 3829 | 2026-07-20T03:17:37.655Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3830 | 2026-07-20T03:17:37.810Z | Compiling progenitor-macro v0.13.0 |
| 3831 | 2026-07-20T03:17:37.853Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3832 | 2026-07-20T03:17:37.871Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3833 | 2026-07-20T03:17:37.942Z | Checking illumos-nvpair v0.3.0 |
| 3834 | 2026-07-20T03:17:37.972Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3835 | 2026-07-20T03:17:38.094Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3836 | 2026-07-20T03:17:38.110Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3837 | 2026-07-20T03:17:38.329Z | Checking atty v0.2.14 |
| 3838 | 2026-07-20T03:17:38.367Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3839 | 2026-07-20T03:17:38.432Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3840 | 2026-07-20T03:17:38.551Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3841 | 2026-07-20T03:17:38.625Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3842 | 2026-07-20T03:17:38.705Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3843 | 2026-07-20T03:17:38.707Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3844 | 2026-07-20T03:17:38.736Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3845 | 2026-07-20T03:17:38.874Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3846 | 2026-07-20T03:17:38.908Z | Checking hyper-staticfile v0.10.1 |
| 3847 | 2026-07-20T03:17:39.100Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3848 | 2026-07-20T03:17:39.115Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3849 | 2026-07-20T03:17:39.210Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3850 | 2026-07-20T03:17:39.369Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3851 | 2026-07-20T03:17:39.485Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3852 | 2026-07-20T03:17:39.674Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3853 | 2026-07-20T03:17:39.774Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3854 | 2026-07-20T03:17:40.102Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3855 | 2026-07-20T03:17:40.847Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3856 | 2026-07-20T03:17:41.341Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3857 | 2026-07-20T03:17:41.774Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3858 | 2026-07-20T03:17:42.012Z | Checking progenitor v0.13.0 |
| 3859 | 2026-07-20T03:17:42.154Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3860 | 2026-07-20T03:17:44.242Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3861 | 2026-07-20T03:17:47.640Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3862 | 2026-07-20T03:17:58.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.94s |
| 3863 | 2026-07-20T03:17:59.078Z | |
| 3864 | 2026-07-20T03:17:59.078Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/301) |
| 3865 | 2026-07-20T03:17:59.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3866 | 2026-07-20T03:17:59.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3867 | 2026-07-20T03:17:59.838Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3868 | 2026-07-20T03:18:10.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s |
| 3869 | 2026-07-20T03:18:10.995Z | |
| 3870 | 2026-07-20T03:18:10.995Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/301) |
| 3871 | 2026-07-20T03:18:11.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3872 | 2026-07-20T03:18:11.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3873 | 2026-07-20T03:18:11.755Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3874 | 2026-07-20T03:18:22.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s |
| 3875 | 2026-07-20T03:18:23.002Z | |
| 3876 | 2026-07-20T03:18:23.002Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/301) |
| 3877 | 2026-07-20T03:18:23.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3878 | 2026-07-20T03:18:23.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3879 | 2026-07-20T03:18:23.741Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3880 | 2026-07-20T03:18:34.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s |
| 3881 | 2026-07-20T03:18:35.035Z | |
| 3882 | 2026-07-20T03:18:35.035Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/301) |
| 3883 | 2026-07-20T03:18:35.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3884 | 2026-07-20T03:18:35.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3885 | 2026-07-20T03:18:35.783Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3886 | 2026-07-20T03:18:46.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s |
| 3887 | 2026-07-20T03:18:47.025Z | |
| 3888 | 2026-07-20T03:18:47.025Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/301) |
| 3889 | 2026-07-20T03:18:47.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3890 | 2026-07-20T03:18:47.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3891 | 2026-07-20T03:18:47.774Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3892 | 2026-07-20T03:18:58.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s |
| 3893 | 2026-07-20T03:18:58.956Z | |
| 3894 | 2026-07-20T03:18:58.956Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/301) |
| 3895 | 2026-07-20T03:18:59.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3896 | 2026-07-20T03:18:59.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3897 | 2026-07-20T03:18:59.704Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3898 | 2026-07-20T03:19:10.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s |
| 3899 | 2026-07-20T03:19:10.940Z | |
| 3900 | 2026-07-20T03:19:10.940Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/301) |
| 3901 | 2026-07-20T03:19:11.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3902 | 2026-07-20T03:19:11.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3903 | 2026-07-20T03:19:11.684Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3904 | 2026-07-20T03:19:22.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s |
| 3905 | 2026-07-20T03:19:22.762Z | |
| 3906 | 2026-07-20T03:19:22.763Z | info: running `cargo check --bins` on bootstrap-agent-api (212/301) |
| 3907 | 2026-07-20T03:19:23.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3908 | 2026-07-20T03:19:23.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3909 | 2026-07-20T03:19:23.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3910 | 2026-07-20T03:19:23.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3911 | 2026-07-20T03:19:23.320Z | |
| 3912 | 2026-07-20T03:19:23.320Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/301) |
| 3913 | 2026-07-20T03:19:23.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3914 | 2026-07-20T03:19:23.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3915 | 2026-07-20T03:19:23.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3916 | 2026-07-20T03:19:23.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3917 | 2026-07-20T03:19:23.885Z | |
| 3918 | 2026-07-20T03:19:23.885Z | info: running `cargo check --bins` on range-requests (214/301) |
| 3919 | 2026-07-20T03:19:24.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3920 | 2026-07-20T03:19:24.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3921 | 2026-07-20T03:19:24.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3922 | 2026-07-20T03:19:24.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3923 | 2026-07-20T03:19:24.435Z | |
| 3924 | 2026-07-20T03:19:24.435Z | info: running `cargo check --bins` on repo-depot-api (215/301) |
| 3925 | 2026-07-20T03:19:24.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3926 | 2026-07-20T03:19:24.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3927 | 2026-07-20T03:19:24.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3928 | 2026-07-20T03:19:24.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3929 | 2026-07-20T03:19:24.985Z | |
| 3930 | 2026-07-20T03:19:24.985Z | info: running `cargo check --bins` on sled-agent-api (216/301) |
| 3931 | 2026-07-20T03:19:25.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3932 | 2026-07-20T03:19:25.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3933 | 2026-07-20T03:19:25.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3934 | 2026-07-20T03:19:25.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3935 | 2026-07-20T03:19:25.568Z | |
| 3936 | 2026-07-20T03:19:25.568Z | info: running `cargo check --bins` on sled-diagnostics (217/301) |
| 3937 | 2026-07-20T03:19:26.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-07-20T03:19:26.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-07-20T03:19:26.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2026-07-20T03:19:26.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3941 | 2026-07-20T03:19:26.148Z | |
| 3942 | 2026-07-20T03:19:26.148Z | info: running `cargo check --bins` on zfs-test-harness (218/301) |
| 3943 | 2026-07-20T03:19:26.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-07-20T03:19:26.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-07-20T03:19:26.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2026-07-20T03:19:26.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3947 | 2026-07-20T03:19:26.727Z | |
| 3948 | 2026-07-20T03:19:26.727Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/301) |
| 3949 | 2026-07-20T03:19:27.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-07-20T03:19:27.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-07-20T03:19:27.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-07-20T03:19:27.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3953 | 2026-07-20T03:19:27.308Z | |
| 3954 | 2026-07-20T03:19:27.308Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/301) |
| 3955 | 2026-07-20T03:19:27.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-07-20T03:19:27.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-07-20T03:19:27.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2026-07-20T03:19:27.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3959 | 2026-07-20T03:19:27.887Z | |
| 3960 | 2026-07-20T03:19:27.887Z | info: running `cargo check --bins` on sled-agent-early-networking (221/301) |
| 3961 | 2026-07-20T03:19:28.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-07-20T03:19:28.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-07-20T03:19:28.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-07-20T03:19:28.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3965 | 2026-07-20T03:19:28.476Z | |
| 3966 | 2026-07-20T03:19:28.476Z | info: running `cargo check --bins` on sled-agent-health-monitor (222/301) |
| 3967 | 2026-07-20T03:19:28.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-07-20T03:19:28.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-07-20T03:19:28.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-07-20T03:19:28.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3971 | 2026-07-20T03:19:29.050Z | |
| 3972 | 2026-07-20T03:19:29.050Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/301) |
| 3973 | 2026-07-20T03:19:29.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-07-20T03:19:29.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-07-20T03:19:29.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-07-20T03:19:29.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3977 | 2026-07-20T03:19:29.629Z | |
| 3978 | 2026-07-20T03:19:29.629Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/301) |
| 3979 | 2026-07-20T03:19:30.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-07-20T03:19:30.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-07-20T03:19:30.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3982 | 2026-07-20T03:19:30.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3983 | 2026-07-20T03:19:30.212Z | |
| 3984 | 2026-07-20T03:19:30.212Z | info: running `cargo check --bins` on sled-agent-resolvable-files (225/301) |
| 3985 | 2026-07-20T03:19:30.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3986 | 2026-07-20T03:19:30.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3987 | 2026-07-20T03:19:30.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3988 | 2026-07-20T03:19:30.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3989 | 2026-07-20T03:19:30.793Z | |
| 3990 | 2026-07-20T03:19:30.794Z | info: running `cargo check --bins` on sled-agent-rack-setup (226/301) |
| 3991 | 2026-07-20T03:19:31.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3992 | 2026-07-20T03:19:31.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3993 | 2026-07-20T03:19:31.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3994 | 2026-07-20T03:19:31.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3995 | 2026-07-20T03:19:31.405Z | |
| 3996 | 2026-07-20T03:19:31.405Z | info: running `cargo check --bins` on trust-quorum (227/301) |
| 3997 | 2026-07-20T03:19:31.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3998 | 2026-07-20T03:19:31.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3999 | 2026-07-20T03:19:31.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4000 | 2026-07-20T03:19:31.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4001 | 2026-07-20T03:19:31.992Z | |
| 4002 | 2026-07-20T03:19:31.992Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (228/301) |
| 4003 | 2026-07-20T03:19:32.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4004 | 2026-07-20T03:19:32.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4005 | 2026-07-20T03:19:32.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4006 | 2026-07-20T03:19:32.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4007 | 2026-07-20T03:19:32.589Z | |
| 4008 | 2026-07-20T03:19:32.589Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (229/301) |
| 4009 | 2026-07-20T03:19:33.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4010 | 2026-07-20T03:19:33.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4011 | 2026-07-20T03:19:33.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4012 | 2026-07-20T03:19:33.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4013 | 2026-07-20T03:19:33.203Z | |
| 4014 | 2026-07-20T03:19:33.203Z | info: running `cargo check --bins` on update-common (230/301) |
| 4015 | 2026-07-20T03:19:33.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4016 | 2026-07-20T03:19:33.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4017 | 2026-07-20T03:19:33.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4018 | 2026-07-20T03:19:33.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4019 | 2026-07-20T03:19:33.769Z | |
| 4020 | 2026-07-20T03:19:33.769Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (231/301) |
| 4021 | 2026-07-20T03:19:34.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4022 | 2026-07-20T03:19:34.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4023 | 2026-07-20T03:19:34.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4024 | 2026-07-20T03:19:34.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4025 | 2026-07-20T03:19:34.391Z | |
| 4026 | 2026-07-20T03:19:34.391Z | info: running `cargo check --bins` on omicron-deployment-graph (232/301) |
| 4027 | 2026-07-20T03:19:34.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4028 | 2026-07-20T03:19:34.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4029 | 2026-07-20T03:19:34.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4030 | 2026-07-20T03:19:34.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4031 | 2026-07-20T03:19:34.932Z | |
| 4032 | 2026-07-20T03:19:34.932Z | info: running `cargo check --bins` on reconfigurator-cli (233/301) |
| 4033 | 2026-07-20T03:19:35.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4034 | 2026-07-20T03:19:35.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4035 | 2026-07-20T03:19:35.684Z | Compiling fs-err v2.11.0 |
| 4036 | 2026-07-20T03:19:35.687Z | Checking ignore v0.4.25 |
| 4037 | 2026-07-20T03:19:35.687Z | Checking arc-swap v1.8.2 |
| 4038 | 2026-07-20T03:19:35.818Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4039 | 2026-07-20T03:19:35.821Z | Checking predicates-tree v1.0.13 |
| 4040 | 2026-07-20T03:19:35.821Z | Checking parse-size v1.1.0 |
| 4041 | 2026-07-20T03:19:35.847Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4042 | 2026-07-20T03:19:35.850Z | Checking rand_seeder v0.4.0 |
| 4043 | 2026-07-20T03:19:35.926Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4044 | 2026-07-20T03:19:35.945Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4045 | 2026-07-20T03:19:36.009Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4046 | 2026-07-20T03:19:36.022Z | Checking slog-scope v4.4.1 |
| 4047 | 2026-07-20T03:19:36.065Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4048 | 2026-07-20T03:19:36.142Z | Compiling petname v2.0.2 |
| 4049 | 2026-07-20T03:19:36.155Z | Checking slog-stdlog v4.1.1 |
| 4050 | 2026-07-20T03:19:36.173Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4051 | 2026-07-20T03:19:36.204Z | Checking globwalk v0.9.1 |
| 4052 | 2026-07-20T03:19:36.274Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4053 | 2026-07-20T03:19:36.287Z | Checking slog-envlogger v2.2.0 |
| 4054 | 2026-07-20T03:19:36.390Z | Checking camino-tempfile-ext v0.3.3 |
| 4055 | 2026-07-20T03:19:36.441Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4056 | 2026-07-20T03:19:36.472Z | Checking sapling-renderdag v0.1.0 |
| 4057 | 2026-07-20T03:19:36.596Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4058 | 2026-07-20T03:19:36.665Z | Checking subprocess v0.2.15 |
| 4059 | 2026-07-20T03:19:36.729Z | Checking sync-ptr v0.1.4 |
| 4060 | 2026-07-20T03:19:36.817Z | Checking colored v2.2.0 |
| 4061 | 2026-07-20T03:19:36.850Z | Checking assert_matches v1.5.0 |
| 4062 | 2026-07-20T03:19:36.960Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4063 | 2026-07-20T03:19:37.126Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4064 | 2026-07-20T03:19:37.126Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 4065 | 2026-07-20T03:19:37.784Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4066 | 2026-07-20T03:19:39.134Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4067 | 2026-07-20T03:19:41.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
| 4068 | 2026-07-20T03:19:41.545Z | |
| 4069 | 2026-07-20T03:19:41.545Z | info: running `cargo check --bins` on omicron-repl-utils (234/301) |
| 4070 | 2026-07-20T03:19:42.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4071 | 2026-07-20T03:19:42.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4072 | 2026-07-20T03:19:42.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4073 | 2026-07-20T03:19:42.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4074 | 2026-07-20T03:19:42.089Z | |
| 4075 | 2026-07-20T03:19:42.089Z | info: running `cargo check --bins` on transient-dns-server (235/301) |
| 4076 | 2026-07-20T03:19:42.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4077 | 2026-07-20T03:19:42.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4078 | 2026-07-20T03:19:42.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4079 | 2026-07-20T03:19:42.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4080 | 2026-07-20T03:19:42.657Z | |
| 4081 | 2026-07-20T03:19:42.657Z | info: running `cargo check --bins` on nexus-test-interface (236/301) |
| 4082 | 2026-07-20T03:19:43.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4083 | 2026-07-20T03:19:43.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4084 | 2026-07-20T03:19:43.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4085 | 2026-07-20T03:19:43.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4086 | 2026-07-20T03:19:43.266Z | |
| 4087 | 2026-07-20T03:19:43.266Z | info: running `cargo check --bins` on oximeter-collector (237/301) |
| 4088 | 2026-07-20T03:19:43.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4089 | 2026-07-20T03:19:43.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4090 | 2026-07-20T03:19:43.962Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4091 | 2026-07-20T03:19:43.965Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4092 | 2026-07-20T03:19:44.606Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4093 | 2026-07-20T03:19:46.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 4094 | 2026-07-20T03:19:46.414Z | |
| 4095 | 2026-07-20T03:19:46.414Z | info: running `cargo check --bins` on oximeter-api (238/301) |
| 4096 | 2026-07-20T03:19:46.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-07-20T03:19:46.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-07-20T03:19:46.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4099 | 2026-07-20T03:19:46.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4100 | 2026-07-20T03:19:46.965Z | |
| 4101 | 2026-07-20T03:19:46.965Z | info: running `cargo check --bins` on cert-dev (239/301) |
| 4102 | 2026-07-20T03:19:47.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-07-20T03:19:47.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-07-20T03:19:47.539Z | Checking yasna v0.5.2 |
| 4105 | 2026-07-20T03:19:47.949Z | Checking rcgen v0.12.1 |
| 4106 | 2026-07-20T03:19:48.203Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4107 | 2026-07-20T03:19:48.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4108 | 2026-07-20T03:19:48.546Z | |
| 4109 | 2026-07-20T03:19:48.546Z | info: running `cargo check --bins` on clickana (240/301) |
| 4110 | 2026-07-20T03:19:49.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-07-20T03:19:49.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-07-20T03:19:49.163Z | Compiling instability v0.3.11 |
| 4113 | 2026-07-20T03:19:49.163Z | Checking castaway v0.2.4 |
| 4114 | 2026-07-20T03:19:49.166Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4115 | 2026-07-20T03:19:49.166Z | Compiling indoc v2.0.7 |
| 4116 | 2026-07-20T03:19:49.166Z | Checking unicode-truncate v1.1.0 |
| 4117 | 2026-07-20T03:19:49.283Z | Checking lru v0.12.5 |
| 4118 | 2026-07-20T03:19:49.288Z | Checking cassowary v0.3.0 |
| 4119 | 2026-07-20T03:19:49.382Z | Checking compact_str v0.8.1 |
| 4120 | 2026-07-20T03:19:50.230Z | Checking ratatui v0.29.0 |
| 4121 | 2026-07-20T03:19:50.610Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4122 | 2026-07-20T03:19:50.786Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4123 | 2026-07-20T03:19:51.708Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4124 | 2026-07-20T03:19:52.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
| 4125 | 2026-07-20T03:19:52.531Z | |
| 4126 | 2026-07-20T03:19:52.531Z | info: running `cargo check --bins` on clickhouse-cluster-dev (241/301) |
| 4127 | 2026-07-20T03:19:53.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4128 | 2026-07-20T03:19:53.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4129 | 2026-07-20T03:19:53.224Z | Checking headers-core v0.3.0 |
| 4130 | 2026-07-20T03:19:53.228Z | Checking port-file v0.1.0 |
| 4131 | 2026-07-20T03:19:53.228Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4132 | 2026-07-20T03:19:53.423Z | Checking headers v0.4.1 |
| 4133 | 2026-07-20T03:19:53.799Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4134 | 2026-07-20T03:19:54.747Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4135 | 2026-07-20T03:19:55.229Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4136 | 2026-07-20T03:19:55.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
| 4137 | 2026-07-20T03:19:55.829Z | |
| 4138 | 2026-07-20T03:19:55.829Z | info: running `cargo check --bins` on ch-dev (242/301) |
| 4139 | 2026-07-20T03:19:56.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4140 | 2026-07-20T03:19:56.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4141 | 2026-07-20T03:19:56.523Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4142 | 2026-07-20T03:19:57.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4143 | 2026-07-20T03:19:57.475Z | |
| 4144 | 2026-07-20T03:19:57.475Z | info: running `cargo check --bins` on dev-tools-common (243/301) |
| 4145 | 2026-07-20T03:19:57.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-07-20T03:19:57.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-07-20T03:19:57.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4148 | 2026-07-20T03:19:57.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4149 | 2026-07-20T03:19:57.897Z | |
| 4150 | 2026-07-20T03:19:57.897Z | info: running `cargo check --bins` on corpus-adjust (244/301) |
| 4151 | 2026-07-20T03:19:58.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-07-20T03:19:58.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-07-20T03:19:58.511Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4154 | 2026-07-20T03:19:58.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4155 | 2026-07-20T03:19:59.037Z | |
| 4156 | 2026-07-20T03:19:59.037Z | info: running `cargo check --bins` on crdb-seed (245/301) |
| 4157 | 2026-07-20T03:19:59.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4158 | 2026-07-20T03:19:59.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4159 | 2026-07-20T03:19:59.731Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4160 | 2026-07-20T03:20:00.845Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4161 | 2026-07-20T03:20:01.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4162 | 2026-07-20T03:20:01.364Z | |
| 4163 | 2026-07-20T03:20:01.365Z | info: running `cargo check --bins` on db-dev (246/301) |
| 4164 | 2026-07-20T03:20:01.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4165 | 2026-07-20T03:20:01.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4166 | 2026-07-20T03:20:02.059Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4167 | 2026-07-20T03:20:02.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4168 | 2026-07-20T03:20:03.011Z | |
| 4169 | 2026-07-20T03:20:03.011Z | info: running `cargo check --bins` on omicron-dev-lib (247/301) |
| 4170 | 2026-07-20T03:20:03.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4171 | 2026-07-20T03:20:03.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4172 | 2026-07-20T03:20:03.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4173 | 2026-07-20T03:20:03.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4174 | 2026-07-20T03:20:03.611Z | |
| 4175 | 2026-07-20T03:20:03.611Z | info: running `cargo check --bins` on xtask-downloader (248/301) |
| 4176 | 2026-07-20T03:20:04.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4177 | 2026-07-20T03:20:04.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4178 | 2026-07-20T03:20:04.209Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4179 | 2026-07-20T03:20:04.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4180 | 2026-07-20T03:20:05.102Z | |
| 4181 | 2026-07-20T03:20:05.102Z | info: running `cargo check --bins` on omicron-dropshot-apis (249/301) |
| 4182 | 2026-07-20T03:20:05.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4183 | 2026-07-20T03:20:05.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4184 | 2026-07-20T03:20:05.831Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4185 | 2026-07-20T03:20:05.831Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4186 | 2026-07-20T03:20:05.834Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4187 | 2026-07-20T03:20:05.834Z | Checking git-stub v1.0.0 |
| 4188 | 2026-07-20T03:20:05.955Z | Compiling trait-variant v0.1.2 |
| 4189 | 2026-07-20T03:20:05.962Z | Checking maplit v1.0.2 |
| 4190 | 2026-07-20T03:20:05.967Z | Checking is_ci v1.2.0 |
| 4191 | 2026-07-20T03:20:05.996Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4192 | 2026-07-20T03:20:06.051Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4193 | 2026-07-20T03:20:06.091Z | Checking supports-color v3.0.2 |
| 4194 | 2026-07-20T03:20:06.111Z | Checking git-stub-vcs v0.1.0 |
| 4195 | 2026-07-20T03:20:06.200Z | Checking drift v0.2.0 |
| 4196 | 2026-07-20T03:20:06.218Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4197 | 2026-07-20T03:20:06.269Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4198 | 2026-07-20T03:20:06.317Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4199 | 2026-07-20T03:20:06.493Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4200 | 2026-07-20T03:20:06.524Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4201 | 2026-07-20T03:20:06.554Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4202 | 2026-07-20T03:20:06.565Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4203 | 2026-07-20T03:20:06.580Z | Checking dropshot-api-manager v0.7.2 |
| 4204 | 2026-07-20T03:20:06.774Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4205 | 2026-07-20T03:20:06.793Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4206 | 2026-07-20T03:20:07.299Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4207 | 2026-07-20T03:20:08.308Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4208 | 2026-07-20T03:20:09.333Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4209 | 2026-07-20T03:20:10.044Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4210 | 2026-07-20T03:20:10.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
| 4211 | 2026-07-20T03:20:10.670Z | |
| 4212 | 2026-07-20T03:20:10.670Z | info: running `cargo check --bins` on installinator-api (250/301) |
| 4213 | 2026-07-20T03:20:11.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-07-20T03:20:11.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-07-20T03:20:11.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4216 | 2026-07-20T03:20:11.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4217 | 2026-07-20T03:20:11.232Z | |
| 4218 | 2026-07-20T03:20:11.232Z | info: running `cargo check --bins` on nexus-external-api (251/301) |
| 4219 | 2026-07-20T03:20:11.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-07-20T03:20:11.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-07-20T03:20:11.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4222 | 2026-07-20T03:20:11.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4223 | 2026-07-20T03:20:11.842Z | |
| 4224 | 2026-07-20T03:20:11.842Z | info: running `cargo check --bins` on nexus-internal-api (252/301) |
| 4225 | 2026-07-20T03:20:12.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4226 | 2026-07-20T03:20:12.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4227 | 2026-07-20T03:20:12.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4228 | 2026-07-20T03:20:12.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4229 | 2026-07-20T03:20:12.441Z | |
| 4230 | 2026-07-20T03:20:12.441Z | info: running `cargo check --bins` on nexus-lockstep-api (253/301) |
| 4231 | 2026-07-20T03:20:12.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-07-20T03:20:12.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-07-20T03:20:12.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4234 | 2026-07-20T03:20:12.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4235 | 2026-07-20T03:20:13.035Z | |
| 4236 | 2026-07-20T03:20:13.035Z | info: running `cargo check --bins` on ntp-admin-api (254/301) |
| 4237 | 2026-07-20T03:20:13.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4238 | 2026-07-20T03:20:13.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4239 | 2026-07-20T03:20:13.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4240 | 2026-07-20T03:20:13.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4241 | 2026-07-20T03:20:13.598Z | |
| 4242 | 2026-07-20T03:20:13.598Z | info: running `cargo check --bins` on ntp-admin-types-versions (255/301) |
| 4243 | 2026-07-20T03:20:14.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2026-07-20T03:20:14.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2026-07-20T03:20:14.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4246 | 2026-07-20T03:20:14.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4247 | 2026-07-20T03:20:14.147Z | |
| 4248 | 2026-07-20T03:20:14.147Z | info: running `cargo check --bins` on wicketd-api (256/301) |
| 4249 | 2026-07-20T03:20:14.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4250 | 2026-07-20T03:20:14.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4251 | 2026-07-20T03:20:14.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4252 | 2026-07-20T03:20:14.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4253 | 2026-07-20T03:20:14.731Z | |
| 4254 | 2026-07-20T03:20:14.731Z | info: running `cargo check --bins` on omicron-ls-apis (257/301) |
| 4255 | 2026-07-20T03:20:15.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4256 | 2026-07-20T03:20:15.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4257 | 2026-07-20T03:20:15.322Z | Compiling blake3 v1.8.5 |
| 4258 | 2026-07-20T03:20:15.432Z | Checking constant_time_eq v0.4.2 |
| 4259 | 2026-07-20T03:20:15.436Z | Checking arrayref v0.3.9 |
| 4260 | 2026-07-20T03:20:15.442Z | Checking arrayvec v0.7.6 |
| 4261 | 2026-07-20T03:20:15.456Z | Checking cargo-platform v0.3.2 |
| 4262 | 2026-07-20T03:20:15.456Z | Checking topological-sort v0.2.2 |
| 4263 | 2026-07-20T03:20:15.459Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4264 | 2026-07-20T03:20:15.616Z | Checking cargo_metadata v0.23.1 |
| 4265 | 2026-07-20T03:20:16.343Z | Checking omicron-zone-package v0.12.3 |
| 4266 | 2026-07-20T03:20:17.087Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4267 | 2026-07-20T03:20:17.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4268 | 2026-07-20T03:20:18.111Z | |
| 4269 | 2026-07-20T03:20:18.111Z | info: running `cargo check --bins` on mgs-dev (258/301) |
| 4270 | 2026-07-20T03:20:18.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4271 | 2026-07-20T03:20:18.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4272 | 2026-07-20T03:20:18.829Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4273 | 2026-07-20T03:20:19.453Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4274 | 2026-07-20T03:20:19.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4275 | 2026-07-20T03:20:20.153Z | |
| 4276 | 2026-07-20T03:20:20.153Z | info: running `cargo check --bins` on omicron-omdb (259/301) |
| 4277 | 2026-07-20T03:20:20.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-07-20T03:20:20.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-07-20T03:20:21.099Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4280 | 2026-07-20T03:20:21.099Z | Compiling vergen-lib v0.1.6 |
| 4281 | 2026-07-20T03:20:21.102Z | Compiling diesel_derives v2.3.7 |
| 4282 | 2026-07-20T03:20:21.102Z | Compiling dsl_auto_type v0.2.0 |
| 4283 | 2026-07-20T03:20:21.102Z | Checking scheduled-thread-pool v0.2.7 |
| 4284 | 2026-07-20T03:20:21.102Z | Compiling vergen-gitcl v1.0.8 |
| 4285 | 2026-07-20T03:20:21.102Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4286 | 2026-07-20T03:20:21.102Z | Compiling dirs-sys-next v0.1.2 |
| 4287 | 2026-07-20T03:20:21.373Z | Compiling crunchy v0.2.4 |
| 4288 | 2026-07-20T03:20:21.471Z | Compiling glob v0.3.3 |
| 4289 | 2026-07-20T03:20:21.501Z | Compiling dirs-next v2.0.0 |
| 4290 | 2026-07-20T03:20:21.552Z | Checking r2d2 v0.8.10 |
| 4291 | 2026-07-20T03:20:21.583Z | Compiling tiny-keccak v2.0.2 |
| 4292 | 2026-07-20T03:20:21.632Z | Checking downcast-rs v2.0.2 |
| 4293 | 2026-07-20T03:20:21.728Z | Compiling term v0.7.0 |
| 4294 | 2026-07-20T03:20:21.770Z | Compiling bit-vec v0.6.3 |
| 4295 | 2026-07-20T03:20:21.872Z | Compiling clang-sys v1.8.1 |
| 4296 | 2026-07-20T03:20:21.934Z | Compiling bit-set v0.5.3 |
| 4297 | 2026-07-20T03:20:21.993Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4298 | 2026-07-20T03:20:22.100Z | Compiling ascii-canvas v3.0.0 |
| 4299 | 2026-07-20T03:20:22.205Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4300 | 2026-07-20T03:20:22.247Z | Compiling itertools v0.10.5 |
| 4301 | 2026-07-20T03:20:22.287Z | Compiling ena v0.14.4 |
| 4302 | 2026-07-20T03:20:22.304Z | Compiling libloading v0.8.9 |
| 4303 | 2026-07-20T03:20:22.323Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4304 | 2026-07-20T03:20:22.353Z | Compiling regex-syntax v0.6.29 |
| 4305 | 2026-07-20T03:20:22.370Z | Compiling diff v0.1.13 |
| 4306 | 2026-07-20T03:20:22.504Z | Compiling bindgen v0.71.1 |
| 4307 | 2026-07-20T03:20:22.665Z | Compiling cexpr v0.6.0 |
| 4308 | 2026-07-20T03:20:22.974Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4309 | 2026-07-20T03:20:22.994Z | Compiling rustc-hash v2.1.1 |
| 4310 | 2026-07-20T03:20:23.208Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4311 | 2026-07-20T03:20:23.298Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4312 | 2026-07-20T03:20:23.341Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4313 | 2026-07-20T03:20:23.358Z | Compiling libxml v0.3.3 |
| 4314 | 2026-07-20T03:20:23.619Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4315 | 2026-07-20T03:20:23.619Z | Compiling strum_macros v0.24.3 |
| 4316 | 2026-07-20T03:20:23.654Z | Compiling indoc v1.0.9 |
| 4317 | 2026-07-20T03:20:23.835Z | Compiling lalrpop v0.19.12 |
| 4318 | 2026-07-20T03:20:24.557Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4319 | 2026-07-20T03:20:24.767Z | Checking derive_builder v0.20.2 |
| 4320 | 2026-07-20T03:20:24.890Z | Compiling oso-derive v0.27.3 |
| 4321 | 2026-07-20T03:20:25.050Z | Checking quick-xml v0.37.5 |
| 4322 | 2026-07-20T03:20:25.113Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4323 | 2026-07-20T03:20:25.423Z | Checking openssl-probe v0.1.6 |
| 4324 | 2026-07-20T03:20:25.574Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4325 | 2026-07-20T03:20:25.975Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4326 | 2026-07-20T03:20:26.189Z | Checking bb8 v0.8.6 |
| 4327 | 2026-07-20T03:20:26.307Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4328 | 2026-07-20T03:20:26.334Z | Checking nonempty v0.12.0 |
| 4329 | 2026-07-20T03:20:26.482Z | Compiling libz-sys v1.1.24 |
| 4330 | 2026-07-20T03:20:26.504Z | Compiling strsim v0.10.0 |
| 4331 | 2026-07-20T03:20:26.575Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4332 | 2026-07-20T03:20:26.778Z | Compiling darling_core v0.13.4 |
| 4333 | 2026-07-20T03:20:26.889Z | Compiling vergen-git2 v9.1.0 |
| 4334 | 2026-07-20T03:20:27.136Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4335 | 2026-07-20T03:20:27.154Z | Compiling base64 v0.21.7 |
| 4336 | 2026-07-20T03:20:27.381Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4337 | 2026-07-20T03:20:27.413Z | Checking diesel v2.3.7 |
| 4338 | 2026-07-20T03:20:27.491Z | Compiling ron v0.8.1 |
| 4339 | 2026-07-20T03:20:28.417Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4340 | 2026-07-20T03:20:28.503Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4341 | 2026-07-20T03:20:28.644Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4342 | 2026-07-20T03:20:28.748Z | Compiling darling_macro v0.13.4 |
| 4343 | 2026-07-20T03:20:28.858Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4344 | 2026-07-20T03:20:29.073Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4345 | 2026-07-20T03:20:29.268Z | Compiling darling v0.13.4 |
| 4346 | 2026-07-20T03:20:29.288Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4347 | 2026-07-20T03:20:29.363Z | Compiling serde_with_macros v1.5.2 |
| 4348 | 2026-07-20T03:20:29.505Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4349 | 2026-07-20T03:20:29.730Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4350 | 2026-07-20T03:20:29.940Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4351 | 2026-07-20T03:20:30.082Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4352 | 2026-07-20T03:20:30.150Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4353 | 2026-07-20T03:20:30.256Z | Compiling serde_with v1.14.0 |
| 4354 | 2026-07-20T03:20:31.452Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4355 | 2026-07-20T03:20:31.867Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4356 | 2026-07-20T03:20:31.995Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4357 | 2026-07-20T03:20:32.680Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4358 | 2026-07-20T03:20:32.952Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4359 | 2026-07-20T03:20:33.228Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4360 | 2026-07-20T03:20:33.540Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4361 | 2026-07-20T03:20:33.721Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4362 | 2026-07-20T03:20:33.922Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4363 | 2026-07-20T03:20:34.318Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4364 | 2026-07-20T03:20:34.353Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4365 | 2026-07-20T03:20:34.569Z | Checking twox-hash v2.1.2 |
| 4366 | 2026-07-20T03:20:34.654Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4367 | 2026-07-20T03:20:34.891Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4368 | 2026-07-20T03:20:34.950Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4369 | 2026-07-20T03:20:35.324Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4370 | 2026-07-20T03:20:35.492Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4371 | 2026-07-20T03:20:36.708Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4372 | 2026-07-20T03:20:36.842Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4373 | 2026-07-20T03:20:36.996Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4374 | 2026-07-20T03:20:37.385Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4375 | 2026-07-20T03:20:37.547Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4376 | 2026-07-20T03:20:37.761Z | Checking console v0.16.2 |
| 4377 | 2026-07-20T03:20:38.093Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4378 | 2026-07-20T03:20:38.245Z | Checking fatfs v0.3.6 |
| 4379 | 2026-07-20T03:20:38.388Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4380 | 2026-07-20T03:20:38.726Z | Compiling seq-macro v0.3.6 |
| 4381 | 2026-07-20T03:20:39.271Z | Checking unit-prefix v0.5.2 |
| 4382 | 2026-07-20T03:20:39.419Z | Checking indicatif v0.18.4 |
| 4383 | 2026-07-20T03:20:39.792Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4384 | 2026-07-20T03:20:39.830Z | Checking support-bundle-viewer v0.1.2 |
| 4385 | 2026-07-20T03:20:40.098Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4386 | 2026-07-20T03:20:40.318Z | Checking multimap v0.10.1 |
| 4387 | 2026-07-20T03:20:46.166Z | Checking diesel-dtrace v0.5.0 |
| 4388 | 2026-07-20T03:20:46.423Z | Checking async-bb8-diesel v0.2.1 |
| 4389 | 2026-07-20T03:20:50.520Z | Compiling samael v0.0.19 |
| 4390 | 2026-07-20T03:20:55.260Z | Compiling git2 v0.20.4 |
| 4391 | 2026-07-20T03:20:56.821Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4392 | 2026-07-20T03:20:57.402Z | Compiling polar-core v0.27.3 |
| 4393 | 2026-07-20T03:20:57.815Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 4394 | 2026-07-20T03:21:02.158Z | Checking oso v0.27.3 |
| 4395 | 2026-07-20T03:21:32.304Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4396 | 2026-07-20T03:22:47.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4397 | 2026-07-20T03:22:47.788Z | |
| 4398 | 2026-07-20T03:22:47.788Z | info: running `cargo check --bins` on nexus-networking (260/301) |
| 4399 | 2026-07-20T03:22:48.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-07-20T03:22:48.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-07-20T03:22:48.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4402 | 2026-07-20T03:22:48.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4403 | 2026-07-20T03:22:48.443Z | |
| 4404 | 2026-07-20T03:22:48.443Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (261/301) |
| 4405 | 2026-07-20T03:22:48.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-07-20T03:22:48.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-07-20T03:22:48.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-07-20T03:22:48.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4409 | 2026-07-20T03:22:49.059Z | |
| 4410 | 2026-07-20T03:22:49.059Z | info: running `cargo check --bins` on nexus-saga-recovery (262/301) |
| 4411 | 2026-07-20T03:22:49.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-07-20T03:22:49.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-07-20T03:22:49.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4414 | 2026-07-20T03:22:49.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4415 | 2026-07-20T03:22:49.677Z | |
| 4416 | 2026-07-20T03:22:49.677Z | info: running `cargo check --bins` on nexus-test-utils-macros (263/301) |
| 4417 | 2026-07-20T03:22:50.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-07-20T03:22:50.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-07-20T03:22:50.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-07-20T03:22:50.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4421 | 2026-07-20T03:22:50.222Z | |
| 4422 | 2026-07-20T03:22:50.222Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (264/301) |
| 4423 | 2026-07-20T03:22:50.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-07-20T03:22:50.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-07-20T03:22:51.026Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4426 | 2026-07-20T03:22:51.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 4427 | 2026-07-20T03:22:51.985Z | |
| 4428 | 2026-07-20T03:22:51.985Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (265/301) |
| 4429 | 2026-07-20T03:22:52.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-07-20T03:22:52.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-07-20T03:22:52.787Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4432 | 2026-07-20T03:23:31.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s |
| 4433 | 2026-07-20T03:23:31.667Z | |
| 4434 | 2026-07-20T03:23:31.667Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (266/301) |
| 4435 | 2026-07-20T03:23:32.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4436 | 2026-07-20T03:23:32.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4437 | 2026-07-20T03:23:32.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4438 | 2026-07-20T03:23:32.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4439 | 2026-07-20T03:23:32.214Z | |
| 4440 | 2026-07-20T03:23:32.214Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (267/301) |
| 4441 | 2026-07-20T03:23:32.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4442 | 2026-07-20T03:23:32.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4443 | 2026-07-20T03:23:32.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4444 | 2026-07-20T03:23:32.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4445 | 2026-07-20T03:23:32.756Z | |
| 4446 | 2026-07-20T03:23:32.756Z | info: running `cargo check --bins --no-default-features` on nexus-fm (268/301) |
| 4447 | 2026-07-20T03:23:33.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4448 | 2026-07-20T03:23:33.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4449 | 2026-07-20T03:23:33.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4450 | 2026-07-20T03:23:33.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4451 | 2026-07-20T03:23:33.355Z | |
| 4452 | 2026-07-20T03:23:33.355Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (269/301) |
| 4453 | 2026-07-20T03:23:33.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4454 | 2026-07-20T03:23:33.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4455 | 2026-07-20T03:23:33.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4456 | 2026-07-20T03:23:33.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4457 | 2026-07-20T03:23:33.969Z | |
| 4458 | 2026-07-20T03:23:33.969Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (270/301) |
| 4459 | 2026-07-20T03:23:34.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4460 | 2026-07-20T03:23:34.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4461 | 2026-07-20T03:23:34.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4462 | 2026-07-20T03:23:34.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4463 | 2026-07-20T03:23:34.586Z | |
| 4464 | 2026-07-20T03:23:34.586Z | info: running `cargo check --bins` on nexus-mgs-updates (271/301) |
| 4465 | 2026-07-20T03:23:35.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4466 | 2026-07-20T03:23:35.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4467 | 2026-07-20T03:23:35.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4468 | 2026-07-20T03:23:35.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4469 | 2026-07-20T03:23:35.189Z | |
| 4470 | 2026-07-20T03:23:35.189Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (272/301) |
| 4471 | 2026-07-20T03:23:35.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4472 | 2026-07-20T03:23:35.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4473 | 2026-07-20T03:23:35.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4474 | 2026-07-20T03:23:35.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4475 | 2026-07-20T03:23:35.810Z | |
| 4476 | 2026-07-20T03:23:35.810Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (273/301) |
| 4477 | 2026-07-20T03:23:36.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4478 | 2026-07-20T03:23:36.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4479 | 2026-07-20T03:23:36.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4480 | 2026-07-20T03:23:36.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4481 | 2026-07-20T03:23:36.438Z | |
| 4482 | 2026-07-20T03:23:36.438Z | info: running `cargo check --bins` on nexus-switch-config (274/301) |
| 4483 | 2026-07-20T03:23:36.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4484 | 2026-07-20T03:23:36.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4485 | 2026-07-20T03:23:36.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4486 | 2026-07-20T03:23:36.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4487 | 2026-07-20T03:23:37.044Z | |
| 4488 | 2026-07-20T03:23:37.044Z | info: running `cargo check --bins` on nexus-switch-config-preparation (275/301) |
| 4489 | 2026-07-20T03:23:37.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4490 | 2026-07-20T03:23:37.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4491 | 2026-07-20T03:23:37.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4492 | 2026-07-20T03:23:37.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4493 | 2026-07-20T03:23:37.666Z | |
| 4494 | 2026-07-20T03:23:37.666Z | info: running `cargo check --bins` on support-bundle-collection (276/301) |
| 4495 | 2026-07-20T03:23:38.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4496 | 2026-07-20T03:23:38.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4497 | 2026-07-20T03:23:38.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4498 | 2026-07-20T03:23:38.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4499 | 2026-07-20T03:23:38.290Z | |
| 4500 | 2026-07-20T03:23:38.290Z | info: running `cargo check --bins` on omicron-dev (277/301) |
| 4501 | 2026-07-20T03:23:38.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4502 | 2026-07-20T03:23:38.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4503 | 2026-07-20T03:23:39.182Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4504 | 2026-07-20T03:23:39.186Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4505 | 2026-07-20T03:23:39.371Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4506 | 2026-07-20T03:23:39.401Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4507 | 2026-07-20T03:23:39.423Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4508 | 2026-07-20T03:23:39.444Z | Checking diff v0.1.13 |
| 4509 | 2026-07-20T03:23:39.456Z | Checking yansi v1.0.1 |
| 4510 | 2026-07-20T03:23:39.456Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4511 | 2026-07-20T03:23:39.522Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4512 | 2026-07-20T03:23:39.715Z | Checking pretty_assertions v1.4.1 |
| 4513 | 2026-07-20T03:23:40.469Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4514 | 2026-07-20T03:23:40.541Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4515 | 2026-07-20T03:24:05.811Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4516 | 2026-07-20T03:24:05.818Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4517 | 2026-07-20T03:24:05.818Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4518 | 2026-07-20T03:24:05.818Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4519 | 2026-07-20T03:24:05.818Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4520 | 2026-07-20T03:24:05.818Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4521 | 2026-07-20T03:24:05.818Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4522 | 2026-07-20T03:24:06.640Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4523 | 2026-07-20T03:24:06.640Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4524 | 2026-07-20T03:24:07.880Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4525 | 2026-07-20T03:24:46.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 4526 | 2026-07-20T03:24:46.627Z | |
| 4527 | 2026-07-20T03:24:46.627Z | info: running `cargo check --bins` on omicron-pins (278/301) |
| 4528 | 2026-07-20T03:24:47.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-07-20T03:24:47.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-07-20T03:24:47.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4531 | 2026-07-20T03:24:47.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4532 | 2026-07-20T03:24:47.176Z | |
| 4533 | 2026-07-20T03:24:47.176Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301) |
| 4534 | 2026-07-20T03:24:47.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-07-20T03:24:47.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-07-20T03:24:47.937Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4537 | 2026-07-20T03:24:48.061Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4538 | 2026-07-20T03:24:48.064Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4539 | 2026-07-20T03:25:15.689Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4540 | 2026-07-20T03:25:16.075Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4541 | 2026-07-20T03:25:17.865Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4542 | 2026-07-20T03:25:18.321Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4543 | 2026-07-20T03:25:21.476Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4544 | 2026-07-20T03:25:46.124Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4545 | 2026-07-20T03:25:46.831Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4546 | 2026-07-20T03:25:48.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 4547 | 2026-07-20T03:25:48.672Z | |
| 4548 | 2026-07-20T03:25:48.672Z | info: running `cargo check --bins` on reconfigurator-sp-updater (280/301) |
| 4549 | 2026-07-20T03:25:49.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-07-20T03:25:49.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-07-20T03:25:49.369Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4552 | 2026-07-20T03:25:50.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4553 | 2026-07-20T03:25:50.246Z | |
| 4554 | 2026-07-20T03:25:50.246Z | info: running `cargo check --bins` on omicron-releng (281/301) |
| 4555 | 2026-07-20T03:25:50.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-07-20T03:25:50.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-07-20T03:25:50.863Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4558 | 2026-07-20T03:25:50.964Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4559 | 2026-07-20T03:25:50.970Z | Checking sha2 v0.11.0 |
| 4560 | 2026-07-20T03:25:50.970Z | Checking digest-io v0.1.0 |
| 4561 | 2026-07-20T03:25:50.981Z | Checking rawzip v0.4.4 |
| 4562 | 2026-07-20T03:25:50.991Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4563 | 2026-07-20T03:25:50.997Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4564 | 2026-07-20T03:25:51.015Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4565 | 2026-07-20T03:25:51.079Z | Checking shell-words v1.1.1 |
| 4566 | 2026-07-20T03:25:51.461Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4567 | 2026-07-20T03:25:51.687Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 4568 | 2026-07-20T03:25:52.718Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4569 | 2026-07-20T03:25:53.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
| 4570 | 2026-07-20T03:25:53.962Z | |
| 4571 | 2026-07-20T03:25:53.962Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (282/301) |
| 4572 | 2026-07-20T03:25:54.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4573 | 2026-07-20T03:25:54.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4574 | 2026-07-20T03:25:54.570Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4575 | 2026-07-20T03:25:54.899Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4576 | 2026-07-20T03:25:55.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4577 | 2026-07-20T03:25:55.478Z | |
| 4578 | 2026-07-20T03:25:55.478Z | info: running `cargo check --bins` on schema (283/301) |
| 4579 | 2026-07-20T03:25:55.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4580 | 2026-07-20T03:25:55.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4581 | 2026-07-20T03:25:56.174Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4582 | 2026-07-20T03:25:56.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4583 | 2026-07-20T03:25:57.075Z | |
| 4584 | 2026-07-20T03:25:57.076Z | info: running `cargo check --bins` on xtask (284/301) |
| 4585 | 2026-07-20T03:25:57.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4586 | 2026-07-20T03:25:57.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4587 | 2026-07-20T03:25:57.472Z | Checking serde_core v1.0.228 |
| 4588 | 2026-07-20T03:25:57.472Z | Checking libc v0.2.185 |
| 4589 | 2026-07-20T03:25:57.475Z | Checking bitflags v2.11.0 |
| 4590 | 2026-07-20T03:25:57.559Z | Checking scroll v0.12.0 |
| 4591 | 2026-07-20T03:25:57.562Z | Checking thiserror v1.0.69 |
| 4592 | 2026-07-20T03:25:57.570Z | Checking log v0.4.29 |
| 4593 | 2026-07-20T03:25:57.579Z | Checking zerocopy v0.7.35 |
| 4594 | 2026-07-20T03:25:57.579Z | Checking indexmap v2.14.0 |
| 4595 | 2026-07-20T03:25:57.654Z | Checking syn v2.0.117 |
| 4596 | 2026-07-20T03:25:57.701Z | Checking dtrace-parser v0.2.0 |
| 4597 | 2026-07-20T03:25:57.714Z | Checking once_cell v1.21.3 |
| 4598 | 2026-07-20T03:25:57.775Z | Checking goblin v0.8.2 |
| 4599 | 2026-07-20T03:25:57.844Z | Checking errno v0.3.14 |
| 4600 | 2026-07-20T03:25:57.892Z | Checking getrandom v0.4.1 |
| 4601 | 2026-07-20T03:25:57.931Z | Checking thread-id v4.2.2 |
| 4602 | 2026-07-20T03:25:57.962Z | Checking rustix v1.1.3 |
| 4603 | 2026-07-20T03:25:58.010Z | Checking memmap v0.7.0 |
| 4604 | 2026-07-20T03:25:58.027Z | Checking thiserror v2.0.18 |
| 4605 | 2026-07-20T03:25:58.085Z | Checking fs-err v3.3.0 |
| 4606 | 2026-07-20T03:25:58.124Z | Checking tabled v0.15.0 |
| 4607 | 2026-07-20T03:25:58.135Z | Checking anyhow v1.0.102 |
| 4608 | 2026-07-20T03:25:58.755Z | Checking terminal_size v0.4.3 |
| 4609 | 2026-07-20T03:25:58.755Z | Checking tempfile v3.25.0 |
| 4610 | 2026-07-20T03:25:58.870Z | Checking clap_builder v4.6.0 |
| 4611 | 2026-07-20T03:25:58.873Z | Checking textwrap v0.16.2 |
| 4612 | 2026-07-20T03:25:59.055Z | Checking serde v1.0.228 |
| 4613 | 2026-07-20T03:25:59.055Z | Checking serde_json v1.0.150 |
| 4614 | 2026-07-20T03:25:59.058Z | Checking camino v1.2.2 |
| 4615 | 2026-07-20T03:25:59.085Z | Checking semver v1.0.28 |
| 4616 | 2026-07-20T03:25:59.258Z | Checking cargo-platform v0.3.2 |
| 4617 | 2026-07-20T03:25:59.308Z | Checking camino-tempfile v1.4.1 |
| 4618 | 2026-07-20T03:25:59.472Z | Checking serde_spanned v0.6.9 |
| 4619 | 2026-07-20T03:25:59.472Z | Checking toml_datetime v0.6.11 |
| 4620 | 2026-07-20T03:25:59.475Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4621 | 2026-07-20T03:25:59.475Z | Checking macaddr v1.0.1 |
| 4622 | 2026-07-20T03:25:59.661Z | Checking toml_edit v0.22.27 |
| 4623 | 2026-07-20T03:25:59.679Z | Checking dof v0.3.0 |
| 4624 | 2026-07-20T03:25:59.683Z | Checking cargo_metadata v0.23.1 |
| 4625 | 2026-07-20T03:25:59.960Z | Checking usdt-impl v0.5.0 |
| 4626 | 2026-07-20T03:26:00.091Z | Checking clap v4.6.1 |
| 4627 | 2026-07-20T03:26:00.237Z | Checking usdt v0.5.0 |
| 4628 | 2026-07-20T03:26:00.669Z | Checking toml v0.8.23 |
| 4629 | 2026-07-20T03:26:00.933Z | Checking cargo_toml v0.21.0 |
| 4630 | 2026-07-20T03:26:01.583Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4631 | 2026-07-20T03:26:01.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s |
| 4632 | 2026-07-20T03:26:02.088Z | |
| 4633 | 2026-07-20T03:26:02.088Z | info: running `cargo check --bins` on dnsadm (285/301) |
| 4634 | 2026-07-20T03:26:02.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4635 | 2026-07-20T03:26:02.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4636 | 2026-07-20T03:26:02.701Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4637 | 2026-07-20T03:26:03.174Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4638 | 2026-07-20T03:26:03.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4639 | 2026-07-20T03:26:03.740Z | |
| 4640 | 2026-07-20T03:26:03.740Z | info: running `cargo check --bins` on end-to-end-tests (286/301) |
| 4641 | 2026-07-20T03:26:04.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4642 | 2026-07-20T03:26:04.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4643 | 2026-07-20T03:26:04.531Z | Checking cpubits v0.1.1 |
| 4644 | 2026-07-20T03:26:04.537Z | Checking pem-rfc7468 v1.0.0 |
| 4645 | 2026-07-20T03:26:04.670Z | Checking hmac v0.13.0 |
| 4646 | 2026-07-20T03:26:04.670Z | Checking universal-hash v0.6.1 |
| 4647 | 2026-07-20T03:26:04.693Z | Checking ctr v0.10.1 |
| 4648 | 2026-07-20T03:26:04.693Z | Checking aead v0.6.1 |
| 4649 | 2026-07-20T03:26:04.723Z | Checking aes v0.9.1 |
| 4650 | 2026-07-20T03:26:04.726Z | Checking crypto-bigint v0.7.5 |
| 4651 | 2026-07-20T03:26:04.749Z | Checking cbc v0.2.1 |
| 4652 | 2026-07-20T03:26:04.793Z | Checking polyval v0.7.1 |
| 4653 | 2026-07-20T03:26:04.808Z | Checking der v0.8.0 |
| 4654 | 2026-07-20T03:26:04.822Z | Checking pbkdf2 v0.13.0 |
| 4655 | 2026-07-20T03:26:04.838Z | Checking salsa20 v0.11.0 |
| 4656 | 2026-07-20T03:26:04.890Z | Checking ff v0.14.0 |
| 4657 | 2026-07-20T03:26:04.895Z | Checking signature v3.0.0 |
| 4658 | 2026-07-20T03:26:04.936Z | Checking base16ct v1.0.0 |
| 4659 | 2026-07-20T03:26:04.963Z | Checking ghash v0.6.0 |
| 4660 | 2026-07-20T03:26:04.985Z | Checking scrypt v0.12.0 |
| 4661 | 2026-07-20T03:26:05.042Z | Checking group v0.14.0 |
| 4662 | 2026-07-20T03:26:05.070Z | Checking hkdf v0.13.0 |
| 4663 | 2026-07-20T03:26:05.088Z | Checking rfc6979 v0.5.0 |
| 4664 | 2026-07-20T03:26:05.108Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 4665 | 2026-07-20T03:26:05.135Z | Checking aes-gcm v0.11.0 |
| 4666 | 2026-07-20T03:26:05.157Z | Checking poly1305 v0.9.0 |
| 4667 | 2026-07-20T03:26:05.201Z | Checking blowfish v0.10.0 |
| 4668 | 2026-07-20T03:26:05.217Z | Checking blake2 v0.11.0-rc.6 |
| 4669 | 2026-07-20T03:26:05.230Z | Checking keccak v0.2.0 |
| 4670 | 2026-07-20T03:26:05.302Z | Checking fiat-crypto v0.3.0 |
| 4671 | 2026-07-20T03:26:05.353Z | Checking bcrypt-pbkdf v0.11.0 |
| 4672 | 2026-07-20T03:26:05.389Z | Checking sha3 v0.11.0 |
| 4673 | 2026-07-20T03:26:05.439Z | Checking kem v0.3.0 |
| 4674 | 2026-07-20T03:26:05.476Z | Checking argon2 v0.6.0-rc.8 |
| 4675 | 2026-07-20T03:26:05.509Z | Checking module-lattice v0.2.3 |
| 4676 | 2026-07-20T03:26:05.558Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4677 | 2026-07-20T03:26:05.631Z | Checking spki v0.8.0 |
| 4678 | 2026-07-20T03:26:05.734Z | Checking sec1 v0.8.1 |
| 4679 | 2026-07-20T03:26:05.748Z | Checking ml-kem v0.3.2 |
| 4680 | 2026-07-20T03:26:05.766Z | Checking internal-russh-num-bigint v0.5.0 |
| 4681 | 2026-07-20T03:26:05.796Z | Checking num-bigint v0.4.6 |
| 4682 | 2026-07-20T03:26:05.811Z | Checking pkcs5 v0.8.1 |
| 4683 | 2026-07-20T03:26:05.947Z | Checking pkcs1 v0.8.0-rc.4 |
| 4684 | 2026-07-20T03:26:06.118Z | Checking pkcs8 v0.11.0 |
| 4685 | 2026-07-20T03:26:06.163Z | Checking generic-array v1.4.3 |
| 4686 | 2026-07-20T03:26:06.317Z | Checking ed25519 v3.0.0 |
| 4687 | 2026-07-20T03:26:06.442Z | Compiling enum_dispatch v0.3.13 |
| 4688 | 2026-07-20T03:26:06.522Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 4689 | 2026-07-20T03:26:06.561Z | Checking russh-util v0.52.0 |
| 4690 | 2026-07-20T03:26:06.576Z | Compiling delegate v0.13.5 |
| 4691 | 2026-07-20T03:26:06.637Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4692 | 2026-07-20T03:26:06.687Z | Checking md5 v0.8.0 |
| 4693 | 2026-07-20T03:26:06.743Z | Checking hex-literal v1.1.0 |
| 4694 | 2026-07-20T03:26:06.781Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4695 | 2026-07-20T03:26:06.845Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4696 | 2026-07-20T03:26:06.862Z | Checking socket2 v0.5.10 |
| 4697 | 2026-07-20T03:26:07.048Z | Checking internet-checksum v0.2.1 |
| 4698 | 2026-07-20T03:26:07.064Z | Checking elliptic-curve v0.14.0-rc.33 |
| 4699 | 2026-07-20T03:26:07.079Z | Checking primefield v0.14.0 |
| 4700 | 2026-07-20T03:26:07.114Z | Checking ssh-encoding v0.3.0-rc.9 |
| 4701 | 2026-07-20T03:26:07.171Z | Checking crypto-primes v0.7.2 |
| 4702 | 2026-07-20T03:26:07.286Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4703 | 2026-07-20T03:26:07.348Z | Checking ssh-cipher v0.3.0-rc.9 |
| 4704 | 2026-07-20T03:26:07.439Z | Checking russh-cryptovec v0.61.0 |
| 4705 | 2026-07-20T03:26:07.544Z | Checking ecdsa v0.17.0-rc.18 |
| 4706 | 2026-07-20T03:26:07.544Z | Checking primeorder v0.14.0-rc.10 |
| 4707 | 2026-07-20T03:26:07.906Z | Checking p521 v0.14.0-rc.10 |
| 4708 | 2026-07-20T03:26:07.909Z | Checking p256 v0.14.0-rc.10 |
| 4709 | 2026-07-20T03:26:08.157Z | Checking rsa v0.10.0-rc.18 |
| 4710 | 2026-07-20T03:26:10.381Z | Checking p384 v0.14.0-rc.10 |
| 4711 | 2026-07-20T03:26:12.328Z | Checking ssh-key v0.7.0-rc.10 |
| 4712 | 2026-07-20T03:26:13.111Z | Checking russh v0.61.2 |
| 4713 | 2026-07-20T03:26:25.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s |
| 4714 | 2026-07-20T03:26:25.832Z | |
| 4715 | 2026-07-20T03:26:25.832Z | info: running `cargo check --bins` on gateway-cli (287/301) |
| 4716 | 2026-07-20T03:26:26.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4717 | 2026-07-20T03:26:26.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4718 | 2026-07-20T03:26:26.451Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4719 | 2026-07-20T03:26:26.559Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4720 | 2026-07-20T03:26:26.566Z | Checking termios v0.3.3 |
| 4721 | 2026-07-20T03:26:27.794Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4722 | 2026-07-20T03:26:27.943Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4723 | 2026-07-20T03:26:29.625Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4724 | 2026-07-20T03:26:30.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
| 4725 | 2026-07-20T03:26:30.376Z | |
| 4726 | 2026-07-20T03:26:30.376Z | info: running `cargo check --bins --no-default-features` on installinator (288/301) |
| 4727 | 2026-07-20T03:26:30.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4728 | 2026-07-20T03:26:30.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4729 | 2026-07-20T03:26:31.065Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4730 | 2026-07-20T03:26:31.069Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4731 | 2026-07-20T03:26:31.181Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4732 | 2026-07-20T03:26:31.184Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4733 | 2026-07-20T03:26:31.206Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4734 | 2026-07-20T03:26:31.206Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4735 | 2026-07-20T03:26:31.985Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4736 | 2026-07-20T03:26:32.317Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4737 | 2026-07-20T03:26:32.317Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4738 | 2026-07-20T03:26:32.963Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4739 | 2026-07-20T03:26:34.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 4740 | 2026-07-20T03:26:34.822Z | |
| 4741 | 2026-07-20T03:26:34.822Z | info: running `cargo check --bins` on internal-dns-cli (289/301) |
| 4742 | 2026-07-20T03:26:35.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-07-20T03:26:35.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-07-20T03:26:35.432Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4745 | 2026-07-20T03:26:35.884Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4746 | 2026-07-20T03:26:36.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 4747 | 2026-07-20T03:26:36.369Z | |
| 4748 | 2026-07-20T03:26:36.370Z | info: running `cargo check --bins` on omicron-live-tests (290/301) |
| 4749 | 2026-07-20T03:26:36.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4750 | 2026-07-20T03:26:36.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4751 | 2026-07-20T03:26:36.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4752 | 2026-07-20T03:26:36.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4753 | 2026-07-20T03:26:36.917Z | |
| 4754 | 2026-07-20T03:26:36.917Z | info: running `cargo check --bins` on live-tests-macros (291/301) |
| 4755 | 2026-07-20T03:26:37.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4756 | 2026-07-20T03:26:37.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4757 | 2026-07-20T03:26:37.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4758 | 2026-07-20T03:26:37.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4759 | 2026-07-20T03:26:37.474Z | |
| 4760 | 2026-07-20T03:26:37.474Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301) |
| 4761 | 2026-07-20T03:26:37.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4762 | 2026-07-20T03:26:37.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4763 | 2026-07-20T03:26:38.203Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4764 | 2026-07-20T03:26:38.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4765 | 2026-07-20T03:26:39.001Z | |
| 4766 | 2026-07-20T03:26:39.001Z | info: running `cargo check --bins` on omicron-ntp-admin (293/301) |
| 4767 | 2026-07-20T03:26:39.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4768 | 2026-07-20T03:26:39.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4769 | 2026-07-20T03:26:39.624Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4770 | 2026-07-20T03:26:39.627Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4771 | 2026-07-20T03:26:39.903Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4772 | 2026-07-20T03:26:39.903Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4773 | 2026-07-20T03:26:40.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4774 | 2026-07-20T03:26:40.906Z | |
| 4775 | 2026-07-20T03:26:40.906Z | info: running `cargo check --bins` on ntp-admin-types (294/301) |
| 4776 | 2026-07-20T03:26:41.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-07-20T03:26:41.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-07-20T03:26:41.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4779 | 2026-07-20T03:26:41.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 4780 | 2026-07-20T03:26:41.449Z | |
| 4781 | 2026-07-20T03:26:41.449Z | info: running `cargo check --bins` on omicron-package (295/301) |
| 4782 | 2026-07-20T03:26:41.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-07-20T03:26:41.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-07-20T03:26:42.098Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4785 | 2026-07-20T03:26:43.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4786 | 2026-07-20T03:26:43.356Z | |
| 4787 | 2026-07-20T03:26:43.356Z | info: running `cargo check --bins` on tqdb (296/301) |
| 4788 | 2026-07-20T03:26:43.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4789 | 2026-07-20T03:26:43.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4790 | 2026-07-20T03:26:44.106Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4791 | 2026-07-20T03:26:44.462Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4792 | 2026-07-20T03:26:44.984Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4793 | 2026-07-20T03:26:44.987Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4794 | 2026-07-20T03:26:51.222Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4795 | 2026-07-20T03:26:51.226Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4796 | 2026-07-20T03:26:51.810Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4797 | 2026-07-20T03:26:51.814Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4798 | 2026-07-20T03:26:51.814Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4799 | 2026-07-20T03:26:51.814Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4800 | 2026-07-20T03:26:52.598Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4801 | 2026-07-20T03:26:53.657Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4802 | 2026-07-20T03:26:54.496Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4803 | 2026-07-20T03:26:55.139Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4804 | 2026-07-20T03:27:00.158Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4805 | 2026-07-20T03:27:07.061Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4806 | 2026-07-20T03:27:07.065Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4807 | 2026-07-20T03:27:07.065Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4808 | 2026-07-20T03:27:07.065Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4809 | 2026-07-20T03:27:08.565Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4810 | 2026-07-20T03:27:09.915Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4811 | 2026-07-20T03:27:10.603Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4812 | 2026-07-20T03:27:11.847Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4813 | 2026-07-20T03:27:12.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.02s |
| 4814 | 2026-07-20T03:27:12.599Z | |
| 4815 | 2026-07-20T03:27:12.599Z | info: running `cargo check --bins` on wicket-dbg (297/301) |
| 4816 | 2026-07-20T03:27:13.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4817 | 2026-07-20T03:27:13.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4818 | 2026-07-20T03:27:13.278Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4819 | 2026-07-20T03:27:13.396Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4820 | 2026-07-20T03:27:13.403Z | Checking rtoolbox v0.0.3 |
| 4821 | 2026-07-20T03:27:13.411Z | Checking tui-tree-widget v0.23.1 |
| 4822 | 2026-07-20T03:27:13.509Z | Checking rpassword v7.5.4 |
| 4823 | 2026-07-20T03:27:13.903Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4824 | 2026-07-20T03:27:14.082Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4825 | 2026-07-20T03:27:15.045Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4826 | 2026-07-20T03:27:18.196Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4827 | 2026-07-20T03:27:20.085Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4828 | 2026-07-20T03:27:20.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s |
| 4829 | 2026-07-20T03:27:21.179Z | |
| 4830 | 2026-07-20T03:27:21.179Z | info: running `cargo check --bins` on wicket (298/301) |
| 4831 | 2026-07-20T03:27:21.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4832 | 2026-07-20T03:27:21.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4833 | 2026-07-20T03:27:21.844Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4834 | 2026-07-20T03:27:22.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4835 | 2026-07-20T03:27:22.385Z | |
| 4836 | 2026-07-20T03:27:22.385Z | info: running `cargo check --bins` on wicketd (299/301) |
| 4837 | 2026-07-20T03:27:22.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4838 | 2026-07-20T03:27:22.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4839 | 2026-07-20T03:27:23.070Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4840 | 2026-07-20T03:27:23.077Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4841 | 2026-07-20T03:27:23.077Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4842 | 2026-07-20T03:27:23.077Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4843 | 2026-07-20T03:27:23.967Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4844 | 2026-07-20T03:27:24.526Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4845 | 2026-07-20T03:27:27.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s |
| 4846 | 2026-07-20T03:27:27.828Z | |
| 4847 | 2026-07-20T03:27:27.828Z | info: running `cargo check --bins` on omicron-workspace-hack (300/301) |
| 4848 | 2026-07-20T03:27:28.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4849 | 2026-07-20T03:27:28.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4850 | 2026-07-20T03:27:28.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4851 | 2026-07-20T03:27:28.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4852 | 2026-07-20T03:27:28.417Z | |
| 4853 | 2026-07-20T03:27:28.417Z | info: running `cargo check --bins` on zone-setup (301/301) |
| 4854 | 2026-07-20T03:27:28.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4855 | 2026-07-20T03:27:28.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4856 | 2026-07-20T03:27:29.027Z | Checking uzers v0.12.2 |
| 4857 | 2026-07-20T03:27:29.304Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4858 | 2026-07-20T03:27:30.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4859 | 2026-07-20T03:27:30.261Z | |
| 4860 | 2026-07-20T03:27:30.261Z | real 14:18.482242769 |
| 4861 | 2026-07-20T03:27:30.261Z | user 21:49.441598431 |
| 4862 | 2026-07-20T03:27:30.261Z | sys 4:23.425927068 |
| 4863 | 2026-07-20T03:27:30.261Z | trap 0.344314180 |
| 4864 | 2026-07-20T03:27:30.261Z | tflt 0.702322004 |
| 4865 | 2026-07-20T03:27:30.261Z | dflt 1.006116484 |
| 4866 | 2026-07-20T03:27:30.261Z | kflt 0.004462827 |
| 4867 | 2026-07-20T03:27:30.266Z | lock 1:18:57.342498803 |
| 4868 | 2026-07-20T03:27:30.266Z | slp 1:44:03.691529015 |
| 4869 | 2026-07-20T03:27:30.266Z | lat 1:02.523850103 |
| 4870 | 2026-07-20T03:27:30.266Z | stop 3:42.534866975 |
| 4871 | 2026-07-20T03:27:30.266Z | process exited: duration 981710 ms, exit code 0 |
| |
| 4872 | 2026-07-20T03:27:30.297Z | found 0 output files |