|
|
|
| 1 | 2026-08-31T14:08:59.935Z | job assigned to worker 01M1C2CG4QNXF57W58MQZ5KGYE [factory aws, i-0b4e6a5cb941ab2b7] (queued for 49 s) |
| |
| 2 | 2026-08-31T14:09:07.099Z | starting task 0: "setup" |
| 3 | 2026-08-31T14:09:07.104Z | ++ uname -s |
| 4 | 2026-08-31T14:09:07.107Z | + kern=SunOS |
| 5 | 2026-08-31T14:09:07.107Z | + build_user=build |
| 6 | 2026-08-31T14:09:07.107Z | + build_uid=12345 |
| 7 | 2026-08-31T14:09:07.107Z | + work_dir=/work |
| 8 | 2026-08-31T14:09:07.107Z | + input_dir=/input |
| 9 | 2026-08-31T14:09:07.107Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T14:09:07.107Z | + case "$kern" in |
| 11 | 2026-08-31T14:09:07.107Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T14:09:07.111Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T14:09:09.114Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T14:09:09.188Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T14:09:09.195Z | + home_fs=zfs |
| 16 | 2026-08-31T14:09:09.195Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T14:09:09.195Z | + mkdir -p /home/build |
| 18 | 2026-08-31T14:09:09.195Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T14:09:11.193Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T14:09:11.196Z | process exited: duration 4096 ms, exit code 0 |
| |
| 21 | 2026-08-31T14:09:11.202Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T14:09:11.206Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-31T14:09:11.206Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-31T14:09:11.206Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-31T14:09:11.206Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-31T14:09:11.206Z | * rust toolchain profile = "default" |
| 27 | 2026-08-31T14:09:11.209Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T14:09:11.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T14:09:11.209Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-31T14:09:11.289Z | info: downloading installer |
| 31 | 2026-08-31T14:09:12.603Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T14:09:12.603Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T14:09:12.603Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T14:09:12.603Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T14:09:12.615Z | info: profile set to default |
| 36 | 2026-08-31T14:09:12.615Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T14:09:12.618Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-31T14:09:12.744Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-31T14:09:12.747Z | info: downloading 6 components |
| 40 | 2026-08-31T14:09:26.837Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-31T14:09:26.837Z | |
| 42 | 2026-08-31T14:09:26.869Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-31T14:09:26.869Z | |
| 44 | 2026-08-31T14:09:26.869Z | |
| 45 | 2026-08-31T14:09:26.869Z | Rust is installed now. Great! |
| 46 | 2026-08-31T14:09:26.869Z | |
| 47 | 2026-08-31T14:09:26.869Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T14:09:26.869Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T14:09:26.869Z | |
| 50 | 2026-08-31T14:09:26.869Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T14:09:26.869Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T14:09:26.869Z | |
| 53 | 2026-08-31T14:09:26.869Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T14:09:26.874Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T14:09:26.874Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T14:09:26.874Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T14:09:26.874Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T14:09:26.874Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T14:09:26.874Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T14:09:26.874Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T14:09:26.874Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T14:09:26.963Z | + rustup --version |
| 63 | 2026-08-31T14:09:26.972Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T14:09:26.975Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T14:09:26.993Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-31T14:09:26.995Z | + cargo --version |
| 67 | 2026-08-31T14:09:27.010Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-31T14:09:27.013Z | + rustc --version |
| 69 | 2026-08-31T14:09:27.032Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-31T14:09:27.035Z | process exited: duration 15832 ms, exit code 0 |
| |
| 71 | 2026-08-31T14:09:27.041Z | starting task 2: "authentication" |
| 72 | 2026-08-31T14:09:27.057Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-31T14:09:27.064Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T14:09:27.067Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-31T14:09:27.070Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-31T14:09:27.105Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-31T14:09:39.776Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-31T14:09:39.776Z | + git fetch origin 4f380ddc5e035d11ec69933c4af2cc15385932dd |
| 79 | 2026-08-31T14:09:40.352Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-31T14:09:40.352Z | * branch 4f380ddc5e035d11ec69933c4af2cc15385932dd -> FETCH_HEAD |
| 81 | 2026-08-31T14:09:40.362Z | + [[ -n john/data-migration-idempotency ]] |
| 82 | 2026-08-31T14:09:40.365Z | ++ git branch --show-current |
| 83 | 2026-08-31T14:09:40.365Z | + current=main |
| 84 | 2026-08-31T14:09:40.365Z | + [[ main != john/data-migration-idempotency ]] |
| 85 | 2026-08-31T14:09:40.365Z | + git branch -f john/data-migration-idempotency 4f380ddc5e035d11ec69933c4af2cc15385932dd |
| 86 | 2026-08-31T14:09:40.368Z | + git checkout -f john/data-migration-idempotency |
| 87 | 2026-08-31T14:09:40.625Z | Switched to branch 'john/data-migration-idempotency' |
| 88 | 2026-08-31T14:09:40.628Z | + git reset --hard 4f380ddc5e035d11ec69933c4af2cc15385932dd |
| 89 | 2026-08-31T14:09:40.640Z | HEAD is now at 4f380ddc5 add comment explaining apply_update(..., 2) |
| 90 | 2026-08-31T14:09:40.643Z | process exited: duration 13576 ms, exit code 0 |
| |
| 91 | 2026-08-31T14:09:40.649Z | starting task 4: "build" |
| 92 | 2026-08-31T14:09:40.653Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-31T14:09:40.656Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-31T14:09:40.656Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-31T14:09:40.656Z | +++ uname -s |
| 96 | 2026-08-31T14:09:40.656Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-31T14:09:40.656Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-31T14:09:40.661Z | + cargo --version |
| 99 | 2026-08-31T14:09:40.667Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-31T14:09:40.670Z | + rustc --version |
| 101 | 2026-08-31T14:09:40.687Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-31T14:09:40.690Z | + source ./env.sh |
| 103 | 2026-08-31T14:09:40.690Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-31T14:09:40.690Z | ++ set -o xtrace |
| 105 | 2026-08-31T14:09:40.693Z | ++++ dirname ./env.sh |
| 106 | 2026-08-31T14:09:40.693Z | +++ readlink -f . |
| 107 | 2026-08-31T14:09:40.696Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-31T14:09:40.696Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-31T14:09:40.696Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-31T14:09:40.696Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-08-31T14:09:40.696Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-08-31T14:09:40.696Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-08-31T14:09:40.696Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-08-31T14:09:40.696Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-08-31T14:09:40.696Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-08-31T14:09:40.697Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-08-31T14:09:40.697Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-08-31T14:09:40.697Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-31T14:09:40.697Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-31T14:09:40.697Z | + export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-31T14:09:40.697Z | + PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-31T14:09:40.697Z | + banner prerequisites |
| 123 | 2026-08-31T14:09:40.746Z | |
| 124 | 2026-08-31T14:09:40.746Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-31T14:09:40.746Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-31T14:09:40.746Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-31T14:09:40.746Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-31T14:09:40.746Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-31T14:09:40.746Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-31T14:09:40.746Z | |
| 131 | 2026-08-31T14:09:40.746Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-31T14:09:42.684Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-31T14:09:43.086Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-31T14:09:45.369Z | Planning: Solver setup ... Done (2.159s) |
| 135 | 2026-08-31T14:09:45.431Z | Planning: Running solver ... Done (0.063s) |
| 136 | 2026-08-31T14:09:45.480Z | Planning: Finding local manifests ... Done (0.002s) |
| 137 | 2026-08-31T14:09:45.494Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-31T14:09:45.515Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-31T14:09:45.528Z | Planning: Package planning ... Done (0.014s) |
| 140 | 2026-08-31T14:09:45.532Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-31T14:09:45.751Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 142 | 2026-08-31T14:09:45.758Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-31T14:09:46.538Z | Planning: Evaluating mediators ... Done (0.787s) |
| 144 | 2026-08-31T14:09:46.542Z | Planning: Planning completed in 3.42 seconds |
| 145 | 2026-08-31T14:09:46.548Z | Packages to install: 2 |
| 146 | 2026-08-31T14:09:46.548Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-31T14:09:46.548Z | Estimated space to be consumed: 83.65 MB |
| 148 | 2026-08-31T14:09:46.552Z | Create boot environment: No |
| 149 | 2026-08-31T14:09:46.552Z | Create backup boot environment: No |
| 150 | 2026-08-31T14:09:46.552Z | Rebuild boot archive: No |
| 151 | 2026-08-31T14:09:46.552Z | |
| 152 | 2026-08-31T14:09:46.552Z | Changed packages: |
| 153 | 2026-08-31T14:09:46.552Z | helios |
| 154 | 2026-08-31T14:09:46.552Z | developer/build-essential |
| 155 | 2026-08-31T14:09:46.552Z | None -> 11-3.0 |
| 156 | 2026-08-31T14:09:46.552Z | library/libxmlsec1 |
| 157 | 2026-08-31T14:09:46.552Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-31T14:09:46.574Z | |
| 159 | 2026-08-31T14:09:46.574Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-31T14:09:46.650Z | Download: Completed 1.28 MB in 0.08 seconds (16.8M/s) |
| 161 | 2026-08-31T14:09:46.734Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-31T14:09:46.773Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-31T14:09:46.814Z | Finalize: Updating package state database ... Done (0.036s) |
| 164 | 2026-08-31T14:09:46.824Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-31T14:09:46.901Z | Finalize: Updating image state ... Done (0.091s) |
| 166 | 2026-08-31T14:09:49.367Z | Finalize: Creating fast lookup database ... Done (2.417s) |
| 167 | 2026-08-31T14:09:49.432Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-31T14:09:49.436Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-31T14:09:49.517Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-31T14:09:49.886Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-31T14:09:50.082Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-31T14:09:50.211Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-31T14:09:50.346Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-31T14:09:50.346Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-31T14:09:50.346Z | Mediators to change: 2 |
| 176 | 2026-08-31T14:09:50.347Z | Create boot environment: No |
| 177 | 2026-08-31T14:09:50.347Z | Create backup boot environment: No |
| 178 | 2026-08-31T14:09:50.347Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-31T14:09:50.347Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-31T14:09:50.422Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-31T14:09:52.220Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-31T14:09:52.288Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-31T14:09:52.297Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-31T14:09:52.367Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-31T14:09:52.620Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-31T14:09:52.723Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-31T14:09:52.727Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-31T14:09:52.888Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-31T14:09:52.920Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-31T14:09:52.920Z | Mediators to change: 1 |
| 191 | 2026-08-31T14:09:52.921Z | Create boot environment: No |
| 192 | 2026-08-31T14:09:52.921Z | Create backup boot environment: No |
| 193 | 2026-08-31T14:09:52.966Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-31T14:09:52.995Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-31T14:09:53.005Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-31T14:09:54.907Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-31T14:09:54.971Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-31T14:09:54.976Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-31T14:09:55.049Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-31T14:09:55.357Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-31T14:09:55.358Z | apache system 2.4 system |
| 202 | 2026-08-31T14:09:55.358Z | clang system 15 system |
| 203 | 2026-08-31T14:09:55.358Z | csh system system illumos |
| 204 | 2026-08-31T14:09:55.358Z | ctags system system illumos |
| 205 | 2026-08-31T14:09:55.358Z | file vendor vendor darwinsys |
| 206 | 2026-08-31T14:09:55.358Z | file system system illumos |
| 207 | 2026-08-31T14:09:55.358Z | gcc vendor 14 vendor |
| 208 | 2026-08-31T14:09:55.358Z | gcc system 13 system |
| 209 | 2026-08-31T14:09:55.358Z | gcc system 10 system |
| 210 | 2026-08-31T14:09:55.358Z | go system 1.25 system |
| 211 | 2026-08-31T14:09:55.359Z | llvm system 15 system |
| 212 | 2026-08-31T14:09:55.359Z | mariadb system 11.4 system |
| 213 | 2026-08-31T14:09:55.359Z | mta vendor vendor dma |
| 214 | 2026-08-31T14:09:55.359Z | openjdk system 17 system |
| 215 | 2026-08-31T14:09:55.359Z | openjdk system 11 system |
| 216 | 2026-08-31T14:09:55.359Z | openssl vendor 3 vendor |
| 217 | 2026-08-31T14:09:55.359Z | perl system 5.40 system |
| 218 | 2026-08-31T14:09:55.359Z | postgresql system 18 system |
| 219 | 2026-08-31T14:09:55.359Z | postgresql system 17 system |
| 220 | 2026-08-31T14:09:55.359Z | python vendor 3 vendor |
| 221 | 2026-08-31T14:09:55.360Z | python system 2 system |
| 222 | 2026-08-31T14:09:55.360Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-31T14:09:55.360Z | ruby system 3.4 system |
| 224 | 2026-08-31T14:09:55.360Z | ruby system 3.0 system |
| 225 | 2026-08-31T14:09:55.360Z | words vendor vendor american-english |
| 226 | 2026-08-31T14:09:55.360Z | words system system australian-english |
| 227 | 2026-08-31T14:09:55.360Z | words system system british-english |
| 228 | 2026-08-31T14:09:55.360Z | words system system canadian-english |
| 229 | 2026-08-31T14:09:55.360Z | words system system french |
| 230 | 2026-08-31T14:09:55.360Z | words system system italian |
| 231 | 2026-08-31T14:09:55.360Z | words system system ngerman |
| 232 | 2026-08-31T14:09:55.360Z | words system system ogerman |
| 233 | 2026-08-31T14:09:55.360Z | words system system spanish |
| 234 | 2026-08-31T14:09:55.607Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-31T14:09:55.607Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-31T14:09:56.103Z | FMRI IFO |
| 237 | 2026-08-31T14:09:56.103Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-31T14:09:56.103Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-31T14:09:56.103Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-31T14:09:56.103Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-31T14:09:56.103Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-31T14:09:56.103Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-31T14:09:56.103Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-31T14:09:56.103Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-31T14:09:56.103Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-31T14:09:56.447Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-31T14:09:57.003Z | Updating crates.io index |
| 248 | 2026-08-31T14:09:57.006Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-31T14:09:57.322Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-31T14:09:57.908Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 251 | 2026-08-31T14:09:58.210Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-08-31T14:09:59.263Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 253 | 2026-08-31T14:10:00.088Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 254 | 2026-08-31T14:10:02.139Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 255 | 2026-08-31T14:10:03.037Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 256 | 2026-08-31T14:10:03.352Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 257 | 2026-08-31T14:10:03.740Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2026-08-31T14:10:05.015Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 259 | 2026-08-31T14:10:05.397Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-08-31T14:10:05.873Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-08-31T14:10:06.456Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-08-31T14:10:06.747Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-08-31T14:10:07.052Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-08-31T14:10:07.351Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 265 | 2026-08-31T14:10:07.625Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 266 | 2026-08-31T14:10:08.116Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-31T14:10:08.738Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-31T14:10:09.746Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-31T14:10:10.081Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-31T14:10:10.624Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-31T14:10:10.957Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-31T14:10:11.244Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-31T14:10:12.086Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-31T14:10:12.427Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-31T14:10:12.865Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-31T14:10:13.518Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-31T14:10:13.796Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-31T14:10:14.145Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-31T14:10:14.538Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 280 | 2026-08-31T14:10:15.154Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-31T14:10:15.817Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-08-31T14:10:16.171Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-31T14:10:16.480Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-31T14:10:17.143Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-31T14:10:17.493Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-31T14:10:17.784Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-31T14:10:18.119Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-31T14:10:18.549Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 289 | 2026-08-31T14:10:18.961Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-08-31T14:10:21.208Z | Downloading crates ... |
| 291 | 2026-08-31T14:10:21.275Z | Downloaded equivalent v1.0.2 |
| 292 | 2026-08-31T14:10:21.278Z | Downloaded macaddr v1.0.1 |
| 293 | 2026-08-31T14:10:21.283Z | Downloaded fnv v1.0.7 |
| 294 | 2026-08-31T14:10:21.286Z | Downloaded anstyle v1.0.14 |
| 295 | 2026-08-31T14:10:21.286Z | Downloaded dof v0.3.0 |
| 296 | 2026-08-31T14:10:21.290Z | Downloaded bitflags v2.11.0 |
| 297 | 2026-08-31T14:10:21.293Z | Downloaded heck v0.4.1 |
| 298 | 2026-08-31T14:10:21.293Z | Downloaded zmij v1.0.21 |
| 299 | 2026-08-31T14:10:21.297Z | Downloaded usdt v0.5.0 |
| 300 | 2026-08-31T14:10:21.300Z | Downloaded anstream v1.0.0 |
| 301 | 2026-08-31T14:10:21.305Z | Downloaded zerocopy v0.7.35 |
| 302 | 2026-08-31T14:10:21.313Z | Downloaded anstyle-query v1.1.5 |
| 303 | 2026-08-31T14:10:21.316Z | Downloaded errno v0.3.14 |
| 304 | 2026-08-31T14:10:21.316Z | Downloaded is_terminal_polyfill v1.70.2 |
| 305 | 2026-08-31T14:10:21.316Z | Downloaded memmap v0.7.0 |
| 306 | 2026-08-31T14:10:21.316Z | Downloaded unicode-linebreak v0.1.5 |
| 307 | 2026-08-31T14:10:21.316Z | Downloaded colorchoice v1.0.4 |
| 308 | 2026-08-31T14:10:21.322Z | Downloaded autocfg v1.5.0 |
| 309 | 2026-08-31T14:10:21.325Z | Downloaded serde_tokenstream v0.2.3 |
| 310 | 2026-08-31T14:10:21.325Z | Downloaded cargo_metadata v0.23.1 |
| 311 | 2026-08-31T14:10:21.325Z | Downloaded itoa v1.0.17 |
| 312 | 2026-08-31T14:10:21.328Z | Downloaded cpufeatures v0.2.17 |
| 313 | 2026-08-31T14:10:21.331Z | Downloaded block-buffer v0.10.4 |
| 314 | 2026-08-31T14:10:21.331Z | Downloaded generic-array v0.14.7 |
| 315 | 2026-08-31T14:10:21.334Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-08-31T14:10:21.334Z | Downloaded serde_spanned v0.6.9 |
| 317 | 2026-08-31T14:10:21.337Z | Downloaded byteorder v1.5.0 |
| 318 | 2026-08-31T14:10:21.344Z | Downloaded camino-tempfile v1.4.1 |
| 319 | 2026-08-31T14:10:21.348Z | Downloaded heck v0.5.0 |
| 320 | 2026-08-31T14:10:21.348Z | Downloaded pest_derive v2.8.6 |
| 321 | 2026-08-31T14:10:21.351Z | Downloaded cargo-platform v0.3.2 |
| 322 | 2026-08-31T14:10:21.354Z | Downloaded fastrand v2.3.0 |
| 323 | 2026-08-31T14:10:21.358Z | Downloaded clap_lex v1.0.0 |
| 324 | 2026-08-31T14:10:21.361Z | Downloaded utf8parse v0.2.2 |
| 325 | 2026-08-31T14:10:21.361Z | Downloaded strsim v0.11.1 |
| 326 | 2026-08-31T14:10:21.365Z | Downloaded toml_write v0.1.2 |
| 327 | 2026-08-31T14:10:21.365Z | Downloaded cfg-if v1.0.4 |
| 328 | 2026-08-31T14:10:21.365Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-08-31T14:10:21.365Z | Downloaded toml_datetime v0.6.11 |
| 330 | 2026-08-31T14:10:21.369Z | Downloaded crypto-common v0.1.7 |
| 331 | 2026-08-31T14:10:21.372Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-08-31T14:10:21.375Z | Downloaded usdt-macro v0.5.0 |
| 333 | 2026-08-31T14:10:21.375Z | Downloaded version_check v0.9.5 |
| 334 | 2026-08-31T14:10:21.379Z | Downloaded bytecount v0.6.9 |
| 335 | 2026-08-31T14:10:21.379Z | Downloaded digest v0.10.7 |
| 336 | 2026-08-31T14:10:21.387Z | Downloaded swrite v0.1.0 |
| 337 | 2026-08-31T14:10:21.392Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-08-31T14:10:21.400Z | Downloaded smawk v0.3.2 |
| 339 | 2026-08-31T14:10:21.403Z | Downloaded plain v0.2.3 |
| 340 | 2026-08-31T14:10:21.407Z | Downloaded pretty-hex v0.4.1 |
| 341 | 2026-08-31T14:10:21.407Z | Downloaded terminal_size v0.4.3 |
| 342 | 2026-08-31T14:10:21.410Z | Downloaded clap_derive v4.6.1 |
| 343 | 2026-08-31T14:10:21.413Z | Downloaded tempfile v3.27.0 |
| 344 | 2026-08-31T14:10:21.420Z | Downloaded anstyle-parse v1.0.0 |
| 345 | 2026-08-31T14:10:21.422Z | Downloaded usdt-impl v0.5.0 |
| 346 | 2026-08-31T14:10:21.425Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2026-08-31T14:10:21.425Z | Downloaded proc-macro-error v1.0.4 |
| 348 | 2026-08-31T14:10:21.430Z | Downloaded cargo_toml v0.21.0 |
| 349 | 2026-08-31T14:10:21.437Z | Downloaded fs-err v3.3.0 |
| 350 | 2026-08-31T14:10:21.437Z | Downloaded thiserror v1.0.69 |
| 351 | 2026-08-31T14:10:21.437Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2026-08-31T14:10:21.437Z | Downloaded camino v1.2.5 |
| 353 | 2026-08-31T14:10:21.453Z | Downloaded sha2 v0.10.9 |
| 354 | 2026-08-31T14:10:21.466Z | Downloaded scroll v0.12.0 |
| 355 | 2026-08-31T14:10:21.467Z | Downloaded scroll_derive v0.12.1 |
| 356 | 2026-08-31T14:10:21.467Z | Downloaded thiserror v2.0.18 |
| 357 | 2026-08-31T14:10:21.467Z | Downloaded quote v1.0.45 |
| 358 | 2026-08-31T14:10:21.467Z | Downloaded getrandom v0.4.3 |
| 359 | 2026-08-31T14:10:21.467Z | Downloaded log v0.4.33 |
| 360 | 2026-08-31T14:10:21.470Z | Downloaded serde_derive v1.0.228 |
| 361 | 2026-08-31T14:10:21.470Z | Downloaded anyhow v1.0.104 |
| 362 | 2026-08-31T14:10:21.473Z | Downloaded thiserror-impl v2.0.18 |
| 363 | 2026-08-31T14:10:21.473Z | Downloaded clap v4.6.1 |
| 364 | 2026-08-31T14:10:21.477Z | Downloaded once_cell v1.21.3 |
| 365 | 2026-08-31T14:10:21.480Z | Downloaded papergrid v0.11.0 |
| 366 | 2026-08-31T14:10:21.483Z | Downloaded toml v0.8.23 |
| 367 | 2026-08-31T14:10:21.486Z | Downloaded semver v1.0.28 |
| 368 | 2026-08-31T14:10:21.489Z | Downloaded zerocopy-derive v0.7.35 |
| 369 | 2026-08-31T14:10:21.492Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2026-08-31T14:10:21.497Z | Downloaded pest_generator v2.8.6 |
| 371 | 2026-08-31T14:10:21.500Z | Downloaded unicode-ident v1.0.24 |
| 372 | 2026-08-31T14:10:21.503Z | Downloaded serde_core v1.0.228 |
| 373 | 2026-08-31T14:10:21.510Z | Downloaded textwrap v0.16.2 |
| 374 | 2026-08-31T14:10:21.515Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-08-31T14:10:21.519Z | Downloaded pest_meta v2.8.6 |
| 376 | 2026-08-31T14:10:21.553Z | Downloaded serde v1.0.228 |
| 377 | 2026-08-31T14:10:21.556Z | Downloaded toml_edit v0.22.27 |
| 378 | 2026-08-31T14:10:21.562Z | Downloaded typenum v1.20.1 |
| 379 | 2026-08-31T14:10:21.563Z | Downloaded memchr v2.8.0 |
| 380 | 2026-08-31T14:10:21.565Z | Downloaded indexmap v2.14.0 |
| 381 | 2026-08-31T14:10:21.568Z | Downloaded pest v2.8.6 |
| 382 | 2026-08-31T14:10:21.595Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-31T14:10:21.608Z | Downloaded goblin v0.8.2 |
| 384 | 2026-08-31T14:10:21.614Z | Downloaded serde_json v1.0.151 |
| 385 | 2026-08-31T14:10:21.617Z | Downloaded clap_builder v4.6.0 |
| 386 | 2026-08-31T14:10:21.632Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-31T14:10:21.655Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-31T14:10:21.663Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-31T14:10:21.668Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-31T14:10:21.671Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-08-31T14:10:21.675Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-31T14:10:21.694Z | Downloaded rustix v1.1.4 |
| 393 | 2026-08-31T14:10:21.709Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-31T14:10:21.772Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-31T14:10:21.772Z | Compiling quote v1.0.45 |
| 396 | 2026-08-31T14:10:21.772Z | Compiling unicode-ident v1.0.24 |
| 397 | 2026-08-31T14:10:21.772Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-31T14:10:21.772Z | Compiling libc v0.2.185 |
| 399 | 2026-08-31T14:10:21.776Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-31T14:10:21.776Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-31T14:10:21.776Z | Compiling serde v1.0.228 |
| 402 | 2026-08-31T14:10:22.088Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-31T14:10:22.319Z | Compiling itoa v1.0.17 |
| 404 | 2026-08-31T14:10:22.350Z | Compiling thiserror v1.0.69 |
| 405 | 2026-08-31T14:10:22.492Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-31T14:10:22.602Z | Compiling byteorder v1.5.0 |
| 407 | 2026-08-31T14:10:22.677Z | Compiling pest v2.8.6 |
| 408 | 2026-08-31T14:10:22.773Z | Compiling rustix v1.1.4 |
| 409 | 2026-08-31T14:10:22.822Z | Compiling errno v0.3.14 |
| 410 | 2026-08-31T14:10:22.840Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-31T14:10:23.054Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-31T14:10:23.267Z | Compiling syn v2.0.117 |
| 413 | 2026-08-31T14:10:23.373Z | Compiling thread-id v4.2.2 |
| 414 | 2026-08-31T14:10:23.373Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-31T14:10:23.501Z | Compiling proc-macro-error-attr v1.0.4 |
| 416 | 2026-08-31T14:10:23.501Z | Compiling camino v1.2.5 |
| 417 | 2026-08-31T14:10:23.587Z | Compiling syn v1.0.109 |
| 418 | 2026-08-31T14:10:23.749Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-31T14:10:23.870Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-31T14:10:23.930Z | Compiling equivalent v1.0.2 |
| 421 | 2026-08-31T14:10:23.930Z | Compiling plain v0.2.3 |
| 422 | 2026-08-31T14:10:23.999Z | Compiling getrandom v0.4.3 |
| 423 | 2026-08-31T14:10:23.999Z | Compiling log v0.4.33 |
| 424 | 2026-08-31T14:10:24.077Z | Compiling utf8parse v0.2.2 |
| 425 | 2026-08-31T14:10:24.156Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-08-31T14:10:24.277Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-31T14:10:24.464Z | Compiling anstyle-parse v1.0.0 |
| 428 | 2026-08-31T14:10:24.587Z | Compiling indexmap v2.14.0 |
| 429 | 2026-08-31T14:10:24.866Z | Compiling toml_write v0.1.2 |
| 430 | 2026-08-31T14:10:25.011Z | Compiling colorchoice v1.0.4 |
| 431 | 2026-08-31T14:10:25.116Z | Compiling is_terminal_polyfill v1.70.2 |
| 432 | 2026-08-31T14:10:25.168Z | Compiling anstyle v1.0.14 |
| 433 | 2026-08-31T14:10:25.196Z | Compiling autocfg v1.5.0 |
| 434 | 2026-08-31T14:10:25.217Z | Compiling anstyle-query v1.1.5 |
| 435 | 2026-08-31T14:10:25.235Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-08-31T14:10:25.312Z | Compiling thiserror v2.0.18 |
| 437 | 2026-08-31T14:10:25.329Z | Compiling winnow v0.7.14 |
| 438 | 2026-08-31T14:10:25.347Z | Compiling pretty-hex v0.4.1 |
| 439 | 2026-08-31T14:10:25.385Z | Compiling anstream v1.0.0 |
| 440 | 2026-08-31T14:10:25.485Z | Compiling pest_generator v2.8.6 |
| 441 | 2026-08-31T14:10:25.606Z | Compiling fs-err v3.3.0 |
| 442 | 2026-08-31T14:10:25.710Z | Compiling unicode-width v0.1.14 |
| 443 | 2026-08-31T14:10:25.730Z | Compiling strsim v0.11.1 |
| 444 | 2026-08-31T14:10:25.841Z | Compiling anyhow v1.0.104 |
| 445 | 2026-08-31T14:10:25.981Z | Compiling heck v0.5.0 |
| 446 | 2026-08-31T14:10:26.074Z | Compiling bytecount v0.6.9 |
| 447 | 2026-08-31T14:10:26.120Z | Compiling heck v0.4.1 |
| 448 | 2026-08-31T14:10:26.158Z | Compiling once_cell v1.21.3 |
| 449 | 2026-08-31T14:10:26.184Z | Compiling clap_lex v1.0.0 |
| 450 | 2026-08-31T14:10:26.205Z | Compiling fnv v1.0.7 |
| 451 | 2026-08-31T14:10:26.222Z | Compiling fastrand v2.3.0 |
| 452 | 2026-08-31T14:10:26.314Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-31T14:10:26.368Z | Compiling clap_builder v4.6.0 |
| 454 | 2026-08-31T14:10:26.420Z | Compiling tempfile v3.27.0 |
| 455 | 2026-08-31T14:10:26.556Z | Compiling cargo-platform v0.3.2 |
| 456 | 2026-08-31T14:10:26.594Z | Compiling semver v1.0.28 |
| 457 | 2026-08-31T14:10:26.709Z | Compiling tabled_derive v0.7.0 |
| 458 | 2026-08-31T14:10:26.808Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-31T14:10:26.881Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2026-08-31T14:10:26.888Z | Compiling unicode-width v0.2.0 |
| 461 | 2026-08-31T14:10:26.923Z | Compiling smawk v0.3.2 |
| 462 | 2026-08-31T14:10:26.990Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-31T14:10:27.121Z | Compiling textwrap v0.16.2 |
| 464 | 2026-08-31T14:10:27.138Z | Compiling serde_derive v1.0.228 |
| 465 | 2026-08-31T14:10:27.213Z | Compiling thiserror-impl v1.0.69 |
| 466 | 2026-08-31T14:10:27.342Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2026-08-31T14:10:27.417Z | Compiling pest_derive v2.8.6 |
| 468 | 2026-08-31T14:10:27.572Z | Compiling scroll_derive v0.12.1 |
| 469 | 2026-08-31T14:10:27.592Z | Compiling thiserror-impl v2.0.18 |
| 470 | 2026-08-31T14:10:27.726Z | Compiling clap_derive v4.6.1 |
| 471 | 2026-08-31T14:10:27.858Z | Compiling tabled v0.15.0 |
| 472 | 2026-08-31T14:10:28.200Z | Compiling zerocopy v0.7.35 |
| 473 | 2026-08-31T14:10:28.226Z | Compiling scroll v0.12.0 |
| 474 | 2026-08-31T14:10:28.496Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-31T14:10:28.578Z | Compiling dtrace-parser v0.2.0 |
| 476 | 2026-08-31T14:10:28.747Z | Compiling swrite v0.1.0 |
| 477 | 2026-08-31T14:10:29.389Z | Compiling clap v4.6.1 |
| 478 | 2026-08-31T14:10:30.000Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-08-31T14:10:30.000Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-08-31T14:10:30.000Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-08-31T14:10:30.000Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-08-31T14:10:30.000Z | Compiling macaddr v1.0.1 |
| 483 | 2026-08-31T14:10:30.106Z | Compiling dof v0.3.0 |
| 484 | 2026-08-31T14:10:30.122Z | Compiling serde_tokenstream v0.2.3 |
| 485 | 2026-08-31T14:10:30.237Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-31T14:10:30.817Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-31T14:10:30.850Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-31T14:10:31.448Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-31T14:10:31.575Z | Compiling toml v0.8.23 |
| 490 | 2026-08-31T14:10:31.900Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-31T14:10:33.131Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-31T14:10:35.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.87s |
| 493 | 2026-08-31T14:10:35.350Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-31T14:10:35.869Z | Downloading crates ... |
| 495 | 2026-08-31T14:10:35.920Z | Downloaded async-recursion v1.1.1 |
| 496 | 2026-08-31T14:10:35.924Z | Downloaded arrayref v0.3.9 |
| 497 | 2026-08-31T14:10:35.927Z | Downloaded argon2 v0.6.0-rc.8 |
| 498 | 2026-08-31T14:10:35.930Z | Downloaded cassowary v0.3.0 |
| 499 | 2026-08-31T14:10:35.934Z | Downloaded aead v0.5.2 |
| 500 | 2026-08-31T14:10:35.934Z | Downloaded cbc v0.2.1 |
| 501 | 2026-08-31T14:10:35.938Z | Downloaded console v0.16.2 |
| 502 | 2026-08-31T14:10:35.938Z | Downloaded atomic-waker v1.1.2 |
| 503 | 2026-08-31T14:10:35.942Z | Downloaded anstream v0.6.21 |
| 504 | 2026-08-31T14:10:35.946Z | Downloaded base16ct v1.0.0 |
| 505 | 2026-08-31T14:10:35.946Z | Downloaded const-oid v0.9.6 |
| 506 | 2026-08-31T14:10:35.952Z | Downloaded array-init v0.0.4 |
| 507 | 2026-08-31T14:10:35.952Z | Downloaded blake2 v0.10.6 |
| 508 | 2026-08-31T14:10:35.952Z | Downloaded ena v0.14.4 |
| 509 | 2026-08-31T14:10:35.952Z | Downloaded fixedbitset v0.5.7 |
| 510 | 2026-08-31T14:10:35.956Z | Downloaded adler2 v2.0.1 |
| 511 | 2026-08-31T14:10:35.956Z | Downloaded allocator-api2 v0.2.21 |
| 512 | 2026-08-31T14:10:35.956Z | Downloaded flume v0.11.1 |
| 513 | 2026-08-31T14:10:35.956Z | Downloaded assert_matches v1.5.0 |
| 514 | 2026-08-31T14:10:35.960Z | Downloaded fxhash v0.2.1 |
| 515 | 2026-08-31T14:10:35.960Z | Downloaded hex-literal v1.1.0 |
| 516 | 2026-08-31T14:10:35.968Z | Downloaded const-oid v0.10.2 |
| 517 | 2026-08-31T14:10:35.968Z | Downloaded form_urlencoded v1.2.2 |
| 518 | 2026-08-31T14:10:35.978Z | Downloaded backtrace-ext v0.2.1 |
| 519 | 2026-08-31T14:10:35.978Z | Downloaded futures-macro v0.3.32 |
| 520 | 2026-08-31T14:10:35.978Z | Downloaded compression-core v0.4.31 |
| 521 | 2026-08-31T14:10:35.978Z | Downloaded async-stream v0.3.6 |
| 522 | 2026-08-31T14:10:35.978Z | Downloaded float-cmp v0.10.0 |
| 523 | 2026-08-31T14:10:35.978Z | Downloaded futures-io v0.3.32 |
| 524 | 2026-08-31T14:10:35.978Z | Downloaded futures-sink v0.3.32 |
| 525 | 2026-08-31T14:10:35.979Z | Downloaded async-stream-impl v0.3.6 |
| 526 | 2026-08-31T14:10:35.979Z | Downloaded hash32 v0.2.1 |
| 527 | 2026-08-31T14:10:35.979Z | Downloaded endian-type v0.1.2 |
| 528 | 2026-08-31T14:10:35.979Z | Downloaded futures-task v0.3.32 |
| 529 | 2026-08-31T14:10:35.982Z | Downloaded foreign-types-macros v0.2.3 |
| 530 | 2026-08-31T14:10:35.982Z | Downloaded arrayvec v0.7.6 |
| 531 | 2026-08-31T14:10:35.982Z | Downloaded atomicwrites v0.4.4 |
| 532 | 2026-08-31T14:10:35.982Z | Downloaded fixedbitset v0.4.2 |
| 533 | 2026-08-31T14:10:35.982Z | Downloaded flagset v0.4.7 |
| 534 | 2026-08-31T14:10:35.982Z | Downloaded foreign-types v0.5.0 |
| 535 | 2026-08-31T14:10:35.990Z | Downloaded anstyle-parse v0.2.7 |
| 536 | 2026-08-31T14:10:35.990Z | Downloaded base64ct v1.8.3 |
| 537 | 2026-08-31T14:10:35.993Z | Downloaded backoff v0.4.0 |
| 538 | 2026-08-31T14:10:35.993Z | Downloaded env_filter v2.0.0 |
| 539 | 2026-08-31T14:10:35.993Z | Downloaded gethostname v0.5.0 |
| 540 | 2026-08-31T14:10:35.993Z | Downloaded futures-core v0.3.32 |
| 541 | 2026-08-31T14:10:35.993Z | Downloaded filetime v0.2.27 |
| 542 | 2026-08-31T14:10:35.993Z | Downloaded foldhash v0.2.0 |
| 543 | 2026-08-31T14:10:35.993Z | Downloaded atty v0.2.14 |
| 544 | 2026-08-31T14:10:35.993Z | Downloaded base16ct v0.2.0 |
| 545 | 2026-08-31T14:10:35.993Z | Downloaded cobs v0.3.0 |
| 546 | 2026-08-31T14:10:35.997Z | Downloaded ghash v0.6.0 |
| 547 | 2026-08-31T14:10:35.997Z | Downloaded addr2line v0.25.1 |
| 548 | 2026-08-31T14:10:35.997Z | Downloaded float-ord v0.3.2 |
| 549 | 2026-08-31T14:10:36.001Z | Downloaded aead v0.6.1 |
| 550 | 2026-08-31T14:10:36.001Z | Downloaded ahash v0.8.12 |
| 551 | 2026-08-31T14:10:36.004Z | Downloaded foreign-types v0.3.2 |
| 552 | 2026-08-31T14:10:36.004Z | Downloaded backon v1.6.0 |
| 553 | 2026-08-31T14:10:36.004Z | Downloaded hubpack_derive v0.1.1 |
| 554 | 2026-08-31T14:10:36.004Z | Downloaded find-msvc-tools v0.1.9 |
| 555 | 2026-08-31T14:10:36.007Z | Downloaded bb8 v0.8.6 |
| 556 | 2026-08-31T14:10:36.010Z | Downloaded env_logger v0.11.11 |
| 557 | 2026-08-31T14:10:36.014Z | Downloaded foldhash v0.1.5 |
| 558 | 2026-08-31T14:10:36.014Z | Downloaded http-body-util v0.1.3 |
| 559 | 2026-08-31T14:10:36.014Z | Downloaded enum_dispatch v0.3.13 |
| 560 | 2026-08-31T14:10:36.021Z | Downloaded bit-set v0.5.3 |
| 561 | 2026-08-31T14:10:36.021Z | Downloaded block-buffer v0.12.1 |
| 562 | 2026-08-31T14:10:36.021Z | Downloaded ciborium-ll v0.2.2 |
| 563 | 2026-08-31T14:10:36.021Z | Downloaded ff v0.13.1 |
| 564 | 2026-08-31T14:10:36.021Z | Downloaded fd-lock v4.0.4 |
| 565 | 2026-08-31T14:10:36.026Z | Downloaded bit-set v0.8.0 |
| 566 | 2026-08-31T14:10:36.027Z | Downloaded foreign-types-shared v0.1.1 |
| 567 | 2026-08-31T14:10:36.027Z | Downloaded hash32 v0.3.1 |
| 568 | 2026-08-31T14:10:36.027Z | Downloaded cfg_aliases v0.2.1 |
| 569 | 2026-08-31T14:10:36.027Z | Downloaded block-padding v0.4.2 |
| 570 | 2026-08-31T14:10:36.027Z | Downloaded foreign-types-shared v0.3.1 |
| 571 | 2026-08-31T14:10:36.027Z | Downloaded home v0.5.12 |
| 572 | 2026-08-31T14:10:36.034Z | Downloaded ascii-canvas v3.0.0 |
| 573 | 2026-08-31T14:10:36.034Z | Downloaded fallible-iterator v0.2.0 |
| 574 | 2026-08-31T14:10:36.034Z | Downloaded enum-as-inner v0.6.1 |
| 575 | 2026-08-31T14:10:36.038Z | Downloaded hex v0.4.3 |
| 576 | 2026-08-31T14:10:36.038Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 577 | 2026-08-31T14:10:36.038Z | Downloaded http-body v1.0.1 |
| 578 | 2026-08-31T14:10:36.043Z | Downloaded bitfield-macros v0.19.4 |
| 579 | 2026-08-31T14:10:36.043Z | Downloaded httpdate v1.0.3 |
| 580 | 2026-08-31T14:10:36.047Z | Downloaded git-stub v1.0.0 |
| 581 | 2026-08-31T14:10:36.047Z | Downloaded castaway v0.2.4 |
| 582 | 2026-08-31T14:10:36.047Z | Downloaded http-range v0.1.5 |
| 583 | 2026-08-31T14:10:36.047Z | Downloaded funty v2.0.0 |
| 584 | 2026-08-31T14:10:36.047Z | Downloaded globwalk v0.9.1 |
| 585 | 2026-08-31T14:10:36.051Z | Downloaded futures-executor v0.3.32 |
| 586 | 2026-08-31T14:10:36.051Z | Downloaded nibble_vec v0.1.0 |
| 587 | 2026-08-31T14:10:36.051Z | Downloaded cfg_aliases v0.1.1 |
| 588 | 2026-08-31T14:10:36.051Z | Downloaded bitfield-struct v0.6.2 |
| 589 | 2026-08-31T14:10:36.052Z | Downloaded ciborium-io v0.2.2 |
| 590 | 2026-08-31T14:10:36.052Z | Downloaded glob v0.3.3 |
| 591 | 2026-08-31T14:10:36.056Z | Downloaded bitfield v0.19.4 |
| 592 | 2026-08-31T14:10:36.062Z | Downloaded blowfish v0.10.0 |
| 593 | 2026-08-31T14:10:36.062Z | Downloaded headers-core v0.3.0 |
| 594 | 2026-08-31T14:10:36.062Z | Downloaded hostname v0.3.1 |
| 595 | 2026-08-31T14:10:36.062Z | Downloaded hubpack v0.1.2 |
| 596 | 2026-08-31T14:10:36.067Z | Downloaded nodrop v0.1.14 |
| 597 | 2026-08-31T14:10:36.067Z | Downloaded num_threads v0.1.7 |
| 598 | 2026-08-31T14:10:36.072Z | Downloaded normalize-line-endings v0.3.0 |
| 599 | 2026-08-31T14:10:36.077Z | Downloaded precomputed-hash v0.1.1 |
| 600 | 2026-08-31T14:10:36.077Z | Downloaded openssl-probe v0.1.6 |
| 601 | 2026-08-31T14:10:36.077Z | Downloaded oxide-generation-macros v0.2.0 |
| 602 | 2026-08-31T14:10:36.077Z | Downloaded parse-display v0.10.0 |
| 603 | 2026-08-31T14:10:36.077Z | Downloaded phf_shared v0.13.1 |
| 604 | 2026-08-31T14:10:36.077Z | Downloaded powerfmt v0.2.0 |
| 605 | 2026-08-31T14:10:36.083Z | Downloaded fs-err v2.11.0 |
| 606 | 2026-08-31T14:10:36.083Z | Downloaded group v0.13.0 |
| 607 | 2026-08-31T14:10:36.083Z | Downloaded num-conv v0.2.0 |
| 608 | 2026-08-31T14:10:36.083Z | Downloaded openssl-macros v0.1.1 |
| 609 | 2026-08-31T14:10:36.087Z | Downloaded fs_extra v1.3.0 |
| 610 | 2026-08-31T14:10:36.092Z | Downloaded argon2 v0.5.3 |
| 611 | 2026-08-31T14:10:36.092Z | Downloaded erased-serde v0.3.31 |
| 612 | 2026-08-31T14:10:36.092Z | Downloaded bitflags v1.3.2 |
| 613 | 2026-08-31T14:10:36.097Z | Downloaded cmake v0.1.57 |
| 614 | 2026-08-31T14:10:36.098Z | Downloaded group v0.14.0 |
| 615 | 2026-08-31T14:10:36.098Z | Downloaded fatfs v0.3.6 |
| 616 | 2026-08-31T14:10:36.098Z | Downloaded cexpr v0.6.0 |
| 617 | 2026-08-31T14:10:36.098Z | Downloaded progenitor-macro v0.14.0 |
| 618 | 2026-08-31T14:10:36.102Z | Downloaded rfc6979 v0.4.0 |
| 619 | 2026-08-31T14:10:36.102Z | Downloaded ref-cast v1.0.25 |
| 620 | 2026-08-31T14:10:36.102Z | Downloaded buf-list v1.1.2 |
| 621 | 2026-08-31T14:10:36.109Z | Downloaded hostname v0.4.2 |
| 622 | 2026-08-31T14:10:36.109Z | Downloaded async-trait v0.1.89 |
| 623 | 2026-08-31T14:10:36.109Z | Downloaded globset v0.4.18 |
| 624 | 2026-08-31T14:10:36.109Z | Downloaded bit-vec v0.8.0 |
| 625 | 2026-08-31T14:10:36.114Z | Downloaded bs58 v0.5.1 |
| 626 | 2026-08-31T14:10:36.114Z | Downloaded cmov v0.5.4 |
| 627 | 2026-08-31T14:10:36.114Z | Downloaded highway v1.3.0 |
| 628 | 2026-08-31T14:10:36.114Z | Downloaded humantime v2.3.0 |
| 629 | 2026-08-31T14:10:36.114Z | Downloaded compression-codecs v0.4.37 |
| 630 | 2026-08-31T14:10:36.118Z | Downloaded rustc-hash v2.1.1 |
| 631 | 2026-08-31T14:10:36.118Z | Downloaded sha1 v0.10.6 |
| 632 | 2026-08-31T14:10:36.124Z | Downloaded signature v2.2.0 |
| 633 | 2026-08-31T14:10:36.124Z | Downloaded futures-channel v0.3.32 |
| 634 | 2026-08-31T14:10:36.124Z | Downloaded getrandom v0.2.17 |
| 635 | 2026-08-31T14:10:36.129Z | Downloaded cipher v0.5.2 |
| 636 | 2026-08-31T14:10:36.129Z | Downloaded secrecy v0.10.3 |
| 637 | 2026-08-31T14:10:36.134Z | Downloaded semver v0.1.20 |
| 638 | 2026-08-31T14:10:36.134Z | Downloaded serde_spanned v1.1.1 |
| 639 | 2026-08-31T14:10:36.134Z | Downloaded slog-envlogger v2.2.0 |
| 640 | 2026-08-31T14:10:36.134Z | Downloaded bcs v0.1.6 |
| 641 | 2026-08-31T14:10:36.139Z | Downloaded git-stub-vcs v0.1.0 |
| 642 | 2026-08-31T14:10:36.139Z | Downloaded console v0.15.11 |
| 643 | 2026-08-31T14:10:36.147Z | Downloaded phf v0.12.1 |
| 644 | 2026-08-31T14:10:36.148Z | Downloaded supports-hyperlinks v3.2.0 |
| 645 | 2026-08-31T14:10:36.148Z | Downloaded take_mut v0.2.2 |
| 646 | 2026-08-31T14:10:36.148Z | Downloaded subtle v2.6.1 |
| 647 | 2026-08-31T14:10:36.152Z | Downloaded cipher v0.4.4 |
| 648 | 2026-08-31T14:10:36.152Z | Downloaded bit-vec v0.6.3 |
| 649 | 2026-08-31T14:10:36.152Z | Downloaded structmeta v0.3.0 |
| 650 | 2026-08-31T14:10:36.152Z | Downloaded strum v0.27.2 |
| 651 | 2026-08-31T14:10:36.152Z | Downloaded sqlparser_derive v0.5.0 |
| 652 | 2026-08-31T14:10:36.152Z | Downloaded oxide-tokio-rt v0.1.4 |
| 653 | 2026-08-31T14:10:36.152Z | Downloaded progenitor-extras v0.2.0 |
| 654 | 2026-08-31T14:10:36.157Z | Downloaded half v1.8.3 |
| 655 | 2026-08-31T14:10:36.157Z | Downloaded num-complex v0.4.6 |
| 656 | 2026-08-31T14:10:36.157Z | Downloaded camino-tempfile-ext v0.3.3 |
| 657 | 2026-08-31T14:10:36.157Z | Downloaded ff v0.14.0 |
| 658 | 2026-08-31T14:10:36.162Z | Downloaded hmac v0.12.1 |
| 659 | 2026-08-31T14:10:36.162Z | Downloaded pem v3.0.6 |
| 660 | 2026-08-31T14:10:36.162Z | Downloaded potential_utf v0.1.4 |
| 661 | 2026-08-31T14:10:36.162Z | Downloaded testing_table v0.3.0 |
| 662 | 2026-08-31T14:10:36.169Z | Downloaded ppv-lite86 v0.2.21 |
| 663 | 2026-08-31T14:10:36.169Z | Downloaded bzip2 v0.4.4 |
| 664 | 2026-08-31T14:10:36.169Z | Downloaded bzip2 v0.6.1 |
| 665 | 2026-08-31T14:10:36.169Z | Downloaded colored v2.2.0 |
| 666 | 2026-08-31T14:10:36.176Z | Downloaded byte-wrapper v0.1.0 |
| 667 | 2026-08-31T14:10:36.176Z | Downloaded rand_core v0.9.5 |
| 668 | 2026-08-31T14:10:36.176Z | Downloaded rand_core v0.10.0 |
| 669 | 2026-08-31T14:10:36.176Z | Downloaded topological-sort v0.2.2 |
| 670 | 2026-08-31T14:10:36.176Z | Downloaded unarray v0.1.4 |
| 671 | 2026-08-31T14:10:36.176Z | Downloaded usdt v0.6.0 |
| 672 | 2026-08-31T14:10:36.181Z | Downloaded usdt-attr-macro v0.6.0 |
| 673 | 2026-08-31T14:10:36.181Z | Downloaded progenitor v0.13.0 |
| 674 | 2026-08-31T14:10:36.181Z | Downloaded r2d2 v0.8.10 |
| 675 | 2026-08-31T14:10:36.181Z | Downloaded wait-timeout v0.2.1 |
| 676 | 2026-08-31T14:10:36.181Z | Downloaded async-bb8-diesel v0.2.1 |
| 677 | 2026-08-31T14:10:36.181Z | Downloaded chacha20 v0.10.0 |
| 678 | 2026-08-31T14:10:36.186Z | Downloaded rpassword v7.5.4 |
| 679 | 2026-08-31T14:10:36.186Z | Downloaded hybrid-array v0.4.13 |
| 680 | 2026-08-31T14:10:36.186Z | Downloaded blake2 v0.11.0-rc.6 |
| 681 | 2026-08-31T14:10:36.190Z | Downloaded ciborium v0.2.2 |
| 682 | 2026-08-31T14:10:36.190Z | Downloaded colored v3.1.1 |
| 683 | 2026-08-31T14:10:36.190Z | Downloaded signature v3.0.0 |
| 684 | 2026-08-31T14:10:36.190Z | Downloaded chacha20 v0.9.1 |
| 685 | 2026-08-31T14:10:36.195Z | Downloaded serde_with_macros v1.5.2 |
| 686 | 2026-08-31T14:10:36.195Z | Downloaded zeroize_derive v1.5.0 |
| 687 | 2026-08-31T14:10:36.195Z | Downloaded zone_cfg_derive v0.3.1 |
| 688 | 2026-08-31T14:10:36.195Z | Downloaded xshell-macros v0.2.7 |
| 689 | 2026-08-31T14:10:36.200Z | Downloaded darling_macro v0.20.11 |
| 690 | 2026-08-31T14:10:36.200Z | Downloaded generic-array v1.4.3 |
| 691 | 2026-08-31T14:10:36.200Z | Downloaded hmac v0.13.0 |
| 692 | 2026-08-31T14:10:36.208Z | Downloaded convert_case v0.4.0 |
| 693 | 2026-08-31T14:10:36.208Z | Downloaded arc-swap v1.8.2 |
| 694 | 2026-08-31T14:10:36.208Z | Downloaded defmt-parser v1.0.0 |
| 695 | 2026-08-31T14:10:36.208Z | Downloaded spki v0.8.0 |
| 696 | 2026-08-31T14:10:36.212Z | Downloaded clang-sys v1.8.1 |
| 697 | 2026-08-31T14:10:36.212Z | Downloaded cancel-safe-futures v0.1.5 |
| 698 | 2026-08-31T14:10:36.212Z | Downloaded parse-display-derive v0.10.0 |
| 699 | 2026-08-31T14:10:36.217Z | Downloaded stable_deref_trait v1.2.1 |
| 700 | 2026-08-31T14:10:36.217Z | Downloaded slog-dtrace v0.3.0 |
| 701 | 2026-08-31T14:10:36.217Z | Downloaded synstructure v0.13.2 |
| 702 | 2026-08-31T14:10:36.217Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 703 | 2026-08-31T14:10:36.222Z | Downloaded crunchy v0.2.4 |
| 704 | 2026-08-31T14:10:36.222Z | Downloaded debug-ignore v1.0.5 |
| 705 | 2026-08-31T14:10:36.222Z | Downloaded downcast-rs v2.0.2 |
| 706 | 2026-08-31T14:10:36.222Z | Downloaded dof v0.4.0 |
| 707 | 2026-08-31T14:10:36.226Z | Downloaded parking_lot_core v0.9.12 |
| 708 | 2026-08-31T14:10:36.226Z | Downloaded ar_archive_writer v0.5.1 |
| 709 | 2026-08-31T14:10:36.226Z | Downloaded backtrace v0.3.76 |
| 710 | 2026-08-31T14:10:36.230Z | Downloaded poly1305 v0.9.0 |
| 711 | 2026-08-31T14:10:36.230Z | Downloaded heapless v0.7.17 |
| 712 | 2026-08-31T14:10:36.230Z | Downloaded futures v0.3.32 |
| 713 | 2026-08-31T14:10:36.236Z | Downloaded tiny-keccak v2.0.2 |
| 714 | 2026-08-31T14:10:36.236Z | Downloaded dtrace-parser v0.3.0 |
| 715 | 2026-08-31T14:10:36.236Z | Downloaded difflib v0.4.0 |
| 716 | 2026-08-31T14:10:36.236Z | Downloaded thread_local v1.1.9 |
| 717 | 2026-08-31T14:10:36.236Z | Downloaded tls_codec v0.4.2 |
| 718 | 2026-08-31T14:10:36.243Z | Downloaded flate2 v1.1.9 |
| 719 | 2026-08-31T14:10:36.248Z | Downloaded unicase v2.9.0 |
| 720 | 2026-08-31T14:10:36.248Z | Downloaded httparse v1.10.1 |
| 721 | 2026-08-31T14:10:36.248Z | Downloaded tls_codec_derive v0.4.2 |
| 722 | 2026-08-31T14:10:36.248Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 723 | 2026-08-31T14:10:36.248Z | Downloaded idna_adapter v1.2.1 |
| 724 | 2026-08-31T14:10:36.248Z | Downloaded illumos-nvpair v0.3.0 |
| 725 | 2026-08-31T14:10:36.248Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 726 | 2026-08-31T14:10:36.253Z | Downloaded instant v0.1.13 |
| 727 | 2026-08-31T14:10:36.253Z | Downloaded embedded-io v0.6.1 |
| 728 | 2026-08-31T14:10:36.253Z | Downloaded maybe-uninit v2.0.0 |
| 729 | 2026-08-31T14:10:36.253Z | Downloaded keccak v0.1.6 |
| 730 | 2026-08-31T14:10:36.253Z | Downloaded lazy_static v1.5.0 |
| 731 | 2026-08-31T14:10:36.258Z | Downloaded salsa20 v0.11.0 |
| 732 | 2026-08-31T14:10:36.258Z | Downloaded half v2.7.1 |
| 733 | 2026-08-31T14:10:36.263Z | Downloaded getrandom v0.3.4 |
| 734 | 2026-08-31T14:10:36.263Z | Downloaded rustc-demangle v0.1.27 |
| 735 | 2026-08-31T14:10:36.307Z | Downloaded serde_cbor v0.11.2 |
| 736 | 2026-08-31T14:10:36.307Z | Downloaded xshell v0.2.7 |
| 737 | 2026-08-31T14:10:36.307Z | Downloaded critical-section v1.2.0 |
| 738 | 2026-08-31T14:10:36.307Z | Downloaded wyz v0.5.1 |
| 739 | 2026-08-31T14:10:36.308Z | Downloaded ctr v0.10.1 |
| 740 | 2026-08-31T14:10:36.308Z | Downloaded corncobs v0.1.4 |
| 741 | 2026-08-31T14:10:36.308Z | Downloaded lalrpop-util v0.19.12 |
| 742 | 2026-08-31T14:10:36.308Z | Downloaded memoffset v0.9.1 |
| 743 | 2026-08-31T14:10:36.308Z | Downloaded newline-converter v0.3.0 |
| 744 | 2026-08-31T14:10:36.308Z | Downloaded lzss v0.8.2 |
| 745 | 2026-08-31T14:10:36.308Z | Downloaded elliptic-curve v0.14.1 |
| 746 | 2026-08-31T14:10:36.308Z | Downloaded num_enum_derive v0.5.11 |
| 747 | 2026-08-31T14:10:36.308Z | Downloaded pkcs5 v0.8.1 |
| 748 | 2026-08-31T14:10:36.319Z | Downloaded psl-types v2.0.11 |
| 749 | 2026-08-31T14:10:36.319Z | Downloaded packed_struct_codegen v0.10.1 |
| 750 | 2026-08-31T14:10:36.319Z | Downloaded password-hash v0.6.1 |
| 751 | 2026-08-31T14:10:36.319Z | Downloaded proc-macro-crate v3.4.0 |
| 752 | 2026-08-31T14:10:36.319Z | Downloaded predicates-tree v1.0.13 |
| 753 | 2026-08-31T14:10:36.319Z | Downloaded progenitor-macro v0.13.0 |
| 754 | 2026-08-31T14:10:36.319Z | Downloaded der_derive v0.7.3 |
| 755 | 2026-08-31T14:10:36.319Z | Downloaded pin-project v1.1.11 |
| 756 | 2026-08-31T14:10:36.319Z | Downloaded diesel-dtrace v0.5.0 |
| 757 | 2026-08-31T14:10:36.319Z | Downloaded digest v0.11.3 |
| 758 | 2026-08-31T14:10:36.325Z | Downloaded postcard v1.1.3 |
| 759 | 2026-08-31T14:10:36.325Z | Downloaded term v1.2.1 |
| 760 | 2026-08-31T14:10:36.325Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 761 | 2026-08-31T14:10:36.325Z | Downloaded tracing-attributes v0.1.31 |
| 762 | 2026-08-31T14:10:36.325Z | Downloaded rand_pcg v0.10.2 |
| 763 | 2026-08-31T14:10:36.325Z | Downloaded tokio-stream v0.1.18 |
| 764 | 2026-08-31T14:10:36.325Z | Downloaded linked-hash-map v0.5.6 |
| 765 | 2026-08-31T14:10:36.325Z | Downloaded scopeguard v1.2.0 |
| 766 | 2026-08-31T14:10:36.331Z | Downloaded vergen v9.1.0 |
| 767 | 2026-08-31T14:10:36.331Z | Downloaded ipnetwork v0.21.1 |
| 768 | 2026-08-31T14:10:36.331Z | Downloaded serde_urlencoded v0.7.1 |
| 769 | 2026-08-31T14:10:36.331Z | Downloaded signal-hook-mio v0.2.5 |
| 770 | 2026-08-31T14:10:36.345Z | Downloaded rustls-platform-verifier v0.6.2 |
| 771 | 2026-08-31T14:10:36.345Z | Downloaded russh-cryptovec v0.62.0 |
| 772 | 2026-08-31T14:10:36.346Z | Downloaded scheduled-thread-pool v0.2.7 |
| 773 | 2026-08-31T14:10:36.346Z | Downloaded serde-big-array v0.5.1 |
| 774 | 2026-08-31T14:10:36.346Z | Downloaded heapless v0.8.0 |
| 775 | 2026-08-31T14:10:36.356Z | Downloaded libsw v3.5.0 |
| 776 | 2026-08-31T14:10:36.356Z | Downloaded linear-map v1.2.0 |
| 777 | 2026-08-31T14:10:36.356Z | Downloaded jobserver v0.1.34 |
| 778 | 2026-08-31T14:10:36.356Z | Downloaded bytes v1.11.1 |
| 779 | 2026-08-31T14:10:36.356Z | Downloaded signal-hook v0.3.18 |
| 780 | 2026-08-31T14:10:36.356Z | Downloaded nonempty v0.12.0 |
| 781 | 2026-08-31T14:10:36.356Z | Downloaded crossbeam-epoch v0.9.18 |
| 782 | 2026-08-31T14:10:36.356Z | Downloaded newtype-uuid v1.3.2 |
| 783 | 2026-08-31T14:10:36.356Z | Downloaded num-rational v0.4.2 |
| 784 | 2026-08-31T14:10:36.361Z | Downloaded async-compression v0.4.41 |
| 785 | 2026-08-31T14:10:36.361Z | Downloaded base64 v0.21.7 |
| 786 | 2026-08-31T14:10:36.361Z | Downloaded base64 v0.22.1 |
| 787 | 2026-08-31T14:10:36.366Z | Downloaded chumsky v0.9.3 |
| 788 | 2026-08-31T14:10:36.366Z | Downloaded structmeta-derive v0.3.0 |
| 789 | 2026-08-31T14:10:36.367Z | Downloaded tokio-macros v2.7.0 |
| 790 | 2026-08-31T14:10:36.367Z | Downloaded module-lattice v0.2.3 |
| 791 | 2026-08-31T14:10:36.367Z | Downloaded try-lock v0.2.5 |
| 792 | 2026-08-31T14:10:36.367Z | Downloaded derive_builder v0.20.2 |
| 793 | 2026-08-31T14:10:36.371Z | Downloaded num_enum_derive v0.7.6 |
| 794 | 2026-08-31T14:10:36.371Z | Downloaded omicron-zone-package v0.12.3 |
| 795 | 2026-08-31T14:10:36.376Z | Downloaded peg v0.8.5 |
| 796 | 2026-08-31T14:10:36.376Z | Downloaded pem-rfc7468 v1.0.0 |
| 797 | 2026-08-31T14:10:36.380Z | Downloaded pin-project-lite v0.2.17 |
| 798 | 2026-08-31T14:10:36.380Z | Downloaded progenitor-client v0.13.0 |
| 799 | 2026-08-31T14:10:36.380Z | Downloaded p384 v0.14.0 |
| 800 | 2026-08-31T14:10:36.385Z | Downloaded slog v2.8.2 |
| 801 | 2026-08-31T14:10:36.385Z | Downloaded socket2 v0.5.10 |
| 802 | 2026-08-31T14:10:36.385Z | Downloaded headers v0.4.1 |
| 803 | 2026-08-31T14:10:36.389Z | Downloaded phc v0.6.1 |
| 804 | 2026-08-31T14:10:36.389Z | Downloaded waitgroup v0.1.2 |
| 805 | 2026-08-31T14:10:36.394Z | Downloaded chacha20poly1305 v0.10.1 |
| 806 | 2026-08-31T14:10:36.399Z | Downloaded cpufeatures v0.3.0 |
| 807 | 2026-08-31T14:10:36.399Z | Downloaded zerofrom-derive v0.1.6 |
| 808 | 2026-08-31T14:10:36.402Z | Downloaded unsafe-libyaml v0.2.11 |
| 809 | 2026-08-31T14:10:36.402Z | Downloaded cpubits v0.1.1 |
| 810 | 2026-08-31T14:10:36.406Z | Downloaded resolv-conf v0.7.6 |
| 811 | 2026-08-31T14:10:36.406Z | Downloaded toml v0.7.8 |
| 812 | 2026-08-31T14:10:36.406Z | Downloaded ecdsa v0.17.0 |
| 813 | 2026-08-31T14:10:36.411Z | Downloaded unicode-bidi v0.3.18 |
| 814 | 2026-08-31T14:10:36.411Z | Downloaded rustversion v1.0.22 |
| 815 | 2026-08-31T14:10:36.411Z | Downloaded sec1 v0.7.3 |
| 816 | 2026-08-31T14:10:36.411Z | Downloaded iana-time-zone v0.1.65 |
| 817 | 2026-08-31T14:10:36.416Z | Downloaded darling_macro v0.13.4 |
| 818 | 2026-08-31T14:10:36.416Z | Downloaded strum_macros v0.26.4 |
| 819 | 2026-08-31T14:10:36.416Z | Downloaded cc v1.2.56 |
| 820 | 2026-08-31T14:10:36.420Z | Downloaded compact_str v0.8.1 |
| 821 | 2026-08-31T14:10:36.420Z | Downloaded serde_path_to_error v0.1.20 |
| 822 | 2026-08-31T14:10:36.420Z | Downloaded bumpalo v3.20.2 |
| 823 | 2026-08-31T14:10:36.428Z | Downloaded packed_struct v0.10.1 |
| 824 | 2026-08-31T14:10:36.432Z | Downloaded scuffle v0.1.0 |
| 825 | 2026-08-31T14:10:36.438Z | Downloaded signal-hook-registry v1.4.8 |
| 826 | 2026-08-31T14:10:36.438Z | Downloaded slog-stdlog v4.1.1 |
| 827 | 2026-08-31T14:10:36.438Z | Downloaded ssh-encoding v0.3.0 |
| 828 | 2026-08-31T14:10:36.438Z | Downloaded static_assertions v1.1.0 |
| 829 | 2026-08-31T14:10:36.438Z | Downloaded vte v0.14.1 |
| 830 | 2026-08-31T14:10:36.445Z | Downloaded zopfli v0.8.3 |
| 831 | 2026-08-31T14:10:36.446Z | Downloaded crc-any v2.5.0 |
| 832 | 2026-08-31T14:10:36.446Z | Downloaded dyn-clone v1.0.20 |
| 833 | 2026-08-31T14:10:36.446Z | Downloaded expectorate v1.2.0 |
| 834 | 2026-08-31T14:10:36.446Z | Downloaded document-features v0.2.12 |
| 835 | 2026-08-31T14:10:36.446Z | Downloaded indoc v1.0.9 |
| 836 | 2026-08-31T14:10:36.451Z | Downloaded tokio-native-tls v0.3.1 |
| 837 | 2026-08-31T14:10:36.451Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 838 | 2026-08-31T14:10:36.451Z | Downloaded darling v0.20.11 |
| 839 | 2026-08-31T14:10:36.451Z | Downloaded hickory-resolver v0.24.4 |
| 840 | 2026-08-31T14:10:36.455Z | Downloaded primefield v0.14.0 |
| 841 | 2026-08-31T14:10:36.455Z | Downloaded universal-hash v0.6.1 |
| 842 | 2026-08-31T14:10:36.455Z | Downloaded pin-project-internal v1.1.11 |
| 843 | 2026-08-31T14:10:36.458Z | Downloaded pkcs1 v0.7.5 |
| 844 | 2026-08-31T14:10:36.458Z | Downloaded is-terminal v0.4.17 |
| 845 | 2026-08-31T14:10:36.458Z | Downloaded vergen-lib v0.1.6 |
| 846 | 2026-08-31T14:10:36.458Z | Downloaded walkdir v2.5.0 |
| 847 | 2026-08-31T14:10:36.458Z | Downloaded unicode-xid v0.2.6 |
| 848 | 2026-08-31T14:10:36.463Z | Downloaded quinn-udp v0.5.14 |
| 849 | 2026-08-31T14:10:36.467Z | Downloaded writeable v0.6.2 |
| 850 | 2026-08-31T14:10:36.467Z | Downloaded http v1.4.2 |
| 851 | 2026-08-31T14:10:36.467Z | Downloaded kstat-rs v0.2.5 |
| 852 | 2026-08-31T14:10:36.467Z | Downloaded lru-slab v0.1.2 |
| 853 | 2026-08-31T14:10:36.472Z | Downloaded md-5 v0.10.6 |
| 854 | 2026-08-31T14:10:36.472Z | Downloaded newtype_derive v0.1.6 |
| 855 | 2026-08-31T14:10:36.472Z | Downloaded num-derive v0.4.2 |
| 856 | 2026-08-31T14:10:36.472Z | Downloaded path-slash v0.1.5 |
| 857 | 2026-08-31T14:10:36.477Z | Downloaded quinn v0.11.11 |
| 858 | 2026-08-31T14:10:36.477Z | Downloaded rayon-core v1.13.0 |
| 859 | 2026-08-31T14:10:36.477Z | Downloaded yoke v0.8.1 |
| 860 | 2026-08-31T14:10:36.477Z | Downloaded zstd-safe v7.2.4 |
| 861 | 2026-08-31T14:10:36.481Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 862 | 2026-08-31T14:10:36.481Z | Downloaded icu_provider v2.1.1 |
| 863 | 2026-08-31T14:10:36.486Z | Downloaded ignore v0.4.25 |
| 864 | 2026-08-31T14:10:36.491Z | Downloaded rustls-pki-types v1.14.0 |
| 865 | 2026-08-31T14:10:36.499Z | Downloaded oso-derive v0.27.3 |
| 866 | 2026-08-31T14:10:36.499Z | Downloaded zip v0.6.6 |
| 867 | 2026-08-31T14:10:36.504Z | Downloaded delegate v0.13.5 |
| 868 | 2026-08-31T14:10:36.504Z | Downloaded dirs-next v2.0.0 |
| 869 | 2026-08-31T14:10:36.504Z | Downloaded strum_macros v0.27.2 |
| 870 | 2026-08-31T14:10:36.504Z | Downloaded rand_chacha v0.3.1 |
| 871 | 2026-08-31T14:10:36.504Z | Downloaded proc-macro-crate v1.3.1 |
| 872 | 2026-08-31T14:10:36.504Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 873 | 2026-08-31T14:10:36.504Z | Downloaded slog-scope v4.4.1 |
| 874 | 2026-08-31T14:10:36.504Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-08-31T14:10:36.504Z | Downloaded rtoolbox v0.0.3 |
| 876 | 2026-08-31T14:10:36.512Z | Downloaded yansi v1.0.1 |
| 877 | 2026-08-31T14:10:36.517Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 878 | 2026-08-31T14:10:36.517Z | Downloaded ml-kem v0.3.2 |
| 879 | 2026-08-31T14:10:36.517Z | Downloaded hashbrown v0.12.3 |
| 880 | 2026-08-31T14:10:36.521Z | Downloaded darling_core v0.20.11 |
| 881 | 2026-08-31T14:10:36.521Z | Downloaded sapling-renderdag v0.1.0 |
| 882 | 2026-08-31T14:10:36.525Z | Downloaded derive-ex v0.1.8 |
| 883 | 2026-08-31T14:10:36.530Z | Downloaded scroll_derive v0.13.1 |
| 884 | 2026-08-31T14:10:36.530Z | Downloaded term v0.7.0 |
| 885 | 2026-08-31T14:10:36.535Z | Downloaded hashbrown v0.13.2 |
| 886 | 2026-08-31T14:10:36.542Z | Downloaded oxide-update-engine-types v0.1.2 |
| 887 | 2026-08-31T14:10:36.542Z | Downloaded siphasher v1.0.2 |
| 888 | 2026-08-31T14:10:36.547Z | Downloaded libsw-core v0.3.2 |
| 889 | 2026-08-31T14:10:36.547Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 890 | 2026-08-31T14:10:36.547Z | Downloaded thread-id v5.1.0 |
| 891 | 2026-08-31T14:10:36.551Z | Downloaded miette-derive v7.6.0 |
| 892 | 2026-08-31T14:10:36.551Z | Downloaded keccak v0.2.0 |
| 893 | 2026-08-31T14:10:36.551Z | Downloaded num_enum v0.5.11 |
| 894 | 2026-08-31T14:10:36.555Z | Downloaded tracing-core v0.1.36 |
| 895 | 2026-08-31T14:10:36.559Z | Downloaded num_enum v0.7.6 |
| 896 | 2026-08-31T14:10:36.560Z | Downloaded pem-rfc7468 v0.7.0 |
| 897 | 2026-08-31T14:10:36.560Z | Downloaded utf8_iter v1.0.4 |
| 898 | 2026-08-31T14:10:36.560Z | Downloaded yoke-derive v0.8.1 |
| 899 | 2026-08-31T14:10:36.564Z | Downloaded zerofrom v0.1.6 |
| 900 | 2026-08-31T14:10:36.564Z | Downloaded crossbeam-utils v0.8.21 |
| 901 | 2026-08-31T14:10:36.564Z | Downloaded untrusted v0.9.0 |
| 902 | 2026-08-31T14:10:36.568Z | Downloaded hickory-resolver v0.25.2 |
| 903 | 2026-08-31T14:10:36.574Z | Downloaded owo-colors v4.3.0 |
| 904 | 2026-08-31T14:10:36.579Z | Downloaded nanorand v0.7.0 |
| 905 | 2026-08-31T14:10:36.579Z | Downloaded oxide-generation v0.1.3 |
| 906 | 2026-08-31T14:10:36.579Z | Downloaded hyper-rustls v0.27.7 |
| 907 | 2026-08-31T14:10:36.579Z | Downloaded rand_seeder v0.4.0 |
| 908 | 2026-08-31T14:10:36.579Z | Downloaded phf v0.13.1 |
| 909 | 2026-08-31T14:10:36.579Z | Downloaded pkg-config v0.3.32 |
| 910 | 2026-08-31T14:10:36.584Z | Downloaded predicates v3.1.4 |
| 911 | 2026-08-31T14:10:36.584Z | Downloaded darling_macro v0.23.0 |
| 912 | 2026-08-31T14:10:36.589Z | Downloaded schemars v1.2.1 |
| 913 | 2026-08-31T14:10:36.595Z | Downloaded hickory-server v0.25.2 |
| 914 | 2026-08-31T14:10:36.601Z | Downloaded steno v0.4.1 |
| 915 | 2026-08-31T14:10:36.601Z | Downloaded p521 v0.14.0 |
| 916 | 2026-08-31T14:10:36.605Z | Downloaded serde_derive_internals v0.29.1 |
| 917 | 2026-08-31T14:10:36.605Z | Downloaded darling v0.21.3 |
| 918 | 2026-08-31T14:10:36.605Z | Downloaded shlex v1.3.0 |
| 919 | 2026-08-31T14:10:36.605Z | Downloaded digest-io v0.1.0 |
| 920 | 2026-08-31T14:10:36.605Z | Downloaded ingot-types v0.2.0 |
| 921 | 2026-08-31T14:10:36.610Z | Downloaded hyper-tls v0.6.0 |
| 922 | 2026-08-31T14:10:36.610Z | Downloaded inout v0.2.2 |
| 923 | 2026-08-31T14:10:36.610Z | Downloaded serde_tokenstream v0.3.0 |
| 924 | 2026-08-31T14:10:36.610Z | Downloaded slog-term v2.9.2 |
| 925 | 2026-08-31T14:10:36.615Z | Downloaded scroll v0.13.0 |
| 926 | 2026-08-31T14:10:36.619Z | Downloaded newtype-uuid-macros v0.1.0 |
| 927 | 2026-08-31T14:10:36.619Z | Downloaded stacker v0.1.23 |
| 928 | 2026-08-31T14:10:36.619Z | Downloaded match_cfg v0.1.0 |
| 929 | 2026-08-31T14:10:36.619Z | Downloaded md5 v0.8.0 |
| 930 | 2026-08-31T14:10:36.624Z | Downloaded tinyvec v1.10.0 |
| 931 | 2026-08-31T14:10:36.632Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 932 | 2026-08-31T14:10:36.632Z | Downloaded parse-size v1.1.0 |
| 933 | 2026-08-31T14:10:36.638Z | Downloaded uuid v1.23.4 |
| 934 | 2026-08-31T14:10:36.639Z | Downloaded sync_wrapper v1.0.2 |
| 935 | 2026-08-31T14:10:36.639Z | Downloaded termtree v0.5.1 |
| 936 | 2026-08-31T14:10:36.639Z | Downloaded thiserror-no-std v2.0.2 |
| 937 | 2026-08-31T14:10:36.644Z | Downloaded whoami v1.6.1 |
| 938 | 2026-08-31T14:10:36.644Z | Downloaded ssh-cipher v0.3.0 |
| 939 | 2026-08-31T14:10:36.644Z | Downloaded termios v0.3.3 |
| 940 | 2026-08-31T14:10:36.644Z | Downloaded num v0.4.3 |
| 941 | 2026-08-31T14:10:36.644Z | Downloaded whoami v2.1.0 |
| 942 | 2026-08-31T14:10:36.650Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 943 | 2026-08-31T14:10:36.651Z | Downloaded uzers v0.12.2 |
| 944 | 2026-08-31T14:10:36.652Z | Downloaded zerovec-derive v0.11.2 |
| 945 | 2026-08-31T14:10:36.652Z | Downloaded aes v0.9.1 |
| 946 | 2026-08-31T14:10:36.659Z | Downloaded rand v0.10.1 |
| 947 | 2026-08-31T14:10:36.659Z | Downloaded serde_yaml v0.9.34+deprecated |
| 948 | 2026-08-31T14:10:36.669Z | Downloaded rfc6979 v0.6.0 |
| 949 | 2026-08-31T14:10:36.670Z | Downloaded russh-util v0.52.0 |
| 950 | 2026-08-31T14:10:36.670Z | Downloaded pkcs8 v0.11.0 |
| 951 | 2026-08-31T14:10:36.670Z | Downloaded seq-macro v0.3.6 |
| 952 | 2026-08-31T14:10:36.670Z | Downloaded serde_repr v0.1.20 |
| 953 | 2026-08-31T14:10:36.670Z | Downloaded postgres-types v0.2.12 |
| 954 | 2026-08-31T14:10:36.674Z | Downloaded rustls-webpki v0.103.13 |
| 955 | 2026-08-31T14:10:36.675Z | Downloaded same-file v1.0.6 |
| 956 | 2026-08-31T14:10:36.680Z | Downloaded derive_builder_core v0.20.2 |
| 957 | 2026-08-31T14:10:36.680Z | Downloaded ed25519 v3.0.0 |
| 958 | 2026-08-31T14:10:36.681Z | Downloaded hyper-staticfile v0.10.1 |
| 959 | 2026-08-31T14:10:36.685Z | Downloaded crypto-bigint v0.5.5 |
| 960 | 2026-08-31T14:10:36.685Z | Downloaded derive-where v1.6.0 |
| 961 | 2026-08-31T14:10:36.685Z | Downloaded snafu v0.8.9 |
| 962 | 2026-08-31T14:10:36.689Z | Downloaded indoc v2.0.7 |
| 963 | 2026-08-31T14:10:36.689Z | Downloaded derive_more v2.1.1 |
| 964 | 2026-08-31T14:10:36.695Z | Downloaded aho-corasick v1.1.4 |
| 965 | 2026-08-31T14:10:36.700Z | Downloaded tar v0.4.46 |
| 966 | 2026-08-31T14:10:36.700Z | Downloaded drift v0.2.0 |
| 967 | 2026-08-31T14:10:36.704Z | Downloaded spin v0.9.8 |
| 968 | 2026-08-31T14:10:36.709Z | Downloaded libefi-sys v0.1.0 |
| 969 | 2026-08-31T14:10:36.709Z | Downloaded strip-ansi-escapes v0.2.1 |
| 970 | 2026-08-31T14:10:36.709Z | Downloaded slog-bunyan v2.5.0 |
| 971 | 2026-08-31T14:10:36.709Z | Downloaded usdt-macro v0.6.0 |
| 972 | 2026-08-31T14:10:36.709Z | Downloaded tinyvec_macros v0.1.1 |
| 973 | 2026-08-31T14:10:36.709Z | Downloaded unit-prefix v0.5.2 |
| 974 | 2026-08-31T14:10:36.709Z | Downloaded tap v1.0.1 |
| 975 | 2026-08-31T14:10:36.713Z | Downloaded darling_core v0.23.0 |
| 976 | 2026-08-31T14:10:36.713Z | Downloaded num-bigint-dig v0.8.6 |
| 977 | 2026-08-31T14:10:36.718Z | Downloaded tungstenite v0.23.0 |
| 978 | 2026-08-31T14:10:36.719Z | Downloaded aes-gcm v0.11.0 |
| 979 | 2026-08-31T14:10:36.725Z | Downloaded oxide-update-engine-display v0.1.2 |
| 980 | 2026-08-31T14:10:36.725Z | Downloaded pkcs8 v0.10.2 |
| 981 | 2026-08-31T14:10:36.726Z | Downloaded port-file v0.1.0 |
| 982 | 2026-08-31T14:10:36.726Z | Downloaded crucible-workspace-hack v0.1.0 |
| 983 | 2026-08-31T14:10:36.726Z | Downloaded nu-ansi-term v0.50.3 |
| 984 | 2026-08-31T14:10:36.726Z | Downloaded parking_lot_core v0.8.6 |
| 985 | 2026-08-31T14:10:36.731Z | Downloaded hashbrown v0.15.5 |
| 986 | 2026-08-31T14:10:36.731Z | Downloaded miette v7.6.0 |
| 987 | 2026-08-31T14:10:36.736Z | Downloaded defmt v0.3.100 |
| 988 | 2026-08-31T14:10:36.741Z | Downloaded typed-path v0.9.3 |
| 989 | 2026-08-31T14:10:36.741Z | Downloaded rustls-pemfile v2.2.0 |
| 990 | 2026-08-31T14:10:36.745Z | Downloaded darling v0.23.0 |
| 991 | 2026-08-31T14:10:36.746Z | Downloaded oso v0.27.3 |
| 992 | 2026-08-31T14:10:36.750Z | Downloaded des v0.9.0 |
| 993 | 2026-08-31T14:10:36.750Z | Downloaded dirs-sys-next v0.1.2 |
| 994 | 2026-08-31T14:10:36.750Z | Downloaded dsl_auto_type v0.2.0 |
| 995 | 2026-08-31T14:10:36.750Z | Downloaded lru v0.12.5 |
| 996 | 2026-08-31T14:10:36.755Z | Downloaded cookie v0.18.1 |
| 997 | 2026-08-31T14:10:36.759Z | Downloaded hashbrown v0.14.5 |
| 998 | 2026-08-31T14:10:36.765Z | Downloaded sponge-cursor v0.1.0 |
| 999 | 2026-08-31T14:10:36.860Z | Downloaded new_debug_unreachable v1.0.6 |
| 1000 | 2026-08-31T14:10:36.911Z | Downloaded support-bundle-viewer v0.1.2 |
| 1001 | 2026-08-31T14:10:36.911Z | Downloaded lru-cache v0.1.2 |
| 1002 | 2026-08-31T14:10:36.911Z | Downloaded openssl-probe v0.2.1 |
| 1003 | 2026-08-31T14:10:36.911Z | Downloaded schemars_derive v0.8.22 |
| 1004 | 2026-08-31T14:10:36.912Z | Downloaded smf v0.2.3 |
| 1005 | 2026-08-31T14:10:36.912Z | Downloaded url v2.5.8 |
| 1006 | 2026-08-31T14:10:36.912Z | Downloaded tinystr v0.8.2 |
| 1007 | 2026-08-31T14:10:36.912Z | Downloaded litemap v0.8.1 |
| 1008 | 2026-08-31T14:10:36.912Z | Downloaded oxide-update-engine v0.1.2 |
| 1009 | 2026-08-31T14:10:36.912Z | Downloaded phf_shared v0.12.1 |
| 1010 | 2026-08-31T14:10:36.912Z | Downloaded rustc_version v0.4.1 |
| 1011 | 2026-08-31T14:10:36.912Z | Downloaded similar v2.7.0 |
| 1012 | 2026-08-31T14:10:36.912Z | Downloaded rand v0.9.2 |
| 1013 | 2026-08-31T14:10:36.912Z | Downloaded peg-runtime v0.8.5 |
| 1014 | 2026-08-31T14:10:36.912Z | Downloaded progenitor-client v0.14.0 |
| 1015 | 2026-08-31T14:10:36.913Z | Downloaded ed25519-dalek v3.0.0 |
| 1016 | 2026-08-31T14:10:36.913Z | Downloaded vergen-lib v9.1.0 |
| 1017 | 2026-08-31T14:10:36.913Z | Downloaded csv-core v0.1.13 |
| 1018 | 2026-08-31T14:10:36.913Z | Downloaded test-strategy v0.4.5 |
| 1019 | 2026-08-31T14:10:36.913Z | Downloaded supports-unicode v3.0.0 |
| 1020 | 2026-08-31T14:10:36.913Z | Downloaded zeroize v1.9.0 |
| 1021 | 2026-08-31T14:10:36.913Z | Downloaded serde_plain v1.0.2 |
| 1022 | 2026-08-31T14:10:36.913Z | Downloaded sha1 v0.11.0 |
| 1023 | 2026-08-31T14:10:36.913Z | Downloaded constant_time_eq v0.4.2 |
| 1024 | 2026-08-31T14:10:36.913Z | Downloaded itertools v0.10.5 |
| 1025 | 2026-08-31T14:10:36.913Z | Downloaded reedline v0.40.0 |
| 1026 | 2026-08-31T14:10:36.913Z | Downloaded shell-words v1.1.1 |
| 1027 | 2026-08-31T14:10:36.913Z | Downloaded tagptr v0.2.0 |
| 1028 | 2026-08-31T14:10:36.913Z | Downloaded darling v0.13.4 |
| 1029 | 2026-08-31T14:10:36.913Z | Downloaded hashbrown v0.16.1 |
| 1030 | 2026-08-31T14:10:36.913Z | Downloaded tower-layer v0.3.3 |
| 1031 | 2026-08-31T14:10:36.913Z | Downloaded crc v3.4.0 |
| 1032 | 2026-08-31T14:10:36.913Z | Downloaded indent_write v2.2.0 |
| 1033 | 2026-08-31T14:10:36.913Z | Downloaded cookie_store v0.22.1 |
| 1034 | 2026-08-31T14:10:36.913Z | Downloaded ingot v0.2.1 |
| 1035 | 2026-08-31T14:10:36.913Z | Downloaded libloading v0.8.9 |
| 1036 | 2026-08-31T14:10:36.913Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1037 | 2026-08-31T14:10:36.913Z | Downloaded ed25519-dalek v2.2.0 |
| 1038 | 2026-08-31T14:10:36.913Z | Downloaded data-encoding v2.10.0 |
| 1039 | 2026-08-31T14:10:36.913Z | Downloaded futures-util v0.3.32 |
| 1040 | 2026-08-31T14:10:36.913Z | Downloaded icu_locale_core v2.1.1 |
| 1041 | 2026-08-31T14:10:36.913Z | Downloaded native-tls v0.2.18 |
| 1042 | 2026-08-31T14:10:36.913Z | Downloaded instability v0.3.11 |
| 1043 | 2026-08-31T14:10:36.913Z | Downloaded mime v0.3.17 |
| 1044 | 2026-08-31T14:10:36.913Z | Downloaded sha2 v0.11.0 |
| 1045 | 2026-08-31T14:10:36.913Z | Downloaded twox-hash v2.1.2 |
| 1046 | 2026-08-31T14:10:36.913Z | Downloaded hkdf v0.12.4 |
| 1047 | 2026-08-31T14:10:36.913Z | Downloaded postgres-protocol v0.6.10 |
| 1048 | 2026-08-31T14:10:36.923Z | Downloaded rand_core v0.6.4 |
| 1049 | 2026-08-31T14:10:36.923Z | Downloaded percent-encoding v2.3.2 |
| 1050 | 2026-08-31T14:10:36.923Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1051 | 2026-08-31T14:10:36.923Z | Downloaded slog-async v2.8.0 |
| 1052 | 2026-08-31T14:10:36.923Z | Downloaded spki v0.7.3 |
| 1053 | 2026-08-31T14:10:36.923Z | Downloaded sqlformat v0.3.5 |
| 1054 | 2026-08-31T14:10:36.923Z | Downloaded hyper-util v0.1.20 |
| 1055 | 2026-08-31T14:10:36.923Z | Downloaded signal-hook-tokio v0.3.1 |
| 1056 | 2026-08-31T14:10:36.923Z | Downloaded rustc_version v0.1.7 |
| 1057 | 2026-08-31T14:10:36.923Z | Downloaded sigpipe v0.1.3 |
| 1058 | 2026-08-31T14:10:36.923Z | Downloaded tabwriter v1.4.1 |
| 1059 | 2026-08-31T14:10:36.923Z | Downloaded publicsuffix v2.3.0 |
| 1060 | 2026-08-31T14:10:36.923Z | Downloaded h2 v0.4.15 |
| 1061 | 2026-08-31T14:10:36.923Z | Downloaded tokio-dtrace v0.1.1 |
| 1062 | 2026-08-31T14:10:36.923Z | Downloaded tokio-tungstenite v0.21.0 |
| 1063 | 2026-08-31T14:10:36.923Z | Downloaded vergen-gitcl v1.0.8 |
| 1064 | 2026-08-31T14:10:36.923Z | Downloaded zstd v0.13.3 |
| 1065 | 2026-08-31T14:10:36.923Z | Downloaded ctutils v0.4.2 |
| 1066 | 2026-08-31T14:10:36.923Z | Downloaded ref-cast-impl v1.0.25 |
| 1067 | 2026-08-31T14:10:36.923Z | Downloaded tower-service v0.3.3 |
| 1068 | 2026-08-31T14:10:36.923Z | Downloaded typify-macro v0.6.2 |
| 1069 | 2026-08-31T14:10:36.924Z | Downloaded daft-derive v0.1.8 |
| 1070 | 2026-08-31T14:10:36.934Z | Downloaded crossbeam-deque v0.8.6 |
| 1071 | 2026-08-31T14:10:36.934Z | Downloaded rcgen v0.12.1 |
| 1072 | 2026-08-31T14:10:36.934Z | Downloaded wnaf v0.14.0 |
| 1073 | 2026-08-31T14:10:36.940Z | Downloaded knus-derive v3.4.0 |
| 1074 | 2026-08-31T14:10:36.940Z | Downloaded inout v0.1.4 |
| 1075 | 2026-08-31T14:10:36.940Z | Downloaded internet-checksum v0.2.1 |
| 1076 | 2026-08-31T14:10:36.951Z | Downloaded lock_api v0.4.14 |
| 1077 | 2026-08-31T14:10:36.965Z | Downloaded subprocess v0.2.15 |
| 1078 | 2026-08-31T14:10:36.965Z | Downloaded is_ci v1.2.0 |
| 1079 | 2026-08-31T14:10:36.965Z | Downloaded num-iter v0.1.45 |
| 1080 | 2026-08-31T14:10:36.965Z | Downloaded olpc-cjson v0.1.4 |
| 1081 | 2026-08-31T14:10:36.973Z | Downloaded oxnet v0.1.6 |
| 1082 | 2026-08-31T14:10:36.973Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1083 | 2026-08-31T14:10:36.973Z | Downloaded miniz_oxide v0.8.9 |
| 1084 | 2026-08-31T14:10:36.973Z | Downloaded zip v4.6.1 |
| 1085 | 2026-08-31T14:10:36.973Z | Downloaded multer v3.1.0 |
| 1086 | 2026-08-31T14:10:36.979Z | Downloaded recursive v0.1.1 |
| 1087 | 2026-08-31T14:10:36.979Z | Downloaded serde_bytes v0.11.19 |
| 1088 | 2026-08-31T14:10:36.986Z | Downloaded strum v0.26.3 |
| 1089 | 2026-08-31T14:10:36.986Z | Downloaded time-core v0.1.8 |
| 1090 | 2026-08-31T14:10:36.986Z | Downloaded tokio-test v0.4.5 |
| 1091 | 2026-08-31T14:10:36.986Z | Downloaded unicode_categories v0.1.1 |
| 1092 | 2026-08-31T14:10:36.986Z | Downloaded prefix-trie v0.7.0 |
| 1093 | 2026-08-31T14:10:36.995Z | Downloaded poly1305 v0.8.0 |
| 1094 | 2026-08-31T14:10:36.995Z | Downloaded psm v0.1.30 |
| 1095 | 2026-08-31T14:10:36.995Z | Downloaded qorb v0.4.1 |
| 1096 | 2026-08-31T14:10:36.999Z | Downloaded tokio-util v0.7.18 |
| 1097 | 2026-08-31T14:10:36.999Z | Downloaded usdt-impl v0.6.0 |
| 1098 | 2026-08-31T14:10:36.999Z | Downloaded want v0.3.1 |
| 1099 | 2026-08-31T14:10:36.999Z | Downloaded crc32fast v1.5.0 |
| 1100 | 2026-08-31T14:10:36.999Z | Downloaded string_cache v0.8.9 |
| 1101 | 2026-08-31T14:10:36.999Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-08-31T14:10:36.999Z | Downloaded zone v0.3.1 |
| 1103 | 2026-08-31T14:10:36.999Z | Downloaded diesel_derives v2.3.7 |
| 1104 | 2026-08-31T14:10:37.005Z | Downloaded salty v0.3.0 |
| 1105 | 2026-08-31T14:10:37.016Z | Downloaded pretty_assertions v1.4.1 |
| 1106 | 2026-08-31T14:10:37.016Z | Downloaded progenitor-impl v0.13.0 |
| 1107 | 2026-08-31T14:10:37.016Z | Downloaded dropshot_endpoint v0.17.1 |
| 1108 | 2026-08-31T14:10:37.026Z | Downloaded winnow v0.6.26 |
| 1109 | 2026-08-31T14:10:37.026Z | Downloaded num-traits v0.2.19 |
| 1110 | 2026-08-31T14:10:37.026Z | Downloaded daft v0.1.8 |
| 1111 | 2026-08-31T14:10:37.026Z | Downloaded diff v0.1.13 |
| 1112 | 2026-08-31T14:10:37.026Z | Downloaded strum_macros v0.24.3 |
| 1113 | 2026-08-31T14:10:37.026Z | Downloaded vergen-git2 v9.1.0 |
| 1114 | 2026-08-31T14:10:37.026Z | Downloaded cstr-argument v0.1.2 |
| 1115 | 2026-08-31T14:10:37.026Z | Downloaded kem v0.3.0 |
| 1116 | 2026-08-31T14:10:37.030Z | Downloaded const_format_proc_macros v0.2.34 |
| 1117 | 2026-08-31T14:10:37.030Z | Downloaded hyper v1.10.1 |
| 1118 | 2026-08-31T14:10:37.030Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1119 | 2026-08-31T14:10:37.030Z | Downloaded hkdf v0.13.0 |
| 1120 | 2026-08-31T14:10:37.030Z | Downloaded icu_collections v2.1.1 |
| 1121 | 2026-08-31T14:10:37.037Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1122 | 2026-08-31T14:10:37.037Z | Downloaded unicode-normalization v0.1.25 |
| 1123 | 2026-08-31T14:10:37.042Z | Downloaded dunce v1.0.5 |
| 1124 | 2026-08-31T14:10:37.042Z | Downloaded ipnet v2.12.0 |
| 1125 | 2026-08-31T14:10:37.042Z | Downloaded tungstenite v0.21.0 |
| 1126 | 2026-08-31T14:10:37.042Z | Downloaded quick-error v1.2.3 |
| 1127 | 2026-08-31T14:10:37.054Z | Downloaded progenitor-impl v0.14.0 |
| 1128 | 2026-08-31T14:10:37.061Z | Downloaded void v1.0.2 |
| 1129 | 2026-08-31T14:10:37.062Z | Downloaded crc-catalog v2.4.0 |
| 1130 | 2026-08-31T14:10:37.062Z | Downloaded itertools v0.15.0 |
| 1131 | 2026-08-31T14:10:37.066Z | Downloaded primeorder v0.13.6 |
| 1132 | 2026-08-31T14:10:37.066Z | Downloaded schemars v0.8.22 |
| 1133 | 2026-08-31T14:10:37.075Z | Downloaded toml_edit v0.19.15 |
| 1134 | 2026-08-31T14:10:37.078Z | Downloaded pbkdf2 v0.13.0 |
| 1135 | 2026-08-31T14:10:37.078Z | Downloaded primeorder v0.14.0 |
| 1136 | 2026-08-31T14:10:37.087Z | Downloaded scrypt v0.12.0 |
| 1137 | 2026-08-31T14:10:37.087Z | Downloaded sync-ptr v0.1.4 |
| 1138 | 2026-08-31T14:10:37.087Z | Downloaded utf-8 v0.7.6 |
| 1139 | 2026-08-31T14:10:37.087Z | Downloaded serdect v0.4.3 |
| 1140 | 2026-08-31T14:10:37.087Z | Downloaded jiff-static v0.2.34 |
| 1141 | 2026-08-31T14:10:37.087Z | Downloaded tui-tree-widget v0.23.1 |
| 1142 | 2026-08-31T14:10:37.093Z | Downloaded vsss-rs v3.3.4 |
| 1143 | 2026-08-31T14:10:37.093Z | Downloaded darling_macro v0.21.3 |
| 1144 | 2026-08-31T14:10:37.093Z | Downloaded rand v0.8.6 |
| 1145 | 2026-08-31T14:10:37.093Z | Downloaded opaque-debug v0.3.1 |
| 1146 | 2026-08-31T14:10:37.093Z | Downloaded predicates-core v1.0.10 |
| 1147 | 2026-08-31T14:10:37.093Z | Downloaded defmt-macros v1.0.1 |
| 1148 | 2026-08-31T14:10:37.093Z | Downloaded derive_builder_macro v0.20.2 |
| 1149 | 2026-08-31T14:10:37.093Z | Downloaded indicatif v0.18.4 |
| 1150 | 2026-08-31T14:10:37.093Z | Downloaded typify v0.6.2 |
| 1151 | 2026-08-31T14:10:37.097Z | Downloaded knus v3.4.0 |
| 1152 | 2026-08-31T14:10:37.097Z | Downloaded nom v8.0.0 |
| 1153 | 2026-08-31T14:10:37.114Z | Downloaded display-error-chain v0.2.2 |
| 1154 | 2026-08-31T14:10:37.114Z | Downloaded displaydoc v0.2.5 |
| 1155 | 2026-08-31T14:10:37.114Z | Downloaded icu_normalizer v2.1.1 |
| 1156 | 2026-08-31T14:10:37.122Z | Downloaded icu_properties v2.1.2 |
| 1157 | 2026-08-31T14:10:37.122Z | Downloaded rustyline v14.0.0 |
| 1158 | 2026-08-31T14:10:37.122Z | Downloaded embedded-io v0.4.0 |
| 1159 | 2026-08-31T14:10:37.123Z | Downloaded paste v1.0.15 |
| 1160 | 2026-08-31T14:10:37.123Z | Downloaded ecdsa v0.16.9 |
| 1161 | 2026-08-31T14:10:37.123Z | Downloaded serde_with v1.14.0 |
| 1162 | 2026-08-31T14:10:37.123Z | Downloaded polyval v0.7.1 |
| 1163 | 2026-08-31T14:10:37.123Z | Downloaded rusty-fork v0.3.1 |
| 1164 | 2026-08-31T14:10:37.133Z | Downloaded supports-color v3.0.2 |
| 1165 | 2026-08-31T14:10:37.133Z | Downloaded crc8 v0.1.1 |
| 1166 | 2026-08-31T14:10:37.133Z | Downloaded crypto-common v0.2.2 |
| 1167 | 2026-08-31T14:10:37.133Z | Downloaded trait-variant v0.1.2 |
| 1168 | 2026-08-31T14:10:37.136Z | Downloaded rustls-native-certs v0.8.3 |
| 1169 | 2026-08-31T14:10:37.136Z | Downloaded mio v1.2.0 |
| 1170 | 2026-08-31T14:10:37.136Z | Downloaded nom v7.1.3 |
| 1171 | 2026-08-31T14:10:37.137Z | Downloaded parking_lot v0.12.5 |
| 1172 | 2026-08-31T14:10:37.141Z | Downloaded tough v0.22.0 |
| 1173 | 2026-08-31T14:10:37.145Z | Downloaded ident_case v1.0.1 |
| 1174 | 2026-08-31T14:10:37.145Z | Downloaded multimap v0.10.1 |
| 1175 | 2026-08-31T14:10:37.145Z | Downloaded untrusted v0.7.1 |
| 1176 | 2026-08-31T14:10:37.145Z | Downloaded phf_shared v0.11.3 |
| 1177 | 2026-08-31T14:10:37.149Z | Downloaded secrecy v0.8.0 |
| 1178 | 2026-08-31T14:10:37.157Z | Downloaded password-hash v0.5.0 |
| 1179 | 2026-08-31T14:10:37.166Z | Downloaded strsim v0.10.0 |
| 1180 | 2026-08-31T14:10:37.166Z | Downloaded ed25519 v2.2.3 |
| 1181 | 2026-08-31T14:10:37.191Z | Downloaded libscf-sys v1.2.0 |
| 1182 | 2026-08-31T14:10:37.191Z | Downloaded blake3 v1.8.5 |
| 1183 | 2026-08-31T14:10:37.191Z | Downloaded serde_with_macros v3.21.0 |
| 1184 | 2026-08-31T14:10:37.204Z | Downloaded papergrid v0.18.0 |
| 1185 | 2026-08-31T14:10:37.204Z | Downloaded litrs v1.0.0 |
| 1186 | 2026-08-31T14:10:37.204Z | Downloaded icu_normalizer_data v2.1.1 |
| 1187 | 2026-08-31T14:10:37.204Z | Downloaded managed v0.8.0 |
| 1188 | 2026-08-31T14:10:37.204Z | Downloaded num-integer v0.1.46 |
| 1189 | 2026-08-31T14:10:37.204Z | Downloaded simd-adler32 v0.3.8 |
| 1190 | 2026-08-31T14:10:37.204Z | Downloaded darling_core v0.13.4 |
| 1191 | 2026-08-31T14:10:37.210Z | Downloaded derive_more v0.99.20 |
| 1192 | 2026-08-31T14:10:37.210Z | Downloaded mime_guess v2.0.5 |
| 1193 | 2026-08-31T14:10:37.210Z | Downloaded time-macros v0.2.27 |
| 1194 | 2026-08-31T14:10:37.211Z | Downloaded peg-macros v0.8.5 |
| 1195 | 2026-08-31T14:10:37.211Z | Downloaded stringprep v0.1.5 |
| 1196 | 2026-08-31T14:10:37.211Z | Downloaded radium v0.7.0 |
| 1197 | 2026-08-31T14:10:37.224Z | Downloaded unicode-truncate v1.1.0 |
| 1198 | 2026-08-31T14:10:37.224Z | Downloaded maplit v1.0.2 |
| 1199 | 2026-08-31T14:10:37.224Z | Downloaded sec1 v0.8.1 |
| 1200 | 2026-08-31T14:10:37.234Z | Downloaded samael v0.0.19 |
| 1201 | 2026-08-31T14:10:37.234Z | Downloaded libxml v0.3.3 |
| 1202 | 2026-08-31T14:10:37.234Z | Downloaded snafu-derive v0.8.9 |
| 1203 | 2026-08-31T14:10:37.234Z | Downloaded serde-hex v0.1.0 |
| 1204 | 2026-08-31T14:10:37.234Z | Downloaded rawzip v0.4.4 |
| 1205 | 2026-08-31T14:10:37.234Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-08-31T14:10:37.243Z | Downloaded proptest v1.11.0 |
| 1207 | 2026-08-31T14:10:37.243Z | Downloaded ingot-macros v0.2.0 |
| 1208 | 2026-08-31T14:10:37.243Z | Downloaded xattr v1.6.1 |
| 1209 | 2026-08-31T14:10:37.243Z | Downloaded rand_chacha v0.9.0 |
| 1210 | 2026-08-31T14:10:37.250Z | Downloaded derive_more-impl v2.1.1 |
| 1211 | 2026-08-31T14:10:37.250Z | Downloaded zerotrie v0.2.3 |
| 1212 | 2026-08-31T14:10:37.251Z | Downloaded crossterm v0.28.1 |
| 1213 | 2026-08-31T14:10:37.265Z | Downloaded smallvec v0.6.14 |
| 1214 | 2026-08-31T14:10:37.265Z | Downloaded tokio-rustls v0.26.4 |
| 1215 | 2026-08-31T14:10:37.265Z | Downloaded smallvec v1.15.1 |
| 1216 | 2026-08-31T14:10:37.265Z | Downloaded git2 v0.20.4 |
| 1217 | 2026-08-31T14:10:37.272Z | Downloaded defmt v1.0.1 |
| 1218 | 2026-08-31T14:10:37.272Z | Downloaded p256 v0.14.0 |
| 1219 | 2026-08-31T14:10:37.272Z | Downloaded either v1.15.0 |
| 1220 | 2026-08-31T14:10:37.272Z | Downloaded proc-macro-error2 v2.0.1 |
| 1221 | 2026-08-31T14:10:37.272Z | Downloaded jiff-core v0.1.0 |
| 1222 | 2026-08-31T14:10:37.272Z | Downloaded ryu v1.0.23 |
| 1223 | 2026-08-31T14:10:37.272Z | Downloaded socket2 v0.6.3 |
| 1224 | 2026-08-31T14:10:37.272Z | Downloaded slab v0.4.12 |
| 1225 | 2026-08-31T14:10:37.272Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1226 | 2026-08-31T14:10:37.288Z | Downloaded unicode-properties v0.1.4 |
| 1227 | 2026-08-31T14:10:37.288Z | Downloaded itertools v0.14.0 |
| 1228 | 2026-08-31T14:10:37.302Z | Downloaded tower v0.5.3 |
| 1229 | 2026-08-31T14:10:37.302Z | Downloaded progenitor v0.14.0 |
| 1230 | 2026-08-31T14:10:37.302Z | Downloaded prettyplease v0.2.37 |
| 1231 | 2026-08-31T14:10:37.302Z | Downloaded zerocopy-derive v0.8.55 |
| 1232 | 2026-08-31T14:10:37.302Z | Downloaded yasna v0.5.2 |
| 1233 | 2026-08-31T14:10:37.302Z | Downloaded parking_lot v0.11.2 |
| 1234 | 2026-08-31T14:10:37.309Z | Downloaded x509-cert v0.2.5 |
| 1235 | 2026-08-31T14:10:37.310Z | Downloaded bindgen v0.71.1 |
| 1236 | 2026-08-31T14:10:37.310Z | Downloaded bitvec v1.0.1 |
| 1237 | 2026-08-31T14:10:37.334Z | Downloaded icu_properties_data v2.1.2 |
| 1238 | 2026-08-31T14:10:37.335Z | Downloaded crossbeam-channel v0.5.15 |
| 1239 | 2026-08-31T14:10:37.335Z | Downloaded slog-json v2.6.1 |
| 1240 | 2026-08-31T14:10:37.335Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1241 | 2026-08-31T14:10:37.335Z | Downloaded ron v0.8.1 |
| 1242 | 2026-08-31T14:10:37.351Z | Downloaded zerocopy v0.6.6 |
| 1243 | 2026-08-31T14:10:37.351Z | Downloaded memmap2 v0.9.10 |
| 1244 | 2026-08-31T14:10:37.351Z | Downloaded deranged v0.5.8 |
| 1245 | 2026-08-31T14:10:37.351Z | Downloaded convert_case v0.10.0 |
| 1246 | 2026-08-31T14:10:37.351Z | Downloaded dropshot-api-manager v0.8.0 |
| 1247 | 2026-08-31T14:10:37.351Z | Downloaded schemars v0.9.0 |
| 1248 | 2026-08-31T14:10:37.351Z | Downloaded rsa v0.9.10 |
| 1249 | 2026-08-31T14:10:37.351Z | Downloaded tokio-tungstenite v0.23.1 |
| 1250 | 2026-08-31T14:10:37.351Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-08-31T14:10:37.399Z | Downloaded russh v0.62.4 |
| 1252 | 2026-08-31T14:10:37.405Z | Downloaded aws-lc-rs v1.16.3 |
| 1253 | 2026-08-31T14:10:37.405Z | Downloaded der v0.8.0 |
| 1254 | 2026-08-31T14:10:37.405Z | Downloaded regex v1.12.3 |
| 1255 | 2026-08-31T14:10:37.405Z | Downloaded tokio-postgres v0.7.16 |
| 1256 | 2026-08-31T14:10:37.405Z | Downloaded chrono v0.4.45 |
| 1257 | 2026-08-31T14:10:37.405Z | Downloaded goblin v0.10.5 |
| 1258 | 2026-08-31T14:10:37.405Z | Downloaded unicode-segmentation v1.12.0 |
| 1259 | 2026-08-31T14:10:37.406Z | Downloaded elliptic-curve v0.13.8 |
| 1260 | 2026-08-31T14:10:37.406Z | Downloaded gimli v0.32.3 |
| 1261 | 2026-08-31T14:10:37.406Z | Downloaded const_format v0.2.35 |
| 1262 | 2026-08-31T14:10:37.406Z | Downloaded iri-string v0.7.10 |
| 1263 | 2026-08-31T14:10:37.406Z | Downloaded indexmap v1.9.3 |
| 1264 | 2026-08-31T14:10:37.406Z | Downloaded minimal-lexical v0.2.1 |
| 1265 | 2026-08-31T14:10:37.406Z | Downloaded openssl-sys v0.9.117 |
| 1266 | 2026-08-31T14:10:37.412Z | Downloaded rsa v0.10.0-rc.18 |
| 1267 | 2026-08-31T14:10:37.412Z | Downloaded crossterm v0.29.0 |
| 1268 | 2026-08-31T14:10:37.424Z | Downloaded itertools v0.12.1 |
| 1269 | 2026-08-31T14:10:37.424Z | Downloaded darling_core v0.21.3 |
| 1270 | 2026-08-31T14:10:37.433Z | Downloaded time v0.3.47 |
| 1271 | 2026-08-31T14:10:37.433Z | Downloaded num-bigint v0.4.6 |
| 1272 | 2026-08-31T14:10:37.442Z | Downloaded smoltcp v0.9.1 |
| 1273 | 2026-08-31T14:10:37.446Z | Downloaded sha3 v0.12.0 |
| 1274 | 2026-08-31T14:10:37.446Z | Downloaded der v0.7.10 |
| 1275 | 2026-08-31T14:10:37.455Z | Downloaded winnow v0.5.40 |
| 1276 | 2026-08-31T14:10:37.465Z | Downloaded winnow v1.0.3 |
| 1277 | 2026-08-31T14:10:37.465Z | Downloaded quick-xml v0.37.5 |
| 1278 | 2026-08-31T14:10:37.471Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-08-31T14:10:37.471Z | Downloaded tower-http v0.6.8 |
| 1280 | 2026-08-31T14:10:37.477Z | Downloaded tabled v0.21.0 |
| 1281 | 2026-08-31T14:10:37.482Z | Downloaded idna v1.1.0 |
| 1282 | 2026-08-31T14:10:37.491Z | Downloaded itertools v0.13.0 |
| 1283 | 2026-08-31T14:10:37.495Z | Downloaded zerovec v0.11.5 |
| 1284 | 2026-08-31T14:10:37.495Z | Downloaded object v0.30.4 |
| 1285 | 2026-08-31T14:10:37.524Z | Downloaded libm v0.2.16 |
| 1286 | 2026-08-31T14:10:37.534Z | Downloaded rayon v1.11.0 |
| 1287 | 2026-08-31T14:10:37.542Z | Downloaded p384 v0.13.1 |
| 1288 | 2026-08-31T14:10:37.552Z | Downloaded hickory-proto v0.24.4 |
| 1289 | 2026-08-31T14:10:37.556Z | Downloaded crypto-primes v0.7.2 |
| 1290 | 2026-08-31T14:10:37.569Z | Downloaded iddqd v0.4.2 |
| 1291 | 2026-08-31T14:10:37.576Z | Downloaded object v0.37.3 |
| 1292 | 2026-08-31T14:10:37.583Z | Downloaded portable-atomic v1.13.1 |
| 1293 | 2026-08-31T14:10:37.589Z | Downloaded lalrpop v0.19.12 |
| 1294 | 2026-08-31T14:10:37.595Z | Downloaded radix_trie v0.2.1 |
| 1295 | 2026-08-31T14:10:37.600Z | Downloaded crypto-bigint v0.7.5 |
| 1296 | 2026-08-31T14:10:37.609Z | Downloaded zerocopy v0.8.55 |
| 1297 | 2026-08-31T14:10:37.618Z | Downloaded curve25519-dalek v4.1.3 |
| 1298 | 2026-08-31T14:10:37.622Z | Downloaded hickory-proto v0.25.2 |
| 1299 | 2026-08-31T14:10:37.631Z | Downloaded reqwest v0.12.28 |
| 1300 | 2026-08-31T14:10:37.638Z | Downloaded nix v0.27.1 |
| 1301 | 2026-08-31T14:10:37.650Z | Downloaded serde_with v3.21.0 |
| 1302 | 2026-08-31T14:10:37.656Z | Downloaded regex-syntax v0.6.29 |
| 1303 | 2026-08-31T14:10:37.656Z | Downloaded regex-syntax v0.8.10 |
| 1304 | 2026-08-31T14:10:37.656Z | Downloaded bstr v1.12.1 |
| 1305 | 2026-08-31T14:10:37.674Z | Downloaded smoltcp v0.11.0 |
| 1306 | 2026-08-31T14:10:37.696Z | Downloaded regress v0.10.5 |
| 1307 | 2026-08-31T14:10:37.713Z | Downloaded nix v0.28.0 |
| 1308 | 2026-08-31T14:10:37.719Z | Downloaded openssl v0.10.80 |
| 1309 | 2026-08-31T14:10:37.726Z | Downloaded sled v0.34.7 |
| 1310 | 2026-08-31T14:10:37.731Z | Downloaded curve25519-dalek v5.0.0 |
| 1311 | 2026-08-31T14:10:37.737Z | Downloaded quinn-proto v0.11.16 |
| 1312 | 2026-08-31T14:10:37.756Z | Downloaded petname v2.0.2 |
| 1313 | 2026-08-31T14:10:37.765Z | Downloaded rustix v0.38.44 |
| 1314 | 2026-08-31T14:10:37.765Z | Downloaded moka v0.12.13 |
| 1315 | 2026-08-31T14:10:37.777Z | Downloaded diesel v2.3.7 |
| 1316 | 2026-08-31T14:10:37.782Z | Downloaded polar-core v0.27.3 |
| 1317 | 2026-08-31T14:10:37.786Z | Downloaded ratatui v0.29.0 |
| 1318 | 2026-08-31T14:10:37.798Z | Downloaded rustls v0.23.41 |
| 1319 | 2026-08-31T14:10:37.802Z | Downloaded tracing v0.1.44 |
| 1320 | 2026-08-31T14:10:37.822Z | Downloaded syn v3.0.3 |
| 1321 | 2026-08-31T14:10:37.833Z | Downloaded dropshot v0.17.1 |
| 1322 | 2026-08-31T14:10:37.841Z | Downloaded petgraph v0.6.5 |
| 1323 | 2026-08-31T14:10:37.846Z | Downloaded openapiv3 v2.2.0 |
| 1324 | 2026-08-31T14:10:37.854Z | Downloaded nix v0.31.2 |
| 1325 | 2026-08-31T14:10:37.858Z | Downloaded regex-automata v0.4.14 |
| 1326 | 2026-08-31T14:10:37.865Z | Downloaded sqlparser v0.61.0 |
| 1327 | 2026-08-31T14:10:37.869Z | Downloaded sha3 v0.11.0 |
| 1328 | 2026-08-31T14:10:37.878Z | Downloaded sha3 v0.10.8 |
| 1329 | 2026-08-31T14:10:37.889Z | Downloaded regress v0.11.1 |
| 1330 | 2026-08-31T14:10:37.934Z | Downloaded typify-impl v0.6.2 |
| 1331 | 2026-08-31T14:10:37.943Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1332 | 2026-08-31T14:10:37.987Z | Downloaded zerocopy-derive v0.6.6 |
| 1333 | 2026-08-31T14:10:37.993Z | Downloaded encoding_rs v0.8.35 |
| 1334 | 2026-08-31T14:10:38.002Z | Downloaded jiff v0.2.34 |
| 1335 | 2026-08-31T14:10:38.009Z | Downloaded ring v0.17.14 |
| 1336 | 2026-08-31T14:10:38.034Z | Downloaded chrono-tz v0.10.4 |
| 1337 | 2026-08-31T14:10:38.046Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1338 | 2026-08-31T14:10:38.074Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1339 | 2026-08-31T14:10:38.084Z | Downloaded petgraph v0.8.3 |
| 1340 | 2026-08-31T14:10:38.096Z | Downloaded csv v1.4.0 |
| 1341 | 2026-08-31T14:10:38.109Z | Downloaded libz-sys v1.1.24 |
| 1342 | 2026-08-31T14:10:38.119Z | Downloaded tokio v1.52.1 |
| 1343 | 2026-08-31T14:10:38.664Z | Downloaded aws-lc-sys v0.40.0 |
| 1344 | 2026-08-31T14:10:38.919Z | Compiling serde_core v1.0.228 |
| 1345 | 2026-08-31T14:10:38.919Z | Compiling libc v0.2.185 |
| 1346 | 2026-08-31T14:10:38.919Z | Compiling serde v1.0.228 |
| 1347 | 2026-08-31T14:10:38.922Z | Compiling log v0.4.33 |
| 1348 | 2026-08-31T14:10:38.922Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-08-31T14:10:38.922Z | Compiling shlex v1.3.0 |
| 1350 | 2026-08-31T14:10:38.922Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-08-31T14:10:39.053Z | Compiling syn v2.0.117 |
| 1352 | 2026-08-31T14:10:39.255Z | Compiling subtle v2.6.1 |
| 1353 | 2026-08-31T14:10:39.255Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-08-31T14:10:39.306Z | Compiling stable_deref_trait v1.2.1 |
| 1355 | 2026-08-31T14:10:39.352Z | Compiling lock_api v0.4.14 |
| 1356 | 2026-08-31T14:10:39.366Z | Compiling typenum v1.20.1 |
| 1357 | 2026-08-31T14:10:39.378Z | Compiling zerocopy v0.8.55 |
| 1358 | 2026-08-31T14:10:39.383Z | Compiling portable-atomic v1.13.1 |
| 1359 | 2026-08-31T14:10:39.420Z | Compiling serde_json v1.0.151 |
| 1360 | 2026-08-31T14:10:39.573Z | Compiling critical-section v1.2.0 |
| 1361 | 2026-08-31T14:10:39.619Z | Compiling libm v0.2.16 |
| 1362 | 2026-08-31T14:10:39.675Z | Compiling num-traits v0.2.19 |
| 1363 | 2026-08-31T14:10:39.786Z | Compiling pkg-config v0.3.32 |
| 1364 | 2026-08-31T14:10:39.890Z | Compiling errno v0.3.14 |
| 1365 | 2026-08-31T14:10:39.901Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-08-31T14:10:40.096Z | Compiling getrandom v0.2.17 |
| 1367 | 2026-08-31T14:10:40.255Z | Compiling cc v1.2.56 |
| 1368 | 2026-08-31T14:10:40.335Z | Compiling rand_core v0.6.4 |
| 1369 | 2026-08-31T14:10:40.366Z | Compiling generic-array v0.14.7 |
| 1370 | 2026-08-31T14:10:40.377Z | Compiling parking_lot_core v0.9.12 |
| 1371 | 2026-08-31T14:10:40.559Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-08-31T14:10:40.617Z | Compiling getrandom v0.4.3 |
| 1373 | 2026-08-31T14:10:40.628Z | Compiling const-oid v0.9.6 |
| 1374 | 2026-08-31T14:10:40.628Z | Compiling pin-project-lite v0.2.17 |
| 1375 | 2026-08-31T14:10:40.778Z | Compiling rand_core v0.10.0 |
| 1376 | 2026-08-31T14:10:41.091Z | Compiling signal-hook-registry v1.4.8 |
| 1377 | 2026-08-31T14:10:41.180Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-08-31T14:10:41.276Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-08-31T14:10:41.378Z | Compiling writeable v0.6.2 |
| 1380 | 2026-08-31T14:10:41.378Z | Compiling litemap v0.8.1 |
| 1381 | 2026-08-31T14:10:41.410Z | Compiling futures-core v0.3.32 |
| 1382 | 2026-08-31T14:10:41.513Z | Compiling semver v1.0.28 |
| 1383 | 2026-08-31T14:10:41.614Z | Compiling parking_lot v0.12.5 |
| 1384 | 2026-08-31T14:10:41.671Z | Compiling mio v1.2.0 |
| 1385 | 2026-08-31T14:10:41.671Z | Compiling icu_properties_data v2.1.2 |
| 1386 | 2026-08-31T14:10:41.671Z | Compiling icu_normalizer_data v2.1.1 |
| 1387 | 2026-08-31T14:10:41.953Z | Compiling socket2 v0.6.3 |
| 1388 | 2026-08-31T14:10:42.017Z | Compiling getrandom v0.3.4 |
| 1389 | 2026-08-31T14:10:42.017Z | Compiling rustix v1.1.4 |
| 1390 | 2026-08-31T14:10:42.017Z | Compiling futures-sink v0.3.32 |
| 1391 | 2026-08-31T14:10:42.017Z | Compiling indexmap v2.14.0 |
| 1392 | 2026-08-31T14:10:42.037Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-08-31T14:10:42.052Z | Compiling futures-channel v0.3.32 |
| 1394 | 2026-08-31T14:10:42.235Z | Compiling utf8_iter v1.0.4 |
| 1395 | 2026-08-31T14:10:42.268Z | Compiling futures-io v0.3.32 |
| 1396 | 2026-08-31T14:10:42.402Z | Compiling slab v0.4.12 |
| 1397 | 2026-08-31T14:10:42.439Z | Compiling futures-task v0.3.32 |
| 1398 | 2026-08-31T14:10:42.495Z | Compiling form_urlencoded v1.2.2 |
| 1399 | 2026-08-31T14:10:42.556Z | Compiling rustversion v1.0.22 |
| 1400 | 2026-08-31T14:10:42.609Z | Compiling base64ct v1.8.3 |
| 1401 | 2026-08-31T14:10:42.630Z | Compiling iana-time-zone v0.1.65 |
| 1402 | 2026-08-31T14:10:42.630Z | Compiling cmake v0.1.57 |
| 1403 | 2026-08-31T14:10:42.722Z | Compiling dunce v1.0.5 |
| 1404 | 2026-08-31T14:10:42.764Z | Compiling fs_extra v1.3.0 |
| 1405 | 2026-08-31T14:10:42.831Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-08-31T14:10:42.831Z | Compiling flagset v0.4.7 |
| 1407 | 2026-08-31T14:10:42.883Z | Compiling pem-rfc7468 v0.7.0 |
| 1408 | 2026-08-31T14:10:42.929Z | Compiling ident_case v1.0.1 |
| 1409 | 2026-08-31T14:10:43.024Z | Compiling rand_core v0.9.5 |
| 1410 | 2026-08-31T14:10:43.072Z | Compiling aws-lc-sys v0.40.0 |
| 1411 | 2026-08-31T14:10:43.089Z | Compiling uuid v1.23.4 |
| 1412 | 2026-08-31T14:10:43.174Z | Compiling base64 v0.22.1 |
| 1413 | 2026-08-31T14:10:43.330Z | Compiling vcpkg v0.2.15 |
| 1414 | 2026-08-31T14:10:43.503Z | Compiling syn v1.0.109 |
| 1415 | 2026-08-31T14:10:43.521Z | Compiling serde_derive_internals v0.29.1 |
| 1416 | 2026-08-31T14:10:43.610Z | Compiling rustc_version v0.4.1 |
| 1417 | 2026-08-31T14:10:43.721Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-08-31T14:10:43.774Z | Compiling zeroize_derive v1.5.0 |
| 1419 | 2026-08-31T14:10:43.802Z | Compiling zerocopy-derive v0.8.55 |
| 1420 | 2026-08-31T14:10:43.931Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-08-31T14:10:43.998Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-08-31T14:10:44.418Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-08-31T14:10:44.434Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-08-31T14:10:45.142Z | Compiling tokio-macros v2.7.0 |
| 1425 | 2026-08-31T14:10:45.190Z | Compiling futures-macro v0.3.32 |
| 1426 | 2026-08-31T14:10:45.228Z | Compiling der_derive v0.7.3 |
| 1427 | 2026-08-31T14:10:45.362Z | Compiling zerofrom v0.1.6 |
| 1428 | 2026-08-31T14:10:45.493Z | Compiling yoke v0.8.1 |
| 1429 | 2026-08-31T14:10:45.565Z | Compiling thiserror-impl v2.0.18 |
| 1430 | 2026-08-31T14:10:45.674Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-08-31T14:10:45.871Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-08-31T14:10:45.995Z | Compiling futures-util v0.3.32 |
| 1433 | 2026-08-31T14:10:46.177Z | Compiling tinystr v0.8.2 |
| 1434 | 2026-08-31T14:10:46.188Z | Compiling potential_utf v0.1.4 |
| 1435 | 2026-08-31T14:10:46.200Z | Compiling openssl-sys v0.9.117 |
| 1436 | 2026-08-31T14:10:46.346Z | Compiling icu_locale_core v2.1.1 |
| 1437 | 2026-08-31T14:10:46.372Z | Compiling icu_collections v2.1.1 |
| 1438 | 2026-08-31T14:10:46.756Z | Compiling tracing-attributes v0.1.31 |
| 1439 | 2026-08-31T14:10:46.831Z | Compiling tracing-core v0.1.36 |
| 1440 | 2026-08-31T14:10:46.895Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-08-31T14:10:47.002Z | Compiling icu_provider v2.1.1 |
| 1442 | 2026-08-31T14:10:47.203Z | Compiling zeroize v1.9.0 |
| 1443 | 2026-08-31T14:10:47.225Z | Compiling bytes v1.11.1 |
| 1444 | 2026-08-31T14:10:47.299Z | Compiling icu_normalizer v2.1.1 |
| 1445 | 2026-08-31T14:10:47.413Z | Compiling icu_properties v2.1.2 |
| 1446 | 2026-08-31T14:10:47.814Z | Compiling tokio v1.52.1 |
| 1447 | 2026-08-31T14:10:47.827Z | Compiling chrono v0.4.45 |
| 1448 | 2026-08-31T14:10:47.937Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-08-31T14:10:48.021Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-08-31T14:10:48.085Z | Compiling der v0.7.10 |
| 1451 | 2026-08-31T14:10:48.194Z | Compiling digest v0.10.7 |
| 1452 | 2026-08-31T14:10:48.256Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-08-31T14:10:48.352Z | Compiling ppv-lite86 v0.2.21 |
| 1454 | 2026-08-31T14:10:48.393Z | Compiling idna v1.1.0 |
| 1455 | 2026-08-31T14:10:48.445Z | Compiling http v1.4.2 |
| 1456 | 2026-08-31T14:10:48.482Z | Compiling schemars v0.8.22 |
| 1457 | 2026-08-31T14:10:48.674Z | Compiling rand_chacha v0.9.0 |
| 1458 | 2026-08-31T14:10:48.698Z | Compiling url v2.5.8 |
| 1459 | 2026-08-31T14:10:49.024Z | Compiling spki v0.7.3 |
| 1460 | 2026-08-31T14:10:49.173Z | Compiling dyn-clone v1.0.20 |
| 1461 | 2026-08-31T14:10:49.234Z | Compiling cpufeatures v0.2.17 |
| 1462 | 2026-08-31T14:10:49.256Z | Compiling simd-adler32 v0.3.8 |
| 1463 | 2026-08-31T14:10:49.304Z | Compiling aws-lc-rs v1.16.3 |
| 1464 | 2026-08-31T14:10:49.304Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-08-31T14:10:49.332Z | Compiling http-body v1.0.1 |
| 1466 | 2026-08-31T14:10:49.349Z | Compiling rand v0.9.2 |
| 1467 | 2026-08-31T14:10:49.464Z | Compiling tracing v0.1.44 |
| 1468 | 2026-08-31T14:10:49.479Z | Compiling rustls-pki-types v1.14.0 |
| 1469 | 2026-08-31T14:10:49.579Z | Compiling schemars_derive v0.8.22 |
| 1470 | 2026-08-31T14:10:49.626Z | Compiling spin v0.9.8 |
| 1471 | 2026-08-31T14:10:49.713Z | Compiling tinyvec_macros v0.1.1 |
| 1472 | 2026-08-31T14:10:49.782Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-08-31T14:10:49.826Z | Compiling adler2 v2.0.1 |
| 1474 | 2026-08-31T14:10:49.903Z | Compiling cmov v0.5.4 |
| 1475 | 2026-08-31T14:10:49.948Z | Compiling httparse v1.10.1 |
| 1476 | 2026-08-31T14:10:49.948Z | Compiling crc32fast v1.5.0 |
| 1477 | 2026-08-31T14:10:50.120Z | Compiling ctutils v0.4.2 |
| 1478 | 2026-08-31T14:10:50.148Z | Compiling tempfile v3.27.0 |
| 1479 | 2026-08-31T14:10:50.267Z | Compiling miniz_oxide v0.8.9 |
| 1480 | 2026-08-31T14:10:50.349Z | Compiling tinyvec v1.10.0 |
| 1481 | 2026-08-31T14:10:50.363Z | Compiling pest_generator v2.8.6 |
| 1482 | 2026-08-31T14:10:50.512Z | Compiling sha2 v0.10.9 |
| 1483 | 2026-08-31T14:10:50.685Z | Compiling terminal_size v0.4.3 |
| 1484 | 2026-08-31T14:10:50.833Z | Compiling aho-corasick v1.1.4 |
| 1485 | 2026-08-31T14:10:50.854Z | Compiling try-lock v0.2.5 |
| 1486 | 2026-08-31T14:10:50.961Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-08-31T14:10:51.025Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-08-31T14:10:51.081Z | Compiling radium v0.7.0 |
| 1489 | 2026-08-31T14:10:51.182Z | Compiling unicode-segmentation v1.12.0 |
| 1490 | 2026-08-31T14:10:51.322Z | Compiling untrusted v0.7.1 |
| 1491 | 2026-08-31T14:10:51.444Z | Compiling tower-service v0.3.3 |
| 1492 | 2026-08-31T14:10:51.554Z | Compiling pest_derive v2.8.6 |
| 1493 | 2026-08-31T14:10:51.572Z | Compiling tokio-util v0.7.18 |
| 1494 | 2026-08-31T14:10:51.793Z | Compiling regex-automata v0.4.14 |
| 1495 | 2026-08-31T14:10:51.987Z | Compiling want v0.3.1 |
| 1496 | 2026-08-31T14:10:52.166Z | Compiling hybrid-array v0.4.13 |
| 1497 | 2026-08-31T14:10:52.378Z | Compiling h2 v0.4.15 |
| 1498 | 2026-08-31T14:10:52.605Z | Compiling ipnet v2.12.0 |
| 1499 | 2026-08-31T14:10:52.634Z | Compiling scroll_derive v0.13.1 |
| 1500 | 2026-08-31T14:10:52.982Z | Compiling darling_core v0.20.11 |
| 1501 | 2026-08-31T14:10:53.038Z | Compiling openssl v0.10.80 |
| 1502 | 2026-08-31T14:10:53.263Z | Compiling tap v1.0.1 |
| 1503 | 2026-08-31T14:10:53.279Z | Compiling maybe-uninit v2.0.0 |
| 1504 | 2026-08-31T14:10:53.368Z | Compiling rustls v0.23.41 |
| 1505 | 2026-08-31T14:10:53.396Z | Compiling untrusted v0.9.0 |
| 1506 | 2026-08-31T14:10:53.459Z | Compiling foreign-types-shared v0.1.1 |
| 1507 | 2026-08-31T14:10:53.505Z | Compiling httpdate v1.0.3 |
| 1508 | 2026-08-31T14:10:53.530Z | Compiling foreign-types v0.3.2 |
| 1509 | 2026-08-31T14:10:53.566Z | Compiling scroll v0.13.0 |
| 1510 | 2026-08-31T14:10:53.581Z | Compiling wyz v0.5.1 |
| 1511 | 2026-08-31T14:10:53.740Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-08-31T14:10:53.832Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-08-31T14:10:53.946Z | Compiling signature v2.2.0 |
| 1514 | 2026-08-31T14:10:54.014Z | Compiling hex v0.4.3 |
| 1515 | 2026-08-31T14:10:54.184Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-08-31T14:10:54.210Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-08-31T14:10:54.297Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1518 | 2026-08-31T14:10:54.624Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-08-31T14:10:54.667Z | Compiling num-integer v0.1.46 |
| 1520 | 2026-08-31T14:10:54.667Z | Compiling socket2 v0.5.10 |
| 1521 | 2026-08-31T14:10:54.854Z | Compiling wait-timeout v0.2.1 |
| 1522 | 2026-08-31T14:10:54.890Z | Compiling ahash v0.8.12 |
| 1523 | 2026-08-31T14:10:55.167Z | Compiling funty v2.0.0 |
| 1524 | 2026-08-31T14:10:55.298Z | Compiling num-bigint-dig v0.8.6 |
| 1525 | 2026-08-31T14:10:55.298Z | Compiling num-conv v0.2.0 |
| 1526 | 2026-08-31T14:10:55.298Z | Compiling darling_macro v0.20.11 |
| 1527 | 2026-08-31T14:10:55.427Z | Compiling packed_struct v0.10.1 |
| 1528 | 2026-08-31T14:10:55.427Z | Compiling quick-error v1.2.3 |
| 1529 | 2026-08-31T14:10:55.463Z | Compiling native-tls v0.2.18 |
| 1530 | 2026-08-31T14:10:55.463Z | Compiling bit-vec v0.8.0 |
| 1531 | 2026-08-31T14:10:55.526Z | Compiling hyper v1.10.1 |
| 1532 | 2026-08-31T14:10:55.643Z | Compiling powerfmt v0.2.0 |
| 1533 | 2026-08-31T14:10:55.746Z | Compiling time-core v0.1.8 |
| 1534 | 2026-08-31T14:10:55.747Z | Compiling darling v0.20.11 |
| 1535 | 2026-08-31T14:10:55.747Z | Compiling bit-set v0.8.0 |
| 1536 | 2026-08-31T14:10:55.788Z | Compiling deranged v0.5.8 |
| 1537 | 2026-08-31T14:10:55.788Z | Compiling time-macros v0.2.27 |
| 1538 | 2026-08-31T14:10:55.819Z | Compiling clap_builder v4.6.0 |
| 1539 | 2026-08-31T14:10:55.838Z | Compiling thiserror v1.0.69 |
| 1540 | 2026-08-31T14:10:55.838Z | Compiling bitvec v1.0.1 |
| 1541 | 2026-08-31T14:10:55.962Z | Compiling rusty-fork v0.3.1 |
| 1542 | 2026-08-31T14:10:56.437Z | Compiling num-iter v0.1.45 |
| 1543 | 2026-08-31T14:10:56.697Z | Compiling hyper-util v0.1.20 |
| 1544 | 2026-08-31T14:10:57.036Z | Compiling rand v0.8.6 |
| 1545 | 2026-08-31T14:10:57.058Z | Compiling goblin v0.10.5 |
| 1546 | 2026-08-31T14:10:57.325Z | Compiling packed_struct_codegen v0.10.1 |
| 1547 | 2026-08-31T14:10:57.833Z | Compiling lazy_static v1.5.0 |
| 1548 | 2026-08-31T14:10:57.916Z | Compiling hmac v0.12.1 |
| 1549 | 2026-08-31T14:10:58.072Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-08-31T14:10:58.320Z | Compiling serde_spanned v0.6.9 |
| 1551 | 2026-08-31T14:10:58.334Z | Compiling bitfield-macros v0.19.4 |
| 1552 | 2026-08-31T14:10:58.366Z | Compiling clap_derive v4.6.1 |
| 1553 | 2026-08-31T14:10:58.457Z | Compiling zerocopy-derive v0.6.6 |
| 1554 | 2026-08-31T14:10:58.695Z | Compiling rand_xorshift v0.4.0 |
| 1555 | 2026-08-31T14:10:58.859Z | Compiling sync_wrapper v1.0.2 |
| 1556 | 2026-08-31T14:10:58.967Z | Compiling indexmap v1.9.3 |
| 1557 | 2026-08-31T14:10:59.020Z | Compiling zlib-rs v0.6.2 |
| 1558 | 2026-08-31T14:10:59.155Z | Compiling paste v1.0.15 |
| 1559 | 2026-08-31T14:10:59.270Z | Compiling unarray v0.1.4 |
| 1560 | 2026-08-31T14:10:59.379Z | Compiling siphasher v1.0.2 |
| 1561 | 2026-08-31T14:10:59.401Z | Compiling nodrop v0.1.14 |
| 1562 | 2026-08-31T14:10:59.493Z | Compiling num_threads v0.1.7 |
| 1563 | 2026-08-31T14:10:59.566Z | Compiling crc-catalog v2.4.0 |
| 1564 | 2026-08-31T14:10:59.606Z | Compiling usdt-impl v0.6.0 |
| 1565 | 2026-08-31T14:10:59.653Z | Compiling object v0.37.3 |
| 1566 | 2026-08-31T14:10:59.674Z | Compiling crossbeam-utils v0.8.21 |
| 1567 | 2026-08-31T14:10:59.801Z | Compiling dof v0.4.0 |
| 1568 | 2026-08-31T14:10:59.957Z | Compiling crc v3.4.0 |
| 1569 | 2026-08-31T14:10:59.974Z | Compiling time v0.3.47 |
| 1570 | 2026-08-31T14:11:00.114Z | Compiling clap v4.6.1 |
| 1571 | 2026-08-31T14:11:00.195Z | Compiling array-init v0.0.4 |
| 1572 | 2026-08-31T14:11:00.256Z | Compiling proptest v1.11.0 |
| 1573 | 2026-08-31T14:11:00.536Z | Compiling zerocopy v0.6.6 |
| 1574 | 2026-08-31T14:11:00.872Z | Compiling bitfield v0.19.4 |
| 1575 | 2026-08-31T14:11:01.018Z | Compiling tower v0.5.3 |
| 1576 | 2026-08-31T14:11:01.475Z | Compiling smallvec v0.6.14 |
| 1577 | 2026-08-31T14:11:01.668Z | Compiling derive_builder_core v0.20.2 |
| 1578 | 2026-08-31T14:11:01.886Z | Compiling flate2 v1.1.9 |
| 1579 | 2026-08-31T14:11:02.189Z | Compiling dtrace-parser v0.3.0 |
| 1580 | 2026-08-31T14:11:02.265Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-08-31T14:11:02.447Z | Compiling pkcs1 v0.7.5 |
| 1582 | 2026-08-31T14:11:02.486Z | Compiling http-body-util v0.1.3 |
| 1583 | 2026-08-31T14:11:02.642Z | Compiling heapless v0.7.17 |
| 1584 | 2026-08-31T14:11:02.721Z | Compiling scroll_derive v0.12.1 |
| 1585 | 2026-08-31T14:11:02.831Z | Compiling structmeta-derive v0.3.0 |
| 1586 | 2026-08-31T14:11:02.872Z | Compiling slog v2.8.2 |
| 1587 | 2026-08-31T14:11:02.900Z | Compiling darling_core v0.23.0 |
| 1588 | 2026-08-31T14:11:03.007Z | Compiling thread-id v5.1.0 |
| 1589 | 2026-08-31T14:11:03.050Z | Compiling cookie v0.18.1 |
| 1590 | 2026-08-31T14:11:03.092Z | Compiling env_filter v2.0.0 |
| 1591 | 2026-08-31T14:11:03.228Z | Compiling syn v3.0.3 |
| 1592 | 2026-08-31T14:11:03.369Z | Compiling ryu v1.0.23 |
| 1593 | 2026-08-31T14:11:03.382Z | Compiling anyhow v1.0.104 |
| 1594 | 2026-08-31T14:11:03.550Z | Compiling signal-hook v0.3.18 |
| 1595 | 2026-08-31T14:11:03.680Z | Compiling allocator-api2 v0.2.21 |
| 1596 | 2026-08-31T14:11:03.716Z | Compiling winnow v0.5.40 |
| 1597 | 2026-08-31T14:11:03.893Z | Compiling base64 v0.21.7 |
| 1598 | 2026-08-31T14:11:04.007Z | Compiling iri-string v0.7.10 |
| 1599 | 2026-08-31T14:11:04.204Z | Compiling gimli v0.32.3 |
| 1600 | 2026-08-31T14:11:05.154Z | Compiling hashbrown v0.12.3 |
| 1601 | 2026-08-31T14:11:05.367Z | Compiling zstd-safe v7.2.4 |
| 1602 | 2026-08-31T14:11:05.541Z | Compiling unicode-properties v0.1.4 |
| 1603 | 2026-08-31T14:11:05.561Z | Compiling unicode-bidi v0.3.18 |
| 1604 | 2026-08-31T14:11:05.770Z | Compiling darling_macro v0.23.0 |
| 1605 | 2026-08-31T14:11:05.992Z | Compiling stringprep v0.1.5 |
| 1606 | 2026-08-31T14:11:06.086Z | Compiling addr2line v0.25.1 |
| 1607 | 2026-08-31T14:11:06.123Z | Compiling tower-http v0.6.8 |
| 1608 | 2026-08-31T14:11:06.248Z | Compiling toml_edit v0.19.15 |
| 1609 | 2026-08-31T14:11:26.237Z | Compiling ron v0.8.1 |
| 1610 | 2026-08-31T14:11:26.439Z | Compiling structmeta v0.3.0 |
| 1611 | 2026-08-31T14:11:26.439Z | Compiling serde_urlencoded v0.7.1 |
| 1612 | 2026-08-31T14:11:26.440Z | Compiling daft-derive v0.1.8 |
| 1613 | 2026-08-31T14:11:26.440Z | Compiling scroll v0.12.0 |
| 1614 | 2026-08-31T14:11:26.440Z | Compiling env_logger v0.11.11 |
| 1615 | 2026-08-31T14:11:26.490Z | Compiling rsa v0.9.10 |
| 1616 | 2026-08-31T14:11:26.490Z | Compiling newtype-uuid v1.3.2 |
| 1617 | 2026-08-31T14:11:26.490Z | Compiling derive_builder_macro v0.20.2 |
| 1618 | 2026-08-31T14:11:26.490Z | Compiling oxnet v0.1.6 |
| 1619 | 2026-08-31T14:11:26.490Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1620 | 2026-08-31T14:11:26.490Z | Compiling hashbrown v0.13.2 |
| 1621 | 2026-08-31T14:11:26.490Z | Compiling serde-hex v0.1.0 |
| 1622 | 2026-08-31T14:11:26.490Z | Compiling bzip2 v0.4.4 |
| 1623 | 2026-08-31T14:11:26.490Z | Compiling tokio-native-tls v0.3.1 |
| 1624 | 2026-08-31T14:11:26.490Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1625 | 2026-08-31T14:11:26.490Z | Compiling camino v1.2.5 |
| 1626 | 2026-08-31T14:11:26.490Z | Compiling bstr v1.12.1 |
| 1627 | 2026-08-31T14:11:26.490Z | Compiling block-padding v0.4.2 |
| 1628 | 2026-08-31T14:11:26.490Z | Compiling block-buffer v0.12.1 |
| 1629 | 2026-08-31T14:11:26.490Z | Compiling crypto-common v0.2.2 |
| 1630 | 2026-08-31T14:11:26.490Z | Compiling heck v0.4.1 |
| 1631 | 2026-08-31T14:11:26.490Z | Compiling rustls-native-certs v0.8.3 |
| 1632 | 2026-08-31T14:11:26.490Z | Compiling x509-cert v0.2.5 |
| 1633 | 2026-08-31T14:11:26.490Z | Compiling md-5 v0.10.6 |
| 1634 | 2026-08-31T14:11:26.490Z | Compiling erased-serde v0.3.31 |
| 1635 | 2026-08-31T14:11:26.490Z | Compiling serde_tokenstream v0.2.3 |
| 1636 | 2026-08-31T14:11:26.490Z | Compiling curve25519-dalek v4.1.3 |
| 1637 | 2026-08-31T14:11:26.490Z | Compiling async-trait v0.1.89 |
| 1638 | 2026-08-31T14:11:26.491Z | Compiling zerocopy-derive v0.7.35 |
| 1639 | 2026-08-31T14:11:26.491Z | Compiling pin-project-internal v1.1.11 |
| 1640 | 2026-08-31T14:11:26.491Z | Compiling vergen-lib v9.1.0 |
| 1641 | 2026-08-31T14:11:26.491Z | Compiling hash32 v0.2.1 |
| 1642 | 2026-08-31T14:11:26.491Z | Compiling memoffset v0.9.1 |
| 1643 | 2026-08-31T14:11:26.491Z | Compiling encoding_rs v0.8.35 |
| 1644 | 2026-08-31T14:11:26.491Z | Compiling rustix v0.38.44 |
| 1645 | 2026-08-31T14:11:26.491Z | Compiling cfg_aliases v0.2.1 |
| 1646 | 2026-08-31T14:11:26.491Z | Compiling ref-cast v1.0.25 |
| 1647 | 2026-08-31T14:11:26.491Z | Compiling psl-types v2.0.11 |
| 1648 | 2026-08-31T14:11:26.491Z | Compiling owo-colors v4.3.0 |
| 1649 | 2026-08-31T14:11:26.491Z | Compiling crc-any v2.5.0 |
| 1650 | 2026-08-31T14:11:26.491Z | Compiling fallible-iterator v0.2.0 |
| 1651 | 2026-08-31T14:11:26.491Z | Compiling smoltcp v0.9.1 |
| 1652 | 2026-08-31T14:11:26.491Z | Compiling rustc-demangle v0.1.27 |
| 1653 | 2026-08-31T14:11:26.491Z | Compiling mime v0.3.17 |
| 1654 | 2026-08-31T14:11:26.491Z | Compiling litrs v1.0.0 |
| 1655 | 2026-08-31T14:11:26.491Z | Compiling postgres-protocol v0.6.10 |
| 1656 | 2026-08-31T14:11:26.491Z | Compiling pin-project v1.1.11 |
| 1657 | 2026-08-31T14:11:26.491Z | Compiling backtrace v0.3.76 |
| 1658 | 2026-08-31T14:11:26.491Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1659 | 2026-08-31T14:11:26.491Z | Compiling publicsuffix v2.3.0 |
| 1660 | 2026-08-31T14:11:26.491Z | Compiling zerocopy v0.7.35 |
| 1661 | 2026-08-31T14:11:26.491Z | Compiling nix v0.31.2 |
| 1662 | 2026-08-31T14:11:26.491Z | Compiling document-features v0.2.12 |
| 1663 | 2026-08-31T14:11:26.491Z | Compiling snafu-derive v0.8.9 |
| 1664 | 2026-08-31T14:11:26.491Z | Compiling inout v0.2.2 |
| 1665 | 2026-08-31T14:11:26.492Z | Compiling daft v0.1.8 |
| 1666 | 2026-08-31T14:11:26.492Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1667 | 2026-08-31T14:11:26.492Z | Compiling hyper-tls v0.6.0 |
| 1668 | 2026-08-31T14:11:26.492Z | Compiling zip v0.6.6 |
| 1669 | 2026-08-31T14:11:26.492Z | Compiling object v0.30.4 |
| 1670 | 2026-08-31T14:11:26.492Z | Compiling derive_builder v0.20.2 |
| 1671 | 2026-08-31T14:11:26.492Z | Compiling toml v0.7.8 |
| 1672 | 2026-08-31T14:11:26.492Z | Compiling goblin v0.8.2 |
| 1673 | 2026-08-31T14:11:26.492Z | Compiling derive-ex v0.1.8 |
| 1674 | 2026-08-31T14:11:26.492Z | Compiling darling v0.23.0 |
| 1675 | 2026-08-31T14:11:26.492Z | Compiling phf_shared v0.13.1 |
| 1676 | 2026-08-31T14:11:26.492Z | Compiling regex v1.12.3 |
| 1677 | 2026-08-31T14:11:26.492Z | Compiling hubpack_derive v0.1.1 |
| 1678 | 2026-08-31T14:11:26.492Z | Compiling convert_case v0.10.0 |
| 1679 | 2026-08-31T14:11:26.492Z | Compiling futures-executor v0.3.32 |
| 1680 | 2026-08-31T14:11:26.492Z | Compiling ref-cast-impl v1.0.25 |
| 1681 | 2026-08-31T14:11:26.492Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1682 | 2026-08-31T14:11:26.492Z | Compiling strum_macros v0.27.2 |
| 1683 | 2026-08-31T14:11:26.492Z | Compiling vergen v9.1.0 |
| 1684 | 2026-08-31T14:11:26.492Z | Compiling cargo-platform v0.3.2 |
| 1685 | 2026-08-31T14:11:26.492Z | Compiling ff v0.13.1 |
| 1686 | 2026-08-31T14:11:26.492Z | Compiling fs-err v3.3.0 |
| 1687 | 2026-08-31T14:11:26.492Z | Compiling path-slash v0.1.5 |
| 1688 | 2026-08-31T14:11:26.492Z | Compiling bitflags v1.3.2 |
| 1689 | 2026-08-31T14:11:26.492Z | Compiling foldhash v0.1.5 |
| 1690 | 2026-08-31T14:11:26.492Z | Compiling managed v0.8.0 |
| 1691 | 2026-08-31T14:11:26.492Z | Compiling is_ci v1.2.0 |
| 1692 | 2026-08-31T14:11:26.493Z | Compiling jiff-core v0.1.0 |
| 1693 | 2026-08-31T14:11:26.493Z | Compiling bumpalo v3.20.2 |
| 1694 | 2026-08-31T14:11:26.493Z | Compiling base16ct v0.2.0 |
| 1695 | 2026-08-31T14:11:26.493Z | Compiling foldhash v0.2.0 |
| 1696 | 2026-08-31T14:11:26.493Z | Compiling libbz2-rs-sys v0.2.2 |
| 1697 | 2026-08-31T14:11:26.493Z | Compiling same-file v1.0.6 |
| 1698 | 2026-08-31T14:11:26.493Z | Compiling hashbrown v0.16.1 |
| 1699 | 2026-08-31T14:11:26.493Z | Compiling walkdir v2.5.0 |
| 1700 | 2026-08-31T14:11:26.493Z | Compiling jiff v0.2.34 |
| 1701 | 2026-08-31T14:11:26.493Z | Compiling bzip2 v0.6.1 |
| 1702 | 2026-08-31T14:11:26.493Z | Compiling zopfli v0.8.3 |
| 1703 | 2026-08-31T14:11:26.493Z | Compiling sec1 v0.7.3 |
| 1704 | 2026-08-31T14:11:26.493Z | Compiling strum v0.27.2 |
| 1705 | 2026-08-31T14:11:26.493Z | Compiling textwrap v0.16.2 |
| 1706 | 2026-08-31T14:11:26.493Z | Compiling hashbrown v0.15.5 |
| 1707 | 2026-08-31T14:11:26.493Z | Compiling supports-color v3.0.2 |
| 1708 | 2026-08-31T14:11:26.493Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1709 | 2026-08-31T14:11:26.493Z | Compiling group v0.13.0 |
| 1710 | 2026-08-31T14:11:26.493Z | Compiling cargo_metadata v0.23.1 |
| 1711 | 2026-08-31T14:11:26.493Z | Compiling dof v0.3.0 |
| 1712 | 2026-08-31T14:11:26.493Z | Compiling test-strategy v0.4.5 |
| 1713 | 2026-08-31T14:11:26.493Z | Compiling derive_more-impl v2.1.1 |
| 1714 | 2026-08-31T14:11:26.493Z | Compiling futures v0.3.32 |
| 1715 | 2026-08-31T14:11:26.608Z | Compiling hubpack v0.1.2 |
| 1716 | 2026-08-31T14:11:26.608Z | Compiling snafu v0.8.9 |
| 1717 | 2026-08-31T14:11:26.608Z | Compiling phf v0.13.1 |
| 1718 | 2026-08-31T14:11:26.609Z | Compiling signal-hook-mio v0.2.5 |
| 1719 | 2026-08-31T14:11:26.609Z | Compiling serde_with_macros v3.21.0 |
| 1720 | 2026-08-31T14:11:26.609Z | Compiling cookie_store v0.22.1 |
| 1721 | 2026-08-31T14:11:26.609Z | Compiling zstd v0.13.3 |
| 1722 | 2026-08-31T14:11:26.609Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-08-31T14:11:26.609Z | Compiling cipher v0.5.2 |
| 1724 | 2026-08-31T14:11:26.609Z | Compiling backtrace-ext v0.2.1 |
| 1725 | 2026-08-31T14:11:26.609Z | Compiling postgres-types v0.2.12 |
| 1726 | 2026-08-31T14:11:26.609Z | Compiling usdt-macro v0.6.0 |
| 1727 | 2026-08-31T14:11:26.609Z | Compiling usdt-attr-macro v0.6.0 |
| 1728 | 2026-08-31T14:11:26.609Z | Compiling globset v0.4.18 |
| 1729 | 2026-08-31T14:11:26.609Z | Compiling phf_shared v0.11.3 |
| 1730 | 2026-08-31T14:11:26.609Z | Compiling hkdf v0.12.4 |
| 1731 | 2026-08-31T14:11:26.609Z | Compiling dtrace-parser v0.2.0 |
| 1732 | 2026-08-31T14:11:26.609Z | Compiling byte-wrapper v0.1.0 |
| 1733 | 2026-08-31T14:11:26.609Z | Compiling olpc-cjson v0.1.4 |
| 1734 | 2026-08-31T14:11:26.609Z | Compiling ed25519 v2.2.3 |
| 1735 | 2026-08-31T14:11:26.609Z | Compiling crypto-bigint v0.5.5 |
| 1736 | 2026-08-31T14:11:26.609Z | Compiling serde-big-array v0.5.1 |
| 1737 | 2026-08-31T14:11:26.609Z | Compiling serde_plain v1.0.2 |
| 1738 | 2026-08-31T14:11:26.609Z | Compiling async-recursion v1.1.1 |
| 1739 | 2026-08-31T14:11:26.609Z | Compiling serde_repr v0.1.20 |
| 1740 | 2026-08-31T14:11:26.610Z | Compiling enum-as-inner v0.6.1 |
| 1741 | 2026-08-31T14:11:26.610Z | Compiling strum_macros v0.26.4 |
| 1742 | 2026-08-31T14:11:26.610Z | Compiling miette-derive v7.6.0 |
| 1743 | 2026-08-31T14:11:26.610Z | Compiling pem v3.0.6 |
| 1744 | 2026-08-31T14:11:26.610Z | Compiling float-cmp v0.10.0 |
| 1745 | 2026-08-31T14:11:26.610Z | Compiling thread-id v4.2.2 |
| 1746 | 2026-08-31T14:11:26.610Z | Compiling memmap2 v0.9.10 |
| 1747 | 2026-08-31T14:11:26.610Z | Compiling typed-path v0.9.3 |
| 1748 | 2026-08-31T14:11:26.610Z | Compiling keccak v0.1.6 |
| 1749 | 2026-08-31T14:11:26.610Z | Compiling new_debug_unreachable v1.0.6 |
| 1750 | 2026-08-31T14:11:26.610Z | Compiling const-oid v0.10.2 |
| 1751 | 2026-08-31T14:11:26.610Z | Compiling predicates-core v1.0.10 |
| 1752 | 2026-08-31T14:11:26.610Z | Compiling winnow v1.0.3 |
| 1753 | 2026-08-31T14:11:26.610Z | Compiling data-encoding v2.10.0 |
| 1754 | 2026-08-31T14:11:26.610Z | Compiling fixedbitset v0.4.2 |
| 1755 | 2026-08-31T14:11:26.610Z | Compiling whoami v2.1.0 |
| 1756 | 2026-08-31T14:11:26.610Z | Compiling difflib v0.4.0 |
| 1757 | 2026-08-31T14:11:26.610Z | Compiling precomputed-hash v0.1.1 |
| 1758 | 2026-08-31T14:11:26.610Z | Compiling supports-unicode v3.0.0 |
| 1759 | 2026-08-31T14:11:26.610Z | Compiling cpufeatures v0.3.0 |
| 1760 | 2026-08-31T14:11:26.610Z | Compiling supports-hyperlinks v3.2.0 |
| 1761 | 2026-08-31T14:11:26.610Z | Compiling fixedbitset v0.5.7 |
| 1762 | 2026-08-31T14:11:26.610Z | Compiling normalize-line-endings v0.3.0 |
| 1763 | 2026-08-31T14:11:26.610Z | Compiling either v1.15.0 |
| 1764 | 2026-08-31T14:11:26.610Z | Compiling static_assertions v1.1.0 |
| 1765 | 2026-08-31T14:11:26.610Z | Compiling predicates v3.1.4 |
| 1766 | 2026-08-31T14:11:26.611Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1767 | 2026-08-31T14:11:26.611Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1768 | 2026-08-31T14:11:26.611Z | Compiling itertools v0.13.0 |
| 1769 | 2026-08-31T14:11:26.611Z | Compiling petgraph v0.8.3 |
| 1770 | 2026-08-31T14:11:26.611Z | Compiling miette v7.6.0 |
| 1771 | 2026-08-31T14:11:26.611Z | Compiling chacha20 v0.10.0 |
| 1772 | 2026-08-31T14:11:26.611Z | Compiling strum v0.26.3 |
| 1773 | 2026-08-31T14:11:26.611Z | Compiling tokio-postgres v0.7.16 |
| 1774 | 2026-08-31T14:11:26.611Z | Compiling string_cache v0.8.9 |
| 1775 | 2026-08-31T14:11:26.611Z | Compiling hickory-proto v0.25.2 |
| 1776 | 2026-08-31T14:11:26.611Z | Compiling petgraph v0.6.5 |
| 1777 | 2026-08-31T14:11:26.611Z | Compiling toml_edit v0.22.27 |
| 1778 | 2026-08-31T14:11:26.611Z | Compiling digest v0.11.3 |
| 1779 | 2026-08-31T14:11:26.611Z | Compiling sha3 v0.10.8 |
| 1780 | 2026-08-31T14:11:26.611Z | Compiling usdt v0.6.0 |
| 1781 | 2026-08-31T14:11:26.611Z | Compiling elliptic-curve v0.13.8 |
| 1782 | 2026-08-31T14:11:26.611Z | Compiling usdt-impl v0.5.0 |
| 1783 | 2026-08-31T14:11:26.611Z | Compiling ed25519-dalek v2.2.0 |
| 1784 | 2026-08-31T14:11:26.611Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1785 | 2026-08-31T14:11:26.783Z | Compiling crossterm v0.28.1 |
| 1786 | 2026-08-31T14:11:26.792Z | Compiling serde_with v3.21.0 |
| 1787 | 2026-08-31T14:11:26.894Z | Compiling zip v4.6.1 |
| 1788 | 2026-08-31T14:11:27.916Z | Compiling derive_more v2.1.1 |
| 1789 | 2026-08-31T14:11:28.089Z | Compiling iddqd v0.4.2 |
| 1790 | 2026-08-31T14:11:28.089Z | Compiling similar v2.7.0 |
| 1791 | 2026-08-31T14:11:28.302Z | Compiling crossbeam-epoch v0.9.18 |
| 1792 | 2026-08-31T14:11:28.372Z | Compiling tokio-stream v0.1.18 |
| 1793 | 2026-08-31T14:11:28.543Z | Compiling buf-list v1.1.2 |
| 1794 | 2026-08-31T14:11:28.631Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1795 | 2026-08-31T14:11:28.685Z | Compiling openapiv3 v2.2.0 |
| 1796 | 2026-08-31T14:11:28.845Z | Compiling peg-runtime v0.8.5 |
| 1797 | 2026-08-31T14:11:28.953Z | Compiling lalrpop-util v0.19.12 |
| 1798 | 2026-08-31T14:11:28.953Z | Compiling thread_local v1.1.9 |
| 1799 | 2026-08-31T14:11:28.953Z | Compiling slog-async v2.8.0 |
| 1800 | 2026-08-31T14:11:29.013Z | Compiling crossbeam-channel v0.5.15 |
| 1801 | 2026-08-31T14:11:29.098Z | Compiling is-terminal v0.4.17 |
| 1802 | 2026-08-31T14:11:29.181Z | Compiling filetime v0.2.27 |
| 1803 | 2026-08-31T14:11:29.181Z | Compiling xattr v1.6.1 |
| 1804 | 2026-08-31T14:11:29.181Z | Compiling term v1.2.1 |
| 1805 | 2026-08-31T14:11:29.299Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-31T14:11:29.410Z | Compiling tar v0.4.46 |
| 1807 | 2026-08-31T14:11:29.411Z | Compiling camino-tempfile v1.4.1 |
| 1808 | 2026-08-31T14:11:29.473Z | Compiling slog-term v2.9.2 |
| 1809 | 2026-08-31T14:11:35.609Z | Compiling rustls-webpki v0.103.13 |
| 1810 | 2026-08-31T14:11:38.253Z | Compiling tokio-rustls v0.26.4 |
| 1811 | 2026-08-31T14:11:38.253Z | Compiling rustls-platform-verifier v0.6.2 |
| 1812 | 2026-08-31T14:11:38.256Z | Compiling tough v0.22.0 |
| 1813 | 2026-08-31T14:11:38.472Z | Compiling hyper-rustls v0.27.7 |
| 1814 | 2026-08-31T14:11:38.664Z | Compiling reqwest v0.13.2 |
| 1815 | 2026-08-31T14:11:40.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1816 | 2026-08-31T14:11:41.071Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1817 | 2026-08-31T14:11:43.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1818 | 2026-08-31T14:11:44.102Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1819 | 2026-08-31T14:11:44.158Z | Aug 31 14:11:43.250 INFO Starting download, target: Cockroach |
| 1820 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Starting download, target: Console |
| 1821 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Starting download, target: Clickhouse |
| 1822 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Starting download, target: DendriteStub |
| 1823 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Starting download, target: MaghemiteMgd |
| 1824 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Starting download, target: MaghemiteDdmd |
| 1825 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Starting download, target: TransceiverControl |
| 1826 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1827 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1828 | 2026-08-31T14:11:44.161Z | Aug 31 14:11:43.250 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1829 | 2026-08-31T14:11:44.162Z | Aug 31 14:11:43.251 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1830 | 2026-08-31T14:11:44.162Z | Aug 31 14:11:43.251 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1831 | 2026-08-31T14:11:44.162Z | Aug 31 14:11:43.251 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1832 | 2026-08-31T14:11:44.162Z | Aug 31 14:11:43.251 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1833 | 2026-08-31T14:11:44.621Z | Aug 31 14:11:43.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1834 | 2026-08-31T14:11:44.916Z | Aug 31 14:11:43.999 INFO Download complete, target: TransceiverControl |
| 1835 | 2026-08-31T14:11:45.951Z | Aug 31 14:11:45.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1836 | 2026-08-31T14:11:46.254Z | Aug 31 14:11:45.266 INFO Download complete, target: Console |
| 1837 | 2026-08-31T14:11:46.313Z | Aug 31 14:11:45.357 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1838 | 2026-08-31T14:11:47.138Z | Aug 31 14:11:46.193 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1839 | 2026-08-31T14:11:47.179Z | Aug 31 14:11:46.270 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1840 | 2026-08-31T14:11:48.829Z | Aug 31 14:11:47.921 INFO Download complete, target: MaghemiteDdmd |
| 1841 | 2026-08-31T14:11:49.434Z | Aug 31 14:11:48.524 INFO Download complete, target: DendriteStub |
| 1842 | 2026-08-31T14:11:49.824Z | Aug 31 14:11:48.898 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1843 | 2026-08-31T14:11:52.295Z | Aug 31 14:11:51.387 INFO Download complete, target: MaghemiteMgd |
| 1844 | 2026-08-31T14:11:52.806Z | Aug 31 14:11:51.896 INFO Checking that binary works, target: Clickhouse |
| 1845 | 2026-08-31T14:11:52.929Z | Aug 31 14:11:52.018 INFO Download complete, target: Clickhouse |
| 1846 | 2026-08-31T14:11:53.261Z | Aug 31 14:11:52.353 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1847 | 2026-08-31T14:11:53.261Z | Aug 31 14:11:52.353 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1848 | 2026-08-31T14:11:57.643Z | Aug 31 14:11:56.735 INFO Checking that binary works, target: Cockroach |
| 1849 | 2026-08-31T14:11:57.753Z | Aug 31 14:11:56.844 INFO Download complete, target: Cockroach |
| 1850 | 2026-08-31T14:11:57.772Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1851 | 2026-08-31T14:11:57.775Z | |
| 1852 | 2026-08-31T14:11:57.775Z | real 2:17.068387240 |
| 1853 | 2026-08-31T14:11:57.775Z | user 7:17.244645137 |
| 1854 | 2026-08-31T14:11:57.775Z | sys 1:25.823126131 |
| 1855 | 2026-08-31T14:11:57.775Z | trap 0.252182907 |
| 1856 | 2026-08-31T14:11:57.775Z | tflt 0.588107577 |
| 1857 | 2026-08-31T14:11:57.775Z | dflt 0.967680188 |
| 1858 | 2026-08-31T14:11:57.775Z | kflt 0.023007695 |
| 1859 | 2026-08-31T14:11:57.775Z | lock 29:23.652567434 |
| 1860 | 2026-08-31T14:11:57.775Z | slp 22:13.899179036 |
| 1861 | 2026-08-31T14:11:57.775Z | lat 48.082377697 |
| 1862 | 2026-08-31T14:11:57.775Z | stop 2:40.632824921 |
| 1863 | 2026-08-31T14:11:57.775Z | + banner hack-check |
| 1864 | 2026-08-31T14:11:57.775Z | |
| 1865 | 2026-08-31T14:11:57.775Z | # # ## #### # # #### # # ###### #### # # |
| 1866 | 2026-08-31T14:11:57.775Z | # # # # # # # # # # # # # # # # # |
| 1867 | 2026-08-31T14:11:57.775Z | ###### # # # #### ##### # ###### ##### # #### |
| 1868 | 2026-08-31T14:11:57.775Z | # # ###### # # # # # # # # # # |
| 1869 | 2026-08-31T14:11:57.775Z | # # # # # # # # # # # # # # # # # |
| 1870 | 2026-08-31T14:11:57.776Z | # # # # #### # # #### # # ###### #### # # |
| 1871 | 2026-08-31T14:11:57.776Z | |
| 1872 | 2026-08-31T14:11:57.776Z | + export CARGO_INCREMENTAL=0 |
| 1873 | 2026-08-31T14:11:57.776Z | + CARGO_INCREMENTAL=0 |
| 1874 | 2026-08-31T14:11:57.776Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1875 | 2026-08-31T14:11:58.243Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1876 | 2026-08-31T14:11:58.523Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1877 | 2026-08-31T14:12:00.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 1878 | 2026-08-31T14:12:00.359Z | Running `target/debug/xtask check-features --ci` |
| 1879 | 2026-08-31T14:12:00.386Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1880 | 2026-08-31T14:12:00.386Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1881 | 2026-08-31T14:12:00.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1882 | 2026-08-31T14:12:00.812Z | Running `target/debug/xtask download cargo-hack` |
| 1883 | 2026-08-31T14:12:01.564Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1884 | 2026-08-31T14:12:01.866Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1885 | 2026-08-31T14:12:04.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
| 1886 | 2026-08-31T14:12:04.603Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1887 | 2026-08-31T14:12:04.635Z | Aug 31 14:12:03.727 INFO Starting download, target: CargoHack |
| 1888 | 2026-08-31T14:12:04.638Z | Aug 31 14:12:03.727 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1889 | 2026-08-31T14:12:04.977Z | Aug 31 14:12:04.069 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1890 | 2026-08-31T14:12:05.024Z | Aug 31 14:12:04.116 INFO Download complete, target: CargoHack |
| 1891 | 2026-08-31T14:12:05.027Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1892 | 2026-08-31T14:12:05.040Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1893 | 2026-08-31T14:12:05.199Z | info: running `cargo check --bins` on api_identity (1/376) |
| 1894 | 2026-08-31T14:12:05.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-08-31T14:12:05.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-08-31T14:12:05.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-08-31T14:12:05.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1898 | 2026-08-31T14:12:05.739Z | |
| 1899 | 2026-08-31T14:12:05.739Z | info: running `cargo check --bins` on bootstore (2/376) |
| 1900 | 2026-08-31T14:12:06.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-08-31T14:12:06.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-08-31T14:12:06.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-08-31T14:12:06.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1904 | 2026-08-31T14:12:06.284Z | |
| 1905 | 2026-08-31T14:12:06.284Z | info: running `cargo check --bins` on omicron-ledger (3/376) |
| 1906 | 2026-08-31T14:12:06.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-08-31T14:12:06.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-08-31T14:12:06.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-08-31T14:12:06.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1910 | 2026-08-31T14:12:06.832Z | |
| 1911 | 2026-08-31T14:12:06.832Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376) |
| 1912 | 2026-08-31T14:12:07.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-08-31T14:12:07.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-08-31T14:12:07.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-08-31T14:12:07.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1916 | 2026-08-31T14:12:07.370Z | |
| 1917 | 2026-08-31T14:12:07.371Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376) |
| 1918 | 2026-08-31T14:12:07.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-08-31T14:12:07.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-08-31T14:12:07.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-08-31T14:12:07.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1922 | 2026-08-31T14:12:07.914Z | |
| 1923 | 2026-08-31T14:12:07.914Z | info: running `cargo check --bins` on omicron-certificates (6/376) |
| 1924 | 2026-08-31T14:12:08.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-08-31T14:12:08.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-08-31T14:12:08.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-08-31T14:12:08.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1928 | 2026-08-31T14:12:08.467Z | |
| 1929 | 2026-08-31T14:12:08.467Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/376) |
| 1930 | 2026-08-31T14:12:08.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-08-31T14:12:08.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-08-31T14:12:08.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-08-31T14:12:08.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1934 | 2026-08-31T14:12:09.027Z | |
| 1935 | 2026-08-31T14:12:09.027Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376) |
| 1936 | 2026-08-31T14:12:09.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-08-31T14:12:09.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-08-31T14:12:09.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-08-31T14:12:09.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1940 | 2026-08-31T14:12:09.580Z | |
| 1941 | 2026-08-31T14:12:09.580Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376) |
| 1942 | 2026-08-31T14:12:09.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-08-31T14:12:09.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-08-31T14:12:09.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-08-31T14:12:09.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1946 | 2026-08-31T14:12:09.993Z | |
| 1947 | 2026-08-31T14:12:09.993Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376) |
| 1948 | 2026-08-31T14:12:10.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-08-31T14:12:10.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-08-31T14:12:10.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-08-31T14:12:10.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1952 | 2026-08-31T14:12:10.398Z | |
| 1953 | 2026-08-31T14:12:10.399Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376) |
| 1954 | 2026-08-31T14:12:10.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-08-31T14:12:10.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-08-31T14:12:10.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-08-31T14:12:10.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1958 | 2026-08-31T14:12:10.804Z | |
| 1959 | 2026-08-31T14:12:10.804Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376) |
| 1960 | 2026-08-31T14:12:11.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-08-31T14:12:11.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-08-31T14:12:11.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-08-31T14:12:11.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1964 | 2026-08-31T14:12:11.211Z | |
| 1965 | 2026-08-31T14:12:11.211Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376) |
| 1966 | 2026-08-31T14:12:11.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-08-31T14:12:11.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-08-31T14:12:11.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-08-31T14:12:11.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1970 | 2026-08-31T14:12:11.617Z | |
| 1971 | 2026-08-31T14:12:11.617Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376) |
| 1972 | 2026-08-31T14:12:11.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-08-31T14:12:11.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-08-31T14:12:11.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-08-31T14:12:11.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1976 | 2026-08-31T14:12:12.026Z | |
| 1977 | 2026-08-31T14:12:12.026Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376) |
| 1978 | 2026-08-31T14:12:12.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-08-31T14:12:12.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-08-31T14:12:12.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-08-31T14:12:12.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1982 | 2026-08-31T14:12:12.434Z | |
| 1983 | 2026-08-31T14:12:12.434Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376) |
| 1984 | 2026-08-31T14:12:12.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-08-31T14:12:12.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-08-31T14:12:12.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-08-31T14:12:12.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1988 | 2026-08-31T14:12:12.840Z | |
| 1989 | 2026-08-31T14:12:12.841Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376) |
| 1990 | 2026-08-31T14:12:13.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-08-31T14:12:13.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-08-31T14:12:13.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-08-31T14:12:13.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 1994 | 2026-08-31T14:12:13.250Z | |
| 1995 | 2026-08-31T14:12:13.250Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376) |
| 1996 | 2026-08-31T14:12:13.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-08-31T14:12:13.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-08-31T14:12:13.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-08-31T14:12:13.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2000 | 2026-08-31T14:12:13.653Z | |
| 2001 | 2026-08-31T14:12:13.653Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376) |
| 2002 | 2026-08-31T14:12:14.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-08-31T14:12:14.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-08-31T14:12:14.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-08-31T14:12:14.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2006 | 2026-08-31T14:12:14.060Z | |
| 2007 | 2026-08-31T14:12:14.060Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376) |
| 2008 | 2026-08-31T14:12:14.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-08-31T14:12:14.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-08-31T14:12:14.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-08-31T14:12:14.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2012 | 2026-08-31T14:12:14.470Z | |
| 2013 | 2026-08-31T14:12:14.470Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376) |
| 2014 | 2026-08-31T14:12:14.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-08-31T14:12:14.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-08-31T14:12:14.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-08-31T14:12:14.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2018 | 2026-08-31T14:12:14.877Z | |
| 2019 | 2026-08-31T14:12:14.877Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376) |
| 2020 | 2026-08-31T14:12:15.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-08-31T14:12:15.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-08-31T14:12:15.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-08-31T14:12:15.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2024 | 2026-08-31T14:12:15.284Z | |
| 2025 | 2026-08-31T14:12:15.284Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376) |
| 2026 | 2026-08-31T14:12:15.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-08-31T14:12:15.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-08-31T14:12:15.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-08-31T14:12:15.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2030 | 2026-08-31T14:12:15.689Z | |
| 2031 | 2026-08-31T14:12:15.689Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376) |
| 2032 | 2026-08-31T14:12:16.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-08-31T14:12:16.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-08-31T14:12:16.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-08-31T14:12:16.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2036 | 2026-08-31T14:12:16.096Z | |
| 2037 | 2026-08-31T14:12:16.096Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376) |
| 2038 | 2026-08-31T14:12:16.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-08-31T14:12:16.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-08-31T14:12:16.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-08-31T14:12:16.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2042 | 2026-08-31T14:12:16.505Z | |
| 2043 | 2026-08-31T14:12:16.505Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376) |
| 2044 | 2026-08-31T14:12:16.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-08-31T14:12:16.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-08-31T14:12:16.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-08-31T14:12:16.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2048 | 2026-08-31T14:12:16.911Z | |
| 2049 | 2026-08-31T14:12:16.911Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376) |
| 2050 | 2026-08-31T14:12:17.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-08-31T14:12:17.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-08-31T14:12:17.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-08-31T14:12:17.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2054 | 2026-08-31T14:12:17.317Z | |
| 2055 | 2026-08-31T14:12:17.318Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376) |
| 2056 | 2026-08-31T14:12:17.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-08-31T14:12:17.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-08-31T14:12:17.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-08-31T14:12:17.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2060 | 2026-08-31T14:12:17.723Z | |
| 2061 | 2026-08-31T14:12:17.723Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376) |
| 2062 | 2026-08-31T14:12:18.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-08-31T14:12:18.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-08-31T14:12:18.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-08-31T14:12:18.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2066 | 2026-08-31T14:12:18.129Z | |
| 2067 | 2026-08-31T14:12:18.129Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376) |
| 2068 | 2026-08-31T14:12:18.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-08-31T14:12:18.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-08-31T14:12:18.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-08-31T14:12:18.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2072 | 2026-08-31T14:12:18.536Z | |
| 2073 | 2026-08-31T14:12:18.536Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376) |
| 2074 | 2026-08-31T14:12:18.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-08-31T14:12:18.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-08-31T14:12:18.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-08-31T14:12:18.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2078 | 2026-08-31T14:12:18.945Z | |
| 2079 | 2026-08-31T14:12:18.945Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376) |
| 2080 | 2026-08-31T14:12:19.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-08-31T14:12:19.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-08-31T14:12:19.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-08-31T14:12:19.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2084 | 2026-08-31T14:12:19.356Z | |
| 2085 | 2026-08-31T14:12:19.356Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376) |
| 2086 | 2026-08-31T14:12:19.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-08-31T14:12:19.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-08-31T14:12:19.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-08-31T14:12:19.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2090 | 2026-08-31T14:12:19.766Z | |
| 2091 | 2026-08-31T14:12:19.766Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376) |
| 2092 | 2026-08-31T14:12:20.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-08-31T14:12:20.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-08-31T14:12:20.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-08-31T14:12:20.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2096 | 2026-08-31T14:12:20.174Z | |
| 2097 | 2026-08-31T14:12:20.174Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376) |
| 2098 | 2026-08-31T14:12:20.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-08-31T14:12:20.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-08-31T14:12:20.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-08-31T14:12:20.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2102 | 2026-08-31T14:12:20.584Z | |
| 2103 | 2026-08-31T14:12:20.584Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376) |
| 2104 | 2026-08-31T14:12:20.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-08-31T14:12:20.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-08-31T14:12:20.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-08-31T14:12:20.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2108 | 2026-08-31T14:12:20.998Z | |
| 2109 | 2026-08-31T14:12:20.998Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376) |
| 2110 | 2026-08-31T14:12:21.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-08-31T14:12:21.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-08-31T14:12:21.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-08-31T14:12:21.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2114 | 2026-08-31T14:12:21.407Z | |
| 2115 | 2026-08-31T14:12:21.407Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376) |
| 2116 | 2026-08-31T14:12:21.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-08-31T14:12:21.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-08-31T14:12:21.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2119 | 2026-08-31T14:12:21.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2120 | 2026-08-31T14:12:21.814Z | |
| 2121 | 2026-08-31T14:12:21.814Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376) |
| 2122 | 2026-08-31T14:12:22.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2123 | 2026-08-31T14:12:22.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2124 | 2026-08-31T14:12:22.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2125 | 2026-08-31T14:12:22.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2126 | 2026-08-31T14:12:22.224Z | |
| 2127 | 2026-08-31T14:12:22.224Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376) |
| 2128 | 2026-08-31T14:12:22.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2129 | 2026-08-31T14:12:22.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2130 | 2026-08-31T14:12:22.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2131 | 2026-08-31T14:12:22.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2132 | 2026-08-31T14:12:22.638Z | |
| 2133 | 2026-08-31T14:12:22.638Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376) |
| 2134 | 2026-08-31T14:12:22.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2135 | 2026-08-31T14:12:23.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2136 | 2026-08-31T14:12:23.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2137 | 2026-08-31T14:12:23.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2138 | 2026-08-31T14:12:23.052Z | |
| 2139 | 2026-08-31T14:12:23.052Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376) |
| 2140 | 2026-08-31T14:12:23.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2141 | 2026-08-31T14:12:23.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2142 | 2026-08-31T14:12:23.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2143 | 2026-08-31T14:12:23.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2144 | 2026-08-31T14:12:23.460Z | |
| 2145 | 2026-08-31T14:12:23.460Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376) |
| 2146 | 2026-08-31T14:12:23.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2147 | 2026-08-31T14:12:23.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2148 | 2026-08-31T14:12:23.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2149 | 2026-08-31T14:12:23.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2150 | 2026-08-31T14:12:23.868Z | |
| 2151 | 2026-08-31T14:12:23.869Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376) |
| 2152 | 2026-08-31T14:12:24.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2153 | 2026-08-31T14:12:24.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2154 | 2026-08-31T14:12:24.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2155 | 2026-08-31T14:12:24.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2156 | 2026-08-31T14:12:24.279Z | |
| 2157 | 2026-08-31T14:12:24.279Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376) |
| 2158 | 2026-08-31T14:12:24.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2159 | 2026-08-31T14:12:24.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2160 | 2026-08-31T14:12:24.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2161 | 2026-08-31T14:12:24.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2162 | 2026-08-31T14:12:24.696Z | |
| 2163 | 2026-08-31T14:12:24.696Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376) |
| 2164 | 2026-08-31T14:12:25.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2165 | 2026-08-31T14:12:25.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2166 | 2026-08-31T14:12:25.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2167 | 2026-08-31T14:12:25.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2168 | 2026-08-31T14:12:25.100Z | |
| 2169 | 2026-08-31T14:12:25.100Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376) |
| 2170 | 2026-08-31T14:12:25.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2171 | 2026-08-31T14:12:25.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2172 | 2026-08-31T14:12:25.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2173 | 2026-08-31T14:12:25.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2174 | 2026-08-31T14:12:25.510Z | |
| 2175 | 2026-08-31T14:12:25.510Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376) |
| 2176 | 2026-08-31T14:12:25.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2177 | 2026-08-31T14:12:25.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2178 | 2026-08-31T14:12:25.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2179 | 2026-08-31T14:12:25.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2180 | 2026-08-31T14:12:25.919Z | |
| 2181 | 2026-08-31T14:12:25.919Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376) |
| 2182 | 2026-08-31T14:12:26.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2026-08-31T14:12:26.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2026-08-31T14:12:26.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2026-08-31T14:12:26.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2186 | 2026-08-31T14:12:26.327Z | |
| 2187 | 2026-08-31T14:12:26.327Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376) |
| 2188 | 2026-08-31T14:12:26.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2026-08-31T14:12:26.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2026-08-31T14:12:26.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2026-08-31T14:12:26.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2192 | 2026-08-31T14:12:26.738Z | |
| 2193 | 2026-08-31T14:12:26.739Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376) |
| 2194 | 2026-08-31T14:12:27.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2026-08-31T14:12:27.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2026-08-31T14:12:27.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2026-08-31T14:12:27.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2198 | 2026-08-31T14:12:27.148Z | |
| 2199 | 2026-08-31T14:12:27.148Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376) |
| 2200 | 2026-08-31T14:12:27.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2026-08-31T14:12:27.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2026-08-31T14:12:27.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2026-08-31T14:12:27.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2204 | 2026-08-31T14:12:27.556Z | |
| 2205 | 2026-08-31T14:12:27.556Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376) |
| 2206 | 2026-08-31T14:12:27.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2026-08-31T14:12:27.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2026-08-31T14:12:27.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2026-08-31T14:12:27.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2210 | 2026-08-31T14:12:27.967Z | |
| 2211 | 2026-08-31T14:12:27.967Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376) |
| 2212 | 2026-08-31T14:12:28.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2026-08-31T14:12:28.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2026-08-31T14:12:28.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2026-08-31T14:12:28.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2216 | 2026-08-31T14:12:28.375Z | |
| 2217 | 2026-08-31T14:12:28.375Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376) |
| 2218 | 2026-08-31T14:12:28.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2026-08-31T14:12:28.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2026-08-31T14:12:28.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2026-08-31T14:12:28.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2222 | 2026-08-31T14:12:28.784Z | |
| 2223 | 2026-08-31T14:12:28.785Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376) |
| 2224 | 2026-08-31T14:12:29.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2026-08-31T14:12:29.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2026-08-31T14:12:29.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2026-08-31T14:12:29.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2228 | 2026-08-31T14:12:29.196Z | |
| 2229 | 2026-08-31T14:12:29.196Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376) |
| 2230 | 2026-08-31T14:12:29.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2026-08-31T14:12:29.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2026-08-31T14:12:29.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2026-08-31T14:12:29.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2234 | 2026-08-31T14:12:29.607Z | |
| 2235 | 2026-08-31T14:12:29.607Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376) |
| 2236 | 2026-08-31T14:12:29.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2026-08-31T14:12:29.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2026-08-31T14:12:29.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2026-08-31T14:12:29.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2240 | 2026-08-31T14:12:30.019Z | |
| 2241 | 2026-08-31T14:12:30.019Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376) |
| 2242 | 2026-08-31T14:12:30.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2026-08-31T14:12:30.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2026-08-31T14:12:30.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2026-08-31T14:12:30.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2246 | 2026-08-31T14:12:30.427Z | |
| 2247 | 2026-08-31T14:12:30.427Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376) |
| 2248 | 2026-08-31T14:12:30.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2026-08-31T14:12:30.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2026-08-31T14:12:30.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2026-08-31T14:12:30.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2252 | 2026-08-31T14:12:30.840Z | |
| 2253 | 2026-08-31T14:12:30.840Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376) |
| 2254 | 2026-08-31T14:12:31.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2026-08-31T14:12:31.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2026-08-31T14:12:31.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2026-08-31T14:12:31.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2258 | 2026-08-31T14:12:31.252Z | |
| 2259 | 2026-08-31T14:12:31.252Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376) |
| 2260 | 2026-08-31T14:12:31.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2026-08-31T14:12:31.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2026-08-31T14:12:31.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2263 | 2026-08-31T14:12:31.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2264 | 2026-08-31T14:12:31.664Z | |
| 2265 | 2026-08-31T14:12:31.664Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376) |
| 2266 | 2026-08-31T14:12:32.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2267 | 2026-08-31T14:12:32.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2268 | 2026-08-31T14:12:32.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2269 | 2026-08-31T14:12:32.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2270 | 2026-08-31T14:12:32.079Z | |
| 2271 | 2026-08-31T14:12:32.079Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376) |
| 2272 | 2026-08-31T14:12:32.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2273 | 2026-08-31T14:12:32.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2274 | 2026-08-31T14:12:32.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2275 | 2026-08-31T14:12:32.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2276 | 2026-08-31T14:12:32.490Z | |
| 2277 | 2026-08-31T14:12:32.490Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376) |
| 2278 | 2026-08-31T14:12:32.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2279 | 2026-08-31T14:12:32.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2280 | 2026-08-31T14:12:32.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2281 | 2026-08-31T14:12:32.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2282 | 2026-08-31T14:12:32.902Z | |
| 2283 | 2026-08-31T14:12:32.902Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376) |
| 2284 | 2026-08-31T14:12:33.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2285 | 2026-08-31T14:12:33.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2286 | 2026-08-31T14:12:33.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2287 | 2026-08-31T14:12:33.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2288 | 2026-08-31T14:12:33.316Z | |
| 2289 | 2026-08-31T14:12:33.316Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376) |
| 2290 | 2026-08-31T14:12:33.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2291 | 2026-08-31T14:12:33.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2292 | 2026-08-31T14:12:33.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2293 | 2026-08-31T14:12:33.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2294 | 2026-08-31T14:12:33.729Z | |
| 2295 | 2026-08-31T14:12:33.729Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376) |
| 2296 | 2026-08-31T14:12:34.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2026-08-31T14:12:34.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2026-08-31T14:12:34.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2299 | 2026-08-31T14:12:34.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2300 | 2026-08-31T14:12:34.143Z | |
| 2301 | 2026-08-31T14:12:34.143Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376) |
| 2302 | 2026-08-31T14:12:34.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2303 | 2026-08-31T14:12:34.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2304 | 2026-08-31T14:12:34.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2305 | 2026-08-31T14:12:34.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2306 | 2026-08-31T14:12:34.555Z | |
| 2307 | 2026-08-31T14:12:34.555Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376) |
| 2308 | 2026-08-31T14:12:34.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2309 | 2026-08-31T14:12:34.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2310 | 2026-08-31T14:12:34.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2311 | 2026-08-31T14:12:34.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2312 | 2026-08-31T14:12:34.968Z | |
| 2313 | 2026-08-31T14:12:34.968Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376) |
| 2314 | 2026-08-31T14:12:35.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2315 | 2026-08-31T14:12:35.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2316 | 2026-08-31T14:12:35.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2317 | 2026-08-31T14:12:35.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2318 | 2026-08-31T14:12:35.378Z | |
| 2319 | 2026-08-31T14:12:35.378Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376) |
| 2320 | 2026-08-31T14:12:35.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2321 | 2026-08-31T14:12:35.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2322 | 2026-08-31T14:12:35.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2323 | 2026-08-31T14:12:35.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2324 | 2026-08-31T14:12:35.787Z | |
| 2325 | 2026-08-31T14:12:35.787Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376) |
| 2326 | 2026-08-31T14:12:36.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2327 | 2026-08-31T14:12:36.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2328 | 2026-08-31T14:12:36.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2329 | 2026-08-31T14:12:36.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2330 | 2026-08-31T14:12:36.197Z | |
| 2331 | 2026-08-31T14:12:36.197Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376) |
| 2332 | 2026-08-31T14:12:36.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2333 | 2026-08-31T14:12:36.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2334 | 2026-08-31T14:12:36.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2335 | 2026-08-31T14:12:36.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2336 | 2026-08-31T14:12:36.605Z | |
| 2337 | 2026-08-31T14:12:36.605Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376) |
| 2338 | 2026-08-31T14:12:36.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2339 | 2026-08-31T14:12:36.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2340 | 2026-08-31T14:12:36.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2341 | 2026-08-31T14:12:36.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2342 | 2026-08-31T14:12:37.018Z | |
| 2343 | 2026-08-31T14:12:37.018Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376) |
| 2344 | 2026-08-31T14:12:37.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2345 | 2026-08-31T14:12:37.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2346 | 2026-08-31T14:12:37.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2347 | 2026-08-31T14:12:37.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2348 | 2026-08-31T14:12:37.426Z | |
| 2349 | 2026-08-31T14:12:37.426Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376) |
| 2350 | 2026-08-31T14:12:37.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2351 | 2026-08-31T14:12:37.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2352 | 2026-08-31T14:12:37.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2353 | 2026-08-31T14:12:37.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2354 | 2026-08-31T14:12:37.837Z | |
| 2355 | 2026-08-31T14:12:37.837Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376) |
| 2356 | 2026-08-31T14:12:38.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2357 | 2026-08-31T14:12:38.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2358 | 2026-08-31T14:12:38.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2359 | 2026-08-31T14:12:38.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2360 | 2026-08-31T14:12:38.247Z | |
| 2361 | 2026-08-31T14:12:38.247Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376) |
| 2362 | 2026-08-31T14:12:38.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2363 | 2026-08-31T14:12:38.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2364 | 2026-08-31T14:12:38.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2365 | 2026-08-31T14:12:38.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2366 | 2026-08-31T14:12:38.658Z | |
| 2367 | 2026-08-31T14:12:38.658Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376) |
| 2368 | 2026-08-31T14:12:39.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2369 | 2026-08-31T14:12:39.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2370 | 2026-08-31T14:12:39.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2371 | 2026-08-31T14:12:39.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2372 | 2026-08-31T14:12:39.069Z | |
| 2373 | 2026-08-31T14:12:39.069Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376) |
| 2374 | 2026-08-31T14:12:39.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2375 | 2026-08-31T14:12:39.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2376 | 2026-08-31T14:12:39.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2377 | 2026-08-31T14:12:39.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2378 | 2026-08-31T14:12:39.484Z | |
| 2379 | 2026-08-31T14:12:39.484Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376) |
| 2380 | 2026-08-31T14:12:39.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2381 | 2026-08-31T14:12:39.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2382 | 2026-08-31T14:12:39.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2383 | 2026-08-31T14:12:39.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2384 | 2026-08-31T14:12:39.894Z | |
| 2385 | 2026-08-31T14:12:39.894Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376) |
| 2386 | 2026-08-31T14:12:40.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2387 | 2026-08-31T14:12:40.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2388 | 2026-08-31T14:12:40.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2389 | 2026-08-31T14:12:40.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2390 | 2026-08-31T14:12:40.307Z | |
| 2391 | 2026-08-31T14:12:40.307Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376) |
| 2392 | 2026-08-31T14:12:40.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2393 | 2026-08-31T14:12:40.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2394 | 2026-08-31T14:12:40.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2395 | 2026-08-31T14:12:40.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2396 | 2026-08-31T14:12:40.717Z | |
| 2397 | 2026-08-31T14:12:40.718Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376) |
| 2398 | 2026-08-31T14:12:41.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2399 | 2026-08-31T14:12:41.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2400 | 2026-08-31T14:12:41.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2401 | 2026-08-31T14:12:41.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2402 | 2026-08-31T14:12:41.130Z | |
| 2403 | 2026-08-31T14:12:41.130Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376) |
| 2404 | 2026-08-31T14:12:41.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2405 | 2026-08-31T14:12:41.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2406 | 2026-08-31T14:12:41.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2407 | 2026-08-31T14:12:41.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2408 | 2026-08-31T14:12:41.542Z | |
| 2409 | 2026-08-31T14:12:41.542Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376) |
| 2410 | 2026-08-31T14:12:41.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2411 | 2026-08-31T14:12:41.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2412 | 2026-08-31T14:12:41.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2413 | 2026-08-31T14:12:41.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2414 | 2026-08-31T14:12:41.953Z | |
| 2415 | 2026-08-31T14:12:41.953Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376) |
| 2416 | 2026-08-31T14:12:42.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2417 | 2026-08-31T14:12:42.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2418 | 2026-08-31T14:12:42.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2419 | 2026-08-31T14:12:42.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 2420 | 2026-08-31T14:12:42.386Z | |
| 2421 | 2026-08-31T14:12:42.386Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376) |
| 2422 | 2026-08-31T14:12:42.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2423 | 2026-08-31T14:12:42.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2424 | 2026-08-31T14:12:42.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2425 | 2026-08-31T14:12:42.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2426 | 2026-08-31T14:12:42.958Z | |
| 2427 | 2026-08-31T14:12:42.958Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376) |
| 2428 | 2026-08-31T14:12:43.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2429 | 2026-08-31T14:12:43.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2430 | 2026-08-31T14:12:43.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2431 | 2026-08-31T14:12:43.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2432 | 2026-08-31T14:12:43.558Z | |
| 2433 | 2026-08-31T14:12:43.558Z | info: running `cargo check --bins` on nexus-config (91/376) |
| 2434 | 2026-08-31T14:12:44.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2435 | 2026-08-31T14:12:44.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2436 | 2026-08-31T14:12:44.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2437 | 2026-08-31T14:12:44.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2438 | 2026-08-31T14:12:44.156Z | |
| 2439 | 2026-08-31T14:12:44.156Z | info: running `cargo check --bins` on nexus-types (92/376) |
| 2440 | 2026-08-31T14:12:44.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2441 | 2026-08-31T14:12:44.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2442 | 2026-08-31T14:12:44.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2443 | 2026-08-31T14:12:44.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2444 | 2026-08-31T14:12:44.755Z | |
| 2445 | 2026-08-31T14:12:44.755Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376) |
| 2446 | 2026-08-31T14:12:45.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2447 | 2026-08-31T14:12:45.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2448 | 2026-08-31T14:12:45.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2449 | 2026-08-31T14:12:45.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2450 | 2026-08-31T14:12:45.323Z | |
| 2451 | 2026-08-31T14:12:45.323Z | info: running `cargo check --bins` on omicron-passwords (94/376) |
| 2452 | 2026-08-31T14:12:45.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2453 | 2026-08-31T14:12:45.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2454 | 2026-08-31T14:12:45.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2455 | 2026-08-31T14:12:45.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2456 | 2026-08-31T14:12:45.868Z | |
| 2457 | 2026-08-31T14:12:45.868Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (95/376) |
| 2458 | 2026-08-31T14:12:46.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2459 | 2026-08-31T14:12:46.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2460 | 2026-08-31T14:12:46.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2461 | 2026-08-31T14:12:46.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2462 | 2026-08-31T14:12:46.435Z | |
| 2463 | 2026-08-31T14:12:46.435Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376) |
| 2464 | 2026-08-31T14:12:46.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2465 | 2026-08-31T14:12:46.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2466 | 2026-08-31T14:12:46.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2467 | 2026-08-31T14:12:46.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2468 | 2026-08-31T14:12:46.998Z | |
| 2469 | 2026-08-31T14:12:46.998Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376) |
| 2470 | 2026-08-31T14:12:47.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2471 | 2026-08-31T14:12:47.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2472 | 2026-08-31T14:12:47.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2473 | 2026-08-31T14:12:47.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2474 | 2026-08-31T14:12:47.566Z | |
| 2475 | 2026-08-31T14:12:47.566Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376) |
| 2476 | 2026-08-31T14:12:48.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2477 | 2026-08-31T14:12:48.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2478 | 2026-08-31T14:12:48.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2479 | 2026-08-31T14:12:48.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2480 | 2026-08-31T14:12:48.131Z | |
| 2481 | 2026-08-31T14:12:48.131Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376) |
| 2482 | 2026-08-31T14:12:48.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2483 | 2026-08-31T14:12:48.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2484 | 2026-08-31T14:12:48.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2485 | 2026-08-31T14:12:48.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2486 | 2026-08-31T14:12:48.674Z | |
| 2487 | 2026-08-31T14:12:48.674Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376) |
| 2488 | 2026-08-31T14:12:49.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2489 | 2026-08-31T14:12:49.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2490 | 2026-08-31T14:12:49.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2491 | 2026-08-31T14:12:49.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2492 | 2026-08-31T14:12:49.220Z | |
| 2493 | 2026-08-31T14:12:49.220Z | info: running `cargo check --bins --no-default-features` on gfss (101/376) |
| 2494 | 2026-08-31T14:12:49.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2495 | 2026-08-31T14:12:49.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2496 | 2026-08-31T14:12:49.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2497 | 2026-08-31T14:12:49.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2498 | 2026-08-31T14:12:49.767Z | |
| 2499 | 2026-08-31T14:12:49.767Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376) |
| 2500 | 2026-08-31T14:12:50.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2501 | 2026-08-31T14:12:50.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2502 | 2026-08-31T14:12:50.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2503 | 2026-08-31T14:12:50.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2504 | 2026-08-31T14:12:50.312Z | |
| 2505 | 2026-08-31T14:12:50.312Z | info: running `cargo check --bins` on trust-quorum-types (103/376) |
| 2506 | 2026-08-31T14:12:50.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2507 | 2026-08-31T14:12:50.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2508 | 2026-08-31T14:12:50.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2509 | 2026-08-31T14:12:50.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2510 | 2026-08-31T14:12:50.856Z | |
| 2511 | 2026-08-31T14:12:50.856Z | info: running `cargo check --bins` on wicketd-commission-types (104/376) |
| 2512 | 2026-08-31T14:12:51.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2513 | 2026-08-31T14:12:51.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2514 | 2026-08-31T14:12:51.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2515 | 2026-08-31T14:12:51.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2516 | 2026-08-31T14:12:51.418Z | |
| 2517 | 2026-08-31T14:12:51.418Z | info: running `cargo check --bins` on wicketd-commission-types-versions (105/376) |
| 2518 | 2026-08-31T14:12:51.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2519 | 2026-08-31T14:12:51.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2520 | 2026-08-31T14:12:51.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2521 | 2026-08-31T14:12:51.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2522 | 2026-08-31T14:12:51.980Z | |
| 2523 | 2026-08-31T14:12:51.980Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376) |
| 2524 | 2026-08-31T14:12:52.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2525 | 2026-08-31T14:12:52.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2526 | 2026-08-31T14:12:52.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2527 | 2026-08-31T14:12:52.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2528 | 2026-08-31T14:12:52.536Z | |
| 2529 | 2026-08-31T14:12:52.536Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376) |
| 2530 | 2026-08-31T14:12:53.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2531 | 2026-08-31T14:12:53.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2532 | 2026-08-31T14:12:53.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2533 | 2026-08-31T14:12:53.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2534 | 2026-08-31T14:12:53.094Z | |
| 2535 | 2026-08-31T14:12:53.094Z | info: running `cargo check --bins` on clickhouse-admin-types (108/376) |
| 2536 | 2026-08-31T14:12:53.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2537 | 2026-08-31T14:12:53.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2538 | 2026-08-31T14:12:53.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2539 | 2026-08-31T14:12:53.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2540 | 2026-08-31T14:12:53.651Z | |
| 2541 | 2026-08-31T14:12:53.651Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (109/376) |
| 2542 | 2026-08-31T14:12:54.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2543 | 2026-08-31T14:12:54.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2544 | 2026-08-31T14:12:54.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2545 | 2026-08-31T14:12:54.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2546 | 2026-08-31T14:12:54.213Z | |
| 2547 | 2026-08-31T14:12:54.213Z | info: running `cargo check --bins` on cockroach-admin-types (110/376) |
| 2548 | 2026-08-31T14:12:54.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2549 | 2026-08-31T14:12:54.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2550 | 2026-08-31T14:12:54.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2551 | 2026-08-31T14:12:54.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2552 | 2026-08-31T14:12:54.761Z | |
| 2553 | 2026-08-31T14:12:54.761Z | info: running `cargo check --bins` on cockroach-admin-types-versions (111/376) |
| 2554 | 2026-08-31T14:12:55.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2555 | 2026-08-31T14:12:55.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2556 | 2026-08-31T14:12:55.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2557 | 2026-08-31T14:12:55.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2558 | 2026-08-31T14:12:55.307Z | |
| 2559 | 2026-08-31T14:12:55.307Z | info: running `cargo check --bins` on ereport-types (112/376) |
| 2560 | 2026-08-31T14:12:55.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2561 | 2026-08-31T14:12:55.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2562 | 2026-08-31T14:12:55.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2563 | 2026-08-31T14:12:55.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2564 | 2026-08-31T14:12:55.861Z | |
| 2565 | 2026-08-31T14:12:55.861Z | info: running `cargo check --bins` on gateway-client (113/376) |
| 2566 | 2026-08-31T14:12:56.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2567 | 2026-08-31T14:12:56.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2568 | 2026-08-31T14:12:56.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2569 | 2026-08-31T14:12:56.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2570 | 2026-08-31T14:12:56.415Z | |
| 2571 | 2026-08-31T14:12:56.415Z | info: running `cargo check --bins --no-default-features` on gateway-types (114/376) |
| 2572 | 2026-08-31T14:12:56.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2573 | 2026-08-31T14:12:56.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2574 | 2026-08-31T14:12:56.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2575 | 2026-08-31T14:12:56.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2576 | 2026-08-31T14:12:56.974Z | |
| 2577 | 2026-08-31T14:12:56.974Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376) |
| 2578 | 2026-08-31T14:12:57.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2579 | 2026-08-31T14:12:57.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2580 | 2026-08-31T14:12:57.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2581 | 2026-08-31T14:12:57.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2582 | 2026-08-31T14:12:57.529Z | |
| 2583 | 2026-08-31T14:12:57.529Z | info: running `cargo check --bins --no-default-features` on illumos-utils (116/376) |
| 2584 | 2026-08-31T14:12:58.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2585 | 2026-08-31T14:12:58.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2586 | 2026-08-31T14:12:58.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2587 | 2026-08-31T14:12:58.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2588 | 2026-08-31T14:12:58.106Z | |
| 2589 | 2026-08-31T14:12:58.106Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376) |
| 2590 | 2026-08-31T14:12:58.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2591 | 2026-08-31T14:12:58.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2592 | 2026-08-31T14:12:58.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2593 | 2026-08-31T14:12:58.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2594 | 2026-08-31T14:12:58.680Z | |
| 2595 | 2026-08-31T14:12:58.680Z | info: running `cargo check --bins` on key-manager-types (118/376) |
| 2596 | 2026-08-31T14:12:59.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2597 | 2026-08-31T14:12:59.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2598 | 2026-08-31T14:12:59.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2599 | 2026-08-31T14:12:59.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 2600 | 2026-08-31T14:12:59.226Z | |
| 2601 | 2026-08-31T14:12:59.226Z | info: running `cargo check --bins` on oxlog (119/376) |
| 2602 | 2026-08-31T14:12:59.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2603 | 2026-08-31T14:12:59.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2604 | 2026-08-31T14:12:59.820Z | Checking cfg-if v1.0.4 |
| 2605 | 2026-08-31T14:12:59.823Z | Checking serde_core v1.0.228 |
| 2606 | 2026-08-31T14:12:59.823Z | Checking libc v0.2.185 |
| 2607 | 2026-08-31T14:12:59.941Z | Checking memchr v2.8.0 |
| 2608 | 2026-08-31T14:12:59.951Z | Checking smallvec v1.15.1 |
| 2609 | 2026-08-31T14:12:59.951Z | Checking log v0.4.33 |
| 2610 | 2026-08-31T14:12:59.971Z | Checking subtle v2.6.1 |
| 2611 | 2026-08-31T14:12:59.981Z | Checking itoa v1.0.17 |
| 2612 | 2026-08-31T14:12:59.992Z | Checking scopeguard v1.2.0 |
| 2613 | 2026-08-31T14:13:00.086Z | Checking lock_api v0.4.14 |
| 2614 | 2026-08-31T14:13:00.100Z | Checking typenum v1.20.1 |
| 2615 | 2026-08-31T14:13:00.111Z | Checking stable_deref_trait v1.2.1 |
| 2616 | 2026-08-31T14:13:00.122Z | Checking zerofrom v0.1.6 |
| 2617 | 2026-08-31T14:13:00.135Z | Checking portable-atomic v1.13.1 |
| 2618 | 2026-08-31T14:13:00.176Z | Checking zerocopy v0.8.55 |
| 2619 | 2026-08-31T14:13:00.228Z | Checking yoke v0.8.1 |
| 2620 | 2026-08-31T14:13:00.278Z | Checking critical-section v1.2.0 |
| 2621 | 2026-08-31T14:13:00.296Z | Checking pin-project-lite v0.2.17 |
| 2622 | 2026-08-31T14:13:00.313Z | Checking errno v0.3.14 |
| 2623 | 2026-08-31T14:13:00.366Z | Checking getrandom v0.2.17 |
| 2624 | 2026-08-31T14:13:00.380Z | Checking const-oid v0.9.6 |
| 2625 | 2026-08-31T14:13:00.392Z | Checking zerovec v0.11.5 |
| 2626 | 2026-08-31T14:13:00.420Z | Checking libm v0.2.16 |
| 2627 | 2026-08-31T14:13:00.503Z | Checking rand_core v0.6.4 |
| 2628 | 2026-08-31T14:13:00.535Z | Checking once_cell v1.21.3 |
| 2629 | 2026-08-31T14:13:00.671Z | Checking zmij v1.0.21 |
| 2630 | 2026-08-31T14:13:00.698Z | Checking signal-hook-registry v1.4.8 |
| 2631 | 2026-08-31T14:13:00.807Z | Checking tinystr v0.8.2 |
| 2632 | 2026-08-31T14:13:00.827Z | Checking parking_lot_core v0.9.12 |
| 2633 | 2026-08-31T14:13:00.852Z | Checking rand_core v0.10.0 |
| 2634 | 2026-08-31T14:13:00.873Z | Checking percent-encoding v2.3.2 |
| 2635 | 2026-08-31T14:13:00.975Z | Checking writeable v0.6.2 |
| 2636 | 2026-08-31T14:13:00.987Z | Checking futures-core v0.3.32 |
| 2637 | 2026-08-31T14:13:01.005Z | Checking litemap v0.8.1 |
| 2638 | 2026-08-31T14:13:01.005Z | Checking parking_lot v0.12.5 |
| 2639 | 2026-08-31T14:13:01.041Z | Checking getrandom v0.4.3 |
| 2640 | 2026-08-31T14:13:01.094Z | Checking num-traits v0.2.19 |
| 2641 | 2026-08-31T14:13:01.098Z | Checking potential_utf v0.1.4 |
| 2642 | 2026-08-31T14:13:01.132Z | Checking zerotrie v0.2.3 |
| 2643 | 2026-08-31T14:13:01.178Z | Checking icu_locale_core v2.1.1 |
| 2644 | 2026-08-31T14:13:01.181Z | Checking mio v1.2.0 |
| 2645 | 2026-08-31T14:13:01.205Z | Checking equivalent v1.0.2 |
| 2646 | 2026-08-31T14:13:01.240Z | Checking icu_collections v2.1.1 |
| 2647 | 2026-08-31T14:13:01.284Z | Checking socket2 v0.6.3 |
| 2648 | 2026-08-31T14:13:01.362Z | Checking icu_properties_data v2.1.2 |
| 2649 | 2026-08-31T14:13:01.413Z | Checking serde v1.0.228 |
| 2650 | 2026-08-31T14:13:01.469Z | Checking bitflags v2.11.0 |
| 2651 | 2026-08-31T14:13:01.482Z | Checking serde_json v1.0.151 |
| 2652 | 2026-08-31T14:13:01.512Z | Checking icu_normalizer_data v2.1.1 |
| 2653 | 2026-08-31T14:13:01.533Z | Checking byteorder v1.5.0 |
| 2654 | 2026-08-31T14:13:01.589Z | Checking hashbrown v0.17.0 |
| 2655 | 2026-08-31T14:13:01.626Z | Checking futures-sink v0.3.32 |
| 2656 | 2026-08-31T14:13:01.638Z | Checking getrandom v0.3.4 |
| 2657 | 2026-08-31T14:13:01.721Z | Checking futures-channel v0.3.32 |
| 2658 | 2026-08-31T14:13:01.733Z | Checking icu_provider v2.1.1 |
| 2659 | 2026-08-31T14:13:01.744Z | Checking slab v0.4.12 |
| 2660 | 2026-08-31T14:13:01.773Z | Checking futures-io v0.3.32 |
| 2661 | 2026-08-31T14:13:01.817Z | Checking zeroize v1.9.0 |
| 2662 | 2026-08-31T14:13:01.891Z | Checking bytes v1.11.1 |
| 2663 | 2026-08-31T14:13:01.894Z | Checking futures-task v0.3.32 |
| 2664 | 2026-08-31T14:13:01.911Z | Checking utf8_iter v1.0.4 |
| 2665 | 2026-08-31T14:13:01.957Z | Checking icu_properties v2.1.2 |
| 2666 | 2026-08-31T14:13:01.984Z | Checking generic-array v0.14.7 |
| 2667 | 2026-08-31T14:13:02.023Z | Checking icu_normalizer v2.1.1 |
| 2668 | 2026-08-31T14:13:02.036Z | Checking futures-util v0.3.32 |
| 2669 | 2026-08-31T14:13:02.049Z | Checking indexmap v2.14.0 |
| 2670 | 2026-08-31T14:13:02.152Z | Checking rustix v1.1.4 |
| 2671 | 2026-08-31T14:13:02.313Z | Checking form_urlencoded v1.2.2 |
| 2672 | 2026-08-31T14:13:02.325Z | Checking tokio v1.52.1 |
| 2673 | 2026-08-31T14:13:02.427Z | Checking block-buffer v0.10.4 |
| 2674 | 2026-08-31T14:13:02.439Z | Checking crypto-common v0.1.7 |
| 2675 | 2026-08-31T14:13:02.566Z | Checking digest v0.10.7 |
| 2676 | 2026-08-31T14:13:02.581Z | Checking base64ct v1.8.3 |
| 2677 | 2026-08-31T14:13:02.606Z | Checking fnv v1.0.7 |
| 2678 | 2026-08-31T14:13:02.696Z | Checking iana-time-zone v0.1.65 |
| 2679 | 2026-08-31T14:13:02.757Z | Checking flagset v0.4.7 |
| 2680 | 2026-08-31T14:13:02.770Z | Checking idna_adapter v1.2.1 |
| 2681 | 2026-08-31T14:13:02.795Z | Checking chrono v0.4.45 |
| 2682 | 2026-08-31T14:13:02.807Z | Checking pem-rfc7468 v0.7.0 |
| 2683 | 2026-08-31T14:13:02.873Z | Checking rand_core v0.9.5 |
| 2684 | 2026-08-31T14:13:02.885Z | Checking idna v1.1.0 |
| 2685 | 2026-08-31T14:13:02.909Z | Checking ppv-lite86 v0.2.21 |
| 2686 | 2026-08-31T14:13:02.959Z | Checking der v0.7.10 |
| 2687 | 2026-08-31T14:13:02.972Z | Checking uuid v1.23.4 |
| 2688 | 2026-08-31T14:13:03.045Z | Checking base64 v0.22.1 |
| 2689 | 2026-08-31T14:13:03.116Z | Checking url v2.5.8 |
| 2690 | 2026-08-31T14:13:03.195Z | Checking regex-syntax v0.8.10 |
| 2691 | 2026-08-31T14:13:03.275Z | Checking http v1.4.2 |
| 2692 | 2026-08-31T14:13:03.290Z | Checking rand_chacha v0.9.0 |
| 2693 | 2026-08-31T14:13:03.486Z | Checking tracing-core v0.1.36 |
| 2694 | 2026-08-31T14:13:03.544Z | Checking cpufeatures v0.2.17 |
| 2695 | 2026-08-31T14:13:03.610Z | Checking simd-adler32 v0.3.8 |
| 2696 | 2026-08-31T14:13:03.624Z | Checking dyn-clone v1.0.20 |
| 2697 | 2026-08-31T14:13:03.677Z | Checking spki v0.7.3 |
| 2698 | 2026-08-31T14:13:03.721Z | Checking rand v0.9.2 |
| 2699 | 2026-08-31T14:13:03.770Z | Checking rustls-pki-types v1.14.0 |
| 2700 | 2026-08-31T14:13:03.786Z | Checking tracing v0.1.44 |
| 2701 | 2026-08-31T14:13:03.827Z | Checking http-body v1.0.1 |
| 2702 | 2026-08-31T14:13:03.839Z | Checking pkcs8 v0.10.2 |
| 2703 | 2026-08-31T14:13:03.913Z | Checking semver v1.0.28 |
| 2704 | 2026-08-31T14:13:03.950Z | Checking spin v0.9.8 |
| 2705 | 2026-08-31T14:13:03.981Z | Checking openssl-probe v0.2.1 |
| 2706 | 2026-08-31T14:13:03.993Z | Checking adler2 v2.0.1 |
| 2707 | 2026-08-31T14:13:04.058Z | Checking tinyvec_macros v0.1.1 |
| 2708 | 2026-08-31T14:13:04.079Z | Checking utf8parse v0.2.2 |
| 2709 | 2026-08-31T14:13:04.091Z | Checking anstyle v1.0.14 |
| 2710 | 2026-08-31T14:13:04.112Z | Checking cmov v0.5.4 |
| 2711 | 2026-08-31T14:13:04.126Z | Checking tinyvec v1.10.0 |
| 2712 | 2026-08-31T14:13:04.126Z | Checking schemars v0.8.22 |
| 2713 | 2026-08-31T14:13:04.171Z | Checking anstyle-parse v1.0.0 |
| 2714 | 2026-08-31T14:13:04.185Z | Checking miniz_oxide v0.8.9 |
| 2715 | 2026-08-31T14:13:04.260Z | Checking sha2 v0.10.9 |
| 2716 | 2026-08-31T14:13:04.293Z | Checking ctutils v0.4.2 |
| 2717 | 2026-08-31T14:13:04.317Z | Checking terminal_size v0.4.3 |
| 2718 | 2026-08-31T14:13:04.426Z | Checking aws-lc-sys v0.40.0 |
| 2719 | 2026-08-31T14:13:04.440Z | Checking thiserror v2.0.18 |
| 2720 | 2026-08-31T14:13:04.468Z | Checking is_terminal_polyfill v1.70.2 |
| 2721 | 2026-08-31T14:13:04.493Z | Checking tower-service v0.3.3 |
| 2722 | 2026-08-31T14:13:04.523Z | Checking anstyle-query v1.1.5 |
| 2723 | 2026-08-31T14:13:04.526Z | Checking fastrand v2.3.0 |
| 2724 | 2026-08-31T14:13:04.547Z | Checking colorchoice v1.0.4 |
| 2725 | 2026-08-31T14:13:04.560Z | Checking tower-layer v0.3.3 |
| 2726 | 2026-08-31T14:13:04.574Z | Checking atomic-waker v1.1.2 |
| 2727 | 2026-08-31T14:13:04.609Z | Checking untrusted v0.7.1 |
| 2728 | 2026-08-31T14:13:04.637Z | Checking try-lock v0.2.5 |
| 2729 | 2026-08-31T14:13:04.678Z | Checking anstream v1.0.0 |
| 2730 | 2026-08-31T14:13:04.697Z | Checking hybrid-array v0.4.13 |
| 2731 | 2026-08-31T14:13:04.710Z | Checking tempfile v3.27.0 |
| 2732 | 2026-08-31T14:13:04.724Z | Checking ipnet v2.12.0 |
| 2733 | 2026-08-31T14:13:04.736Z | Checking want v0.3.1 |
| 2734 | 2026-08-31T14:13:04.776Z | Checking crc32fast v1.5.0 |
| 2735 | 2026-08-31T14:13:04.849Z | Checking httparse v1.10.1 |
| 2736 | 2026-08-31T14:13:04.863Z | Checking aho-corasick v1.1.4 |
| 2737 | 2026-08-31T14:13:04.898Z | Checking untrusted v0.9.0 |
| 2738 | 2026-08-31T14:13:04.910Z | Checking tap v1.0.1 |
| 2739 | 2026-08-31T14:13:04.914Z | Checking aws-lc-rs v1.16.3 |
| 2740 | 2026-08-31T14:13:04.977Z | Checking httpdate v1.0.3 |
| 2741 | 2026-08-31T14:13:05.000Z | Checking foreign-types-shared v0.1.1 |
| 2742 | 2026-08-31T14:13:05.014Z | Checking plain v0.2.3 |
| 2743 | 2026-08-31T14:13:05.050Z | Checking wyz v0.5.1 |
| 2744 | 2026-08-31T14:13:05.077Z | Checking foreign-types v0.3.2 |
| 2745 | 2026-08-31T14:13:05.111Z | Checking unicode-normalization v0.1.25 |
| 2746 | 2026-08-31T14:13:05.125Z | Checking rand_chacha v0.3.1 |
| 2747 | 2026-08-31T14:13:05.140Z | Checking signature v2.2.0 |
| 2748 | 2026-08-31T14:13:05.213Z | Checking radium v0.7.0 |
| 2749 | 2026-08-31T14:13:05.271Z | Checking hex v0.4.3 |
| 2750 | 2026-08-31T14:13:05.324Z | Checking num-integer v0.1.46 |
| 2751 | 2026-08-31T14:13:05.379Z | Checking openssl-sys v0.9.117 |
| 2752 | 2026-08-31T14:13:05.439Z | Checking wait-timeout v0.2.1 |
| 2753 | 2026-08-31T14:13:05.482Z | Checking socket2 v0.5.10 |
| 2754 | 2026-08-31T14:13:05.501Z | Checking bit-vec v0.8.0 |
| 2755 | 2026-08-31T14:13:05.523Z | Checking regex-automata v0.4.14 |
| 2756 | 2026-08-31T14:13:05.544Z | Checking clap_lex v1.0.0 |
| 2757 | 2026-08-31T14:13:05.557Z | Checking quick-error v1.2.3 |
| 2758 | 2026-08-31T14:13:05.571Z | Checking tokio-util v0.7.18 |
| 2759 | 2026-08-31T14:13:05.653Z | Checking unicode-ident v1.0.24 |
| 2760 | 2026-08-31T14:13:05.687Z | Checking ucd-trie v0.1.7 |
| 2761 | 2026-08-31T14:13:05.700Z | Checking funty v2.0.0 |
| 2762 | 2026-08-31T14:13:05.713Z | Checking strsim v0.11.1 |
| 2763 | 2026-08-31T14:13:05.741Z | Checking openssl v0.10.80 |
| 2764 | 2026-08-31T14:13:05.754Z | Checking proc-macro2 v1.0.106 |
| 2765 | 2026-08-31T14:13:05.766Z | Checking rustls-webpki v0.103.13 |
| 2766 | 2026-08-31T14:13:05.811Z | Checking pest v2.8.6 |
| 2767 | 2026-08-31T14:13:05.863Z | Checking clap_builder v4.6.0 |
| 2768 | 2026-08-31T14:13:06.000Z | Checking bitvec v1.0.1 |
| 2769 | 2026-08-31T14:13:06.054Z | Checking bit-set v0.8.0 |
| 2770 | 2026-08-31T14:13:06.165Z | Checking rustls v0.23.41 |
| 2771 | 2026-08-31T14:13:06.177Z | Checking h2 v0.4.15 |
| 2772 | 2026-08-31T14:13:06.194Z | Checking rusty-fork v0.3.1 |
| 2773 | 2026-08-31T14:13:06.356Z | Checking num-iter v0.1.45 |
| 2774 | 2026-08-31T14:13:06.465Z | Checking rand v0.8.6 |
| 2775 | 2026-08-31T14:13:06.871Z | Checking lazy_static v1.5.0 |
| 2776 | 2026-08-31T14:13:06.960Z | Checking rand_xorshift v0.4.0 |
| 2777 | 2026-08-31T14:13:06.973Z | Checking hmac v0.12.1 |
| 2778 | 2026-08-31T14:13:07.076Z | Checking thiserror v1.0.69 |
| 2779 | 2026-08-31T14:13:07.104Z | Checking maybe-uninit v2.0.0 |
| 2780 | 2026-08-31T14:13:07.115Z | Checking toml_datetime v0.6.11 |
| 2781 | 2026-08-31T14:13:07.165Z | Checking serde_spanned v0.6.9 |
| 2782 | 2026-08-31T14:13:07.177Z | Checking sync_wrapper v1.0.2 |
| 2783 | 2026-08-31T14:13:07.275Z | Checking zlib-rs v0.6.2 |
| 2784 | 2026-08-31T14:13:07.288Z | Checking siphasher v1.0.2 |
| 2785 | 2026-08-31T14:13:07.300Z | Checking nodrop v0.1.14 |
| 2786 | 2026-08-31T14:13:07.303Z | Checking unarray v0.1.4 |
| 2787 | 2026-08-31T14:13:07.335Z | Checking crc-catalog v2.4.0 |
| 2788 | 2026-08-31T14:13:07.381Z | Checking pretty-hex v0.4.1 |
| 2789 | 2026-08-31T14:13:07.409Z | Checking powerfmt v0.2.0 |
| 2790 | 2026-08-31T14:13:07.419Z | Checking crc v3.4.0 |
| 2791 | 2026-08-31T14:13:07.431Z | Checking proptest v1.11.0 |
| 2792 | 2026-08-31T14:13:07.492Z | Checking array-init v0.0.4 |
| 2793 | 2026-08-31T14:13:07.551Z | Checking deranged v0.5.8 |
| 2794 | 2026-08-31T14:13:07.578Z | Checking packed_struct v0.10.1 |
| 2795 | 2026-08-31T14:13:07.737Z | Checking native-tls v0.2.18 |
| 2796 | 2026-08-31T14:13:07.780Z | Checking tower v0.5.3 |
| 2797 | 2026-08-31T14:13:07.907Z | Checking smallvec v0.6.14 |
| 2798 | 2026-08-31T14:13:08.089Z | Checking clap v4.6.1 |
| 2799 | 2026-08-31T14:13:08.130Z | Checking flate2 v1.1.9 |
| 2800 | 2026-08-31T14:13:08.162Z | Checking num-bigint-dig v0.8.6 |
| 2801 | 2026-08-31T14:13:08.177Z | Checking quote v1.0.45 |
| 2802 | 2026-08-31T14:13:08.341Z | Checking ipnetwork v0.21.1 |
| 2803 | 2026-08-31T14:13:08.413Z | Checking pkcs1 v0.7.5 |
| 2804 | 2026-08-31T14:13:08.427Z | Checking http-body-util v0.1.3 |
| 2805 | 2026-08-31T14:13:08.465Z | Checking crossbeam-utils v0.8.21 |
| 2806 | 2026-08-31T14:13:08.551Z | Checking bitfield v0.19.4 |
| 2807 | 2026-08-31T14:13:08.598Z | Checking zerocopy v0.6.6 |
| 2808 | 2026-08-31T14:13:08.615Z | Checking ahash v0.8.12 |
| 2809 | 2026-08-31T14:13:08.633Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2810 | 2026-08-31T14:13:08.713Z | Checking scroll v0.13.0 |
| 2811 | 2026-08-31T14:13:08.796Z | Checking env_filter v2.0.0 |
| 2812 | 2026-08-31T14:13:08.810Z | Checking winnow v0.5.40 |
| 2813 | 2026-08-31T14:13:08.810Z | Checking ryu v1.0.23 |
| 2814 | 2026-08-31T14:13:08.884Z | Checking time-core v0.1.8 |
| 2815 | 2026-08-31T14:13:08.933Z | Checking num_threads v0.1.7 |
| 2816 | 2026-08-31T14:13:08.936Z | Checking allocator-api2 v0.2.21 |
| 2817 | 2026-08-31T14:13:08.955Z | Checking num-conv v0.2.0 |
| 2818 | 2026-08-31T14:13:08.967Z | Checking unicode-properties v0.1.4 |
| 2819 | 2026-08-31T14:13:08.977Z | Checking hyper v1.10.1 |
| 2820 | 2026-08-31T14:13:09.019Z | Checking unicode-bidi v0.3.18 |
| 2821 | 2026-08-31T14:13:09.031Z | Checking base64 v0.21.7 |
| 2822 | 2026-08-31T14:13:09.062Z | Checking hashbrown v0.12.3 |
| 2823 | 2026-08-31T14:13:09.144Z | Checking gimli v0.32.3 |
| 2824 | 2026-08-31T14:13:09.208Z | Checking iri-string v0.7.10 |
| 2825 | 2026-08-31T14:13:09.221Z | Checking newtype-uuid v1.3.2 |
| 2826 | 2026-08-31T14:13:09.256Z | Checking ron v0.8.1 |
| 2827 | 2026-08-31T14:13:09.302Z | Checking stringprep v0.1.5 |
| 2828 | 2026-08-31T14:13:09.416Z | Checking time v0.3.47 |
| 2829 | 2026-08-31T14:13:09.450Z | Checking rsa v0.9.10 |
| 2830 | 2026-08-31T14:13:09.462Z | Checking indexmap v1.9.3 |
| 2831 | 2026-08-31T14:13:09.758Z | Checking serde_urlencoded v0.7.1 |
| 2832 | 2026-08-31T14:13:09.772Z | Checking env_logger v0.11.11 |
| 2833 | 2026-08-31T14:13:09.896Z | Checking hyper-util v0.1.20 |
| 2834 | 2026-08-31T14:13:09.900Z | Checking goblin v0.10.5 |
| 2835 | 2026-08-31T14:13:09.951Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2836 | 2026-08-31T14:13:09.963Z | Checking hashbrown v0.13.2 |
| 2837 | 2026-08-31T14:13:09.979Z | Checking toml_edit v0.19.15 |
| 2838 | 2026-08-31T14:13:10.096Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2839 | 2026-08-31T14:13:10.215Z | Checking tower-http v0.6.8 |
| 2840 | 2026-08-31T14:13:10.375Z | Checking crossbeam-epoch v0.9.18 |
| 2841 | 2026-08-31T14:13:10.483Z | Checking bzip2 v0.4.4 |
| 2842 | 2026-08-31T14:13:10.529Z | Checking oxnet v0.1.6 |
| 2843 | 2026-08-31T14:13:10.601Z | Checking syn v2.0.117 |
| 2844 | 2026-08-31T14:13:10.643Z | Checking serde-hex v0.1.0 |
| 2845 | 2026-08-31T14:13:10.660Z | Checking addr2line v0.25.1 |
| 2846 | 2026-08-31T14:13:10.782Z | Checking tokio-native-tls v0.3.1 |
| 2847 | 2026-08-31T14:13:10.917Z | Checking bstr v1.12.1 |
| 2848 | 2026-08-31T14:13:10.936Z | Checking crypto-common v0.2.2 |
| 2849 | 2026-08-31T14:13:10.983Z | Checking block-padding v0.4.2 |
| 2850 | 2026-08-31T14:13:11.120Z | Checking block-buffer v0.12.1 |
| 2851 | 2026-08-31T14:13:11.136Z | Checking rustls-native-certs v0.8.3 |
| 2852 | 2026-08-31T14:13:11.262Z | Checking x509-cert v0.2.5 |
| 2853 | 2026-08-31T14:13:11.280Z | Checking scroll v0.12.0 |
| 2854 | 2026-08-31T14:13:11.298Z | Checking object v0.37.3 |
| 2855 | 2026-08-31T14:13:11.493Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2856 | 2026-08-31T14:13:11.523Z | Checking md-5 v0.10.6 |
| 2857 | 2026-08-31T14:13:11.612Z | Checking hash32 v0.2.1 |
| 2858 | 2026-08-31T14:13:11.663Z | Checking encoding_rs v0.8.35 |
| 2859 | 2026-08-31T14:13:11.768Z | Checking mime v0.3.17 |
| 2860 | 2026-08-31T14:13:11.932Z | Checking psl-types v2.0.11 |
| 2861 | 2026-08-31T14:13:11.944Z | Checking crc-any v2.5.0 |
| 2862 | 2026-08-31T14:13:12.045Z | Checking fallible-iterator v0.2.0 |
| 2863 | 2026-08-31T14:13:12.114Z | Checking rustc-demangle v0.1.27 |
| 2864 | 2026-08-31T14:13:12.131Z | Checking publicsuffix v2.3.0 |
| 2865 | 2026-08-31T14:13:12.215Z | Checking dof v0.4.0 |
| 2866 | 2026-08-31T14:13:12.286Z | Checking heapless v0.7.17 |
| 2867 | 2026-08-31T14:13:12.313Z | Checking postgres-protocol v0.6.10 |
| 2868 | 2026-08-31T14:13:12.327Z | Checking zstd-safe v7.2.4 |
| 2869 | 2026-08-31T14:13:12.486Z | Checking goblin v0.8.2 |
| 2870 | 2026-08-31T14:13:12.600Z | Checking hyper-tls v0.6.0 |
| 2871 | 2026-08-31T14:13:12.618Z | Checking inout v0.2.2 |
| 2872 | 2026-08-31T14:13:12.690Z | Checking toml v0.7.8 |
| 2873 | 2026-08-31T14:13:12.766Z | Checking daft v0.1.8 |
| 2874 | 2026-08-31T14:13:12.778Z | Checking zip v0.6.6 |
| 2875 | 2026-08-31T14:13:12.827Z | Checking cookie v0.18.1 |
| 2876 | 2026-08-31T14:13:12.840Z | Checking object v0.30.4 |
| 2877 | 2026-08-31T14:13:12.995Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2878 | 2026-08-31T14:13:13.009Z | Checking tokio-rustls v0.26.4 |
| 2879 | 2026-08-31T14:13:13.053Z | Checking phf_shared v0.13.1 |
| 2880 | 2026-08-31T14:13:13.092Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2881 | 2026-08-31T14:13:13.105Z | Checking dtrace-parser v0.3.0 |
| 2882 | 2026-08-31T14:13:13.149Z | Checking pin-project v1.1.11 |
| 2883 | 2026-08-31T14:13:13.227Z | Checking zerocopy v0.7.35 |
| 2884 | 2026-08-31T14:13:13.240Z | Checking signal-hook v0.3.18 |
| 2885 | 2026-08-31T14:13:13.251Z | Checking futures-executor v0.3.32 |
| 2886 | 2026-08-31T14:13:13.328Z | Checking ff v0.13.1 |
| 2887 | 2026-08-31T14:13:13.391Z | Checking thread-id v5.1.0 |
| 2888 | 2026-08-31T14:13:13.418Z | Checking unicode-width v0.2.0 |
| 2889 | 2026-08-31T14:13:13.451Z | Checking same-file v1.0.6 |
| 2890 | 2026-08-31T14:13:13.464Z | Checking smawk v0.3.2 |
| 2891 | 2026-08-31T14:13:13.565Z | Compiling rayon-core v1.13.0 |
| 2892 | 2026-08-31T14:13:13.584Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2893 | 2026-08-31T14:13:13.606Z | Checking backtrace v0.3.76 |
| 2894 | 2026-08-31T14:13:13.652Z | Checking jiff-core v0.1.0 |
| 2895 | 2026-08-31T14:13:13.701Z | Checking either v1.15.0 |
| 2896 | 2026-08-31T14:13:13.731Z | Checking foldhash v0.2.0 |
| 2897 | 2026-08-31T14:13:13.751Z | Checking bumpalo v3.20.2 |
| 2898 | 2026-08-31T14:13:13.879Z | Checking bitflags v1.3.2 |
| 2899 | 2026-08-31T14:13:13.882Z | Checking managed v0.8.0 |
| 2900 | 2026-08-31T14:13:13.901Z | Checking is_ci v1.2.0 |
| 2901 | 2026-08-31T14:13:13.952Z | Checking foldhash v0.1.5 |
| 2902 | 2026-08-31T14:13:13.957Z | Checking path-slash v0.1.5 |
| 2903 | 2026-08-31T14:13:13.987Z | Checking libbz2-rs-sys v0.2.2 |
| 2904 | 2026-08-31T14:13:14.044Z | Checking unicode-linebreak v0.1.5 |
| 2905 | 2026-08-31T14:13:14.056Z | Checking base16ct v0.2.0 |
| 2906 | 2026-08-31T14:13:14.067Z | Checking hashbrown v0.15.5 |
| 2907 | 2026-08-31T14:13:14.070Z | Checking smoltcp v0.9.1 |
| 2908 | 2026-08-31T14:13:14.176Z | Checking sec1 v0.7.3 |
| 2909 | 2026-08-31T14:13:14.243Z | Checking textwrap v0.16.2 |
| 2910 | 2026-08-31T14:13:14.326Z | Checking jiff v0.2.34 |
| 2911 | 2026-08-31T14:13:14.369Z | Checking bzip2 v0.6.1 |
| 2912 | 2026-08-31T14:13:14.372Z | Checking dof v0.3.0 |
| 2913 | 2026-08-31T14:13:14.392Z | Checking supports-color v3.0.2 |
| 2914 | 2026-08-31T14:13:14.445Z | Checking zopfli v0.8.3 |
| 2915 | 2026-08-31T14:13:14.505Z | Checking backtrace-ext v0.2.1 |
| 2916 | 2026-08-31T14:13:14.522Z | Checking hashbrown v0.16.1 |
| 2917 | 2026-08-31T14:13:14.570Z | Checking walkdir v2.5.0 |
| 2918 | 2026-08-31T14:13:14.607Z | Checking usdt-impl v0.6.0 |
| 2919 | 2026-08-31T14:13:14.655Z | Checking group v0.13.0 |
| 2920 | 2026-08-31T14:13:14.667Z | Checking signal-hook-mio v0.2.5 |
| 2921 | 2026-08-31T14:13:14.727Z | Checking futures v0.3.32 |
| 2922 | 2026-08-31T14:13:14.762Z | Checking phf v0.13.1 |
| 2923 | 2026-08-31T14:13:14.775Z | Checking snafu v0.8.9 |
| 2924 | 2026-08-31T14:13:14.794Z | Checking hyper-rustls v0.27.7 |
| 2925 | 2026-08-31T14:13:14.807Z | Checking cookie_store v0.22.1 |
| 2926 | 2026-08-31T14:13:14.884Z | Checking reqwest v0.12.28 |
| 2927 | 2026-08-31T14:13:14.901Z | Checking cipher v0.5.2 |
| 2928 | 2026-08-31T14:13:14.912Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2929 | 2026-08-31T14:13:14.990Z | Checking postgres-types v0.2.12 |
| 2930 | 2026-08-31T14:13:15.005Z | Checking zstd v0.13.3 |
| 2931 | 2026-08-31T14:13:15.020Z | Checking globset v0.4.18 |
| 2932 | 2026-08-31T14:13:15.128Z | Checking rustls-platform-verifier v0.6.2 |
| 2933 | 2026-08-31T14:13:15.131Z | Checking crossbeam-deque v0.8.6 |
| 2934 | 2026-08-31T14:13:15.184Z | Checking phf_shared v0.11.3 |
| 2935 | 2026-08-31T14:13:15.238Z | Checking regex v1.12.3 |
| 2936 | 2026-08-31T14:13:15.263Z | Checking dtrace-parser v0.2.0 |
| 2937 | 2026-08-31T14:13:15.263Z | Checking hkdf v0.12.4 |
| 2938 | 2026-08-31T14:13:15.293Z | Checking ref-cast v1.0.25 |
| 2939 | 2026-08-31T14:13:15.308Z | Checking curve25519-dalek v4.1.3 |
| 2940 | 2026-08-31T14:13:15.320Z | Checking olpc-cjson v0.1.4 |
| 2941 | 2026-08-31T14:13:15.384Z | Checking byte-wrapper v0.1.0 |
| 2942 | 2026-08-31T14:13:15.402Z | Checking strum v0.27.2 |
| 2943 | 2026-08-31T14:13:15.448Z | Checking hubpack v0.1.2 |
| 2944 | 2026-08-31T14:13:15.488Z | Checking ed25519 v2.2.3 |
| 2945 | 2026-08-31T14:13:15.505Z | Checking memoffset v0.9.1 |
| 2946 | 2026-08-31T14:13:15.518Z | Checking rustix v0.38.44 |
| 2947 | 2026-08-31T14:13:15.581Z | Checking owo-colors v4.3.0 |
| 2948 | 2026-08-31T14:13:15.592Z | Checking pem v3.0.6 |
| 2949 | 2026-08-31T14:13:15.609Z | Checking crypto-bigint v0.5.5 |
| 2950 | 2026-08-31T14:13:15.621Z | Checking erased-serde v0.3.31 |
| 2951 | 2026-08-31T14:13:15.669Z | Checking serde-big-array v0.5.1 |
| 2952 | 2026-08-31T14:13:15.738Z | Checking serde_plain v1.0.2 |
| 2953 | 2026-08-31T14:13:15.796Z | Checking float-cmp v0.10.0 |
| 2954 | 2026-08-31T14:13:15.876Z | Checking memmap2 v0.9.10 |
| 2955 | 2026-08-31T14:13:15.918Z | Checking thread-id v4.2.2 |
| 2956 | 2026-08-31T14:13:15.994Z | Checking difflib v0.4.0 |
| 2957 | 2026-08-31T14:13:16.006Z | Checking data-encoding v2.10.0 |
| 2958 | 2026-08-31T14:13:16.033Z | Checking const-oid v0.10.2 |
| 2959 | 2026-08-31T14:13:16.068Z | Checking unicode-segmentation v1.12.0 |
| 2960 | 2026-08-31T14:13:16.120Z | Checking toml_write v0.1.2 |
| 2961 | 2026-08-31T14:13:16.165Z | Checking keccak v0.1.6 |
| 2962 | 2026-08-31T14:13:16.182Z | Checking predicates-core v1.0.10 |
| 2963 | 2026-08-31T14:13:16.205Z | Checking whoami v2.1.0 |
| 2964 | 2026-08-31T14:13:16.263Z | Checking static_assertions v1.1.0 |
| 2965 | 2026-08-31T14:13:16.278Z | Checking winnow v0.7.14 |
| 2966 | 2026-08-31T14:13:16.299Z | Checking new_debug_unreachable v1.0.6 |
| 2967 | 2026-08-31T14:13:16.311Z | Checking cpufeatures v0.3.0 |
| 2968 | 2026-08-31T14:13:16.322Z | Checking supports-unicode v3.0.0 |
| 2969 | 2026-08-31T14:13:16.334Z | Checking precomputed-hash v0.1.1 |
| 2970 | 2026-08-31T14:13:16.361Z | Checking fixedbitset v0.5.7 |
| 2971 | 2026-08-31T14:13:16.374Z | Checking normalize-line-endings v0.3.0 |
| 2972 | 2026-08-31T14:13:16.384Z | Checking unicode-width v0.1.14 |
| 2973 | 2026-08-31T14:13:16.398Z | Checking fixedbitset v0.4.2 |
| 2974 | 2026-08-31T14:13:16.408Z | Checking supports-hyperlinks v3.2.0 |
| 2975 | 2026-08-31T14:13:16.420Z | Checking winnow v1.0.3 |
| 2976 | 2026-08-31T14:13:16.453Z | Checking typed-path v0.9.3 |
| 2977 | 2026-08-31T14:13:16.507Z | Checking predicates v3.1.4 |
| 2978 | 2026-08-31T14:13:16.519Z | Checking elliptic-curve v0.13.8 |
| 2979 | 2026-08-31T14:13:16.535Z | Checking petgraph v0.6.5 |
| 2980 | 2026-08-31T14:13:16.547Z | Checking petgraph v0.8.3 |
| 2981 | 2026-08-31T14:13:16.636Z | Checking miette v7.6.0 |
| 2982 | 2026-08-31T14:13:16.815Z | Checking string_cache v0.8.9 |
| 2983 | 2026-08-31T14:13:16.832Z | Checking tokio-postgres v0.7.16 |
| 2984 | 2026-08-31T14:13:16.978Z | Checking similar v2.7.0 |
| 2985 | 2026-08-31T14:13:17.139Z | Checking chacha20 v0.10.0 |
| 2986 | 2026-08-31T14:13:17.230Z | Checking tough v0.22.0 |
| 2987 | 2026-08-31T14:13:17.270Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2988 | 2026-08-31T14:13:17.355Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2989 | 2026-08-31T14:13:17.391Z | Checking sha3 v0.10.8 |
| 2990 | 2026-08-31T14:13:17.474Z | Checking toml_edit v0.22.27 |
| 2991 | 2026-08-31T14:13:17.588Z | Checking crossterm v0.28.1 |
| 2992 | 2026-08-31T14:13:17.601Z | Checking hickory-proto v0.25.2 |
| 2993 | 2026-08-31T14:13:17.791Z | Checking zip v4.6.1 |
| 2994 | 2026-08-31T14:13:18.082Z | Checking digest v0.11.3 |
| 2995 | 2026-08-31T14:13:18.107Z | Checking ed25519-dalek v2.2.0 |
| 2996 | 2026-08-31T14:13:18.260Z | Checking usdt v0.6.0 |
| 2997 | 2026-08-31T14:13:18.280Z | Checking slog v2.8.2 |
| 2998 | 2026-08-31T14:13:18.334Z | Checking usdt-impl v0.5.0 |
| 2999 | 2026-08-31T14:13:18.346Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3000 | 2026-08-31T14:13:18.422Z | Checking nix v0.31.2 |
| 3001 | 2026-08-31T14:13:18.539Z | Checking iddqd v0.4.2 |
| 3002 | 2026-08-31T14:13:18.604Z | Checking reqwest v0.13.2 |
| 3003 | 2026-08-31T14:13:18.926Z | Checking itertools v0.13.0 |
| 3004 | 2026-08-31T14:13:18.986Z | Checking strum v0.26.3 |
| 3005 | 2026-08-31T14:13:19.094Z | Checking serde_with v3.21.0 |
| 3006 | 2026-08-31T14:13:19.211Z | Checking derive_more v2.1.1 |
| 3007 | 2026-08-31T14:13:19.309Z | Checking fs-err v3.3.0 |
| 3008 | 2026-08-31T14:13:19.440Z | Checking tokio-stream v0.1.18 |
| 3009 | 2026-08-31T14:13:19.454Z | Checking buf-list v1.1.2 |
| 3010 | 2026-08-31T14:13:19.576Z | Checking camino v1.2.5 |
| 3011 | 2026-08-31T14:13:19.589Z | Checking anyhow v1.0.104 |
| 3012 | 2026-08-31T14:13:19.603Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3013 | 2026-08-31T14:13:19.627Z | Checking openapiv3 v2.2.0 |
| 3014 | 2026-08-31T14:13:19.775Z | Checking lalrpop-util v0.19.12 |
| 3015 | 2026-08-31T14:13:19.807Z | Checking peg-runtime v0.8.5 |
| 3016 | 2026-08-31T14:13:19.820Z | Checking illumos-nvpair v0.3.0 |
| 3017 | 2026-08-31T14:13:19.857Z | Checking rayon v1.11.0 |
| 3018 | 2026-08-31T14:13:19.928Z | Checking sigpipe v0.1.3 |
| 3019 | 2026-08-31T14:13:19.942Z | Checking glob v0.3.3 |
| 3020 | 2026-08-31T14:13:20.790Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3021 | 2026-08-31T14:13:21.146Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3022 | 2026-08-31T14:13:21.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s |
| 3023 | 2026-08-31T14:13:21.586Z | |
| 3024 | 2026-08-31T14:13:21.586Z | info: running `cargo check --bins` on internal-dns-types (120/376) |
| 3025 | 2026-08-31T14:13:22.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-08-31T14:13:22.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-08-31T14:13:22.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-08-31T14:13:22.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3029 | 2026-08-31T14:13:22.148Z | |
| 3030 | 2026-08-31T14:13:22.148Z | info: running `cargo check --bins` on internal-dns-types-versions (121/376) |
| 3031 | 2026-08-31T14:13:22.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-08-31T14:13:22.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-08-31T14:13:22.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-08-31T14:13:22.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3035 | 2026-08-31T14:13:22.699Z | |
| 3036 | 2026-08-31T14:13:22.699Z | info: running `cargo check --bins` on nexus-types-versions (122/376) |
| 3037 | 2026-08-31T14:13:23.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-08-31T14:13:23.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-08-31T14:13:23.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-08-31T14:13:23.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3041 | 2026-08-31T14:13:23.277Z | |
| 3042 | 2026-08-31T14:13:23.277Z | info: running `cargo check --bins` on oxql-types (123/376) |
| 3043 | 2026-08-31T14:13:23.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-08-31T14:13:23.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-08-31T14:13:23.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-08-31T14:13:23.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3047 | 2026-08-31T14:13:23.837Z | |
| 3048 | 2026-08-31T14:13:23.837Z | info: running `cargo check --bins` on oximeter-types (124/376) |
| 3049 | 2026-08-31T14:13:24.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-08-31T14:13:24.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-08-31T14:13:24.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-08-31T14:13:24.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3053 | 2026-08-31T14:13:24.396Z | |
| 3054 | 2026-08-31T14:13:24.396Z | info: running `cargo check --bins` on oximeter-types-versions (125/376) |
| 3055 | 2026-08-31T14:13:24.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-08-31T14:13:24.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-08-31T14:13:24.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-08-31T14:13:24.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3059 | 2026-08-31T14:13:24.960Z | |
| 3060 | 2026-08-31T14:13:24.960Z | info: running `cargo check --bins` on oximeter-macro-impl (126/376) |
| 3061 | 2026-08-31T14:13:25.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-08-31T14:13:25.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-08-31T14:13:25.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-08-31T14:13:25.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3065 | 2026-08-31T14:13:25.512Z | |
| 3066 | 2026-08-31T14:13:25.512Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/376) |
| 3067 | 2026-08-31T14:13:25.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-08-31T14:13:25.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-08-31T14:13:26.184Z | Compiling multer v3.1.0 |
| 3070 | 2026-08-31T14:13:26.187Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-08-31T14:13:26.295Z | Compiling async-stream-impl v0.3.6 |
| 3072 | 2026-08-31T14:13:26.312Z | Compiling serde_tokenstream v0.3.0 |
| 3073 | 2026-08-31T14:13:26.321Z | Compiling dropshot v0.17.1 |
| 3074 | 2026-08-31T14:13:26.333Z | Compiling parse-display-derive v0.10.0 |
| 3075 | 2026-08-31T14:13:26.346Z | Compiling dropshot_endpoint v0.17.1 |
| 3076 | 2026-08-31T14:13:26.346Z | Compiling newtype-uuid-macros v0.1.0 |
| 3077 | 2026-08-31T14:13:26.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3078 | 2026-08-31T14:13:26.544Z | Checking thread_local v1.1.9 |
| 3079 | 2026-08-31T14:13:26.605Z | Compiling oxide-generation-macros v0.2.0 |
| 3080 | 2026-08-31T14:13:26.678Z | Checking compression-core v0.4.31 |
| 3081 | 2026-08-31T14:13:26.749Z | Checking match_cfg v0.1.0 |
| 3082 | 2026-08-31T14:13:26.803Z | Checking compression-codecs v0.4.37 |
| 3083 | 2026-08-31T14:13:26.817Z | Checking hostname v0.3.1 |
| 3084 | 2026-08-31T14:13:26.870Z | Checking crossbeam-channel v0.5.15 |
| 3085 | 2026-08-31T14:13:26.905Z | Checking atomicwrites v0.4.4 |
| 3086 | 2026-08-31T14:13:26.923Z | Checking slog-json v2.6.1 |
| 3087 | 2026-08-31T14:13:26.967Z | Checking serde_spanned v1.1.1 |
| 3088 | 2026-08-31T14:13:27.026Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3089 | 2026-08-31T14:13:27.070Z | Checking is-terminal v0.4.17 |
| 3090 | 2026-08-31T14:13:27.094Z | Checking term v1.2.1 |
| 3091 | 2026-08-31T14:13:27.106Z | Checking take_mut v0.2.2 |
| 3092 | 2026-08-31T14:13:27.155Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3093 | 2026-08-31T14:13:27.197Z | Checking debug-ignore v1.0.5 |
| 3094 | 2026-08-31T14:13:27.210Z | Checking slog-async v2.8.0 |
| 3095 | 2026-08-31T14:13:27.225Z | Checking slog-bunyan v2.5.0 |
| 3096 | 2026-08-31T14:13:27.292Z | Checking async-compression v0.4.41 |
| 3097 | 2026-08-31T14:13:27.308Z | Checking slog-term v2.9.2 |
| 3098 | 2026-08-31T14:13:27.330Z | Checking toml v1.1.2+spec-1.1.0 |
| 3099 | 2026-08-31T14:13:27.333Z | Checking async-stream v0.3.6 |
| 3100 | 2026-08-31T14:13:27.333Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3101 | 2026-08-31T14:13:27.376Z | Checking progenitor-client v0.14.0 |
| 3102 | 2026-08-31T14:13:27.452Z | Checking sha1 v0.11.0 |
| 3103 | 2026-08-31T14:13:27.533Z | Checking oxide-generation v0.1.3 |
| 3104 | 2026-08-31T14:13:27.551Z | Checking waitgroup v0.1.2 |
| 3105 | 2026-08-31T14:13:27.598Z | Checking rustls-pemfile v2.2.0 |
| 3106 | 2026-08-31T14:13:27.635Z | Checking backon v1.6.0 |
| 3107 | 2026-08-31T14:13:27.648Z | Checking serde_path_to_error v0.1.20 |
| 3108 | 2026-08-31T14:13:27.679Z | Checking hostname v0.4.2 |
| 3109 | 2026-08-31T14:13:27.735Z | Checking instant v0.1.13 |
| 3110 | 2026-08-31T14:13:27.792Z | Checking progenitor-extras v0.2.0 |
| 3111 | 2026-08-31T14:13:27.814Z | Checking backoff v0.4.0 |
| 3112 | 2026-08-31T14:13:27.916Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3113 | 2026-08-31T14:13:27.919Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3114 | 2026-08-31T14:13:27.945Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3115 | 2026-08-31T14:13:27.988Z | Checking parse-display v0.10.0 |
| 3116 | 2026-08-31T14:13:28.001Z | Checking itertools v0.14.0 |
| 3117 | 2026-08-31T14:13:28.004Z | Checking regress v0.10.5 |
| 3118 | 2026-08-31T14:13:28.120Z | Checking macaddr v1.0.1 |
| 3119 | 2026-08-31T14:13:28.283Z | Checking humantime v2.3.0 |
| 3120 | 2026-08-31T14:13:29.067Z | Compiling prettyplease v0.2.37 |
| 3121 | 2026-08-31T14:13:29.417Z | Checking num-rational v0.4.2 |
| 3122 | 2026-08-31T14:13:29.683Z | Checking num-complex v0.4.6 |
| 3123 | 2026-08-31T14:13:30.034Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3124 | 2026-08-31T14:13:30.138Z | Compiling num v0.4.3 |
| 3125 | 2026-08-31T14:13:30.210Z | Compiling usdt-attr-macro v0.5.0 |
| 3126 | 2026-08-31T14:13:30.223Z | Compiling usdt-macro v0.5.0 |
| 3127 | 2026-08-31T14:13:30.245Z | Checking memmap v0.7.0 |
| 3128 | 2026-08-31T14:13:30.268Z | Compiling float-ord v0.3.2 |
| 3129 | 2026-08-31T14:13:30.383Z | Compiling convert_case v0.4.0 |
| 3130 | 2026-08-31T14:13:30.653Z | Checking newline-converter v0.3.0 |
| 3131 | 2026-08-31T14:13:30.739Z | Compiling derive_more v0.99.20 |
| 3132 | 2026-08-31T14:13:30.761Z | Checking console v0.15.11 |
| 3133 | 2026-08-31T14:13:30.938Z | Compiling toml v0.8.23 |
| 3134 | 2026-08-31T14:13:30.980Z | Checking usdt v0.5.0 |
| 3135 | 2026-08-31T14:13:31.038Z | Compiling minimal-lexical v0.2.1 |
| 3136 | 2026-08-31T14:13:31.146Z | Checking linked-hash-map v0.5.6 |
| 3137 | 2026-08-31T14:13:31.284Z | Compiling nom v7.1.3 |
| 3138 | 2026-08-31T14:13:31.314Z | Checking lru-cache v0.1.2 |
| 3139 | 2026-08-31T14:13:31.431Z | Checking expectorate v1.2.0 |
| 3140 | 2026-08-31T14:13:31.632Z | Checking camino-tempfile v1.4.1 |
| 3141 | 2026-08-31T14:13:31.788Z | Checking hickory-proto v0.24.4 |
| 3142 | 2026-08-31T14:13:31.942Z | Checking phf_shared v0.12.1 |
| 3143 | 2026-08-31T14:13:32.059Z | Compiling slog-dtrace v0.3.0 |
| 3144 | 2026-08-31T14:13:32.072Z | Checking resolv-conf v0.7.6 |
| 3145 | 2026-08-31T14:13:32.260Z | Compiling unicode-xid v0.2.6 |
| 3146 | 2026-08-31T14:13:32.382Z | Checking heck v0.5.0 |
| 3147 | 2026-08-31T14:13:32.505Z | Compiling chrono-tz v0.10.4 |
| 3148 | 2026-08-31T14:13:32.642Z | Compiling const_format_proc_macros v0.2.34 |
| 3149 | 2026-08-31T14:13:32.645Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3150 | 2026-08-31T14:13:32.743Z | Checking phf v0.12.1 |
| 3151 | 2026-08-31T14:13:32.801Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3152 | 2026-08-31T14:13:32.883Z | Checking tokio-dtrace v0.1.1 |
| 3153 | 2026-08-31T14:13:33.068Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3154 | 2026-08-31T14:13:33.122Z | Compiling derive-where v1.6.0 |
| 3155 | 2026-08-31T14:13:33.353Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3156 | 2026-08-31T14:13:33.457Z | Checking highway v1.3.0 |
| 3157 | 2026-08-31T14:13:33.618Z | Checking hickory-resolver v0.24.4 |
| 3158 | 2026-08-31T14:13:33.680Z | Checking const_format v0.2.35 |
| 3159 | 2026-08-31T14:13:33.906Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3160 | 2026-08-31T14:13:34.361Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3161 | 2026-08-31T14:13:34.381Z | Checking oxide-tokio-rt v0.1.4 |
| 3162 | 2026-08-31T14:13:34.407Z | Checking qorb v0.4.1 |
| 3163 | 2026-08-31T14:13:34.634Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3164 | 2026-08-31T14:13:34.767Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3165 | 2026-08-31T14:13:34.803Z | Checking gethostname v0.5.0 |
| 3166 | 2026-08-31T14:13:34.858Z | Checking bcs v0.1.6 |
| 3167 | 2026-08-31T14:13:34.873Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3168 | 2026-08-31T14:13:34.887Z | Checking termtree v0.5.1 |
| 3169 | 2026-08-31T14:13:37.903Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3170 | 2026-08-31T14:13:40.961Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3171 | 2026-08-31T14:13:43.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.69s |
| 3172 | 2026-08-31T14:13:43.374Z | |
| 3173 | 2026-08-31T14:13:43.374Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376) |
| 3174 | 2026-08-31T14:13:43.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-08-31T14:13:43.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-08-31T14:13:44.052Z | Compiling ar_archive_writer v0.5.1 |
| 3177 | 2026-08-31T14:13:44.160Z | Compiling stacker v0.1.23 |
| 3178 | 2026-08-31T14:13:44.167Z | Compiling cfg_aliases v0.1.1 |
| 3179 | 2026-08-31T14:13:44.174Z | Compiling proc-macro-error v1.0.4 |
| 3180 | 2026-08-31T14:13:44.180Z | Checking fd-lock v4.0.4 |
| 3181 | 2026-08-31T14:13:44.183Z | Checking nibble_vec v0.1.0 |
| 3182 | 2026-08-31T14:13:44.183Z | Checking vte v0.14.1 |
| 3183 | 2026-08-31T14:13:44.183Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3184 | 2026-08-31T14:13:44.221Z | Compiling nix v0.28.0 |
| 3185 | 2026-08-31T14:13:44.282Z | Checking bytecount v0.6.9 |
| 3186 | 2026-08-31T14:13:44.309Z | Checking endian-type v0.1.2 |
| 3187 | 2026-08-31T14:13:44.344Z | Checking strip-ansi-escapes v0.2.1 |
| 3188 | 2026-08-31T14:13:44.376Z | Checking papergrid v0.11.0 |
| 3189 | 2026-08-31T14:13:44.405Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3190 | 2026-08-31T14:13:44.425Z | Checking radix_trie v0.2.1 |
| 3191 | 2026-08-31T14:13:44.439Z | Compiling peg-macros v0.8.5 |
| 3192 | 2026-08-31T14:13:44.456Z | Compiling tabled_derive v0.7.0 |
| 3193 | 2026-08-31T14:13:44.573Z | Compiling sqlparser_derive v0.5.0 |
| 3194 | 2026-08-31T14:13:44.622Z | Checking winnow v0.6.26 |
| 3195 | 2026-08-31T14:13:44.855Z | Checking nu-ansi-term v0.50.3 |
| 3196 | 2026-08-31T14:13:44.948Z | Compiling psm v0.1.30 |
| 3197 | 2026-08-31T14:13:44.979Z | Checking home v0.5.12 |
| 3198 | 2026-08-31T14:13:45.054Z | Checking unicode_categories v0.1.1 |
| 3199 | 2026-08-31T14:13:45.105Z | Checking reedline v0.40.0 |
| 3200 | 2026-08-31T14:13:45.223Z | Checking crossterm v0.29.0 |
| 3201 | 2026-08-31T14:13:45.304Z | Checking display-error-chain v0.2.2 |
| 3202 | 2026-08-31T14:13:45.394Z | Checking tabled v0.15.0 |
| 3203 | 2026-08-31T14:13:45.486Z | Checking rustyline v14.0.0 |
| 3204 | 2026-08-31T14:13:45.682Z | Checking recursive v0.1.1 |
| 3205 | 2026-08-31T14:13:45.709Z | Checking peg v0.8.5 |
| 3206 | 2026-08-31T14:13:45.742Z | Checking sqlformat v0.3.5 |
| 3207 | 2026-08-31T14:13:45.765Z | Checking sqlparser v0.61.0 |
| 3208 | 2026-08-31T14:13:56.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s |
| 3209 | 2026-08-31T14:13:57.063Z | |
| 3210 | 2026-08-31T14:13:57.064Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376) |
| 3211 | 2026-08-31T14:13:57.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3212 | 2026-08-31T14:13:57.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3213 | 2026-08-31T14:13:57.728Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3214 | 2026-08-31T14:14:01.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 3215 | 2026-08-31T14:14:01.408Z | |
| 3216 | 2026-08-31T14:14:01.408Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376) |
| 3217 | 2026-08-31T14:14:01.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3218 | 2026-08-31T14:14:01.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3219 | 2026-08-31T14:14:02.065Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3220 | 2026-08-31T14:14:04.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
| 3221 | 2026-08-31T14:14:04.740Z | |
| 3222 | 2026-08-31T14:14:04.740Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376) |
| 3223 | 2026-08-31T14:14:05.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3224 | 2026-08-31T14:14:05.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3225 | 2026-08-31T14:14:05.395Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3226 | 2026-08-31T14:14:08.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
| 3227 | 2026-08-31T14:14:08.883Z | |
| 3228 | 2026-08-31T14:14:08.883Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376) |
| 3229 | 2026-08-31T14:14:09.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3230 | 2026-08-31T14:14:09.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3231 | 2026-08-31T14:14:09.547Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3232 | 2026-08-31T14:14:12.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
| 3233 | 2026-08-31T14:14:13.064Z | |
| 3234 | 2026-08-31T14:14:13.064Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376) |
| 3235 | 2026-08-31T14:14:13.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3236 | 2026-08-31T14:14:13.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3237 | 2026-08-31T14:14:13.729Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3238 | 2026-08-31T14:14:16.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 3239 | 2026-08-31T14:14:16.609Z | |
| 3240 | 2026-08-31T14:14:16.609Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376) |
| 3241 | 2026-08-31T14:14:17.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3242 | 2026-08-31T14:14:17.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3243 | 2026-08-31T14:14:17.276Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3244 | 2026-08-31T14:14:19.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s |
| 3245 | 2026-08-31T14:14:20.108Z | |
| 3246 | 2026-08-31T14:14:20.108Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376) |
| 3247 | 2026-08-31T14:14:20.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3248 | 2026-08-31T14:14:20.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3249 | 2026-08-31T14:14:20.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3250 | 2026-08-31T14:14:24.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 3251 | 2026-08-31T14:14:24.413Z | |
| 3252 | 2026-08-31T14:14:24.413Z | info: running `cargo check --bins` on oximeter (136/376) |
| 3253 | 2026-08-31T14:14:24.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3254 | 2026-08-31T14:14:24.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3255 | 2026-08-31T14:14:24.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3256 | 2026-08-31T14:14:24.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3257 | 2026-08-31T14:14:24.980Z | |
| 3258 | 2026-08-31T14:14:24.980Z | info: running `cargo check --bins` on oximeter-schema (137/376) |
| 3259 | 2026-08-31T14:14:25.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2026-08-31T14:14:25.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2026-08-31T14:14:25.606Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3262 | 2026-08-31T14:14:25.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3263 | 2026-08-31T14:14:26.146Z | |
| 3264 | 2026-08-31T14:14:26.146Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/376) |
| 3265 | 2026-08-31T14:14:26.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2026-08-31T14:14:26.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2026-08-31T14:14:26.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2026-08-31T14:14:26.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3269 | 2026-08-31T14:14:26.715Z | |
| 3270 | 2026-08-31T14:14:26.715Z | info: running `cargo check --bins` on oximeter-test-utils (139/376) |
| 3271 | 2026-08-31T14:14:27.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2026-08-31T14:14:27.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2026-08-31T14:14:27.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3274 | 2026-08-31T14:14:27.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3275 | 2026-08-31T14:14:27.312Z | |
| 3276 | 2026-08-31T14:14:27.312Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376) |
| 3277 | 2026-08-31T14:14:27.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2026-08-31T14:14:27.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2026-08-31T14:14:27.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2026-08-31T14:14:27.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3281 | 2026-08-31T14:14:27.877Z | |
| 3282 | 2026-08-31T14:14:27.878Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376) |
| 3283 | 2026-08-31T14:14:28.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2026-08-31T14:14:28.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2026-08-31T14:14:28.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2026-08-31T14:14:28.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3287 | 2026-08-31T14:14:28.447Z | |
| 3288 | 2026-08-31T14:14:28.447Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376) |
| 3289 | 2026-08-31T14:14:28.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2026-08-31T14:14:28.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2026-08-31T14:14:28.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3292 | 2026-08-31T14:14:28.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3293 | 2026-08-31T14:14:29.020Z | |
| 3294 | 2026-08-31T14:14:29.020Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376) |
| 3295 | 2026-08-31T14:14:29.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3296 | 2026-08-31T14:14:29.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3297 | 2026-08-31T14:14:29.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3298 | 2026-08-31T14:14:29.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3299 | 2026-08-31T14:14:29.593Z | |
| 3300 | 2026-08-31T14:14:29.593Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/376) |
| 3301 | 2026-08-31T14:14:30.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3302 | 2026-08-31T14:14:30.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3303 | 2026-08-31T14:14:30.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3304 | 2026-08-31T14:14:30.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3305 | 2026-08-31T14:14:30.170Z | |
| 3306 | 2026-08-31T14:14:30.170Z | info: running `cargo check --bins` on reconfigurator-cli (145/376) |
| 3307 | 2026-08-31T14:14:30.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3308 | 2026-08-31T14:14:30.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3309 | 2026-08-31T14:14:30.991Z | Compiling crucible-workspace-hack v0.1.0 |
| 3310 | 2026-08-31T14:14:30.994Z | Compiling regress v0.11.1 |
| 3311 | 2026-08-31T14:14:30.994Z | Checking secrecy v0.10.3 |
| 3312 | 2026-08-31T14:14:30.994Z | Checking half v2.7.1 |
| 3313 | 2026-08-31T14:14:30.994Z | Checking ciborium-io v0.2.2 |
| 3314 | 2026-08-31T14:14:30.994Z | Checking inout v0.1.4 |
| 3315 | 2026-08-31T14:14:30.994Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3316 | 2026-08-31T14:14:30.994Z | Checking universal-hash v0.5.1 |
| 3317 | 2026-08-31T14:14:31.251Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3318 | 2026-08-31T14:14:31.265Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3319 | 2026-08-31T14:14:31.278Z | Checking cipher v0.4.4 |
| 3320 | 2026-08-31T14:14:31.305Z | Checking opaque-debug v0.3.1 |
| 3321 | 2026-08-31T14:14:31.354Z | Checking ciborium-ll v0.2.2 |
| 3322 | 2026-08-31T14:14:31.369Z | Checking poly1305 v0.8.0 |
| 3323 | 2026-08-31T14:14:31.386Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3324 | 2026-08-31T14:14:31.400Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3325 | 2026-08-31T14:14:31.467Z | Checking chacha20 v0.9.1 |
| 3326 | 2026-08-31T14:14:31.519Z | Checking ciborium v0.2.2 |
| 3327 | 2026-08-31T14:14:31.631Z | Checking password-hash v0.5.0 |
| 3328 | 2026-08-31T14:14:31.672Z | Checking blake2 v0.10.6 |
| 3329 | 2026-08-31T14:14:31.688Z | Checking aead v0.5.2 |
| 3330 | 2026-08-31T14:14:31.796Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3331 | 2026-08-31T14:14:31.832Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3332 | 2026-08-31T14:14:31.855Z | Checking indent_write v2.2.0 |
| 3333 | 2026-08-31T14:14:31.911Z | Checking argon2 v0.5.3 |
| 3334 | 2026-08-31T14:14:31.939Z | Checking chacha20poly1305 v0.10.1 |
| 3335 | 2026-08-31T14:14:31.980Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3336 | 2026-08-31T14:14:32.068Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3337 | 2026-08-31T14:14:32.084Z | Compiling unsafe-libyaml v0.2.11 |
| 3338 | 2026-08-31T14:14:32.258Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3339 | 2026-08-31T14:14:32.416Z | Checking thiserror-no-std v2.0.2 |
| 3340 | 2026-08-31T14:14:32.461Z | Compiling itertools v0.15.0 |
| 3341 | 2026-08-31T14:14:32.504Z | Checking vsss-rs v3.3.4 |
| 3342 | 2026-08-31T14:14:32.587Z | Compiling heapless v0.8.0 |
| 3343 | 2026-08-31T14:14:32.816Z | Compiling typify-impl v0.6.2 |
| 3344 | 2026-08-31T14:14:32.870Z | Compiling serde_yaml v0.9.34+deprecated |
| 3345 | 2026-08-31T14:14:33.083Z | Compiling proc-macro-crate v3.4.0 |
| 3346 | 2026-08-31T14:14:33.435Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3347 | 2026-08-31T14:14:33.597Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3348 | 2026-08-31T14:14:33.618Z | Compiling num_enum_derive v0.7.6 |
| 3349 | 2026-08-31T14:14:33.707Z | Checking hash32 v0.3.1 |
| 3350 | 2026-08-31T14:14:33.757Z | Compiling ingot-macros v0.2.0 |
| 3351 | 2026-08-31T14:14:33.833Z | Compiling smoltcp v0.11.0 |
| 3352 | 2026-08-31T14:14:34.086Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3353 | 2026-08-31T14:14:34.280Z | Checking tabwriter v1.4.1 |
| 3354 | 2026-08-31T14:14:34.311Z | Checking cobs v0.3.0 |
| 3355 | 2026-08-31T14:14:34.330Z | Checking swrite v0.1.0 |
| 3356 | 2026-08-31T14:14:34.420Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3357 | 2026-08-31T14:14:34.437Z | Compiling proc-macro-crate v1.3.1 |
| 3358 | 2026-08-31T14:14:34.456Z | Checking postcard v1.1.3 |
| 3359 | 2026-08-31T14:14:34.624Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3360 | 2026-08-31T14:14:34.655Z | Checking num_enum v0.7.6 |
| 3361 | 2026-08-31T14:14:34.702Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3362 | 2026-08-31T14:14:34.749Z | Compiling foreign-types-macros v0.2.3 |
| 3363 | 2026-08-31T14:14:34.768Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3364 | 2026-08-31T14:14:34.831Z | Checking foreign-types-shared v0.3.1 |
| 3365 | 2026-08-31T14:14:34.853Z | Checking colored v3.1.1 |
| 3366 | 2026-08-31T14:14:34.920Z | Compiling num_enum_derive v0.5.11 |
| 3367 | 2026-08-31T14:14:35.113Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3368 | 2026-08-31T14:14:35.162Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3369 | 2026-08-31T14:14:35.333Z | Checking foreign-types v0.5.0 |
| 3370 | 2026-08-31T14:14:35.412Z | Checking cstr-argument v0.1.2 |
| 3371 | 2026-08-31T14:14:35.538Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3372 | 2026-08-31T14:14:35.553Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3373 | 2026-08-31T14:14:35.610Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3374 | 2026-08-31T14:14:35.660Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3375 | 2026-08-31T14:14:35.733Z | Checking rand v0.10.1 |
| 3376 | 2026-08-31T14:14:35.748Z | Checking itertools v0.12.1 |
| 3377 | 2026-08-31T14:14:35.779Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3378 | 2026-08-31T14:14:35.827Z | Compiling zone_cfg_derive v0.3.1 |
| 3379 | 2026-08-31T14:14:35.934Z | Checking num_enum v0.5.11 |
| 3380 | 2026-08-31T14:14:36.048Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3381 | 2026-08-31T14:14:36.092Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3382 | 2026-08-31T14:14:36.207Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3383 | 2026-08-31T14:14:36.222Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3384 | 2026-08-31T14:14:36.407Z | Compiling num-derive v0.4.2 |
| 3385 | 2026-08-31T14:14:36.474Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3386 | 2026-08-31T14:14:36.555Z | Checking ingot-types v0.2.0 |
| 3387 | 2026-08-31T14:14:36.681Z | Compiling semver v0.1.20 |
| 3388 | 2026-08-31T14:14:36.853Z | Checking zone v0.3.1 |
| 3389 | 2026-08-31T14:14:36.947Z | Checking ingot v0.2.1 |
| 3390 | 2026-08-31T14:14:36.974Z | Compiling rustc_version v0.1.7 |
| 3391 | 2026-08-31T14:14:37.168Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3392 | 2026-08-31T14:14:37.220Z | Checking smf v0.2.3 |
| 3393 | 2026-08-31T14:14:37.312Z | Compiling typify-macro v0.6.2 |
| 3394 | 2026-08-31T14:14:37.327Z | Checking csv-core v0.1.13 |
| 3395 | 2026-08-31T14:14:37.357Z | Checking nom v8.0.0 |
| 3396 | 2026-08-31T14:14:37.386Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3397 | 2026-08-31T14:14:37.454Z | Checking whoami v1.6.1 |
| 3398 | 2026-08-31T14:14:37.503Z | Checking csv v1.4.0 |
| 3399 | 2026-08-31T14:14:37.611Z | Compiling newtype_derive v0.1.6 |
| 3400 | 2026-08-31T14:14:37.628Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3401 | 2026-08-31T14:14:37.758Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3402 | 2026-08-31T14:14:37.777Z | Compiling cancel-safe-futures v0.1.5 |
| 3403 | 2026-08-31T14:14:37.850Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3404 | 2026-08-31T14:14:37.868Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3405 | 2026-08-31T14:14:37.923Z | Compiling libefi-sys v0.1.0 |
| 3406 | 2026-08-31T14:14:38.160Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3407 | 2026-08-31T14:14:38.203Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3408 | 2026-08-31T14:14:38.242Z | Checking oxide-update-engine-types v0.1.2 |
| 3409 | 2026-08-31T14:14:38.278Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3410 | 2026-08-31T14:14:38.398Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3411 | 2026-08-31T14:14:38.450Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3412 | 2026-08-31T14:14:38.546Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3413 | 2026-08-31T14:14:38.589Z | Compiling bitfield-struct v0.6.2 |
| 3414 | 2026-08-31T14:14:38.740Z | Checking linear-map v1.2.0 |
| 3415 | 2026-08-31T14:14:38.921Z | Checking steno v0.4.1 |
| 3416 | 2026-08-31T14:14:39.016Z | Compiling typify v0.6.2 |
| 3417 | 2026-08-31T14:14:39.113Z | Compiling progenitor-impl v0.14.0 |
| 3418 | 2026-08-31T14:14:39.142Z | Checking oxide-update-engine v0.1.2 |
| 3419 | 2026-08-31T14:14:39.212Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3420 | 2026-08-31T14:14:39.275Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3421 | 2026-08-31T14:14:39.447Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3422 | 2026-08-31T14:14:39.551Z | Checking sha1 v0.10.6 |
| 3423 | 2026-08-31T14:14:39.606Z | Checking utf-8 v0.7.6 |
| 3424 | 2026-08-31T14:14:39.632Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3425 | 2026-08-31T14:14:39.721Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3426 | 2026-08-31T14:14:39.740Z | Checking tungstenite v0.21.0 |
| 3427 | 2026-08-31T14:14:39.799Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3428 | 2026-08-31T14:14:39.917Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3429 | 2026-08-31T14:14:40.031Z | Checking ignore v0.4.25 |
| 3430 | 2026-08-31T14:14:40.068Z | Checking anstyle-parse v0.2.7 |
| 3431 | 2026-08-31T14:14:40.108Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3432 | 2026-08-31T14:14:40.166Z | Compiling xshell-macros v0.2.7 |
| 3433 | 2026-08-31T14:14:40.220Z | Checking anstream v0.6.21 |
| 3434 | 2026-08-31T14:14:40.309Z | Checking tokio-tungstenite v0.21.0 |
| 3435 | 2026-08-31T14:14:40.422Z | Checking predicates-tree v1.0.13 |
| 3436 | 2026-08-31T14:14:40.437Z | Checking globwalk v0.9.1 |
| 3437 | 2026-08-31T14:14:40.533Z | Checking xshell v0.2.7 |
| 3438 | 2026-08-31T14:14:40.533Z | Checking filetime v0.2.27 |
| 3439 | 2026-08-31T14:14:40.584Z | Checking xattr v1.6.1 |
| 3440 | 2026-08-31T14:14:40.612Z | Checking tagptr v0.2.0 |
| 3441 | 2026-08-31T14:14:40.637Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3442 | 2026-08-31T14:14:40.677Z | Checking camino-tempfile-ext v0.3.3 |
| 3443 | 2026-08-31T14:14:40.710Z | Checking tar v0.4.46 |
| 3444 | 2026-08-31T14:14:40.725Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3445 | 2026-08-31T14:14:40.752Z | Checking moka v0.12.13 |
| 3446 | 2026-08-31T14:14:40.850Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3447 | 2026-08-31T14:14:40.870Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3448 | 2026-08-31T14:14:40.901Z | Checking rand_seeder v0.4.0 |
| 3449 | 2026-08-31T14:14:40.981Z | Checking half v1.8.3 |
| 3450 | 2026-08-31T14:14:41.009Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3451 | 2026-08-31T14:14:41.046Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3452 | 2026-08-31T14:14:41.088Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3453 | 2026-08-31T14:14:41.174Z | Checking serde_cbor v0.11.2 |
| 3454 | 2026-08-31T14:14:41.337Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3455 | 2026-08-31T14:14:41.352Z | Checking sha2 v0.11.0 |
| 3456 | 2026-08-31T14:14:41.388Z | Checking hickory-resolver v0.25.2 |
| 3457 | 2026-08-31T14:14:41.556Z | Checking digest-io v0.1.0 |
| 3458 | 2026-08-31T14:14:41.682Z | Compiling progenitor-macro v0.14.0 |
| 3459 | 2026-08-31T14:14:41.697Z | Compiling petname v2.0.2 |
| 3460 | 2026-08-31T14:14:42.015Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3461 | 2026-08-31T14:14:42.041Z | Checking rawzip v0.4.4 |
| 3462 | 2026-08-31T14:14:42.119Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3463 | 2026-08-31T14:14:42.416Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3464 | 2026-08-31T14:14:42.478Z | Checking sapling-renderdag v0.1.0 |
| 3465 | 2026-08-31T14:14:42.580Z | Checking subprocess v0.2.15 |
| 3466 | 2026-08-31T14:14:42.597Z | Checking sync-ptr v0.1.4 |
| 3467 | 2026-08-31T14:14:42.721Z | Checking colored v2.2.0 |
| 3468 | 2026-08-31T14:14:42.724Z | Checking assert_matches v1.5.0 |
| 3469 | 2026-08-31T14:14:42.858Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3470 | 2026-08-31T14:14:42.991Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3471 | 2026-08-31T14:14:43.239Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3472 | 2026-08-31T14:14:43.277Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3473 | 2026-08-31T14:14:43.368Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3474 | 2026-08-31T14:14:43.883Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3475 | 2026-08-31T14:14:43.887Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3476 | 2026-08-31T14:14:44.679Z | Checking progenitor v0.14.0 |
| 3477 | 2026-08-31T14:14:44.810Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3478 | 2026-08-31T14:14:44.814Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3479 | 2026-08-31T14:14:44.814Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3480 | 2026-08-31T14:14:44.814Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3481 | 2026-08-31T14:14:44.814Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3482 | 2026-08-31T14:14:44.814Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3483 | 2026-08-31T14:14:45.211Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3484 | 2026-08-31T14:14:45.301Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3485 | 2026-08-31T14:14:45.427Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3486 | 2026-08-31T14:14:45.542Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3487 | 2026-08-31T14:14:45.779Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3488 | 2026-08-31T14:14:45.923Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3489 | 2026-08-31T14:14:46.560Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3490 | 2026-08-31T14:14:46.663Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3491 | 2026-08-31T14:14:47.305Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3492 | 2026-08-31T14:14:47.797Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3493 | 2026-08-31T14:14:56.402Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3494 | 2026-08-31T14:15:03.628Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3495 | 2026-08-31T14:15:03.631Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3496 | 2026-08-31T14:15:03.631Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3497 | 2026-08-31T14:15:05.114Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3498 | 2026-08-31T14:15:06.365Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3499 | 2026-08-31T14:15:08.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.40s |
| 3500 | 2026-08-31T14:15:08.786Z | |
| 3501 | 2026-08-31T14:15:08.786Z | info: running `cargo check --bins` on nexus-inventory (146/376) |
| 3502 | 2026-08-31T14:15:09.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3503 | 2026-08-31T14:15:09.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3504 | 2026-08-31T14:15:09.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3505 | 2026-08-31T14:15:09.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3506 | 2026-08-31T14:15:09.392Z | |
| 3507 | 2026-08-31T14:15:09.392Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376) |
| 3508 | 2026-08-31T14:15:09.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3509 | 2026-08-31T14:15:09.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3510 | 2026-08-31T14:15:09.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3511 | 2026-08-31T14:15:09.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3512 | 2026-08-31T14:15:09.960Z | |
| 3513 | 2026-08-31T14:15:09.960Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/376) |
| 3514 | 2026-08-31T14:15:10.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3515 | 2026-08-31T14:15:10.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3516 | 2026-08-31T14:15:10.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3517 | 2026-08-31T14:15:10.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3518 | 2026-08-31T14:15:10.527Z | |
| 3519 | 2026-08-31T14:15:10.527Z | info: running `cargo check --bins` on dns-service-client (149/376) |
| 3520 | 2026-08-31T14:15:10.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3521 | 2026-08-31T14:15:10.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3522 | 2026-08-31T14:15:10.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3523 | 2026-08-31T14:15:11.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3524 | 2026-08-31T14:15:11.083Z | |
| 3525 | 2026-08-31T14:15:11.083Z | info: running `cargo check --bins` on ntp-admin-client (150/376) |
| 3526 | 2026-08-31T14:15:11.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3527 | 2026-08-31T14:15:11.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3528 | 2026-08-31T14:15:11.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3529 | 2026-08-31T14:15:11.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3530 | 2026-08-31T14:15:11.637Z | |
| 3531 | 2026-08-31T14:15:11.637Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/376) |
| 3532 | 2026-08-31T14:15:12.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3533 | 2026-08-31T14:15:12.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3534 | 2026-08-31T14:15:12.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3535 | 2026-08-31T14:15:12.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3536 | 2026-08-31T14:15:12.190Z | |
| 3537 | 2026-08-31T14:15:12.190Z | info: running `cargo check --bins` on cockroach-admin-client (152/376) |
| 3538 | 2026-08-31T14:15:12.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3539 | 2026-08-31T14:15:12.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3540 | 2026-08-31T14:15:12.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3541 | 2026-08-31T14:15:12.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3542 | 2026-08-31T14:15:12.746Z | |
| 3543 | 2026-08-31T14:15:12.746Z | info: running `cargo check --bins` on parallel-task-set (153/376) |
| 3544 | 2026-08-31T14:15:13.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3545 | 2026-08-31T14:15:13.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3546 | 2026-08-31T14:15:13.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3547 | 2026-08-31T14:15:13.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3548 | 2026-08-31T14:15:13.295Z | |
| 3549 | 2026-08-31T14:15:13.296Z | info: running `cargo check --bins` on sled-agent-client (154/376) |
| 3550 | 2026-08-31T14:15:13.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3551 | 2026-08-31T14:15:13.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3552 | 2026-08-31T14:15:13.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3553 | 2026-08-31T14:15:13.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3554 | 2026-08-31T14:15:13.873Z | |
| 3555 | 2026-08-31T14:15:13.873Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376) |
| 3556 | 2026-08-31T14:15:14.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3557 | 2026-08-31T14:15:14.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3558 | 2026-08-31T14:15:14.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3559 | 2026-08-31T14:15:14.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3560 | 2026-08-31T14:15:14.466Z | |
| 3561 | 2026-08-31T14:15:14.466Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/376) |
| 3562 | 2026-08-31T14:15:14.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3563 | 2026-08-31T14:15:14.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3564 | 2026-08-31T14:15:14.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3565 | 2026-08-31T14:15:14.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3566 | 2026-08-31T14:15:15.053Z | |
| 3567 | 2026-08-31T14:15:15.053Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376) |
| 3568 | 2026-08-31T14:15:15.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3569 | 2026-08-31T14:15:15.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3570 | 2026-08-31T14:15:15.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3571 | 2026-08-31T14:15:15.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3572 | 2026-08-31T14:15:15.640Z | |
| 3573 | 2026-08-31T14:15:15.640Z | info: running `cargo check --bins` on key-manager (158/376) |
| 3574 | 2026-08-31T14:15:16.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3575 | 2026-08-31T14:15:16.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3576 | 2026-08-31T14:15:16.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3577 | 2026-08-31T14:15:16.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3578 | 2026-08-31T14:15:16.219Z | |
| 3579 | 2026-08-31T14:15:16.219Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/376) |
| 3580 | 2026-08-31T14:15:16.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-08-31T14:15:16.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-08-31T14:15:16.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-08-31T14:15:16.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3584 | 2026-08-31T14:15:16.808Z | |
| 3585 | 2026-08-31T14:15:16.808Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376) |
| 3586 | 2026-08-31T14:15:17.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-08-31T14:15:17.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-08-31T14:15:17.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-08-31T14:15:17.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3590 | 2026-08-31T14:15:17.396Z | |
| 3591 | 2026-08-31T14:15:17.396Z | info: running `cargo check --bins` on typed-rng (161/376) |
| 3592 | 2026-08-31T14:15:17.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-08-31T14:15:17.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-08-31T14:15:17.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3595 | 2026-08-31T14:15:17.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3596 | 2026-08-31T14:15:17.950Z | |
| 3597 | 2026-08-31T14:15:17.950Z | info: running `cargo check --bins` on gateway-test-utils (162/376) |
| 3598 | 2026-08-31T14:15:18.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-08-31T14:15:18.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-08-31T14:15:18.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-08-31T14:15:18.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3602 | 2026-08-31T14:15:18.562Z | |
| 3603 | 2026-08-31T14:15:18.562Z | info: running `cargo check --bins` on omicron-gateway (163/376) |
| 3604 | 2026-08-31T14:15:19.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-08-31T14:15:19.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-08-31T14:15:19.292Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3607 | 2026-08-31T14:15:19.292Z | Checking void v1.0.2 |
| 3608 | 2026-08-31T14:15:19.295Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3609 | 2026-08-31T14:15:19.295Z | Checking dropshot-api-manager-types v0.8.0 |
| 3610 | 2026-08-31T14:15:19.295Z | Checking tungstenite v0.23.0 |
| 3611 | 2026-08-31T14:15:19.295Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3612 | 2026-08-31T14:15:19.295Z | Checking nix v0.27.1 |
| 3613 | 2026-08-31T14:15:19.407Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3614 | 2026-08-31T14:15:19.549Z | Checking kstat-rs v0.2.5 |
| 3615 | 2026-08-31T14:15:19.549Z | Checking lzss v0.8.2 |
| 3616 | 2026-08-31T14:15:19.574Z | Checking fxhash v0.2.1 |
| 3617 | 2026-08-31T14:15:19.682Z | Checking serde_bytes v0.11.19 |
| 3618 | 2026-08-31T14:15:19.695Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3619 | 2026-08-31T14:15:19.722Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3620 | 2026-08-31T14:15:19.734Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3621 | 2026-08-31T14:15:19.737Z | Checking signal-hook-tokio v0.3.1 |
| 3622 | 2026-08-31T14:15:19.790Z | Checking tokio-tungstenite v0.23.1 |
| 3623 | 2026-08-31T14:15:19.901Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3624 | 2026-08-31T14:15:20.986Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3625 | 2026-08-31T14:15:21.518Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3626 | 2026-08-31T14:15:23.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
| 3627 | 2026-08-31T14:15:23.808Z | |
| 3628 | 2026-08-31T14:15:23.808Z | info: running `cargo check --bins` on gateway-api (164/376) |
| 3629 | 2026-08-31T14:15:24.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-08-31T14:15:24.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-08-31T14:15:24.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-08-31T14:15:24.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3633 | 2026-08-31T14:15:24.377Z | |
| 3634 | 2026-08-31T14:15:24.377Z | info: running `cargo check --bins` on ipcc (165/376) |
| 3635 | 2026-08-31T14:15:24.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-08-31T14:15:24.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-08-31T14:15:24.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-08-31T14:15:24.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3639 | 2026-08-31T14:15:24.936Z | |
| 3640 | 2026-08-31T14:15:24.936Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376) |
| 3641 | 2026-08-31T14:15:25.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-08-31T14:15:25.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-08-31T14:15:25.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-08-31T14:15:25.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 3645 | 2026-08-31T14:15:25.492Z | |
| 3646 | 2026-08-31T14:15:25.492Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376) |
| 3647 | 2026-08-31T14:15:25.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-08-31T14:15:25.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-08-31T14:15:25.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-08-31T14:15:25.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3651 | 2026-08-31T14:15:26.084Z | |
| 3652 | 2026-08-31T14:15:26.084Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376) |
| 3653 | 2026-08-31T14:15:26.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-08-31T14:15:26.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-08-31T14:15:26.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-08-31T14:15:26.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3657 | 2026-08-31T14:15:26.651Z | |
| 3658 | 2026-08-31T14:15:26.651Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376) |
| 3659 | 2026-08-31T14:15:27.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-08-31T14:15:27.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-08-31T14:15:27.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-08-31T14:15:27.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3663 | 2026-08-31T14:15:27.226Z | |
| 3664 | 2026-08-31T14:15:27.226Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376) |
| 3665 | 2026-08-31T14:15:27.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-08-31T14:15:27.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-08-31T14:15:27.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-08-31T14:15:27.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3669 | 2026-08-31T14:15:27.799Z | |
| 3670 | 2026-08-31T14:15:27.799Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376) |
| 3671 | 2026-08-31T14:15:28.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-08-31T14:15:28.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-08-31T14:15:28.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-08-31T14:15:28.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3675 | 2026-08-31T14:15:28.386Z | |
| 3676 | 2026-08-31T14:15:28.386Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376) |
| 3677 | 2026-08-31T14:15:28.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-08-31T14:15:28.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-08-31T14:15:28.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-08-31T14:15:28.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3681 | 2026-08-31T14:15:28.954Z | |
| 3682 | 2026-08-31T14:15:28.954Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376) |
| 3683 | 2026-08-31T14:15:29.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-08-31T14:15:29.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-08-31T14:15:29.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-08-31T14:15:29.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3687 | 2026-08-31T14:15:29.526Z | |
| 3688 | 2026-08-31T14:15:29.526Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376) |
| 3689 | 2026-08-31T14:15:30.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-08-31T14:15:30.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-08-31T14:15:30.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-08-31T14:15:30.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3693 | 2026-08-31T14:15:30.100Z | |
| 3694 | 2026-08-31T14:15:30.100Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376) |
| 3695 | 2026-08-31T14:15:30.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-08-31T14:15:30.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-08-31T14:15:30.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-08-31T14:15:30.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3699 | 2026-08-31T14:15:30.668Z | |
| 3700 | 2026-08-31T14:15:30.668Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376) |
| 3701 | 2026-08-31T14:15:31.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-08-31T14:15:31.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-08-31T14:15:31.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-08-31T14:15:31.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3705 | 2026-08-31T14:15:31.242Z | |
| 3706 | 2026-08-31T14:15:31.242Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376) |
| 3707 | 2026-08-31T14:15:31.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-08-31T14:15:31.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-08-31T14:15:31.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-08-31T14:15:31.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3711 | 2026-08-31T14:15:31.812Z | |
| 3712 | 2026-08-31T14:15:31.812Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376) |
| 3713 | 2026-08-31T14:15:32.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-08-31T14:15:32.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-08-31T14:15:32.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-08-31T14:15:32.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3717 | 2026-08-31T14:15:32.388Z | |
| 3718 | 2026-08-31T14:15:32.388Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376) |
| 3719 | 2026-08-31T14:15:32.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-08-31T14:15:32.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-08-31T14:15:32.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-08-31T14:15:32.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3723 | 2026-08-31T14:15:32.962Z | |
| 3724 | 2026-08-31T14:15:32.962Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376) |
| 3725 | 2026-08-31T14:15:33.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-08-31T14:15:33.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-08-31T14:15:33.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-08-31T14:15:33.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3729 | 2026-08-31T14:15:33.531Z | |
| 3730 | 2026-08-31T14:15:33.531Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376) |
| 3731 | 2026-08-31T14:15:34.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-08-31T14:15:34.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-08-31T14:15:34.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-08-31T14:15:34.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3735 | 2026-08-31T14:15:34.106Z | |
| 3736 | 2026-08-31T14:15:34.106Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376) |
| 3737 | 2026-08-31T14:15:34.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-08-31T14:15:34.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-08-31T14:15:34.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-08-31T14:15:34.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3741 | 2026-08-31T14:15:34.680Z | |
| 3742 | 2026-08-31T14:15:34.680Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376) |
| 3743 | 2026-08-31T14:15:35.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-08-31T14:15:35.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-08-31T14:15:35.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-08-31T14:15:35.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3747 | 2026-08-31T14:15:35.250Z | |
| 3748 | 2026-08-31T14:15:35.250Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376) |
| 3749 | 2026-08-31T14:15:35.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-08-31T14:15:35.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-08-31T14:15:35.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-08-31T14:15:35.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3753 | 2026-08-31T14:15:35.819Z | |
| 3754 | 2026-08-31T14:15:35.819Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376) |
| 3755 | 2026-08-31T14:15:36.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-08-31T14:15:36.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-08-31T14:15:36.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-08-31T14:15:36.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3759 | 2026-08-31T14:15:36.393Z | |
| 3760 | 2026-08-31T14:15:36.393Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376) |
| 3761 | 2026-08-31T14:15:36.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-08-31T14:15:36.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-08-31T14:15:36.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-08-31T14:15:36.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3765 | 2026-08-31T14:15:36.980Z | |
| 3766 | 2026-08-31T14:15:36.980Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376) |
| 3767 | 2026-08-31T14:15:37.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-08-31T14:15:37.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-08-31T14:15:37.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-08-31T14:15:37.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3771 | 2026-08-31T14:15:37.563Z | |
| 3772 | 2026-08-31T14:15:37.563Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376) |
| 3773 | 2026-08-31T14:15:38.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-08-31T14:15:38.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-08-31T14:15:38.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-08-31T14:15:38.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3777 | 2026-08-31T14:15:38.152Z | |
| 3778 | 2026-08-31T14:15:38.152Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376) |
| 3779 | 2026-08-31T14:15:38.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-08-31T14:15:38.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-08-31T14:15:38.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-08-31T14:15:38.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3783 | 2026-08-31T14:15:38.742Z | |
| 3784 | 2026-08-31T14:15:38.742Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376) |
| 3785 | 2026-08-31T14:15:39.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-08-31T14:15:39.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-08-31T14:15:39.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3788 | 2026-08-31T14:15:39.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3789 | 2026-08-31T14:15:39.330Z | |
| 3790 | 2026-08-31T14:15:39.330Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376) |
| 3791 | 2026-08-31T14:15:39.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3792 | 2026-08-31T14:15:39.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3793 | 2026-08-31T14:15:39.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3794 | 2026-08-31T14:15:39.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3795 | 2026-08-31T14:15:39.922Z | |
| 3796 | 2026-08-31T14:15:39.922Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376) |
| 3797 | 2026-08-31T14:15:40.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3798 | 2026-08-31T14:15:40.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3799 | 2026-08-31T14:15:40.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3800 | 2026-08-31T14:15:40.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3801 | 2026-08-31T14:15:40.506Z | |
| 3802 | 2026-08-31T14:15:40.506Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376) |
| 3803 | 2026-08-31T14:15:40.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3804 | 2026-08-31T14:15:41.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3805 | 2026-08-31T14:15:41.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3806 | 2026-08-31T14:15:41.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3807 | 2026-08-31T14:15:41.095Z | |
| 3808 | 2026-08-31T14:15:41.095Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376) |
| 3809 | 2026-08-31T14:15:41.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3810 | 2026-08-31T14:15:41.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3811 | 2026-08-31T14:15:41.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3812 | 2026-08-31T14:15:41.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3813 | 2026-08-31T14:15:41.686Z | |
| 3814 | 2026-08-31T14:15:41.686Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376) |
| 3815 | 2026-08-31T14:15:42.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3816 | 2026-08-31T14:15:42.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3817 | 2026-08-31T14:15:42.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3818 | 2026-08-31T14:15:42.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3819 | 2026-08-31T14:15:42.276Z | |
| 3820 | 2026-08-31T14:15:42.276Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376) |
| 3821 | 2026-08-31T14:15:42.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3822 | 2026-08-31T14:15:42.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3823 | 2026-08-31T14:15:42.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3824 | 2026-08-31T14:15:42.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3825 | 2026-08-31T14:15:42.860Z | |
| 3826 | 2026-08-31T14:15:42.860Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376) |
| 3827 | 2026-08-31T14:15:43.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3828 | 2026-08-31T14:15:43.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3829 | 2026-08-31T14:15:43.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3830 | 2026-08-31T14:15:43.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3831 | 2026-08-31T14:15:43.443Z | |
| 3832 | 2026-08-31T14:15:43.443Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376) |
| 3833 | 2026-08-31T14:15:43.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-08-31T14:15:43.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-08-31T14:15:43.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-08-31T14:15:43.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3837 | 2026-08-31T14:15:44.030Z | |
| 3838 | 2026-08-31T14:15:44.031Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376) |
| 3839 | 2026-08-31T14:15:44.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-08-31T14:15:44.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-08-31T14:15:44.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3842 | 2026-08-31T14:15:44.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3843 | 2026-08-31T14:15:44.616Z | |
| 3844 | 2026-08-31T14:15:44.616Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376) |
| 3845 | 2026-08-31T14:15:45.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-08-31T14:15:45.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-08-31T14:15:45.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3848 | 2026-08-31T14:15:45.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3849 | 2026-08-31T14:15:45.205Z | |
| 3850 | 2026-08-31T14:15:45.205Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376) |
| 3851 | 2026-08-31T14:15:45.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3852 | 2026-08-31T14:15:45.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3853 | 2026-08-31T14:15:45.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3854 | 2026-08-31T14:15:45.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3855 | 2026-08-31T14:15:45.795Z | |
| 3856 | 2026-08-31T14:15:45.795Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376) |
| 3857 | 2026-08-31T14:15:46.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3858 | 2026-08-31T14:15:46.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3859 | 2026-08-31T14:15:46.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3860 | 2026-08-31T14:15:46.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3861 | 2026-08-31T14:15:46.384Z | |
| 3862 | 2026-08-31T14:15:46.385Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376) |
| 3863 | 2026-08-31T14:15:46.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3864 | 2026-08-31T14:15:46.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3865 | 2026-08-31T14:15:46.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3866 | 2026-08-31T14:15:46.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3867 | 2026-08-31T14:15:46.973Z | |
| 3868 | 2026-08-31T14:15:46.973Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376) |
| 3869 | 2026-08-31T14:15:47.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-08-31T14:15:47.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-08-31T14:15:47.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3872 | 2026-08-31T14:15:47.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3873 | 2026-08-31T14:15:47.546Z | |
| 3874 | 2026-08-31T14:15:47.546Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376) |
| 3875 | 2026-08-31T14:15:48.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-08-31T14:15:48.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-08-31T14:15:48.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-08-31T14:15:48.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3879 | 2026-08-31T14:15:48.118Z | |
| 3880 | 2026-08-31T14:15:48.118Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376) |
| 3881 | 2026-08-31T14:15:48.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-08-31T14:15:48.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-08-31T14:15:48.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3884 | 2026-08-31T14:15:48.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3885 | 2026-08-31T14:15:48.689Z | |
| 3886 | 2026-08-31T14:15:48.689Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376) |
| 3887 | 2026-08-31T14:15:49.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-08-31T14:15:49.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-08-31T14:15:49.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3890 | 2026-08-31T14:15:49.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3891 | 2026-08-31T14:15:49.258Z | |
| 3892 | 2026-08-31T14:15:49.258Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376) |
| 3893 | 2026-08-31T14:15:49.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-08-31T14:15:49.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-08-31T14:15:49.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-08-31T14:15:49.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3897 | 2026-08-31T14:15:49.828Z | |
| 3898 | 2026-08-31T14:15:49.828Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376) |
| 3899 | 2026-08-31T14:15:50.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-08-31T14:15:50.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-08-31T14:15:50.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3902 | 2026-08-31T14:15:50.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3903 | 2026-08-31T14:15:50.398Z | |
| 3904 | 2026-08-31T14:15:50.398Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376) |
| 3905 | 2026-08-31T14:15:50.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-08-31T14:15:50.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-08-31T14:15:50.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3908 | 2026-08-31T14:15:50.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3909 | 2026-08-31T14:15:50.965Z | |
| 3910 | 2026-08-31T14:15:50.965Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376) |
| 3911 | 2026-08-31T14:15:51.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3912 | 2026-08-31T14:15:51.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3913 | 2026-08-31T14:15:51.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3914 | 2026-08-31T14:15:51.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3915 | 2026-08-31T14:15:51.534Z | |
| 3916 | 2026-08-31T14:15:51.534Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376) |
| 3917 | 2026-08-31T14:15:52.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3918 | 2026-08-31T14:15:52.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3919 | 2026-08-31T14:15:52.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3920 | 2026-08-31T14:15:52.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3921 | 2026-08-31T14:15:52.107Z | |
| 3922 | 2026-08-31T14:15:52.107Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376) |
| 3923 | 2026-08-31T14:15:52.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3924 | 2026-08-31T14:15:52.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3925 | 2026-08-31T14:15:52.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3926 | 2026-08-31T14:15:52.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3927 | 2026-08-31T14:15:52.684Z | |
| 3928 | 2026-08-31T14:15:52.684Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376) |
| 3929 | 2026-08-31T14:15:53.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3930 | 2026-08-31T14:15:53.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3931 | 2026-08-31T14:15:53.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3932 | 2026-08-31T14:15:53.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3933 | 2026-08-31T14:15:53.259Z | |
| 3934 | 2026-08-31T14:15:53.259Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376) |
| 3935 | 2026-08-31T14:15:53.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3936 | 2026-08-31T14:15:53.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3937 | 2026-08-31T14:15:53.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3938 | 2026-08-31T14:15:53.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3939 | 2026-08-31T14:15:53.830Z | |
| 3940 | 2026-08-31T14:15:53.830Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376) |
| 3941 | 2026-08-31T14:15:54.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-08-31T14:15:54.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-08-31T14:15:54.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-08-31T14:15:54.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3945 | 2026-08-31T14:15:54.404Z | |
| 3946 | 2026-08-31T14:15:54.404Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376) |
| 3947 | 2026-08-31T14:15:54.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-08-31T14:15:54.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-08-31T14:15:54.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-08-31T14:15:54.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3951 | 2026-08-31T14:15:54.976Z | |
| 3952 | 2026-08-31T14:15:54.976Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376) |
| 3953 | 2026-08-31T14:15:55.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-08-31T14:15:55.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-08-31T14:15:55.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-08-31T14:15:55.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3957 | 2026-08-31T14:15:55.547Z | |
| 3958 | 2026-08-31T14:15:55.547Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376) |
| 3959 | 2026-08-31T14:15:56.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-08-31T14:15:56.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-08-31T14:15:56.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-08-31T14:15:56.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3963 | 2026-08-31T14:15:56.122Z | |
| 3964 | 2026-08-31T14:15:56.122Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376) |
| 3965 | 2026-08-31T14:15:56.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-08-31T14:15:56.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-08-31T14:15:56.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-08-31T14:15:56.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3969 | 2026-08-31T14:15:56.712Z | |
| 3970 | 2026-08-31T14:15:56.712Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376) |
| 3971 | 2026-08-31T14:15:57.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-08-31T14:15:57.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-08-31T14:15:57.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-08-31T14:15:57.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3975 | 2026-08-31T14:15:57.298Z | |
| 3976 | 2026-08-31T14:15:57.298Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376) |
| 3977 | 2026-08-31T14:15:57.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-08-31T14:15:57.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-08-31T14:15:57.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-08-31T14:15:57.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3981 | 2026-08-31T14:15:57.887Z | |
| 3982 | 2026-08-31T14:15:57.888Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376) |
| 3983 | 2026-08-31T14:15:58.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-08-31T14:15:58.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-08-31T14:15:58.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3986 | 2026-08-31T14:15:58.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3987 | 2026-08-31T14:15:58.478Z | |
| 3988 | 2026-08-31T14:15:58.478Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376) |
| 3989 | 2026-08-31T14:15:58.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3990 | 2026-08-31T14:15:58.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3991 | 2026-08-31T14:15:58.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3992 | 2026-08-31T14:15:58.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3993 | 2026-08-31T14:15:59.071Z | |
| 3994 | 2026-08-31T14:15:59.071Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376) |
| 3995 | 2026-08-31T14:15:59.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-08-31T14:15:59.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-08-31T14:15:59.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3998 | 2026-08-31T14:15:59.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3999 | 2026-08-31T14:15:59.658Z | |
| 4000 | 2026-08-31T14:15:59.658Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376) |
| 4001 | 2026-08-31T14:16:00.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-08-31T14:16:00.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-08-31T14:16:00.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-08-31T14:16:00.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4005 | 2026-08-31T14:16:00.252Z | |
| 4006 | 2026-08-31T14:16:00.252Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376) |
| 4007 | 2026-08-31T14:16:00.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-08-31T14:16:00.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-08-31T14:16:00.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4010 | 2026-08-31T14:16:00.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4011 | 2026-08-31T14:16:00.840Z | |
| 4012 | 2026-08-31T14:16:00.841Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376) |
| 4013 | 2026-08-31T14:16:01.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4014 | 2026-08-31T14:16:01.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4015 | 2026-08-31T14:16:01.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4016 | 2026-08-31T14:16:01.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4017 | 2026-08-31T14:16:01.431Z | |
| 4018 | 2026-08-31T14:16:01.431Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376) |
| 4019 | 2026-08-31T14:16:01.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4020 | 2026-08-31T14:16:01.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4021 | 2026-08-31T14:16:01.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4022 | 2026-08-31T14:16:01.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4023 | 2026-08-31T14:16:02.021Z | |
| 4024 | 2026-08-31T14:16:02.021Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376) |
| 4025 | 2026-08-31T14:16:02.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4026 | 2026-08-31T14:16:02.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4027 | 2026-08-31T14:16:02.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4028 | 2026-08-31T14:16:02.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4029 | 2026-08-31T14:16:02.609Z | |
| 4030 | 2026-08-31T14:16:02.609Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376) |
| 4031 | 2026-08-31T14:16:03.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-08-31T14:16:03.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-08-31T14:16:03.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4034 | 2026-08-31T14:16:03.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4035 | 2026-08-31T14:16:03.201Z | |
| 4036 | 2026-08-31T14:16:03.201Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376) |
| 4037 | 2026-08-31T14:16:03.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-08-31T14:16:03.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-08-31T14:16:03.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-08-31T14:16:03.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4041 | 2026-08-31T14:16:03.791Z | |
| 4042 | 2026-08-31T14:16:03.791Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376) |
| 4043 | 2026-08-31T14:16:04.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-08-31T14:16:04.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-08-31T14:16:04.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-08-31T14:16:04.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4047 | 2026-08-31T14:16:04.377Z | |
| 4048 | 2026-08-31T14:16:04.377Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376) |
| 4049 | 2026-08-31T14:16:04.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-08-31T14:16:04.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-08-31T14:16:04.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4052 | 2026-08-31T14:16:04.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4053 | 2026-08-31T14:16:04.963Z | |
| 4054 | 2026-08-31T14:16:04.963Z | info: running `cargo check --bins` on oximeter-producer (235/376) |
| 4055 | 2026-08-31T14:16:05.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-08-31T14:16:05.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-08-31T14:16:05.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4058 | 2026-08-31T14:16:05.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4059 | 2026-08-31T14:16:05.569Z | |
| 4060 | 2026-08-31T14:16:05.570Z | info: running `cargo check --bins` on internal-dns-resolver (236/376) |
| 4061 | 2026-08-31T14:16:06.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4062 | 2026-08-31T14:16:06.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4063 | 2026-08-31T14:16:06.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4064 | 2026-08-31T14:16:06.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4065 | 2026-08-31T14:16:06.140Z | |
| 4066 | 2026-08-31T14:16:06.140Z | info: running `cargo check --bins` on dns-server (237/376) |
| 4067 | 2026-08-31T14:16:06.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4068 | 2026-08-31T14:16:06.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4069 | 2026-08-31T14:16:06.785Z | Compiling parking_lot_core v0.8.6 |
| 4070 | 2026-08-31T14:16:06.893Z | Compiling git-stub v1.0.0 |
| 4071 | 2026-08-31T14:16:06.903Z | Checking prefix-trie v0.7.0 |
| 4072 | 2026-08-31T14:16:06.910Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4073 | 2026-08-31T14:16:07.020Z | Compiling git-stub-vcs v0.1.0 |
| 4074 | 2026-08-31T14:16:07.180Z | Checking hickory-server v0.25.2 |
| 4075 | 2026-08-31T14:16:07.273Z | Checking parking_lot v0.11.2 |
| 4076 | 2026-08-31T14:16:07.313Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4077 | 2026-08-31T14:16:07.435Z | Checking sled v0.34.7 |
| 4078 | 2026-08-31T14:16:09.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4079 | 2026-08-31T14:16:09.510Z | |
| 4080 | 2026-08-31T14:16:09.510Z | info: running `cargo check --bins` on dns-server-api (238/376) |
| 4081 | 2026-08-31T14:16:09.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-08-31T14:16:09.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-08-31T14:16:09.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-08-31T14:16:09.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4085 | 2026-08-31T14:16:10.066Z | |
| 4086 | 2026-08-31T14:16:10.066Z | info: running `cargo check --bins` on nexus-client (239/376) |
| 4087 | 2026-08-31T14:16:10.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-08-31T14:16:10.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-08-31T14:16:10.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-08-31T14:16:10.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4091 | 2026-08-31T14:16:10.667Z | |
| 4092 | 2026-08-31T14:16:10.667Z | info: running `cargo check --bins` on oximeter-producer-api (240/376) |
| 4093 | 2026-08-31T14:16:11.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-08-31T14:16:11.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-08-31T14:16:11.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-08-31T14:16:11.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4097 | 2026-08-31T14:16:11.237Z | |
| 4098 | 2026-08-31T14:16:11.237Z | info: running `cargo check --bins` on sp-sim (241/376) |
| 4099 | 2026-08-31T14:16:11.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-08-31T14:16:11.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-08-31T14:16:11.941Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4102 | 2026-08-31T14:16:12.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 4103 | 2026-08-31T14:16:12.633Z | |
| 4104 | 2026-08-31T14:16:12.633Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376) |
| 4105 | 2026-08-31T14:16:13.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-08-31T14:16:13.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-08-31T14:16:13.441Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4108 | 2026-08-31T14:16:13.569Z | Compiling hashbrown v0.14.5 |
| 4109 | 2026-08-31T14:16:13.569Z | Compiling rfc6979 v0.4.0 |
| 4110 | 2026-08-31T14:16:13.584Z | Compiling salty v0.3.0 |
| 4111 | 2026-08-31T14:16:13.596Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4112 | 2026-08-31T14:16:13.606Z | Compiling primeorder v0.13.6 |
| 4113 | 2026-08-31T14:16:13.619Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4114 | 2026-08-31T14:16:13.684Z | Compiling ecdsa v0.16.9 |
| 4115 | 2026-08-31T14:16:13.745Z | Compiling sha1 v0.10.6 |
| 4116 | 2026-08-31T14:16:13.851Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4117 | 2026-08-31T14:16:13.925Z | Compiling proc-macro-error2 v2.0.1 |
| 4118 | 2026-08-31T14:16:14.028Z | Compiling p384 v0.13.1 |
| 4119 | 2026-08-31T14:16:14.053Z | Compiling chumsky v0.9.3 |
| 4120 | 2026-08-31T14:16:14.066Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4121 | 2026-08-31T14:16:14.096Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4122 | 2026-08-31T14:16:14.223Z | Compiling knus-derive v3.4.0 |
| 4123 | 2026-08-31T14:16:14.260Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4124 | 2026-08-31T14:16:14.298Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4125 | 2026-08-31T14:16:14.361Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4126 | 2026-08-31T14:16:14.515Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4127 | 2026-08-31T14:16:14.566Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4128 | 2026-08-31T14:16:14.710Z | Checking corncobs v0.1.4 |
| 4129 | 2026-08-31T14:16:14.756Z | Checking libscf-sys v1.2.0 |
| 4130 | 2026-08-31T14:16:14.756Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4131 | 2026-08-31T14:16:14.783Z | Checking secrecy v0.8.0 |
| 4132 | 2026-08-31T14:16:14.798Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4133 | 2026-08-31T14:16:14.829Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4134 | 2026-08-31T14:16:14.893Z | Checking papergrid v0.18.0 |
| 4135 | 2026-08-31T14:16:14.907Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4136 | 2026-08-31T14:16:14.925Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4137 | 2026-08-31T14:16:15.075Z | Compiling unicase v2.9.0 |
| 4138 | 2026-08-31T14:16:15.127Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4139 | 2026-08-31T14:16:15.162Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4140 | 2026-08-31T14:16:15.235Z | Checking itertools v0.15.0 |
| 4141 | 2026-08-31T14:16:15.271Z | Compiling mime_guess v2.0.5 |
| 4142 | 2026-08-31T14:16:15.360Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4143 | 2026-08-31T14:16:15.403Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4144 | 2026-08-31T14:16:15.627Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4145 | 2026-08-31T14:16:15.657Z | Compiling knus v3.4.0 |
| 4146 | 2026-08-31T14:16:15.657Z | Checking tabled v0.21.0 |
| 4147 | 2026-08-31T14:16:15.686Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4148 | 2026-08-31T14:16:15.967Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4149 | 2026-08-31T14:16:15.981Z | Checking http-range v0.1.5 |
| 4150 | 2026-08-31T14:16:16.102Z | Checking crc8 v0.1.1 |
| 4151 | 2026-08-31T14:16:16.297Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4152 | 2026-08-31T14:16:16.325Z | Checking scuffle v0.1.0 |
| 4153 | 2026-08-31T14:16:16.355Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4154 | 2026-08-31T14:16:16.476Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4155 | 2026-08-31T14:16:16.521Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4156 | 2026-08-31T14:16:16.536Z | Checking nanorand v0.7.0 |
| 4157 | 2026-08-31T14:16:16.549Z | Checking hyper-staticfile v0.10.1 |
| 4158 | 2026-08-31T14:16:16.744Z | Checking flume v0.11.1 |
| 4159 | 2026-08-31T14:16:16.853Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4160 | 2026-08-31T14:16:16.894Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4161 | 2026-08-31T14:16:16.921Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4162 | 2026-08-31T14:16:16.990Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4163 | 2026-08-31T14:16:17.024Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4164 | 2026-08-31T14:16:17.245Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4165 | 2026-08-31T14:16:17.264Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4166 | 2026-08-31T14:16:17.267Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4167 | 2026-08-31T14:16:17.415Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4168 | 2026-08-31T14:16:17.570Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4169 | 2026-08-31T14:16:17.770Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4170 | 2026-08-31T14:16:17.867Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4171 | 2026-08-31T14:16:18.383Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4172 | 2026-08-31T14:16:19.200Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4173 | 2026-08-31T14:16:21.104Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4174 | 2026-08-31T14:16:22.144Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4175 | 2026-08-31T14:16:22.696Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4176 | 2026-08-31T14:16:22.696Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4177 | 2026-08-31T14:16:23.298Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4178 | 2026-08-31T14:16:34.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.72s |
| 4179 | 2026-08-31T14:16:34.363Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4180 | 2026-08-31T14:16:34.363Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4181 | 2026-08-31T14:16:34.560Z | |
| 4182 | 2026-08-31T14:16:34.561Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376) |
| 4183 | 2026-08-31T14:16:35.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4184 | 2026-08-31T14:16:35.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4185 | 2026-08-31T14:16:35.327Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4186 | 2026-08-31T14:16:45.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s |
| 4187 | 2026-08-31T14:16:45.604Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4188 | 2026-08-31T14:16:45.604Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4189 | 2026-08-31T14:16:45.783Z | |
| 4190 | 2026-08-31T14:16:45.784Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376) |
| 4191 | 2026-08-31T14:16:46.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4192 | 2026-08-31T14:16:46.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4193 | 2026-08-31T14:16:46.544Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4194 | 2026-08-31T14:16:56.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s |
| 4195 | 2026-08-31T14:16:56.750Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4196 | 2026-08-31T14:16:56.750Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4197 | 2026-08-31T14:16:56.949Z | |
| 4198 | 2026-08-31T14:16:56.949Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376) |
| 4199 | 2026-08-31T14:16:57.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4200 | 2026-08-31T14:16:57.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4201 | 2026-08-31T14:16:57.710Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4202 | 2026-08-31T14:17:07.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s |
| 4203 | 2026-08-31T14:17:07.947Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4204 | 2026-08-31T14:17:07.947Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4205 | 2026-08-31T14:17:08.141Z | |
| 4206 | 2026-08-31T14:17:08.141Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376) |
| 4207 | 2026-08-31T14:17:08.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4208 | 2026-08-31T14:17:08.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4209 | 2026-08-31T14:17:08.894Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4210 | 2026-08-31T14:17:19.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s |
| 4211 | 2026-08-31T14:17:19.055Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4212 | 2026-08-31T14:17:19.055Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4213 | 2026-08-31T14:17:19.250Z | |
| 4214 | 2026-08-31T14:17:19.250Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376) |
| 4215 | 2026-08-31T14:17:19.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4216 | 2026-08-31T14:17:19.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4217 | 2026-08-31T14:17:20.009Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4218 | 2026-08-31T14:17:30.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s |
| 4219 | 2026-08-31T14:17:30.167Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4220 | 2026-08-31T14:17:30.167Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4221 | 2026-08-31T14:17:30.368Z | |
| 4222 | 2026-08-31T14:17:30.368Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376) |
| 4223 | 2026-08-31T14:17:30.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-08-31T14:17:30.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-08-31T14:17:31.137Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4226 | 2026-08-31T14:17:41.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s |
| 4227 | 2026-08-31T14:17:41.308Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4228 | 2026-08-31T14:17:41.308Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4229 | 2026-08-31T14:17:41.502Z | |
| 4230 | 2026-08-31T14:17:41.502Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376) |
| 4231 | 2026-08-31T14:17:42.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4232 | 2026-08-31T14:17:42.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4233 | 2026-08-31T14:17:42.263Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4234 | 2026-08-31T14:17:52.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s |
| 4235 | 2026-08-31T14:17:52.499Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4236 | 2026-08-31T14:17:52.499Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4237 | 2026-08-31T14:17:52.691Z | |
| 4238 | 2026-08-31T14:17:52.691Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376) |
| 4239 | 2026-08-31T14:17:53.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-08-31T14:17:53.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-08-31T14:17:53.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4242 | 2026-08-31T14:17:53.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4243 | 2026-08-31T14:17:53.263Z | |
| 4244 | 2026-08-31T14:17:53.263Z | info: running `cargo check --bins` on installinator-common (251/376) |
| 4245 | 2026-08-31T14:17:53.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4246 | 2026-08-31T14:17:53.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4247 | 2026-08-31T14:17:53.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4248 | 2026-08-31T14:17:53.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4249 | 2026-08-31T14:17:53.841Z | |
| 4250 | 2026-08-31T14:17:53.841Z | info: running `cargo check --bins` on installinator-common-versions (252/376) |
| 4251 | 2026-08-31T14:17:54.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4252 | 2026-08-31T14:17:54.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4253 | 2026-08-31T14:17:54.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4254 | 2026-08-31T14:17:54.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4255 | 2026-08-31T14:17:54.393Z | |
| 4256 | 2026-08-31T14:17:54.393Z | info: running `cargo check --bins` on nexus-lockstep-client (253/376) |
| 4257 | 2026-08-31T14:17:54.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4258 | 2026-08-31T14:17:54.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4259 | 2026-08-31T14:17:54.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4260 | 2026-08-31T14:17:54.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4261 | 2026-08-31T14:17:54.990Z | |
| 4262 | 2026-08-31T14:17:54.991Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/376) |
| 4263 | 2026-08-31T14:17:55.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4264 | 2026-08-31T14:17:55.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4265 | 2026-08-31T14:17:55.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4266 | 2026-08-31T14:17:55.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4267 | 2026-08-31T14:17:55.552Z | |
| 4268 | 2026-08-31T14:17:55.552Z | info: running `cargo check --bins` on range-requests (255/376) |
| 4269 | 2026-08-31T14:17:56.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4270 | 2026-08-31T14:17:56.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4271 | 2026-08-31T14:17:56.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4272 | 2026-08-31T14:17:56.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4273 | 2026-08-31T14:17:56.107Z | |
| 4274 | 2026-08-31T14:17:56.107Z | info: running `cargo check --bins` on repo-depot-api (256/376) |
| 4275 | 2026-08-31T14:17:56.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4276 | 2026-08-31T14:17:56.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4277 | 2026-08-31T14:17:56.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4278 | 2026-08-31T14:17:56.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4279 | 2026-08-31T14:17:56.662Z | |
| 4280 | 2026-08-31T14:17:56.662Z | info: running `cargo check --bins` on repo-depot-client (257/376) |
| 4281 | 2026-08-31T14:17:57.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4282 | 2026-08-31T14:17:57.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4283 | 2026-08-31T14:17:57.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4284 | 2026-08-31T14:17:57.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4285 | 2026-08-31T14:17:57.216Z | |
| 4286 | 2026-08-31T14:17:57.216Z | info: running `cargo check --bins` on sled-agent-api (258/376) |
| 4287 | 2026-08-31T14:17:57.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4288 | 2026-08-31T14:17:57.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4289 | 2026-08-31T14:17:57.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4290 | 2026-08-31T14:17:57.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4291 | 2026-08-31T14:17:57.798Z | |
| 4292 | 2026-08-31T14:17:57.798Z | info: running `cargo check --bins` on sled-diagnostics (259/376) |
| 4293 | 2026-08-31T14:17:58.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4294 | 2026-08-31T14:17:58.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4295 | 2026-08-31T14:17:58.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4296 | 2026-08-31T14:17:58.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4297 | 2026-08-31T14:17:58.381Z | |
| 4298 | 2026-08-31T14:17:58.381Z | info: running `cargo check --bins` on zfs-test-harness (260/376) |
| 4299 | 2026-08-31T14:17:58.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4300 | 2026-08-31T14:17:58.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4301 | 2026-08-31T14:17:58.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4302 | 2026-08-31T14:17:58.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4303 | 2026-08-31T14:17:58.965Z | |
| 4304 | 2026-08-31T14:17:58.965Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/376) |
| 4305 | 2026-08-31T14:17:59.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4306 | 2026-08-31T14:17:59.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4307 | 2026-08-31T14:17:59.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4308 | 2026-08-31T14:17:59.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4309 | 2026-08-31T14:17:59.558Z | |
| 4310 | 2026-08-31T14:17:59.558Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376) |
| 4311 | 2026-08-31T14:18:00.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4312 | 2026-08-31T14:18:00.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4313 | 2026-08-31T14:18:00.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4314 | 2026-08-31T14:18:00.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4315 | 2026-08-31T14:18:00.144Z | |
| 4316 | 2026-08-31T14:18:00.144Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376) |
| 4317 | 2026-08-31T14:18:00.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4318 | 2026-08-31T14:18:00.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4319 | 2026-08-31T14:18:00.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4320 | 2026-08-31T14:18:00.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4321 | 2026-08-31T14:18:00.739Z | |
| 4322 | 2026-08-31T14:18:00.739Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376) |
| 4323 | 2026-08-31T14:18:01.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4324 | 2026-08-31T14:18:01.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4325 | 2026-08-31T14:18:01.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4326 | 2026-08-31T14:18:01.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4327 | 2026-08-31T14:18:01.327Z | |
| 4328 | 2026-08-31T14:18:01.327Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376) |
| 4329 | 2026-08-31T14:18:01.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4330 | 2026-08-31T14:18:01.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4331 | 2026-08-31T14:18:01.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4332 | 2026-08-31T14:18:01.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4333 | 2026-08-31T14:18:01.916Z | |
| 4334 | 2026-08-31T14:18:01.916Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/376) |
| 4335 | 2026-08-31T14:18:02.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4336 | 2026-08-31T14:18:02.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4337 | 2026-08-31T14:18:02.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4338 | 2026-08-31T14:18:02.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4339 | 2026-08-31T14:18:02.491Z | |
| 4340 | 2026-08-31T14:18:02.492Z | info: running `cargo check --bins` on trust-quorum (267/376) |
| 4341 | 2026-08-31T14:18:02.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4342 | 2026-08-31T14:18:03.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4343 | 2026-08-31T14:18:03.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4344 | 2026-08-31T14:18:03.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4345 | 2026-08-31T14:18:03.079Z | |
| 4346 | 2026-08-31T14:18:03.079Z | info: running `cargo check --bins` on sled-agent-health-monitor (268/376) |
| 4347 | 2026-08-31T14:18:03.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4348 | 2026-08-31T14:18:03.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4349 | 2026-08-31T14:18:03.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4350 | 2026-08-31T14:18:03.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4351 | 2026-08-31T14:18:03.661Z | |
| 4352 | 2026-08-31T14:18:03.661Z | info: running `cargo check --bins` on sled-agent-multirack-join (269/376) |
| 4353 | 2026-08-31T14:18:04.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4354 | 2026-08-31T14:18:04.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4355 | 2026-08-31T14:18:04.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4356 | 2026-08-31T14:18:04.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4357 | 2026-08-31T14:18:04.280Z | |
| 4358 | 2026-08-31T14:18:04.280Z | info: running `cargo check --bins` on sled-agent-rack-setup (270/376) |
| 4359 | 2026-08-31T14:18:04.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4360 | 2026-08-31T14:18:04.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4361 | 2026-08-31T14:18:04.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4362 | 2026-08-31T14:18:04.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4363 | 2026-08-31T14:18:04.879Z | |
| 4364 | 2026-08-31T14:18:04.879Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376) |
| 4365 | 2026-08-31T14:18:05.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-08-31T14:18:05.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-08-31T14:18:05.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4368 | 2026-08-31T14:18:05.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4369 | 2026-08-31T14:18:05.479Z | |
| 4370 | 2026-08-31T14:18:05.479Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (272/376) |
| 4371 | 2026-08-31T14:18:05.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-08-31T14:18:05.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-08-31T14:18:05.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4374 | 2026-08-31T14:18:06.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4375 | 2026-08-31T14:18:06.093Z | |
| 4376 | 2026-08-31T14:18:06.093Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376) |
| 4377 | 2026-08-31T14:18:06.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4378 | 2026-08-31T14:18:06.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4379 | 2026-08-31T14:18:06.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4380 | 2026-08-31T14:18:06.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4381 | 2026-08-31T14:18:06.706Z | |
| 4382 | 2026-08-31T14:18:06.706Z | info: running `cargo check --bins` on omicron-deployment-graph (274/376) |
| 4383 | 2026-08-31T14:18:07.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4384 | 2026-08-31T14:18:07.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4385 | 2026-08-31T14:18:07.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4386 | 2026-08-31T14:18:07.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4387 | 2026-08-31T14:18:07.255Z | |
| 4388 | 2026-08-31T14:18:07.255Z | info: running `cargo check --bins` on transient-dns-server (275/376) |
| 4389 | 2026-08-31T14:18:07.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4390 | 2026-08-31T14:18:07.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4391 | 2026-08-31T14:18:07.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4392 | 2026-08-31T14:18:07.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4393 | 2026-08-31T14:18:07.841Z | |
| 4394 | 2026-08-31T14:18:07.841Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376) |
| 4395 | 2026-08-31T14:18:08.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4396 | 2026-08-31T14:18:08.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4397 | 2026-08-31T14:18:08.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4398 | 2026-08-31T14:18:08.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4399 | 2026-08-31T14:18:08.408Z | |
| 4400 | 2026-08-31T14:18:08.408Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376) |
| 4401 | 2026-08-31T14:18:08.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-08-31T14:18:08.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-08-31T14:18:08.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-08-31T14:18:08.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4405 | 2026-08-31T14:18:08.985Z | |
| 4406 | 2026-08-31T14:18:08.985Z | info: running `cargo check --bins` on omicron-rpaths (278/376) |
| 4407 | 2026-08-31T14:18:09.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-08-31T14:18:09.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-08-31T14:18:09.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4410 | 2026-08-31T14:18:09.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4411 | 2026-08-31T14:18:09.541Z | |
| 4412 | 2026-08-31T14:18:09.541Z | info: running `cargo check --bins` on omicron-repl-utils (279/376) |
| 4413 | 2026-08-31T14:18:09.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-08-31T14:18:10.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-08-31T14:18:10.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4416 | 2026-08-31T14:18:10.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4417 | 2026-08-31T14:18:10.094Z | |
| 4418 | 2026-08-31T14:18:10.094Z | info: running `cargo check --bins` on omicron-clickhouse-admin (280/376) |
| 4419 | 2026-08-31T14:18:10.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4420 | 2026-08-31T14:18:10.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4421 | 2026-08-31T14:18:10.775Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4422 | 2026-08-31T14:18:11.181Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4423 | 2026-08-31T14:18:12.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
| 4424 | 2026-08-31T14:18:12.545Z | |
| 4425 | 2026-08-31T14:18:12.545Z | info: running `cargo check --bins` on clickhouse-admin-api (281/376) |
| 4426 | 2026-08-31T14:18:13.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4427 | 2026-08-31T14:18:13.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4428 | 2026-08-31T14:18:13.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4429 | 2026-08-31T14:18:13.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4430 | 2026-08-31T14:18:13.106Z | |
| 4431 | 2026-08-31T14:18:13.106Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (282/376) |
| 4432 | 2026-08-31T14:18:13.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4433 | 2026-08-31T14:18:13.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4434 | 2026-08-31T14:18:13.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4435 | 2026-08-31T14:18:13.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4436 | 2026-08-31T14:18:13.672Z | |
| 4437 | 2026-08-31T14:18:13.672Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376) |
| 4438 | 2026-08-31T14:18:14.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4439 | 2026-08-31T14:18:14.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4440 | 2026-08-31T14:18:14.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4441 | 2026-08-31T14:18:14.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4442 | 2026-08-31T14:18:14.256Z | |
| 4443 | 2026-08-31T14:18:14.256Z | info: running `cargo check --bins` on clickhouse-admin-single-client (284/376) |
| 4444 | 2026-08-31T14:18:14.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4445 | 2026-08-31T14:18:14.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4446 | 2026-08-31T14:18:14.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4447 | 2026-08-31T14:18:14.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4448 | 2026-08-31T14:18:14.811Z | |
| 4449 | 2026-08-31T14:18:14.811Z | info: running `cargo check --bins` on installinator-client (285/376) |
| 4450 | 2026-08-31T14:18:15.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4451 | 2026-08-31T14:18:15.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4452 | 2026-08-31T14:18:15.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4453 | 2026-08-31T14:18:15.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4454 | 2026-08-31T14:18:15.360Z | |
| 4455 | 2026-08-31T14:18:15.360Z | info: running `cargo check --bins` on oxide-client (286/376) |
| 4456 | 2026-08-31T14:18:15.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4457 | 2026-08-31T14:18:15.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4458 | 2026-08-31T14:18:15.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4459 | 2026-08-31T14:18:15.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4460 | 2026-08-31T14:18:15.911Z | |
| 4461 | 2026-08-31T14:18:15.911Z | info: running `cargo check --bins` on oximeter-client (287/376) |
| 4462 | 2026-08-31T14:18:16.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4463 | 2026-08-31T14:18:16.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4464 | 2026-08-31T14:18:16.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4465 | 2026-08-31T14:18:16.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4466 | 2026-08-31T14:18:16.476Z | |
| 4467 | 2026-08-31T14:18:16.476Z | info: running `cargo check --bins` on wicketd-client (288/376) |
| 4468 | 2026-08-31T14:18:16.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4469 | 2026-08-31T14:18:16.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4470 | 2026-08-31T14:18:16.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4471 | 2026-08-31T14:18:16.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4472 | 2026-08-31T14:18:17.066Z | |
| 4473 | 2026-08-31T14:18:17.066Z | info: running `cargo check --bins` on wicket-common (289/376) |
| 4474 | 2026-08-31T14:18:17.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-08-31T14:18:17.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-08-31T14:18:17.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-08-31T14:18:17.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4478 | 2026-08-31T14:18:17.644Z | |
| 4479 | 2026-08-31T14:18:17.644Z | info: running `cargo check --bins` on wicketd-commission-client (290/376) |
| 4480 | 2026-08-31T14:18:18.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-08-31T14:18:18.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-08-31T14:18:18.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4483 | 2026-08-31T14:18:18.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4484 | 2026-08-31T14:18:18.216Z | |
| 4485 | 2026-08-31T14:18:18.216Z | info: running `cargo check --bins` on omicron-cockroach-admin (291/376) |
| 4486 | 2026-08-31T14:18:18.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4487 | 2026-08-31T14:18:18.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4488 | 2026-08-31T14:18:18.883Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4489 | 2026-08-31T14:18:18.887Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4490 | 2026-08-31T14:18:20.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
| 4491 | 2026-08-31T14:18:20.224Z | |
| 4492 | 2026-08-31T14:18:20.225Z | info: running `cargo check --bins` on cockroach-admin-api (292/376) |
| 4493 | 2026-08-31T14:18:20.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4494 | 2026-08-31T14:18:20.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4495 | 2026-08-31T14:18:20.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4496 | 2026-08-31T14:18:20.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4497 | 2026-08-31T14:18:20.786Z | |
| 4498 | 2026-08-31T14:18:20.786Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376) |
| 4499 | 2026-08-31T14:18:21.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4500 | 2026-08-31T14:18:21.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4501 | 2026-08-31T14:18:21.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4502 | 2026-08-31T14:18:21.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4503 | 2026-08-31T14:18:21.436Z | |
| 4504 | 2026-08-31T14:18:21.436Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376) |
| 4505 | 2026-08-31T14:18:21.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4506 | 2026-08-31T14:18:21.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4507 | 2026-08-31T14:18:21.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4508 | 2026-08-31T14:18:21.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4509 | 2026-08-31T14:18:22.093Z | |
| 4510 | 2026-08-31T14:18:22.093Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376) |
| 4511 | 2026-08-31T14:18:22.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4512 | 2026-08-31T14:18:22.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4513 | 2026-08-31T14:18:22.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4514 | 2026-08-31T14:18:22.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4515 | 2026-08-31T14:18:22.715Z | |
| 4516 | 2026-08-31T14:18:22.715Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376) |
| 4517 | 2026-08-31T14:18:23.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-08-31T14:18:23.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-08-31T14:18:23.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4520 | 2026-08-31T14:18:23.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4521 | 2026-08-31T14:18:23.341Z | |
| 4522 | 2026-08-31T14:18:23.341Z | info: running `cargo check --bins` on db-macros (297/376) |
| 4523 | 2026-08-31T14:18:23.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-08-31T14:18:23.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-08-31T14:18:23.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4526 | 2026-08-31T14:18:23.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4527 | 2026-08-31T14:18:23.897Z | |
| 4528 | 2026-08-31T14:18:23.898Z | info: running `cargo check --bins` on nexus-macros-common (298/376) |
| 4529 | 2026-08-31T14:18:24.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-08-31T14:18:24.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-08-31T14:18:24.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4532 | 2026-08-31T14:18:24.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4533 | 2026-08-31T14:18:24.449Z | |
| 4534 | 2026-08-31T14:18:24.449Z | info: running `cargo check --bins` on nexus-auth (299/376) |
| 4535 | 2026-08-31T14:18:24.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4536 | 2026-08-31T14:18:24.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4537 | 2026-08-31T14:18:24.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4538 | 2026-08-31T14:18:24.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4539 | 2026-08-31T14:18:25.067Z | |
| 4540 | 2026-08-31T14:18:25.067Z | info: running `cargo check --bins` on authz-macros (300/376) |
| 4541 | 2026-08-31T14:18:25.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4542 | 2026-08-31T14:18:25.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4543 | 2026-08-31T14:18:25.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4544 | 2026-08-31T14:18:25.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4545 | 2026-08-31T14:18:25.620Z | |
| 4546 | 2026-08-31T14:18:25.620Z | info: running `cargo check --bins` on nexus-db-fixed-data (301/376) |
| 4547 | 2026-08-31T14:18:26.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4548 | 2026-08-31T14:18:26.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4549 | 2026-08-31T14:18:26.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4550 | 2026-08-31T14:18:26.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4551 | 2026-08-31T14:18:26.237Z | |
| 4552 | 2026-08-31T14:18:26.237Z | info: running `cargo check --bins` on nexus-db-model (302/376) |
| 4553 | 2026-08-31T14:18:26.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4554 | 2026-08-31T14:18:26.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4555 | 2026-08-31T14:18:26.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4556 | 2026-08-31T14:18:26.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4557 | 2026-08-31T14:18:26.846Z | |
| 4558 | 2026-08-31T14:18:26.846Z | info: running `cargo check --bins` on nexus-db-schema (303/376) |
| 4559 | 2026-08-31T14:18:27.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4560 | 2026-08-31T14:18:27.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4561 | 2026-08-31T14:18:27.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4562 | 2026-08-31T14:18:27.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4563 | 2026-08-31T14:18:27.398Z | |
| 4564 | 2026-08-31T14:18:27.398Z | info: running `cargo check --bins` on nexus-defaults (304/376) |
| 4565 | 2026-08-31T14:18:27.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4566 | 2026-08-31T14:18:27.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4567 | 2026-08-31T14:18:27.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4568 | 2026-08-31T14:18:27.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4569 | 2026-08-31T14:18:27.966Z | |
| 4570 | 2026-08-31T14:18:27.966Z | info: running `cargo check --bins` on omicron-git-version (305/376) |
| 4571 | 2026-08-31T14:18:28.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4572 | 2026-08-31T14:18:28.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4573 | 2026-08-31T14:18:28.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4574 | 2026-08-31T14:18:28.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4575 | 2026-08-31T14:18:28.518Z | |
| 4576 | 2026-08-31T14:18:28.518Z | info: running `cargo check --bins` on nexus-db-errors (306/376) |
| 4577 | 2026-08-31T14:18:29.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4578 | 2026-08-31T14:18:29.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4579 | 2026-08-31T14:18:29.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4580 | 2026-08-31T14:18:29.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4581 | 2026-08-31T14:18:29.138Z | |
| 4582 | 2026-08-31T14:18:29.138Z | info: running `cargo check --bins` on nexus-db-lookup (307/376) |
| 4583 | 2026-08-31T14:18:29.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-08-31T14:18:29.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-08-31T14:18:29.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-08-31T14:18:29.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4587 | 2026-08-31T14:18:29.757Z | |
| 4588 | 2026-08-31T14:18:29.757Z | info: running `cargo check --bins` on nexus-test-interface (308/376) |
| 4589 | 2026-08-31T14:18:30.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-08-31T14:18:30.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-08-31T14:18:30.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-08-31T14:18:30.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4593 | 2026-08-31T14:18:30.379Z | |
| 4594 | 2026-08-31T14:18:30.379Z | info: running `cargo check --bins` on oximeter-collector (309/376) |
| 4595 | 2026-08-31T14:18:30.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-08-31T14:18:30.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-08-31T14:18:31.096Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4598 | 2026-08-31T14:18:31.096Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4599 | 2026-08-31T14:18:31.764Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4600 | 2026-08-31T14:18:33.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
| 4601 | 2026-08-31T14:18:33.622Z | |
| 4602 | 2026-08-31T14:18:33.622Z | info: running `cargo check --bins` on oximeter-api (310/376) |
| 4603 | 2026-08-31T14:18:34.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4604 | 2026-08-31T14:18:34.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4605 | 2026-08-31T14:18:34.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4606 | 2026-08-31T14:18:34.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4607 | 2026-08-31T14:18:34.180Z | |
| 4608 | 2026-08-31T14:18:34.180Z | info: running `cargo check --bins` on cert-dev (311/376) |
| 4609 | 2026-08-31T14:18:34.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4610 | 2026-08-31T14:18:34.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4611 | 2026-08-31T14:18:34.773Z | Checking yasna v0.5.2 |
| 4612 | 2026-08-31T14:18:35.169Z | Checking rcgen v0.12.1 |
| 4613 | 2026-08-31T14:18:35.417Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4614 | 2026-08-31T14:18:35.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4615 | 2026-08-31T14:18:35.749Z | |
| 4616 | 2026-08-31T14:18:35.750Z | info: running `cargo check --bins` on clickana (312/376) |
| 4617 | 2026-08-31T14:18:36.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4618 | 2026-08-31T14:18:36.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4619 | 2026-08-31T14:18:36.377Z | Compiling instability v0.3.11 |
| 4620 | 2026-08-31T14:18:36.377Z | Checking castaway v0.2.4 |
| 4621 | 2026-08-31T14:18:36.381Z | Compiling indoc v2.0.7 |
| 4622 | 2026-08-31T14:18:36.381Z | Checking unicode-truncate v1.1.0 |
| 4623 | 2026-08-31T14:18:36.496Z | Checking lru v0.12.5 |
| 4624 | 2026-08-31T14:18:36.500Z | Checking cassowary v0.3.0 |
| 4625 | 2026-08-31T14:18:36.573Z | Checking compact_str v0.8.1 |
| 4626 | 2026-08-31T14:18:37.352Z | Checking ratatui v0.29.0 |
| 4627 | 2026-08-31T14:18:38.381Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4628 | 2026-08-31T14:18:39.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 4629 | 2026-08-31T14:18:39.253Z | |
| 4630 | 2026-08-31T14:18:39.253Z | info: running `cargo check --bins` on clickhouse-cluster-dev (313/376) |
| 4631 | 2026-08-31T14:18:39.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-08-31T14:18:39.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-08-31T14:18:39.956Z | Checking headers-core v0.3.0 |
| 4634 | 2026-08-31T14:18:39.956Z | Checking port-file v0.1.0 |
| 4635 | 2026-08-31T14:18:39.959Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4636 | 2026-08-31T14:18:40.146Z | Checking headers v0.4.1 |
| 4637 | 2026-08-31T14:18:40.505Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4638 | 2026-08-31T14:18:41.457Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4639 | 2026-08-31T14:18:41.970Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4640 | 2026-08-31T14:18:42.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4641 | 2026-08-31T14:18:42.591Z | |
| 4642 | 2026-08-31T14:18:42.591Z | info: running `cargo check --bins` on ch-dev (314/376) |
| 4643 | 2026-08-31T14:18:43.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4644 | 2026-08-31T14:18:43.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4645 | 2026-08-31T14:18:43.286Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4646 | 2026-08-31T14:18:44.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4647 | 2026-08-31T14:18:44.214Z | |
| 4648 | 2026-08-31T14:18:44.214Z | info: running `cargo check --bins` on dev-tools-common (315/376) |
| 4649 | 2026-08-31T14:18:44.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4650 | 2026-08-31T14:18:44.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4651 | 2026-08-31T14:18:44.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4652 | 2026-08-31T14:18:44.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
| 4653 | 2026-08-31T14:18:44.624Z | |
| 4654 | 2026-08-31T14:18:44.624Z | info: running `cargo check --bins` on corpus-adjust (316/376) |
| 4655 | 2026-08-31T14:18:45.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4656 | 2026-08-31T14:18:45.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4657 | 2026-08-31T14:18:45.235Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4658 | 2026-08-31T14:18:45.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 4659 | 2026-08-31T14:18:45.781Z | |
| 4660 | 2026-08-31T14:18:45.781Z | info: running `cargo check --bins` on crdb-seed (317/376) |
| 4661 | 2026-08-31T14:18:46.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4662 | 2026-08-31T14:18:46.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4663 | 2026-08-31T14:18:46.474Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4664 | 2026-08-31T14:18:47.568Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4665 | 2026-08-31T14:18:47.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4666 | 2026-08-31T14:18:48.105Z | |
| 4667 | 2026-08-31T14:18:48.105Z | info: running `cargo check --bins` on db-dev (318/376) |
| 4668 | 2026-08-31T14:18:48.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4669 | 2026-08-31T14:18:48.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4670 | 2026-08-31T14:18:48.803Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4671 | 2026-08-31T14:18:49.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4672 | 2026-08-31T14:18:49.735Z | |
| 4673 | 2026-08-31T14:18:49.735Z | info: running `cargo check --bins` on omicron-dev-lib (319/376) |
| 4674 | 2026-08-31T14:18:50.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-08-31T14:18:50.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-08-31T14:18:50.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4677 | 2026-08-31T14:18:50.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4678 | 2026-08-31T14:18:50.331Z | |
| 4679 | 2026-08-31T14:18:50.331Z | info: running `cargo check --bins` on xtask-downloader (320/376) |
| 4680 | 2026-08-31T14:18:50.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4681 | 2026-08-31T14:18:50.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4682 | 2026-08-31T14:18:50.934Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4683 | 2026-08-31T14:18:51.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4684 | 2026-08-31T14:18:51.775Z | |
| 4685 | 2026-08-31T14:18:51.775Z | info: running `cargo check --bins` on omicron-dropshot-apis (321/376) |
| 4686 | 2026-08-31T14:18:52.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4687 | 2026-08-31T14:18:52.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4688 | 2026-08-31T14:18:52.500Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4689 | 2026-08-31T14:18:52.500Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4690 | 2026-08-31T14:18:52.503Z | Checking git-stub v1.0.0 |
| 4691 | 2026-08-31T14:18:52.503Z | Compiling trait-variant v0.1.2 |
| 4692 | 2026-08-31T14:18:52.503Z | Checking maplit v1.0.2 |
| 4693 | 2026-08-31T14:18:52.630Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4694 | 2026-08-31T14:18:52.638Z | Checking drift v0.2.0 |
| 4695 | 2026-08-31T14:18:52.648Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4696 | 2026-08-31T14:18:52.684Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4697 | 2026-08-31T14:18:52.780Z | Checking git-stub-vcs v0.1.0 |
| 4698 | 2026-08-31T14:18:52.826Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4699 | 2026-08-31T14:18:52.852Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4700 | 2026-08-31T14:18:52.980Z | Checking dropshot-api-manager v0.8.0 |
| 4701 | 2026-08-31T14:18:52.993Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4702 | 2026-08-31T14:18:53.010Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4703 | 2026-08-31T14:18:53.135Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4704 | 2026-08-31T14:18:53.336Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea) |
| 4705 | 2026-08-31T14:18:53.833Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4706 | 2026-08-31T14:18:54.761Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4707 | 2026-08-31T14:18:55.758Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4708 | 2026-08-31T14:18:56.540Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4709 | 2026-08-31T14:18:56.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
| 4710 | 2026-08-31T14:18:57.170Z | |
| 4711 | 2026-08-31T14:18:57.170Z | info: running `cargo check --bins` on installinator-api (322/376) |
| 4712 | 2026-08-31T14:18:57.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4713 | 2026-08-31T14:18:57.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4714 | 2026-08-31T14:18:57.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4715 | 2026-08-31T14:18:57.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4716 | 2026-08-31T14:18:57.722Z | |
| 4717 | 2026-08-31T14:18:57.722Z | info: running `cargo check --bins` on nexus-external-api (323/376) |
| 4718 | 2026-08-31T14:18:58.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4719 | 2026-08-31T14:18:58.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4720 | 2026-08-31T14:18:58.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4721 | 2026-08-31T14:18:58.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4722 | 2026-08-31T14:18:58.324Z | |
| 4723 | 2026-08-31T14:18:58.324Z | info: running `cargo check --bins` on nexus-internal-api (324/376) |
| 4724 | 2026-08-31T14:18:58.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4725 | 2026-08-31T14:18:58.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4726 | 2026-08-31T14:18:58.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4727 | 2026-08-31T14:18:58.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4728 | 2026-08-31T14:18:58.918Z | |
| 4729 | 2026-08-31T14:18:58.918Z | info: running `cargo check --bins` on nexus-lockstep-api (325/376) |
| 4730 | 2026-08-31T14:18:59.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4731 | 2026-08-31T14:18:59.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4732 | 2026-08-31T14:18:59.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4733 | 2026-08-31T14:18:59.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4734 | 2026-08-31T14:18:59.514Z | |
| 4735 | 2026-08-31T14:18:59.514Z | info: running `cargo check --bins` on ntp-admin-api (326/376) |
| 4736 | 2026-08-31T14:18:59.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4737 | 2026-08-31T14:18:59.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4738 | 2026-08-31T14:18:59.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4739 | 2026-08-31T14:18:59.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4740 | 2026-08-31T14:19:00.066Z | |
| 4741 | 2026-08-31T14:19:00.066Z | info: running `cargo check --bins` on ntp-admin-types-versions (327/376) |
| 4742 | 2026-08-31T14:19:00.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4743 | 2026-08-31T14:19:00.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4744 | 2026-08-31T14:19:00.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4745 | 2026-08-31T14:19:00.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4746 | 2026-08-31T14:19:00.611Z | |
| 4747 | 2026-08-31T14:19:00.611Z | info: running `cargo check --bins` on wicketd-api (328/376) |
| 4748 | 2026-08-31T14:19:01.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4749 | 2026-08-31T14:19:01.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4750 | 2026-08-31T14:19:01.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4751 | 2026-08-31T14:19:01.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4752 | 2026-08-31T14:19:01.185Z | |
| 4753 | 2026-08-31T14:19:01.185Z | info: running `cargo check --bins` on wicketd-commission-api (329/376) |
| 4754 | 2026-08-31T14:19:01.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4755 | 2026-08-31T14:19:01.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4756 | 2026-08-31T14:19:01.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4757 | 2026-08-31T14:19:01.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4758 | 2026-08-31T14:19:01.748Z | |
| 4759 | 2026-08-31T14:19:01.748Z | info: running `cargo check --bins` on omicron-ls-apis (330/376) |
| 4760 | 2026-08-31T14:19:02.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4761 | 2026-08-31T14:19:02.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4762 | 2026-08-31T14:19:02.345Z | Compiling blake3 v1.8.5 |
| 4763 | 2026-08-31T14:19:02.455Z | Checking arrayref v0.3.9 |
| 4764 | 2026-08-31T14:19:02.455Z | Checking constant_time_eq v0.4.2 |
| 4765 | 2026-08-31T14:19:02.460Z | Checking arrayvec v0.7.6 |
| 4766 | 2026-08-31T14:19:02.477Z | Checking cargo-platform v0.3.2 |
| 4767 | 2026-08-31T14:19:02.477Z | Checking topological-sort v0.2.2 |
| 4768 | 2026-08-31T14:19:02.480Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4769 | 2026-08-31T14:19:02.628Z | Checking cargo_metadata v0.23.1 |
| 4770 | 2026-08-31T14:19:03.206Z | Checking omicron-zone-package v0.12.3 |
| 4771 | 2026-08-31T14:19:03.917Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4772 | 2026-08-31T14:19:04.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 4773 | 2026-08-31T14:19:04.894Z | |
| 4774 | 2026-08-31T14:19:04.894Z | info: running `cargo check --bins` on mgs-dev (331/376) |
| 4775 | 2026-08-31T14:19:05.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4776 | 2026-08-31T14:19:05.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4777 | 2026-08-31T14:19:05.601Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4778 | 2026-08-31T14:19:06.222Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4779 | 2026-08-31T14:19:06.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4780 | 2026-08-31T14:19:06.916Z | |
| 4781 | 2026-08-31T14:19:06.916Z | info: running `cargo check --bins` on omicron-omdb (332/376) |
| 4782 | 2026-08-31T14:19:07.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-08-31T14:19:07.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-08-31T14:19:07.864Z | Compiling darling_core v0.21.3 |
| 4785 | 2026-08-31T14:19:07.864Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4786 | 2026-08-31T14:19:07.864Z | Compiling vergen-lib v0.1.6 |
| 4787 | 2026-08-31T14:19:07.864Z | Compiling diesel_derives v2.3.7 |
| 4788 | 2026-08-31T14:19:07.864Z | Checking scheduled-thread-pool v0.2.7 |
| 4789 | 2026-08-31T14:19:07.867Z | Compiling vergen-gitcl v1.0.8 |
| 4790 | 2026-08-31T14:19:07.867Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4791 | 2026-08-31T14:19:07.867Z | Compiling dirs-sys-next v0.1.2 |
| 4792 | 2026-08-31T14:19:08.135Z | Compiling crunchy v0.2.4 |
| 4793 | 2026-08-31T14:19:08.181Z | Compiling glob v0.3.3 |
| 4794 | 2026-08-31T14:19:08.251Z | Compiling dirs-next v2.0.0 |
| 4795 | 2026-08-31T14:19:08.255Z | Checking r2d2 v0.8.10 |
| 4796 | 2026-08-31T14:19:08.291Z | Checking downcast-rs v2.0.2 |
| 4797 | 2026-08-31T14:19:08.394Z | Compiling tiny-keccak v2.0.2 |
| 4798 | 2026-08-31T14:19:08.394Z | Compiling term v0.7.0 |
| 4799 | 2026-08-31T14:19:08.501Z | Compiling bit-vec v0.6.3 |
| 4800 | 2026-08-31T14:19:08.545Z | Compiling clang-sys v1.8.1 |
| 4801 | 2026-08-31T14:19:08.586Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4802 | 2026-08-31T14:19:08.734Z | Compiling bit-set v0.5.3 |
| 4803 | 2026-08-31T14:19:08.781Z | Compiling ascii-canvas v3.0.0 |
| 4804 | 2026-08-31T14:19:08.872Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4805 | 2026-08-31T14:19:08.912Z | Compiling itertools v0.10.5 |
| 4806 | 2026-08-31T14:19:08.929Z | Compiling ena v0.14.4 |
| 4807 | 2026-08-31T14:19:08.983Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4808 | 2026-08-31T14:19:09.013Z | Compiling libloading v0.8.9 |
| 4809 | 2026-08-31T14:19:09.030Z | Compiling diff v0.1.13 |
| 4810 | 2026-08-31T14:19:09.030Z | Compiling bindgen v0.71.1 |
| 4811 | 2026-08-31T14:19:09.131Z | Compiling regex-syntax v0.6.29 |
| 4812 | 2026-08-31T14:19:09.323Z | Compiling cexpr v0.6.0 |
| 4813 | 2026-08-31T14:19:09.418Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4814 | 2026-08-31T14:19:09.569Z | Compiling rustc-hash v2.1.1 |
| 4815 | 2026-08-31T14:19:09.606Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4816 | 2026-08-31T14:19:09.888Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4817 | 2026-08-31T14:19:09.948Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4818 | 2026-08-31T14:19:09.966Z | Compiling libxml v0.3.3 |
| 4819 | 2026-08-31T14:19:09.982Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4820 | 2026-08-31T14:19:10.161Z | Compiling strum_macros v0.24.3 |
| 4821 | 2026-08-31T14:19:10.210Z | Compiling indoc v1.0.9 |
| 4822 | 2026-08-31T14:19:10.539Z | Compiling darling_macro v0.21.3 |
| 4823 | 2026-08-31T14:19:10.650Z | Compiling lalrpop v0.19.12 |
| 4824 | 2026-08-31T14:19:11.033Z | Compiling darling v0.21.3 |
| 4825 | 2026-08-31T14:19:11.125Z | Compiling dsl_auto_type v0.2.0 |
| 4826 | 2026-08-31T14:19:11.165Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4827 | 2026-08-31T14:19:11.180Z | Checking derive_builder v0.20.2 |
| 4828 | 2026-08-31T14:19:11.292Z | Compiling oso-derive v0.27.3 |
| 4829 | 2026-08-31T14:19:11.346Z | Checking quick-xml v0.37.5 |
| 4830 | 2026-08-31T14:19:11.481Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4831 | 2026-08-31T14:19:11.821Z | Checking openssl-probe v0.1.6 |
| 4832 | 2026-08-31T14:19:11.959Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4833 | 2026-08-31T14:19:12.235Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4834 | 2026-08-31T14:19:12.422Z | Checking bb8 v0.8.6 |
| 4835 | 2026-08-31T14:19:12.710Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4836 | 2026-08-31T14:19:12.729Z | Checking nonempty v0.12.0 |
| 4837 | 2026-08-31T14:19:12.777Z | Compiling libz-sys v1.1.24 |
| 4838 | 2026-08-31T14:19:12.888Z | Compiling strsim v0.10.0 |
| 4839 | 2026-08-31T14:19:12.928Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4840 | 2026-08-31T14:19:13.063Z | Compiling darling_core v0.13.4 |
| 4841 | 2026-08-31T14:19:13.212Z | Compiling progenitor-impl v0.13.0 |
| 4842 | 2026-08-31T14:19:13.346Z | Compiling vergen-git2 v9.1.0 |
| 4843 | 2026-08-31T14:19:14.444Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4844 | 2026-08-31T14:19:14.626Z | Checking progenitor-client v0.13.0 |
| 4845 | 2026-08-31T14:19:14.897Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4846 | 2026-08-31T14:19:14.922Z | Compiling darling_macro v0.13.4 |
| 4847 | 2026-08-31T14:19:15.402Z | Compiling darling v0.13.4 |
| 4848 | 2026-08-31T14:19:15.495Z | Compiling serde_with_macros v1.5.2 |
| 4849 | 2026-08-31T14:19:15.767Z | Compiling progenitor-macro v0.13.0 |
| 4850 | 2026-08-31T14:19:15.843Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4851 | 2026-08-31T14:19:16.064Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4852 | 2026-08-31T14:19:16.244Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4853 | 2026-08-31T14:19:16.319Z | Compiling serde_with v1.14.0 |
| 4854 | 2026-08-31T14:19:16.427Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4855 | 2026-08-31T14:19:16.647Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4856 | 2026-08-31T14:19:16.837Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4857 | 2026-08-31T14:19:16.966Z | Checking diesel v2.3.7 |
| 4858 | 2026-08-31T14:19:16.987Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4859 | 2026-08-31T14:19:17.010Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4860 | 2026-08-31T14:19:17.503Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4861 | 2026-08-31T14:19:18.684Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4862 | 2026-08-31T14:19:18.818Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4863 | 2026-08-31T14:19:19.008Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4864 | 2026-08-31T14:19:19.199Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4865 | 2026-08-31T14:19:19.380Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4866 | 2026-08-31T14:19:19.610Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4867 | 2026-08-31T14:19:19.626Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4868 | 2026-08-31T14:19:20.253Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4869 | 2026-08-31T14:19:20.256Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4870 | 2026-08-31T14:19:20.507Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4871 | 2026-08-31T14:19:20.733Z | Checking progenitor v0.13.0 |
| 4872 | 2026-08-31T14:19:20.753Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4873 | 2026-08-31T14:19:20.865Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4874 | 2026-08-31T14:19:20.886Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4875 | 2026-08-31T14:19:21.049Z | Checking twox-hash v2.1.2 |
| 4876 | 2026-08-31T14:19:21.321Z | Checking libsw-core v0.3.2 |
| 4877 | 2026-08-31T14:19:21.347Z | Checking atty v0.2.14 |
| 4878 | 2026-08-31T14:19:21.373Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4879 | 2026-08-31T14:19:21.447Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4880 | 2026-08-31T14:19:21.465Z | Checking libsw v3.5.0 |
| 4881 | 2026-08-31T14:19:21.686Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4882 | 2026-08-31T14:19:23.354Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4883 | 2026-08-31T14:19:23.556Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4884 | 2026-08-31T14:19:24.012Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4885 | 2026-08-31T14:19:24.223Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4886 | 2026-08-31T14:19:25.195Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4887 | 2026-08-31T14:19:25.363Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4888 | 2026-08-31T14:19:25.513Z | Checking fatfs v0.3.6 |
| 4889 | 2026-08-31T14:19:25.964Z | Checking console v0.16.2 |
| 4890 | 2026-08-31T14:19:26.298Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4891 | 2026-08-31T14:19:27.256Z | Checking unit-prefix v0.5.2 |
| 4892 | 2026-08-31T14:19:27.281Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4893 | 2026-08-31T14:19:27.379Z | Compiling seq-macro v0.3.6 |
| 4894 | 2026-08-31T14:19:27.427Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4895 | 2026-08-31T14:19:27.579Z | Checking indicatif v0.18.4 |
| 4896 | 2026-08-31T14:19:27.893Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4897 | 2026-08-31T14:19:27.947Z | Checking oxide-update-engine-display v0.1.2 |
| 4898 | 2026-08-31T14:19:28.246Z | Checking support-bundle-viewer v0.1.2 |
| 4899 | 2026-08-31T14:19:28.524Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4900 | 2026-08-31T14:19:28.549Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4901 | 2026-08-31T14:19:28.692Z | Checking multimap v0.10.1 |
| 4902 | 2026-08-31T14:19:34.524Z | Checking diesel-dtrace v0.5.0 |
| 4903 | 2026-08-31T14:19:34.799Z | Checking async-bb8-diesel v0.2.1 |
| 4904 | 2026-08-31T14:19:37.547Z | Compiling samael v0.0.19 |
| 4905 | 2026-08-31T14:19:40.546Z | Compiling git2 v0.20.4 |
| 4906 | 2026-08-31T14:19:42.092Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4907 | 2026-08-31T14:19:43.157Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4908 | 2026-08-31T14:19:44.097Z | Compiling polar-core v0.27.3 |
| 4909 | 2026-08-31T14:19:48.625Z | Checking oso v0.27.3 |
| 4910 | 2026-08-31T14:20:19.457Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4911 | 2026-08-31T14:21:34.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 4912 | 2026-08-31T14:21:34.902Z | |
| 4913 | 2026-08-31T14:21:34.902Z | info: running `cargo check --bins` on nexus-networking (333/376) |
| 4914 | 2026-08-31T14:21:35.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4915 | 2026-08-31T14:21:35.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4916 | 2026-08-31T14:21:35.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4917 | 2026-08-31T14:21:35.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4918 | 2026-08-31T14:21:35.564Z | |
| 4919 | 2026-08-31T14:21:35.565Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376) |
| 4920 | 2026-08-31T14:21:36.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4921 | 2026-08-31T14:21:36.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4922 | 2026-08-31T14:21:36.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4923 | 2026-08-31T14:21:36.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4924 | 2026-08-31T14:21:36.187Z | |
| 4925 | 2026-08-31T14:21:36.188Z | info: running `cargo check --bins` on nexus-saga-recovery (335/376) |
| 4926 | 2026-08-31T14:21:36.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4927 | 2026-08-31T14:21:36.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4928 | 2026-08-31T14:21:36.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4929 | 2026-08-31T14:21:36.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4930 | 2026-08-31T14:21:36.806Z | |
| 4931 | 2026-08-31T14:21:36.806Z | info: running `cargo check --bins` on nexus-test-utils-macros (336/376) |
| 4932 | 2026-08-31T14:21:37.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4933 | 2026-08-31T14:21:37.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4934 | 2026-08-31T14:21:37.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4935 | 2026-08-31T14:21:37.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4936 | 2026-08-31T14:21:37.358Z | |
| 4937 | 2026-08-31T14:21:37.358Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (337/376) |
| 4938 | 2026-08-31T14:21:37.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4939 | 2026-08-31T14:21:37.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4940 | 2026-08-31T14:21:38.195Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4941 | 2026-08-31T14:21:38.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s |
| 4942 | 2026-08-31T14:21:39.179Z | |
| 4943 | 2026-08-31T14:21:39.179Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376) |
| 4944 | 2026-08-31T14:21:39.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4945 | 2026-08-31T14:21:39.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4946 | 2026-08-31T14:21:39.971Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4947 | 2026-08-31T14:22:18.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.79s |
| 4948 | 2026-08-31T14:22:19.168Z | |
| 4949 | 2026-08-31T14:22:19.168Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376) |
| 4950 | 2026-08-31T14:22:19.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4951 | 2026-08-31T14:22:19.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4952 | 2026-08-31T14:22:19.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4953 | 2026-08-31T14:22:19.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4954 | 2026-08-31T14:22:19.714Z | |
| 4955 | 2026-08-31T14:22:19.714Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376) |
| 4956 | 2026-08-31T14:22:20.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4957 | 2026-08-31T14:22:20.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4958 | 2026-08-31T14:22:20.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4959 | 2026-08-31T14:22:20.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 4960 | 2026-08-31T14:22:20.271Z | |
| 4961 | 2026-08-31T14:22:20.271Z | info: running `cargo check --bins --no-default-features` on nexus-fm (341/376) |
| 4962 | 2026-08-31T14:22:20.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4963 | 2026-08-31T14:22:20.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4964 | 2026-08-31T14:22:20.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4965 | 2026-08-31T14:22:20.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4966 | 2026-08-31T14:22:20.876Z | |
| 4967 | 2026-08-31T14:22:20.876Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376) |
| 4968 | 2026-08-31T14:22:21.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4969 | 2026-08-31T14:22:21.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4970 | 2026-08-31T14:22:21.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4971 | 2026-08-31T14:22:21.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4972 | 2026-08-31T14:22:21.503Z | |
| 4973 | 2026-08-31T14:22:21.503Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (343/376) |
| 4974 | 2026-08-31T14:22:22.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4975 | 2026-08-31T14:22:22.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4976 | 2026-08-31T14:22:22.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4977 | 2026-08-31T14:22:22.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4978 | 2026-08-31T14:22:22.114Z | |
| 4979 | 2026-08-31T14:22:22.114Z | info: running `cargo check --bins` on nexus-mgs-updates (344/376) |
| 4980 | 2026-08-31T14:22:22.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4981 | 2026-08-31T14:22:22.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4982 | 2026-08-31T14:22:22.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4983 | 2026-08-31T14:22:22.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4984 | 2026-08-31T14:22:22.711Z | |
| 4985 | 2026-08-31T14:22:22.711Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (345/376) |
| 4986 | 2026-08-31T14:22:23.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4987 | 2026-08-31T14:22:23.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4988 | 2026-08-31T14:22:23.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4989 | 2026-08-31T14:22:23.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4990 | 2026-08-31T14:22:23.333Z | |
| 4991 | 2026-08-31T14:22:23.333Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376) |
| 4992 | 2026-08-31T14:22:23.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4993 | 2026-08-31T14:22:23.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4994 | 2026-08-31T14:22:23.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4995 | 2026-08-31T14:22:23.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4996 | 2026-08-31T14:22:23.954Z | |
| 4997 | 2026-08-31T14:22:23.954Z | info: running `cargo check --bins` on nexus-switch-config (347/376) |
| 4998 | 2026-08-31T14:22:24.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4999 | 2026-08-31T14:22:24.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5000 | 2026-08-31T14:22:24.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5001 | 2026-08-31T14:22:24.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5002 | 2026-08-31T14:22:24.551Z | |
| 5003 | 2026-08-31T14:22:24.551Z | info: running `cargo check --bins` on nexus-switch-config-preparation (348/376) |
| 5004 | 2026-08-31T14:22:25.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5005 | 2026-08-31T14:22:25.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5006 | 2026-08-31T14:22:25.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5007 | 2026-08-31T14:22:25.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5008 | 2026-08-31T14:22:25.168Z | |
| 5009 | 2026-08-31T14:22:25.168Z | info: running `cargo check --bins` on support-bundle-collection (349/376) |
| 5010 | 2026-08-31T14:22:25.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5011 | 2026-08-31T14:22:25.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5012 | 2026-08-31T14:22:25.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5013 | 2026-08-31T14:22:25.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 5014 | 2026-08-31T14:22:25.778Z | |
| 5015 | 2026-08-31T14:22:25.778Z | info: running `cargo check --bins` on omicron-dev (350/376) |
| 5016 | 2026-08-31T14:22:26.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5017 | 2026-08-31T14:22:26.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5018 | 2026-08-31T14:22:26.659Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5019 | 2026-08-31T14:22:26.659Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5020 | 2026-08-31T14:22:26.853Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5021 | 2026-08-31T14:22:26.860Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5022 | 2026-08-31T14:22:26.903Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5023 | 2026-08-31T14:22:26.911Z | Checking yansi v1.0.1 |
| 5024 | 2026-08-31T14:22:26.911Z | Checking diff v0.1.13 |
| 5025 | 2026-08-31T14:22:26.941Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5026 | 2026-08-31T14:22:26.988Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5027 | 2026-08-31T14:22:27.161Z | Checking pretty_assertions v1.4.1 |
| 5028 | 2026-08-31T14:22:27.928Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5029 | 2026-08-31T14:22:27.950Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5030 | 2026-08-31T14:22:53.811Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5031 | 2026-08-31T14:22:54.064Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5032 | 2026-08-31T14:22:54.065Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5033 | 2026-08-31T14:22:54.065Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5034 | 2026-08-31T14:22:54.071Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5035 | 2026-08-31T14:22:54.071Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5036 | 2026-08-31T14:22:54.071Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5037 | 2026-08-31T14:22:54.460Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5038 | 2026-08-31T14:22:54.460Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5039 | 2026-08-31T14:22:55.709Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5040 | 2026-08-31T14:23:35.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5041 | 2026-08-31T14:23:36.098Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5042 | 2026-08-31T14:23:36.099Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5043 | 2026-08-31T14:23:36.099Z | |
| 5044 | 2026-08-31T14:23:36.099Z | info: running `cargo check --bins` on oximeter-load-test (351/376) |
| 5045 | 2026-08-31T14:23:36.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5046 | 2026-08-31T14:23:36.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5047 | 2026-08-31T14:23:36.099Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5048 | 2026-08-31T14:23:37.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 5049 | 2026-08-31T14:23:37.314Z | |
| 5050 | 2026-08-31T14:23:37.315Z | info: running `cargo check --bins` on omicron-pins (352/376) |
| 5051 | 2026-08-31T14:23:40.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-08-31T14:23:40.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-08-31T14:23:40.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5054 | 2026-08-31T14:23:40.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5055 | 2026-08-31T14:23:40.783Z | |
| 5056 | 2026-08-31T14:23:40.783Z | info: running `cargo check --bins` on rack-init-config (353/376) |
| 5057 | 2026-08-31T14:23:42.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5058 | 2026-08-31T14:23:42.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5059 | 2026-08-31T14:23:42.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5060 | 2026-08-31T14:23:42.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 5061 | 2026-08-31T14:23:42.050Z | |
| 5062 | 2026-08-31T14:23:42.050Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376) |
| 5063 | 2026-08-31T14:23:42.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5064 | 2026-08-31T14:23:42.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5065 | 2026-08-31T14:23:42.051Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5066 | 2026-08-31T14:23:42.051Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5067 | 2026-08-31T14:23:42.051Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5068 | 2026-08-31T14:24:06.531Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5069 | 2026-08-31T14:24:07.728Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5070 | 2026-08-31T14:24:10.189Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5071 | 2026-08-31T14:24:10.190Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5072 | 2026-08-31T14:24:11.612Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5073 | 2026-08-31T14:24:35.720Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5074 | 2026-08-31T14:24:36.442Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5075 | 2026-08-31T14:24:38.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5076 | 2026-08-31T14:24:39.634Z | |
| 5077 | 2026-08-31T14:24:39.634Z | info: running `cargo check --bins` on reconfigurator-sp-updater (355/376) |
| 5078 | 2026-08-31T14:24:39.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5079 | 2026-08-31T14:24:39.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5080 | 2026-08-31T14:24:39.639Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5081 | 2026-08-31T14:24:39.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 5082 | 2026-08-31T14:24:39.906Z | |
| 5083 | 2026-08-31T14:24:39.907Z | info: running `cargo check --bins` on omicron-releng (356/376) |
| 5084 | 2026-08-31T14:24:40.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5085 | 2026-08-31T14:24:40.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5086 | 2026-08-31T14:24:40.523Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5087 | 2026-08-31T14:24:40.529Z | Compiling fs-err v2.11.0 |
| 5088 | 2026-08-31T14:24:40.646Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5089 | 2026-08-31T14:24:40.662Z | Checking parse-size v1.1.0 |
| 5090 | 2026-08-31T14:24:40.672Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5091 | 2026-08-31T14:24:40.672Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5092 | 2026-08-31T14:24:40.672Z | Checking shell-words v1.1.1 |
| 5093 | 2026-08-31T14:24:40.744Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5094 | 2026-08-31T14:24:41.099Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5095 | 2026-08-31T14:24:41.729Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5096 | 2026-08-31T14:24:41.911Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5097 | 2026-08-31T14:24:42.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s |
| 5098 | 2026-08-31T14:24:43.099Z | |
| 5099 | 2026-08-31T14:24:43.099Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (357/376) |
| 5100 | 2026-08-31T14:24:43.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5101 | 2026-08-31T14:24:43.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5102 | 2026-08-31T14:24:43.652Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5103 | 2026-08-31T14:24:44.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 5104 | 2026-08-31T14:24:44.346Z | |
| 5105 | 2026-08-31T14:24:44.346Z | info: running `cargo check --bins` on schema (358/376) |
| 5106 | 2026-08-31T14:24:44.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5107 | 2026-08-31T14:24:44.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5108 | 2026-08-31T14:24:45.041Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5109 | 2026-08-31T14:24:45.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5110 | 2026-08-31T14:24:45.987Z | |
| 5111 | 2026-08-31T14:24:45.987Z | info: running `cargo check --bins` on xtask (359/376) |
| 5112 | 2026-08-31T14:24:46.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5113 | 2026-08-31T14:24:46.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5114 | 2026-08-31T14:24:46.374Z | Checking serde_core v1.0.228 |
| 5115 | 2026-08-31T14:24:46.374Z | Checking libc v0.2.185 |
| 5116 | 2026-08-31T14:24:46.374Z | Checking bitflags v2.11.0 |
| 5117 | 2026-08-31T14:24:46.413Z | Checking scroll v0.12.0 |
| 5118 | 2026-08-31T14:24:46.470Z | Checking thiserror v1.0.69 |
| 5119 | 2026-08-31T14:24:46.470Z | Checking log v0.4.33 |
| 5120 | 2026-08-31T14:24:46.470Z | Checking indexmap v2.14.0 |
| 5121 | 2026-08-31T14:24:46.470Z | Checking zerocopy v0.7.35 |
| 5122 | 2026-08-31T14:24:46.503Z | Checking syn v2.0.117 |
| 5123 | 2026-08-31T14:24:46.535Z | Checking dtrace-parser v0.2.0 |
| 5124 | 2026-08-31T14:24:46.544Z | Checking once_cell v1.21.3 |
| 5125 | 2026-08-31T14:24:46.606Z | Checking goblin v0.8.2 |
| 5126 | 2026-08-31T14:24:46.662Z | Checking errno v0.3.14 |
| 5127 | 2026-08-31T14:24:46.710Z | Checking getrandom v0.4.3 |
| 5128 | 2026-08-31T14:24:46.776Z | Checking thread-id v4.2.2 |
| 5129 | 2026-08-31T14:24:46.798Z | Checking rustix v1.1.4 |
| 5130 | 2026-08-31T14:24:46.882Z | Checking memmap v0.7.0 |
| 5131 | 2026-08-31T14:24:46.882Z | Checking thiserror v2.0.18 |
| 5132 | 2026-08-31T14:24:47.021Z | Checking fs-err v3.3.0 |
| 5133 | 2026-08-31T14:24:47.064Z | Checking tabled v0.15.0 |
| 5134 | 2026-08-31T14:24:47.064Z | Checking anyhow v1.0.104 |
| 5135 | 2026-08-31T14:24:47.531Z | Checking terminal_size v0.4.3 |
| 5136 | 2026-08-31T14:24:47.531Z | Checking tempfile v3.27.0 |
| 5137 | 2026-08-31T14:24:47.657Z | Checking clap_builder v4.6.0 |
| 5138 | 2026-08-31T14:24:47.657Z | Checking textwrap v0.16.2 |
| 5139 | 2026-08-31T14:24:47.810Z | Checking serde v1.0.228 |
| 5140 | 2026-08-31T14:24:47.810Z | Checking serde_json v1.0.151 |
| 5141 | 2026-08-31T14:24:47.810Z | Checking camino v1.2.5 |
| 5142 | 2026-08-31T14:24:47.868Z | Checking semver v1.0.28 |
| 5143 | 2026-08-31T14:24:48.168Z | Checking cargo-platform v0.3.2 |
| 5144 | 2026-08-31T14:24:48.301Z | Checking camino-tempfile v1.4.1 |
| 5145 | 2026-08-31T14:24:48.301Z | Checking toml_datetime v0.6.11 |
| 5146 | 2026-08-31T14:24:48.301Z | Checking serde_spanned v0.6.9 |
| 5147 | 2026-08-31T14:24:48.301Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5148 | 2026-08-31T14:24:48.301Z | Checking macaddr v1.0.1 |
| 5149 | 2026-08-31T14:24:48.556Z | Checking toml_edit v0.22.27 |
| 5150 | 2026-08-31T14:24:48.580Z | Checking dof v0.3.0 |
| 5151 | 2026-08-31T14:24:48.580Z | Checking cargo_metadata v0.23.1 |
| 5152 | 2026-08-31T14:24:48.670Z | Checking usdt-impl v0.5.0 |
| 5153 | 2026-08-31T14:24:48.819Z | Checking clap v4.6.1 |
| 5154 | 2026-08-31T14:24:48.965Z | Checking usdt v0.5.0 |
| 5155 | 2026-08-31T14:24:49.394Z | Checking toml v0.8.23 |
| 5156 | 2026-08-31T14:24:49.618Z | Checking cargo_toml v0.21.0 |
| 5157 | 2026-08-31T14:24:50.308Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5158 | 2026-08-31T14:24:50.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s |
| 5159 | 2026-08-31T14:24:51.063Z | |
| 5160 | 2026-08-31T14:24:51.063Z | info: running `cargo check --bins` on dnsadm (360/376) |
| 5161 | 2026-08-31T14:24:51.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5162 | 2026-08-31T14:24:51.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5163 | 2026-08-31T14:24:51.350Z | Checking arc-swap v1.8.2 |
| 5164 | 2026-08-31T14:24:51.660Z | Checking slog-scope v4.4.1 |
| 5165 | 2026-08-31T14:24:51.864Z | Checking slog-stdlog v4.1.1 |
| 5166 | 2026-08-31T14:24:51.953Z | Checking slog-envlogger v2.2.0 |
| 5167 | 2026-08-31T14:24:52.258Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5168 | 2026-08-31T14:24:52.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 5169 | 2026-08-31T14:24:52.770Z | |
| 5170 | 2026-08-31T14:24:52.770Z | info: running `cargo check --bins` on end-to-end-tests (361/376) |
| 5171 | 2026-08-31T14:24:53.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5172 | 2026-08-31T14:24:53.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5173 | 2026-08-31T14:24:53.374Z | Checking cpubits v0.1.1 |
| 5174 | 2026-08-31T14:24:53.491Z | Checking pem-rfc7468 v1.0.0 |
| 5175 | 2026-08-31T14:24:53.508Z | Checking hmac v0.13.0 |
| 5176 | 2026-08-31T14:24:53.508Z | Checking universal-hash v0.6.1 |
| 5177 | 2026-08-31T14:24:53.545Z | Checking ctr v0.10.1 |
| 5178 | 2026-08-31T14:24:53.546Z | Checking aead v0.6.1 |
| 5179 | 2026-08-31T14:24:53.585Z | Checking crypto-bigint v0.7.5 |
| 5180 | 2026-08-31T14:24:53.585Z | Checking aes v0.9.1 |
| 5181 | 2026-08-31T14:24:53.629Z | Checking salsa20 v0.11.0 |
| 5182 | 2026-08-31T14:24:53.663Z | Checking der v0.8.0 |
| 5183 | 2026-08-31T14:24:53.663Z | Checking polyval v0.7.1 |
| 5184 | 2026-08-31T14:24:53.663Z | Checking pbkdf2 v0.13.0 |
| 5185 | 2026-08-31T14:24:53.709Z | Checking cbc v0.2.1 |
| 5186 | 2026-08-31T14:24:53.733Z | Checking ff v0.14.0 |
| 5187 | 2026-08-31T14:24:53.778Z | Checking signature v3.0.0 |
| 5188 | 2026-08-31T14:24:53.827Z | Checking scrypt v0.12.0 |
| 5189 | 2026-08-31T14:24:54.016Z | Checking base16ct v1.0.0 |
| 5190 | 2026-08-31T14:24:54.016Z | Checking ghash v0.6.0 |
| 5191 | 2026-08-31T14:24:54.016Z | Checking group v0.14.0 |
| 5192 | 2026-08-31T14:24:54.103Z | Checking hkdf v0.13.0 |
| 5193 | 2026-08-31T14:24:54.103Z | Compiling curve25519-dalek v5.0.0 |
| 5194 | 2026-08-31T14:24:54.103Z | Checking aes-gcm v0.11.0 |
| 5195 | 2026-08-31T14:24:54.103Z | Checking keccak v0.2.0 |
| 5196 | 2026-08-31T14:24:54.103Z | Checking wnaf v0.14.0 |
| 5197 | 2026-08-31T14:24:54.103Z | Checking poly1305 v0.9.0 |
| 5198 | 2026-08-31T14:24:54.103Z | Checking blowfish v0.10.0 |
| 5199 | 2026-08-31T14:24:54.153Z | Checking blake2 v0.11.0-rc.6 |
| 5200 | 2026-08-31T14:24:54.231Z | Checking sha3 v0.11.0 |
| 5201 | 2026-08-31T14:24:54.232Z | Checking kem v0.3.0 |
| 5202 | 2026-08-31T14:24:54.232Z | Checking bcrypt-pbkdf v0.11.0 |
| 5203 | 2026-08-31T14:24:54.273Z | Checking module-lattice v0.2.3 |
| 5204 | 2026-08-31T14:24:54.313Z | Checking sponge-cursor v0.1.0 |
| 5205 | 2026-08-31T14:24:54.367Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5206 | 2026-08-31T14:24:54.423Z | Checking argon2 v0.6.0-rc.8 |
| 5207 | 2026-08-31T14:24:54.423Z | Checking sha3 v0.12.0 |
| 5208 | 2026-08-31T14:24:54.464Z | Checking spki v0.8.0 |
| 5209 | 2026-08-31T14:24:54.474Z | Checking sec1 v0.8.1 |
| 5210 | 2026-08-31T14:24:54.487Z | Checking ml-kem v0.3.2 |
| 5211 | 2026-08-31T14:24:54.518Z | Checking internal-russh-num-bigint v0.5.0 |
| 5212 | 2026-08-31T14:24:54.576Z | Checking pkcs5 v0.8.1 |
| 5213 | 2026-08-31T14:24:54.604Z | Checking pkcs1 v0.8.0-rc.4 |
| 5214 | 2026-08-31T14:24:54.789Z | Checking num-bigint v0.4.6 |
| 5215 | 2026-08-31T14:24:54.833Z | Checking generic-array v1.4.3 |
| 5216 | 2026-08-31T14:24:54.833Z | Checking russh-util v0.52.0 |
| 5217 | 2026-08-31T14:24:54.900Z | Checking pkcs8 v0.11.0 |
| 5218 | 2026-08-31T14:24:54.934Z | Compiling enum_dispatch v0.3.13 |
| 5219 | 2026-08-31T14:24:55.096Z | Checking ed25519 v3.0.0 |
| 5220 | 2026-08-31T14:24:55.097Z | Compiling delegate v0.13.5 |
| 5221 | 2026-08-31T14:24:55.670Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5222 | 2026-08-31T14:24:55.741Z | Checking hex-literal v1.1.0 |
| 5223 | 2026-08-31T14:24:55.741Z | Checking ed25519-dalek v3.0.0 |
| 5224 | 2026-08-31T14:24:55.741Z | Checking md5 v0.8.0 |
| 5225 | 2026-08-31T14:24:55.742Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5226 | 2026-08-31T14:24:55.742Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5227 | 2026-08-31T14:24:55.742Z | Checking internet-checksum v0.2.1 |
| 5228 | 2026-08-31T14:24:55.742Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5229 | 2026-08-31T14:24:55.897Z | Checking elliptic-curve v0.14.1 |
| 5230 | 2026-08-31T14:24:55.898Z | Checking primefield v0.14.0 |
| 5231 | 2026-08-31T14:24:55.898Z | Checking rfc6979 v0.6.0 |
| 5232 | 2026-08-31T14:24:55.898Z | Checking ssh-encoding v0.3.0 |
| 5233 | 2026-08-31T14:24:55.997Z | Checking crypto-primes v0.7.2 |
| 5234 | 2026-08-31T14:24:56.656Z | Checking ssh-cipher v0.3.0 |
| 5235 | 2026-08-31T14:24:56.656Z | Checking russh-cryptovec v0.62.0 |
| 5236 | 2026-08-31T14:24:56.656Z | Checking primeorder v0.14.0 |
| 5237 | 2026-08-31T14:24:56.657Z | Checking ecdsa v0.17.0 |
| 5238 | 2026-08-31T14:24:56.657Z | Checking p384 v0.14.0 |
| 5239 | 2026-08-31T14:24:56.657Z | Checking p521 v0.14.0 |
| 5240 | 2026-08-31T14:24:56.657Z | Checking p256 v0.14.0 |
| 5241 | 2026-08-31T14:24:56.781Z | Checking rsa v0.10.0-rc.18 |
| 5242 | 2026-08-31T14:24:59.366Z | Checking ssh-key v0.7.0-rc.11 |
| 5243 | 2026-08-31T14:25:00.082Z | Checking russh v0.62.4 |
| 5244 | 2026-08-31T14:25:13.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s |
| 5245 | 2026-08-31T14:25:13.456Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5246 | 2026-08-31T14:25:13.456Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5247 | 2026-08-31T14:25:13.544Z | |
| 5248 | 2026-08-31T14:25:13.544Z | info: running `cargo check --bins` on gateway-cli (362/376) |
| 5249 | 2026-08-31T14:25:14.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5250 | 2026-08-31T14:25:14.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5251 | 2026-08-31T14:25:14.454Z | Checking termios v0.3.3 |
| 5252 | 2026-08-31T14:25:14.454Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5253 | 2026-08-31T14:25:14.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 5254 | 2026-08-31T14:25:15.129Z | |
| 5255 | 2026-08-31T14:25:15.129Z | info: running `cargo check --bins --no-default-features` on installinator (363/376) |
| 5256 | 2026-08-31T14:25:15.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5257 | 2026-08-31T14:25:15.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5258 | 2026-08-31T14:25:15.806Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5259 | 2026-08-31T14:25:16.496Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5260 | 2026-08-31T14:25:18.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 5261 | 2026-08-31T14:25:18.427Z | |
| 5262 | 2026-08-31T14:25:18.427Z | info: running `cargo check --bins` on internal-dns-cli (364/376) |
| 5263 | 2026-08-31T14:25:18.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5264 | 2026-08-31T14:25:19.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5265 | 2026-08-31T14:25:19.075Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5266 | 2026-08-31T14:25:19.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 5267 | 2026-08-31T14:25:19.499Z | |
| 5268 | 2026-08-31T14:25:19.499Z | info: running `cargo check --bins` on omicron-live-tests (365/376) |
| 5269 | 2026-08-31T14:25:20.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5270 | 2026-08-31T14:25:20.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5271 | 2026-08-31T14:25:20.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5272 | 2026-08-31T14:25:20.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5273 | 2026-08-31T14:25:20.027Z | |
| 5274 | 2026-08-31T14:25:20.027Z | info: running `cargo check --bins` on live-tests-macros (366/376) |
| 5275 | 2026-08-31T14:25:20.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5276 | 2026-08-31T14:25:20.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5277 | 2026-08-31T14:25:20.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5278 | 2026-08-31T14:25:20.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5279 | 2026-08-31T14:25:20.598Z | |
| 5280 | 2026-08-31T14:25:20.602Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376) |
| 5281 | 2026-08-31T14:25:21.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5282 | 2026-08-31T14:25:21.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5283 | 2026-08-31T14:25:21.310Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5284 | 2026-08-31T14:25:21.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 5285 | 2026-08-31T14:25:22.109Z | |
| 5286 | 2026-08-31T14:25:22.109Z | info: running `cargo check --bins` on omicron-ntp-admin (368/376) |
| 5287 | 2026-08-31T14:25:22.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5288 | 2026-08-31T14:25:22.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5289 | 2026-08-31T14:25:22.885Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5290 | 2026-08-31T14:25:22.911Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5291 | 2026-08-31T14:25:23.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 5292 | 2026-08-31T14:25:23.843Z | |
| 5293 | 2026-08-31T14:25:23.843Z | info: running `cargo check --bins` on ntp-admin-types (369/376) |
| 5294 | 2026-08-31T14:25:24.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5295 | 2026-08-31T14:25:24.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5296 | 2026-08-31T14:25:24.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5297 | 2026-08-31T14:25:24.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5298 | 2026-08-31T14:25:24.389Z | |
| 5299 | 2026-08-31T14:25:24.389Z | info: running `cargo check --bins` on omicron-package (370/376) |
| 5300 | 2026-08-31T14:25:24.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5301 | 2026-08-31T14:25:25.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5302 | 2026-08-31T14:25:25.045Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5303 | 2026-08-31T14:25:26.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 5304 | 2026-08-31T14:25:26.391Z | |
| 5305 | 2026-08-31T14:25:26.391Z | info: running `cargo check --bins` on tqdb (371/376) |
| 5306 | 2026-08-31T14:25:26.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5307 | 2026-08-31T14:25:26.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5308 | 2026-08-31T14:25:27.203Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5309 | 2026-08-31T14:25:27.464Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5310 | 2026-08-31T14:25:27.960Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5311 | 2026-08-31T14:25:27.991Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5312 | 2026-08-31T14:25:34.881Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5313 | 2026-08-31T14:25:34.981Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5314 | 2026-08-31T14:25:34.981Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5315 | 2026-08-31T14:25:35.510Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5316 | 2026-08-31T14:25:35.559Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5317 | 2026-08-31T14:25:35.559Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5318 | 2026-08-31T14:25:35.559Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5319 | 2026-08-31T14:25:36.241Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5320 | 2026-08-31T14:25:36.906Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5321 | 2026-08-31T14:25:37.488Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5322 | 2026-08-31T14:25:37.505Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5323 | 2026-08-31T14:25:38.191Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5324 | 2026-08-31T14:25:38.818Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5325 | 2026-08-31T14:25:43.645Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5326 | 2026-08-31T14:25:50.907Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5327 | 2026-08-31T14:25:50.914Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5328 | 2026-08-31T14:25:50.914Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5329 | 2026-08-31T14:25:50.914Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5330 | 2026-08-31T14:25:52.433Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5331 | 2026-08-31T14:25:53.708Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5332 | 2026-08-31T14:25:54.366Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5333 | 2026-08-31T14:25:55.677Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5334 | 2026-08-31T14:25:56.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.88s |
| 5335 | 2026-08-31T14:25:56.381Z | |
| 5336 | 2026-08-31T14:25:56.382Z | info: running `cargo check --bins` on wicket-dbg (372/376) |
| 5337 | 2026-08-31T14:25:56.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5338 | 2026-08-31T14:25:56.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5339 | 2026-08-31T14:25:57.076Z | Checking rtoolbox v0.0.3 |
| 5340 | 2026-08-31T14:25:57.086Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5341 | 2026-08-31T14:25:57.086Z | Checking tui-tree-widget v0.23.1 |
| 5342 | 2026-08-31T14:25:57.086Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5343 | 2026-08-31T14:25:57.392Z | Checking rpassword v7.5.4 |
| 5344 | 2026-08-31T14:26:00.037Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5345 | 2026-08-31T14:26:01.866Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5346 | 2026-08-31T14:26:02.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
| 5347 | 2026-08-31T14:26:02.979Z | |
| 5348 | 2026-08-31T14:26:02.979Z | info: running `cargo check --bins` on wicket (373/376) |
| 5349 | 2026-08-31T14:26:03.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5350 | 2026-08-31T14:26:03.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5351 | 2026-08-31T14:26:03.665Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5352 | 2026-08-31T14:26:04.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 5353 | 2026-08-31T14:26:04.205Z | |
| 5354 | 2026-08-31T14:26:04.205Z | info: running `cargo check --bins` on wicketd (374/376) |
| 5355 | 2026-08-31T14:26:04.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5356 | 2026-08-31T14:26:04.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5357 | 2026-08-31T14:26:04.886Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5358 | 2026-08-31T14:26:08.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
| 5359 | 2026-08-31T14:26:08.632Z | |
| 5360 | 2026-08-31T14:26:08.632Z | info: running `cargo check --bins` on omicron-workspace-hack (375/376) |
| 5361 | 2026-08-31T14:26:09.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5362 | 2026-08-31T14:26:09.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5363 | 2026-08-31T14:26:09.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5364 | 2026-08-31T14:26:09.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5365 | 2026-08-31T14:26:09.174Z | |
| 5366 | 2026-08-31T14:26:09.174Z | info: running `cargo check --bins` on zone-setup (376/376) |
| 5367 | 2026-08-31T14:26:09.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5368 | 2026-08-31T14:26:09.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5369 | 2026-08-31T14:26:09.827Z | Checking uzers v0.12.2 |
| 5370 | 2026-08-31T14:26:10.095Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5371 | 2026-08-31T14:26:11.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 5372 | 2026-08-31T14:26:11.605Z | |
| 5373 | 2026-08-31T14:26:11.605Z | real 14:13.290908900 |
| 5374 | 2026-08-31T14:26:11.605Z | user 21:22.626806303 |
| 5375 | 2026-08-31T14:26:11.605Z | sys 4:21.798278615 |
| 5376 | 2026-08-31T14:26:11.605Z | trap 0.337391901 |
| 5377 | 2026-08-31T14:26:11.605Z | tflt 0.596787098 |
| 5378 | 2026-08-31T14:26:11.605Z | dflt 0.994273458 |
| 5379 | 2026-08-31T14:26:11.606Z | kflt 0.004925368 |
| 5380 | 2026-08-31T14:26:11.606Z | lock 1:26:31.598143876 |
| 5381 | 2026-08-31T14:26:11.606Z | slp 1:41:37.584088501 |
| 5382 | 2026-08-31T14:26:11.606Z | lat 56.625941485 |
| 5383 | 2026-08-31T14:26:11.606Z | stop 3:58.496549215 |
| 5384 | 2026-08-31T14:26:11.606Z | process exited: duration 990414 ms, exit code 0 |
| |
| 5385 | 2026-08-31T14:26:11.651Z | found 0 output files |