|
|
|
| 1 | 2026-06-08T20:15:30.817Z | job assigned to worker 01KTMDYYA2FHJ8X516YEEAPXFV [factory aws, i-06af357b3dad66cba] (queued for 51 s) |
| |
| 2 | 2026-06-08T20:15:37.466Z | starting task 0: "setup" |
| 3 | 2026-06-08T20:15:37.470Z | ++ uname -s |
| 4 | 2026-06-08T20:15:37.473Z | + kern=SunOS |
| 5 | 2026-06-08T20:15:37.473Z | + build_user=build |
| 6 | 2026-06-08T20:15:37.473Z | + build_uid=12345 |
| 7 | 2026-06-08T20:15:37.473Z | + work_dir=/work |
| 8 | 2026-06-08T20:15:37.473Z | + input_dir=/input |
| 9 | 2026-06-08T20:15:37.474Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-08T20:15:37.474Z | + case "$kern" in |
| 11 | 2026-06-08T20:15:37.474Z | + groupadd -g 12345 build |
| 12 | 2026-06-08T20:15:37.477Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-08T20:15:39.480Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-08T20:15:39.595Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-08T20:15:39.601Z | + home_fs=zfs |
| 16 | 2026-06-08T20:15:39.602Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-08T20:15:39.602Z | + mkdir -p /home/build |
| 18 | 2026-06-08T20:15:39.602Z | + chown build:build /home/build /work |
| 19 | 2026-06-08T20:15:41.600Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-08T20:15:41.605Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-06-08T20:15:41.611Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-08T20:15:41.615Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-08T20:15:41.615Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-08T20:15:41.615Z | * rust toolchain profile = "default" |
| 25 | 2026-06-08T20:15:41.615Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-08T20:15:41.615Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-08T20:15:41.615Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-08T20:15:41.618Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-08T20:15:41.618Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-08T20:15:41.674Z | info: downloading installer |
| 31 | 2026-06-08T20:15:43.090Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-08T20:15:43.090Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-08T20:15:43.090Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-08T20:15:43.090Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-08T20:15:43.103Z | info: profile set to default |
| 36 | 2026-06-08T20:15:43.103Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-08T20:15:43.111Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-08T20:15:43.262Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-08T20:15:43.265Z | info: downloading 6 components |
| 40 | 2026-06-08T20:15:58.256Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-08T20:15:58.256Z | |
| 42 | 2026-06-08T20:15:58.286Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-08T20:15:58.286Z | |
| 44 | 2026-06-08T20:15:58.286Z | |
| 45 | 2026-06-08T20:15:58.286Z | Rust is installed now. Great! |
| 46 | 2026-06-08T20:15:58.286Z | |
| 47 | 2026-06-08T20:15:58.286Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-08T20:15:58.286Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-08T20:15:58.286Z | |
| 50 | 2026-06-08T20:15:58.286Z | To configure your current shell, you need to source |
| 51 | 2026-06-08T20:15:58.286Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-08T20:15:58.286Z | |
| 53 | 2026-06-08T20:15:58.286Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-08T20:15:58.290Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-08T20:15:58.290Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-08T20:15:58.290Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-08T20:15:58.290Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-08T20:15:58.290Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-08T20:15:58.290Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-08T20:15:58.290Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-08T20:15:58.290Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-08T20:15:58.379Z | + rustup --version |
| 63 | 2026-06-08T20:15:58.389Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-08T20:15:58.392Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-08T20:15:58.409Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-08T20:15:58.412Z | + cargo --version |
| 67 | 2026-06-08T20:15:58.424Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-08T20:15:58.428Z | + rustc --version |
| 69 | 2026-06-08T20:15:58.449Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-08T20:15:58.452Z | process exited: duration 16838 ms, exit code 0 |
| |
| 71 | 2026-06-08T20:15:58.458Z | starting task 2: "authentication" |
| 72 | 2026-06-08T20:15:58.476Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-08T20:15:58.484Z | starting task 3: "clone repository" |
| 74 | 2026-06-08T20:15:58.488Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-08T20:15:58.492Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-08T20:15:58.522Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-08T20:16:45.260Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-08T20:16:45.261Z | + git fetch origin 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 |
| 79 | 2026-06-08T20:16:45.741Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-08T20:16:45.741Z | * branch 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 -> FETCH_HEAD |
| 81 | 2026-06-08T20:16:45.764Z | + [[ -n mergeconflict/fm-sitrepguardedinsert ]] |
| 82 | 2026-06-08T20:16:45.764Z | ++ git branch --show-current |
| 83 | 2026-06-08T20:16:45.765Z | + current=main |
| 84 | 2026-06-08T20:16:45.765Z | + [[ main != mergeconflict/fm-sitrepguardedinsert ]] |
| 85 | 2026-06-08T20:16:45.765Z | + git branch -f mergeconflict/fm-sitrepguardedinsert 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 |
| 86 | 2026-06-08T20:16:45.765Z | + git checkout -f mergeconflict/fm-sitrepguardedinsert |
| 87 | 2026-06-08T20:16:45.785Z | Switched to branch 'mergeconflict/fm-sitrepguardedinsert' |
| 88 | 2026-06-08T20:16:45.788Z | + git reset --hard 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 |
| 89 | 2026-06-08T20:16:45.829Z | HEAD is now at 3ff799da2 fmt |
| 90 | 2026-06-08T20:16:45.843Z | process exited: duration 47342 ms, exit code 0 |
| |
| 91 | 2026-06-08T20:16:45.890Z | starting task 4: "build" |
| 92 | 2026-06-08T20:16:45.896Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-08T20:16:45.896Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-08T20:16:45.896Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-08T20:16:45.896Z | + cargo --version |
| 96 | 2026-06-08T20:16:45.897Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-08T20:16:45.897Z | + rustc --version |
| 98 | 2026-06-08T20:16:45.916Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-08T20:16:45.925Z | + source ./env.sh |
| 100 | 2026-06-08T20:16:45.925Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-06-08T20:16:45.926Z | ++ set -o xtrace |
| 102 | 2026-06-08T20:16:45.926Z | ++++ dirname ./env.sh |
| 103 | 2026-06-08T20:16:45.926Z | +++ readlink -f . |
| 104 | 2026-06-08T20:16:45.937Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-06-08T20:16:45.937Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-08T20:16:45.937Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-06-08T20:16:45.937Z | ++ 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 |
| 108 | 2026-06-08T20:16:45.937Z | ++ 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 |
| 109 | 2026-06-08T20:16:45.937Z | ++ 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 |
| 110 | 2026-06-08T20:16:45.937Z | ++ 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 |
| 111 | 2026-06-08T20:16:45.937Z | ++ 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 |
| 112 | 2026-06-08T20:16:45.937Z | ++ 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 |
| 113 | 2026-06-08T20:16:45.938Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-06-08T20:16:45.938Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-06-08T20:16:45.938Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-06-08T20:16:45.938Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-06-08T20:16:45.939Z | + banner prerequisites |
| 118 | 2026-06-08T20:16:45.939Z | |
| 119 | 2026-06-08T20:16:45.939Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-06-08T20:16:45.939Z | # # # # # # # # # # # # # # # |
| 121 | 2026-06-08T20:16:45.939Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-06-08T20:16:45.939Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-06-08T20:16:45.939Z | # # # # # # # # # # # # # # # |
| 124 | 2026-06-08T20:16:45.939Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-06-08T20:16:45.939Z | |
| 126 | 2026-06-08T20:16:45.939Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-06-08T20:16:47.347Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-08T20:16:47.437Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-08T20:16:47.758Z | Planning: Solver setup ... Done (0.281s) |
| 130 | 2026-06-08T20:16:47.768Z | Planning: Running solver ... Done (0.020s) |
| 131 | 2026-06-08T20:16:47.777Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-06-08T20:16:47.786Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-06-08T20:16:47.807Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-06-08T20:16:47.823Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-06-08T20:16:47.827Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-06-08T20:16:48.022Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 137 | 2026-06-08T20:16:48.031Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-06-08T20:16:48.892Z | Planning: Evaluating mediators ... Done (0.800s) |
| 139 | 2026-06-08T20:16:49.016Z | Planning: Planning completed in 1.36 seconds |
| 140 | 2026-06-08T20:16:49.016Z | Packages to install: 2 |
| 141 | 2026-06-08T20:16:49.016Z | Estimated space available: 156.07 GB |
| 142 | 2026-06-08T20:16:49.016Z | Estimated space to be consumed: 25.33 MB |
| 143 | 2026-06-08T20:16:49.016Z | Create boot environment: No |
| 144 | 2026-06-08T20:16:49.016Z | Create backup boot environment: No |
| 145 | 2026-06-08T20:16:49.016Z | Rebuild boot archive: No |
| 146 | 2026-06-08T20:16:49.016Z | |
| 147 | 2026-06-08T20:16:49.016Z | Changed packages: |
| 148 | 2026-06-08T20:16:49.016Z | helios |
| 149 | 2026-06-08T20:16:49.016Z | developer/build-essential |
| 150 | 2026-06-08T20:16:49.016Z | None -> 11-3.0 |
| 151 | 2026-06-08T20:16:49.017Z | library/libxmlsec1 |
| 152 | 2026-06-08T20:16:49.017Z | None -> 1.2.35-3.0 |
| 153 | 2026-06-08T20:16:49.017Z | |
| 154 | 2026-06-08T20:16:49.017Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-06-08T20:16:49.360Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 156 | 2026-06-08T20:16:49.466Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-06-08T20:16:49.486Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-06-08T20:16:49.486Z | Finalize: Updating package state database ... Done (0.008s) |
| 159 | 2026-06-08T20:16:49.489Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-06-08T20:16:49.489Z | Finalize: Updating image state ... Done (0.022s) |
| 161 | 2026-06-08T20:16:51.884Z | Finalize: Creating fast lookup database ... Done (2.365s) |
| 162 | 2026-06-08T20:16:51.929Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-06-08T20:16:51.947Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-06-08T20:16:52.012Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-06-08T20:16:52.312Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-06-08T20:16:52.429Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-06-08T20:16:52.460Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-06-08T20:16:52.599Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-06-08T20:16:52.668Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-06-08T20:16:52.668Z | Mediators to change: 2 |
| 171 | 2026-06-08T20:16:52.668Z | Create boot environment: No |
| 172 | 2026-06-08T20:16:52.668Z | Create backup boot environment: No |
| 173 | 2026-06-08T20:16:52.699Z | Finalize: Updating package state database ... Done |
| 174 | 2026-06-08T20:16:52.700Z | Finalize: Updating package cache ... Done |
| 175 | 2026-06-08T20:16:52.700Z | Finalize: Updating image state ... Done |
| 176 | 2026-06-08T20:16:54.690Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-06-08T20:16:54.961Z | Finalize: Reading search index ... Done |
| 178 | 2026-06-08T20:16:54.961Z | Finalize: Updating search index ... Done |
| 179 | 2026-06-08T20:16:54.961Z | Finalize: Updating package cache ... Done |
| 180 | 2026-06-08T20:16:55.063Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-06-08T20:16:55.175Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-06-08T20:16:55.337Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-06-08T20:16:55.403Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-06-08T20:16:55.403Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-06-08T20:16:55.403Z | Mediators to change: 1 |
| 186 | 2026-06-08T20:16:55.403Z | Create boot environment: No |
| 187 | 2026-06-08T20:16:55.403Z | Create backup boot environment: No |
| 188 | 2026-06-08T20:16:55.492Z | Finalize: Updating package state database ... Done |
| 189 | 2026-06-08T20:16:55.493Z | Finalize: Updating package cache ... Done |
| 190 | 2026-06-08T20:16:55.493Z | Finalize: Updating image state ... Done |
| 191 | 2026-06-08T20:16:57.506Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-06-08T20:16:57.804Z | Finalize: Reading search index ... Done |
| 193 | 2026-06-08T20:16:57.808Z | Finalize: Updating search index ... Done |
| 194 | 2026-06-08T20:16:58.028Z | Finalize: Updating package cache ... Done |
| 195 | 2026-06-08T20:16:58.028Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-06-08T20:16:58.028Z | apache system 2.4 system |
| 197 | 2026-06-08T20:16:58.028Z | clang system 15 system |
| 198 | 2026-06-08T20:16:58.028Z | csh system system illumos |
| 199 | 2026-06-08T20:16:58.028Z | ctags system system illumos |
| 200 | 2026-06-08T20:16:58.028Z | file vendor vendor darwinsys |
| 201 | 2026-06-08T20:16:58.028Z | file system system illumos |
| 202 | 2026-06-08T20:16:58.028Z | gcc vendor 14 vendor |
| 203 | 2026-06-08T20:16:58.028Z | gcc system 13 system |
| 204 | 2026-06-08T20:16:58.029Z | gcc system 10 system |
| 205 | 2026-06-08T20:16:58.029Z | go system 1.25 system |
| 206 | 2026-06-08T20:16:58.029Z | llvm system 15 system |
| 207 | 2026-06-08T20:16:58.029Z | mariadb system 11.4 system |
| 208 | 2026-06-08T20:16:58.029Z | mta vendor vendor dma |
| 209 | 2026-06-08T20:16:58.029Z | openjdk system 17 system |
| 210 | 2026-06-08T20:16:58.029Z | openjdk system 11 system |
| 211 | 2026-06-08T20:16:58.029Z | openssl vendor 3 vendor |
| 212 | 2026-06-08T20:16:58.029Z | perl system 5.40 system |
| 213 | 2026-06-08T20:16:58.029Z | postgresql system 18 system |
| 214 | 2026-06-08T20:16:58.030Z | postgresql system 17 system |
| 215 | 2026-06-08T20:16:58.030Z | python vendor 3 vendor |
| 216 | 2026-06-08T20:16:58.030Z | python system 2 system |
| 217 | 2026-06-08T20:16:58.030Z | python3 vendor 3.13 vendor |
| 218 | 2026-06-08T20:16:58.030Z | ruby system 3.4 system |
| 219 | 2026-06-08T20:16:58.030Z | ruby system 3.0 system |
| 220 | 2026-06-08T20:16:58.030Z | words vendor vendor american-english |
| 221 | 2026-06-08T20:16:58.030Z | words system system australian-english |
| 222 | 2026-06-08T20:16:58.030Z | words system system british-english |
| 223 | 2026-06-08T20:16:58.030Z | words system system canadian-english |
| 224 | 2026-06-08T20:16:58.030Z | words system system french |
| 225 | 2026-06-08T20:16:58.030Z | words system system italian |
| 226 | 2026-06-08T20:16:58.030Z | words system system ngerman |
| 227 | 2026-06-08T20:16:58.030Z | words system system ogerman |
| 228 | 2026-06-08T20:16:58.030Z | words system system spanish |
| 229 | 2026-06-08T20:16:58.147Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-06-08T20:16:58.147Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-06-08T20:16:58.478Z | FMRI IFO |
| 232 | 2026-06-08T20:16:58.478Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-06-08T20:16:58.478Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-06-08T20:16:58.478Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-06-08T20:16:58.479Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-06-08T20:16:58.479Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-06-08T20:16:58.479Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-06-08T20:16:58.479Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-06-08T20:16:58.480Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-06-08T20:16:58.480Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-06-08T20:16:58.673Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-06-08T20:16:58.993Z | Updating crates.io index |
| 243 | 2026-06-08T20:16:59.048Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-06-08T20:16:59.825Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-06-08T20:17:00.240Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-06-08T20:17:00.827Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-06-08T20:17:02.096Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-06-08T20:17:02.844Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-06-08T20:17:05.115Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-06-08T20:17:06.078Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-06-08T20:17:06.432Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-06-08T20:17:08.527Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-08T20:17:08.985Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-06-08T20:17:09.459Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-06-08T20:17:09.966Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-06-08T20:17:11.076Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-06-08T20:17:11.817Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-06-08T20:17:12.150Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-06-08T20:17:12.544Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-06-08T20:17:12.956Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-06-08T20:17:13.409Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-06-08T20:17:13.660Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-06-08T20:17:13.923Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-06-08T20:17:14.215Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-06-08T20:17:14.688Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-06-08T20:17:15.361Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 267 | 2026-06-08T20:17:15.797Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 268 | 2026-06-08T20:17:16.303Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 269 | 2026-06-08T20:17:16.806Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 270 | 2026-06-08T20:17:17.183Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 271 | 2026-06-08T20:17:18.473Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-06-08T20:17:19.125Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-06-08T20:17:19.599Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2026-06-08T20:17:20.161Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 275 | 2026-06-08T20:17:20.532Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-06-08T20:17:21.014Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2026-06-08T20:17:21.363Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 278 | 2026-06-08T20:17:21.711Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 279 | 2026-06-08T20:17:22.392Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 280 | 2026-06-08T20:17:22.985Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 281 | 2026-06-08T20:17:23.263Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 282 | 2026-06-08T20:17:23.575Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 283 | 2026-06-08T20:17:24.060Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 284 | 2026-06-08T20:17:37.622Z | Downloading crates ... |
| 285 | 2026-06-08T20:17:37.677Z | Downloaded cpufeatures v0.2.17 |
| 286 | 2026-06-08T20:17:37.691Z | Downloaded cfg-if v1.0.4 |
| 287 | 2026-06-08T20:17:37.694Z | Downloaded cargo_metadata v0.21.0 |
| 288 | 2026-06-08T20:17:37.694Z | Downloaded cargo-platform v0.2.0 |
| 289 | 2026-06-08T20:17:37.694Z | Downloaded heck v0.4.1 |
| 290 | 2026-06-08T20:17:37.694Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-06-08T20:17:37.694Z | Downloaded clap_lex v1.0.0 |
| 292 | 2026-06-08T20:17:37.698Z | Downloaded camino-tempfile v1.4.1 |
| 293 | 2026-06-08T20:17:37.701Z | Downloaded displaydoc v0.2.5 |
| 294 | 2026-06-08T20:17:37.705Z | Downloaded utf8parse v0.2.2 |
| 295 | 2026-06-08T20:17:37.710Z | Downloaded unicode-xid v0.2.6 |
| 296 | 2026-06-08T20:17:37.710Z | Downloaded clap_derive v4.6.1 |
| 297 | 2026-06-08T20:17:37.710Z | Downloaded cargo_toml v0.21.0 |
| 298 | 2026-06-08T20:17:37.713Z | Downloaded camino v1.2.2 |
| 299 | 2026-06-08T20:17:37.713Z | Downloaded block-buffer v0.10.4 |
| 300 | 2026-06-08T20:17:37.714Z | Downloaded anstyle v1.0.14 |
| 301 | 2026-06-08T20:17:37.714Z | Downloaded yoke-derive v0.8.1 |
| 302 | 2026-06-08T20:17:37.714Z | Downloaded form_urlencoded v1.2.2 |
| 303 | 2026-06-08T20:17:37.714Z | Downloaded proc-macro-error-attr v1.0.4 |
| 304 | 2026-06-08T20:17:37.717Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-06-08T20:17:37.717Z | Downloaded clap v4.6.1 |
| 306 | 2026-06-08T20:17:37.720Z | Downloaded toml_write v0.1.2 |
| 307 | 2026-06-08T20:17:37.723Z | Downloaded toml_edit v0.22.27 |
| 308 | 2026-06-08T20:17:37.726Z | Downloaded utf8_iter v1.0.4 |
| 309 | 2026-06-08T20:17:37.726Z | Downloaded thiserror-impl v1.0.69 |
| 310 | 2026-06-08T20:17:37.726Z | Downloaded pretty-hex v0.4.1 |
| 311 | 2026-06-08T20:17:37.726Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2026-06-08T20:17:37.726Z | Downloaded typeid v1.0.3 |
| 313 | 2026-06-08T20:17:37.731Z | Downloaded idna_adapter v1.2.1 |
| 314 | 2026-06-08T20:17:37.731Z | Downloaded generic-array v0.14.7 |
| 315 | 2026-06-08T20:17:37.731Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-06-08T20:17:37.731Z | Downloaded serde_spanned v0.6.9 |
| 317 | 2026-06-08T20:17:37.734Z | Downloaded dof v0.3.0 |
| 318 | 2026-06-08T20:17:37.734Z | Downloaded potential_utf v0.1.4 |
| 319 | 2026-06-08T20:17:37.734Z | Downloaded is_terminal_polyfill v1.70.2 |
| 320 | 2026-06-08T20:17:37.734Z | Downloaded cargo-util-schemas v0.8.2 |
| 321 | 2026-06-08T20:17:37.734Z | Downloaded zerofrom v0.1.6 |
| 322 | 2026-06-08T20:17:37.734Z | Downloaded writeable v0.6.2 |
| 323 | 2026-06-08T20:17:37.737Z | Downloaded usdt-macro v0.5.0 |
| 324 | 2026-06-08T20:17:37.737Z | Downloaded usdt-impl v0.5.0 |
| 325 | 2026-06-08T20:17:37.737Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-06-08T20:17:37.737Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-06-08T20:17:37.742Z | Downloaded version_check v0.9.5 |
| 328 | 2026-06-08T20:17:37.743Z | Downloaded serde v1.0.228 |
| 329 | 2026-06-08T20:17:37.749Z | Downloaded usdt v0.5.0 |
| 330 | 2026-06-08T20:17:37.749Z | Downloaded percent-encoding v2.3.2 |
| 331 | 2026-06-08T20:17:37.749Z | Downloaded zerofrom-derive v0.1.6 |
| 332 | 2026-06-08T20:17:37.749Z | Downloaded unicode-linebreak v0.1.5 |
| 333 | 2026-06-08T20:17:37.749Z | Downloaded equivalent v1.0.2 |
| 334 | 2026-06-08T20:17:37.750Z | Downloaded memmap v0.7.0 |
| 335 | 2026-06-08T20:17:37.750Z | Downloaded anstream v1.0.0 |
| 336 | 2026-06-08T20:17:37.756Z | Downloaded errno v0.3.14 |
| 337 | 2026-06-08T20:17:37.756Z | Downloaded tinystr v0.8.2 |
| 338 | 2026-06-08T20:17:37.756Z | Downloaded crypto-common v0.1.7 |
| 339 | 2026-06-08T20:17:37.756Z | Downloaded sha2 v0.10.9 |
| 340 | 2026-06-08T20:17:37.756Z | Downloaded erased-serde v0.4.9 |
| 341 | 2026-06-08T20:17:37.761Z | Downloaded zerovec-derive v0.11.2 |
| 342 | 2026-06-08T20:17:37.761Z | Downloaded yoke v0.8.1 |
| 343 | 2026-06-08T20:17:37.761Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2026-06-08T20:17:37.767Z | Downloaded plain v0.2.3 |
| 345 | 2026-06-08T20:17:37.770Z | Downloaded toml v0.8.23 |
| 346 | 2026-06-08T20:17:37.770Z | Downloaded thiserror v2.0.18 |
| 347 | 2026-06-08T20:17:37.773Z | Downloaded zmij v1.0.21 |
| 348 | 2026-06-08T20:17:37.773Z | Downloaded ucd-trie v0.1.7 |
| 349 | 2026-06-08T20:17:37.777Z | Downloaded swrite v0.1.0 |
| 350 | 2026-06-08T20:17:37.777Z | Downloaded zerocopy-derive v0.7.35 |
| 351 | 2026-06-08T20:17:37.777Z | Downloaded zerovec v0.11.5 |
| 352 | 2026-06-08T20:17:37.781Z | Downloaded scroll_derive v0.12.1 |
| 353 | 2026-06-08T20:17:37.781Z | Downloaded unicode-ident v1.0.24 |
| 354 | 2026-06-08T20:17:37.784Z | Downloaded stable_deref_trait v1.2.1 |
| 355 | 2026-06-08T20:17:37.784Z | Downloaded smawk v0.3.2 |
| 356 | 2026-06-08T20:17:37.784Z | Downloaded macaddr v1.0.1 |
| 357 | 2026-06-08T20:17:37.784Z | Downloaded terminal_size v0.4.3 |
| 358 | 2026-06-08T20:17:37.784Z | Downloaded tabled_derive v0.7.0 |
| 359 | 2026-06-08T20:17:37.787Z | Downloaded strsim v0.11.1 |
| 360 | 2026-06-08T20:17:37.788Z | Downloaded zerotrie v0.2.3 |
| 361 | 2026-06-08T20:17:37.788Z | Downloaded anstyle-query v1.1.5 |
| 362 | 2026-06-08T20:17:37.793Z | Downloaded typenum v1.19.0 |
| 363 | 2026-06-08T20:17:37.793Z | Downloaded textwrap v0.16.2 |
| 364 | 2026-06-08T20:17:37.796Z | Downloaded serde-untagged v0.1.9 |
| 365 | 2026-06-08T20:17:37.796Z | Downloaded fs-err v3.3.0 |
| 366 | 2026-06-08T20:17:37.796Z | Downloaded anstyle-parse v1.0.0 |
| 367 | 2026-06-08T20:17:37.796Z | Downloaded fastrand v2.3.0 |
| 368 | 2026-06-08T20:17:37.796Z | Downloaded heck v0.5.0 |
| 369 | 2026-06-08T20:17:37.800Z | Downloaded fnv v1.0.7 |
| 370 | 2026-06-08T20:17:37.800Z | Downloaded url v2.5.8 |
| 371 | 2026-06-08T20:17:37.800Z | Downloaded log v0.4.29 |
| 372 | 2026-06-08T20:17:37.803Z | Downloaded digest v0.10.7 |
| 373 | 2026-06-08T20:17:37.806Z | Downloaded ordered-float v2.10.1 |
| 374 | 2026-06-08T20:17:37.809Z | Downloaded synstructure v0.13.2 |
| 375 | 2026-06-08T20:17:37.809Z | Downloaded proc-macro-error v1.0.4 |
| 376 | 2026-06-08T20:17:37.814Z | Downloaded zerocopy v0.7.35 |
| 377 | 2026-06-08T20:17:37.819Z | Downloaded scroll v0.12.0 |
| 378 | 2026-06-08T20:17:37.823Z | Downloaded bytecount v0.6.9 |
| 379 | 2026-06-08T20:17:37.823Z | Downloaded quote v1.0.45 |
| 380 | 2026-06-08T20:17:37.827Z | Downloaded winnow v0.7.14 |
| 381 | 2026-06-08T20:17:37.830Z | Downloaded serde_tokenstream v0.2.3 |
| 382 | 2026-06-08T20:17:37.830Z | Downloaded serde-value v0.7.0 |
| 383 | 2026-06-08T20:17:37.830Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-06-08T20:17:37.833Z | Downloaded litemap v0.8.1 |
| 385 | 2026-06-08T20:17:37.837Z | Downloaded once_cell v1.21.3 |
| 386 | 2026-06-08T20:17:37.837Z | Downloaded byteorder v1.5.0 |
| 387 | 2026-06-08T20:17:37.837Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-06-08T20:17:37.841Z | Downloaded papergrid v0.11.0 |
| 389 | 2026-06-08T20:17:37.848Z | Downloaded itoa v1.0.17 |
| 390 | 2026-06-08T20:17:37.851Z | Downloaded pest_derive v2.8.6 |
| 391 | 2026-06-08T20:17:37.859Z | Downloaded semver v1.0.28 |
| 392 | 2026-06-08T20:17:37.864Z | Downloaded smallvec v1.15.1 |
| 393 | 2026-06-08T20:17:37.864Z | Downloaded autocfg v1.5.0 |
| 394 | 2026-06-08T20:17:37.869Z | Downloaded tempfile v3.25.0 |
| 395 | 2026-06-08T20:17:37.877Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-06-08T20:17:37.880Z | Downloaded bitflags v2.11.0 |
| 397 | 2026-06-08T20:17:37.884Z | Downloaded icu_properties v2.1.2 |
| 398 | 2026-06-08T20:17:37.887Z | Downloaded icu_provider v2.1.1 |
| 399 | 2026-06-08T20:17:37.890Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-06-08T20:17:37.893Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-06-08T20:17:37.896Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-06-08T20:17:37.896Z | Downloaded pest_meta v2.8.6 |
| 403 | 2026-06-08T20:17:37.899Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-06-08T20:17:37.899Z | Downloaded icu_normalizer v2.1.1 |
| 405 | 2026-06-08T20:17:37.903Z | Downloaded anyhow v1.0.102 |
| 406 | 2026-06-08T20:17:37.910Z | Downloaded serde_derive v1.0.228 |
| 407 | 2026-06-08T20:17:37.914Z | Downloaded icu_locale_core v2.1.1 |
| 408 | 2026-06-08T20:17:37.921Z | Downloaded icu_normalizer_data v2.1.1 |
| 409 | 2026-06-08T20:17:37.924Z | Downloaded memchr v2.8.0 |
| 410 | 2026-06-08T20:17:37.927Z | Downloaded icu_collections v2.1.1 |
| 411 | 2026-06-08T20:17:37.939Z | Downloaded idna v1.1.0 |
| 412 | 2026-06-08T20:17:37.942Z | Downloaded pest v2.8.6 |
| 413 | 2026-06-08T20:17:37.952Z | Downloaded clap_builder v4.6.0 |
| 414 | 2026-06-08T20:17:37.964Z | Downloaded indexmap v2.14.0 |
| 415 | 2026-06-08T20:17:37.973Z | Downloaded icu_properties_data v2.1.2 |
| 416 | 2026-06-08T20:17:37.977Z | Downloaded hashbrown v0.17.0 |
| 417 | 2026-06-08T20:17:37.992Z | Downloaded goblin v0.8.2 |
| 418 | 2026-06-08T20:17:37.999Z | Downloaded serde_json v1.0.149 |
| 419 | 2026-06-08T20:17:38.015Z | Downloaded tabled v0.15.0 |
| 420 | 2026-06-08T20:17:38.021Z | Downloaded syn v1.0.109 |
| 421 | 2026-06-08T20:17:38.028Z | Downloaded syn v2.0.117 |
| 422 | 2026-06-08T20:17:38.041Z | Downloaded rustix v1.1.3 |
| 423 | 2026-06-08T20:17:38.070Z | Downloaded libc v0.2.185 |
| 424 | 2026-06-08T20:17:38.144Z | Compiling proc-macro2 v1.0.106 |
| 425 | 2026-06-08T20:17:38.144Z | Compiling quote v1.0.45 |
| 426 | 2026-06-08T20:17:38.147Z | Compiling unicode-ident v1.0.24 |
| 427 | 2026-06-08T20:17:38.147Z | Compiling serde_core v1.0.228 |
| 428 | 2026-06-08T20:17:38.147Z | Compiling libc v0.2.185 |
| 429 | 2026-06-08T20:17:38.147Z | Compiling version_check v0.9.5 |
| 430 | 2026-06-08T20:17:38.147Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-08T20:17:38.147Z | Compiling serde v1.0.228 |
| 432 | 2026-06-08T20:17:38.427Z | Compiling memchr v2.8.0 |
| 433 | 2026-06-08T20:17:38.467Z | Compiling zmij v1.0.21 |
| 434 | 2026-06-08T20:17:38.645Z | Compiling autocfg v1.5.0 |
| 435 | 2026-06-08T20:17:38.726Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-06-08T20:17:38.757Z | Compiling itoa v1.0.17 |
| 437 | 2026-06-08T20:17:38.935Z | Compiling thiserror v1.0.69 |
| 438 | 2026-06-08T20:17:39.045Z | Compiling pest v2.8.6 |
| 439 | 2026-06-08T20:17:39.068Z | Compiling writeable v0.6.2 |
| 440 | 2026-06-08T20:17:39.081Z | Compiling litemap v0.8.1 |
| 441 | 2026-06-08T20:17:39.151Z | Compiling byteorder v1.5.0 |
| 442 | 2026-06-08T20:17:39.283Z | Compiling rustix v1.1.3 |
| 443 | 2026-06-08T20:17:39.397Z | Compiling icu_normalizer_data v2.1.1 |
| 444 | 2026-06-08T20:17:39.526Z | Compiling icu_properties_data v2.1.2 |
| 445 | 2026-06-08T20:17:39.760Z | Compiling syn v2.0.117 |
| 446 | 2026-06-08T20:17:39.857Z | Compiling errno v0.3.14 |
| 447 | 2026-06-08T20:17:39.857Z | Compiling serde_json v1.0.149 |
| 448 | 2026-06-08T20:17:39.857Z | Compiling bitflags v2.11.0 |
| 449 | 2026-06-08T20:17:40.005Z | Compiling num-traits v0.2.19 |
| 450 | 2026-06-08T20:17:40.138Z | Compiling equivalent v1.0.2 |
| 451 | 2026-06-08T20:17:40.258Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-06-08T20:17:40.259Z | Compiling typeid v1.0.3 |
| 453 | 2026-06-08T20:17:40.370Z | Compiling smallvec v1.15.1 |
| 454 | 2026-06-08T20:17:40.370Z | Compiling hashbrown v0.17.0 |
| 455 | 2026-06-08T20:17:40.479Z | Compiling thread-id v4.2.2 |
| 456 | 2026-06-08T20:17:40.539Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-06-08T20:17:40.605Z | Compiling proc-macro-error-attr v1.0.4 |
| 458 | 2026-06-08T20:17:40.683Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-06-08T20:17:40.752Z | Compiling winnow v0.7.14 |
| 460 | 2026-06-08T20:17:40.778Z | Compiling indexmap v2.14.0 |
| 461 | 2026-06-08T20:17:40.823Z | Compiling toml_write v0.1.2 |
| 462 | 2026-06-08T20:17:40.866Z | Compiling syn v1.0.109 |
| 463 | 2026-06-08T20:17:41.376Z | Compiling proc-macro-error v1.0.4 |
| 464 | 2026-06-08T20:17:41.392Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-06-08T20:17:41.558Z | Compiling log v0.4.29 |
| 466 | 2026-06-08T20:17:41.586Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-08T20:17:41.675Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-06-08T20:17:41.737Z | Compiling plain v0.2.3 |
| 469 | 2026-06-08T20:17:41.774Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-08T20:17:41.827Z | Compiling camino v1.2.2 |
| 471 | 2026-06-08T20:17:41.853Z | Compiling thiserror v2.0.18 |
| 472 | 2026-06-08T20:17:41.892Z | Compiling anstyle-parse v1.0.0 |
| 473 | 2026-06-08T20:17:41.954Z | Compiling ordered-float v2.10.1 |
| 474 | 2026-06-08T20:17:42.081Z | Compiling form_urlencoded v1.2.2 |
| 475 | 2026-06-08T20:17:42.150Z | Compiling synstructure v0.13.2 |
| 476 | 2026-06-08T20:17:42.183Z | Compiling pest_generator v2.8.6 |
| 477 | 2026-06-08T20:17:42.282Z | Compiling terminal_size v0.4.3 |
| 478 | 2026-06-08T20:17:42.506Z | Compiling anstyle v1.0.14 |
| 479 | 2026-06-08T20:17:42.660Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-06-08T20:17:42.680Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-06-08T20:17:42.697Z | Compiling cfg-if v1.0.4 |
| 482 | 2026-06-08T20:17:42.739Z | Compiling is_terminal_polyfill v1.70.2 |
| 483 | 2026-06-08T20:17:42.770Z | Compiling anstyle-query v1.1.5 |
| 484 | 2026-06-08T20:17:42.825Z | Compiling serde-untagged v0.1.9 |
| 485 | 2026-06-08T20:17:42.893Z | Compiling anstream v1.0.0 |
| 486 | 2026-06-08T20:17:42.913Z | Compiling semver v1.0.28 |
| 487 | 2026-06-08T20:17:42.982Z | Compiling fs-err v3.3.0 |
| 488 | 2026-06-08T20:17:43.081Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-06-08T20:17:43.165Z | Compiling once_cell v1.21.3 |
| 490 | 2026-06-08T20:17:43.197Z | Compiling heck v0.5.0 |
| 491 | 2026-06-08T20:17:43.286Z | Compiling fnv v1.0.7 |
| 492 | 2026-06-08T20:17:43.385Z | Compiling anyhow v1.0.102 |
| 493 | 2026-06-08T20:17:43.385Z | Compiling unicode-xid v0.2.6 |
| 494 | 2026-06-08T20:17:43.471Z | Compiling unicode-width v0.1.14 |
| 495 | 2026-06-08T20:17:43.471Z | Compiling strsim v0.11.1 |
| 496 | 2026-06-08T20:17:43.594Z | Compiling fastrand v2.3.0 |
| 497 | 2026-06-08T20:17:43.657Z | Compiling heck v0.4.1 |
| 498 | 2026-06-08T20:17:43.657Z | Compiling bytecount v0.6.9 |
| 499 | 2026-06-08T20:17:43.732Z | Compiling papergrid v0.11.0 |
| 500 | 2026-06-08T20:17:43.746Z | Compiling tempfile v3.25.0 |
| 501 | 2026-06-08T20:17:43.751Z | Compiling clap_builder v4.6.0 |
| 502 | 2026-06-08T20:17:43.887Z | Compiling memmap v0.7.0 |
| 503 | 2026-06-08T20:17:43.923Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-06-08T20:17:43.982Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-06-08T20:17:44.065Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-06-08T20:17:44.116Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-06-08T20:17:44.350Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-06-08T20:17:45.069Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-06-08T20:17:45.135Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-06-08T20:17:45.212Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-06-08T20:17:45.212Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-06-08T20:17:45.372Z | Compiling zerofrom v0.1.6 |
| 513 | 2026-06-08T20:17:45.505Z | Compiling yoke v0.8.1 |
| 514 | 2026-06-08T20:17:45.645Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-06-08T20:17:45.702Z | Compiling zerovec v0.11.5 |
| 516 | 2026-06-08T20:17:45.870Z | Compiling zerotrie v0.2.3 |
| 517 | 2026-06-08T20:17:45.984Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-06-08T20:17:46.170Z | Compiling tinystr v0.8.2 |
| 519 | 2026-06-08T20:17:46.200Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-06-08T20:17:46.370Z | Compiling icu_locale_core v2.1.1 |
| 521 | 2026-06-08T20:17:46.387Z | Compiling icu_collections v2.1.1 |
| 522 | 2026-06-08T20:17:46.443Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-06-08T20:17:46.531Z | Compiling scroll v0.12.0 |
| 524 | 2026-06-08T20:17:46.726Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-06-08T20:17:46.798Z | Compiling goblin v0.8.2 |
| 526 | 2026-06-08T20:17:46.822Z | Compiling clap_derive v4.6.1 |
| 527 | 2026-06-08T20:17:47.067Z | Compiling icu_provider v2.1.1 |
| 528 | 2026-06-08T20:17:47.187Z | Compiling smawk v0.3.2 |
| 529 | 2026-06-08T20:17:47.242Z | Compiling unicode-linebreak v0.1.5 |
| 530 | 2026-06-08T20:17:47.328Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-06-08T20:17:47.365Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-06-08T20:17:47.383Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-06-08T20:17:47.402Z | Compiling serde_spanned v0.6.9 |
| 534 | 2026-06-08T20:17:47.530Z | Compiling dof v0.3.0 |
| 535 | 2026-06-08T20:17:47.617Z | Compiling toml_edit v0.22.27 |
| 536 | 2026-06-08T20:17:47.648Z | Compiling serde_tokenstream v0.2.3 |
| 537 | 2026-06-08T20:17:47.667Z | Compiling serde-value v0.7.0 |
| 538 | 2026-06-08T20:17:47.951Z | Compiling cargo-platform v0.2.0 |
| 539 | 2026-06-08T20:17:47.970Z | Compiling unicode-width v0.2.0 |
| 540 | 2026-06-08T20:17:48.023Z | Compiling tabled v0.15.0 |
| 541 | 2026-06-08T20:17:48.233Z | Compiling textwrap v0.16.2 |
| 542 | 2026-06-08T20:17:48.248Z | Compiling idna_adapter v1.2.1 |
| 543 | 2026-06-08T20:17:48.388Z | Compiling idna v1.1.0 |
| 544 | 2026-06-08T20:17:48.481Z | Compiling macaddr v1.0.1 |
| 545 | 2026-06-08T20:17:48.557Z | Compiling usdt-attr-macro v0.5.0 |
| 546 | 2026-06-08T20:17:48.652Z | Compiling usdt-macro v0.5.0 |
| 547 | 2026-06-08T20:17:48.696Z | Compiling url v2.5.8 |
| 548 | 2026-06-08T20:17:48.717Z | Compiling clap v4.6.1 |
| 549 | 2026-06-08T20:17:49.069Z | Compiling toml v0.8.23 |
| 550 | 2026-06-08T20:17:49.226Z | Compiling camino-tempfile v1.4.1 |
| 551 | 2026-06-08T20:17:49.523Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-06-08T20:17:49.563Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-06-08T20:17:49.701Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-08T20:17:49.872Z | Compiling swrite v0.1.0 |
| 555 | 2026-06-08T20:17:49.967Z | Compiling usdt v0.5.0 |
| 556 | 2026-06-08T20:17:50.401Z | Compiling cargo_metadata v0.21.0 |
| 557 | 2026-06-08T20:17:51.266Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 558 | 2026-06-08T20:17:53.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.85s |
| 559 | 2026-06-08T20:17:53.557Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 560 | 2026-06-08T20:17:54.114Z | Downloading crates ... |
| 561 | 2026-06-08T20:17:54.207Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-06-08T20:17:54.218Z | Downloaded cexpr v0.6.0 |
| 563 | 2026-06-08T20:17:54.228Z | Downloaded async-recursion v1.1.1 |
| 564 | 2026-06-08T20:17:54.233Z | Downloaded assert_matches v1.5.0 |
| 565 | 2026-06-08T20:17:54.237Z | Downloaded blowfish v0.9.1 |
| 566 | 2026-06-08T20:17:54.237Z | Downloaded cstr-argument v0.1.2 |
| 567 | 2026-06-08T20:17:54.237Z | Downloaded cfg_aliases v0.1.1 |
| 568 | 2026-06-08T20:17:54.237Z | Downloaded ascii-canvas v3.0.0 |
| 569 | 2026-06-08T20:17:54.237Z | Downloaded bb8 v0.8.6 |
| 570 | 2026-06-08T20:17:54.237Z | Downloaded async-stream v0.3.6 |
| 571 | 2026-06-08T20:17:54.240Z | Downloaded async-trait v0.1.89 |
| 572 | 2026-06-08T20:17:54.240Z | Downloaded crossbeam-epoch v0.9.18 |
| 573 | 2026-06-08T20:17:54.243Z | Downloaded dirs-next v2.0.0 |
| 574 | 2026-06-08T20:17:54.243Z | Downloaded crc32fast v1.5.0 |
| 575 | 2026-06-08T20:17:54.243Z | Downloaded async-stream-impl v0.3.6 |
| 576 | 2026-06-08T20:17:54.247Z | Downloaded arrayref v0.3.9 |
| 577 | 2026-06-08T20:17:54.247Z | Downloaded ciborium-ll v0.2.2 |
| 578 | 2026-06-08T20:17:54.247Z | Downloaded cargo-platform v0.3.2 |
| 579 | 2026-06-08T20:17:54.250Z | Downloaded enum-as-inner v0.6.1 |
| 580 | 2026-06-08T20:17:54.250Z | Downloaded debug-ignore v1.0.5 |
| 581 | 2026-06-08T20:17:54.250Z | Downloaded dyn-clone v1.0.20 |
| 582 | 2026-06-08T20:17:54.250Z | Downloaded base16ct v0.2.0 |
| 583 | 2026-06-08T20:17:54.255Z | Downloaded array-init v0.0.4 |
| 584 | 2026-06-08T20:17:54.255Z | Downloaded blake2 v0.10.6 |
| 585 | 2026-06-08T20:17:54.255Z | Downloaded castaway v0.2.4 |
| 586 | 2026-06-08T20:17:54.259Z | Downloaded float-ord v0.3.2 |
| 587 | 2026-06-08T20:17:54.259Z | Downloaded bitfield-macros v0.19.4 |
| 588 | 2026-06-08T20:17:54.259Z | Downloaded fd-lock v4.0.4 |
| 589 | 2026-06-08T20:17:54.259Z | Downloaded critical-section v1.2.0 |
| 590 | 2026-06-08T20:17:54.263Z | Downloaded crc-any v2.5.0 |
| 591 | 2026-06-08T20:17:54.263Z | Downloaded difflib v0.4.0 |
| 592 | 2026-06-08T20:17:54.263Z | Downloaded derive-ex v0.1.8 |
| 593 | 2026-06-08T20:17:54.267Z | Downloaded der_derive v0.7.3 |
| 594 | 2026-06-08T20:17:54.267Z | Downloaded compression-core v0.4.31 |
| 595 | 2026-06-08T20:17:54.267Z | Downloaded cfg_aliases v0.2.1 |
| 596 | 2026-06-08T20:17:54.267Z | Downloaded atty v0.2.14 |
| 597 | 2026-06-08T20:17:54.275Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 598 | 2026-06-08T20:17:54.275Z | Downloaded embedded-io v0.4.0 |
| 599 | 2026-06-08T20:17:54.275Z | Downloaded cancel-safe-futures v0.1.5 |
| 600 | 2026-06-08T20:17:54.278Z | Downloaded darling v0.20.11 |
| 601 | 2026-06-08T20:17:54.278Z | Downloaded erased-serde v0.3.31 |
| 602 | 2026-06-08T20:17:54.282Z | Downloaded aead v0.5.2 |
| 603 | 2026-06-08T20:17:54.282Z | Downloaded ciborium-io v0.2.2 |
| 604 | 2026-06-08T20:17:54.282Z | Downloaded daft-derive v0.1.7 |
| 605 | 2026-06-08T20:17:54.285Z | Downloaded dtrace-parser v0.3.0 |
| 606 | 2026-06-08T20:17:54.285Z | Downloaded downcast-rs v2.0.2 |
| 607 | 2026-06-08T20:17:54.285Z | Downloaded bzip2 v0.4.4 |
| 608 | 2026-06-08T20:17:54.286Z | Downloaded convert_case v0.10.0 |
| 609 | 2026-06-08T20:17:54.290Z | Downloaded argon2 v0.5.3 |
| 610 | 2026-06-08T20:17:54.290Z | Downloaded des v0.8.1 |
| 611 | 2026-06-08T20:17:54.293Z | Downloaded base64ct v1.8.3 |
| 612 | 2026-06-08T20:17:54.293Z | Downloaded dirs-sys-next v0.1.2 |
| 613 | 2026-06-08T20:17:54.293Z | Downloaded endian-type v0.1.2 |
| 614 | 2026-06-08T20:17:54.293Z | Downloaded dof v0.4.0 |
| 615 | 2026-06-08T20:17:54.293Z | Downloaded bitfield-struct v0.6.2 |
| 616 | 2026-06-08T20:17:54.297Z | Downloaded derive_builder_macro v0.20.2 |
| 617 | 2026-06-08T20:17:54.297Z | Downloaded crossbeam-utils v0.8.21 |
| 618 | 2026-06-08T20:17:54.297Z | Downloaded anstream v0.6.21 |
| 619 | 2026-06-08T20:17:54.300Z | Downloaded embedded-io v0.6.1 |
| 620 | 2026-06-08T20:17:54.300Z | Downloaded atomic-waker v1.1.2 |
| 621 | 2026-06-08T20:17:54.305Z | Downloaded const_format_proc_macros v0.2.34 |
| 622 | 2026-06-08T20:17:54.305Z | Downloaded cbc v0.1.2 |
| 623 | 2026-06-08T20:17:54.305Z | Downloaded cookie v0.18.1 |
| 624 | 2026-06-08T20:17:54.308Z | Downloaded async-bb8-diesel v0.2.1 |
| 625 | 2026-06-08T20:17:54.308Z | Downloaded buf-list v1.1.2 |
| 626 | 2026-06-08T20:17:54.311Z | Downloaded atomicwrites v0.4.4 |
| 627 | 2026-06-08T20:17:54.315Z | Downloaded defmt-parser v1.0.0 |
| 628 | 2026-06-08T20:17:54.318Z | Downloaded block-padding v0.3.3 |
| 629 | 2026-06-08T20:17:54.318Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 630 | 2026-06-08T20:17:54.321Z | Downloaded darling_macro v0.20.11 |
| 631 | 2026-06-08T20:17:54.321Z | Downloaded crunchy v0.2.4 |
| 632 | 2026-06-08T20:17:54.326Z | Downloaded cpufeatures v0.3.0 |
| 633 | 2026-06-08T20:17:54.326Z | Downloaded env_filter v1.0.0 |
| 634 | 2026-06-08T20:17:54.326Z | Downloaded convert_case v0.4.0 |
| 635 | 2026-06-08T20:17:54.326Z | Downloaded flagset v0.4.7 |
| 636 | 2026-06-08T20:17:54.329Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 637 | 2026-06-08T20:17:54.329Z | Downloaded crucible-workspace-hack v0.1.0 |
| 638 | 2026-06-08T20:17:54.329Z | Downloaded bit-set v0.8.0 |
| 639 | 2026-06-08T20:17:54.329Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 640 | 2026-06-08T20:17:54.329Z | Downloaded dsl_auto_type v0.2.0 |
| 641 | 2026-06-08T20:17:54.332Z | Downloaded display-error-chain v0.2.2 |
| 642 | 2026-06-08T20:17:54.332Z | Downloaded foreign-types-shared v0.3.1 |
| 643 | 2026-06-08T20:17:54.332Z | Downloaded foreign-types-macros v0.2.3 |
| 644 | 2026-06-08T20:17:54.332Z | Downloaded cobs v0.3.0 |
| 645 | 2026-06-08T20:17:54.335Z | Downloaded fxhash v0.2.1 |
| 646 | 2026-06-08T20:17:54.335Z | Downloaded dunce v1.0.5 |
| 647 | 2026-06-08T20:17:54.335Z | Downloaded darling_macro v0.23.0 |
| 648 | 2026-06-08T20:17:54.335Z | Downloaded futures-task v0.3.32 |
| 649 | 2026-06-08T20:17:54.338Z | Downloaded futures-sink v0.3.32 |
| 650 | 2026-06-08T20:17:54.339Z | Downloaded console v0.16.2 |
| 651 | 2026-06-08T20:17:54.339Z | Downloaded defmt v0.3.100 |
| 652 | 2026-06-08T20:17:54.342Z | Downloaded cmake v0.1.57 |
| 653 | 2026-06-08T20:17:54.342Z | Downloaded byte-wrapper v0.1.0 |
| 654 | 2026-06-08T20:17:54.342Z | Downloaded bitflags v1.3.2 |
| 655 | 2026-06-08T20:17:54.345Z | Downloaded corncobs v0.1.4 |
| 656 | 2026-06-08T20:17:54.345Z | Downloaded arrayvec v0.7.6 |
| 657 | 2026-06-08T20:17:54.348Z | Downloaded darling_macro v0.21.3 |
| 658 | 2026-06-08T20:17:54.348Z | Downloaded foreign-types-shared v0.1.1 |
| 659 | 2026-06-08T20:17:54.348Z | Downloaded float-cmp v0.10.0 |
| 660 | 2026-06-08T20:17:54.351Z | Downloaded fixedbitset v0.4.2 |
| 661 | 2026-06-08T20:17:54.351Z | Downloaded futures-macro v0.3.32 |
| 662 | 2026-06-08T20:17:54.351Z | Downloaded darling_macro v0.13.4 |
| 663 | 2026-06-08T20:17:54.356Z | Downloaded crc8 v0.1.1 |
| 664 | 2026-06-08T20:17:54.356Z | Downloaded futures-io v0.3.32 |
| 665 | 2026-06-08T20:17:54.356Z | Downloaded ghash v0.5.1 |
| 666 | 2026-06-08T20:17:54.356Z | Downloaded foreign-types v0.3.2 |
| 667 | 2026-06-08T20:17:54.356Z | Downloaded funty v2.0.0 |
| 668 | 2026-06-08T20:17:54.359Z | Downloaded colored v3.1.1 |
| 669 | 2026-06-08T20:17:54.359Z | Downloaded cassowary v0.3.0 |
| 670 | 2026-06-08T20:17:54.359Z | Downloaded ahash v0.8.12 |
| 671 | 2026-06-08T20:17:54.363Z | Downloaded bit-vec v0.8.0 |
| 672 | 2026-06-08T20:17:54.368Z | Downloaded csv-core v0.1.13 |
| 673 | 2026-06-08T20:17:54.368Z | Downloaded crc-catalog v2.4.0 |
| 674 | 2026-06-08T20:17:54.372Z | Downloaded hash32 v0.2.1 |
| 675 | 2026-06-08T20:17:54.372Z | Downloaded crc v3.4.0 |
| 676 | 2026-06-08T20:17:54.376Z | Downloaded globwalk v0.9.1 |
| 677 | 2026-06-08T20:17:54.379Z | Downloaded hex v0.4.3 |
| 678 | 2026-06-08T20:17:54.380Z | Downloaded hash32 v0.3.1 |
| 679 | 2026-06-08T20:17:54.380Z | Downloaded ed25519 v2.2.3 |
| 680 | 2026-06-08T20:17:54.383Z | Downloaded deranged v0.5.8 |
| 681 | 2026-06-08T20:17:54.383Z | Downloaded gethostname v0.5.0 |
| 682 | 2026-06-08T20:17:54.383Z | Downloaded git-stub v1.0.0 |
| 683 | 2026-06-08T20:17:54.386Z | Downloaded bit-set v0.5.3 |
| 684 | 2026-06-08T20:17:54.389Z | Downloaded headers-core v0.3.0 |
| 685 | 2026-06-08T20:17:54.393Z | Downloaded foldhash v0.2.0 |
| 686 | 2026-06-08T20:17:54.393Z | Downloaded compression-codecs v0.4.37 |
| 687 | 2026-06-08T20:17:54.396Z | Downloaded hostname v0.3.1 |
| 688 | 2026-06-08T20:17:54.396Z | Downloaded home v0.5.12 |
| 689 | 2026-06-08T20:17:54.396Z | Downloaded hostname v0.4.2 |
| 690 | 2026-06-08T20:17:54.396Z | Downloaded chacha20 v0.9.1 |
| 691 | 2026-06-08T20:17:54.401Z | Downloaded http-body v1.0.1 |
| 692 | 2026-06-08T20:17:54.401Z | Downloaded constant_time_eq v0.4.2 |
| 693 | 2026-06-08T20:17:54.405Z | Downloaded either v1.15.0 |
| 694 | 2026-06-08T20:17:54.405Z | Downloaded backon v1.6.0 |
| 695 | 2026-06-08T20:17:54.405Z | Downloaded bit-vec v0.6.3 |
| 696 | 2026-06-08T20:17:54.405Z | Downloaded fs-err v2.11.0 |
| 697 | 2026-06-08T20:17:54.408Z | Downloaded httpdate v1.0.3 |
| 698 | 2026-06-08T20:17:54.408Z | Downloaded document-features v0.2.12 |
| 699 | 2026-06-08T20:17:54.408Z | Downloaded daft v0.1.7 |
| 700 | 2026-06-08T20:17:54.408Z | Downloaded crossbeam-deque v0.8.6 |
| 701 | 2026-06-08T20:17:54.411Z | Downloaded find-msvc-tools v0.1.9 |
| 702 | 2026-06-08T20:17:54.411Z | Downloaded indoc v1.0.9 |
| 703 | 2026-06-08T20:17:54.411Z | Downloaded fixedbitset v0.5.7 |
| 704 | 2026-06-08T20:17:54.417Z | Downloaded defmt v1.0.1 |
| 705 | 2026-06-08T20:17:54.420Z | Downloaded ecdsa v0.16.9 |
| 706 | 2026-06-08T20:17:54.420Z | Downloaded cipher v0.4.4 |
| 707 | 2026-06-08T20:17:54.420Z | Downloaded ciborium v0.2.2 |
| 708 | 2026-06-08T20:17:54.420Z | Downloaded defmt-macros v1.0.1 |
| 709 | 2026-06-08T20:17:54.424Z | Downloaded fs_extra v1.3.0 |
| 710 | 2026-06-08T20:17:54.424Z | Downloaded ctr v0.9.2 |
| 711 | 2026-06-08T20:17:54.427Z | Downloaded foreign-types v0.5.0 |
| 712 | 2026-06-08T20:17:54.427Z | Downloaded bitfield v0.19.4 |
| 713 | 2026-06-08T20:17:54.427Z | Downloaded ff v0.13.1 |
| 714 | 2026-06-08T20:17:54.431Z | Downloaded darling v0.13.4 |
| 715 | 2026-06-08T20:17:54.431Z | Downloaded hubpack_derive v0.1.1 |
| 716 | 2026-06-08T20:17:54.431Z | Downloaded cargo_metadata v0.23.1 |
| 717 | 2026-06-08T20:17:54.434Z | Downloaded instant v0.1.13 |
| 718 | 2026-06-08T20:17:54.434Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 719 | 2026-06-08T20:17:54.435Z | Downloaded anstyle-parse v0.2.7 |
| 720 | 2026-06-08T20:17:54.435Z | Downloaded futures-core v0.3.32 |
| 721 | 2026-06-08T20:17:54.440Z | Downloaded illumos-nvpair v0.3.0 |
| 722 | 2026-06-08T20:17:54.440Z | Downloaded ident_case v1.0.1 |
| 723 | 2026-06-08T20:17:54.440Z | Downloaded is-terminal v0.4.17 |
| 724 | 2026-06-08T20:17:54.440Z | Downloaded internet-checksum v0.2.1 |
| 725 | 2026-06-08T20:17:54.440Z | Downloaded instability v0.3.11 |
| 726 | 2026-06-08T20:17:54.440Z | Downloaded git-stub-vcs v0.1.0 |
| 727 | 2026-06-08T20:17:54.443Z | Downloaded glob v0.3.3 |
| 728 | 2026-06-08T20:17:54.443Z | Downloaded futures-executor v0.3.32 |
| 729 | 2026-06-08T20:17:54.444Z | Downloaded ena v0.14.4 |
| 730 | 2026-06-08T20:17:54.444Z | Downloaded inout v0.1.4 |
| 731 | 2026-06-08T20:17:54.447Z | Downloaded indent_write v2.2.0 |
| 732 | 2026-06-08T20:17:54.447Z | Downloaded const-oid v0.9.6 |
| 733 | 2026-06-08T20:17:54.448Z | Downloaded is_ci v1.2.0 |
| 734 | 2026-06-08T20:17:54.448Z | Downloaded hyper-tls v0.6.0 |
| 735 | 2026-06-08T20:17:54.450Z | Downloaded hubpack v0.1.2 |
| 736 | 2026-06-08T20:17:54.451Z | Downloaded ed25519-dalek v2.2.0 |
| 737 | 2026-06-08T20:17:54.451Z | Downloaded group v0.13.0 |
| 738 | 2026-06-08T20:17:54.453Z | Downloaded cookie_store v0.22.1 |
| 739 | 2026-06-08T20:17:54.454Z | Downloaded kstat-rs v0.2.4 |
| 740 | 2026-06-08T20:17:54.456Z | Downloaded console v0.15.11 |
| 741 | 2026-06-08T20:17:54.456Z | Downloaded bcs v0.1.6 |
| 742 | 2026-06-08T20:17:54.459Z | Downloaded highway v1.3.0 |
| 743 | 2026-06-08T20:17:54.459Z | Downloaded keccak v0.1.6 |
| 744 | 2026-06-08T20:17:54.459Z | Downloaded http-body-util v0.1.3 |
| 745 | 2026-06-08T20:17:54.484Z | Downloaded fallible-iterator v0.2.0 |
| 746 | 2026-06-08T20:17:54.484Z | Downloaded diesel-dtrace v0.5.0 |
| 747 | 2026-06-08T20:17:54.484Z | Downloaded data-encoding v2.10.0 |
| 748 | 2026-06-08T20:17:54.484Z | Downloaded http-range v0.1.5 |
| 749 | 2026-06-08T20:17:54.484Z | Downloaded lalrpop-util v0.19.12 |
| 750 | 2026-06-08T20:17:54.484Z | Downloaded filetime v0.2.27 |
| 751 | 2026-06-08T20:17:54.484Z | Downloaded libscf-sys v1.1.0 |
| 752 | 2026-06-08T20:17:54.485Z | Downloaded derive_builder_core v0.20.2 |
| 753 | 2026-06-08T20:17:54.485Z | Downloaded bytes v1.11.1 |
| 754 | 2026-06-08T20:17:54.485Z | Downloaded futures-channel v0.3.32 |
| 755 | 2026-06-08T20:17:54.485Z | Downloaded diff v0.1.13 |
| 756 | 2026-06-08T20:17:54.485Z | Downloaded lru-slab v0.1.2 |
| 757 | 2026-06-08T20:17:54.485Z | Downloaded lru-cache v0.1.2 |
| 758 | 2026-06-08T20:17:54.485Z | Downloaded darling v0.23.0 |
| 759 | 2026-06-08T20:17:54.489Z | Downloaded indoc v2.0.7 |
| 760 | 2026-06-08T20:17:54.489Z | Downloaded linked-hash-map v0.5.6 |
| 761 | 2026-06-08T20:17:54.489Z | Downloaded getrandom v0.2.17 |
| 762 | 2026-06-08T20:17:54.489Z | Downloaded half v1.8.3 |
| 763 | 2026-06-08T20:17:54.489Z | Downloaded globset v0.4.18 |
| 764 | 2026-06-08T20:17:54.489Z | Downloaded bzip2 v0.6.1 |
| 765 | 2026-06-08T20:17:54.489Z | Downloaded crossterm v0.29.0 |
| 766 | 2026-06-08T20:17:54.499Z | Downloaded elliptic-curve v0.13.8 |
| 767 | 2026-06-08T20:17:54.499Z | Downloaded lru v0.12.5 |
| 768 | 2026-06-08T20:17:54.499Z | Downloaded lzss v0.8.2 |
| 769 | 2026-06-08T20:17:54.499Z | Downloaded ipnet v2.11.0 |
| 770 | 2026-06-08T20:17:54.499Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 771 | 2026-06-08T20:17:54.502Z | Downloaded mime v0.3.17 |
| 772 | 2026-06-08T20:17:54.502Z | Downloaded multimap v0.10.1 |
| 773 | 2026-06-08T20:17:54.502Z | Downloaded memoffset v0.9.1 |
| 774 | 2026-06-08T20:17:54.502Z | Downloaded md5 v0.7.0 |
| 775 | 2026-06-08T20:17:54.502Z | Downloaded hyper-staticfile v0.10.1 |
| 776 | 2026-06-08T20:17:54.503Z | Downloaded maybe-uninit v2.0.0 |
| 777 | 2026-06-08T20:17:54.506Z | Downloaded dropshot_endpoint v0.17.0 |
| 778 | 2026-06-08T20:17:54.506Z | Downloaded normalize-line-endings v0.3.0 |
| 779 | 2026-06-08T20:17:54.512Z | Downloaded nodrop v0.1.14 |
| 780 | 2026-06-08T20:17:54.512Z | Downloaded newline-converter v0.3.0 |
| 781 | 2026-06-08T20:17:54.512Z | Downloaded new_debug_unreachable v1.0.6 |
| 782 | 2026-06-08T20:17:54.512Z | Downloaded md-5 v0.10.6 |
| 783 | 2026-06-08T20:17:54.512Z | Downloaded crossbeam-channel v0.5.15 |
| 784 | 2026-06-08T20:17:54.518Z | Downloaded ipnetwork v0.21.1 |
| 785 | 2026-06-08T20:17:54.518Z | Downloaded hmac v0.12.1 |
| 786 | 2026-06-08T20:17:54.518Z | Downloaded chacha20 v0.10.0 |
| 787 | 2026-06-08T20:17:54.526Z | Downloaded match_cfg v0.1.0 |
| 788 | 2026-06-08T20:17:54.526Z | Downloaded futures v0.3.32 |
| 789 | 2026-06-08T20:17:54.526Z | Downloaded lazy_static v1.5.0 |
| 790 | 2026-06-08T20:17:54.526Z | Downloaded maplit v1.0.2 |
| 791 | 2026-06-08T20:17:54.526Z | Downloaded ingot v0.1.1 |
| 792 | 2026-06-08T20:17:54.526Z | Downloaded humantime v2.3.0 |
| 793 | 2026-06-08T20:17:54.526Z | Downloaded jobserver v0.1.34 |
| 794 | 2026-06-08T20:17:54.530Z | Downloaded num-conv v0.2.0 |
| 795 | 2026-06-08T20:17:54.530Z | Downloaded newtype_derive v0.1.6 |
| 796 | 2026-06-08T20:17:54.530Z | Downloaded base64 v0.21.7 |
| 797 | 2026-06-08T20:17:54.530Z | Downloaded allocator-api2 v0.2.21 |
| 798 | 2026-06-08T20:17:54.535Z | Downloaded num v0.4.3 |
| 799 | 2026-06-08T20:17:54.535Z | Downloaded httparse v1.10.1 |
| 800 | 2026-06-08T20:17:54.535Z | Downloaded num-iter v0.1.45 |
| 801 | 2026-06-08T20:17:54.535Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2026-06-08T20:17:54.540Z | Downloaded num-derive v0.4.2 |
| 803 | 2026-06-08T20:17:54.540Z | Downloaded num-derive v0.3.3 |
| 804 | 2026-06-08T20:17:54.540Z | Downloaded newtype-uuid-macros v0.1.0 |
| 805 | 2026-06-08T20:17:54.540Z | Downloaded opaque-debug v0.3.1 |
| 806 | 2026-06-08T20:17:54.540Z | Downloaded libefi-sys v0.1.0 |
| 807 | 2026-06-08T20:17:54.543Z | Downloaded derive_more v0.99.20 |
| 808 | 2026-06-08T20:17:54.543Z | Downloaded num_threads v0.1.7 |
| 809 | 2026-06-08T20:17:54.543Z | Downloaded libsw v3.5.0 |
| 810 | 2026-06-08T20:17:54.547Z | Downloaded openssl-probe v0.2.1 |
| 811 | 2026-06-08T20:17:54.547Z | Downloaded const_format v0.2.35 |
| 812 | 2026-06-08T20:17:54.552Z | Downloaded lock_api v0.4.14 |
| 813 | 2026-06-08T20:17:54.552Z | Downloaded libloading v0.8.9 |
| 814 | 2026-06-08T20:17:54.552Z | Downloaded linear-map v1.2.0 |
| 815 | 2026-06-08T20:17:54.552Z | Downloaded openssl-macros v0.1.1 |
| 816 | 2026-06-08T20:17:54.556Z | Downloaded half v2.7.1 |
| 817 | 2026-06-08T20:17:54.556Z | Downloaded openssl-probe v0.1.6 |
| 818 | 2026-06-08T20:17:54.556Z | Downloaded expectorate v1.2.0 |
| 819 | 2026-06-08T20:17:54.559Z | Downloaded hyper-rustls v0.27.7 |
| 820 | 2026-06-08T20:17:54.560Z | Downloaded darling_core v0.23.0 |
| 821 | 2026-06-08T20:17:54.564Z | Downloaded mime_guess v2.0.5 |
| 822 | 2026-06-08T20:17:54.564Z | Downloaded drift v0.2.0 |
| 823 | 2026-06-08T20:17:54.568Z | Downloaded oso-derive v0.27.3 |
| 824 | 2026-06-08T20:17:54.568Z | Downloaded nanorand v0.7.0 |
| 825 | 2026-06-08T20:17:54.577Z | Downloaded ingot-types v0.1.2 |
| 826 | 2026-06-08T20:17:54.577Z | Downloaded managed v0.8.0 |
| 827 | 2026-06-08T20:17:54.577Z | Downloaded libsw-core v0.3.2 |
| 828 | 2026-06-08T20:17:54.577Z | Downloaded ingot-macros v0.1.1 |
| 829 | 2026-06-08T20:17:54.582Z | Downloaded flume v0.11.1 |
| 830 | 2026-06-08T20:17:54.582Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-06-08T20:17:54.582Z | Downloaded arc-swap v1.8.2 |
| 832 | 2026-06-08T20:17:54.582Z | Downloaded olpc-cjson v0.1.4 |
| 833 | 2026-06-08T20:17:54.582Z | Downloaded fatfs v0.3.6 |
| 834 | 2026-06-08T20:17:54.582Z | Downloaded peg-runtime v0.8.5 |
| 835 | 2026-06-08T20:17:54.587Z | Downloaded native-tls v0.2.18 |
| 836 | 2026-06-08T20:17:54.587Z | Downloaded multer v3.1.0 |
| 837 | 2026-06-08T20:17:54.588Z | Downloaded packed_struct_codegen v0.10.1 |
| 838 | 2026-06-08T20:17:54.600Z | Downloaded diesel_derives v2.3.7 |
| 839 | 2026-06-08T20:17:54.600Z | Downloaded pbkdf2 v0.11.0 |
| 840 | 2026-06-08T20:17:54.600Z | Downloaded path-slash v0.1.5 |
| 841 | 2026-06-08T20:17:54.604Z | Downloaded env_logger v0.11.9 |
| 842 | 2026-06-08T20:17:54.604Z | Downloaded nonempty v0.12.0 |
| 843 | 2026-06-08T20:17:54.604Z | Downloaded foldhash v0.1.5 |
| 844 | 2026-06-08T20:17:54.604Z | Downloaded newtype-uuid v1.3.2 |
| 845 | 2026-06-08T20:17:54.604Z | Downloaded derive_builder v0.20.2 |
| 846 | 2026-06-08T20:17:54.604Z | Downloaded num-complex v0.4.6 |
| 847 | 2026-06-08T20:17:54.604Z | Downloaded nu-ansi-term v0.50.3 |
| 848 | 2026-06-08T20:17:54.604Z | Downloaded num_enum v0.7.6 |
| 849 | 2026-06-08T20:17:54.608Z | Downloaded num-integer v0.1.46 |
| 850 | 2026-06-08T20:17:54.608Z | Downloaded nibble_vec v0.1.0 |
| 851 | 2026-06-08T20:17:54.608Z | Downloaded num-rational v0.4.2 |
| 852 | 2026-06-08T20:17:54.608Z | Downloaded darling v0.21.3 |
| 853 | 2026-06-08T20:17:54.612Z | Downloaded getrandom v0.3.4 |
| 854 | 2026-06-08T20:17:54.616Z | Downloaded phf_shared v0.13.1 |
| 855 | 2026-06-08T20:17:54.616Z | Downloaded pin-utils v0.1.0 |
| 856 | 2026-06-08T20:17:54.616Z | Downloaded phf_shared v0.12.1 |
| 857 | 2026-06-08T20:17:54.616Z | Downloaded derive-where v1.6.0 |
| 858 | 2026-06-08T20:17:54.622Z | Downloaded darling_core v0.21.3 |
| 859 | 2026-06-08T20:17:54.622Z | Downloaded powerfmt v0.2.0 |
| 860 | 2026-06-08T20:17:54.626Z | Downloaded darling_core v0.20.11 |
| 861 | 2026-06-08T20:17:54.636Z | Downloaded owo-colors v4.3.0 |
| 862 | 2026-06-08T20:17:54.641Z | Downloaded num_enum_derive v0.7.6 |
| 863 | 2026-06-08T20:17:54.641Z | Downloaded memmap2 v0.9.10 |
| 864 | 2026-06-08T20:17:54.644Z | Downloaded indexmap v1.9.3 |
| 865 | 2026-06-08T20:17:54.644Z | Downloaded ignore v0.4.25 |
| 866 | 2026-06-08T20:17:54.644Z | Downloaded progenitor-client v0.10.0 |
| 867 | 2026-06-08T20:17:54.647Z | Downloaded proc-macro-crate v3.4.0 |
| 868 | 2026-06-08T20:17:54.647Z | Downloaded precomputed-hash v0.1.1 |
| 869 | 2026-06-08T20:17:54.647Z | Downloaded password-hash v0.4.2 |
| 870 | 2026-06-08T20:17:54.647Z | Downloaded parking_lot_core v0.8.6 |
| 871 | 2026-06-08T20:17:54.651Z | Downloaded proc-macro-crate v1.3.1 |
| 872 | 2026-06-08T20:17:54.651Z | Downloaded predicates-tree v1.0.13 |
| 873 | 2026-06-08T20:17:54.651Z | Downloaded packed_struct v0.10.1 |
| 874 | 2026-06-08T20:17:54.657Z | Downloaded progenitor-client v0.14.0 |
| 875 | 2026-06-08T20:17:54.657Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 876 | 2026-06-08T20:17:54.657Z | Downloaded compact_str v0.8.1 |
| 877 | 2026-06-08T20:17:54.663Z | Downloaded oxnet v0.1.5 |
| 878 | 2026-06-08T20:17:54.663Z | Downloaded predicates-core v1.0.10 |
| 879 | 2026-06-08T20:17:54.663Z | Downloaded parse-display v0.10.0 |
| 880 | 2026-06-08T20:17:54.663Z | Downloaded progenitor-macro v0.14.0 |
| 881 | 2026-06-08T20:17:54.663Z | Downloaded paste v1.0.15 |
| 882 | 2026-06-08T20:17:54.663Z | Downloaded parse-size v1.1.0 |
| 883 | 2026-06-08T20:17:54.667Z | Downloaded parse-display-derive v0.10.0 |
| 884 | 2026-06-08T20:17:54.668Z | Downloaded heapless v0.8.0 |
| 885 | 2026-06-08T20:17:54.668Z | Downloaded headers v0.4.1 |
| 886 | 2026-06-08T20:17:54.672Z | Downloaded pem v3.0.6 |
| 887 | 2026-06-08T20:17:54.672Z | Downloaded peg-macros v0.8.5 |
| 888 | 2026-06-08T20:17:54.674Z | Downloaded peg v0.8.5 |
| 889 | 2026-06-08T20:17:54.678Z | Downloaded psl-types v2.0.11 |
| 890 | 2026-06-08T20:17:54.678Z | Downloaded quick-error v1.2.3 |
| 891 | 2026-06-08T20:17:54.678Z | Downloaded crypto-bigint v0.5.5 |
| 892 | 2026-06-08T20:17:54.678Z | Downloaded phf v0.13.1 |
| 893 | 2026-06-08T20:17:54.683Z | Downloaded phf_shared v0.11.3 |
| 894 | 2026-06-08T20:17:54.683Z | Downloaded pkcs8 v0.10.2 |
| 895 | 2026-06-08T20:17:54.683Z | Downloaded litrs v1.0.0 |
| 896 | 2026-06-08T20:17:54.686Z | Downloaded flate2 v1.1.9 |
| 897 | 2026-06-08T20:17:54.686Z | Downloaded radium v0.7.0 |
| 898 | 2026-06-08T20:17:54.689Z | Downloaded derive_more-impl v2.1.1 |
| 899 | 2026-06-08T20:17:54.689Z | Downloaded polyval v0.6.2 |
| 900 | 2026-06-08T20:17:54.692Z | Downloaded rand_xorshift v0.4.0 |
| 901 | 2026-06-08T20:17:54.692Z | Downloaded ppv-lite86 v0.2.21 |
| 902 | 2026-06-08T20:17:54.692Z | Downloaded base64 v0.22.1 |
| 903 | 2026-06-08T20:17:54.695Z | Downloaded recursive v0.1.1 |
| 904 | 2026-06-08T20:17:54.695Z | Downloaded rand_chacha v0.3.1 |
| 905 | 2026-06-08T20:17:54.701Z | Downloaded async-compression v0.4.41 |
| 906 | 2026-06-08T20:17:54.706Z | Downloaded heapless v0.7.17 |
| 907 | 2026-06-08T20:17:54.706Z | Downloaded oxide-tokio-rt v0.1.4 |
| 908 | 2026-06-08T20:17:54.706Z | Downloaded pin-project-lite v0.2.17 |
| 909 | 2026-06-08T20:17:54.711Z | Downloaded pin-project-internal v1.1.11 |
| 910 | 2026-06-08T20:17:54.711Z | Downloaded progenitor v0.14.0 |
| 911 | 2026-06-08T20:17:54.711Z | Downloaded progenitor v0.13.0 |
| 912 | 2026-06-08T20:17:54.711Z | Downloaded ref-cast v1.0.25 |
| 913 | 2026-06-08T20:17:54.715Z | Downloaded predicates v3.1.4 |
| 914 | 2026-06-08T20:17:54.715Z | Downloaded progenitor v0.11.2 |
| 915 | 2026-06-08T20:17:54.716Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 916 | 2026-06-08T20:17:54.721Z | Downloaded ref-cast-impl v1.0.25 |
| 917 | 2026-06-08T20:17:54.721Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2026-06-08T20:17:54.721Z | Downloaded bumpalo v3.20.2 |
| 919 | 2026-06-08T20:17:54.721Z | Downloaded hickory-resolver v0.25.2 |
| 920 | 2026-06-08T20:17:54.726Z | Downloaded progenitor-client v0.13.0 |
| 921 | 2026-06-08T20:17:54.726Z | Downloaded progenitor-client v0.11.2 |
| 922 | 2026-06-08T20:17:54.726Z | Downloaded parking_lot v0.11.2 |
| 923 | 2026-06-08T20:17:54.739Z | Downloaded hickory-resolver v0.24.4 |
| 924 | 2026-06-08T20:17:54.739Z | Downloaded primeorder v0.13.6 |
| 925 | 2026-06-08T20:17:54.739Z | Downloaded r2d2 v0.8.10 |
| 926 | 2026-06-08T20:17:54.739Z | Downloaded phf v0.12.1 |
| 927 | 2026-06-08T20:17:54.739Z | Downloaded ar_archive_writer v0.5.1 |
| 928 | 2026-06-08T20:17:54.745Z | Downloaded rfc6979 v0.4.0 |
| 929 | 2026-06-08T20:17:54.745Z | Downloaded parking_lot_core v0.9.12 |
| 930 | 2026-06-08T20:17:54.745Z | Downloaded pem-rfc7468 v0.7.0 |
| 931 | 2026-06-08T20:17:54.745Z | Downloaded rustc_version v0.4.1 |
| 932 | 2026-06-08T20:17:54.745Z | Downloaded password-hash v0.5.0 |
| 933 | 2026-06-08T20:17:54.745Z | Downloaded indicatif v0.18.4 |
| 934 | 2026-06-08T20:17:54.745Z | Downloaded rustc-hash v2.1.1 |
| 935 | 2026-06-08T20:17:54.745Z | Downloaded omicron-zone-package v0.12.2 |
| 936 | 2026-06-08T20:17:54.749Z | Downloaded psm v0.1.30 |
| 937 | 2026-06-08T20:17:54.749Z | Downloaded postgres-protocol v0.6.10 |
| 938 | 2026-06-08T20:17:54.749Z | Downloaded postcard v1.1.3 |
| 939 | 2026-06-08T20:17:54.749Z | Downloaded poly1305 v0.8.0 |
| 940 | 2026-06-08T20:17:54.755Z | Downloaded rand_core v0.9.5 |
| 941 | 2026-06-08T20:17:54.755Z | Downloaded rand_core v0.6.4 |
| 942 | 2026-06-08T20:17:54.755Z | Downloaded postgres-types v0.2.12 |
| 943 | 2026-06-08T20:17:54.758Z | Downloaded rustc_version v0.1.7 |
| 944 | 2026-06-08T20:17:54.758Z | Downloaded russh-cryptovec v0.7.3 |
| 945 | 2026-06-08T20:17:54.758Z | Downloaded rtoolbox v0.0.3 |
| 946 | 2026-06-08T20:17:54.758Z | Downloaded salsa20 v0.10.2 |
| 947 | 2026-06-08T20:17:54.758Z | Downloaded pkg-config v0.3.32 |
| 948 | 2026-06-08T20:17:54.758Z | Downloaded oso v0.27.3 |
| 949 | 2026-06-08T20:17:54.761Z | Downloaded darling_core v0.13.4 |
| 950 | 2026-06-08T20:17:54.764Z | Downloaded rand_core v0.10.0 |
| 951 | 2026-06-08T20:17:54.764Z | Downloaded pkcs1 v0.7.5 |
| 952 | 2026-06-08T20:17:54.767Z | Downloaded cc v1.2.56 |
| 953 | 2026-06-08T20:17:54.767Z | Downloaded papergrid v0.17.0 |
| 954 | 2026-06-08T20:17:54.770Z | Downloaded rand_seeder v0.4.0 |
| 955 | 2026-06-08T20:17:54.774Z | Downloaded parking_lot v0.12.5 |
| 956 | 2026-06-08T20:17:54.774Z | Downloaded chrono v0.4.44 |
| 957 | 2026-06-08T20:17:54.777Z | Downloaded scheduled-thread-pool v0.2.7 |
| 958 | 2026-06-08T20:17:54.782Z | Downloaded progenitor-extras v0.2.0 |
| 959 | 2026-06-08T20:17:54.782Z | Downloaded p256 v0.13.2 |
| 960 | 2026-06-08T20:17:54.782Z | Downloaded secrecy v0.8.0 |
| 961 | 2026-06-08T20:17:54.782Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-06-08T20:17:54.786Z | Downloaded semver v0.1.20 |
| 963 | 2026-06-08T20:17:54.786Z | Downloaded jiff-static v0.2.21 |
| 964 | 2026-06-08T20:17:54.789Z | Downloaded hashbrown v0.12.3 |
| 965 | 2026-06-08T20:17:54.789Z | Downloaded scopeguard v1.2.0 |
| 966 | 2026-06-08T20:17:54.789Z | Downloaded sapling-renderdag v0.1.0 |
| 967 | 2026-06-08T20:17:54.792Z | Downloaded http v1.4.0 |
| 968 | 2026-06-08T20:17:54.792Z | Downloaded num_enum v0.5.11 |
| 969 | 2026-06-08T20:17:54.796Z | Downloaded progenitor-macro v0.13.0 |
| 970 | 2026-06-08T20:17:54.796Z | Downloaded progenitor-macro v0.11.2 |
| 971 | 2026-06-08T20:17:54.799Z | Downloaded scrypt v0.11.0 |
| 972 | 2026-06-08T20:17:54.799Z | Downloaded libbz2-rs-sys v0.2.2 |
| 973 | 2026-06-08T20:17:54.799Z | Downloaded seq-macro v0.3.6 |
| 974 | 2026-06-08T20:17:54.802Z | Downloaded secrecy v0.10.3 |
| 975 | 2026-06-08T20:17:54.802Z | Downloaded iana-time-zone v0.1.65 |
| 976 | 2026-06-08T20:17:54.807Z | Downloaded serde_bytes v0.11.19 |
| 977 | 2026-06-08T20:17:54.807Z | Downloaded serde-big-array v0.5.1 |
| 978 | 2026-06-08T20:17:54.807Z | Downloaded sha1 v0.10.6 |
| 979 | 2026-06-08T20:17:54.807Z | Downloaded der v0.7.10 |
| 980 | 2026-06-08T20:17:54.810Z | Downloaded resolv-conf v0.7.6 |
| 981 | 2026-06-08T20:17:54.811Z | Downloaded quinn-udp v0.5.14 |
| 982 | 2026-06-08T20:17:54.816Z | Downloaded serde_spanned v1.0.4 |
| 983 | 2026-06-08T20:17:54.817Z | Downloaded serde_repr v0.1.20 |
| 984 | 2026-06-08T20:17:54.817Z | Downloaded serde_urlencoded v0.7.1 |
| 985 | 2026-06-08T20:17:54.817Z | Downloaded pkcs5 v0.7.1 |
| 986 | 2026-06-08T20:17:54.820Z | Downloaded pin-project v1.1.11 |
| 987 | 2026-06-08T20:17:54.823Z | Downloaded derive_more v2.1.1 |
| 988 | 2026-06-08T20:17:54.830Z | Downloaded siphasher v1.0.2 |
| 989 | 2026-06-08T20:17:54.833Z | Downloaded shell-words v1.1.1 |
| 990 | 2026-06-08T20:17:54.833Z | Downloaded miniz_oxide v0.8.9 |
| 991 | 2026-06-08T20:17:54.833Z | Downloaded signature v2.2.0 |
| 992 | 2026-06-08T20:17:54.836Z | Downloaded hashbrown v0.13.2 |
| 993 | 2026-06-08T20:17:54.836Z | Downloaded rustversion v1.0.22 |
| 994 | 2026-06-08T20:17:54.839Z | Downloaded same-file v1.0.6 |
| 995 | 2026-06-08T20:17:54.839Z | Downloaded rusty-fork v0.3.1 |
| 996 | 2026-06-08T20:17:54.839Z | Downloaded prefix-trie v0.7.0 |
| 997 | 2026-06-08T20:17:54.843Z | Downloaded sigpipe v0.1.3 |
| 998 | 2026-06-08T20:17:54.843Z | Downloaded openssl-sys v0.9.115 |
| 999 | 2026-06-08T20:17:54.847Z | Downloaded dropshot-api-manager v0.7.2 |
| 1000 | 2026-06-08T20:17:54.850Z | Downloaded signal-hook-mio v0.2.5 |
| 1001 | 2026-06-08T20:17:54.850Z | Downloaded serde_plain v1.0.2 |
| 1002 | 2026-06-08T20:17:54.853Z | Downloaded signal-hook-tokio v0.3.1 |
| 1003 | 2026-06-08T20:17:54.853Z | Downloaded rustls-pemfile v2.2.0 |
| 1004 | 2026-06-08T20:17:54.853Z | Downloaded rustls-pemfile v1.0.4 |
| 1005 | 2026-06-08T20:17:54.856Z | Downloaded rustls-native-certs v0.8.3 |
| 1006 | 2026-06-08T20:17:54.856Z | Downloaded rand_chacha v0.9.0 |
| 1007 | 2026-06-08T20:17:54.856Z | Downloaded sec1 v0.7.3 |
| 1008 | 2026-06-08T20:17:54.859Z | Downloaded sct v0.7.1 |
| 1009 | 2026-06-08T20:17:54.862Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-06-08T20:17:54.862Z | Downloaded chacha20poly1305 v0.10.1 |
| 1011 | 2026-06-08T20:17:54.862Z | Downloaded colored v2.2.0 |
| 1012 | 2026-06-08T20:17:54.872Z | Downloaded clang-sys v1.8.1 |
| 1013 | 2026-06-08T20:17:54.872Z | Downloaded hex-literal v0.4.1 |
| 1014 | 2026-06-08T20:17:54.875Z | Downloaded progenitor-impl v0.13.0 |
| 1015 | 2026-06-08T20:17:54.875Z | Downloaded backoff v0.4.0 |
| 1016 | 2026-06-08T20:17:54.875Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1017 | 2026-06-08T20:17:54.875Z | Downloaded schemars_derive v0.8.22 |
| 1018 | 2026-06-08T20:17:54.875Z | Downloaded serde-hex v0.1.0 |
| 1019 | 2026-06-08T20:17:54.882Z | Downloaded slog-bunyan v2.5.0 |
| 1020 | 2026-06-08T20:17:54.887Z | Downloaded serde_path_to_error v0.1.20 |
| 1021 | 2026-06-08T20:17:54.887Z | Downloaded serde_derive_internals v0.29.1 |
| 1022 | 2026-06-08T20:17:54.890Z | Downloaded progenitor-impl v0.14.0 |
| 1023 | 2026-06-08T20:17:54.890Z | Downloaded russh-keys v0.45.0 |
| 1024 | 2026-06-08T20:17:54.893Z | Downloaded signal-hook-registry v1.4.8 |
| 1025 | 2026-06-08T20:17:54.893Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-06-08T20:17:54.902Z | Downloaded ssh-cipher v0.2.0 |
| 1027 | 2026-06-08T20:17:54.902Z | Downloaded serde_with_macros v1.5.2 |
| 1028 | 2026-06-08T20:17:54.912Z | Downloaded strum v0.27.2 |
| 1029 | 2026-06-08T20:17:54.918Z | Downloaded ssh-encoding v0.2.0 |
| 1030 | 2026-06-08T20:17:54.918Z | Downloaded subtle v2.6.1 |
| 1031 | 2026-06-08T20:17:54.918Z | Downloaded structmeta-derive v0.3.0 |
| 1032 | 2026-06-08T20:17:54.918Z | Downloaded strum v0.26.3 |
| 1033 | 2026-06-08T20:17:54.918Z | Downloaded strsim v0.10.0 |
| 1034 | 2026-06-08T20:17:54.918Z | Downloaded itertools v0.10.5 |
| 1035 | 2026-06-08T20:17:54.924Z | Downloaded slog-async v2.8.0 |
| 1036 | 2026-06-08T20:17:54.924Z | Downloaded rustls-pki-types v1.14.0 |
| 1037 | 2026-06-08T20:17:54.924Z | Downloaded aes-gcm v0.10.3 |
| 1038 | 2026-06-08T20:17:54.924Z | Downloaded aes v0.8.4 |
| 1039 | 2026-06-08T20:17:54.928Z | Downloaded rcgen v0.12.1 |
| 1040 | 2026-06-08T20:17:54.928Z | Downloaded prettyplease v0.2.37 |
| 1041 | 2026-06-08T20:17:54.928Z | Downloaded simd-adler32 v0.3.8 |
| 1042 | 2026-06-08T20:17:54.935Z | Downloaded slog-json v2.6.1 |
| 1043 | 2026-06-08T20:17:54.935Z | Downloaded minimal-lexical v0.2.1 |
| 1044 | 2026-06-08T20:17:54.935Z | Downloaded take_mut v0.2.2 |
| 1045 | 2026-06-08T20:17:54.935Z | Downloaded termtree v0.5.1 |
| 1046 | 2026-06-08T20:17:54.935Z | Downloaded tap v1.0.1 |
| 1047 | 2026-06-08T20:17:54.938Z | Downloaded tabwriter v1.4.1 |
| 1048 | 2026-06-08T20:17:54.938Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-06-08T20:17:54.938Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1050 | 2026-06-08T20:17:54.938Z | Downloaded slog-dtrace v0.3.0 |
| 1051 | 2026-06-08T20:17:54.938Z | Downloaded slab v0.4.12 |
| 1052 | 2026-06-08T20:17:54.942Z | Downloaded serde_cbor v0.11.2 |
| 1053 | 2026-06-08T20:17:54.942Z | Downloaded tagptr v0.2.0 |
| 1054 | 2026-06-08T20:17:54.942Z | Downloaded sqlparser_derive v0.5.0 |
| 1055 | 2026-06-08T20:17:54.947Z | Downloaded shlex v1.3.0 |
| 1056 | 2026-06-08T20:17:54.947Z | Downloaded num-bigint v0.4.6 |
| 1057 | 2026-06-08T20:17:54.947Z | Downloaded thread-id v5.1.0 |
| 1058 | 2026-06-08T20:17:54.950Z | Downloaded smf v0.2.3 |
| 1059 | 2026-06-08T20:17:54.950Z | Downloaded smallvec v0.6.14 |
| 1060 | 2026-06-08T20:17:54.950Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-06-08T20:17:54.950Z | Downloaded slog-stdlog v4.1.1 |
| 1062 | 2026-06-08T20:17:54.955Z | Downloaded slog-scope v4.4.1 |
| 1063 | 2026-06-08T20:17:54.955Z | Downloaded testing_table v0.3.0 |
| 1064 | 2026-06-08T20:17:54.955Z | Downloaded sync_wrapper v1.0.2 |
| 1065 | 2026-06-08T20:17:54.955Z | Downloaded ron v0.8.1 |
| 1066 | 2026-06-08T20:17:54.959Z | Downloaded crossterm v0.28.1 |
| 1067 | 2026-06-08T20:17:54.964Z | Downloaded sqlformat v0.3.5 |
| 1068 | 2026-06-08T20:17:54.964Z | Downloaded time-core v0.1.8 |
| 1069 | 2026-06-08T20:17:54.968Z | Downloaded string_cache v0.8.9 |
| 1070 | 2026-06-08T20:17:54.968Z | Downloaded spki v0.7.3 |
| 1071 | 2026-06-08T20:17:54.968Z | Downloaded scroll v0.13.0 |
| 1072 | 2026-06-08T20:17:54.968Z | Downloaded progenitor-impl v0.11.2 |
| 1073 | 2026-06-08T20:17:54.971Z | Downloaded static_assertions v1.1.0 |
| 1074 | 2026-06-08T20:17:54.971Z | Downloaded serde_with_macros v3.17.0 |
| 1075 | 2026-06-08T20:17:54.971Z | Downloaded mio v1.2.0 |
| 1076 | 2026-06-08T20:17:54.974Z | Downloaded hashbrown v0.16.1 |
| 1077 | 2026-06-08T20:17:54.979Z | Downloaded hashbrown v0.15.5 |
| 1078 | 2026-06-08T20:17:54.983Z | Downloaded support-bundle-viewer v0.1.2 |
| 1079 | 2026-06-08T20:17:54.983Z | Downloaded supports-color v3.0.2 |
| 1080 | 2026-06-08T20:17:54.983Z | Downloaded strum_macros v0.27.2 |
| 1081 | 2026-06-08T20:17:54.983Z | Downloaded tokio-macros v2.7.0 |
| 1082 | 2026-06-08T20:17:54.987Z | Downloaded tinyvec_macros v0.1.1 |
| 1083 | 2026-06-08T20:17:54.987Z | Downloaded stacker v0.1.23 |
| 1084 | 2026-06-08T20:17:54.987Z | Downloaded strum_macros v0.26.4 |
| 1085 | 2026-06-08T20:17:54.992Z | Downloaded hyper-util v0.1.20 |
| 1086 | 2026-06-08T20:17:54.992Z | Downloaded strum_macros v0.24.3 |
| 1087 | 2026-06-08T20:17:55.002Z | Downloaded nom v7.1.3 |
| 1088 | 2026-06-08T20:17:55.006Z | Downloaded rayon-core v1.13.0 |
| 1089 | 2026-06-08T20:17:55.006Z | Downloaded sync-ptr v0.1.4 |
| 1090 | 2026-06-08T20:17:55.006Z | Downloaded snafu-derive v0.8.9 |
| 1091 | 2026-06-08T20:17:55.006Z | Downloaded schemars v0.8.22 |
| 1092 | 2026-06-08T20:17:55.010Z | Downloaded spin v0.9.8 |
| 1093 | 2026-06-08T20:17:55.010Z | Downloaded pretty_assertions v1.4.1 |
| 1094 | 2026-06-08T20:17:55.010Z | Downloaded ryu v1.0.23 |
| 1095 | 2026-06-08T20:17:55.013Z | Downloaded hickory-server v0.25.2 |
| 1096 | 2026-06-08T20:17:55.013Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1097 | 2026-06-08T20:17:55.018Z | Downloaded termios v0.3.3 |
| 1098 | 2026-06-08T20:17:55.018Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1099 | 2026-06-08T20:17:55.018Z | Downloaded qorb v0.4.1 |
| 1100 | 2026-06-08T20:17:55.021Z | Downloaded thread_local v1.1.9 |
| 1101 | 2026-06-08T20:17:55.024Z | Downloaded quinn v0.11.9 |
| 1102 | 2026-06-08T20:17:55.028Z | Downloaded thiserror-no-std v2.0.2 |
| 1103 | 2026-06-08T20:17:55.031Z | Downloaded signal-hook v0.3.18 |
| 1104 | 2026-06-08T20:17:55.034Z | Downloaded time-macros v0.2.27 |
| 1105 | 2026-06-08T20:17:55.034Z | Downloaded tls_codec_derive v0.4.2 |
| 1106 | 2026-06-08T20:17:55.037Z | Downloaded try-lock v0.2.5 |
| 1107 | 2026-06-08T20:17:55.037Z | Downloaded tower-layer v0.3.3 |
| 1108 | 2026-06-08T20:17:55.037Z | Downloaded topological-sort v0.2.2 |
| 1109 | 2026-06-08T20:17:55.043Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1110 | 2026-06-08T20:17:55.043Z | Downloaded tiny-keccak v2.0.2 |
| 1111 | 2026-06-08T20:17:55.047Z | Downloaded iri-string v0.7.10 |
| 1112 | 2026-06-08T20:17:55.047Z | Downloaded bindgen v0.71.1 |
| 1113 | 2026-06-08T20:17:55.055Z | Downloaded unarray v0.1.4 |
| 1114 | 2026-06-08T20:17:55.058Z | Downloaded typify-macro v0.6.2 |
| 1115 | 2026-06-08T20:17:55.058Z | Downloaded tokio-native-tls v0.3.1 |
| 1116 | 2026-06-08T20:17:55.059Z | Downloaded tokio-dtrace v0.1.1 |
| 1117 | 2026-06-08T20:17:55.059Z | Downloaded tls_codec v0.4.2 |
| 1118 | 2026-06-08T20:17:55.059Z | Downloaded slog v2.8.2 |
| 1119 | 2026-06-08T20:17:55.059Z | Downloaded similar v2.7.0 |
| 1120 | 2026-06-08T20:17:55.063Z | Downloaded stringprep v0.1.5 |
| 1121 | 2026-06-08T20:17:55.066Z | Downloaded rand v0.8.6 |
| 1122 | 2026-06-08T20:17:55.069Z | Downloaded typify-macro v0.4.3 |
| 1123 | 2026-06-08T20:17:55.072Z | Downloaded tokio-rustls v0.25.0 |
| 1124 | 2026-06-08T20:17:55.072Z | Downloaded universal-hash v0.5.1 |
| 1125 | 2026-06-08T20:17:55.072Z | Downloaded unit-prefix v0.5.2 |
| 1126 | 2026-06-08T20:17:55.072Z | Downloaded unicode-truncate v1.1.0 |
| 1127 | 2026-06-08T20:17:55.079Z | Downloaded tokio-tungstenite v0.23.1 |
| 1128 | 2026-06-08T20:17:55.079Z | Downloaded trait-variant v0.1.2 |
| 1129 | 2026-06-08T20:17:55.079Z | Downloaded tokio-tungstenite v0.21.0 |
| 1130 | 2026-06-08T20:17:55.082Z | Downloaded socket2 v0.6.3 |
| 1131 | 2026-06-08T20:17:55.082Z | Downloaded usdt-attr-macro v0.6.0 |
| 1132 | 2026-06-08T20:17:55.086Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-06-08T20:17:55.086Z | Downloaded schemars v0.9.0 |
| 1134 | 2026-06-08T20:17:55.090Z | Downloaded utf-8 v0.7.6 |
| 1135 | 2026-06-08T20:17:55.093Z | Downloaded term v1.2.1 |
| 1136 | 2026-06-08T20:17:55.093Z | Downloaded usdt v0.6.0 |
| 1137 | 2026-06-08T20:17:55.097Z | Downloaded untrusted v0.9.0 |
| 1138 | 2026-06-08T20:17:55.097Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1139 | 2026-06-08T20:17:55.097Z | Downloaded rsa v0.9.10 |
| 1140 | 2026-06-08T20:17:55.101Z | Downloaded term v0.7.0 |
| 1141 | 2026-06-08T20:17:55.101Z | Downloaded rand v0.9.2 |
| 1142 | 2026-06-08T20:17:55.104Z | Downloaded untrusted v0.7.1 |
| 1143 | 2026-06-08T20:17:55.104Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1144 | 2026-06-08T20:17:55.107Z | Downloaded want v0.3.1 |
| 1145 | 2026-06-08T20:17:55.107Z | Downloaded waitgroup v0.1.2 |
| 1146 | 2026-06-08T20:17:55.107Z | Downloaded wait-timeout v0.2.1 |
| 1147 | 2026-06-08T20:17:55.107Z | Downloaded tower-service v0.3.3 |
| 1148 | 2026-06-08T20:17:55.113Z | Downloaded socket2 v0.5.10 |
| 1149 | 2026-06-08T20:17:55.113Z | Downloaded void v1.0.2 |
| 1150 | 2026-06-08T20:17:55.116Z | Downloaded libxml v0.3.3 |
| 1151 | 2026-06-08T20:17:55.116Z | Downloaded rustls-webpki v0.103.9 |
| 1152 | 2026-06-08T20:17:55.120Z | Downloaded hyper v1.8.1 |
| 1153 | 2026-06-08T20:17:55.124Z | Downloaded unicase v2.9.0 |
| 1154 | 2026-06-08T20:17:55.124Z | Downloaded h2 v0.4.13 |
| 1155 | 2026-06-08T20:17:55.129Z | Downloaded tui-tree-widget v0.23.1 |
| 1156 | 2026-06-08T20:17:55.129Z | Downloaded tokio-rustls v0.24.1 |
| 1157 | 2026-06-08T20:17:55.129Z | Downloaded aho-corasick v1.1.4 |
| 1158 | 2026-06-08T20:17:55.134Z | Downloaded tokio-rustls v0.26.4 |
| 1159 | 2026-06-08T20:17:55.137Z | Downloaded nom v8.0.0 |
| 1160 | 2026-06-08T20:17:55.147Z | Downloaded snafu v0.8.9 |
| 1161 | 2026-06-08T20:17:55.153Z | Downloaded xshell-macros v0.2.7 |
| 1162 | 2026-06-08T20:17:55.153Z | Downloaded samael v0.0.19 |
| 1163 | 2026-06-08T20:17:55.153Z | Downloaded publicsuffix v2.3.0 |
| 1164 | 2026-06-08T20:17:55.156Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-06-08T20:17:55.156Z | Downloaded usdt-macro v0.6.0 |
| 1166 | 2026-06-08T20:17:55.156Z | Downloaded zeroize_derive v1.4.3 |
| 1167 | 2026-06-08T20:17:55.156Z | Downloaded num-bigint-dig v0.8.6 |
| 1168 | 2026-06-08T20:17:55.159Z | Downloaded xattr v1.6.1 |
| 1169 | 2026-06-08T20:17:55.160Z | Downloaded itertools v0.13.0 |
| 1170 | 2026-06-08T20:17:55.164Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-06-08T20:17:55.164Z | Downloaded vergen-lib v9.1.0 |
| 1172 | 2026-06-08T20:17:55.164Z | Downloaded itertools v0.12.1 |
| 1173 | 2026-06-08T20:17:55.167Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-06-08T20:17:55.171Z | Downloaded test-strategy v0.4.5 |
| 1175 | 2026-06-08T20:17:55.175Z | Downloaded whoami v2.1.0 |
| 1176 | 2026-06-08T20:17:55.175Z | Downloaded rand v0.10.0 |
| 1177 | 2026-06-08T20:17:55.179Z | Downloaded vergen-lib v0.1.6 |
| 1178 | 2026-06-08T20:17:55.179Z | Downloaded vergen-gitcl v1.0.8 |
| 1179 | 2026-06-08T20:17:55.179Z | Downloaded vergen-git2 v9.1.0 |
| 1180 | 2026-06-08T20:17:55.179Z | Downloaded tracing-attributes v0.1.31 |
| 1181 | 2026-06-08T20:17:55.183Z | Downloaded p521 v0.13.3 |
| 1182 | 2026-06-08T20:17:55.183Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1183 | 2026-06-08T20:17:55.183Z | Downloaded libm v0.2.16 |
| 1184 | 2026-06-08T20:17:55.189Z | Downloaded wyz v0.5.1 |
| 1185 | 2026-06-08T20:17:55.206Z | Downloaded whoami v1.6.1 |
| 1186 | 2026-06-08T20:17:55.206Z | Downloaded twox-hash v2.1.2 |
| 1187 | 2026-06-08T20:17:55.206Z | Downloaded itertools v0.14.0 |
| 1188 | 2026-06-08T20:17:55.210Z | Downloaded tokio-stream v0.1.18 |
| 1189 | 2026-06-08T20:17:55.210Z | Downloaded usdt-impl v0.6.0 |
| 1190 | 2026-06-08T20:17:55.210Z | Downloaded subprocess v0.2.15 |
| 1191 | 2026-06-08T20:17:55.210Z | Downloaded schemars v1.2.1 |
| 1192 | 2026-06-08T20:17:55.214Z | Downloaded zeroize v1.8.2 |
| 1193 | 2026-06-08T20:17:55.214Z | Downloaded xshell v0.2.7 |
| 1194 | 2026-06-08T20:17:55.219Z | Downloaded zone v0.3.1 |
| 1195 | 2026-06-08T20:17:55.219Z | Downloaded toml v0.7.8 |
| 1196 | 2026-06-08T20:17:55.219Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-06-08T20:17:55.219Z | Downloaded futures-util v0.3.32 |
| 1198 | 2026-06-08T20:17:55.223Z | Downloaded zstd v0.13.3 |
| 1199 | 2026-06-08T20:17:55.228Z | Downloaded vsss-rs v3.3.4 |
| 1200 | 2026-06-08T20:17:55.231Z | Downloaded vergen v9.1.0 |
| 1201 | 2026-06-08T20:17:55.231Z | Downloaded russh v0.45.0 |
| 1202 | 2026-06-08T20:17:55.234Z | Downloaded walkdir v2.5.0 |
| 1203 | 2026-06-08T20:17:55.237Z | Downloaded tracing-core v0.1.36 |
| 1204 | 2026-06-08T20:17:55.237Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1205 | 2026-06-08T20:17:55.240Z | Downloaded tar v0.4.45 |
| 1206 | 2026-06-08T20:17:55.244Z | Downloaded unicode-properties v0.1.4 |
| 1207 | 2026-06-08T20:17:55.247Z | Downloaded unicode-bidi v0.3.18 |
| 1208 | 2026-06-08T20:17:55.247Z | Downloaded blake3 v1.8.3 |
| 1209 | 2026-06-08T20:17:55.251Z | Downloaded steno v0.4.1 |
| 1210 | 2026-06-08T20:17:55.255Z | Downloaded serde_with v1.14.0 |
| 1211 | 2026-06-08T20:17:55.259Z | Downloaded zerocopy v0.6.6 |
| 1212 | 2026-06-08T20:17:55.259Z | Downloaded uuid v1.23.0 |
| 1213 | 2026-06-08T20:17:55.263Z | Downloaded typify v0.4.3 |
| 1214 | 2026-06-08T20:17:55.263Z | Downloaded typify v0.6.2 |
| 1215 | 2026-06-08T20:17:55.266Z | Downloaded tungstenite v0.23.0 |
| 1216 | 2026-06-08T20:17:55.269Z | Downloaded iddqd v0.4.2 |
| 1217 | 2026-06-08T20:17:55.272Z | Downloaded rustyline v14.0.0 |
| 1218 | 2026-06-08T20:17:55.275Z | Downloaded yasna v0.5.2 |
| 1219 | 2026-06-08T20:17:55.280Z | Downloaded hkdf v0.12.4 |
| 1220 | 2026-06-08T20:17:55.286Z | Downloaded bitvec v1.0.1 |
| 1221 | 2026-06-08T20:17:55.290Z | Downloaded vte v0.14.1 |
| 1222 | 2026-06-08T20:17:55.293Z | Downloaded unsafe-libyaml v0.2.11 |
| 1223 | 2026-06-08T20:17:55.293Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1224 | 2026-06-08T20:17:55.303Z | Downloaded zopfli v0.8.3 |
| 1225 | 2026-06-08T20:17:55.306Z | Downloaded aws-lc-rs v1.16.3 |
| 1226 | 2026-06-08T20:17:55.313Z | Downloaded tungstenite v0.21.0 |
| 1227 | 2026-06-08T20:17:55.317Z | Downloaded reedline v0.40.0 |
| 1228 | 2026-06-08T20:17:55.330Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-06-08T20:17:55.334Z | Downloaded rpassword v7.4.0 |
| 1230 | 2026-06-08T20:17:55.339Z | Downloaded reqwest v0.12.28 |
| 1231 | 2026-06-08T20:17:55.355Z | Downloaded reqwest v0.13.2 |
| 1232 | 2026-06-08T20:17:55.359Z | Downloaded ssh-key v0.6.7 |
| 1233 | 2026-06-08T20:17:55.362Z | Downloaded unicode_categories v0.1.1 |
| 1234 | 2026-06-08T20:17:55.367Z | Downloaded p384 v0.13.1 |
| 1235 | 2026-06-08T20:17:55.367Z | Downloaded tokio-postgres v0.7.16 |
| 1236 | 2026-06-08T20:17:55.370Z | Downloaded zip v0.6.6 |
| 1237 | 2026-06-08T20:17:55.373Z | Downloaded lalrpop v0.19.12 |
| 1238 | 2026-06-08T20:17:55.379Z | Downloaded quick-xml v0.37.5 |
| 1239 | 2026-06-08T20:17:55.382Z | Downloaded toml_edit v0.19.15 |
| 1240 | 2026-06-08T20:17:55.391Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-06-08T20:17:55.394Z | Downloaded rustls-webpki v0.101.7 |
| 1242 | 2026-06-08T20:17:55.402Z | Downloaded salty v0.3.0 |
| 1243 | 2026-06-08T20:17:55.405Z | Downloaded rayon v1.11.0 |
| 1244 | 2026-06-08T20:17:55.411Z | Downloaded portable-atomic v1.13.1 |
| 1245 | 2026-06-08T20:17:55.415Z | Downloaded unicode-normalization v0.1.25 |
| 1246 | 2026-06-08T20:17:55.418Z | Downloaded tower v0.5.3 |
| 1247 | 2026-06-08T20:17:55.422Z | Downloaded moka v0.12.13 |
| 1248 | 2026-06-08T20:17:55.431Z | Downloaded unicode-segmentation v1.12.0 |
| 1249 | 2026-06-08T20:17:55.434Z | Downloaded curve25519-dalek v4.1.3 |
| 1250 | 2026-06-08T20:17:55.434Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-06-08T20:17:55.439Z | Downloaded rustls-webpki v0.102.8 |
| 1252 | 2026-06-08T20:17:55.448Z | Downloaded object v0.30.4 |
| 1253 | 2026-06-08T20:17:55.459Z | Downloaded typed-path v0.9.3 |
| 1254 | 2026-06-08T20:17:55.462Z | Downloaded regex v1.12.3 |
| 1255 | 2026-06-08T20:17:55.462Z | Downloaded zip v4.6.1 |
| 1256 | 2026-06-08T20:17:55.466Z | Downloaded proptest v1.10.0 |
| 1257 | 2026-06-08T20:17:55.473Z | Downloaded tough v0.22.0 |
| 1258 | 2026-06-08T20:17:55.476Z | Downloaded tokio-util v0.7.18 |
| 1259 | 2026-06-08T20:17:55.481Z | Downloaded goblin v0.10.5 |
| 1260 | 2026-06-08T20:17:55.485Z | Downloaded petname v2.0.2 |
| 1261 | 2026-06-08T20:17:55.497Z | Downloaded zerocopy-derive v0.8.40 |
| 1262 | 2026-06-08T20:17:55.497Z | Downloaded nix v0.27.1 |
| 1263 | 2026-06-08T20:17:55.501Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-06-08T20:17:55.501Z | Downloaded quinn-proto v0.11.13 |
| 1265 | 2026-06-08T20:17:55.506Z | Downloaded serde_with v3.17.0 |
| 1266 | 2026-06-08T20:17:55.518Z | Downloaded git2 v0.20.4 |
| 1267 | 2026-06-08T20:17:55.522Z | Downloaded winnow v0.5.40 |
| 1268 | 2026-06-08T20:17:55.526Z | Downloaded bstr v1.12.1 |
| 1269 | 2026-06-08T20:17:55.537Z | Downloaded radix_trie v0.2.1 |
| 1270 | 2026-06-08T20:17:55.558Z | Downloaded openssl v0.10.79 |
| 1271 | 2026-06-08T20:17:55.564Z | Downloaded nix v0.28.0 |
| 1272 | 2026-06-08T20:17:55.569Z | Downloaded time v0.3.47 |
| 1273 | 2026-06-08T20:17:55.579Z | Downloaded tabled v0.20.0 |
| 1274 | 2026-06-08T20:17:55.583Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-06-08T20:17:55.588Z | Downloaded zlib-rs v0.6.2 |
| 1276 | 2026-06-08T20:17:55.592Z | Downloaded smoltcp v0.9.1 |
| 1277 | 2026-06-08T20:17:55.599Z | Downloaded regex-syntax v0.6.29 |
| 1278 | 2026-06-08T20:17:55.603Z | Downloaded diesel v2.3.7 |
| 1279 | 2026-06-08T20:17:55.614Z | Downloaded webpki-roots v1.0.6 |
| 1280 | 2026-06-08T20:17:55.617Z | Downloaded dropshot v0.17.0 |
| 1281 | 2026-06-08T20:17:55.638Z | Downloaded rustls v0.21.12 |
| 1282 | 2026-06-08T20:17:55.642Z | Downloaded hickory-proto v0.24.4 |
| 1283 | 2026-06-08T20:17:55.646Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-06-08T20:17:55.650Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-06-08T20:17:55.658Z | Downloaded zerocopy v0.8.40 |
| 1286 | 2026-06-08T20:17:55.666Z | Downloaded regress v0.10.5 |
| 1287 | 2026-06-08T20:17:55.681Z | Downloaded rustls v0.23.37 |
| 1288 | 2026-06-08T20:17:55.699Z | Downloaded rustix v0.38.44 |
| 1289 | 2026-06-08T20:17:55.704Z | Downloaded regress v0.11.1 |
| 1290 | 2026-06-08T20:17:55.704Z | Downloaded openapiv3 v2.2.0 |
| 1291 | 2026-06-08T20:17:55.704Z | Downloaded rustls v0.22.4 |
| 1292 | 2026-06-08T20:17:55.710Z | Downloaded regex-syntax v0.8.10 |
| 1293 | 2026-06-08T20:17:55.715Z | Downloaded object v0.37.3 |
| 1294 | 2026-06-08T20:17:55.722Z | Downloaded vcpkg v0.2.15 |
| 1295 | 2026-06-08T20:17:55.738Z | Downloaded nix v0.31.2 |
| 1296 | 2026-06-08T20:17:55.767Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-06-08T20:17:55.776Z | Downloaded sqlparser v0.61.0 |
| 1298 | 2026-06-08T20:17:55.780Z | Downloaded ratatui v0.29.0 |
| 1299 | 2026-06-08T20:17:55.791Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1300 | 2026-06-08T20:17:55.798Z | Downloaded sled v0.34.7 |
| 1301 | 2026-06-08T20:17:55.806Z | Downloaded tracing v0.1.44 |
| 1302 | 2026-06-08T20:17:55.819Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-06-08T20:17:55.827Z | Downloaded typify-impl v0.4.3 |
| 1304 | 2026-06-08T20:17:55.832Z | Downloaded petgraph v0.6.5 |
| 1305 | 2026-06-08T20:17:55.844Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-06-08T20:17:55.856Z | Downloaded jiff v0.2.21 |
| 1307 | 2026-06-08T20:17:55.865Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-06-08T20:17:55.908Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-06-08T20:17:55.931Z | Downloaded petgraph v0.8.3 |
| 1310 | 2026-06-08T20:17:55.959Z | Downloaded libz-sys v1.1.24 |
| 1311 | 2026-06-08T20:17:55.970Z | Downloaded csv v1.4.0 |
| 1312 | 2026-06-08T20:17:55.986Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1313 | 2026-06-08T20:17:55.998Z | Downloaded sha3 v0.10.8 |
| 1314 | 2026-06-08T20:17:56.017Z | Downloaded ring v0.17.14 |
| 1315 | 2026-06-08T20:17:56.042Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-06-08T20:17:56.080Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1317 | 2026-06-08T20:17:56.521Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-06-08T20:17:56.773Z | Compiling libc v0.2.185 |
| 1319 | 2026-06-08T20:17:56.773Z | Compiling serde v1.0.228 |
| 1320 | 2026-06-08T20:17:56.779Z | Compiling log v0.4.29 |
| 1321 | 2026-06-08T20:17:56.779Z | Compiling shlex v1.3.0 |
| 1322 | 2026-06-08T20:17:56.779Z | Compiling find-msvc-tools v0.1.9 |
| 1323 | 2026-06-08T20:17:56.910Z | Compiling smallvec v1.15.1 |
| 1324 | 2026-06-08T20:17:56.928Z | Compiling syn v2.0.117 |
| 1325 | 2026-06-08T20:17:56.948Z | Compiling typenum v1.19.0 |
| 1326 | 2026-06-08T20:17:57.105Z | Compiling generic-array v0.14.7 |
| 1327 | 2026-06-08T20:17:57.121Z | Compiling subtle v2.6.1 |
| 1328 | 2026-06-08T20:17:57.143Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-06-08T20:17:57.180Z | Compiling const-oid v0.9.6 |
| 1330 | 2026-06-08T20:17:57.240Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-06-08T20:17:57.254Z | Compiling serde_json v1.0.149 |
| 1332 | 2026-06-08T20:17:57.287Z | Compiling zerocopy v0.8.40 |
| 1333 | 2026-06-08T20:17:57.355Z | Compiling parking_lot_core v0.9.12 |
| 1334 | 2026-06-08T20:17:57.595Z | Compiling pin-project-lite v0.2.17 |
| 1335 | 2026-06-08T20:17:57.665Z | Compiling portable-atomic v1.13.1 |
| 1336 | 2026-06-08T20:17:57.710Z | Compiling pkg-config v0.3.32 |
| 1337 | 2026-06-08T20:17:57.827Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-06-08T20:17:57.903Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-06-08T20:17:57.937Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-06-08T20:17:58.021Z | Compiling errno v0.3.14 |
| 1341 | 2026-06-08T20:17:58.121Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-06-08T20:17:58.165Z | Compiling cc v1.2.56 |
| 1343 | 2026-06-08T20:17:58.254Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-06-08T20:17:58.322Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-06-08T20:17:58.336Z | Compiling libm v0.2.16 |
| 1346 | 2026-06-08T20:17:58.401Z | Compiling critical-section v1.2.0 |
| 1347 | 2026-06-08T20:17:58.477Z | Compiling parking_lot v0.12.5 |
| 1348 | 2026-06-08T20:17:58.511Z | Compiling mio v1.2.0 |
| 1349 | 2026-06-08T20:17:58.529Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-06-08T20:17:58.660Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-06-08T20:17:58.707Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-06-08T20:17:58.852Z | Compiling socket2 v0.6.3 |
| 1353 | 2026-06-08T20:17:58.872Z | Compiling futures-sink v0.3.32 |
| 1354 | 2026-06-08T20:17:58.885Z | Compiling slab v0.4.12 |
| 1355 | 2026-06-08T20:17:58.901Z | Compiling futures-task v0.3.32 |
| 1356 | 2026-06-08T20:17:59.002Z | Compiling futures-channel v0.3.32 |
| 1357 | 2026-06-08T20:17:59.016Z | Compiling getrandom v0.4.1 |
| 1358 | 2026-06-08T20:17:59.068Z | Compiling cpufeatures v0.2.17 |
| 1359 | 2026-06-08T20:17:59.081Z | Compiling futures-io v0.3.32 |
| 1360 | 2026-06-08T20:17:59.147Z | Compiling rand_core v0.10.0 |
| 1361 | 2026-06-08T20:17:59.229Z | Compiling indexmap v2.14.0 |
| 1362 | 2026-06-08T20:17:59.244Z | Compiling getrandom v0.3.4 |
| 1363 | 2026-06-08T20:17:59.263Z | Compiling rustversion v1.0.22 |
| 1364 | 2026-06-08T20:17:59.316Z | Compiling cmake v0.1.57 |
| 1365 | 2026-06-08T20:17:59.658Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-06-08T20:17:59.726Z | Compiling dunce v1.0.5 |
| 1367 | 2026-06-08T20:17:59.767Z | Compiling fs_extra v1.3.0 |
| 1368 | 2026-06-08T20:17:59.839Z | Compiling synstructure v0.13.2 |
| 1369 | 2026-06-08T20:17:59.853Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-06-08T20:17:59.898Z | Compiling base64ct v1.8.3 |
| 1371 | 2026-06-08T20:17:59.972Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-06-08T20:18:00.035Z | Compiling aws-lc-sys v0.40.0 |
| 1373 | 2026-06-08T20:18:00.172Z | Compiling pem-rfc7468 v0.7.0 |
| 1374 | 2026-06-08T20:18:00.191Z | Compiling regex-syntax v0.8.10 |
| 1375 | 2026-06-08T20:18:00.212Z | Compiling rustix v1.1.3 |
| 1376 | 2026-06-08T20:18:00.229Z | Compiling flagset v0.4.7 |
| 1377 | 2026-06-08T20:18:00.359Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-06-08T20:18:00.395Z | Compiling ring v0.17.14 |
| 1379 | 2026-06-08T20:18:00.450Z | Compiling vcpkg v0.2.15 |
| 1380 | 2026-06-08T20:18:00.491Z | Compiling aws-lc-rs v1.16.3 |
| 1381 | 2026-06-08T20:18:00.646Z | Compiling uuid v1.23.0 |
| 1382 | 2026-06-08T20:18:00.781Z | Compiling rustc_version v0.4.1 |
| 1383 | 2026-06-08T20:18:01.112Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-06-08T20:18:01.195Z | Compiling openssl-sys v0.9.115 |
| 1385 | 2026-06-08T20:18:01.357Z | Compiling base64 v0.22.1 |
| 1386 | 2026-06-08T20:18:01.598Z | Compiling serde_derive v1.0.228 |
| 1387 | 2026-06-08T20:18:01.667Z | Compiling zeroize_derive v1.4.3 |
| 1388 | 2026-06-08T20:18:01.681Z | Compiling zerofrom-derive v0.1.6 |
| 1389 | 2026-06-08T20:18:01.718Z | Compiling yoke-derive v0.8.1 |
| 1390 | 2026-06-08T20:18:01.967Z | Compiling zerocopy-derive v0.8.40 |
| 1391 | 2026-06-08T20:18:02.324Z | Compiling zeroize v1.8.2 |
| 1392 | 2026-06-08T20:18:02.582Z | Compiling zerovec-derive v0.11.2 |
| 1393 | 2026-06-08T20:18:02.873Z | Compiling displaydoc v0.2.5 |
| 1394 | 2026-06-08T20:18:03.119Z | Compiling crypto-common v0.1.7 |
| 1395 | 2026-06-08T20:18:03.136Z | Compiling zerofrom v0.1.6 |
| 1396 | 2026-06-08T20:18:03.244Z | Compiling yoke v0.8.1 |
| 1397 | 2026-06-08T20:18:03.279Z | Compiling block-buffer v0.10.4 |
| 1398 | 2026-06-08T20:18:03.430Z | Compiling digest v0.10.7 |
| 1399 | 2026-06-08T20:18:03.443Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-06-08T20:18:03.606Z | Compiling zerotrie v0.2.3 |
| 1401 | 2026-06-08T20:18:03.668Z | Compiling futures-macro v0.3.32 |
| 1402 | 2026-06-08T20:18:03.683Z | Compiling zerovec v0.11.5 |
| 1403 | 2026-06-08T20:18:03.893Z | Compiling hmac v0.12.1 |
| 1404 | 2026-06-08T20:18:04.045Z | Compiling block-padding v0.3.3 |
| 1405 | 2026-06-08T20:18:04.149Z | Compiling tinystr v0.8.2 |
| 1406 | 2026-06-08T20:18:04.170Z | Compiling potential_utf v0.1.4 |
| 1407 | 2026-06-08T20:18:04.199Z | Compiling inout v0.1.4 |
| 1408 | 2026-06-08T20:18:04.323Z | Compiling icu_locale_core v2.1.1 |
| 1409 | 2026-06-08T20:18:04.343Z | Compiling icu_collections v2.1.1 |
| 1410 | 2026-06-08T20:18:04.359Z | Compiling cipher v0.4.4 |
| 1411 | 2026-06-08T20:18:04.448Z | Compiling futures-util v0.3.32 |
| 1412 | 2026-06-08T20:18:04.613Z | Compiling sha2 v0.10.9 |
| 1413 | 2026-06-08T20:18:04.805Z | Compiling der_derive v0.7.3 |
| 1414 | 2026-06-08T20:18:05.052Z | Compiling bytes v1.11.1 |
| 1415 | 2026-06-08T20:18:05.069Z | Compiling icu_provider v2.1.1 |
| 1416 | 2026-06-08T20:18:05.180Z | Compiling chrono v0.4.44 |
| 1417 | 2026-06-08T20:18:05.374Z | Compiling icu_normalizer v2.1.1 |
| 1418 | 2026-06-08T20:18:06.056Z | Compiling tokio v1.52.1 |
| 1419 | 2026-06-08T20:18:06.059Z | Compiling icu_properties v2.1.2 |
| 1420 | 2026-06-08T20:18:06.059Z | Compiling der v0.7.10 |
| 1421 | 2026-06-08T20:18:06.059Z | Compiling http v1.4.0 |
| 1422 | 2026-06-08T20:18:06.389Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-06-08T20:18:06.554Z | Compiling salsa20 v0.10.2 |
| 1424 | 2026-06-08T20:18:06.689Z | Compiling idna_adapter v1.2.1 |
| 1425 | 2026-06-08T20:18:06.704Z | Compiling spki v0.7.3 |
| 1426 | 2026-06-08T20:18:06.718Z | Compiling pbkdf2 v0.12.2 |
| 1427 | 2026-06-08T20:18:06.803Z | Compiling idna v1.1.0 |
| 1428 | 2026-06-08T20:18:06.821Z | Compiling rustls-pki-types v1.14.0 |
| 1429 | 2026-06-08T20:18:06.835Z | Compiling thiserror-impl v2.0.18 |
| 1430 | 2026-06-08T20:18:06.852Z | Compiling tracing-attributes v0.1.31 |
| 1431 | 2026-06-08T20:18:06.900Z | Compiling scrypt v0.11.0 |
| 1432 | 2026-06-08T20:18:07.073Z | Compiling rand_chacha v0.9.0 |
| 1433 | 2026-06-08T20:18:07.142Z | Compiling url v2.5.8 |
| 1434 | 2026-06-08T20:18:07.256Z | Compiling http-body v1.0.1 |
| 1435 | 2026-06-08T20:18:07.406Z | Compiling aes v0.8.4 |
| 1436 | 2026-06-08T20:18:07.473Z | Compiling cbc v0.1.2 |
| 1437 | 2026-06-08T20:18:07.688Z | Compiling untrusted v0.7.1 |
| 1438 | 2026-06-08T20:18:07.801Z | Compiling openssl-probe v0.2.1 |
| 1439 | 2026-06-08T20:18:07.814Z | Compiling tinyvec_macros v0.1.1 |
| 1440 | 2026-06-08T20:18:07.883Z | Compiling untrusted v0.9.0 |
| 1441 | 2026-06-08T20:18:07.963Z | Compiling httparse v1.10.1 |
| 1442 | 2026-06-08T20:18:08.008Z | Compiling tinyvec v1.10.0 |
| 1443 | 2026-06-08T20:18:08.158Z | Compiling thiserror v2.0.18 |
| 1444 | 2026-06-08T20:18:08.179Z | Compiling tracing v0.1.44 |
| 1445 | 2026-06-08T20:18:08.261Z | Compiling pkcs5 v0.7.1 |
| 1446 | 2026-06-08T20:18:08.341Z | Compiling pest_generator v2.8.6 |
| 1447 | 2026-06-08T20:18:08.346Z | Compiling rand v0.9.2 |
| 1448 | 2026-06-08T20:18:08.442Z | Compiling serde_derive_internals v0.29.1 |
| 1449 | 2026-06-08T20:18:08.477Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-06-08T20:18:08.729Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-06-08T20:18:08.892Z | Compiling schemars v0.8.22 |
| 1452 | 2026-06-08T20:18:09.024Z | Compiling rustls v0.23.37 |
| 1453 | 2026-06-08T20:18:09.110Z | Compiling atomic-waker v1.1.2 |
| 1454 | 2026-06-08T20:18:09.129Z | Compiling dyn-clone v1.0.20 |
| 1455 | 2026-06-08T20:18:09.190Z | Compiling try-lock v0.2.5 |
| 1456 | 2026-06-08T20:18:09.207Z | Compiling tower-service v0.3.3 |
| 1457 | 2026-06-08T20:18:09.264Z | Compiling regex-automata v0.4.14 |
| 1458 | 2026-06-08T20:18:09.293Z | Compiling want v0.3.1 |
| 1459 | 2026-06-08T20:18:09.321Z | Compiling schemars_derive v0.8.22 |
| 1460 | 2026-06-08T20:18:09.338Z | Compiling pest_derive v2.8.6 |
| 1461 | 2026-06-08T20:18:09.454Z | Compiling tokio-util v0.7.18 |
| 1462 | 2026-06-08T20:18:09.732Z | Compiling pkcs8 v0.10.2 |
| 1463 | 2026-06-08T20:18:10.031Z | Compiling ipnet v2.11.0 |
| 1464 | 2026-06-08T20:18:10.035Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-06-08T20:18:10.121Z | Compiling h2 v0.4.13 |
| 1466 | 2026-06-08T20:18:10.468Z | Compiling darling_core v0.20.11 |
| 1467 | 2026-06-08T20:18:10.521Z | Compiling pin-utils v0.1.0 |
| 1468 | 2026-06-08T20:18:10.542Z | Compiling httpdate v1.0.3 |
| 1469 | 2026-06-08T20:18:10.589Z | Compiling foreign-types-shared v0.1.1 |
| 1470 | 2026-06-08T20:18:10.677Z | Compiling openssl v0.10.79 |
| 1471 | 2026-06-08T20:18:10.758Z | Compiling foreign-types v0.3.2 |
| 1472 | 2026-06-08T20:18:10.815Z | Compiling scroll v0.13.0 |
| 1473 | 2026-06-08T20:18:10.924Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-06-08T20:18:11.077Z | Compiling unicode-normalization v0.1.25 |
| 1475 | 2026-06-08T20:18:11.345Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-06-08T20:18:11.521Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-06-08T20:18:11.696Z | Compiling spin v0.9.8 |
| 1478 | 2026-06-08T20:18:11.725Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-06-08T20:18:11.855Z | Compiling crc32fast v1.5.0 |
| 1480 | 2026-06-08T20:18:11.895Z | Compiling time-core v0.1.8 |
| 1481 | 2026-06-08T20:18:11.907Z | Compiling native-tls v0.2.18 |
| 1482 | 2026-06-08T20:18:12.039Z | Compiling powerfmt v0.2.0 |
| 1483 | 2026-06-08T20:18:12.101Z | Compiling time-macros v0.2.27 |
| 1484 | 2026-06-08T20:18:12.175Z | Compiling deranged v0.5.8 |
| 1485 | 2026-06-08T20:18:12.726Z | Compiling darling_macro v0.20.11 |
| 1486 | 2026-06-08T20:18:13.174Z | Compiling hyper v1.8.1 |
| 1487 | 2026-06-08T20:18:13.188Z | Compiling darling v0.20.11 |
| 1488 | 2026-06-08T20:18:13.209Z | Compiling goblin v0.10.5 |
| 1489 | 2026-06-08T20:18:13.272Z | Compiling rustls-native-certs v0.8.3 |
| 1490 | 2026-06-08T20:18:13.331Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-06-08T20:18:13.437Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-06-08T20:18:13.554Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-06-08T20:18:13.702Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-06-08T20:18:13.741Z | Compiling crossbeam-utils v0.8.21 |
| 1495 | 2026-06-08T20:18:13.932Z | Compiling unicode-segmentation v1.12.0 |
| 1496 | 2026-06-08T20:18:14.019Z | Compiling usdt-impl v0.6.0 |
| 1497 | 2026-06-08T20:18:14.040Z | Compiling syn v1.0.109 |
| 1498 | 2026-06-08T20:18:14.216Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-06-08T20:18:14.302Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-06-08T20:18:14.316Z | Compiling simd-adler32 v0.3.8 |
| 1501 | 2026-06-08T20:18:14.335Z | Compiling quick-error v1.2.3 |
| 1502 | 2026-06-08T20:18:14.439Z | Compiling rusty-fork v0.3.1 |
| 1503 | 2026-06-08T20:18:14.750Z | Compiling time v0.3.47 |
| 1504 | 2026-06-08T20:18:14.818Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-06-08T20:18:14.861Z | Compiling tower v0.5.3 |
| 1506 | 2026-06-08T20:18:14.976Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-06-08T20:18:15.334Z | Compiling dtrace-parser v0.3.0 |
| 1508 | 2026-06-08T20:18:15.399Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-06-08T20:18:15.640Z | Compiling webpki-roots v1.0.6 |
| 1510 | 2026-06-08T20:18:15.759Z | Compiling signature v2.2.0 |
| 1511 | 2026-06-08T20:18:15.826Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-06-08T20:18:15.935Z | Compiling dof v0.4.0 |
| 1513 | 2026-06-08T20:18:15.988Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-06-08T20:18:16.066Z | Compiling heapless v0.7.17 |
| 1515 | 2026-06-08T20:18:16.290Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-06-08T20:18:16.304Z | Compiling slog v2.8.2 |
| 1517 | 2026-06-08T20:18:16.449Z | Compiling darling_core v0.21.3 |
| 1518 | 2026-06-08T20:18:16.472Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-06-08T20:18:16.487Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-06-08T20:18:16.565Z | Compiling cookie v0.18.1 |
| 1521 | 2026-06-08T20:18:16.738Z | Compiling ryu v1.0.23 |
| 1522 | 2026-06-08T20:18:16.753Z | Compiling adler2 v2.0.1 |
| 1523 | 2026-06-08T20:18:16.876Z | Compiling unicode-bidi v0.3.18 |
| 1524 | 2026-06-08T20:18:16.910Z | Compiling iri-string v0.7.10 |
| 1525 | 2026-06-08T20:18:17.475Z | Compiling unicode-properties v0.1.4 |
| 1526 | 2026-06-08T20:18:17.480Z | Compiling allocator-api2 v0.2.21 |
| 1527 | 2026-06-08T20:18:17.480Z | Compiling signal-hook v0.3.18 |
| 1528 | 2026-06-08T20:18:17.480Z | Compiling unarray v0.1.4 |
| 1529 | 2026-06-08T20:18:17.480Z | Compiling anyhow v1.0.102 |
| 1530 | 2026-06-08T20:18:17.492Z | Compiling paste v1.0.15 |
| 1531 | 2026-06-08T20:18:17.496Z | Compiling zstd-safe v7.2.4 |
| 1532 | 2026-06-08T20:18:17.561Z | Compiling proptest v1.10.0 |
| 1533 | 2026-06-08T20:18:17.680Z | Compiling stringprep v0.1.5 |
| 1534 | 2026-06-08T20:18:17.788Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-06-08T20:18:17.893Z | Compiling serde_urlencoded v0.7.1 |
| 1536 | 2026-06-08T20:18:17.969Z | Compiling miniz_oxide v0.8.9 |
| 1537 | 2026-06-08T20:18:18.117Z | Compiling tower-http v0.6.8 |
| 1538 | 2026-06-08T20:18:18.528Z | Compiling scroll v0.12.0 |
| 1539 | 2026-06-08T20:18:18.623Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-06-08T20:18:18.963Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-06-08T20:18:18.967Z | Compiling darling_macro v0.21.3 |
| 1542 | 2026-06-08T20:18:19.007Z | Compiling heck v0.4.1 |
| 1543 | 2026-06-08T20:18:19.057Z | Compiling ipnetwork v0.21.1 |
| 1544 | 2026-06-08T20:18:19.125Z | Compiling bstr v1.12.1 |
| 1545 | 2026-06-08T20:18:19.230Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-06-08T20:18:19.263Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-06-08T20:18:19.433Z | Compiling toml_datetime v0.6.11 |
| 1548 | 2026-06-08T20:18:19.448Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-06-08T20:18:19.570Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-06-08T20:18:19.587Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-06-08T20:18:19.682Z | Compiling pin-project-internal v1.1.11 |
| 1552 | 2026-06-08T20:18:19.752Z | Compiling async-trait v0.1.89 |
| 1553 | 2026-06-08T20:18:19.765Z | Compiling zerocopy-derive v0.7.35 |
| 1554 | 2026-06-08T20:18:20.021Z | Compiling curve25519-dalek v4.1.3 |
| 1555 | 2026-06-08T20:18:20.044Z | Compiling vergen-lib v9.1.0 |
| 1556 | 2026-06-08T20:18:20.220Z | Compiling num-integer v0.1.46 |
| 1557 | 2026-06-08T20:18:20.755Z | Compiling hash32 v0.2.1 |
| 1558 | 2026-06-08T20:18:20.758Z | Compiling ff v0.13.1 |
| 1559 | 2026-06-08T20:18:20.758Z | Compiling memoffset v0.9.1 |
| 1560 | 2026-06-08T20:18:20.758Z | Compiling encoding_rs v0.8.35 |
| 1561 | 2026-06-08T20:18:20.758Z | Compiling smoltcp v0.9.1 |
| 1562 | 2026-06-08T20:18:20.758Z | Compiling fallible-iterator v0.2.0 |
| 1563 | 2026-06-08T20:18:20.758Z | Compiling cfg_aliases v0.2.1 |
| 1564 | 2026-06-08T20:18:20.770Z | Compiling psl-types v2.0.11 |
| 1565 | 2026-06-08T20:18:20.828Z | Compiling rustix v0.38.44 |
| 1566 | 2026-06-08T20:18:20.891Z | Compiling num-bigint-dig v0.8.6 |
| 1567 | 2026-06-08T20:18:21.009Z | Compiling ref-cast v1.0.25 |
| 1568 | 2026-06-08T20:18:21.050Z | Compiling zlib-rs v0.6.2 |
| 1569 | 2026-06-08T20:18:21.080Z | Compiling base16ct v0.2.0 |
| 1570 | 2026-06-08T20:18:21.172Z | Compiling litrs v1.0.0 |
| 1571 | 2026-06-08T20:18:21.259Z | Compiling mime v0.3.17 |
| 1572 | 2026-06-08T20:18:21.352Z | Compiling sec1 v0.7.3 |
| 1573 | 2026-06-08T20:18:21.621Z | Compiling postgres-protocol v0.6.10 |
| 1574 | 2026-06-08T20:18:21.654Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-06-08T20:18:21.678Z | Compiling document-features v0.2.12 |
| 1576 | 2026-06-08T20:18:21.821Z | Compiling nix v0.31.2 |
| 1577 | 2026-06-08T20:18:22.097Z | Compiling pin-project v1.1.11 |
| 1578 | 2026-06-08T20:18:22.180Z | Compiling group v0.13.0 |
| 1579 | 2026-06-08T20:18:22.192Z | Compiling zerocopy v0.7.35 |
| 1580 | 2026-06-08T20:18:22.258Z | Compiling num-iter v0.1.45 |
| 1581 | 2026-06-08T20:18:22.463Z | Compiling newtype-uuid v1.3.2 |
| 1582 | 2026-06-08T20:18:22.749Z | Compiling darling v0.21.3 |
| 1583 | 2026-06-08T20:18:22.749Z | Compiling rand v0.8.6 |
| 1584 | 2026-06-08T20:18:22.782Z | Compiling hubpack_derive v0.1.1 |
| 1585 | 2026-06-08T20:18:22.797Z | Compiling oxnet v0.1.5 |
| 1586 | 2026-06-08T20:18:22.832Z | Compiling snafu-derive v0.8.9 |
| 1587 | 2026-06-08T20:18:22.832Z | Compiling hyper-tls v0.6.0 |
| 1588 | 2026-06-08T20:18:23.052Z | Compiling derive_builder v0.20.2 |
| 1589 | 2026-06-08T20:18:23.217Z | Compiling goblin v0.8.2 |
| 1590 | 2026-06-08T20:18:23.841Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-06-08T20:18:24.033Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-06-08T20:18:24.079Z | Compiling lazy_static v1.5.0 |
| 1593 | 2026-06-08T20:18:24.143Z | Compiling regex v1.12.3 |
| 1594 | 2026-06-08T20:18:24.175Z | Compiling anstyle-parse v0.2.7 |
| 1595 | 2026-06-08T20:18:24.259Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-06-08T20:18:24.357Z | Compiling futures-executor v0.3.32 |
| 1597 | 2026-06-08T20:18:24.437Z | Compiling hex v0.4.3 |
| 1598 | 2026-06-08T20:18:24.546Z | Compiling hkdf v0.12.4 |
| 1599 | 2026-06-08T20:18:24.610Z | Compiling crypto-bigint v0.5.5 |
| 1600 | 2026-06-08T20:18:24.702Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-06-08T20:18:24.716Z | Compiling ref-cast-impl v1.0.25 |
| 1602 | 2026-06-08T20:18:24.730Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-06-08T20:18:24.841Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1604 | 2026-06-08T20:18:25.258Z | Compiling vergen v9.1.0 |
| 1605 | 2026-06-08T20:18:25.437Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-06-08T20:18:25.450Z | Compiling cargo-platform v0.3.2 |
| 1607 | 2026-06-08T20:18:25.477Z | Compiling ahash v0.8.12 |
| 1608 | 2026-06-08T20:18:25.622Z | Compiling managed v0.8.0 |
| 1609 | 2026-06-08T20:18:25.674Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-06-08T20:18:25.716Z | Compiling object v0.37.3 |
| 1611 | 2026-06-08T20:18:25.831Z | Compiling foldhash v0.2.0 |
| 1612 | 2026-06-08T20:18:25.843Z | Compiling bumpalo v3.20.2 |
| 1613 | 2026-06-08T20:18:25.977Z | Compiling winnow v0.5.40 |
| 1614 | 2026-06-08T20:18:26.043Z | Compiling same-file v1.0.6 |
| 1615 | 2026-06-08T20:18:26.087Z | Compiling bitflags v1.3.2 |
| 1616 | 2026-06-08T20:18:26.164Z | Compiling libbz2-rs-sys v0.2.2 |
| 1617 | 2026-06-08T20:18:26.197Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-06-08T20:18:26.211Z | Compiling strum v0.27.2 |
| 1619 | 2026-06-08T20:18:26.341Z | Compiling walkdir v2.5.0 |
| 1620 | 2026-06-08T20:18:26.647Z | Compiling bzip2 v0.6.1 |
| 1621 | 2026-06-08T20:18:26.716Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-06-08T20:18:26.858Z | Compiling hashbrown v0.16.1 |
| 1623 | 2026-06-08T20:18:26.885Z | Compiling hashbrown v0.15.5 |
| 1624 | 2026-06-08T20:18:27.360Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-06-08T20:18:27.463Z | Compiling cargo_metadata v0.23.1 |
| 1626 | 2026-06-08T20:18:27.478Z | Compiling elliptic-curve v0.13.8 |
| 1627 | 2026-06-08T20:18:27.545Z | Compiling daft v0.1.7 |
| 1628 | 2026-06-08T20:18:27.846Z | Compiling dof v0.3.0 |
| 1629 | 2026-06-08T20:18:27.987Z | Compiling snafu v0.8.9 |
| 1630 | 2026-06-08T20:18:28.342Z | Compiling futures v0.3.32 |
| 1631 | 2026-06-08T20:18:28.427Z | Compiling anstream v0.6.21 |
| 1632 | 2026-06-08T20:18:28.563Z | Compiling phf v0.13.1 |
| 1633 | 2026-06-08T20:18:28.720Z | Compiling signal-hook-mio v0.2.5 |
| 1634 | 2026-06-08T20:18:28.817Z | Compiling cookie_store v0.22.1 |
| 1635 | 2026-06-08T20:18:28.837Z | Compiling zstd v0.13.3 |
| 1636 | 2026-06-08T20:18:29.087Z | Compiling bzip2 v0.4.4 |
| 1637 | 2026-06-08T20:18:29.102Z | Compiling hubpack v0.1.2 |
| 1638 | 2026-06-08T20:18:29.596Z | Compiling serde_with_macros v3.17.0 |
| 1639 | 2026-06-08T20:18:29.649Z | Compiling postgres-types v0.2.12 |
| 1640 | 2026-06-08T20:18:29.649Z | Compiling usdt-attr-macro v0.6.0 |
| 1641 | 2026-06-08T20:18:29.898Z | Compiling usdt-macro v0.6.0 |
| 1642 | 2026-06-08T20:18:30.055Z | Compiling globset v0.4.18 |
| 1643 | 2026-06-08T20:18:30.238Z | Compiling dtrace-parser v0.2.0 |
| 1644 | 2026-06-08T20:18:30.290Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-06-08T20:18:30.466Z | Compiling phf_shared v0.11.3 |
| 1646 | 2026-06-08T20:18:30.500Z | Compiling olpc-cjson v0.1.4 |
| 1647 | 2026-06-08T20:18:30.608Z | Compiling pkcs1 v0.7.5 |
| 1648 | 2026-06-08T20:18:30.643Z | Compiling enum-as-inner v0.6.1 |
| 1649 | 2026-06-08T20:18:30.663Z | Compiling strum_macros v0.26.4 |
| 1650 | 2026-06-08T20:18:30.711Z | Compiling clap_derive v4.6.1 |
| 1651 | 2026-06-08T20:18:30.970Z | Compiling serde-big-array v0.5.1 |
| 1652 | 2026-06-08T20:18:30.992Z | Compiling serde_plain v1.0.2 |
| 1653 | 2026-06-08T20:18:31.114Z | Compiling rfc6979 v0.4.0 |
| 1654 | 2026-06-08T20:18:31.126Z | Compiling serde_repr v0.1.20 |
| 1655 | 2026-06-08T20:18:31.185Z | Compiling async-recursion v1.1.1 |
| 1656 | 2026-06-08T20:18:31.208Z | Compiling pem v3.0.6 |
| 1657 | 2026-06-08T20:18:31.229Z | Compiling float-cmp v0.10.0 |
| 1658 | 2026-06-08T20:18:31.377Z | Compiling memmap2 v0.9.10 |
| 1659 | 2026-06-08T20:18:31.507Z | Compiling thread-id v4.2.2 |
| 1660 | 2026-06-08T20:18:31.586Z | Compiling env_filter v1.0.0 |
| 1661 | 2026-06-08T20:18:31.600Z | Compiling keccak v0.1.6 |
| 1662 | 2026-06-08T20:18:31.636Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-06-08T20:18:31.811Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-06-08T20:18:31.826Z | Compiling normalize-line-endings v0.3.0 |
| 1665 | 2026-06-08T20:18:31.882Z | Compiling data-encoding v2.10.0 |
| 1666 | 2026-06-08T20:18:31.898Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-06-08T20:18:31.918Z | Compiling either v1.15.0 |
| 1668 | 2026-06-08T20:18:32.121Z | Compiling jiff v0.2.21 |
| 1669 | 2026-06-08T20:18:32.361Z | Compiling fixedbitset v0.4.2 |
| 1670 | 2026-06-08T20:18:32.427Z | Compiling difflib v0.4.0 |
| 1671 | 2026-06-08T20:18:32.498Z | Compiling whoami v2.1.0 |
| 1672 | 2026-06-08T20:18:32.598Z | Compiling static_assertions v1.1.0 |
| 1673 | 2026-06-08T20:18:32.619Z | Compiling fixedbitset v0.5.7 |
| 1674 | 2026-06-08T20:18:32.673Z | Compiling new_debug_unreachable v1.0.6 |
| 1675 | 2026-06-08T20:18:32.748Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-06-08T20:18:32.875Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-06-08T20:18:32.924Z | Compiling tokio-postgres v0.7.16 |
| 1678 | 2026-06-08T20:18:32.974Z | Compiling toml_edit v0.22.27 |
| 1679 | 2026-06-08T20:18:33.007Z | Compiling predicates v3.1.4 |
| 1680 | 2026-06-08T20:18:33.134Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1681 | 2026-06-08T20:18:33.654Z | Compiling petgraph v0.6.5 |
| 1682 | 2026-06-08T20:18:34.564Z | Compiling clap v4.6.1 |
| 1683 | 2026-06-08T20:18:34.567Z | Compiling strum v0.26.3 |
| 1684 | 2026-06-08T20:18:34.567Z | Compiling hickory-proto v0.25.2 |
| 1685 | 2026-06-08T20:18:34.827Z | Compiling zip v4.6.1 |
| 1686 | 2026-06-08T20:18:35.093Z | Compiling itertools v0.13.0 |
| 1687 | 2026-06-08T20:18:35.108Z | Compiling sha3 v0.10.8 |
| 1688 | 2026-06-08T20:18:35.565Z | Compiling env_logger v0.11.9 |
| 1689 | 2026-06-08T20:18:35.665Z | Compiling usdt-impl v0.5.0 |
| 1690 | 2026-06-08T20:18:35.790Z | Compiling usdt v0.6.0 |
| 1691 | 2026-06-08T20:18:35.918Z | Compiling ecdsa v0.16.9 |
| 1692 | 2026-06-08T20:18:35.947Z | Compiling rsa v0.9.10 |
| 1693 | 2026-06-08T20:18:36.456Z | Compiling ed25519-dalek v2.2.0 |
| 1694 | 2026-06-08T20:18:36.459Z | Compiling serde_with v3.17.0 |
| 1695 | 2026-06-08T20:18:36.459Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-06-08T20:18:36.459Z | Compiling zip v0.6.6 |
| 1697 | 2026-06-08T20:18:36.929Z | Compiling toml v0.7.8 |
| 1698 | 2026-06-08T20:18:37.099Z | Compiling iddqd v0.4.2 |
| 1699 | 2026-06-08T20:18:37.852Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1700 | 2026-06-08T20:18:37.957Z | Compiling similar v2.7.0 |
| 1701 | 2026-06-08T20:18:37.985Z | Compiling crossbeam-epoch v0.9.18 |
| 1702 | 2026-06-08T20:18:38.375Z | Compiling tokio-stream v0.1.18 |
| 1703 | 2026-06-08T20:18:38.414Z | Compiling buf-list v1.1.2 |
| 1704 | 2026-06-08T20:18:38.507Z | Compiling x509-cert v0.2.5 |
| 1705 | 2026-06-08T20:18:38.692Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1706 | 2026-06-08T20:18:38.772Z | Compiling openapiv3 v2.2.0 |
| 1707 | 2026-06-08T20:18:38.833Z | Compiling sha1 v0.10.6 |
| 1708 | 2026-06-08T20:18:39.003Z | Compiling lalrpop-util v0.19.12 |
| 1709 | 2026-06-08T20:18:39.056Z | Compiling peg-runtime v0.8.5 |
| 1710 | 2026-06-08T20:18:39.072Z | Compiling thread_local v1.1.9 |
| 1711 | 2026-06-08T20:18:39.194Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-06-08T20:18:39.261Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-06-08T20:18:39.318Z | Compiling filetime v0.2.27 |
| 1714 | 2026-06-08T20:18:39.746Z | Compiling is-terminal v0.4.17 |
| 1715 | 2026-06-08T20:18:39.750Z | Compiling term v1.2.1 |
| 1716 | 2026-06-08T20:18:39.750Z | Compiling xattr v1.6.1 |
| 1717 | 2026-06-08T20:18:39.750Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-06-08T20:18:39.750Z | Compiling tar v0.4.45 |
| 1719 | 2026-06-08T20:18:39.750Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-06-08T20:18:49.766Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-06-08T20:18:52.548Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-06-08T20:18:52.548Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-06-08T20:18:52.751Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-06-08T20:18:52.955Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-06-08T20:18:52.968Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-06-08T20:18:54.209Z | Compiling tough v0.22.0 |
| 1727 | 2026-06-08T20:18:56.731Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-06-08T20:18:56.943Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-06-08T20:18:59.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1730 | 2026-06-08T20:18:59.928Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1731 | 2026-06-08T20:18:59.982Z | Jun 08 20:18:58.769 INFO Starting download, target: Clickhouse |
| 1732 | 2026-06-08T20:18:59.982Z | Jun 08 20:18:58.770 INFO Starting download, target: Cockroach |
| 1733 | 2026-06-08T20:18:59.982Z | Jun 08 20:18:58.770 INFO Starting download, target: Console |
| 1734 | 2026-06-08T20:18:59.985Z | Jun 08 20:18:58.770 INFO Starting download, target: DendriteStub |
| 1735 | 2026-06-08T20:18:59.985Z | Jun 08 20:18:58.770 INFO Starting download, target: MaghemiteMgd |
| 1736 | 2026-06-08T20:18:59.986Z | Jun 08 20:18:58.770 INFO Starting download, target: TransceiverControl |
| 1737 | 2026-06-08T20:18:59.986Z | Jun 08 20:18:58.770 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-06-08T20:18:59.986Z | Jun 08 20:18:58.770 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-06-08T20:18:59.986Z | Jun 08 20:18:58.770 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1740 | 2026-06-08T20:18:59.986Z | Jun 08 20:18:58.770 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-06-08T20:18:59.986Z | Jun 08 20:18:58.770 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1742 | 2026-06-08T20:18:59.986Z | Jun 08 20:18:58.770 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1743 | 2026-06-08T20:19:00.424Z | Jun 08 20:18:59.205 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-06-08T20:19:00.640Z | Jun 08 20:18:59.416 INFO Download complete, target: TransceiverControl |
| 1745 | 2026-06-08T20:19:01.025Z | Jun 08 20:18:59.802 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1746 | 2026-06-08T20:19:01.265Z | Jun 08 20:19:00.052 INFO Download complete, target: Console |
| 1747 | 2026-06-08T20:19:01.606Z | Jun 08 20:19:00.390 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1748 | 2026-06-08T20:19:01.811Z | Jun 08 20:19:00.587 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-06-08T20:19:02.229Z | Jun 08 20:19:01.017 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-06-08T20:19:02.270Z | Jun 08 20:19:01.056 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1751 | 2026-06-08T20:19:02.270Z | Jun 08 20:19:01.056 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1752 | 2026-06-08T20:19:04.161Z | Jun 08 20:19:02.948 INFO Download complete, target: MaghemiteMgd |
| 1753 | 2026-06-08T20:19:04.161Z | Jun 08 20:19:02.948 INFO Download complete, target: DendriteStub |
| 1754 | 2026-06-08T20:19:06.972Z | Jun 08 20:19:05.739 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-06-08T20:19:07.065Z | Jun 08 20:19:05.848 INFO Download complete, target: Cockroach |
| 1756 | 2026-06-08T20:19:09.081Z | Jun 08 20:19:07.838 INFO Checking that binary works, target: Clickhouse |
| 1757 | 2026-06-08T20:19:09.193Z | Jun 08 20:19:07.949 INFO Download complete, target: Clickhouse |
| 1758 | 2026-06-08T20:19:09.274Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1759 | 2026-06-08T20:19:09.275Z | |
| 1760 | 2026-06-08T20:19:09.275Z | real 2:23.245969324 |
| 1761 | 2026-06-08T20:19:09.275Z | user 6:54.856889334 |
| 1762 | 2026-06-08T20:19:09.275Z | sys 1:21.956310128 |
| 1763 | 2026-06-08T20:19:09.275Z | trap 0.227276360 |
| 1764 | 2026-06-08T20:19:09.275Z | tflt 0.636883855 |
| 1765 | 2026-06-08T20:19:09.275Z | dflt 0.460850598 |
| 1766 | 2026-06-08T20:19:09.275Z | kflt 0.023678223 |
| 1767 | 2026-06-08T20:19:09.275Z | lock 21:30.215978762 |
| 1768 | 2026-06-08T20:19:09.275Z | slp 21:27.675796235 |
| 1769 | 2026-06-08T20:19:09.275Z | lat 43.949563105 |
| 1770 | 2026-06-08T20:19:09.275Z | stop 1:57.552634278 |
| 1771 | 2026-06-08T20:19:09.276Z | + banner hack-check |
| 1772 | 2026-06-08T20:19:09.276Z | |
| 1773 | 2026-06-08T20:19:09.276Z | # # ## #### # # #### # # ###### #### # # |
| 1774 | 2026-06-08T20:19:09.276Z | # # # # # # # # # # # # # # # # # |
| 1775 | 2026-06-08T20:19:09.276Z | ###### # # # #### ##### # ###### ##### # #### |
| 1776 | 2026-06-08T20:19:09.276Z | # # ###### # # # # # # # # # # |
| 1777 | 2026-06-08T20:19:09.276Z | # # # # # # # # # # # # # # # # # |
| 1778 | 2026-06-08T20:19:09.276Z | # # # # #### # # #### # # ###### #### # # |
| 1779 | 2026-06-08T20:19:09.276Z | |
| 1780 | 2026-06-08T20:19:09.276Z | + export CARGO_INCREMENTAL=0 |
| 1781 | 2026-06-08T20:19:09.277Z | + CARGO_INCREMENTAL=0 |
| 1782 | 2026-06-08T20:19:09.277Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1783 | 2026-06-08T20:19:09.720Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1784 | 2026-06-08T20:19:09.926Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1785 | 2026-06-08T20:19:11.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1786 | 2026-06-08T20:19:11.864Z | Running `target/debug/xtask check-features --ci` |
| 1787 | 2026-06-08T20:19:11.875Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1788 | 2026-06-08T20:19:11.875Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1789 | 2026-06-08T20:19:12.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1790 | 2026-06-08T20:19:12.400Z | Running `target/debug/xtask download cargo-hack` |
| 1791 | 2026-06-08T20:19:13.178Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1792 | 2026-06-08T20:19:13.503Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1793 | 2026-06-08T20:19:15.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
| 1794 | 2026-06-08T20:19:16.130Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1795 | 2026-06-08T20:19:16.167Z | Jun 08 20:19:14.949 INFO Starting download, target: CargoHack |
| 1796 | 2026-06-08T20:19:16.173Z | Jun 08 20:19:14.950 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1797 | 2026-06-08T20:19:16.383Z | Jun 08 20:19:15.170 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1798 | 2026-06-08T20:19:16.434Z | Jun 08 20:19:15.220 INFO Download complete, target: CargoHack |
| 1799 | 2026-06-08T20:19:16.439Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1800 | 2026-06-08T20:19:16.449Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1801 | 2026-06-08T20:19:16.602Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1802 | 2026-06-08T20:19:17.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-06-08T20:19:17.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-06-08T20:19:17.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-06-08T20:19:17.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1806 | 2026-06-08T20:19:17.174Z | |
| 1807 | 2026-06-08T20:19:17.174Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1808 | 2026-06-08T20:19:17.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-06-08T20:19:17.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-06-08T20:19:17.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-06-08T20:19:17.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1812 | 2026-06-08T20:19:17.746Z | |
| 1813 | 2026-06-08T20:19:17.746Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1814 | 2026-06-08T20:19:18.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-06-08T20:19:18.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-06-08T20:19:18.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-06-08T20:19:18.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1818 | 2026-06-08T20:19:18.313Z | |
| 1819 | 2026-06-08T20:19:18.313Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1820 | 2026-06-08T20:19:18.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-06-08T20:19:18.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-06-08T20:19:18.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-06-08T20:19:18.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1824 | 2026-06-08T20:19:18.884Z | |
| 1825 | 2026-06-08T20:19:18.884Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1826 | 2026-06-08T20:19:19.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-06-08T20:19:19.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-06-08T20:19:19.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-06-08T20:19:19.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1830 | 2026-06-08T20:19:19.462Z | |
| 1831 | 2026-06-08T20:19:19.462Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1832 | 2026-06-08T20:19:19.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-06-08T20:19:19.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-06-08T20:19:19.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-06-08T20:19:19.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1836 | 2026-06-08T20:19:20.055Z | |
| 1837 | 2026-06-08T20:19:20.055Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1838 | 2026-06-08T20:19:20.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-06-08T20:19:20.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-06-08T20:19:20.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-06-08T20:19:20.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1842 | 2026-06-08T20:19:20.629Z | |
| 1843 | 2026-06-08T20:19:20.629Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1844 | 2026-06-08T20:19:21.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-06-08T20:19:21.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-06-08T20:19:21.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-06-08T20:19:21.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1848 | 2026-06-08T20:19:21.211Z | |
| 1849 | 2026-06-08T20:19:21.211Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1850 | 2026-06-08T20:19:21.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-06-08T20:19:21.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-06-08T20:19:21.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-06-08T20:19:21.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1854 | 2026-06-08T20:19:21.680Z | |
| 1855 | 2026-06-08T20:19:21.680Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1856 | 2026-06-08T20:19:22.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-06-08T20:19:22.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-06-08T20:19:22.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-06-08T20:19:22.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1860 | 2026-06-08T20:19:22.133Z | |
| 1861 | 2026-06-08T20:19:22.133Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1862 | 2026-06-08T20:19:22.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-06-08T20:19:22.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-06-08T20:19:22.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-06-08T20:19:22.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1866 | 2026-06-08T20:19:22.589Z | |
| 1867 | 2026-06-08T20:19:22.589Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1868 | 2026-06-08T20:19:22.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-06-08T20:19:22.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-06-08T20:19:22.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-06-08T20:19:22.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1872 | 2026-06-08T20:19:23.042Z | |
| 1873 | 2026-06-08T20:19:23.042Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1874 | 2026-06-08T20:19:23.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-06-08T20:19:23.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-06-08T20:19:23.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-06-08T20:19:23.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1878 | 2026-06-08T20:19:23.498Z | |
| 1879 | 2026-06-08T20:19:23.498Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1880 | 2026-06-08T20:19:23.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-06-08T20:19:23.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-06-08T20:19:23.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-06-08T20:19:23.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1884 | 2026-06-08T20:19:23.956Z | |
| 1885 | 2026-06-08T20:19:23.956Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1886 | 2026-06-08T20:19:24.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-06-08T20:19:24.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-06-08T20:19:24.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-06-08T20:19:24.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1890 | 2026-06-08T20:19:24.409Z | |
| 1891 | 2026-06-08T20:19:24.409Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1892 | 2026-06-08T20:19:24.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-06-08T20:19:24.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-06-08T20:19:24.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-06-08T20:19:24.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1896 | 2026-06-08T20:19:24.863Z | |
| 1897 | 2026-06-08T20:19:24.863Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1898 | 2026-06-08T20:19:25.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-06-08T20:19:25.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-06-08T20:19:25.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-06-08T20:19:25.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1902 | 2026-06-08T20:19:25.323Z | |
| 1903 | 2026-06-08T20:19:25.323Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1904 | 2026-06-08T20:19:25.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-06-08T20:19:25.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-06-08T20:19:25.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-06-08T20:19:25.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1908 | 2026-06-08T20:19:25.784Z | |
| 1909 | 2026-06-08T20:19:25.784Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1910 | 2026-06-08T20:19:26.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-06-08T20:19:26.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-06-08T20:19:26.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-06-08T20:19:26.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1914 | 2026-06-08T20:19:26.245Z | |
| 1915 | 2026-06-08T20:19:26.245Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1916 | 2026-06-08T20:19:26.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-06-08T20:19:26.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-06-08T20:19:26.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-06-08T20:19:26.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1920 | 2026-06-08T20:19:26.699Z | |
| 1921 | 2026-06-08T20:19:26.699Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1922 | 2026-06-08T20:19:27.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-06-08T20:19:27.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-06-08T20:19:27.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-06-08T20:19:27.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1926 | 2026-06-08T20:19:27.160Z | |
| 1927 | 2026-06-08T20:19:27.160Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1928 | 2026-06-08T20:19:27.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-06-08T20:19:27.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-06-08T20:19:27.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-06-08T20:19:27.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1932 | 2026-06-08T20:19:27.617Z | |
| 1933 | 2026-06-08T20:19:27.617Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1934 | 2026-06-08T20:19:28.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-06-08T20:19:28.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-06-08T20:19:28.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-06-08T20:19:28.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1938 | 2026-06-08T20:19:28.071Z | |
| 1939 | 2026-06-08T20:19:28.071Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1940 | 2026-06-08T20:19:28.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-06-08T20:19:28.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-06-08T20:19:28.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-06-08T20:19:28.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1944 | 2026-06-08T20:19:28.529Z | |
| 1945 | 2026-06-08T20:19:28.529Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1946 | 2026-06-08T20:19:28.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-06-08T20:19:28.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-06-08T20:19:28.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-06-08T20:19:28.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1950 | 2026-06-08T20:19:28.986Z | |
| 1951 | 2026-06-08T20:19:28.986Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1952 | 2026-06-08T20:19:29.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-06-08T20:19:29.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-06-08T20:19:29.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-06-08T20:19:29.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1956 | 2026-06-08T20:19:29.452Z | |
| 1957 | 2026-06-08T20:19:29.452Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1958 | 2026-06-08T20:19:29.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-06-08T20:19:29.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-06-08T20:19:29.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-06-08T20:19:29.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1962 | 2026-06-08T20:19:29.921Z | |
| 1963 | 2026-06-08T20:19:29.921Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1964 | 2026-06-08T20:19:30.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-06-08T20:19:30.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-06-08T20:19:30.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-06-08T20:19:30.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1968 | 2026-06-08T20:19:30.387Z | |
| 1969 | 2026-06-08T20:19:30.387Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1970 | 2026-06-08T20:19:30.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-06-08T20:19:30.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-06-08T20:19:30.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-06-08T20:19:30.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1974 | 2026-06-08T20:19:30.849Z | |
| 1975 | 2026-06-08T20:19:30.849Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1976 | 2026-06-08T20:19:31.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-06-08T20:19:31.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-06-08T20:19:31.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-06-08T20:19:31.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1980 | 2026-06-08T20:19:31.312Z | |
| 1981 | 2026-06-08T20:19:31.312Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1982 | 2026-06-08T20:19:31.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-06-08T20:19:31.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-06-08T20:19:31.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-06-08T20:19:31.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1986 | 2026-06-08T20:19:31.769Z | |
| 1987 | 2026-06-08T20:19:31.769Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1988 | 2026-06-08T20:19:32.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-06-08T20:19:32.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-06-08T20:19:32.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-06-08T20:19:32.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1992 | 2026-06-08T20:19:32.224Z | |
| 1993 | 2026-06-08T20:19:32.224Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1994 | 2026-06-08T20:19:32.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-06-08T20:19:32.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-06-08T20:19:32.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-06-08T20:19:32.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1998 | 2026-06-08T20:19:32.678Z | |
| 1999 | 2026-06-08T20:19:32.678Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 2000 | 2026-06-08T20:19:33.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-06-08T20:19:33.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-06-08T20:19:33.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-06-08T20:19:33.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2004 | 2026-06-08T20:19:33.136Z | |
| 2005 | 2026-06-08T20:19:33.136Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2006 | 2026-06-08T20:19:33.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-06-08T20:19:33.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-06-08T20:19:33.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-06-08T20:19:33.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2010 | 2026-06-08T20:19:33.587Z | |
| 2011 | 2026-06-08T20:19:33.587Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2012 | 2026-06-08T20:19:33.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-06-08T20:19:33.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-06-08T20:19:33.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-06-08T20:19:33.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2016 | 2026-06-08T20:19:34.045Z | |
| 2017 | 2026-06-08T20:19:34.045Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2018 | 2026-06-08T20:19:34.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-06-08T20:19:34.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-06-08T20:19:34.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-06-08T20:19:34.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2022 | 2026-06-08T20:19:34.508Z | |
| 2023 | 2026-06-08T20:19:34.508Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2024 | 2026-06-08T20:19:34.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-06-08T20:19:34.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-06-08T20:19:34.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-06-08T20:19:34.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2028 | 2026-06-08T20:19:34.960Z | |
| 2029 | 2026-06-08T20:19:34.960Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2030 | 2026-06-08T20:19:35.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-06-08T20:19:35.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-06-08T20:19:35.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-06-08T20:19:35.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2034 | 2026-06-08T20:19:35.422Z | |
| 2035 | 2026-06-08T20:19:35.423Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2036 | 2026-06-08T20:19:35.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-06-08T20:19:35.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-06-08T20:19:35.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-06-08T20:19:35.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2040 | 2026-06-08T20:19:35.882Z | |
| 2041 | 2026-06-08T20:19:35.882Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2042 | 2026-06-08T20:19:36.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-06-08T20:19:36.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-06-08T20:19:36.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-06-08T20:19:36.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2046 | 2026-06-08T20:19:36.341Z | |
| 2047 | 2026-06-08T20:19:36.341Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2048 | 2026-06-08T20:19:36.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-06-08T20:19:36.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-06-08T20:19:36.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-06-08T20:19:36.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 2052 | 2026-06-08T20:19:36.801Z | |
| 2053 | 2026-06-08T20:19:36.802Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2054 | 2026-06-08T20:19:37.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-06-08T20:19:37.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-06-08T20:19:37.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-06-08T20:19:37.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2058 | 2026-06-08T20:19:37.272Z | |
| 2059 | 2026-06-08T20:19:37.272Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2060 | 2026-06-08T20:19:37.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-06-08T20:19:37.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-06-08T20:19:37.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-06-08T20:19:37.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2064 | 2026-06-08T20:19:37.741Z | |
| 2065 | 2026-06-08T20:19:37.741Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2066 | 2026-06-08T20:19:38.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-06-08T20:19:38.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-06-08T20:19:38.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-06-08T20:19:38.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2070 | 2026-06-08T20:19:38.205Z | |
| 2071 | 2026-06-08T20:19:38.205Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2072 | 2026-06-08T20:19:38.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-06-08T20:19:38.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-06-08T20:19:38.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-06-08T20:19:38.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2076 | 2026-06-08T20:19:38.672Z | |
| 2077 | 2026-06-08T20:19:38.673Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2078 | 2026-06-08T20:19:39.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-06-08T20:19:39.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-06-08T20:19:39.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-06-08T20:19:39.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2082 | 2026-06-08T20:19:39.139Z | |
| 2083 | 2026-06-08T20:19:39.139Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2084 | 2026-06-08T20:19:39.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-06-08T20:19:39.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-06-08T20:19:39.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-06-08T20:19:39.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2088 | 2026-06-08T20:19:39.601Z | |
| 2089 | 2026-06-08T20:19:39.601Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2090 | 2026-06-08T20:19:40.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-06-08T20:19:40.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-06-08T20:19:40.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-06-08T20:19:40.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2094 | 2026-06-08T20:19:40.232Z | |
| 2095 | 2026-06-08T20:19:40.232Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2096 | 2026-06-08T20:19:40.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-06-08T20:19:40.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-06-08T20:19:40.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-06-08T20:19:40.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2100 | 2026-06-08T20:19:40.864Z | |
| 2101 | 2026-06-08T20:19:40.864Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2102 | 2026-06-08T20:19:41.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-06-08T20:19:41.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-06-08T20:19:41.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-06-08T20:19:41.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2106 | 2026-06-08T20:19:41.488Z | |
| 2107 | 2026-06-08T20:19:41.488Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2108 | 2026-06-08T20:19:42.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-06-08T20:19:42.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-06-08T20:19:42.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-06-08T20:19:42.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2112 | 2026-06-08T20:19:42.124Z | |
| 2113 | 2026-06-08T20:19:42.124Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2114 | 2026-06-08T20:19:42.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-06-08T20:19:42.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-06-08T20:19:42.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-06-08T20:19:42.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2118 | 2026-06-08T20:19:42.725Z | |
| 2119 | 2026-06-08T20:19:42.725Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2120 | 2026-06-08T20:19:43.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-06-08T20:19:43.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-06-08T20:19:43.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-06-08T20:19:43.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2124 | 2026-06-08T20:19:43.300Z | |
| 2125 | 2026-06-08T20:19:43.300Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2126 | 2026-06-08T20:19:43.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-06-08T20:19:43.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-06-08T20:19:43.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-06-08T20:19:43.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2130 | 2026-06-08T20:19:43.900Z | |
| 2131 | 2026-06-08T20:19:43.900Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2132 | 2026-06-08T20:19:44.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-06-08T20:19:44.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-06-08T20:19:44.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-06-08T20:19:44.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2136 | 2026-06-08T20:19:44.495Z | |
| 2137 | 2026-06-08T20:19:44.495Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2138 | 2026-06-08T20:19:45.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-06-08T20:19:45.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-06-08T20:19:45.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-06-08T20:19:45.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2142 | 2026-06-08T20:19:45.097Z | |
| 2143 | 2026-06-08T20:19:45.097Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2144 | 2026-06-08T20:19:45.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-06-08T20:19:45.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-06-08T20:19:45.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-06-08T20:19:45.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2148 | 2026-06-08T20:19:45.700Z | |
| 2149 | 2026-06-08T20:19:45.700Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2150 | 2026-06-08T20:19:46.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-06-08T20:19:46.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-06-08T20:19:46.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-06-08T20:19:46.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2154 | 2026-06-08T20:19:46.288Z | |
| 2155 | 2026-06-08T20:19:46.288Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2156 | 2026-06-08T20:19:46.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-06-08T20:19:46.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-06-08T20:19:46.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-06-08T20:19:46.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2160 | 2026-06-08T20:19:46.862Z | |
| 2161 | 2026-06-08T20:19:46.862Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2162 | 2026-06-08T20:19:47.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-06-08T20:19:47.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-06-08T20:19:47.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-06-08T20:19:47.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2166 | 2026-06-08T20:19:47.444Z | |
| 2167 | 2026-06-08T20:19:47.444Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2168 | 2026-06-08T20:19:47.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-06-08T20:19:47.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-06-08T20:19:47.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-06-08T20:19:47.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2172 | 2026-06-08T20:19:48.027Z | |
| 2173 | 2026-06-08T20:19:48.027Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2174 | 2026-06-08T20:19:48.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-06-08T20:19:48.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-06-08T20:19:48.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-06-08T20:19:48.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2178 | 2026-06-08T20:19:48.623Z | |
| 2179 | 2026-06-08T20:19:48.623Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2180 | 2026-06-08T20:19:49.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-06-08T20:19:49.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-06-08T20:19:49.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-06-08T20:19:49.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2184 | 2026-06-08T20:19:49.224Z | |
| 2185 | 2026-06-08T20:19:49.224Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2186 | 2026-06-08T20:19:49.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-06-08T20:19:49.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-06-08T20:19:49.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-06-08T20:19:49.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2190 | 2026-06-08T20:19:49.802Z | |
| 2191 | 2026-06-08T20:19:49.802Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2192 | 2026-06-08T20:19:50.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-06-08T20:19:50.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-06-08T20:19:50.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-06-08T20:19:50.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2196 | 2026-06-08T20:19:50.379Z | |
| 2197 | 2026-06-08T20:19:50.379Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2198 | 2026-06-08T20:19:50.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-06-08T20:19:50.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-06-08T20:19:50.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-06-08T20:19:50.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2202 | 2026-06-08T20:19:50.968Z | |
| 2203 | 2026-06-08T20:19:50.968Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2204 | 2026-06-08T20:19:51.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-06-08T20:19:51.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-06-08T20:19:51.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-06-08T20:19:51.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2208 | 2026-06-08T20:19:51.564Z | |
| 2209 | 2026-06-08T20:19:51.564Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2210 | 2026-06-08T20:19:52.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-06-08T20:19:52.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-06-08T20:19:52.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-06-08T20:19:52.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2214 | 2026-06-08T20:19:52.152Z | |
| 2215 | 2026-06-08T20:19:52.152Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2216 | 2026-06-08T20:19:52.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-06-08T20:19:52.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-06-08T20:19:52.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-06-08T20:19:52.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2220 | 2026-06-08T20:19:52.735Z | |
| 2221 | 2026-06-08T20:19:52.735Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2222 | 2026-06-08T20:19:53.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-06-08T20:19:53.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-06-08T20:19:53.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-06-08T20:19:53.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2226 | 2026-06-08T20:19:53.334Z | |
| 2227 | 2026-06-08T20:19:53.334Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2228 | 2026-06-08T20:19:53.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-06-08T20:19:53.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-06-08T20:19:53.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-06-08T20:19:53.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2232 | 2026-06-08T20:19:53.908Z | |
| 2233 | 2026-06-08T20:19:53.908Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2234 | 2026-06-08T20:19:54.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-06-08T20:19:54.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-06-08T20:19:54.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-06-08T20:19:54.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2238 | 2026-06-08T20:19:54.524Z | |
| 2239 | 2026-06-08T20:19:54.524Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2240 | 2026-06-08T20:19:55.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-06-08T20:19:55.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-06-08T20:19:55.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-06-08T20:19:55.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2244 | 2026-06-08T20:19:55.135Z | |
| 2245 | 2026-06-08T20:19:55.135Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2246 | 2026-06-08T20:19:55.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-06-08T20:19:55.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-06-08T20:19:55.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-06-08T20:19:55.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2250 | 2026-06-08T20:19:55.708Z | |
| 2251 | 2026-06-08T20:19:55.708Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2252 | 2026-06-08T20:19:56.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-06-08T20:19:56.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-06-08T20:19:56.319Z | Checking cfg-if v1.0.4 |
| 2255 | 2026-06-08T20:19:56.324Z | Checking libc v0.2.185 |
| 2256 | 2026-06-08T20:19:56.324Z | Checking serde_core v1.0.228 |
| 2257 | 2026-06-08T20:19:56.436Z | Checking zeroize v1.8.2 |
| 2258 | 2026-06-08T20:19:56.444Z | Checking memchr v2.8.0 |
| 2259 | 2026-06-08T20:19:56.453Z | Checking log v0.4.29 |
| 2260 | 2026-06-08T20:19:56.462Z | Checking smallvec v1.15.1 |
| 2261 | 2026-06-08T20:19:56.474Z | Checking typenum v1.19.0 |
| 2262 | 2026-06-08T20:19:56.474Z | Checking subtle v2.6.1 |
| 2263 | 2026-06-08T20:19:56.575Z | Checking itoa v1.0.17 |
| 2264 | 2026-06-08T20:19:56.613Z | Checking scopeguard v1.2.0 |
| 2265 | 2026-06-08T20:19:56.626Z | Checking stable_deref_trait v1.2.1 |
| 2266 | 2026-06-08T20:19:56.637Z | Checking const-oid v0.9.6 |
| 2267 | 2026-06-08T20:19:56.699Z | Checking zerofrom v0.1.6 |
| 2268 | 2026-06-08T20:19:56.714Z | Checking lock_api v0.4.14 |
| 2269 | 2026-06-08T20:19:56.732Z | Checking pin-project-lite v0.2.17 |
| 2270 | 2026-06-08T20:19:56.807Z | Checking yoke v0.8.1 |
| 2271 | 2026-06-08T20:19:56.827Z | Checking portable-atomic v1.13.1 |
| 2272 | 2026-06-08T20:19:56.838Z | Checking getrandom v0.2.17 |
| 2273 | 2026-06-08T20:19:56.842Z | Checking errno v0.3.14 |
| 2274 | 2026-06-08T20:19:56.911Z | Checking parking_lot_core v0.9.12 |
| 2275 | 2026-06-08T20:19:56.948Z | Checking signal-hook-registry v1.4.8 |
| 2276 | 2026-06-08T20:19:56.974Z | Checking zerovec v0.11.5 |
| 2277 | 2026-06-08T20:19:56.986Z | Checking rand_core v0.6.4 |
| 2278 | 2026-06-08T20:19:56.996Z | Checking generic-array v0.14.7 |
| 2279 | 2026-06-08T20:19:57.095Z | Checking critical-section v1.2.0 |
| 2280 | 2026-06-08T20:19:57.107Z | Checking futures-core v0.3.32 |
| 2281 | 2026-06-08T20:19:57.154Z | Checking parking_lot v0.12.5 |
| 2282 | 2026-06-08T20:19:57.191Z | Checking mio v1.2.0 |
| 2283 | 2026-06-08T20:19:57.219Z | Checking once_cell v1.21.3 |
| 2284 | 2026-06-08T20:19:57.232Z | Checking zerocopy v0.8.40 |
| 2285 | 2026-06-08T20:19:57.300Z | Checking zmij v1.0.21 |
| 2286 | 2026-06-08T20:19:57.340Z | Checking socket2 v0.6.3 |
| 2287 | 2026-06-08T20:19:57.387Z | Checking libm v0.2.16 |
| 2288 | 2026-06-08T20:19:57.399Z | Checking tinystr v0.8.2 |
| 2289 | 2026-06-08T20:19:57.424Z | Checking crypto-common v0.1.7 |
| 2290 | 2026-06-08T20:19:57.471Z | Checking block-buffer v0.10.4 |
| 2291 | 2026-06-08T20:19:57.506Z | Checking litemap v0.8.1 |
| 2292 | 2026-06-08T20:19:57.544Z | Checking equivalent v1.0.2 |
| 2293 | 2026-06-08T20:19:57.568Z | Checking writeable v0.6.2 |
| 2294 | 2026-06-08T20:19:57.580Z | Checking percent-encoding v2.3.2 |
| 2295 | 2026-06-08T20:19:57.601Z | Checking digest v0.10.7 |
| 2296 | 2026-06-08T20:19:57.626Z | Checking potential_utf v0.1.4 |
| 2297 | 2026-06-08T20:19:57.676Z | Checking zerotrie v0.2.3 |
| 2298 | 2026-06-08T20:19:57.713Z | Checking futures-sink v0.3.32 |
| 2299 | 2026-06-08T20:19:57.726Z | Checking icu_locale_core v2.1.1 |
| 2300 | 2026-06-08T20:19:57.749Z | Checking icu_collections v2.1.1 |
| 2301 | 2026-06-08T20:19:57.798Z | Checking slab v0.4.12 |
| 2302 | 2026-06-08T20:19:57.811Z | Checking futures-channel v0.3.32 |
| 2303 | 2026-06-08T20:19:57.888Z | Checking serde v1.0.228 |
| 2304 | 2026-06-08T20:19:57.913Z | Checking bitflags v2.11.0 |
| 2305 | 2026-06-08T20:19:57.949Z | Checking serde_json v1.0.149 |
| 2306 | 2026-06-08T20:19:57.997Z | Checking futures-io v0.3.32 |
| 2307 | 2026-06-08T20:19:58.051Z | Checking futures-task v0.3.32 |
| 2308 | 2026-06-08T20:19:58.075Z | Checking cpufeatures v0.2.17 |
| 2309 | 2026-06-08T20:19:58.078Z | Checking num-traits v0.2.19 |
| 2310 | 2026-06-08T20:19:58.110Z | Checking hmac v0.12.1 |
| 2311 | 2026-06-08T20:19:58.153Z | Checking icu_normalizer_data v2.1.1 |
| 2312 | 2026-06-08T20:19:58.182Z | Checking futures-util v0.3.32 |
| 2313 | 2026-06-08T20:19:58.225Z | Checking icu_properties_data v2.1.2 |
| 2314 | 2026-06-08T20:19:58.240Z | Checking rand_core v0.10.0 |
| 2315 | 2026-06-08T20:19:58.279Z | Checking icu_provider v2.1.1 |
| 2316 | 2026-06-08T20:19:58.291Z | Checking bytes v1.11.1 |
| 2317 | 2026-06-08T20:19:58.351Z | Checking hashbrown v0.17.0 |
| 2318 | 2026-06-08T20:19:58.377Z | Checking getrandom v0.4.1 |
| 2319 | 2026-06-08T20:19:58.508Z | Checking icu_normalizer v2.1.1 |
| 2320 | 2026-06-08T20:19:58.522Z | Checking icu_properties v2.1.2 |
| 2321 | 2026-06-08T20:19:58.599Z | Checking block-padding v0.3.3 |
| 2322 | 2026-06-08T20:19:58.613Z | Checking utf8_iter v1.0.4 |
| 2323 | 2026-06-08T20:19:58.727Z | Checking tokio v1.52.1 |
| 2324 | 2026-06-08T20:19:58.727Z | Checking inout v0.1.4 |
| 2325 | 2026-06-08T20:19:58.751Z | Checking sha2 v0.10.9 |
| 2326 | 2026-06-08T20:19:58.801Z | Checking indexmap v2.14.0 |
| 2327 | 2026-06-08T20:19:58.811Z | Checking form_urlencoded v1.2.2 |
| 2328 | 2026-06-08T20:19:58.861Z | Checking cipher v0.4.4 |
| 2329 | 2026-06-08T20:19:58.936Z | Checking getrandom v0.3.4 |
| 2330 | 2026-06-08T20:19:59.014Z | Checking byteorder v1.5.0 |
| 2331 | 2026-06-08T20:19:59.064Z | Checking base64ct v1.8.3 |
| 2332 | 2026-06-08T20:19:59.076Z | Checking fnv v1.0.7 |
| 2333 | 2026-06-08T20:19:59.169Z | Checking flagset v0.4.7 |
| 2334 | 2026-06-08T20:19:59.210Z | Checking rand_core v0.9.5 |
| 2335 | 2026-06-08T20:19:59.294Z | Checking http v1.4.0 |
| 2336 | 2026-06-08T20:19:59.307Z | Checking pem-rfc7468 v0.7.0 |
| 2337 | 2026-06-08T20:19:59.343Z | Checking idna_adapter v1.2.1 |
| 2338 | 2026-06-08T20:19:59.356Z | Checking regex-syntax v0.8.10 |
| 2339 | 2026-06-08T20:19:59.388Z | Checking salsa20 v0.10.2 |
| 2340 | 2026-06-08T20:19:59.460Z | Checking der v0.7.10 |
| 2341 | 2026-06-08T20:19:59.460Z | Checking idna v1.1.0 |
| 2342 | 2026-06-08T20:19:59.522Z | Checking uuid v1.23.0 |
| 2343 | 2026-06-08T20:19:59.715Z | Checking url v2.5.8 |
| 2344 | 2026-06-08T20:19:59.829Z | Checking pbkdf2 v0.12.2 |
| 2345 | 2026-06-08T20:19:59.862Z | Checking rustix v1.1.3 |
| 2346 | 2026-06-08T20:19:59.938Z | Checking tracing-core v0.1.36 |
| 2347 | 2026-06-08T20:19:59.969Z | Checking ppv-lite86 v0.2.21 |
| 2348 | 2026-06-08T20:20:00.075Z | Checking rustls-pki-types v1.14.0 |
| 2349 | 2026-06-08T20:20:00.147Z | Checking iana-time-zone v0.1.65 |
| 2350 | 2026-06-08T20:20:00.185Z | Checking spki v0.7.3 |
| 2351 | 2026-06-08T20:20:00.247Z | Checking base64 v0.22.1 |
| 2352 | 2026-06-08T20:20:00.258Z | Checking chrono v0.4.44 |
| 2353 | 2026-06-08T20:20:00.269Z | Checking rand_chacha v0.9.0 |
| 2354 | 2026-06-08T20:20:00.346Z | Checking tracing v0.1.44 |
| 2355 | 2026-06-08T20:20:00.359Z | Checking scrypt v0.11.0 |
| 2356 | 2026-06-08T20:20:00.465Z | Checking http-body v1.0.1 |
| 2357 | 2026-06-08T20:20:00.480Z | Checking aes v0.8.4 |
| 2358 | 2026-06-08T20:20:00.493Z | Checking cbc v0.1.2 |
| 2359 | 2026-06-08T20:20:00.546Z | Checking aws-lc-sys v0.40.0 |
| 2360 | 2026-06-08T20:20:00.594Z | Checking untrusted v0.7.1 |
| 2361 | 2026-06-08T20:20:00.619Z | Checking tinyvec_macros v0.1.1 |
| 2362 | 2026-06-08T20:20:00.650Z | Checking untrusted v0.9.0 |
| 2363 | 2026-06-08T20:20:00.683Z | Checking openssl-probe v0.2.1 |
| 2364 | 2026-06-08T20:20:00.697Z | Checking tinyvec v1.10.0 |
| 2365 | 2026-06-08T20:20:00.711Z | Checking rand v0.9.2 |
| 2366 | 2026-06-08T20:20:00.755Z | Checking ring v0.17.14 |
| 2367 | 2026-06-08T20:20:00.788Z | Checking tower-service v0.3.3 |
| 2368 | 2026-06-08T20:20:00.864Z | Checking pkcs5 v0.7.1 |
| 2369 | 2026-06-08T20:20:00.879Z | Checking atomic-waker v1.1.2 |
| 2370 | 2026-06-08T20:20:00.973Z | Checking try-lock v0.2.5 |
| 2371 | 2026-06-08T20:20:01.003Z | Checking tower-layer v0.3.3 |
| 2372 | 2026-06-08T20:20:01.042Z | Checking aws-lc-rs v1.16.3 |
| 2373 | 2026-06-08T20:20:01.068Z | Checking want v0.3.1 |
| 2374 | 2026-06-08T20:20:01.106Z | Checking ipnet v2.11.0 |
| 2375 | 2026-06-08T20:20:01.118Z | Checking pkcs8 v0.10.2 |
| 2376 | 2026-06-08T20:20:01.149Z | Checking httparse v1.10.1 |
| 2377 | 2026-06-08T20:20:01.168Z | Checking aho-corasick v1.1.4 |
| 2378 | 2026-06-08T20:20:01.187Z | Checking httpdate v1.0.3 |
| 2379 | 2026-06-08T20:20:01.289Z | Checking fastrand v2.3.0 |
| 2380 | 2026-06-08T20:20:01.332Z | Checking dyn-clone v1.0.20 |
| 2381 | 2026-06-08T20:20:01.352Z | Checking foreign-types-shared v0.1.1 |
| 2382 | 2026-06-08T20:20:01.358Z | Checking utf8parse v0.2.2 |
| 2383 | 2026-06-08T20:20:01.430Z | Checking pin-utils v0.1.0 |
| 2384 | 2026-06-08T20:20:01.442Z | Checking plain v0.2.3 |
| 2385 | 2026-06-08T20:20:01.461Z | Checking foreign-types v0.3.2 |
| 2386 | 2026-06-08T20:20:01.474Z | Checking tempfile v3.25.0 |
| 2387 | 2026-06-08T20:20:01.498Z | Checking unicode-normalization v0.1.25 |
| 2388 | 2026-06-08T20:20:01.526Z | Checking semver v1.0.28 |
| 2389 | 2026-06-08T20:20:01.538Z | Checking openssl-sys v0.9.115 |
| 2390 | 2026-06-08T20:20:01.658Z | Checking spin v0.9.8 |
| 2391 | 2026-06-08T20:20:01.735Z | Checking unicode-ident v1.0.24 |
| 2392 | 2026-06-08T20:20:01.748Z | Checking ucd-trie v0.1.7 |
| 2393 | 2026-06-08T20:20:01.831Z | Checking regex-automata v0.4.14 |
| 2394 | 2026-06-08T20:20:01.844Z | Checking anstyle v1.0.14 |
| 2395 | 2026-06-08T20:20:01.849Z | Checking proc-macro2 v1.0.106 |
| 2396 | 2026-06-08T20:20:01.872Z | Checking rustls-webpki v0.103.9 |
| 2397 | 2026-06-08T20:20:01.884Z | Checking pest v2.8.6 |
| 2398 | 2026-06-08T20:20:01.897Z | Checking schemars v0.8.22 |
| 2399 | 2026-06-08T20:20:01.915Z | Checking openssl v0.10.79 |
| 2400 | 2026-06-08T20:20:01.965Z | Checking tokio-util v0.7.18 |
| 2401 | 2026-06-08T20:20:02.017Z | Checking rustls-native-certs v0.8.3 |
| 2402 | 2026-06-08T20:20:02.145Z | Checking thiserror v2.0.18 |
| 2403 | 2026-06-08T20:20:02.161Z | Checking sync_wrapper v1.0.2 |
| 2404 | 2026-06-08T20:20:02.246Z | Checking wait-timeout v0.2.1 |
| 2405 | 2026-06-08T20:20:02.261Z | Checking bit-vec v0.8.0 |
| 2406 | 2026-06-08T20:20:02.294Z | Checking rustls v0.23.37 |
| 2407 | 2026-06-08T20:20:02.365Z | Checking anstyle-query v1.1.5 |
| 2408 | 2026-06-08T20:20:02.457Z | Checking powerfmt v0.2.0 |
| 2409 | 2026-06-08T20:20:02.469Z | Checking quick-error v1.2.3 |
| 2410 | 2026-06-08T20:20:02.531Z | Checking colorchoice v1.0.4 |
| 2411 | 2026-06-08T20:20:02.564Z | Checking siphasher v1.0.2 |
| 2412 | 2026-06-08T20:20:02.567Z | Checking h2 v0.4.13 |
| 2413 | 2026-06-08T20:20:02.604Z | Checking simd-adler32 v0.3.8 |
| 2414 | 2026-06-08T20:20:02.628Z | Checking is_terminal_polyfill v1.70.2 |
| 2415 | 2026-06-08T20:20:02.714Z | Checking pretty-hex v0.4.1 |
| 2416 | 2026-06-08T20:20:02.728Z | Checking deranged v0.5.8 |
| 2417 | 2026-06-08T20:20:02.771Z | Checking rusty-fork v0.3.1 |
| 2418 | 2026-06-08T20:20:02.829Z | Checking bit-set v0.8.0 |
| 2419 | 2026-06-08T20:20:02.929Z | Checking tower v0.5.3 |
| 2420 | 2026-06-08T20:20:02.943Z | Checking quote v1.0.45 |
| 2421 | 2026-06-08T20:20:02.976Z | Compiling newtype-uuid v1.3.2 |
| 2422 | 2026-06-08T20:20:03.109Z | Checking http-body-util v0.1.3 |
| 2423 | 2026-06-08T20:20:03.155Z | Checking webpki-roots v1.0.6 |
| 2424 | 2026-06-08T20:20:03.274Z | Checking crossbeam-utils v0.8.21 |
| 2425 | 2026-06-08T20:20:03.304Z | Checking rand_xorshift v0.4.0 |
| 2426 | 2026-06-08T20:20:03.320Z | Checking crc32fast v1.5.0 |
| 2427 | 2026-06-08T20:20:03.421Z | Checking scroll v0.13.0 |
| 2428 | 2026-06-08T20:20:03.456Z | Checking signature v2.2.0 |
| 2429 | 2026-06-08T20:20:03.585Z | Checking ryu v1.0.23 |
| 2430 | 2026-06-08T20:20:03.600Z | Checking allocator-api2 v0.2.21 |
| 2431 | 2026-06-08T20:20:03.632Z | Checking num-conv v0.2.0 |
| 2432 | 2026-06-08T20:20:03.644Z | Checking unarray v0.1.4 |
| 2433 | 2026-06-08T20:20:03.647Z | Checking adler2 v2.0.1 |
| 2434 | 2026-06-08T20:20:03.720Z | Checking unicode-properties v0.1.4 |
| 2435 | 2026-06-08T20:20:03.744Z | Checking num_threads v0.1.7 |
| 2436 | 2026-06-08T20:20:03.757Z | Checking iri-string v0.7.10 |
| 2437 | 2026-06-08T20:20:03.767Z | Checking time-core v0.1.8 |
| 2438 | 2026-06-08T20:20:03.829Z | Checking unicode-bidi v0.3.18 |
| 2439 | 2026-06-08T20:20:03.876Z | Checking miniz_oxide v0.8.9 |
| 2440 | 2026-06-08T20:20:03.902Z | Checking proptest v1.10.0 |
| 2441 | 2026-06-08T20:20:03.906Z | Checking time v0.3.47 |
| 2442 | 2026-06-08T20:20:03.927Z | Checking native-tls v0.2.18 |
| 2443 | 2026-06-08T20:20:04.103Z | Checking tokio-native-tls v0.3.1 |
| 2444 | 2026-06-08T20:20:04.118Z | Checking stringprep v0.1.5 |
| 2445 | 2026-06-08T20:20:04.224Z | Checking serde_urlencoded v0.7.1 |
| 2446 | 2026-06-08T20:20:04.267Z | Checking bstr v1.12.1 |
| 2447 | 2026-06-08T20:20:04.280Z | Checking goblin v0.10.5 |
| 2448 | 2026-06-08T20:20:04.428Z | Checking crossbeam-epoch v0.9.18 |
| 2449 | 2026-06-08T20:20:04.639Z | Checking tokio-rustls v0.26.4 |
| 2450 | 2026-06-08T20:20:04.655Z | Checking syn v2.0.117 |
| 2451 | 2026-06-08T20:20:04.670Z | Compiling daft v0.1.7 |
| 2452 | 2026-06-08T20:20:04.802Z | Checking tower-http v0.6.8 |
| 2453 | 2026-06-08T20:20:04.867Z | Checking ipnetwork v0.21.1 |
| 2454 | 2026-06-08T20:20:04.939Z | Checking anstyle-parse v1.0.0 |
| 2455 | 2026-06-08T20:20:05.052Z | Checking rand_chacha v0.3.1 |
| 2456 | 2026-06-08T20:20:05.073Z | Checking thiserror v1.0.69 |
| 2457 | 2026-06-08T20:20:05.087Z | Checking scroll v0.12.0 |
| 2458 | 2026-06-08T20:20:05.097Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2459 | 2026-06-08T20:20:05.171Z | Checking hash32 v0.2.1 |
| 2460 | 2026-06-08T20:20:05.206Z | Checking num-integer v0.1.46 |
| 2461 | 2026-06-08T20:20:05.257Z | Checking serde_spanned v0.6.9 |
| 2462 | 2026-06-08T20:20:05.273Z | Checking hyper v1.8.1 |
| 2463 | 2026-06-08T20:20:05.306Z | Checking toml_datetime v0.6.11 |
| 2464 | 2026-06-08T20:20:05.325Z | Checking md-5 v0.10.6 |
| 2465 | 2026-06-08T20:20:05.377Z | Checking ff v0.13.1 |
| 2466 | 2026-06-08T20:20:05.426Z | Checking encoding_rs v0.8.35 |
| 2467 | 2026-06-08T20:20:05.462Z | Checking psl-types v2.0.11 |
| 2468 | 2026-06-08T20:20:05.488Z | Checking base16ct v0.2.0 |
| 2469 | 2026-06-08T20:20:05.503Z | Checking zlib-rs v0.6.2 |
| 2470 | 2026-06-08T20:20:05.576Z | Checking mime v0.3.17 |
| 2471 | 2026-06-08T20:20:05.612Z | Checking fallible-iterator v0.2.0 |
| 2472 | 2026-06-08T20:20:05.746Z | Checking sec1 v0.7.3 |
| 2473 | 2026-06-08T20:20:05.863Z | Checking publicsuffix v2.3.0 |
| 2474 | 2026-06-08T20:20:05.880Z | Checking postgres-protocol v0.6.10 |
| 2475 | 2026-06-08T20:20:05.949Z | Checking group v0.13.0 |
| 2476 | 2026-06-08T20:20:06.023Z | Checking num-iter v0.1.45 |
| 2477 | 2026-06-08T20:20:06.093Z | Checking heapless v0.7.17 |
| 2478 | 2026-06-08T20:20:06.134Z | Checking goblin v0.8.2 |
| 2479 | 2026-06-08T20:20:06.168Z | Checking hyper-util v0.1.20 |
| 2480 | 2026-06-08T20:20:06.186Z | Checking rand v0.8.6 |
| 2481 | 2026-06-08T20:20:06.356Z | Checking zstd-safe v7.2.4 |
| 2482 | 2026-06-08T20:20:06.369Z | Checking flate2 v1.1.9 |
| 2483 | 2026-06-08T20:20:06.508Z | Checking anstream v1.0.0 |
| 2484 | 2026-06-08T20:20:06.521Z | Checking oxnet v0.1.5 |
| 2485 | 2026-06-08T20:20:06.591Z | Checking dof v0.4.0 |
| 2486 | 2026-06-08T20:20:06.662Z | Checking cookie v0.18.1 |
| 2487 | 2026-06-08T20:20:06.692Z | Compiling iddqd v0.4.2 |
| 2488 | 2026-06-08T20:20:06.709Z | Checking dtrace-parser v0.3.0 |
| 2489 | 2026-06-08T20:20:06.750Z | Checking phf_shared v0.13.1 |
| 2490 | 2026-06-08T20:20:06.891Z | Checking lazy_static v1.5.0 |
| 2491 | 2026-06-08T20:20:06.908Z | Checking anstyle-parse v0.2.7 |
| 2492 | 2026-06-08T20:20:06.942Z | Checking pin-project v1.1.11 |
| 2493 | 2026-06-08T20:20:06.965Z | Checking zerocopy v0.7.35 |
| 2494 | 2026-06-08T20:20:06.978Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2495 | 2026-06-08T20:20:07.047Z | Checking signal-hook v0.3.18 |
| 2496 | 2026-06-08T20:20:07.058Z | Checking terminal_size v0.4.3 |
| 2497 | 2026-06-08T20:20:07.062Z | Checking futures-executor v0.3.32 |
| 2498 | 2026-06-08T20:20:07.171Z | Checking hex v0.4.3 |
| 2499 | 2026-06-08T20:20:07.216Z | Checking hkdf v0.12.4 |
| 2500 | 2026-06-08T20:20:07.234Z | Checking crypto-bigint v0.5.5 |
| 2501 | 2026-06-08T20:20:07.247Z | Checking thread-id v5.1.0 |
| 2502 | 2026-06-08T20:20:07.324Z | Checking foldhash v0.2.0 |
| 2503 | 2026-06-08T20:20:07.347Z | Checking managed v0.8.0 |
| 2504 | 2026-06-08T20:20:07.394Z | Checking bitflags v1.3.2 |
| 2505 | 2026-06-08T20:20:07.418Z | Checking hyper-rustls v0.27.7 |
| 2506 | 2026-06-08T20:20:07.441Z | Checking hyper-tls v0.6.0 |
| 2507 | 2026-06-08T20:20:07.460Z | Checking strsim v0.11.1 |
| 2508 | 2026-06-08T20:20:07.474Z | Checking winnow v0.7.14 |
| 2509 | 2026-06-08T20:20:07.527Z | Checking winnow v0.5.40 |
| 2510 | 2026-06-08T20:20:07.608Z | Checking libbz2-rs-sys v0.2.2 |
| 2511 | 2026-06-08T20:20:07.620Z | Checking bumpalo v3.20.2 |
| 2512 | 2026-06-08T20:20:07.623Z | Compiling rayon-core v1.13.0 |
| 2513 | 2026-06-08T20:20:07.806Z | Checking clap_lex v1.0.0 |
| 2514 | 2026-06-08T20:20:07.821Z | Checking either v1.15.0 |
| 2515 | 2026-06-08T20:20:07.947Z | Checking same-file v1.0.6 |
| 2516 | 2026-06-08T20:20:07.960Z | Checking foldhash v0.1.5 |
| 2517 | 2026-06-08T20:20:07.996Z | Checking bzip2 v0.6.1 |
| 2518 | 2026-06-08T20:20:08.014Z | Checking clap_builder v4.6.0 |
| 2519 | 2026-06-08T20:20:08.019Z | Checking dof v0.3.0 |
| 2520 | 2026-06-08T20:20:08.065Z | Checking walkdir v2.5.0 |
| 2521 | 2026-06-08T20:20:08.087Z | Checking hashbrown v0.15.5 |
| 2522 | 2026-06-08T20:20:08.120Z | Checking elliptic-curve v0.13.8 |
| 2523 | 2026-06-08T20:20:08.155Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2524 | 2026-06-08T20:20:08.218Z | Checking zopfli v0.8.3 |
| 2525 | 2026-06-08T20:20:08.312Z | Checking reqwest v0.12.28 |
| 2526 | 2026-06-08T20:20:08.337Z | Checking smoltcp v0.9.1 |
| 2527 | 2026-06-08T20:20:08.419Z | Checking hashbrown v0.16.1 |
| 2528 | 2026-06-08T20:20:08.541Z | Checking usdt-impl v0.6.0 |
| 2529 | 2026-06-08T20:20:08.553Z | Checking signal-hook-mio v0.2.5 |
| 2530 | 2026-06-08T20:20:08.643Z | Checking futures v0.3.32 |
| 2531 | 2026-06-08T20:20:08.655Z | Checking bzip2 v0.4.4 |
| 2532 | 2026-06-08T20:20:08.669Z | Checking toml_edit v0.19.15 |
| 2533 | 2026-06-08T20:20:08.721Z | Checking anstream v0.6.21 |
| 2534 | 2026-06-08T20:20:08.812Z | Checking snafu v0.8.9 |
| 2535 | 2026-06-08T20:20:08.815Z | Checking num-bigint-dig v0.8.6 |
| 2536 | 2026-06-08T20:20:08.919Z | Checking phf v0.13.1 |
| 2537 | 2026-06-08T20:20:08.922Z | Checking cookie_store v0.22.1 |
| 2538 | 2026-06-08T20:20:09.047Z | Checking zstd v0.13.3 |
| 2539 | 2026-06-08T20:20:09.076Z | Checking postgres-types v0.2.12 |
| 2540 | 2026-06-08T20:20:09.149Z | Checking dtrace-parser v0.2.0 |
| 2541 | 2026-06-08T20:20:09.175Z | Checking globset v0.4.18 |
| 2542 | 2026-06-08T20:20:09.208Z | Checking crossbeam-deque v0.8.6 |
| 2543 | 2026-06-08T20:20:09.229Z | Checking rustls-platform-verifier v0.6.2 |
| 2544 | 2026-06-08T20:20:09.251Z | Checking regex v1.12.3 |
| 2545 | 2026-06-08T20:20:09.394Z | Checking ed25519 v2.2.3 |
| 2546 | 2026-06-08T20:20:09.401Z | Checking phf_shared v0.11.3 |
| 2547 | 2026-06-08T20:20:09.407Z | Checking olpc-cjson v0.1.4 |
| 2548 | 2026-06-08T20:20:09.407Z | Checking ref-cast v1.0.25 |
| 2549 | 2026-06-08T20:20:09.445Z | Checking curve25519-dalek v4.1.3 |
| 2550 | 2026-06-08T20:20:09.518Z | Checking strum v0.27.2 |
| 2551 | 2026-06-08T20:20:09.532Z | Checking hubpack v0.1.2 |
| 2552 | 2026-06-08T20:20:09.537Z | Checking memoffset v0.9.1 |
| 2553 | 2026-06-08T20:20:09.556Z | Checking rustix v0.38.44 |
| 2554 | 2026-06-08T20:20:09.560Z | Checking pkcs1 v0.7.5 |
| 2555 | 2026-06-08T20:20:09.621Z | Checking pem v3.0.6 |
| 2556 | 2026-06-08T20:20:09.635Z | Checking float-cmp v0.10.0 |
| 2557 | 2026-06-08T20:20:09.650Z | Checking serde_plain v1.0.2 |
| 2558 | 2026-06-08T20:20:09.695Z | Checking erased-serde v0.3.31 |
| 2559 | 2026-06-08T20:20:09.722Z | Checking serde-big-array v0.5.1 |
| 2560 | 2026-06-08T20:20:09.754Z | Checking rfc6979 v0.4.0 |
| 2561 | 2026-06-08T20:20:09.771Z | Checking memmap2 v0.9.10 |
| 2562 | 2026-06-08T20:20:09.784Z | Checking thread-id v4.2.2 |
| 2563 | 2026-06-08T20:20:09.796Z | Checking env_filter v1.0.0 |
| 2564 | 2026-06-08T20:20:09.852Z | Checking jiff v0.2.21 |
| 2565 | 2026-06-08T20:20:09.865Z | Checking normalize-line-endings v0.3.0 |
| 2566 | 2026-06-08T20:20:09.878Z | Checking whoami v2.1.0 |
| 2567 | 2026-06-08T20:20:09.924Z | Checking fixedbitset v0.5.7 |
| 2568 | 2026-06-08T20:20:09.937Z | Checking new_debug_unreachable v1.0.6 |
| 2569 | 2026-06-08T20:20:09.948Z | Checking static_assertions v1.1.0 |
| 2570 | 2026-06-08T20:20:10.002Z | Checking toml_write v0.1.2 |
| 2571 | 2026-06-08T20:20:10.014Z | Checking precomputed-hash v0.1.1 |
| 2572 | 2026-06-08T20:20:10.063Z | Checking typed-path v0.9.3 |
| 2573 | 2026-06-08T20:20:10.076Z | Checking difflib v0.4.0 |
| 2574 | 2026-06-08T20:20:10.092Z | Checking unicode-segmentation v1.12.0 |
| 2575 | 2026-06-08T20:20:10.114Z | Checking keccak v0.1.6 |
| 2576 | 2026-06-08T20:20:10.165Z | Checking predicates-core v1.0.10 |
| 2577 | 2026-06-08T20:20:10.220Z | Checking fixedbitset v0.4.2 |
| 2578 | 2026-06-08T20:20:10.251Z | Checking data-encoding v2.10.0 |
| 2579 | 2026-06-08T20:20:10.279Z | Checking sha3 v0.10.8 |
| 2580 | 2026-06-08T20:20:10.293Z | Checking predicates v3.1.4 |
| 2581 | 2026-06-08T20:20:10.367Z | Checking petgraph v0.6.5 |
| 2582 | 2026-06-08T20:20:10.370Z | Checking crossterm v0.28.1 |
| 2583 | 2026-06-08T20:20:10.405Z | Checking similar v2.7.0 |
| 2584 | 2026-06-08T20:20:10.482Z | Checking ed25519-dalek v2.2.0 |
| 2585 | 2026-06-08T20:20:10.520Z | Checking hickory-proto v0.25.2 |
| 2586 | 2026-06-08T20:20:10.593Z | Checking toml_edit v0.22.27 |
| 2587 | 2026-06-08T20:20:10.708Z | Checking petgraph v0.8.3 |
| 2588 | 2026-06-08T20:20:10.785Z | Checking string_cache v0.8.9 |
| 2589 | 2026-06-08T20:20:10.853Z | Checking tough v0.22.0 |
| 2590 | 2026-06-08T20:20:10.950Z | Checking slog v2.8.2 |
| 2591 | 2026-06-08T20:20:11.076Z | Checking tokio-postgres v0.7.16 |
| 2592 | 2026-06-08T20:20:11.214Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2593 | 2026-06-08T20:20:11.603Z | Checking env_logger v0.11.9 |
| 2594 | 2026-06-08T20:20:11.681Z | Checking usdt v0.6.0 |
| 2595 | 2026-06-08T20:20:11.793Z | Checking ecdsa v0.16.9 |
| 2596 | 2026-06-08T20:20:11.849Z | Checking usdt-impl v0.5.0 |
| 2597 | 2026-06-08T20:20:12.075Z | Checking zip v4.6.1 |
| 2598 | 2026-06-08T20:20:12.121Z | Checking rsa v0.9.10 |
| 2599 | 2026-06-08T20:20:12.121Z | Checking toml v0.7.8 |
| 2600 | 2026-06-08T20:20:12.254Z | Checking nix v0.31.2 |
| 2601 | 2026-06-08T20:20:12.584Z | Checking reqwest v0.13.2 |
| 2602 | 2026-06-08T20:20:12.642Z | Checking clap v4.6.1 |
| 2603 | 2026-06-08T20:20:12.722Z | Checking zip v0.6.6 |
| 2604 | 2026-06-08T20:20:12.767Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2605 | 2026-06-08T20:20:12.898Z | Checking itertools v0.13.0 |
| 2606 | 2026-06-08T20:20:13.041Z | Checking serde_with v3.17.0 |
| 2607 | 2026-06-08T20:20:13.092Z | Checking strum v0.26.3 |
| 2608 | 2026-06-08T20:20:13.204Z | Checking fs-err v3.3.0 |
| 2609 | 2026-06-08T20:20:13.221Z | Checking ahash v0.8.12 |
| 2610 | 2026-06-08T20:20:13.254Z | Checking object v0.37.3 |
| 2611 | 2026-06-08T20:20:13.305Z | Checking tokio-stream v0.1.18 |
| 2612 | 2026-06-08T20:20:13.412Z | Checking buf-list v1.1.2 |
| 2613 | 2026-06-08T20:20:13.429Z | Checking anyhow v1.0.102 |
| 2614 | 2026-06-08T20:20:13.479Z | Checking camino v1.2.2 |
| 2615 | 2026-06-08T20:20:13.494Z | Checking x509-cert v0.2.5 |
| 2616 | 2026-06-08T20:20:13.592Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2617 | 2026-06-08T20:20:13.622Z | Checking openapiv3 v2.2.0 |
| 2618 | 2026-06-08T20:20:13.684Z | Checking sha1 v0.10.6 |
| 2619 | 2026-06-08T20:20:13.723Z | Checking peg-runtime v0.8.5 |
| 2620 | 2026-06-08T20:20:13.843Z | Checking lalrpop-util v0.19.12 |
| 2621 | 2026-06-08T20:20:13.855Z | Checking rayon v1.11.0 |
| 2622 | 2026-06-08T20:20:13.866Z | Checking sigpipe v0.1.3 |
| 2623 | 2026-06-08T20:20:13.924Z | Checking glob v0.3.3 |
| 2624 | 2026-06-08T20:20:15.473Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2625 | 2026-06-08T20:20:15.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s |
| 2626 | 2026-06-08T20:20:15.924Z | |
| 2627 | 2026-06-08T20:20:15.925Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2628 | 2026-06-08T20:20:16.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2629 | 2026-06-08T20:20:16.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2630 | 2026-06-08T20:20:16.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2631 | 2026-06-08T20:20:16.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2632 | 2026-06-08T20:20:16.524Z | |
| 2633 | 2026-06-08T20:20:16.524Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2634 | 2026-06-08T20:20:17.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2635 | 2026-06-08T20:20:17.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2636 | 2026-06-08T20:20:17.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2637 | 2026-06-08T20:20:17.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2638 | 2026-06-08T20:20:17.114Z | |
| 2639 | 2026-06-08T20:20:17.114Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2640 | 2026-06-08T20:20:17.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2641 | 2026-06-08T20:20:17.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2642 | 2026-06-08T20:20:17.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2643 | 2026-06-08T20:20:17.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2644 | 2026-06-08T20:20:17.721Z | |
| 2645 | 2026-06-08T20:20:17.721Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2646 | 2026-06-08T20:20:18.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2647 | 2026-06-08T20:20:18.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2648 | 2026-06-08T20:20:18.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2649 | 2026-06-08T20:20:18.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2650 | 2026-06-08T20:20:18.313Z | |
| 2651 | 2026-06-08T20:20:18.313Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2652 | 2026-06-08T20:20:18.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2653 | 2026-06-08T20:20:18.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2654 | 2026-06-08T20:20:18.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2655 | 2026-06-08T20:20:18.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2656 | 2026-06-08T20:20:18.905Z | |
| 2657 | 2026-06-08T20:20:18.905Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2658 | 2026-06-08T20:20:19.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2659 | 2026-06-08T20:20:19.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2660 | 2026-06-08T20:20:19.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2661 | 2026-06-08T20:20:19.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2662 | 2026-06-08T20:20:19.506Z | |
| 2663 | 2026-06-08T20:20:19.506Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2664 | 2026-06-08T20:20:19.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2665 | 2026-06-08T20:20:19.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2666 | 2026-06-08T20:20:19.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2667 | 2026-06-08T20:20:19.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2668 | 2026-06-08T20:20:20.073Z | |
| 2669 | 2026-06-08T20:20:20.074Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2670 | 2026-06-08T20:20:20.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2671 | 2026-06-08T20:20:20.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2672 | 2026-06-08T20:20:20.754Z | Compiling structmeta-derive v0.3.0 |
| 2673 | 2026-06-08T20:20:20.872Z | Compiling rustls v0.22.4 |
| 2674 | 2026-06-08T20:20:20.881Z | Compiling multer v3.1.0 |
| 2675 | 2026-06-08T20:20:20.891Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2676 | 2026-06-08T20:20:20.894Z | Compiling async-stream-impl v0.3.6 |
| 2677 | 2026-06-08T20:20:20.913Z | Compiling dropshot v0.17.0 |
| 2678 | 2026-06-08T20:20:20.928Z | Compiling newtype-uuid-macros v0.1.0 |
| 2679 | 2026-06-08T20:20:20.928Z | Compiling dropshot_endpoint v0.17.0 |
| 2680 | 2026-06-08T20:20:21.046Z | Checking newtype-uuid v1.3.2 |
| 2681 | 2026-06-08T20:20:21.110Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2682 | 2026-06-08T20:20:21.174Z | Checking rustls-webpki v0.102.8 |
| 2683 | 2026-06-08T20:20:21.245Z | Checking daft v0.1.7 |
| 2684 | 2026-06-08T20:20:21.267Z | Checking thread_local v1.1.9 |
| 2685 | 2026-06-08T20:20:21.433Z | Checking match_cfg v0.1.0 |
| 2686 | 2026-06-08T20:20:21.477Z | Checking compression-core v0.4.31 |
| 2687 | 2026-06-08T20:20:21.492Z | Checking iddqd v0.4.2 |
| 2688 | 2026-06-08T20:20:21.505Z | Checking hostname v0.3.1 |
| 2689 | 2026-06-08T20:20:21.521Z | Checking crossbeam-channel v0.5.15 |
| 2690 | 2026-06-08T20:20:21.596Z | Checking slog-json v2.6.1 |
| 2691 | 2026-06-08T20:20:21.609Z | Checking compression-codecs v0.4.37 |
| 2692 | 2026-06-08T20:20:21.675Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2693 | 2026-06-08T20:20:21.749Z | Checking is-terminal v0.4.17 |
| 2694 | 2026-06-08T20:20:21.772Z | Checking serde_spanned v1.0.4 |
| 2695 | 2026-06-08T20:20:21.839Z | Checking debug-ignore v1.0.5 |
| 2696 | 2026-06-08T20:20:21.853Z | Checking term v1.2.1 |
| 2697 | 2026-06-08T20:20:21.876Z | Checking take_mut v0.2.2 |
| 2698 | 2026-06-08T20:20:21.902Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2699 | 2026-06-08T20:20:21.935Z | Checking async-compression v0.4.41 |
| 2700 | 2026-06-08T20:20:21.940Z | Compiling structmeta v0.3.0 |
| 2701 | 2026-06-08T20:20:21.976Z | Checking slog-async v2.8.0 |
| 2702 | 2026-06-08T20:20:22.067Z | Checking slog-term v2.9.2 |
| 2703 | 2026-06-08T20:20:22.081Z | Checking toml v1.0.6+spec-1.1.0 |
| 2704 | 2026-06-08T20:20:22.148Z | Checking slog-bunyan v2.5.0 |
| 2705 | 2026-06-08T20:20:22.161Z | Compiling derive-ex v0.1.8 |
| 2706 | 2026-06-08T20:20:22.182Z | Compiling parse-display-derive v0.10.0 |
| 2707 | 2026-06-08T20:20:22.260Z | Checking async-stream v0.3.6 |
| 2708 | 2026-06-08T20:20:22.325Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2709 | 2026-06-08T20:20:22.387Z | Checking progenitor-client v0.14.0 |
| 2710 | 2026-06-08T20:20:22.402Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2711 | 2026-06-08T20:20:22.430Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2712 | 2026-06-08T20:20:22.569Z | Checking waitgroup v0.1.2 |
| 2713 | 2026-06-08T20:20:22.613Z | Checking backon v1.6.0 |
| 2714 | 2026-06-08T20:20:22.651Z | Checking rustls-pemfile v2.2.0 |
| 2715 | 2026-06-08T20:20:22.681Z | Checking serde_path_to_error v0.1.20 |
| 2716 | 2026-06-08T20:20:22.695Z | Checking hostname v0.4.2 |
| 2717 | 2026-06-08T20:20:22.774Z | Checking instant v0.1.13 |
| 2718 | 2026-06-08T20:20:22.858Z | Checking backoff v0.4.0 |
| 2719 | 2026-06-08T20:20:22.952Z | Checking progenitor-extras v0.2.0 |
| 2720 | 2026-06-08T20:20:22.989Z | Checking tokio-rustls v0.25.0 |
| 2721 | 2026-06-08T20:20:23.003Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2722 | 2026-06-08T20:20:23.031Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2723 | 2026-06-08T20:20:23.185Z | Checking itertools v0.14.0 |
| 2724 | 2026-06-08T20:20:23.213Z | Checking progenitor-client v0.10.0 |
| 2725 | 2026-06-08T20:20:23.403Z | Checking regress v0.10.5 |
| 2726 | 2026-06-08T20:20:23.417Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2727 | 2026-06-08T20:20:23.635Z | Checking macaddr v1.0.1 |
| 2728 | 2026-06-08T20:20:23.836Z | Compiling test-strategy v0.4.5 |
| 2729 | 2026-06-08T20:20:23.839Z | Checking parse-display v0.10.0 |
| 2730 | 2026-06-08T20:20:23.979Z | Checking humantime v2.3.0 |
| 2731 | 2026-06-08T20:20:25.029Z | Compiling prettyplease v0.2.37 |
| 2732 | 2026-06-08T20:20:25.366Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2733 | 2026-06-08T20:20:25.445Z | Checking num-rational v0.4.2 |
| 2734 | 2026-06-08T20:20:25.733Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2735 | 2026-06-08T20:20:25.926Z | Checking num-complex v0.4.6 |
| 2736 | 2026-06-08T20:20:26.639Z | Compiling num v0.4.3 |
| 2737 | 2026-06-08T20:20:26.720Z | Compiling usdt-macro v0.5.0 |
| 2738 | 2026-06-08T20:20:26.734Z | Compiling usdt-attr-macro v0.5.0 |
| 2739 | 2026-06-08T20:20:26.754Z | Checking memmap v0.7.0 |
| 2740 | 2026-06-08T20:20:26.780Z | Checking float-ord v0.3.2 |
| 2741 | 2026-06-08T20:20:26.885Z | Compiling convert_case v0.4.0 |
| 2742 | 2026-06-08T20:20:26.888Z | Checking unicode-width v0.2.0 |
| 2743 | 2026-06-08T20:20:27.140Z | Checking console v0.15.11 |
| 2744 | 2026-06-08T20:20:27.258Z | Compiling derive_more v0.99.20 |
| 2745 | 2026-06-08T20:20:27.416Z | Checking newline-converter v0.3.0 |
| 2746 | 2026-06-08T20:20:27.438Z | Checking atomicwrites v0.4.4 |
| 2747 | 2026-06-08T20:20:27.493Z | Checking usdt v0.5.0 |
| 2748 | 2026-06-08T20:20:27.524Z | Compiling toml v0.8.23 |
| 2749 | 2026-06-08T20:20:27.563Z | Compiling minimal-lexical v0.2.1 |
| 2750 | 2026-06-08T20:20:27.658Z | Checking linked-hash-map v0.5.6 |
| 2751 | 2026-06-08T20:20:27.822Z | Compiling nom v7.1.3 |
| 2752 | 2026-06-08T20:20:27.831Z | Checking lru-cache v0.1.2 |
| 2753 | 2026-06-08T20:20:27.953Z | Checking expectorate v1.2.0 |
| 2754 | 2026-06-08T20:20:28.468Z | Checking camino-tempfile v1.4.1 |
| 2755 | 2026-06-08T20:20:28.611Z | Checking hickory-proto v0.24.4 |
| 2756 | 2026-06-08T20:20:28.634Z | Checking phf_shared v0.12.1 |
| 2757 | 2026-06-08T20:20:28.774Z | Compiling slog-dtrace v0.3.0 |
| 2758 | 2026-06-08T20:20:28.806Z | Checking heck v0.5.0 |
| 2759 | 2026-06-08T20:20:28.934Z | Checking resolv-conf v0.7.6 |
| 2760 | 2026-06-08T20:20:28.966Z | Compiling chrono-tz v0.10.4 |
| 2761 | 2026-06-08T20:20:29.118Z | Compiling const_format_proc_macros v0.2.34 |
| 2762 | 2026-06-08T20:20:29.143Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2763 | 2026-06-08T20:20:29.223Z | Checking phf v0.12.1 |
| 2764 | 2026-06-08T20:20:29.259Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2765 | 2026-06-08T20:20:29.366Z | Checking tokio-dtrace v0.1.1 |
| 2766 | 2026-06-08T20:20:29.553Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2767 | 2026-06-08T20:20:29.651Z | Compiling derive-where v1.6.0 |
| 2768 | 2026-06-08T20:20:29.823Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2769 | 2026-06-08T20:20:30.089Z | Checking highway v1.3.0 |
| 2770 | 2026-06-08T20:20:30.325Z | Checking const_format v0.2.35 |
| 2771 | 2026-06-08T20:20:30.447Z | Checking hickory-resolver v0.24.4 |
| 2772 | 2026-06-08T20:20:30.556Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2773 | 2026-06-08T20:20:30.674Z | Checking oxide-tokio-rt v0.1.4 |
| 2774 | 2026-06-08T20:20:30.823Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2775 | 2026-06-08T20:20:31.046Z | Checking gethostname v0.5.0 |
| 2776 | 2026-06-08T20:20:31.079Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2777 | 2026-06-08T20:20:31.133Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2778 | 2026-06-08T20:20:31.158Z | Checking qorb v0.4.1 |
| 2779 | 2026-06-08T20:20:31.183Z | Checking bcs v0.1.6 |
| 2780 | 2026-06-08T20:20:31.244Z | Checking termtree v0.5.1 |
| 2781 | 2026-06-08T20:20:31.312Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2782 | 2026-06-08T20:20:34.579Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2783 | 2026-06-08T20:20:37.298Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2784 | 2026-06-08T20:20:39.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.37s |
| 2785 | 2026-06-08T20:20:39.625Z | |
| 2786 | 2026-06-08T20:20:39.625Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2787 | 2026-06-08T20:20:40.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-06-08T20:20:40.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-06-08T20:20:40.314Z | Compiling ar_archive_writer v0.5.1 |
| 2790 | 2026-06-08T20:20:40.427Z | Compiling stacker v0.1.23 |
| 2791 | 2026-06-08T20:20:40.434Z | Compiling cfg_aliases v0.1.1 |
| 2792 | 2026-06-08T20:20:40.440Z | Compiling convert_case v0.10.0 |
| 2793 | 2026-06-08T20:20:40.446Z | Checking unicode-width v0.1.14 |
| 2794 | 2026-06-08T20:20:40.456Z | Compiling proc-macro-error v1.0.4 |
| 2795 | 2026-06-08T20:20:40.467Z | Checking fd-lock v4.0.4 |
| 2796 | 2026-06-08T20:20:40.467Z | Checking nibble_vec v0.1.0 |
| 2797 | 2026-06-08T20:20:40.490Z | Compiling nix v0.28.0 |
| 2798 | 2026-06-08T20:20:40.579Z | Checking vte v0.14.1 |
| 2799 | 2026-06-08T20:20:40.595Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2800 | 2026-06-08T20:20:40.677Z | Checking bytecount v0.6.9 |
| 2801 | 2026-06-08T20:20:40.690Z | Checking endian-type v0.1.2 |
| 2802 | 2026-06-08T20:20:40.728Z | Compiling derive_more-impl v2.1.1 |
| 2803 | 2026-06-08T20:20:40.728Z | Checking strip-ansi-escapes v0.2.1 |
| 2804 | 2026-06-08T20:20:40.752Z | Compiling tabled_derive v0.7.0 |
| 2805 | 2026-06-08T20:20:40.777Z | Checking papergrid v0.11.0 |
| 2806 | 2026-06-08T20:20:40.811Z | Checking radix_trie v0.2.1 |
| 2807 | 2026-06-08T20:20:40.835Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2808 | 2026-06-08T20:20:40.989Z | Compiling peg-macros v0.8.5 |
| 2809 | 2026-06-08T20:20:41.015Z | Checking winnow v0.6.26 |
| 2810 | 2026-06-08T20:20:41.246Z | Compiling psm v0.1.30 |
| 2811 | 2026-06-08T20:20:41.292Z | Compiling sqlparser_derive v0.5.0 |
| 2812 | 2026-06-08T20:20:41.396Z | Checking unicode_categories v0.1.1 |
| 2813 | 2026-06-08T20:20:41.534Z | Checking derive_more v2.1.1 |
| 2814 | 2026-06-08T20:20:41.566Z | Checking home v0.5.12 |
| 2815 | 2026-06-08T20:20:41.612Z | Checking nu-ansi-term v0.50.3 |
| 2816 | 2026-06-08T20:20:41.674Z | Checking crossterm v0.29.0 |
| 2817 | 2026-06-08T20:20:41.692Z | Checking tabled v0.15.0 |
| 2818 | 2026-06-08T20:20:41.765Z | Checking rustyline v14.0.0 |
| 2819 | 2026-06-08T20:20:41.820Z | Checking reedline v0.40.0 |
| 2820 | 2026-06-08T20:20:42.007Z | Checking recursive v0.1.1 |
| 2821 | 2026-06-08T20:20:42.061Z | Checking display-error-chain v0.2.2 |
| 2822 | 2026-06-08T20:20:42.100Z | Checking sqlparser v0.61.0 |
| 2823 | 2026-06-08T20:20:42.144Z | Checking sqlformat v0.3.5 |
| 2824 | 2026-06-08T20:20:42.342Z | Checking peg v0.8.5 |
| 2825 | 2026-06-08T20:20:53.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2826 | 2026-06-08T20:20:53.355Z | |
| 2827 | 2026-06-08T20:20:53.355Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2828 | 2026-06-08T20:20:53.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-06-08T20:20:53.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-06-08T20:20:54.025Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-06-08T20:20:57.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2832 | 2026-06-08T20:20:57.664Z | |
| 2833 | 2026-06-08T20:20:57.664Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2834 | 2026-06-08T20:20:58.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-06-08T20:20:58.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-06-08T20:20:58.338Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-06-08T20:21:00.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s |
| 2838 | 2026-06-08T20:21:00.971Z | |
| 2839 | 2026-06-08T20:21:00.971Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2840 | 2026-06-08T20:21:01.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-06-08T20:21:01.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-06-08T20:21:01.634Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-06-08T20:21:04.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2844 | 2026-06-08T20:21:05.081Z | |
| 2845 | 2026-06-08T20:21:05.081Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2846 | 2026-06-08T20:21:05.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-06-08T20:21:05.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-06-08T20:21:05.761Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-06-08T20:21:09.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 2850 | 2026-06-08T20:21:09.252Z | |
| 2851 | 2026-06-08T20:21:09.252Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2852 | 2026-06-08T20:21:09.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-06-08T20:21:09.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-06-08T20:21:09.920Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-06-08T20:21:12.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
| 2856 | 2026-06-08T20:21:12.706Z | |
| 2857 | 2026-06-08T20:21:12.707Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2858 | 2026-06-08T20:21:13.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-06-08T20:21:13.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-06-08T20:21:13.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-06-08T20:21:16.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2862 | 2026-06-08T20:21:16.197Z | |
| 2863 | 2026-06-08T20:21:16.197Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2864 | 2026-06-08T20:21:16.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-06-08T20:21:16.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-06-08T20:21:16.871Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2867 | 2026-06-08T20:21:20.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2868 | 2026-06-08T20:21:20.472Z | |
| 2869 | 2026-06-08T20:21:20.472Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2870 | 2026-06-08T20:21:20.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-06-08T20:21:20.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-06-08T20:21:20.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2026-06-08T20:21:20.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2874 | 2026-06-08T20:21:21.062Z | |
| 2875 | 2026-06-08T20:21:21.062Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2876 | 2026-06-08T20:21:21.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-06-08T20:21:21.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-06-08T20:21:21.695Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2879 | 2026-06-08T20:21:21.861Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2880 | 2026-06-08T20:21:21.864Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2881 | 2026-06-08T20:21:22.199Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2882 | 2026-06-08T20:21:25.051Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2883 | 2026-06-08T20:21:26.256Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2884 | 2026-06-08T20:21:26.463Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2885 | 2026-06-08T20:21:27.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
| 2886 | 2026-06-08T20:21:27.315Z | |
| 2887 | 2026-06-08T20:21:27.315Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2888 | 2026-06-08T20:21:27.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-06-08T20:21:27.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-06-08T20:21:27.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-06-08T20:21:27.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2892 | 2026-06-08T20:21:27.912Z | |
| 2893 | 2026-06-08T20:21:27.912Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2894 | 2026-06-08T20:21:28.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-06-08T20:21:28.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-06-08T20:21:28.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-06-08T20:21:28.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2898 | 2026-06-08T20:21:28.539Z | |
| 2899 | 2026-06-08T20:21:28.539Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2900 | 2026-06-08T20:21:29.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-06-08T20:21:29.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-06-08T20:21:29.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-06-08T20:21:29.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2904 | 2026-06-08T20:21:29.139Z | |
| 2905 | 2026-06-08T20:21:29.139Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2906 | 2026-06-08T20:21:29.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-06-08T20:21:29.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-06-08T20:21:29.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-06-08T20:21:29.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2910 | 2026-06-08T20:21:29.736Z | |
| 2911 | 2026-06-08T20:21:29.736Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2912 | 2026-06-08T20:21:30.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-06-08T20:21:30.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-06-08T20:21:30.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-06-08T20:21:30.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2916 | 2026-06-08T20:21:30.334Z | |
| 2917 | 2026-06-08T20:21:30.334Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2918 | 2026-06-08T20:21:30.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-06-08T20:21:30.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-06-08T20:21:30.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-06-08T20:21:30.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2922 | 2026-06-08T20:21:30.925Z | |
| 2923 | 2026-06-08T20:21:30.925Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2924 | 2026-06-08T20:21:31.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-06-08T20:21:31.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-06-08T20:21:31.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-06-08T20:21:31.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2928 | 2026-06-08T20:21:31.507Z | |
| 2929 | 2026-06-08T20:21:31.507Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2930 | 2026-06-08T20:21:32.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-06-08T20:21:32.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-06-08T20:21:32.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-06-08T20:21:32.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2934 | 2026-06-08T20:21:32.108Z | |
| 2935 | 2026-06-08T20:21:32.108Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2936 | 2026-06-08T20:21:32.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-06-08T20:21:32.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-06-08T20:21:32.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2939 | 2026-06-08T20:21:32.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2940 | 2026-06-08T20:21:32.688Z | |
| 2941 | 2026-06-08T20:21:32.688Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2942 | 2026-06-08T20:21:33.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-06-08T20:21:33.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-06-08T20:21:33.400Z | Compiling crucible-workspace-hack v0.1.0 |
| 2945 | 2026-06-08T20:21:33.518Z | Checking secrecy v0.10.3 |
| 2946 | 2026-06-08T20:21:33.525Z | Compiling heapless v0.8.0 |
| 2947 | 2026-06-08T20:21:33.528Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2948 | 2026-06-08T20:21:33.538Z | Compiling ingot-macros v0.1.1 |
| 2949 | 2026-06-08T20:21:33.547Z | Checking hash32 v0.3.1 |
| 2950 | 2026-06-08T20:21:33.558Z | Compiling smoltcp v0.11.0 |
| 2951 | 2026-06-08T20:21:33.561Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2952 | 2026-06-08T20:21:33.619Z | Checking cobs v0.3.0 |
| 2953 | 2026-06-08T20:21:33.665Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2954 | 2026-06-08T20:21:33.746Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2955 | 2026-06-08T20:21:33.761Z | Checking universal-hash v0.5.1 |
| 2956 | 2026-06-08T20:21:33.772Z | Checking half v2.7.1 |
| 2957 | 2026-06-08T20:21:33.811Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2958 | 2026-06-08T20:21:33.876Z | Checking opaque-debug v0.3.1 |
| 2959 | 2026-06-08T20:21:33.908Z | Checking ciborium-io v0.2.2 |
| 2960 | 2026-06-08T20:21:33.946Z | Checking poly1305 v0.8.0 |
| 2961 | 2026-06-08T20:21:34.000Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2962 | 2026-06-08T20:21:34.015Z | Checking postcard v1.1.3 |
| 2963 | 2026-06-08T20:21:34.028Z | Checking ciborium-ll v0.2.2 |
| 2964 | 2026-06-08T20:21:34.199Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2965 | 2026-06-08T20:21:34.213Z | Checking password-hash v0.5.0 |
| 2966 | 2026-06-08T20:21:34.319Z | Compiling proc-macro-crate v3.4.0 |
| 2967 | 2026-06-08T20:21:34.423Z | Checking chacha20 v0.9.1 |
| 2968 | 2026-06-08T20:21:34.444Z | Compiling proc-macro-crate v1.3.1 |
| 2969 | 2026-06-08T20:21:34.487Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2970 | 2026-06-08T20:21:34.620Z | Checking blake2 v0.10.6 |
| 2971 | 2026-06-08T20:21:34.725Z | Checking aead v0.5.2 |
| 2972 | 2026-06-08T20:21:34.812Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2973 | 2026-06-08T20:21:34.855Z | Compiling foreign-types-macros v0.2.3 |
| 2974 | 2026-06-08T20:21:34.855Z | Checking thiserror-no-std v2.0.2 |
| 2975 | 2026-06-08T20:21:34.858Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2976 | 2026-06-08T20:21:34.892Z | Compiling num_enum_derive v0.7.6 |
| 2977 | 2026-06-08T20:21:34.896Z | Checking foreign-types-shared v0.3.1 |
| 2978 | 2026-06-08T20:21:34.951Z | Checking cpufeatures v0.3.0 |
| 2979 | 2026-06-08T20:21:34.991Z | Checking vsss-rs v3.3.4 |
| 2980 | 2026-06-08T20:21:35.012Z | Checking chacha20poly1305 v0.10.1 |
| 2981 | 2026-06-08T20:21:35.026Z | Checking chacha20 v0.10.0 |
| 2982 | 2026-06-08T20:21:35.113Z | Compiling num_enum_derive v0.5.11 |
| 2983 | 2026-06-08T20:21:35.135Z | Checking argon2 v0.5.3 |
| 2984 | 2026-06-08T20:21:35.234Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2985 | 2026-06-08T20:21:35.433Z | Checking foreign-types v0.5.0 |
| 2986 | 2026-06-08T20:21:35.466Z | Checking ciborium v0.2.2 |
| 2987 | 2026-06-08T20:21:35.614Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2988 | 2026-06-08T20:21:35.631Z | Checking tabwriter v1.4.1 |
| 2989 | 2026-06-08T20:21:35.776Z | Checking byte-wrapper v0.1.0 |
| 2990 | 2026-06-08T20:21:35.877Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2991 | 2026-06-08T20:21:35.899Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2992 | 2026-06-08T20:21:35.921Z | Checking num_enum v0.7.6 |
| 2993 | 2026-06-08T20:21:35.982Z | Checking cstr-argument v0.1.2 |
| 2994 | 2026-06-08T20:21:36.041Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2995 | 2026-06-08T20:21:36.098Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2996 | 2026-06-08T20:21:36.111Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2997 | 2026-06-08T20:21:36.131Z | Checking num_enum v0.5.11 |
| 2998 | 2026-06-08T20:21:36.242Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2999 | 2026-06-08T20:21:36.255Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3000 | 2026-06-08T20:21:36.278Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3001 | 2026-06-08T20:21:36.298Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3002 | 2026-06-08T20:21:36.314Z | Checking ingot-types v0.1.2 |
| 3003 | 2026-06-08T20:21:36.342Z | Checking rand v0.10.0 |
| 3004 | 2026-06-08T20:21:36.401Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3005 | 2026-06-08T20:21:36.415Z | Checking indent_write v2.2.0 |
| 3006 | 2026-06-08T20:21:36.475Z | Checking colored v3.1.1 |
| 3007 | 2026-06-08T20:21:36.542Z | Compiling zone_cfg_derive v0.3.1 |
| 3008 | 2026-06-08T20:21:36.689Z | Checking ingot v0.1.1 |
| 3009 | 2026-06-08T20:21:36.693Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3010 | 2026-06-08T20:21:36.696Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3011 | 2026-06-08T20:21:36.708Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3012 | 2026-06-08T20:21:36.793Z | Checking itertools v0.12.1 |
| 3013 | 2026-06-08T20:21:36.849Z | Compiling num-derive v0.4.2 |
| 3014 | 2026-06-08T20:21:36.864Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3015 | 2026-06-08T20:21:36.878Z | Checking swrite v0.1.0 |
| 3016 | 2026-06-08T20:21:36.966Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3017 | 2026-06-08T20:21:37.066Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3018 | 2026-06-08T20:21:37.179Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3019 | 2026-06-08T20:21:37.194Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3020 | 2026-06-08T20:21:37.220Z | Checking dropshot-api-manager-types v0.7.2 |
| 3021 | 2026-06-08T20:21:37.276Z | Checking smf v0.2.3 |
| 3022 | 2026-06-08T20:21:37.293Z | Checking nanorand v0.7.0 |
| 3023 | 2026-06-08T20:21:37.384Z | Checking whoami v1.6.1 |
| 3024 | 2026-06-08T20:21:37.483Z | Checking flume v0.11.1 |
| 3025 | 2026-06-08T20:21:37.509Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3026 | 2026-06-08T20:21:37.762Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3027 | 2026-06-08T20:21:37.778Z | Checking zone v0.3.1 |
| 3028 | 2026-06-08T20:21:38.214Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3029 | 2026-06-08T20:21:39.166Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3030 | 2026-06-08T20:21:40.063Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3031 | 2026-06-08T20:21:43.253Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3032 | 2026-06-08T20:21:45.298Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3033 | 2026-06-08T20:21:46.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 3034 | 2026-06-08T20:21:46.599Z | |
| 3035 | 2026-06-08T20:21:46.599Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3036 | 2026-06-08T20:21:47.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-06-08T20:21:47.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-06-08T20:21:47.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-06-08T20:21:47.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3040 | 2026-06-08T20:21:47.191Z | |
| 3041 | 2026-06-08T20:21:47.191Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3042 | 2026-06-08T20:21:47.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-06-08T20:21:47.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-06-08T20:21:47.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-06-08T20:21:47.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3046 | 2026-06-08T20:21:47.778Z | |
| 3047 | 2026-06-08T20:21:47.778Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3048 | 2026-06-08T20:21:48.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-06-08T20:21:48.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-06-08T20:21:48.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-06-08T20:21:48.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3052 | 2026-06-08T20:21:48.375Z | |
| 3053 | 2026-06-08T20:21:48.375Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3054 | 2026-06-08T20:21:48.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-06-08T20:21:48.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-06-08T20:21:48.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-06-08T20:21:48.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3058 | 2026-06-08T20:21:48.975Z | |
| 3059 | 2026-06-08T20:21:48.975Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3060 | 2026-06-08T20:21:49.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-06-08T20:21:49.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-06-08T20:21:49.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-06-08T20:21:49.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3064 | 2026-06-08T20:21:49.579Z | |
| 3065 | 2026-06-08T20:21:49.579Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3066 | 2026-06-08T20:21:50.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-06-08T20:21:50.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-06-08T20:21:50.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-06-08T20:21:50.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3070 | 2026-06-08T20:21:50.177Z | |
| 3071 | 2026-06-08T20:21:50.177Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3072 | 2026-06-08T20:21:50.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-06-08T20:21:50.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-06-08T20:21:50.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-06-08T20:21:50.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3076 | 2026-06-08T20:21:50.775Z | |
| 3077 | 2026-06-08T20:21:50.775Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3078 | 2026-06-08T20:21:51.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-06-08T20:21:51.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-06-08T20:21:51.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-06-08T20:21:51.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3082 | 2026-06-08T20:21:51.360Z | |
| 3083 | 2026-06-08T20:21:51.360Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3084 | 2026-06-08T20:21:51.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-06-08T20:21:51.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-06-08T20:21:51.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-06-08T20:21:51.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3088 | 2026-06-08T20:21:51.956Z | |
| 3089 | 2026-06-08T20:21:51.956Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3090 | 2026-06-08T20:21:52.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-06-08T20:21:52.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-06-08T20:21:52.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3093 | 2026-06-08T20:21:52.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3094 | 2026-06-08T20:21:52.551Z | |
| 3095 | 2026-06-08T20:21:52.551Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3096 | 2026-06-08T20:21:53.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2026-06-08T20:21:53.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2026-06-08T20:21:53.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2026-06-08T20:21:53.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3100 | 2026-06-08T20:21:53.149Z | |
| 3101 | 2026-06-08T20:21:53.149Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3102 | 2026-06-08T20:21:53.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2026-06-08T20:21:53.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2026-06-08T20:21:53.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3105 | 2026-06-08T20:21:53.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3106 | 2026-06-08T20:21:53.775Z | |
| 3107 | 2026-06-08T20:21:53.775Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3108 | 2026-06-08T20:21:54.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2026-06-08T20:21:54.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2026-06-08T20:21:54.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3111 | 2026-06-08T20:21:54.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3112 | 2026-06-08T20:21:54.402Z | |
| 3113 | 2026-06-08T20:21:54.402Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3114 | 2026-06-08T20:21:54.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3115 | 2026-06-08T20:21:54.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3116 | 2026-06-08T20:21:54.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3117 | 2026-06-08T20:21:54.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3118 | 2026-06-08T20:21:54.980Z | |
| 3119 | 2026-06-08T20:21:54.980Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3120 | 2026-06-08T20:21:55.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3121 | 2026-06-08T20:21:55.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3122 | 2026-06-08T20:21:55.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3123 | 2026-06-08T20:21:55.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3124 | 2026-06-08T20:21:55.557Z | |
| 3125 | 2026-06-08T20:21:55.557Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3126 | 2026-06-08T20:21:56.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3127 | 2026-06-08T20:21:56.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3128 | 2026-06-08T20:21:56.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3129 | 2026-06-08T20:21:56.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3130 | 2026-06-08T20:21:56.134Z | |
| 3131 | 2026-06-08T20:21:56.134Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3132 | 2026-06-08T20:21:56.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3133 | 2026-06-08T20:21:56.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3134 | 2026-06-08T20:21:56.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3135 | 2026-06-08T20:21:56.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3136 | 2026-06-08T20:21:56.727Z | |
| 3137 | 2026-06-08T20:21:56.727Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3138 | 2026-06-08T20:21:57.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3139 | 2026-06-08T20:21:57.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3140 | 2026-06-08T20:21:57.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3141 | 2026-06-08T20:21:57.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3142 | 2026-06-08T20:21:57.312Z | |
| 3143 | 2026-06-08T20:21:57.312Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3144 | 2026-06-08T20:21:57.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3145 | 2026-06-08T20:21:57.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3146 | 2026-06-08T20:21:57.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3147 | 2026-06-08T20:21:57.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3148 | 2026-06-08T20:21:57.918Z | |
| 3149 | 2026-06-08T20:21:57.918Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3150 | 2026-06-08T20:21:58.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2026-06-08T20:21:58.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2026-06-08T20:21:58.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3153 | 2026-06-08T20:21:58.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3154 | 2026-06-08T20:21:58.537Z | |
| 3155 | 2026-06-08T20:21:58.537Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3156 | 2026-06-08T20:21:59.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3157 | 2026-06-08T20:21:59.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3158 | 2026-06-08T20:21:59.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3159 | 2026-06-08T20:21:59.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3160 | 2026-06-08T20:21:59.151Z | |
| 3161 | 2026-06-08T20:21:59.151Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3162 | 2026-06-08T20:21:59.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3163 | 2026-06-08T20:21:59.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3164 | 2026-06-08T20:21:59.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3165 | 2026-06-08T20:21:59.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3166 | 2026-06-08T20:21:59.731Z | |
| 3167 | 2026-06-08T20:21:59.731Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3168 | 2026-06-08T20:22:00.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3169 | 2026-06-08T20:22:00.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3170 | 2026-06-08T20:22:00.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3171 | 2026-06-08T20:22:00.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3172 | 2026-06-08T20:22:00.332Z | |
| 3173 | 2026-06-08T20:22:00.332Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3174 | 2026-06-08T20:22:00.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3175 | 2026-06-08T20:22:00.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3176 | 2026-06-08T20:22:01.022Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3177 | 2026-06-08T20:22:01.138Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3178 | 2026-06-08T20:22:01.146Z | Checking csv-core v0.1.13 |
| 3179 | 2026-06-08T20:22:01.153Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3180 | 2026-06-08T20:22:01.159Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3181 | 2026-06-08T20:22:01.163Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3182 | 2026-06-08T20:22:01.182Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3183 | 2026-06-08T20:22:01.195Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-06-08T20:22:01.304Z | Checking csv v1.4.0 |
| 3185 | 2026-06-08T20:22:01.337Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3186 | 2026-06-08T20:22:01.361Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3187 | 2026-06-08T20:22:01.377Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3188 | 2026-06-08T20:22:01.407Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3189 | 2026-06-08T20:22:01.651Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3190 | 2026-06-08T20:22:02.002Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3191 | 2026-06-08T20:22:02.002Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3192 | 2026-06-08T20:22:02.332Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3193 | 2026-06-08T20:22:08.186Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3194 | 2026-06-08T20:22:08.715Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3195 | 2026-06-08T20:22:11.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.71s |
| 3196 | 2026-06-08T20:22:11.241Z | |
| 3197 | 2026-06-08T20:22:11.241Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3198 | 2026-06-08T20:22:11.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-06-08T20:22:11.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-06-08T20:22:11.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-06-08T20:22:11.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3202 | 2026-06-08T20:22:11.835Z | |
| 3203 | 2026-06-08T20:22:11.835Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3204 | 2026-06-08T20:22:12.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-06-08T20:22:12.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-06-08T20:22:12.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3207 | 2026-06-08T20:22:12.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3208 | 2026-06-08T20:22:12.509Z | |
| 3209 | 2026-06-08T20:22:12.509Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3210 | 2026-06-08T20:22:13.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3211 | 2026-06-08T20:22:13.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3212 | 2026-06-08T20:22:13.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3213 | 2026-06-08T20:22:13.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3214 | 2026-06-08T20:22:13.182Z | |
| 3215 | 2026-06-08T20:22:13.182Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3216 | 2026-06-08T20:22:13.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2026-06-08T20:22:13.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2026-06-08T20:22:13.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2026-06-08T20:22:13.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3220 | 2026-06-08T20:22:13.822Z | |
| 3221 | 2026-06-08T20:22:13.822Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3222 | 2026-06-08T20:22:14.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2026-06-08T20:22:14.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2026-06-08T20:22:14.634Z | Compiling regress v0.11.1 |
| 3225 | 2026-06-08T20:22:14.729Z | Compiling unsafe-libyaml v0.2.11 |
| 3226 | 2026-06-08T20:22:14.743Z | Compiling radium v0.7.0 |
| 3227 | 2026-06-08T20:22:14.745Z | Compiling semver v0.1.20 |
| 3228 | 2026-06-08T20:22:14.762Z | Checking nom v8.0.0 |
| 3229 | 2026-06-08T20:22:14.766Z | Compiling maybe-uninit v2.0.0 |
| 3230 | 2026-06-08T20:22:14.766Z | Checking tap v1.0.1 |
| 3231 | 2026-06-08T20:22:14.889Z | Checking wyz v0.5.1 |
| 3232 | 2026-06-08T20:22:15.006Z | Compiling rustc_version v0.1.7 |
| 3233 | 2026-06-08T20:22:15.092Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3234 | 2026-06-08T20:22:15.095Z | Compiling zerocopy-derive v0.6.6 |
| 3235 | 2026-06-08T20:22:15.198Z | Compiling owo-colors v4.3.0 |
| 3236 | 2026-06-08T20:22:15.223Z | Compiling newtype_derive v0.1.6 |
| 3237 | 2026-06-08T20:22:15.418Z | Compiling serde_yaml v0.9.34+deprecated |
| 3238 | 2026-06-08T20:22:15.467Z | Compiling cancel-safe-futures v0.1.5 |
| 3239 | 2026-06-08T20:22:15.521Z | Checking funty v2.0.0 |
| 3240 | 2026-06-08T20:22:15.672Z | Compiling packed_struct v0.10.1 |
| 3241 | 2026-06-08T20:22:15.837Z | Checking crc-catalog v2.4.0 |
| 3242 | 2026-06-08T20:22:15.930Z | Checking crc v3.4.0 |
| 3243 | 2026-06-08T20:22:15.964Z | Checking bitvec v1.0.1 |
| 3244 | 2026-06-08T20:22:15.978Z | Checking zerocopy v0.6.6 |
| 3245 | 2026-06-08T20:22:16.150Z | Checking typify-impl v0.6.2 |
| 3246 | 2026-06-08T20:22:16.337Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3247 | 2026-06-08T20:22:16.588Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3248 | 2026-06-08T20:22:16.658Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3249 | 2026-06-08T20:22:16.861Z | Compiling packed_struct_codegen v0.10.1 |
| 3250 | 2026-06-08T20:22:16.881Z | Checking libsw-core v0.3.2 |
| 3251 | 2026-06-08T20:22:16.929Z | Compiling bitfield-macros v0.19.4 |
| 3252 | 2026-06-08T20:22:17.028Z | Compiling indexmap v1.9.3 |
| 3253 | 2026-06-08T20:22:17.227Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3254 | 2026-06-08T20:22:17.243Z | Checking nodrop v0.1.14 |
| 3255 | 2026-06-08T20:22:17.300Z | Checking libsw v3.5.0 |
| 3256 | 2026-06-08T20:22:17.318Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3257 | 2026-06-08T20:22:17.334Z | Checking array-init v0.0.4 |
| 3258 | 2026-06-08T20:22:17.449Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3259 | 2026-06-08T20:22:17.629Z | Checking smallvec v0.6.14 |
| 3260 | 2026-06-08T20:22:17.644Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3261 | 2026-06-08T20:22:17.647Z | Checking bitfield v0.19.4 |
| 3262 | 2026-06-08T20:22:17.878Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3263 | 2026-06-08T20:22:17.923Z | Checking linear-map v1.2.0 |
| 3264 | 2026-06-08T20:22:18.002Z | Checking smawk v0.3.2 |
| 3265 | 2026-06-08T20:22:18.052Z | Checking tagptr v0.2.0 |
| 3266 | 2026-06-08T20:22:18.066Z | Checking base64 v0.21.7 |
| 3267 | 2026-06-08T20:22:18.090Z | Checking hashbrown v0.12.3 |
| 3268 | 2026-06-08T20:22:18.131Z | Checking unicode-linebreak v0.1.5 |
| 3269 | 2026-06-08T20:22:18.188Z | Checking moka v0.12.13 |
| 3270 | 2026-06-08T20:22:18.303Z | Checking ron v0.8.1 |
| 3271 | 2026-06-08T20:22:18.342Z | Checking textwrap v0.16.2 |
| 3272 | 2026-06-08T20:22:18.345Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3273 | 2026-06-08T20:22:18.571Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3274 | 2026-06-08T20:22:18.746Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3275 | 2026-06-08T20:22:18.814Z | Checking serde-hex v0.1.0 |
| 3276 | 2026-06-08T20:22:18.817Z | Checking steno v0.4.1 |
| 3277 | 2026-06-08T20:22:18.817Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3278 | 2026-06-08T20:22:18.964Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3279 | 2026-06-08T20:22:18.999Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3280 | 2026-06-08T20:22:19.567Z | Checking hashbrown v0.13.2 |
| 3281 | 2026-06-08T20:22:19.597Z | Checking crc-any v2.5.0 |
| 3282 | 2026-06-08T20:22:19.633Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3283 | 2026-06-08T20:22:19.780Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3284 | 2026-06-08T20:22:19.847Z | Checking hickory-resolver v0.25.2 |
| 3285 | 2026-06-08T20:22:19.861Z | Checking void v1.0.2 |
| 3286 | 2026-06-08T20:22:19.949Z | Checking half v1.8.3 |
| 3287 | 2026-06-08T20:22:19.966Z | Checking path-slash v0.1.5 |
| 3288 | 2026-06-08T20:22:19.982Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3289 | 2026-06-08T20:22:19.997Z | Checking object v0.30.4 |
| 3290 | 2026-06-08T20:22:20.073Z | Checking utf-8 v0.7.6 |
| 3291 | 2026-06-08T20:22:20.088Z | Checking lzss v0.8.2 |
| 3292 | 2026-06-08T20:22:20.146Z | Checking serde_cbor v0.11.2 |
| 3293 | 2026-06-08T20:22:20.214Z | Checking tungstenite v0.23.0 |
| 3294 | 2026-06-08T20:22:20.337Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3295 | 2026-06-08T20:22:20.408Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3296 | 2026-06-08T20:22:20.494Z | Checking nix v0.27.1 |
| 3297 | 2026-06-08T20:22:20.525Z | Checking kstat-rs v0.2.4 |
| 3298 | 2026-06-08T20:22:20.562Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3299 | 2026-06-08T20:22:20.622Z | Checking fxhash v0.2.1 |
| 3300 | 2026-06-08T20:22:20.646Z | Checking serde_bytes v0.11.19 |
| 3301 | 2026-06-08T20:22:20.706Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3302 | 2026-06-08T20:22:20.741Z | Checking tokio-tungstenite v0.23.1 |
| 3303 | 2026-06-08T20:22:20.759Z | Compiling typify-macro v0.6.2 |
| 3304 | 2026-06-08T20:22:20.814Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3305 | 2026-06-08T20:22:20.999Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3306 | 2026-06-08T20:22:21.013Z | Checking signal-hook-tokio v0.3.1 |
| 3307 | 2026-06-08T20:22:21.949Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3308 | 2026-06-08T20:22:21.965Z | Compiling typify v0.6.2 |
| 3309 | 2026-06-08T20:22:22.035Z | Compiling progenitor-impl v0.14.0 |
| 3310 | 2026-06-08T20:22:22.836Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3311 | 2026-06-08T20:22:23.131Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3312 | 2026-06-08T20:22:23.468Z | Compiling progenitor-macro v0.14.0 |
| 3313 | 2026-06-08T20:22:25.792Z | Checking progenitor v0.14.0 |
| 3314 | 2026-06-08T20:22:25.913Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3315 | 2026-06-08T20:22:25.916Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3316 | 2026-06-08T20:22:28.529Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3317 | 2026-06-08T20:22:36.243Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3318 | 2026-06-08T20:22:42.528Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3319 | 2026-06-08T20:22:43.897Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3320 | 2026-06-08T20:22:44.394Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3321 | 2026-06-08T20:22:46.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.64s |
| 3322 | 2026-06-08T20:22:46.668Z | |
| 3323 | 2026-06-08T20:22:46.668Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3324 | 2026-06-08T20:22:47.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2026-06-08T20:22:47.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2026-06-08T20:22:47.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2026-06-08T20:22:47.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3328 | 2026-06-08T20:22:47.255Z | |
| 3329 | 2026-06-08T20:22:47.256Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3330 | 2026-06-08T20:22:47.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2026-06-08T20:22:47.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2026-06-08T20:22:47.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3333 | 2026-06-08T20:22:47.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3334 | 2026-06-08T20:22:47.847Z | |
| 3335 | 2026-06-08T20:22:47.847Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3336 | 2026-06-08T20:22:48.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2026-06-08T20:22:48.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2026-06-08T20:22:48.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3339 | 2026-06-08T20:22:48.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3340 | 2026-06-08T20:22:48.427Z | |
| 3341 | 2026-06-08T20:22:48.427Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3342 | 2026-06-08T20:22:48.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3343 | 2026-06-08T20:22:48.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3344 | 2026-06-08T20:22:48.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3345 | 2026-06-08T20:22:48.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3346 | 2026-06-08T20:22:49.038Z | |
| 3347 | 2026-06-08T20:22:49.038Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3348 | 2026-06-08T20:22:49.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2026-06-08T20:22:49.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2026-06-08T20:22:49.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2026-06-08T20:22:49.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3352 | 2026-06-08T20:22:49.625Z | |
| 3353 | 2026-06-08T20:22:49.625Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3354 | 2026-06-08T20:22:50.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2026-06-08T20:22:50.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2026-06-08T20:22:50.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2026-06-08T20:22:50.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3358 | 2026-06-08T20:22:50.213Z | |
| 3359 | 2026-06-08T20:22:50.213Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3360 | 2026-06-08T20:22:50.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2026-06-08T20:22:50.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2026-06-08T20:22:50.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3363 | 2026-06-08T20:22:50.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3364 | 2026-06-08T20:22:50.804Z | |
| 3365 | 2026-06-08T20:22:50.804Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3366 | 2026-06-08T20:22:51.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3367 | 2026-06-08T20:22:51.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3368 | 2026-06-08T20:22:51.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3369 | 2026-06-08T20:22:51.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3370 | 2026-06-08T20:22:51.421Z | |
| 3371 | 2026-06-08T20:22:51.421Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3372 | 2026-06-08T20:22:51.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3373 | 2026-06-08T20:22:51.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3374 | 2026-06-08T20:22:51.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3375 | 2026-06-08T20:22:51.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3376 | 2026-06-08T20:22:52.018Z | |
| 3377 | 2026-06-08T20:22:52.018Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3378 | 2026-06-08T20:22:52.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3379 | 2026-06-08T20:22:52.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3380 | 2026-06-08T20:22:52.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3381 | 2026-06-08T20:22:52.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3382 | 2026-06-08T20:22:52.609Z | |
| 3383 | 2026-06-08T20:22:52.609Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3384 | 2026-06-08T20:22:53.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2026-06-08T20:22:53.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2026-06-08T20:22:53.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3387 | 2026-06-08T20:22:53.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3388 | 2026-06-08T20:22:53.201Z | |
| 3389 | 2026-06-08T20:22:53.201Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3390 | 2026-06-08T20:22:53.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2026-06-08T20:22:53.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2026-06-08T20:22:53.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2026-06-08T20:22:53.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3394 | 2026-06-08T20:22:53.799Z | |
| 3395 | 2026-06-08T20:22:53.799Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3396 | 2026-06-08T20:22:54.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2026-06-08T20:22:54.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2026-06-08T20:22:54.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2026-06-08T20:22:54.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3400 | 2026-06-08T20:22:54.395Z | |
| 3401 | 2026-06-08T20:22:54.395Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3402 | 2026-06-08T20:22:54.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2026-06-08T20:22:54.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2026-06-08T20:22:54.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3405 | 2026-06-08T20:22:54.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3406 | 2026-06-08T20:22:54.991Z | |
| 3407 | 2026-06-08T20:22:54.991Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3408 | 2026-06-08T20:22:55.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2026-06-08T20:22:55.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2026-06-08T20:22:55.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3411 | 2026-06-08T20:22:55.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3412 | 2026-06-08T20:22:55.602Z | |
| 3413 | 2026-06-08T20:22:55.602Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3414 | 2026-06-08T20:22:56.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3415 | 2026-06-08T20:22:56.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3416 | 2026-06-08T20:22:56.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3417 | 2026-06-08T20:22:56.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3418 | 2026-06-08T20:22:56.212Z | |
| 3419 | 2026-06-08T20:22:56.212Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3420 | 2026-06-08T20:22:56.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3421 | 2026-06-08T20:22:56.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3422 | 2026-06-08T20:22:56.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3423 | 2026-06-08T20:22:56.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3424 | 2026-06-08T20:22:56.822Z | |
| 3425 | 2026-06-08T20:22:56.822Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3426 | 2026-06-08T20:22:57.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3427 | 2026-06-08T20:22:57.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3428 | 2026-06-08T20:22:57.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3429 | 2026-06-08T20:22:57.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3430 | 2026-06-08T20:22:57.431Z | |
| 3431 | 2026-06-08T20:22:57.431Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3432 | 2026-06-08T20:22:57.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3433 | 2026-06-08T20:22:57.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3434 | 2026-06-08T20:22:57.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3435 | 2026-06-08T20:22:57.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3436 | 2026-06-08T20:22:58.039Z | |
| 3437 | 2026-06-08T20:22:58.039Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3438 | 2026-06-08T20:22:58.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3439 | 2026-06-08T20:22:58.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3440 | 2026-06-08T20:22:58.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3441 | 2026-06-08T20:22:58.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3442 | 2026-06-08T20:22:58.649Z | |
| 3443 | 2026-06-08T20:22:58.649Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3444 | 2026-06-08T20:22:59.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3445 | 2026-06-08T20:22:59.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3446 | 2026-06-08T20:22:59.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3447 | 2026-06-08T20:22:59.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3448 | 2026-06-08T20:22:59.262Z | |
| 3449 | 2026-06-08T20:22:59.262Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3450 | 2026-06-08T20:22:59.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3451 | 2026-06-08T20:22:59.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3452 | 2026-06-08T20:22:59.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3453 | 2026-06-08T20:22:59.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3454 | 2026-06-08T20:22:59.876Z | |
| 3455 | 2026-06-08T20:22:59.877Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3456 | 2026-06-08T20:23:00.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3457 | 2026-06-08T20:23:00.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3458 | 2026-06-08T20:23:00.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3459 | 2026-06-08T20:23:00.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3460 | 2026-06-08T20:23:00.489Z | |
| 3461 | 2026-06-08T20:23:00.489Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3462 | 2026-06-08T20:23:01.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3463 | 2026-06-08T20:23:01.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3464 | 2026-06-08T20:23:01.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3465 | 2026-06-08T20:23:01.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3466 | 2026-06-08T20:23:01.099Z | |
| 3467 | 2026-06-08T20:23:01.099Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3468 | 2026-06-08T20:23:01.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-06-08T20:23:01.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-06-08T20:23:01.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-06-08T20:23:01.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3472 | 2026-06-08T20:23:01.690Z | |
| 3473 | 2026-06-08T20:23:01.690Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3474 | 2026-06-08T20:23:02.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-06-08T20:23:02.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-06-08T20:23:02.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-06-08T20:23:02.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3478 | 2026-06-08T20:23:02.280Z | |
| 3479 | 2026-06-08T20:23:02.281Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3480 | 2026-06-08T20:23:02.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-06-08T20:23:02.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-06-08T20:23:02.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-06-08T20:23:02.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3484 | 2026-06-08T20:23:02.872Z | |
| 3485 | 2026-06-08T20:23:02.872Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3486 | 2026-06-08T20:23:03.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-06-08T20:23:03.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-06-08T20:23:03.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-06-08T20:23:03.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3490 | 2026-06-08T20:23:03.469Z | |
| 3491 | 2026-06-08T20:23:03.469Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3492 | 2026-06-08T20:23:03.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-06-08T20:23:03.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-06-08T20:23:03.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-06-08T20:23:03.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3496 | 2026-06-08T20:23:04.063Z | |
| 3497 | 2026-06-08T20:23:04.063Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3498 | 2026-06-08T20:23:04.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-06-08T20:23:04.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-06-08T20:23:04.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-06-08T20:23:04.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3502 | 2026-06-08T20:23:04.652Z | |
| 3503 | 2026-06-08T20:23:04.652Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3504 | 2026-06-08T20:23:05.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-06-08T20:23:05.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-06-08T20:23:05.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-06-08T20:23:05.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3508 | 2026-06-08T20:23:05.245Z | |
| 3509 | 2026-06-08T20:23:05.245Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3510 | 2026-06-08T20:23:05.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-06-08T20:23:05.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-06-08T20:23:05.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-06-08T20:23:05.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3514 | 2026-06-08T20:23:05.843Z | |
| 3515 | 2026-06-08T20:23:05.843Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3516 | 2026-06-08T20:23:06.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-06-08T20:23:06.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-06-08T20:23:06.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-06-08T20:23:06.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3520 | 2026-06-08T20:23:06.460Z | |
| 3521 | 2026-06-08T20:23:06.460Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3522 | 2026-06-08T20:23:06.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-06-08T20:23:06.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-06-08T20:23:06.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-06-08T20:23:06.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3526 | 2026-06-08T20:23:07.077Z | |
| 3527 | 2026-06-08T20:23:07.077Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3528 | 2026-06-08T20:23:07.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-06-08T20:23:07.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-06-08T20:23:07.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-06-08T20:23:07.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3532 | 2026-06-08T20:23:07.681Z | |
| 3533 | 2026-06-08T20:23:07.681Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3534 | 2026-06-08T20:23:08.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-06-08T20:23:08.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-06-08T20:23:08.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-06-08T20:23:08.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3538 | 2026-06-08T20:23:08.290Z | |
| 3539 | 2026-06-08T20:23:08.290Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3540 | 2026-06-08T20:23:08.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-06-08T20:23:08.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-06-08T20:23:08.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-06-08T20:23:08.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3544 | 2026-06-08T20:23:08.897Z | |
| 3545 | 2026-06-08T20:23:08.897Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3546 | 2026-06-08T20:23:09.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-06-08T20:23:09.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-06-08T20:23:09.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-06-08T20:23:09.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3550 | 2026-06-08T20:23:09.505Z | |
| 3551 | 2026-06-08T20:23:09.505Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3552 | 2026-06-08T20:23:10.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-06-08T20:23:10.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-06-08T20:23:10.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-06-08T20:23:10.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3556 | 2026-06-08T20:23:10.113Z | |
| 3557 | 2026-06-08T20:23:10.114Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3558 | 2026-06-08T20:23:10.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-06-08T20:23:10.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-06-08T20:23:10.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-06-08T20:23:10.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3562 | 2026-06-08T20:23:10.739Z | |
| 3563 | 2026-06-08T20:23:10.739Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3564 | 2026-06-08T20:23:11.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-06-08T20:23:11.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-06-08T20:23:11.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-06-08T20:23:11.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3568 | 2026-06-08T20:23:11.331Z | |
| 3569 | 2026-06-08T20:23:11.331Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3570 | 2026-06-08T20:23:11.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-06-08T20:23:11.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-06-08T20:23:11.980Z | Compiling parking_lot_core v0.8.6 |
| 3573 | 2026-06-08T20:23:11.980Z | Compiling atomicwrites v0.4.4 |
| 3574 | 2026-06-08T20:23:11.980Z | Compiling git-stub v1.0.0 |
| 3575 | 2026-06-08T20:23:11.983Z | Checking prefix-trie v0.7.0 |
| 3576 | 2026-06-08T20:23:11.983Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3577 | 2026-06-08T20:23:12.231Z | Compiling git-stub-vcs v0.1.0 |
| 3578 | 2026-06-08T20:23:12.378Z | Checking hickory-server v0.25.2 |
| 3579 | 2026-06-08T20:23:12.489Z | Checking parking_lot v0.11.2 |
| 3580 | 2026-06-08T20:23:12.506Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3581 | 2026-06-08T20:23:12.573Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3582 | 2026-06-08T20:23:12.573Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3583 | 2026-06-08T20:23:12.655Z | Checking sled v0.34.7 |
| 3584 | 2026-06-08T20:23:14.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 3585 | 2026-06-08T20:23:14.729Z | |
| 3586 | 2026-06-08T20:23:14.729Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3587 | 2026-06-08T20:23:15.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3588 | 2026-06-08T20:23:15.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3589 | 2026-06-08T20:23:15.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3590 | 2026-06-08T20:23:15.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3591 | 2026-06-08T20:23:15.322Z | |
| 3592 | 2026-06-08T20:23:15.322Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3593 | 2026-06-08T20:23:15.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3594 | 2026-06-08T20:23:15.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3595 | 2026-06-08T20:23:15.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3596 | 2026-06-08T20:23:15.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3597 | 2026-06-08T20:23:15.915Z | |
| 3598 | 2026-06-08T20:23:15.915Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3599 | 2026-06-08T20:23:16.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3600 | 2026-06-08T20:23:16.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3601 | 2026-06-08T20:23:16.634Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3602 | 2026-06-08T20:23:18.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 3603 | 2026-06-08T20:23:18.569Z | |
| 3604 | 2026-06-08T20:23:18.569Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3605 | 2026-06-08T20:23:19.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3606 | 2026-06-08T20:23:19.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3607 | 2026-06-08T20:23:19.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3608 | 2026-06-08T20:23:19.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3609 | 2026-06-08T20:23:19.225Z | |
| 3610 | 2026-06-08T20:23:19.225Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3611 | 2026-06-08T20:23:19.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3612 | 2026-06-08T20:23:19.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3613 | 2026-06-08T20:23:19.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3614 | 2026-06-08T20:23:19.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3615 | 2026-06-08T20:23:19.874Z | |
| 3616 | 2026-06-08T20:23:19.874Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3617 | 2026-06-08T20:23:20.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3618 | 2026-06-08T20:23:20.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3619 | 2026-06-08T20:23:20.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3620 | 2026-06-08T20:23:20.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3621 | 2026-06-08T20:23:20.456Z | |
| 3622 | 2026-06-08T20:23:20.456Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3623 | 2026-06-08T20:23:20.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3624 | 2026-06-08T20:23:20.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3625 | 2026-06-08T20:23:20.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3626 | 2026-06-08T20:23:20.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3627 | 2026-06-08T20:23:21.037Z | |
| 3628 | 2026-06-08T20:23:21.037Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3629 | 2026-06-08T20:23:21.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3630 | 2026-06-08T20:23:21.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3631 | 2026-06-08T20:23:21.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3632 | 2026-06-08T20:23:21.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3633 | 2026-06-08T20:23:21.685Z | |
| 3634 | 2026-06-08T20:23:21.685Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3635 | 2026-06-08T20:23:22.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3636 | 2026-06-08T20:23:22.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3637 | 2026-06-08T20:23:22.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3638 | 2026-06-08T20:23:22.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3639 | 2026-06-08T20:23:22.272Z | |
| 3640 | 2026-06-08T20:23:22.272Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3641 | 2026-06-08T20:23:22.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-06-08T20:23:22.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-06-08T20:23:22.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3644 | 2026-06-08T20:23:22.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3645 | 2026-06-08T20:23:22.912Z | |
| 3646 | 2026-06-08T20:23:22.912Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3647 | 2026-06-08T20:23:23.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-06-08T20:23:23.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-06-08T20:23:23.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3650 | 2026-06-08T20:23:23.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3651 | 2026-06-08T20:23:23.552Z | |
| 3652 | 2026-06-08T20:23:23.552Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3653 | 2026-06-08T20:23:24.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-06-08T20:23:24.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-06-08T20:23:24.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3656 | 2026-06-08T20:23:24.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3657 | 2026-06-08T20:23:24.133Z | |
| 3658 | 2026-06-08T20:23:24.133Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3659 | 2026-06-08T20:23:24.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-06-08T20:23:24.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-06-08T20:23:24.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3662 | 2026-06-08T20:23:24.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3663 | 2026-06-08T20:23:24.713Z | |
| 3664 | 2026-06-08T20:23:24.713Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3665 | 2026-06-08T20:23:25.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-06-08T20:23:25.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-06-08T20:23:25.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3668 | 2026-06-08T20:23:25.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3669 | 2026-06-08T20:23:25.312Z | |
| 3670 | 2026-06-08T20:23:25.312Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3671 | 2026-06-08T20:23:25.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-06-08T20:23:25.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-06-08T20:23:25.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3674 | 2026-06-08T20:23:25.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3675 | 2026-06-08T20:23:25.903Z | |
| 3676 | 2026-06-08T20:23:25.903Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3677 | 2026-06-08T20:23:26.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-06-08T20:23:26.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-06-08T20:23:26.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3680 | 2026-06-08T20:23:26.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3681 | 2026-06-08T20:23:26.483Z | |
| 3682 | 2026-06-08T20:23:26.484Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3683 | 2026-06-08T20:23:27.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-06-08T20:23:27.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-06-08T20:23:27.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-06-08T20:23:27.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3687 | 2026-06-08T20:23:27.128Z | |
| 3688 | 2026-06-08T20:23:27.128Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3689 | 2026-06-08T20:23:27.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-06-08T20:23:27.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-06-08T20:23:27.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-06-08T20:23:27.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3693 | 2026-06-08T20:23:27.778Z | |
| 3694 | 2026-06-08T20:23:27.778Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3695 | 2026-06-08T20:23:28.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-06-08T20:23:28.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-06-08T20:23:28.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-06-08T20:23:28.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3699 | 2026-06-08T20:23:28.420Z | |
| 3700 | 2026-06-08T20:23:28.420Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3701 | 2026-06-08T20:23:28.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-06-08T20:23:28.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-06-08T20:23:28.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-06-08T20:23:28.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3705 | 2026-06-08T20:23:29.041Z | |
| 3706 | 2026-06-08T20:23:29.041Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3707 | 2026-06-08T20:23:29.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-06-08T20:23:29.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-06-08T20:23:29.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-06-08T20:23:29.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3711 | 2026-06-08T20:23:29.648Z | |
| 3712 | 2026-06-08T20:23:29.648Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3713 | 2026-06-08T20:23:30.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-06-08T20:23:30.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-06-08T20:23:30.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-06-08T20:23:30.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3717 | 2026-06-08T20:23:30.258Z | |
| 3718 | 2026-06-08T20:23:30.258Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3719 | 2026-06-08T20:23:30.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-06-08T20:23:30.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-06-08T20:23:30.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-06-08T20:23:30.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3723 | 2026-06-08T20:23:30.854Z | |
| 3724 | 2026-06-08T20:23:30.854Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3725 | 2026-06-08T20:23:31.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-06-08T20:23:31.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-06-08T20:23:31.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-06-08T20:23:31.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3729 | 2026-06-08T20:23:31.469Z | |
| 3730 | 2026-06-08T20:23:31.469Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3731 | 2026-06-08T20:23:31.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-06-08T20:23:31.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-06-08T20:23:31.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-06-08T20:23:31.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3735 | 2026-06-08T20:23:32.081Z | |
| 3736 | 2026-06-08T20:23:32.081Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3737 | 2026-06-08T20:23:32.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-06-08T20:23:32.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-06-08T20:23:32.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-06-08T20:23:32.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3741 | 2026-06-08T20:23:32.662Z | |
| 3742 | 2026-06-08T20:23:32.662Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3743 | 2026-06-08T20:23:33.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-06-08T20:23:33.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-06-08T20:23:33.521Z | Compiling libefi-sys v0.1.0 |
| 3746 | 2026-06-08T20:23:33.526Z | Compiling bitfield-struct v0.6.2 |
| 3747 | 2026-06-08T20:23:33.670Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3748 | 2026-06-08T20:23:33.679Z | Compiling xshell-macros v0.2.7 |
| 3749 | 2026-06-08T20:23:33.688Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3750 | 2026-06-08T20:23:33.701Z | Compiling typify-impl v0.4.3 |
| 3751 | 2026-06-08T20:23:33.704Z | Compiling salty v0.3.0 |
| 3752 | 2026-06-08T20:23:33.734Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3753 | 2026-06-08T20:23:33.742Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3754 | 2026-06-08T20:23:33.912Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3755 | 2026-06-08T20:23:34.018Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3756 | 2026-06-08T20:23:34.031Z | Checking xshell v0.2.7 |
| 3757 | 2026-06-08T20:23:34.034Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3758 | 2026-06-08T20:23:34.214Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3759 | 2026-06-08T20:23:34.229Z | Checking primeorder v0.13.6 |
| 3760 | 2026-06-08T20:23:34.263Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3761 | 2026-06-08T20:23:34.279Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3762 | 2026-06-08T20:23:34.393Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3763 | 2026-06-08T20:23:34.456Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3764 | 2026-06-08T20:23:34.473Z | Checking p384 v0.13.1 |
| 3765 | 2026-06-08T20:23:34.516Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3766 | 2026-06-08T20:23:34.648Z | Compiling proc-macro-error2 v2.0.1 |
| 3767 | 2026-06-08T20:23:34.682Z | Checking tungstenite v0.21.0 |
| 3768 | 2026-06-08T20:23:34.701Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3769 | 2026-06-08T20:23:34.747Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3770 | 2026-06-08T20:23:35.104Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3771 | 2026-06-08T20:23:35.206Z | Compiling num-derive v0.3.3 |
| 3772 | 2026-06-08T20:23:35.355Z | Checking tokio-tungstenite v0.21.0 |
| 3773 | 2026-06-08T20:23:35.480Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3774 | 2026-06-08T20:23:35.608Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3775 | 2026-06-08T20:23:35.633Z | Compiling tabled_derive v0.11.0 |
| 3776 | 2026-06-08T20:23:35.771Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-06-08T20:23:35.910Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3778 | 2026-06-08T20:23:36.111Z | Checking libscf-sys v1.1.0 |
| 3779 | 2026-06-08T20:23:36.245Z | Checking papergrid v0.17.0 |
| 3780 | 2026-06-08T20:23:36.290Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3781 | 2026-06-08T20:23:36.306Z | Checking testing_table v0.3.0 |
| 3782 | 2026-06-08T20:23:36.402Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3783 | 2026-06-08T20:23:36.419Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3784 | 2026-06-08T20:23:36.746Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3785 | 2026-06-08T20:23:36.787Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3786 | 2026-06-08T20:23:36.918Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-06-08T20:23:36.934Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3788 | 2026-06-08T20:23:36.995Z | Compiling unicase v2.9.0 |
| 3789 | 2026-06-08T20:23:37.027Z | Checking corncobs v0.1.4 |
| 3790 | 2026-06-08T20:23:37.114Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3791 | 2026-06-08T20:23:37.156Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3792 | 2026-06-08T20:23:37.178Z | Checking tabled v0.20.0 |
| 3793 | 2026-06-08T20:23:37.194Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3794 | 2026-06-08T20:23:37.210Z | Compiling mime_guess v2.0.5 |
| 3795 | 2026-06-08T20:23:37.348Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3796 | 2026-06-08T20:23:37.418Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3797 | 2026-06-08T20:23:37.443Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3798 | 2026-06-08T20:23:37.500Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3799 | 2026-06-08T20:23:37.621Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3800 | 2026-06-08T20:23:37.678Z | Checking progenitor-client v0.11.2 |
| 3801 | 2026-06-08T20:23:37.740Z | Checking secrecy v0.8.0 |
| 3802 | 2026-06-08T20:23:37.866Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3803 | 2026-06-08T20:23:38.375Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3804 | 2026-06-08T20:23:38.375Z | Compiling typify-macro v0.4.3 |
| 3805 | 2026-06-08T20:23:38.394Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3806 | 2026-06-08T20:23:38.394Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3807 | 2026-06-08T20:23:38.395Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3808 | 2026-06-08T20:23:38.515Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3809 | 2026-06-08T20:23:38.525Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3810 | 2026-06-08T20:23:38.525Z | Checking filetime v0.2.27 |
| 3811 | 2026-06-08T20:23:38.628Z | Checking xattr v1.6.1 |
| 3812 | 2026-06-08T20:23:38.648Z | Checking http-range v0.1.5 |
| 3813 | 2026-06-08T20:23:38.762Z | Checking crc8 v0.1.1 |
| 3814 | 2026-06-08T20:23:38.872Z | Checking tar v0.4.45 |
| 3815 | 2026-06-08T20:23:38.924Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3816 | 2026-06-08T20:23:39.117Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3817 | 2026-06-08T20:23:39.175Z | Checking illumos-nvpair v0.3.0 |
| 3818 | 2026-06-08T20:23:39.290Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3819 | 2026-06-08T20:23:39.381Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3820 | 2026-06-08T20:23:39.416Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3821 | 2026-06-08T20:23:39.692Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3822 | 2026-06-08T20:23:39.805Z | Compiling typify v0.4.3 |
| 3823 | 2026-06-08T20:23:39.876Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3824 | 2026-06-08T20:23:39.924Z | Compiling progenitor-impl v0.11.2 |
| 3825 | 2026-06-08T20:23:40.010Z | Checking atty v0.2.14 |
| 3826 | 2026-06-08T20:23:40.054Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3827 | 2026-06-08T20:23:40.110Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3828 | 2026-06-08T20:23:40.351Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3829 | 2026-06-08T20:23:40.387Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3830 | 2026-06-08T20:23:40.509Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3831 | 2026-06-08T20:23:40.713Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3832 | 2026-06-08T20:23:40.763Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3833 | 2026-06-08T20:23:40.834Z | Checking hyper-staticfile v0.10.1 |
| 3834 | 2026-06-08T20:23:40.865Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3835 | 2026-06-08T20:23:40.884Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3836 | 2026-06-08T20:23:41.123Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3837 | 2026-06-08T20:23:41.138Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3838 | 2026-06-08T20:23:41.301Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3839 | 2026-06-08T20:23:41.380Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3840 | 2026-06-08T20:23:41.492Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3841 | 2026-06-08T20:23:41.637Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3842 | 2026-06-08T20:23:41.767Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3843 | 2026-06-08T20:23:41.926Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3844 | 2026-06-08T20:23:42.045Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3845 | 2026-06-08T20:23:42.133Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3846 | 2026-06-08T20:23:42.520Z | Compiling progenitor-macro v0.11.2 |
| 3847 | 2026-06-08T20:23:44.905Z | Checking progenitor v0.11.2 |
| 3848 | 2026-06-08T20:23:45.040Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3849 | 2026-06-08T20:23:45.271Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3850 | 2026-06-08T20:23:49.679Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3851 | 2026-06-08T20:24:00.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s |
| 3852 | 2026-06-08T20:24:00.705Z | |
| 3853 | 2026-06-08T20:24:00.705Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3854 | 2026-06-08T20:24:01.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-06-08T20:24:01.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-06-08T20:24:01.489Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-06-08T20:24:12.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s |
| 3858 | 2026-06-08T20:24:12.406Z | |
| 3859 | 2026-06-08T20:24:12.406Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3860 | 2026-06-08T20:24:12.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-06-08T20:24:12.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-06-08T20:24:13.187Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-06-08T20:24:23.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s |
| 3864 | 2026-06-08T20:24:24.000Z | |
| 3865 | 2026-06-08T20:24:24.000Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3866 | 2026-06-08T20:24:24.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-06-08T20:24:24.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-06-08T20:24:24.767Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-06-08T20:24:35.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3870 | 2026-06-08T20:24:35.537Z | |
| 3871 | 2026-06-08T20:24:35.538Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3872 | 2026-06-08T20:24:36.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-06-08T20:24:36.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-06-08T20:24:36.315Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-06-08T20:24:46.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3876 | 2026-06-08T20:24:47.180Z | |
| 3877 | 2026-06-08T20:24:47.180Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3878 | 2026-06-08T20:24:47.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-06-08T20:24:47.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-06-08T20:24:47.956Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-06-08T20:24:58.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3882 | 2026-06-08T20:24:58.726Z | |
| 3883 | 2026-06-08T20:24:58.726Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3884 | 2026-06-08T20:24:59.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-06-08T20:24:59.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-06-08T20:24:59.504Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-06-08T20:25:10.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 3888 | 2026-06-08T20:25:10.328Z | |
| 3889 | 2026-06-08T20:25:10.328Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3890 | 2026-06-08T20:25:10.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-06-08T20:25:10.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-06-08T20:25:11.105Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3893 | 2026-06-08T20:25:21.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 3894 | 2026-06-08T20:25:21.874Z | |
| 3895 | 2026-06-08T20:25:21.874Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3896 | 2026-06-08T20:25:22.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-06-08T20:25:22.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-06-08T20:25:22.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-06-08T20:25:22.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3900 | 2026-06-08T20:25:22.482Z | |
| 3901 | 2026-06-08T20:25:22.482Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3902 | 2026-06-08T20:25:22.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-06-08T20:25:22.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-06-08T20:25:22.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-06-08T20:25:22.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3906 | 2026-06-08T20:25:23.082Z | |
| 3907 | 2026-06-08T20:25:23.082Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3908 | 2026-06-08T20:25:23.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-06-08T20:25:23.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-06-08T20:25:23.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-06-08T20:25:23.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3912 | 2026-06-08T20:25:23.674Z | |
| 3913 | 2026-06-08T20:25:23.674Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3914 | 2026-06-08T20:25:24.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-06-08T20:25:24.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-06-08T20:25:24.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-06-08T20:25:24.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3918 | 2026-06-08T20:25:24.269Z | |
| 3919 | 2026-06-08T20:25:24.269Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3920 | 2026-06-08T20:25:24.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-06-08T20:25:24.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-06-08T20:25:24.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-06-08T20:25:24.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3924 | 2026-06-08T20:25:24.894Z | |
| 3925 | 2026-06-08T20:25:24.894Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3926 | 2026-06-08T20:25:25.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-06-08T20:25:25.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-06-08T20:25:25.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-06-08T20:25:25.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3930 | 2026-06-08T20:25:25.507Z | |
| 3931 | 2026-06-08T20:25:25.507Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3932 | 2026-06-08T20:25:26.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-06-08T20:25:26.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-06-08T20:25:26.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-06-08T20:25:26.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3936 | 2026-06-08T20:25:26.117Z | |
| 3937 | 2026-06-08T20:25:26.117Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3938 | 2026-06-08T20:25:26.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-06-08T20:25:26.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-06-08T20:25:26.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-06-08T20:25:26.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3942 | 2026-06-08T20:25:26.737Z | |
| 3943 | 2026-06-08T20:25:26.737Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3944 | 2026-06-08T20:25:27.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-06-08T20:25:27.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-06-08T20:25:27.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-06-08T20:25:27.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3948 | 2026-06-08T20:25:27.362Z | |
| 3949 | 2026-06-08T20:25:27.362Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3950 | 2026-06-08T20:25:27.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-06-08T20:25:27.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-06-08T20:25:27.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-06-08T20:25:27.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3954 | 2026-06-08T20:25:27.977Z | |
| 3955 | 2026-06-08T20:25:27.977Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3956 | 2026-06-08T20:25:28.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-06-08T20:25:28.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-06-08T20:25:28.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-06-08T20:25:28.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3960 | 2026-06-08T20:25:28.605Z | |
| 3961 | 2026-06-08T20:25:28.605Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3962 | 2026-06-08T20:25:29.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-06-08T20:25:29.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-06-08T20:25:29.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-06-08T20:25:29.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3966 | 2026-06-08T20:25:29.227Z | |
| 3967 | 2026-06-08T20:25:29.227Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3968 | 2026-06-08T20:25:29.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-06-08T20:25:29.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-06-08T20:25:29.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-06-08T20:25:29.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3972 | 2026-06-08T20:25:29.848Z | |
| 3973 | 2026-06-08T20:25:29.848Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3974 | 2026-06-08T20:25:30.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-06-08T20:25:30.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-06-08T20:25:30.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-06-08T20:25:30.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3978 | 2026-06-08T20:25:30.486Z | |
| 3979 | 2026-06-08T20:25:30.486Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3980 | 2026-06-08T20:25:31.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-06-08T20:25:31.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-06-08T20:25:31.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-06-08T20:25:31.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3984 | 2026-06-08T20:25:31.110Z | |
| 3985 | 2026-06-08T20:25:31.110Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3986 | 2026-06-08T20:25:31.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-06-08T20:25:31.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-06-08T20:25:31.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-06-08T20:25:31.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3990 | 2026-06-08T20:25:31.739Z | |
| 3991 | 2026-06-08T20:25:31.739Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3992 | 2026-06-08T20:25:32.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-06-08T20:25:32.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-06-08T20:25:32.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-06-08T20:25:32.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3996 | 2026-06-08T20:25:32.363Z | |
| 3997 | 2026-06-08T20:25:32.363Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3998 | 2026-06-08T20:25:32.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-06-08T20:25:32.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-06-08T20:25:32.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-06-08T20:25:32.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4002 | 2026-06-08T20:25:33.015Z | |
| 4003 | 2026-06-08T20:25:33.015Z | info: running `cargo check --bins` on update-common (228/295) |
| 4004 | 2026-06-08T20:25:33.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-06-08T20:25:33.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-06-08T20:25:33.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-06-08T20:25:33.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4008 | 2026-06-08T20:25:33.613Z | |
| 4009 | 2026-06-08T20:25:33.613Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4010 | 2026-06-08T20:25:34.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-06-08T20:25:34.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-06-08T20:25:34.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-06-08T20:25:34.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4014 | 2026-06-08T20:25:34.267Z | |
| 4015 | 2026-06-08T20:25:34.267Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4016 | 2026-06-08T20:25:34.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-06-08T20:25:34.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-06-08T20:25:34.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-06-08T20:25:34.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4020 | 2026-06-08T20:25:34.844Z | |
| 4021 | 2026-06-08T20:25:34.844Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4022 | 2026-06-08T20:25:35.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-06-08T20:25:35.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-06-08T20:25:35.625Z | Compiling fs-err v2.11.0 |
| 4025 | 2026-06-08T20:25:35.626Z | Checking ignore v0.4.25 |
| 4026 | 2026-06-08T20:25:35.649Z | Checking arc-swap v1.8.2 |
| 4027 | 2026-06-08T20:25:35.745Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4028 | 2026-06-08T20:25:35.745Z | Checking predicates-tree v1.0.13 |
| 4029 | 2026-06-08T20:25:35.769Z | Checking parse-size v1.1.0 |
| 4030 | 2026-06-08T20:25:35.773Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4031 | 2026-06-08T20:25:35.789Z | Checking rand_seeder v0.4.0 |
| 4032 | 2026-06-08T20:25:35.848Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4033 | 2026-06-08T20:25:35.883Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4034 | 2026-06-08T20:25:35.932Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4035 | 2026-06-08T20:25:35.952Z | Checking slog-scope v4.4.1 |
| 4036 | 2026-06-08T20:25:36.005Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4037 | 2026-06-08T20:25:36.076Z | Compiling petname v2.0.2 |
| 4038 | 2026-06-08T20:25:36.093Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4039 | 2026-06-08T20:25:36.102Z | Checking slog-stdlog v4.1.1 |
| 4040 | 2026-06-08T20:25:36.114Z | Checking globwalk v0.9.1 |
| 4041 | 2026-06-08T20:25:36.188Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4042 | 2026-06-08T20:25:36.225Z | Checking slog-envlogger v2.2.0 |
| 4043 | 2026-06-08T20:25:36.286Z | Checking camino-tempfile-ext v0.3.3 |
| 4044 | 2026-06-08T20:25:36.356Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4045 | 2026-06-08T20:25:36.369Z | Checking sapling-renderdag v0.1.0 |
| 4046 | 2026-06-08T20:25:36.479Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4047 | 2026-06-08T20:25:36.551Z | Checking subprocess v0.2.15 |
| 4048 | 2026-06-08T20:25:36.612Z | Checking sync-ptr v0.1.4 |
| 4049 | 2026-06-08T20:25:36.695Z | Checking colored v2.2.0 |
| 4050 | 2026-06-08T20:25:36.736Z | Checking assert_matches v1.5.0 |
| 4051 | 2026-06-08T20:25:36.836Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4052 | 2026-06-08T20:25:36.992Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4053 | 2026-06-08T20:25:37.011Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4054 | 2026-06-08T20:25:37.635Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4055 | 2026-06-08T20:25:38.939Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4056 | 2026-06-08T20:25:41.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
| 4057 | 2026-06-08T20:25:41.308Z | |
| 4058 | 2026-06-08T20:25:41.308Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4059 | 2026-06-08T20:25:41.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-06-08T20:25:41.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-06-08T20:25:41.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-06-08T20:25:41.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4063 | 2026-06-08T20:25:41.884Z | |
| 4064 | 2026-06-08T20:25:41.885Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4065 | 2026-06-08T20:25:42.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-06-08T20:25:42.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-06-08T20:25:42.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-06-08T20:25:42.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4069 | 2026-06-08T20:25:42.490Z | |
| 4070 | 2026-06-08T20:25:42.490Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4071 | 2026-06-08T20:25:43.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-06-08T20:25:43.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-06-08T20:25:43.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-06-08T20:25:43.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4075 | 2026-06-08T20:25:43.137Z | |
| 4076 | 2026-06-08T20:25:43.137Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4077 | 2026-06-08T20:25:43.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-06-08T20:25:43.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-06-08T20:25:43.857Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4080 | 2026-06-08T20:25:43.860Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4081 | 2026-06-08T20:25:44.501Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4082 | 2026-06-08T20:25:46.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
| 4083 | 2026-06-08T20:25:46.260Z | |
| 4084 | 2026-06-08T20:25:46.260Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4085 | 2026-06-08T20:25:46.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-06-08T20:25:46.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-06-08T20:25:46.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4088 | 2026-06-08T20:25:46.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4089 | 2026-06-08T20:25:46.848Z | |
| 4090 | 2026-06-08T20:25:46.848Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4091 | 2026-06-08T20:25:47.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4092 | 2026-06-08T20:25:47.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4093 | 2026-06-08T20:25:47.454Z | Checking yasna v0.5.2 |
| 4094 | 2026-06-08T20:25:47.856Z | Checking rcgen v0.12.1 |
| 4095 | 2026-06-08T20:25:48.106Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4096 | 2026-06-08T20:25:48.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4097 | 2026-06-08T20:25:48.465Z | |
| 4098 | 2026-06-08T20:25:48.465Z | info: running `cargo check --bins` on clickana (238/295) |
| 4099 | 2026-06-08T20:25:48.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-06-08T20:25:48.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-06-08T20:25:49.112Z | Compiling darling_core v0.23.0 |
| 4102 | 2026-06-08T20:25:49.115Z | Compiling instability v0.3.11 |
| 4103 | 2026-06-08T20:25:49.221Z | Checking castaway v0.2.4 |
| 4104 | 2026-06-08T20:25:49.234Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4105 | 2026-06-08T20:25:49.248Z | Compiling indoc v2.0.7 |
| 4106 | 2026-06-08T20:25:49.251Z | Checking unicode-truncate v1.1.0 |
| 4107 | 2026-06-08T20:25:49.268Z | Checking lru v0.12.5 |
| 4108 | 2026-06-08T20:25:49.268Z | Checking cassowary v0.3.0 |
| 4109 | 2026-06-08T20:25:49.338Z | Checking compact_str v0.8.1 |
| 4110 | 2026-06-08T20:25:50.534Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4111 | 2026-06-08T20:25:50.628Z | Compiling darling_macro v0.23.0 |
| 4112 | 2026-06-08T20:25:50.712Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4113 | 2026-06-08T20:25:51.033Z | Compiling darling v0.23.0 |
| 4114 | 2026-06-08T20:25:51.648Z | Checking ratatui v0.29.0 |
| 4115 | 2026-06-08T20:25:52.713Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4116 | 2026-06-08T20:25:53.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
| 4117 | 2026-06-08T20:25:53.557Z | |
| 4118 | 2026-06-08T20:25:53.557Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4119 | 2026-06-08T20:25:54.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4120 | 2026-06-08T20:25:54.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4121 | 2026-06-08T20:25:54.271Z | Checking headers-core v0.3.0 |
| 4122 | 2026-06-08T20:25:54.274Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4123 | 2026-06-08T20:25:54.469Z | Checking headers v0.4.1 |
| 4124 | 2026-06-08T20:25:54.835Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4125 | 2026-06-08T20:25:55.672Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4126 | 2026-06-08T20:25:56.158Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4127 | 2026-06-08T20:25:56.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s |
| 4128 | 2026-06-08T20:25:56.766Z | |
| 4129 | 2026-06-08T20:25:56.766Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4130 | 2026-06-08T20:25:57.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-06-08T20:25:57.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-06-08T20:25:57.470Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4133 | 2026-06-08T20:25:58.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 4134 | 2026-06-08T20:25:58.411Z | |
| 4135 | 2026-06-08T20:25:58.411Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4136 | 2026-06-08T20:25:58.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-06-08T20:25:58.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-06-08T20:25:58.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4139 | 2026-06-08T20:25:58.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4140 | 2026-06-08T20:25:58.874Z | |
| 4141 | 2026-06-08T20:25:58.874Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4142 | 2026-06-08T20:25:59.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-06-08T20:25:59.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-06-08T20:25:59.588Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4145 | 2026-06-08T20:26:00.560Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4146 | 2026-06-08T20:26:00.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 4147 | 2026-06-08T20:26:01.083Z | |
| 4148 | 2026-06-08T20:26:01.083Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4149 | 2026-06-08T20:26:01.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-06-08T20:26:01.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-06-08T20:26:01.792Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4152 | 2026-06-08T20:26:02.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 4153 | 2026-06-08T20:26:02.727Z | |
| 4154 | 2026-06-08T20:26:02.727Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4155 | 2026-06-08T20:26:03.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-06-08T20:26:03.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-06-08T20:26:03.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4158 | 2026-06-08T20:26:03.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4159 | 2026-06-08T20:26:03.359Z | |
| 4160 | 2026-06-08T20:26:03.359Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4161 | 2026-06-08T20:26:03.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-06-08T20:26:03.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-06-08T20:26:03.960Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4164 | 2026-06-08T20:26:04.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 4165 | 2026-06-08T20:26:04.804Z | |
| 4166 | 2026-06-08T20:26:04.804Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4167 | 2026-06-08T20:26:05.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4168 | 2026-06-08T20:26:05.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4169 | 2026-06-08T20:26:05.551Z | Compiling progenitor-impl v0.13.0 |
| 4170 | 2026-06-08T20:26:05.671Z | Checking progenitor-client v0.13.0 |
| 4171 | 2026-06-08T20:26:05.671Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4172 | 2026-06-08T20:26:05.675Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4173 | 2026-06-08T20:26:05.679Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4174 | 2026-06-08T20:26:05.719Z | Checking git-stub v1.0.0 |
| 4175 | 2026-06-08T20:26:05.719Z | Compiling trait-variant v0.1.2 |
| 4176 | 2026-06-08T20:26:05.859Z | Checking is_ci v1.2.0 |
| 4177 | 2026-06-08T20:26:05.917Z | Checking maplit v1.0.2 |
| 4178 | 2026-06-08T20:26:05.930Z | Checking git-stub-vcs v0.1.0 |
| 4179 | 2026-06-08T20:26:05.955Z | Checking supports-color v3.0.2 |
| 4180 | 2026-06-08T20:26:05.999Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4181 | 2026-06-08T20:26:06.076Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4182 | 2026-06-08T20:26:06.125Z | Checking drift v0.2.0 |
| 4183 | 2026-06-08T20:26:06.247Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4184 | 2026-06-08T20:26:06.287Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4185 | 2026-06-08T20:26:06.416Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4186 | 2026-06-08T20:26:06.500Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4187 | 2026-06-08T20:26:06.514Z | Checking dropshot-api-manager v0.7.2 |
| 4188 | 2026-06-08T20:26:06.527Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4189 | 2026-06-08T20:26:06.646Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4190 | 2026-06-08T20:26:06.784Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4191 | 2026-06-08T20:26:07.000Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4192 | 2026-06-08T20:26:07.015Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4193 | 2026-06-08T20:26:07.516Z | Compiling progenitor-macro v0.13.0 |
| 4194 | 2026-06-08T20:26:09.870Z | Checking progenitor v0.13.0 |
| 4195 | 2026-06-08T20:26:09.986Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4196 | 2026-06-08T20:26:15.026Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4197 | 2026-06-08T20:26:16.105Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4198 | 2026-06-08T20:26:16.660Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4199 | 2026-06-08T20:26:17.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s |
| 4200 | 2026-06-08T20:26:17.275Z | |
| 4201 | 2026-06-08T20:26:17.275Z | info: running `cargo check --bins` on installinator-api (247/295) |
| 4202 | 2026-06-08T20:26:17.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-06-08T20:26:17.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-06-08T20:26:17.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4205 | 2026-06-08T20:26:17.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4206 | 2026-06-08T20:26:17.882Z | |
| 4207 | 2026-06-08T20:26:17.882Z | info: running `cargo check --bins` on nexus-external-api (248/295) |
| 4208 | 2026-06-08T20:26:18.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4209 | 2026-06-08T20:26:18.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4210 | 2026-06-08T20:26:18.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4211 | 2026-06-08T20:26:18.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4212 | 2026-06-08T20:26:18.503Z | |
| 4213 | 2026-06-08T20:26:18.503Z | info: running `cargo check --bins` on nexus-internal-api (249/295) |
| 4214 | 2026-06-08T20:26:19.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4215 | 2026-06-08T20:26:19.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4216 | 2026-06-08T20:26:19.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4217 | 2026-06-08T20:26:19.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4218 | 2026-06-08T20:26:19.135Z | |
| 4219 | 2026-06-08T20:26:19.135Z | info: running `cargo check --bins` on nexus-lockstep-api (250/295) |
| 4220 | 2026-06-08T20:26:19.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4221 | 2026-06-08T20:26:19.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4222 | 2026-06-08T20:26:19.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4223 | 2026-06-08T20:26:19.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4224 | 2026-06-08T20:26:19.775Z | |
| 4225 | 2026-06-08T20:26:19.775Z | info: running `cargo check --bins` on ntp-admin-api (251/295) |
| 4226 | 2026-06-08T20:26:20.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4227 | 2026-06-08T20:26:20.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4228 | 2026-06-08T20:26:20.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4229 | 2026-06-08T20:26:20.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4230 | 2026-06-08T20:26:20.368Z | |
| 4231 | 2026-06-08T20:26:20.369Z | info: running `cargo check --bins` on ntp-admin-types-versions (252/295) |
| 4232 | 2026-06-08T20:26:20.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4233 | 2026-06-08T20:26:20.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4234 | 2026-06-08T20:26:20.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4235 | 2026-06-08T20:26:20.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4236 | 2026-06-08T20:26:20.952Z | |
| 4237 | 2026-06-08T20:26:20.952Z | info: running `cargo check --bins` on wicketd-api (253/295) |
| 4238 | 2026-06-08T20:26:21.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4239 | 2026-06-08T20:26:21.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4240 | 2026-06-08T20:26:21.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4241 | 2026-06-08T20:26:21.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4242 | 2026-06-08T20:26:21.557Z | |
| 4243 | 2026-06-08T20:26:21.557Z | info: running `cargo check --bins` on omicron-ls-apis (254/295) |
| 4244 | 2026-06-08T20:26:22.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4245 | 2026-06-08T20:26:22.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4246 | 2026-06-08T20:26:22.169Z | Checking typeid v1.0.3 |
| 4247 | 2026-06-08T20:26:22.282Z | Checking ordered-float v2.10.1 |
| 4248 | 2026-06-08T20:26:22.303Z | Checking unicode-xid v0.2.6 |
| 4249 | 2026-06-08T20:26:22.317Z | Checking cargo-platform v0.2.0 |
| 4250 | 2026-06-08T20:26:22.323Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4251 | 2026-06-08T20:26:22.349Z | Checking erased-serde v0.4.9 |
| 4252 | 2026-06-08T20:26:22.490Z | Checking serde-value v0.7.0 |
| 4253 | 2026-06-08T20:26:22.655Z | Checking serde-untagged v0.1.9 |
| 4254 | 2026-06-08T20:26:22.808Z | Checking cargo-util-schemas v0.8.2 |
| 4255 | 2026-06-08T20:26:23.491Z | Checking cargo_metadata v0.21.0 |
| 4256 | 2026-06-08T20:26:24.097Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4257 | 2026-06-08T20:26:24.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 4258 | 2026-06-08T20:26:25.020Z | |
| 4259 | 2026-06-08T20:26:25.020Z | info: running `cargo check --bins` on mgs-dev (255/295) |
| 4260 | 2026-06-08T20:26:25.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4261 | 2026-06-08T20:26:25.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4262 | 2026-06-08T20:26:25.738Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4263 | 2026-06-08T20:26:26.354Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4264 | 2026-06-08T20:26:26.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 4265 | 2026-06-08T20:26:27.051Z | |
| 4266 | 2026-06-08T20:26:27.051Z | info: running `cargo check --bins` on omicron-omdb (256/295) |
| 4267 | 2026-06-08T20:26:27.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4268 | 2026-06-08T20:26:27.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4269 | 2026-06-08T20:26:27.997Z | Compiling vergen-lib v0.1.6 |
| 4270 | 2026-06-08T20:26:27.997Z | Compiling vergen-gitcl v1.0.8 |
| 4271 | 2026-06-08T20:26:27.997Z | Compiling dirs-sys-next v0.1.2 |
| 4272 | 2026-06-08T20:26:27.997Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4273 | 2026-06-08T20:26:28.001Z | Compiling crunchy v0.2.4 |
| 4274 | 2026-06-08T20:26:28.001Z | Compiling glob v0.3.3 |
| 4275 | 2026-06-08T20:26:28.001Z | Compiling diesel_derives v2.3.7 |
| 4276 | 2026-06-08T20:26:28.186Z | Compiling dsl_auto_type v0.2.0 |
| 4277 | 2026-06-08T20:26:28.365Z | Compiling dirs-next v2.0.0 |
| 4278 | 2026-06-08T20:26:28.416Z | Checking scheduled-thread-pool v0.2.7 |
| 4279 | 2026-06-08T20:26:28.432Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4280 | 2026-06-08T20:26:28.485Z | Compiling tiny-keccak v2.0.2 |
| 4281 | 2026-06-08T20:26:28.485Z | Compiling term v0.7.0 |
| 4282 | 2026-06-08T20:26:28.545Z | Compiling clang-sys v1.8.1 |
| 4283 | 2026-06-08T20:26:28.559Z | Checking r2d2 v0.8.10 |
| 4284 | 2026-06-08T20:26:28.714Z | Checking downcast-rs v2.0.2 |
| 4285 | 2026-06-08T20:26:28.741Z | Compiling bit-vec v0.6.3 |
| 4286 | 2026-06-08T20:26:28.818Z | Compiling ascii-canvas v3.0.0 |
| 4287 | 2026-06-08T20:26:28.909Z | Compiling itertools v0.10.5 |
| 4288 | 2026-06-08T20:26:28.989Z | Compiling bit-set v0.5.3 |
| 4289 | 2026-06-08T20:26:29.065Z | Compiling ena v0.14.4 |
| 4290 | 2026-06-08T20:26:29.065Z | Compiling libloading v0.8.9 |
| 4291 | 2026-06-08T20:26:29.146Z | Compiling diff v0.1.13 |
| 4292 | 2026-06-08T20:26:29.196Z | Compiling regex-syntax v0.6.29 |
| 4293 | 2026-06-08T20:26:29.212Z | Compiling bindgen v0.71.1 |
| 4294 | 2026-06-08T20:26:29.300Z | Compiling cexpr v0.6.0 |
| 4295 | 2026-06-08T20:26:29.411Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4296 | 2026-06-08T20:26:29.605Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4297 | 2026-06-08T20:26:29.660Z | Compiling rustc-hash v2.1.1 |
| 4298 | 2026-06-08T20:26:29.787Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4299 | 2026-06-08T20:26:29.802Z | Compiling libxml v0.3.3 |
| 4300 | 2026-06-08T20:26:29.973Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4301 | 2026-06-08T20:26:29.973Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4302 | 2026-06-08T20:26:30.043Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4303 | 2026-06-08T20:26:30.327Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4304 | 2026-06-08T20:26:30.327Z | Compiling strum_macros v0.24.3 |
| 4305 | 2026-06-08T20:26:30.403Z | Compiling indoc v1.0.9 |
| 4306 | 2026-06-08T20:26:30.541Z | Compiling lalrpop v0.19.12 |
| 4307 | 2026-06-08T20:26:31.295Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4308 | 2026-06-08T20:26:31.483Z | Checking derive_builder v0.20.2 |
| 4309 | 2026-06-08T20:26:31.604Z | Compiling oso-derive v0.27.3 |
| 4310 | 2026-06-08T20:26:31.689Z | Checking quick-xml v0.37.5 |
| 4311 | 2026-06-08T20:26:31.816Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4312 | 2026-06-08T20:26:32.108Z | Checking openssl-probe v0.1.6 |
| 4313 | 2026-06-08T20:26:32.254Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4314 | 2026-06-08T20:26:32.564Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4315 | 2026-06-08T20:26:32.761Z | Checking bb8 v0.8.6 |
| 4316 | 2026-06-08T20:26:32.974Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4317 | 2026-06-08T20:26:32.991Z | Compiling libz-sys v1.1.24 |
| 4318 | 2026-06-08T20:26:33.035Z | Checking nonempty v0.12.0 |
| 4319 | 2026-06-08T20:26:33.192Z | Compiling strsim v0.10.0 |
| 4320 | 2026-06-08T20:26:33.208Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4321 | 2026-06-08T20:26:33.363Z | Compiling darling_core v0.13.4 |
| 4322 | 2026-06-08T20:26:33.524Z | Compiling vergen-git2 v9.1.0 |
| 4323 | 2026-06-08T20:26:33.570Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4324 | 2026-06-08T20:26:33.740Z | Compiling rustls v0.21.12 |
| 4325 | 2026-06-08T20:26:33.778Z | Compiling base64 v0.21.7 |
| 4326 | 2026-06-08T20:26:33.987Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4327 | 2026-06-08T20:26:34.075Z | Checking diesel v2.3.7 |
| 4328 | 2026-06-08T20:26:34.099Z | Compiling ron v0.8.1 |
| 4329 | 2026-06-08T20:26:35.013Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4330 | 2026-06-08T20:26:35.102Z | Checking rustls-webpki v0.101.7 |
| 4331 | 2026-06-08T20:26:35.201Z | Checking sct v0.7.1 |
| 4332 | 2026-06-08T20:26:35.313Z | Compiling darling_macro v0.13.4 |
| 4333 | 2026-06-08T20:26:35.369Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4334 | 2026-06-08T20:26:35.783Z | Compiling darling v0.13.4 |
| 4335 | 2026-06-08T20:26:35.875Z | Compiling serde_with_macros v1.5.2 |
| 4336 | 2026-06-08T20:26:35.941Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4337 | 2026-06-08T20:26:36.712Z | Compiling serde_with v1.14.0 |
| 4338 | 2026-06-08T20:26:36.751Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4339 | 2026-06-08T20:26:37.597Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4340 | 2026-06-08T20:26:37.835Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4341 | 2026-06-08T20:26:38.497Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4342 | 2026-06-08T20:26:39.139Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4343 | 2026-06-08T20:26:39.165Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4344 | 2026-06-08T20:26:39.349Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4345 | 2026-06-08T20:26:39.372Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4346 | 2026-06-08T20:26:39.389Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4347 | 2026-06-08T20:26:39.536Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4348 | 2026-06-08T20:26:39.682Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4349 | 2026-06-08T20:26:39.699Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4350 | 2026-06-08T20:26:39.757Z | Checking tokio-rustls v0.24.1 |
| 4351 | 2026-06-08T20:26:39.954Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4352 | 2026-06-08T20:26:40.480Z | Checking rustls-pemfile v1.0.4 |
| 4353 | 2026-06-08T20:26:40.561Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4354 | 2026-06-08T20:26:40.633Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4355 | 2026-06-08T20:26:40.748Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4356 | 2026-06-08T20:26:40.812Z | Checking twox-hash v2.1.2 |
| 4357 | 2026-06-08T20:26:41.112Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4358 | 2026-06-08T20:26:41.136Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4359 | 2026-06-08T20:26:41.169Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4360 | 2026-06-08T20:26:41.639Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4361 | 2026-06-08T20:26:41.797Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 4362 | 2026-06-08T20:26:42.811Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4363 | 2026-06-08T20:26:43.044Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4364 | 2026-06-08T20:26:43.126Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4365 | 2026-06-08T20:26:43.470Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4366 | 2026-06-08T20:26:43.658Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4367 | 2026-06-08T20:26:43.711Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4368 | 2026-06-08T20:26:44.154Z | Checking console v0.16.2 |
| 4369 | 2026-06-08T20:26:44.492Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4370 | 2026-06-08T20:26:44.641Z | Checking fatfs v0.3.6 |
| 4371 | 2026-06-08T20:26:44.735Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4372 | 2026-06-08T20:26:45.102Z | Checking unit-prefix v0.5.2 |
| 4373 | 2026-06-08T20:26:45.230Z | Compiling seq-macro v0.3.6 |
| 4374 | 2026-06-08T20:26:45.722Z | Checking indicatif v0.18.4 |
| 4375 | 2026-06-08T20:26:46.099Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4376 | 2026-06-08T20:26:46.124Z | Checking support-bundle-viewer v0.1.2 |
| 4377 | 2026-06-08T20:26:46.372Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4378 | 2026-06-08T20:26:46.398Z | Checking multimap v0.10.1 |
| 4379 | 2026-06-08T20:26:52.462Z | Checking diesel-dtrace v0.5.0 |
| 4380 | 2026-06-08T20:26:52.705Z | Checking async-bb8-diesel v0.2.1 |
| 4381 | 2026-06-08T20:26:55.900Z | Compiling samael v0.0.19 |
| 4382 | 2026-06-08T20:27:00.560Z | Compiling git2 v0.20.4 |
| 4383 | 2026-06-08T20:27:01.781Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4384 | 2026-06-08T20:27:02.332Z | Compiling polar-core v0.27.3 |
| 4385 | 2026-06-08T20:27:02.993Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 4386 | 2026-06-08T20:27:06.831Z | Checking oso v0.27.3 |
| 4387 | 2026-06-08T20:27:34.095Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4388 | 2026-06-08T20:28:47.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 4389 | 2026-06-08T20:28:47.429Z | |
| 4390 | 2026-06-08T20:28:47.429Z | info: running `cargo check --bins` on nexus-networking (257/295) |
| 4391 | 2026-06-08T20:28:47.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4392 | 2026-06-08T20:28:47.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4393 | 2026-06-08T20:28:47.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4394 | 2026-06-08T20:28:47.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 4395 | 2026-06-08T20:28:47.429Z | |
| 4396 | 2026-06-08T20:28:47.429Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295) |
| 4397 | 2026-06-08T20:28:47.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4398 | 2026-06-08T20:28:47.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4399 | 2026-06-08T20:28:47.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4400 | 2026-06-08T20:28:47.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4401 | 2026-06-08T20:28:47.429Z | |
| 4402 | 2026-06-08T20:28:47.429Z | info: running `cargo check --bins` on nexus-saga-recovery (259/295) |
| 4403 | 2026-06-08T20:28:47.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4404 | 2026-06-08T20:28:47.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4405 | 2026-06-08T20:28:47.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4406 | 2026-06-08T20:28:47.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4407 | 2026-06-08T20:28:47.429Z | |
| 4408 | 2026-06-08T20:28:47.429Z | info: running `cargo check --bins` on nexus-test-utils-macros (260/295) |
| 4409 | 2026-06-08T20:28:47.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4410 | 2026-06-08T20:28:47.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4411 | 2026-06-08T20:28:47.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4412 | 2026-06-08T20:28:47.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4413 | 2026-06-08T20:28:47.484Z | |
| 4414 | 2026-06-08T20:28:47.484Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (261/295) |
| 4415 | 2026-06-08T20:28:47.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4416 | 2026-06-08T20:28:47.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4417 | 2026-06-08T20:28:48.132Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4418 | 2026-06-08T20:28:48.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
| 4419 | 2026-06-08T20:28:49.146Z | |
| 4420 | 2026-06-08T20:28:49.146Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295) |
| 4421 | 2026-06-08T20:28:49.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4422 | 2026-06-08T20:28:49.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4423 | 2026-06-08T20:28:49.923Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4424 | 2026-06-08T20:29:26.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s |
| 4425 | 2026-06-08T20:29:26.689Z | |
| 4426 | 2026-06-08T20:29:26.689Z | info: running `cargo check --bins` on nexus-background-task-interface (263/295) |
| 4427 | 2026-06-08T20:29:27.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4428 | 2026-06-08T20:29:27.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4429 | 2026-06-08T20:29:27.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4430 | 2026-06-08T20:29:27.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4431 | 2026-06-08T20:29:27.275Z | |
| 4432 | 2026-06-08T20:29:27.275Z | info: running `cargo check --bins --no-default-features` on nexus-fm (264/295) |
| 4433 | 2026-06-08T20:29:27.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4434 | 2026-06-08T20:29:27.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4435 | 2026-06-08T20:29:27.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4436 | 2026-06-08T20:29:27.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4437 | 2026-06-08T20:29:27.920Z | |
| 4438 | 2026-06-08T20:29:27.921Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295) |
| 4439 | 2026-06-08T20:29:28.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4440 | 2026-06-08T20:29:28.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4441 | 2026-06-08T20:29:28.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4442 | 2026-06-08T20:29:28.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4443 | 2026-06-08T20:29:28.582Z | |
| 4444 | 2026-06-08T20:29:28.582Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (266/295) |
| 4445 | 2026-06-08T20:29:29.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4446 | 2026-06-08T20:29:29.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4447 | 2026-06-08T20:29:29.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4448 | 2026-06-08T20:29:29.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4449 | 2026-06-08T20:29:29.247Z | |
| 4450 | 2026-06-08T20:29:29.247Z | info: running `cargo check --bins` on nexus-mgs-updates (267/295) |
| 4451 | 2026-06-08T20:29:29.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4452 | 2026-06-08T20:29:29.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4453 | 2026-06-08T20:29:29.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4454 | 2026-06-08T20:29:29.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4455 | 2026-06-08T20:29:29.899Z | |
| 4456 | 2026-06-08T20:29:29.899Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (268/295) |
| 4457 | 2026-06-08T20:29:30.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4458 | 2026-06-08T20:29:30.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4459 | 2026-06-08T20:29:30.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4460 | 2026-06-08T20:29:30.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4461 | 2026-06-08T20:29:30.569Z | |
| 4462 | 2026-06-08T20:29:30.569Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295) |
| 4463 | 2026-06-08T20:29:31.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4464 | 2026-06-08T20:29:31.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4465 | 2026-06-08T20:29:31.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4466 | 2026-06-08T20:29:31.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4467 | 2026-06-08T20:29:31.227Z | |
| 4468 | 2026-06-08T20:29:31.228Z | info: running `cargo check --bins` on support-bundle-collection (270/295) |
| 4469 | 2026-06-08T20:29:31.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4470 | 2026-06-08T20:29:31.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4471 | 2026-06-08T20:29:31.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4472 | 2026-06-08T20:29:31.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4473 | 2026-06-08T20:29:31.888Z | |
| 4474 | 2026-06-08T20:29:31.888Z | info: running `cargo check --bins` on omicron-dev (271/295) |
| 4475 | 2026-06-08T20:29:32.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4476 | 2026-06-08T20:29:32.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4477 | 2026-06-08T20:29:32.796Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4478 | 2026-06-08T20:29:32.800Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4479 | 2026-06-08T20:29:32.986Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4480 | 2026-06-08T20:29:33.020Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4481 | 2026-06-08T20:29:33.037Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4482 | 2026-06-08T20:29:33.040Z | Checking diff v0.1.13 |
| 4483 | 2026-06-08T20:29:33.040Z | Checking yansi v1.0.1 |
| 4484 | 2026-06-08T20:29:33.054Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4485 | 2026-06-08T20:29:33.129Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4486 | 2026-06-08T20:29:33.327Z | Checking pretty_assertions v1.4.1 |
| 4487 | 2026-06-08T20:29:33.937Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4488 | 2026-06-08T20:29:34.088Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4489 | 2026-06-08T20:29:57.914Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4490 | 2026-06-08T20:29:57.920Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4491 | 2026-06-08T20:29:57.921Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4492 | 2026-06-08T20:29:57.921Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4493 | 2026-06-08T20:29:57.921Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4494 | 2026-06-08T20:29:57.921Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4495 | 2026-06-08T20:29:58.733Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4496 | 2026-06-08T20:29:58.737Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4497 | 2026-06-08T20:29:59.923Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4498 | 2026-06-08T20:30:36.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 4499 | 2026-06-08T20:30:36.632Z | |
| 4500 | 2026-06-08T20:30:36.632Z | info: running `cargo check --bins` on omicron-pins (272/295) |
| 4501 | 2026-06-08T20:30:37.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4502 | 2026-06-08T20:30:37.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4503 | 2026-06-08T20:30:37.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4504 | 2026-06-08T20:30:37.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4505 | 2026-06-08T20:30:37.225Z | |
| 4506 | 2026-06-08T20:30:37.225Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295) |
| 4507 | 2026-06-08T20:30:37.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4508 | 2026-06-08T20:30:37.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4509 | 2026-06-08T20:30:38.003Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4510 | 2026-06-08T20:30:38.127Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4511 | 2026-06-08T20:30:38.134Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4512 | 2026-06-08T20:31:03.823Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4513 | 2026-06-08T20:31:04.201Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4514 | 2026-06-08T20:31:05.873Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4515 | 2026-06-08T20:31:06.317Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4516 | 2026-06-08T20:31:09.251Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4517 | 2026-06-08T20:31:31.856Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4518 | 2026-06-08T20:31:32.570Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4519 | 2026-06-08T20:31:34.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.95s |
| 4520 | 2026-06-08T20:31:34.401Z | |
| 4521 | 2026-06-08T20:31:34.401Z | info: running `cargo check --bins` on reconfigurator-sp-updater (274/295) |
| 4522 | 2026-06-08T20:31:34.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4523 | 2026-06-08T20:31:34.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4524 | 2026-06-08T20:31:35.135Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4525 | 2026-06-08T20:31:35.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4526 | 2026-06-08T20:31:36.004Z | |
| 4527 | 2026-06-08T20:31:36.004Z | info: running `cargo check --bins` on omicron-releng (275/295) |
| 4528 | 2026-06-08T20:31:36.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4529 | 2026-06-08T20:31:36.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4530 | 2026-06-08T20:31:36.669Z | Compiling blake3 v1.8.3 |
| 4531 | 2026-06-08T20:31:36.780Z | Checking arrayvec v0.7.6 |
| 4532 | 2026-06-08T20:31:36.780Z | Checking arrayref v0.3.9 |
| 4533 | 2026-06-08T20:31:36.780Z | Checking constant_time_eq v0.4.2 |
| 4534 | 2026-06-08T20:31:36.804Z | Checking topological-sort v0.2.2 |
| 4535 | 2026-06-08T20:31:36.807Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4536 | 2026-06-08T20:31:36.807Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4537 | 2026-06-08T20:31:36.807Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4538 | 2026-06-08T20:31:36.847Z | Checking shell-words v1.1.1 |
| 4539 | 2026-06-08T20:31:37.589Z | Checking omicron-zone-package v0.12.2 |
| 4540 | 2026-06-08T20:31:38.299Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4541 | 2026-06-08T20:31:39.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4542 | 2026-06-08T20:31:39.351Z | |
| 4543 | 2026-06-08T20:31:39.351Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (276/295) |
| 4544 | 2026-06-08T20:31:39.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4545 | 2026-06-08T20:31:39.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4546 | 2026-06-08T20:31:40.001Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4547 | 2026-06-08T20:31:40.335Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4548 | 2026-06-08T20:31:40.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4549 | 2026-06-08T20:31:40.904Z | |
| 4550 | 2026-06-08T20:31:40.905Z | info: running `cargo check --bins` on schema (277/295) |
| 4551 | 2026-06-08T20:31:41.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-06-08T20:31:41.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-06-08T20:31:41.653Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4554 | 2026-06-08T20:31:42.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4555 | 2026-06-08T20:31:42.561Z | |
| 4556 | 2026-06-08T20:31:42.562Z | info: running `cargo check --bins` on xtask (278/295) |
| 4557 | 2026-06-08T20:31:42.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-06-08T20:31:42.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-06-08T20:31:42.996Z | Checking libc v0.2.185 |
| 4560 | 2026-06-08T20:31:42.999Z | Checking serde v1.0.228 |
| 4561 | 2026-06-08T20:31:43.086Z | Checking zerofrom v0.1.6 |
| 4562 | 2026-06-08T20:31:43.098Z | Checking bitflags v2.11.0 |
| 4563 | 2026-06-08T20:31:43.102Z | Checking smallvec v1.15.1 |
| 4564 | 2026-06-08T20:31:43.102Z | Checking indexmap v2.14.0 |
| 4565 | 2026-06-08T20:31:43.111Z | Checking serde_json v1.0.149 |
| 4566 | 2026-06-08T20:31:43.116Z | Checking scroll v0.12.0 |
| 4567 | 2026-06-08T20:31:43.180Z | Checking yoke v0.8.1 |
| 4568 | 2026-06-08T20:31:43.229Z | Checking num-traits v0.2.19 |
| 4569 | 2026-06-08T20:31:43.265Z | Checking thiserror v1.0.69 |
| 4570 | 2026-06-08T20:31:43.341Z | Checking percent-encoding v2.3.2 |
| 4571 | 2026-06-08T20:31:43.351Z | Checking zerovec v0.11.5 |
| 4572 | 2026-06-08T20:31:43.360Z | Checking zerotrie v0.2.3 |
| 4573 | 2026-06-08T20:31:43.371Z | Checking errno v0.3.14 |
| 4574 | 2026-06-08T20:31:43.469Z | Checking toml_datetime v0.6.11 |
| 4575 | 2026-06-08T20:31:43.479Z | Checking serde_spanned v0.6.9 |
| 4576 | 2026-06-08T20:31:43.490Z | Checking rustix v1.1.3 |
| 4577 | 2026-06-08T20:31:43.595Z | Checking log v0.4.29 |
| 4578 | 2026-06-08T20:31:43.607Z | Checking zerocopy v0.7.35 |
| 4579 | 2026-06-08T20:31:43.623Z | Checking form_urlencoded v1.2.2 |
| 4580 | 2026-06-08T20:31:43.645Z | Checking toml_edit v0.22.27 |
| 4581 | 2026-06-08T20:31:43.710Z | Checking getrandom v0.4.1 |
| 4582 | 2026-06-08T20:31:43.744Z | Checking goblin v0.8.2 |
| 4583 | 2026-06-08T20:31:43.755Z | Checking thiserror v2.0.18 |
| 4584 | 2026-06-08T20:31:43.758Z | Checking ordered-float v2.10.1 |
| 4585 | 2026-06-08T20:31:43.791Z | Checking tinystr v0.8.2 |
| 4586 | 2026-06-08T20:31:43.839Z | Checking potential_utf v0.1.4 |
| 4587 | 2026-06-08T20:31:43.852Z | Checking syn v2.0.117 |
| 4588 | 2026-06-08T20:31:43.965Z | Checking icu_collections v2.1.1 |
| 4589 | 2026-06-08T20:31:43.968Z | Checking icu_locale_core v2.1.1 |
| 4590 | 2026-06-08T20:31:43.984Z | Checking serde-value v0.7.0 |
| 4591 | 2026-06-08T20:31:44.085Z | Checking dtrace-parser v0.2.0 |
| 4592 | 2026-06-08T20:31:44.183Z | Checking thread-id v4.2.2 |
| 4593 | 2026-06-08T20:31:44.265Z | Checking once_cell v1.21.3 |
| 4594 | 2026-06-08T20:31:44.277Z | Checking cargo-platform v0.2.0 |
| 4595 | 2026-06-08T20:31:44.289Z | Checking terminal_size v0.4.3 |
| 4596 | 2026-06-08T20:31:44.322Z | Checking memmap v0.7.0 |
| 4597 | 2026-06-08T20:31:44.398Z | Checking clap_builder v4.6.0 |
| 4598 | 2026-06-08T20:31:44.435Z | Checking tempfile v3.25.0 |
| 4599 | 2026-06-08T20:31:44.448Z | Checking textwrap v0.16.2 |
| 4600 | 2026-06-08T20:31:44.451Z | Checking fs-err v3.3.0 |
| 4601 | 2026-06-08T20:31:44.519Z | Checking icu_provider v2.1.1 |
| 4602 | 2026-06-08T20:31:44.637Z | Checking camino-tempfile v1.4.1 |
| 4603 | 2026-06-08T20:31:44.648Z | Checking anyhow v1.0.102 |
| 4604 | 2026-06-08T20:31:44.655Z | Checking tabled v0.15.0 |
| 4605 | 2026-06-08T20:31:44.733Z | Checking toml v0.8.23 |
| 4606 | 2026-06-08T20:31:44.753Z | Checking icu_properties v2.1.2 |
| 4607 | 2026-06-08T20:31:44.773Z | Checking icu_normalizer v2.1.1 |
| 4608 | 2026-06-08T20:31:44.820Z | Checking macaddr v1.0.1 |
| 4609 | 2026-06-08T20:31:44.998Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4610 | 2026-06-08T20:31:45.044Z | Checking cargo_toml v0.21.0 |
| 4611 | 2026-06-08T20:31:45.558Z | Checking idna_adapter v1.2.1 |
| 4612 | 2026-06-08T20:31:45.582Z | Checking clap v4.6.1 |
| 4613 | 2026-06-08T20:31:45.603Z | Checking dof v0.3.0 |
| 4614 | 2026-06-08T20:31:45.677Z | Checking idna v1.1.0 |
| 4615 | 2026-06-08T20:31:45.859Z | Checking usdt-impl v0.5.0 |
| 4616 | 2026-06-08T20:31:45.893Z | Checking url v2.5.8 |
| 4617 | 2026-06-08T20:31:46.100Z | Checking usdt v0.5.0 |
| 4618 | 2026-06-08T20:31:46.234Z | Checking cargo-util-schemas v0.8.2 |
| 4619 | 2026-06-08T20:31:46.908Z | Checking cargo_metadata v0.21.0 |
| 4620 | 2026-06-08T20:31:47.521Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4621 | 2026-06-08T20:31:47.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
| 4622 | 2026-06-08T20:31:48.062Z | |
| 4623 | 2026-06-08T20:31:48.063Z | info: running `cargo check --bins` on dnsadm (279/295) |
| 4624 | 2026-06-08T20:31:48.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4625 | 2026-06-08T20:31:48.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4626 | 2026-06-08T20:31:48.713Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4627 | 2026-06-08T20:31:49.186Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4628 | 2026-06-08T20:31:49.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4629 | 2026-06-08T20:31:49.779Z | |
| 4630 | 2026-06-08T20:31:49.779Z | info: running `cargo check --bins` on end-to-end-tests (280/295) |
| 4631 | 2026-06-08T20:31:50.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-06-08T20:31:50.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-06-08T20:31:50.577Z | Checking polyval v0.6.2 |
| 4634 | 2026-06-08T20:31:50.702Z | Checking ctr v0.9.2 |
| 4635 | 2026-06-08T20:31:50.713Z | Checking ssh-encoding v0.2.0 |
| 4636 | 2026-06-08T20:31:50.713Z | Checking blowfish v0.9.1 |
| 4637 | 2026-06-08T20:31:50.736Z | Checking password-hash v0.4.2 |
| 4638 | 2026-06-08T20:31:50.749Z | Checking p521 v0.13.3 |
| 4639 | 2026-06-08T20:31:50.752Z | Checking p256 v0.13.2 |
| 4640 | 2026-06-08T20:31:50.777Z | Checking russh-cryptovec v0.7.3 |
| 4641 | 2026-06-08T20:31:50.845Z | Checking ghash v0.5.1 |
| 4642 | 2026-06-08T20:31:50.860Z | Checking bcrypt-pbkdf v0.10.0 |
| 4643 | 2026-06-08T20:31:50.877Z | Checking md5 v0.7.0 |
| 4644 | 2026-06-08T20:31:50.888Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4645 | 2026-06-08T20:31:50.946Z | Checking num-bigint v0.4.6 |
| 4646 | 2026-06-08T20:31:50.958Z | Checking aes-gcm v0.10.3 |
| 4647 | 2026-06-08T20:31:50.958Z | Checking pbkdf2 v0.11.0 |
| 4648 | 2026-06-08T20:31:50.996Z | Checking des v0.8.1 |
| 4649 | 2026-06-08T20:31:51.052Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4650 | 2026-06-08T20:31:51.093Z | Checking hex-literal v0.4.1 |
| 4651 | 2026-06-08T20:31:51.108Z | Checking ssh-cipher v0.2.0 |
| 4652 | 2026-06-08T20:31:51.139Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4653 | 2026-06-08T20:31:51.153Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4654 | 2026-06-08T20:31:51.166Z | Checking socket2 v0.5.10 |
| 4655 | 2026-06-08T20:31:51.190Z | Checking internet-checksum v0.2.1 |
| 4656 | 2026-06-08T20:31:51.276Z | Checking ssh-key v0.6.7 |
| 4657 | 2026-06-08T20:31:51.447Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4658 | 2026-06-08T20:31:51.904Z | Checking russh-keys v0.45.0 |
| 4659 | 2026-06-08T20:31:52.444Z | Checking russh v0.45.0 |
| 4660 | 2026-06-08T20:32:09.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.43s |
| 4661 | 2026-06-08T20:32:09.426Z | |
| 4662 | 2026-06-08T20:32:09.426Z | info: running `cargo check --bins` on gateway-cli (281/295) |
| 4663 | 2026-06-08T20:32:09.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4664 | 2026-06-08T20:32:09.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4665 | 2026-06-08T20:32:10.068Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4666 | 2026-06-08T20:32:10.178Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4667 | 2026-06-08T20:32:10.186Z | Checking termios v0.3.3 |
| 4668 | 2026-06-08T20:32:11.385Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4669 | 2026-06-08T20:32:11.538Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4670 | 2026-06-08T20:32:13.532Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4671 | 2026-06-08T20:32:13.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
| 4672 | 2026-06-08T20:32:14.106Z | |
| 4673 | 2026-06-08T20:32:14.106Z | info: running `cargo check --bins --no-default-features` on installinator (282/295) |
| 4674 | 2026-06-08T20:32:14.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4675 | 2026-06-08T20:32:14.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4676 | 2026-06-08T20:32:14.810Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4677 | 2026-06-08T20:32:14.813Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4678 | 2026-06-08T20:32:14.813Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4679 | 2026-06-08T20:32:14.813Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4680 | 2026-06-08T20:32:14.948Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4681 | 2026-06-08T20:32:14.957Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4682 | 2026-06-08T20:32:15.673Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4683 | 2026-06-08T20:32:16.019Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4684 | 2026-06-08T20:32:16.022Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4685 | 2026-06-08T20:32:16.671Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4686 | 2026-06-08T20:32:18.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s |
| 4687 | 2026-06-08T20:32:18.487Z | |
| 4688 | 2026-06-08T20:32:18.487Z | info: running `cargo check --bins` on internal-dns-cli (283/295) |
| 4689 | 2026-06-08T20:32:19.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4690 | 2026-06-08T20:32:19.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4691 | 2026-06-08T20:32:19.136Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4692 | 2026-06-08T20:32:19.586Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4693 | 2026-06-08T20:32:19.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4694 | 2026-06-08T20:32:20.101Z | |
| 4695 | 2026-06-08T20:32:20.101Z | info: running `cargo check --bins` on omicron-live-tests (284/295) |
| 4696 | 2026-06-08T20:32:20.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4697 | 2026-06-08T20:32:20.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4698 | 2026-06-08T20:32:20.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4699 | 2026-06-08T20:32:20.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4700 | 2026-06-08T20:32:20.691Z | |
| 4701 | 2026-06-08T20:32:20.691Z | info: running `cargo check --bins` on live-tests-macros (285/295) |
| 4702 | 2026-06-08T20:32:21.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4703 | 2026-06-08T20:32:21.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4704 | 2026-06-08T20:32:21.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4705 | 2026-06-08T20:32:21.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4706 | 2026-06-08T20:32:21.288Z | |
| 4707 | 2026-06-08T20:32:21.288Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295) |
| 4708 | 2026-06-08T20:32:21.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4709 | 2026-06-08T20:32:21.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4710 | 2026-06-08T20:32:22.044Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4711 | 2026-06-08T20:32:22.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4712 | 2026-06-08T20:32:22.849Z | |
| 4713 | 2026-06-08T20:32:22.849Z | info: running `cargo check --bins` on omicron-ntp-admin (287/295) |
| 4714 | 2026-06-08T20:32:23.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4715 | 2026-06-08T20:32:23.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4716 | 2026-06-08T20:32:23.496Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4717 | 2026-06-08T20:32:23.499Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4718 | 2026-06-08T20:32:23.774Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4719 | 2026-06-08T20:32:23.774Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4720 | 2026-06-08T20:32:24.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4721 | 2026-06-08T20:32:24.754Z | |
| 4722 | 2026-06-08T20:32:24.754Z | info: running `cargo check --bins` on ntp-admin-types (288/295) |
| 4723 | 2026-06-08T20:32:25.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4724 | 2026-06-08T20:32:25.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4725 | 2026-06-08T20:32:25.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4726 | 2026-06-08T20:32:25.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4727 | 2026-06-08T20:32:25.344Z | |
| 4728 | 2026-06-08T20:32:25.344Z | info: running `cargo check --bins` on omicron-package (289/295) |
| 4729 | 2026-06-08T20:32:25.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4730 | 2026-06-08T20:32:25.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4731 | 2026-06-08T20:32:26.026Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4732 | 2026-06-08T20:32:27.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4733 | 2026-06-08T20:32:27.291Z | |
| 4734 | 2026-06-08T20:32:27.291Z | info: running `cargo check --bins` on tqdb (290/295) |
| 4735 | 2026-06-08T20:32:27.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4736 | 2026-06-08T20:32:27.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4737 | 2026-06-08T20:32:28.069Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4738 | 2026-06-08T20:32:28.422Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4739 | 2026-06-08T20:32:28.934Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4740 | 2026-06-08T20:32:28.938Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4741 | 2026-06-08T20:32:34.843Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4742 | 2026-06-08T20:32:34.846Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4743 | 2026-06-08T20:32:35.408Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4744 | 2026-06-08T20:32:35.412Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4745 | 2026-06-08T20:32:35.412Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4746 | 2026-06-08T20:32:35.412Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4747 | 2026-06-08T20:32:36.152Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4748 | 2026-06-08T20:32:37.192Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4749 | 2026-06-08T20:32:37.964Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4750 | 2026-06-08T20:32:38.568Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4751 | 2026-06-08T20:32:42.959Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4752 | 2026-06-08T20:32:49.239Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4753 | 2026-06-08T20:32:49.242Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4754 | 2026-06-08T20:32:49.242Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4755 | 2026-06-08T20:32:49.242Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4756 | 2026-06-08T20:32:50.686Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4757 | 2026-06-08T20:32:52.011Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4758 | 2026-06-08T20:32:52.681Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4759 | 2026-06-08T20:32:53.905Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4760 | 2026-06-08T20:32:54.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.14s |
| 4761 | 2026-06-08T20:32:54.654Z | |
| 4762 | 2026-06-08T20:32:54.654Z | info: running `cargo check --bins` on wicket-dbg (291/295) |
| 4763 | 2026-06-08T20:32:55.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4764 | 2026-06-08T20:32:55.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4765 | 2026-06-08T20:32:55.367Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4766 | 2026-06-08T20:32:55.367Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4767 | 2026-06-08T20:32:55.370Z | Checking rtoolbox v0.0.3 |
| 4768 | 2026-06-08T20:32:55.498Z | Checking tui-tree-widget v0.23.1 |
| 4769 | 2026-06-08T20:32:55.596Z | Checking rpassword v7.4.0 |
| 4770 | 2026-06-08T20:32:56.605Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4771 | 2026-06-08T20:32:59.685Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4772 | 2026-06-08T20:33:01.561Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4773 | 2026-06-08T20:33:02.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s |
| 4774 | 2026-06-08T20:33:02.657Z | |
| 4775 | 2026-06-08T20:33:02.657Z | info: running `cargo check --bins` on wicket (292/295) |
| 4776 | 2026-06-08T20:33:03.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4777 | 2026-06-08T20:33:03.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4778 | 2026-06-08T20:33:03.356Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4779 | 2026-06-08T20:33:03.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4780 | 2026-06-08T20:33:03.924Z | |
| 4781 | 2026-06-08T20:33:03.924Z | info: running `cargo check --bins` on wicketd (293/295) |
| 4782 | 2026-06-08T20:33:04.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4783 | 2026-06-08T20:33:04.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4784 | 2026-06-08T20:33:04.642Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4785 | 2026-06-08T20:33:04.646Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4786 | 2026-06-08T20:33:04.646Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4787 | 2026-06-08T20:33:04.646Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4788 | 2026-06-08T20:33:05.651Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4789 | 2026-06-08T20:33:06.221Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4790 | 2026-06-08T20:33:09.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4791 | 2026-06-08T20:33:09.380Z | |
| 4792 | 2026-06-08T20:33:09.381Z | info: running `cargo check --bins` on omicron-workspace-hack (294/295) |
| 4793 | 2026-06-08T20:33:09.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4794 | 2026-06-08T20:33:09.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4795 | 2026-06-08T20:33:09.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4796 | 2026-06-08T20:33:09.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4797 | 2026-06-08T20:33:09.966Z | |
| 4798 | 2026-06-08T20:33:09.967Z | info: running `cargo check --bins` on zone-setup (295/295) |
| 4799 | 2026-06-08T20:33:10.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4800 | 2026-06-08T20:33:10.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4801 | 2026-06-08T20:33:10.640Z | Checking uzers v0.12.2 |
| 4802 | 2026-06-08T20:33:10.910Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4803 | 2026-06-08T20:33:11.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
| 4804 | 2026-06-08T20:33:11.866Z | |
| 4805 | 2026-06-08T20:33:11.866Z | real 14:02.675330403 |
| 4806 | 2026-06-08T20:33:11.867Z | user 21:02.854794023 |
| 4807 | 2026-06-08T20:33:11.867Z | sys 4:21.388087509 |
| 4808 | 2026-06-08T20:33:11.870Z | trap 0.324966963 |
| 4809 | 2026-06-08T20:33:11.870Z | tflt 0.656295440 |
| 4810 | 2026-06-08T20:33:11.870Z | dflt 1.359455809 |
| 4811 | 2026-06-08T20:33:11.870Z | kflt 0.004891862 |
| 4812 | 2026-06-08T20:33:11.870Z | lock 1:18:17.804881398 |
| 4813 | 2026-06-08T20:33:11.870Z | slp 1:40:49.311662720 |
| 4814 | 2026-06-08T20:33:11.870Z | lat 1:00.980103275 |
| 4815 | 2026-06-08T20:33:11.870Z | stop 3:43.689623788 |
| 4816 | 2026-06-08T20:33:11.870Z | process exited: duration 985976 ms, exit code 0 |
| |
| 4817 | 2026-06-08T20:33:11.876Z | found 0 output files |